Skip to content

Commit

Permalink
Merge pull request #135 from ExpDev07/laravel-8-upgrade
Browse files Browse the repository at this point in the history
add laravel 8 compatability by upgrading guzzle to ^7.0.1
  • Loading branch information
berkayk authored Sep 12, 2020
2 parents f3bf8fd + e97fc91 commit 7bc99a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "library",
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "^6.2",
"illuminate/support": "4.*|5.*|6.*|7.*",
"guzzlehttp/guzzle": "^6.2|^7.0.1",
"illuminate/support": "~5.5||~6.0||~7.0||~8.0",
"symfony/psr-http-message-bridge": "1.*|2.*"
},
"require-dev": {
Expand Down

0 comments on commit 7bc99a5

Please sign in to comment.