diff --git a/composer.json b/composer.json index d9e2be7..9bf1384 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,6 @@ "psr/http-message": "^1.0 || ^2.0", "psr/http-message-implementation": "^1.0", "php-http/client-implementation": "^1.0", - "php-http/message-factory": "^1.0", "php-http/discovery": "^1.13", "doctrine/annotations": "^1.13|^2.0", "liip/serializer": "2.2.* || 2.6.*", @@ -35,7 +34,8 @@ "neur0toxine/psr.http-factory-implementation.nyholm": "*", "neur0toxine/psr.http-message-implementation.nyholm": "*", "psr/cache": "^1.0 || ^2.0 || ^3.0", - "symfony/cache": ">=v3.1.0" + "symfony/cache": ">=v3.1.0", + "psr/http-factory": "^1.1" }, "require-dev": { "squizlabs/php_codesniffer": "^3.5",