{ "name": "upskill/hvac-community-events", "description": "HVAC Community Events Management System", "type": "wordpress-plugin", "require": { "php": ">=7.4", "composer/installers": "^1.0" }, "require-dev": { "phpunit/phpunit": "^9.0", "yoast/phpunit-polyfills": "^1.0", "wp-phpunit/wp-phpunit": "^6.0", "yoast/wp-test-utils": "^1.0" }, "autoload": { "psr-4": { "HVAC\\CommunityEvents\\": "includes/" } }, "config": { "allow-plugins": { "composer/installers": true } } }