diff --git a/composer.json b/composer.json index 2862374..7b1f889 100644 --- a/composer.json +++ b/composer.json @@ -15,15 +15,15 @@ "php-http/httplug": "1.0.0-beta", "php-http/message-factory": "^1.0", "php-http/promise": "^0.1.1", + "psr/log": "^1.0", + "psr/cache": "^1.0", "php-http/client-common": "^0.1.1", + "php-http/message": "^0.1.1", "symfony/options-resolver": "^2.6|^3.0" }, "require-dev": { - "php-http/message": "^0.1.1", "php-http/cookie": "^0.1@dev", "symfony/stopwatch": "^2.3", - "psr/log": "^1.0", - "psr/cache": "^1.0", "phpspec/phpspec": "^2.4", "henrikbjorn/phpspec-code-coverage" : "^1.0" }, @@ -38,7 +38,6 @@ } }, "suggest": { - "php-http/message": "Allow to use Authentication and Encoding plugins", "php-http/cookie": "Allow to use CookiePlugin", "symfony/stopwatch": "Allow to use the StopwatchPlugin", "psr/log-implementation": "Allow to use the LoggerPlugin",