18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|