adjusting requirements

This commit is contained in:
Ahmad Nassri
2015-01-15 01:32:53 -05:00
parent fbe66400fc
commit 3ec25a5d17

View File

@@ -8,11 +8,10 @@
"author": "Mashape <opensource@mashape.com> (https://www.mashape.com)", "author": "Mashape <opensource@mashape.com> (https://www.mashape.com)",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"ext-curl": "0.0.0.*", "ext-curl": "*",
"ext-json": "~1.2" "ext-json": "*"
}, },
"require-dev": { "require-dev": {
"ext-xdebug": "~2.2",
"phpunit/phpunit": "~4.4", "phpunit/phpunit": "~4.4",
"codeclimate/php-test-reporter": "0.1.*" "codeclimate/php-test-reporter": "0.1.*"
}, },