From 3ec25a5d1736dfc5793cc369c181b5870a011593 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Thu, 15 Jan 2015 01:32:53 -0500 Subject: [PATCH] adjusting requirements --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 73f767b..c5c0696 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,10 @@ "author": "Mashape (https://www.mashape.com)", "require": { "php": ">=5.4.0", - "ext-curl": "0.0.0.*", - "ext-json": "~1.2" + "ext-curl": "*", + "ext-json": "*" }, "require-dev": { - "ext-xdebug": "~2.2", "phpunit/phpunit": "~4.4", "codeclimate/php-test-reporter": "0.1.*" },