From 72386069cc053165e9ec17632385bfc6d661f251 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 7 Dec 2018 06:36:13 +0000 Subject: [PATCH] Allow ralouphie/getallheaders ^3.0.0 Allow "ralouphie/getallheaders": "^2.0.5 || ^3.0.0 in composer.json which drops PHP < 5.6 support Also does some repo cleanup adding .gitattributes. Enables travis testing on PHP 7.0 and above https://github.com/ralouphie/getallheaders/compare/2.0.5...3.0.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2add153e..0a6da044 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5" + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"