Update composer.json

This commit is contained in:
alphayax 2016-06-22 13:30:41 +02:00
parent 16b83e2dc0
commit 9a8fbc75bd
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
"require" : {
"php": ">=5.5.0",
"ext-curl": "*",
"alphayax/php_utils" : "^1.2.2",
"alphayax/php_utils" : "^1.3.0",
"monolog/monolog": "^1.9.1"
},
"require-dev" : {
"alphayax/phpdoc_md" : "^1.0.3",
"alphayax/phpdoc_md" : "^1.0.4",
"codacy/coverage": "<2.0.0",
"phpunit/phpunit": "^5.4.0",
"zf1/zend-reflection": "1.12.*"