Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kargnas committed Jul 10, 2024
1 parent 6426072 commit 914318c
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 @@ -23,7 +23,7 @@
"require": {
"php": "^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"kargnas/instructrice": "^1.0"
},
"suggest": {
Expand Down

0 comments on commit 914318c

Please sign in to comment.