Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Remove version restrictions for GuzzleHttp
  • Loading branch information
Scyllaly authored Mar 3, 2021
1 parent df13aef commit 15e0785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
],
"require": {
"php": ">=5.5.5",
"illuminate/support": "5.*|6.*|7.*|8.*",
"guzzlehttp/guzzle": "~6.2"
"illuminate/support": "5.*|6.*|7.*|8.*"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
Expand Down

0 comments on commit 15e0785

Please sign in to comment.