Skip to content

Commit

Permalink
Merge pull request #5 from lextira/update-laravel-11
Browse files Browse the repository at this point in the history
Update Laravel 11 compatibility
  • Loading branch information
ysfks authored Oct 22, 2024
2 parents d0c6b22 + cc9f3ce commit 7f4ecbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"php": ">=7.2.5",
"ext-json": "*",
"guzzlehttp/guzzle": "^7",
"illuminate/config": "^8|^9|^10",
"illuminate/support": "^8|^9|^10",
"illuminate/validation": "^8|^9|^10"
"illuminate/config": "^8|^9|^10|^11",
"illuminate/support": "^8|^9|^10|^11",
"illuminate/validation": "^8|^9|^10|^11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7f4ecbd

Please sign in to comment.