44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "hexagamecloud-whmcs",
|
|
"displayName": "HexaHost GameCloud WHMCS Integration",
|
|
"version": "1.1.0",
|
|
"description": "Server provisioning and addon modules for HexaHost GameCloud billing integration.",
|
|
"author": "HexaHost",
|
|
"license": "Proprietary",
|
|
"modules": {
|
|
"server": {
|
|
"name": "hexagamecloud",
|
|
"path": "modules/servers/hexagamecloud",
|
|
"version": "1.1.0"
|
|
},
|
|
"addon": {
|
|
"name": "hexagamecloud",
|
|
"path": "modules/addons/hexagamecloud",
|
|
"version": "1.1.0"
|
|
}
|
|
},
|
|
"includes": [
|
|
"hooks/hexagamecloud.php",
|
|
"lib/MtlsConfig.php",
|
|
"lib/ProductMapping.php"
|
|
],
|
|
"compatibility": {
|
|
"whmcs": {
|
|
"minimum": "8.5.0",
|
|
"tested": ["8.5.0", "8.6.0", "8.7.0", "8.8.0", "8.9.0", "8.10.0", "8.11.0"]
|
|
},
|
|
"php": {
|
|
"minimum": "8.1.0",
|
|
"maximum": "8.3.99",
|
|
"extensions": ["curl", "json", "openssl"]
|
|
},
|
|
"gamecloud": {
|
|
"minimumApiVersion": "1.1"
|
|
}
|
|
},
|
|
"artifacts": {
|
|
"zip": "dist/hexagamecloud-whmcs-{version}.zip",
|
|
"checksums": "dist/checksums.txt"
|
|
}
|
|
}
|