Skip to content

Commit

Permalink
Allow L11
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmypuckett committed Apr 6, 2024
1 parent bbf070a commit 1586f51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": "^8.1",
"illuminate/console": "~8|~9|~10",
"illuminate/container": "~8|~9|~10",
"illuminate/routing": "~8|~9|~10",
"illuminate/support": "~8|~9|~10",
"illuminate/view": "~8|~9|~10"
"illuminate/console": "~8|~9|~10|~11",
"illuminate/container": "~8|~9|~10|~11",
"illuminate/routing": "~8|~9|~10|~11",
"illuminate/support": "~8|~9|~10|~11",
"illuminate/view": "~8|~9|~10|~11"
},
"require-dev": {
"laravel/pint": "^1.6",
Expand Down

0 comments on commit 1586f51

Please sign in to comment.