Skip to content

Commit

Permalink
feat: update guzzlehttp/psr7 requirement to || ^2.0 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Dec 20, 2021
1 parent 11b9e30 commit 8fe8c8a
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 @@ -20,7 +20,7 @@
}
],
"require": {
"guzzlehttp/psr7": "^1.5 || ^2.0 || ^2.1",
"guzzlehttp/psr7": "^1.5 || ^2.0",
"laravel/framework": "^5.8 || ^6.0 || ^7.0 || ^8.0",
"php-http/discovery": "^1.6",
"php-http/httplug": "^1.0 || ^2.0",
Expand Down

0 comments on commit 8fe8c8a

Please sign in to comment.