mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°1572 composer.json : add PHP ext dependencies
SVN:trunk[5967]
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"require": {
|
||||
"php": ">=5.6.0"
|
||||
"php": ">=5.6.0",
|
||||
"ext-mysql": "*",
|
||||
"ext-ldap": "*",
|
||||
"ext-mcrypt": "*",
|
||||
"ext-cli": "*",
|
||||
"ext-soap": "*",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
|
||||
Reference in New Issue
Block a user