Added ext-json as requirement to the composer.json

This commit is contained in:
Lucas Bartholemy 2018-12-06 17:41:05 +01:00
parent fda7c99c73
commit eac1f0807d

View File

@ -59,7 +59,8 @@
"yiisoft/yii2-redis": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"zendframework/zend-http": "*",
"zendframework/zend-ldap": "^2.5"
"zendframework/zend-ldap": "^2.5",
"ext-json": "*"
},
"require-dev": {
"codeception/codeception": "2.4.5",