From e40d304c73c6d7f2a471205eba596c59c13586d7 Mon Sep 17 00:00:00 2001 From: l0gicgate Date: Fri, 2 Aug 2019 11:00:38 -0600 Subject: [PATCH] move getallheaders polyfill from require-dev to require --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b1d9e4a..2c557b5 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ "php": "^7.1", "fig/http-message-util": "^1.1", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0", + "ralouphie/getallheaders": "^2" }, "require-dev": { "ext-json": "*", @@ -39,7 +40,6 @@ "php-http/psr7-integration-tests": "dev-master", "phpstan/phpstan": "^0.10", "phpunit/phpunit": "^6.0|^7.0", - "ralouphie/getallheaders": "^2", "squizlabs/php_codesniffer": "^3.3" }, "provide": {