Skip to content

Commit

Permalink
Merge pull request #3 from amhrn/main
Browse files Browse the repository at this point in the history
feat: support for Laravel 10
  • Loading branch information
Z3d0X authored Mar 8, 2023
2 parents 5829496 + e1cecf9 commit 1ca1791
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 @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.0|^8.1|^8.2",
"illuminate/support": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^7.4"
},
"extra": {
Expand Down

0 comments on commit 1ca1791

Please sign in to comment.