Files
iTop/composer.json
2018-08-30 11:08:46 +02:00

19 lines
298 B
JSON

{
"require": {
"php": ">=5.6.0",
"ext-mysql": "*",
"ext-ldap": "*",
"ext-mcrypt": "*",
"ext-cli": "*",
"ext-soap": "*",
"ext-json": "*",
"ext-zip": "*",
"ext-mysqli": "*",
"ext-dom": "*"
},
"config": {
"platform": {
"php": "5.6.0"
}
}
}