Skip to content

Commit 37d3b9c

Browse files
authored
Merge pull request #12 from spinen/feature/supportL11
Allow L11
2 parents bbf070a + 1586f51 commit 37d3b9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"php": "^8.1",
19-
"illuminate/console": "~8|~9|~10",
20-
"illuminate/container": "~8|~9|~10",
21-
"illuminate/routing": "~8|~9|~10",
22-
"illuminate/support": "~8|~9|~10",
23-
"illuminate/view": "~8|~9|~10"
19+
"illuminate/console": "~8|~9|~10|~11",
20+
"illuminate/container": "~8|~9|~10|~11",
21+
"illuminate/routing": "~8|~9|~10|~11",
22+
"illuminate/support": "~8|~9|~10|~11",
23+
"illuminate/view": "~8|~9|~10|~11"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.6",

0 commit comments

Comments
 (0)