{ "name": "hexahost/whmcs-integration-dev", "description": "Development dependencies for HexaHost GameCloud WHMCS integration tests", "type": "project", "require-dev": { "phpunit/phpunit": "^10.5" }, "autoload-dev": { "classmap": [ "modules/servers/hexagamecloud/lib/" ] }, "scripts": { "test": "phpunit", "test:unit": "phpunit --testsuite Unit" } }