Skip to content

Commit

Permalink
Loosen version requirement for ralouphie/getallheaders
Browse files Browse the repository at this point in the history
Some users have 3.x required in their Laravel apps, and both 2.x and 3.x work fine. There's little to no chance of backwards incompatible changes in this library because it's meant to polyfill a single, defined-elsewhere function. Even the 2.x to 3.x was just dropping support for very old PHPs.
  • Loading branch information
Chris Schneider authored Sep 3, 2019
1 parent 4dfdc4b commit 738dbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ext-json": "*",
"ext-sockets": "*",
"psr/log": "^1.1",
"ralouphie/getallheaders": "2.0.5",
"ralouphie/getallheaders": ">= 2.0.5",
"ramsey/uuid": "^3.7"
},
"require-dev": {
Expand Down

0 comments on commit 738dbe2

Please sign in to comment.