Skip to content

Commit

Permalink
Merge pull request #15 from minasm/master
Browse files Browse the repository at this point in the history
Added Laravel 10 Compatibility
  • Loading branch information
radicalloop authored Mar 22, 2023
2 parents 678d85b + f5b6003 commit 2b60bc7
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 @@ -11,8 +11,8 @@
],
"require": {
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/support": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2b60bc7

Please sign in to comment.