Skip to content

Commit

Permalink
fix: allow to use psr 1 and 2
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Dec 10, 2021
1 parent d1726e8 commit d7362bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": "^7.4|^8.0",
"psr/http-message": "^1.0",
"guzzlehttp/psr7": "^2"
"guzzlehttp/psr7": "^1|^2"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
Expand Down

0 comments on commit d7362bb

Please sign in to comment.