Skip to content

Commit

Permalink
Merge pull request #162 from appsoriginke/master
Browse files Browse the repository at this point in the history
added support for laravel 9
  • Loading branch information
berkayk authored Mar 21, 2022
2 parents 4f826a2 + 8c99fbd commit 3d9f851
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|^7.0.1",
"illuminate/support": "~5.5|~6.0|~7.0|~8.0",
"guzzlehttp/guzzle": "^6.2|^7.4.1",
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0",
"symfony/psr-http-message-bridge": "1.*|2.*"
},
"require-dev": {
Expand Down

0 comments on commit 3d9f851

Please sign in to comment.