Skip to content

Commit

Permalink
Allow ralouphie/getallheaders ^3.0.0
Browse files Browse the repository at this point in the history
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

ralouphie/getallheaders@2.0.5...3.0.0
  • Loading branch information
reedy committed Dec 7, 2018
1 parent 53662d6 commit 7238606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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"
Expand Down

0 comments on commit 7238606

Please sign in to comment.