Skip to content

Commit aee71da

Browse files
authored
Merge pull request #28 from benlumley/master
Laravel 11 compatibility
2 parents b29c74b + dacd514 commit aee71da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
],
2323
"require": {
2424
"php": "^8.1",
25-
"illuminate/config": "^9.0|^10.0",
26-
"illuminate/console": "^9.0|^10.0",
27-
"illuminate/container": "^9.0|^10.0",
28-
"illuminate/contracts": "^9.0|^10.0",
29-
"illuminate/pipeline": "^9.0|^10.0",
30-
"illuminate/support": "^9.0|^10.0"
25+
"illuminate/config": "^9.0|^10.0|^11.0",
26+
"illuminate/console": "^9.0|^10.0|^11.0",
27+
"illuminate/container": "^9.0|^10.0|^11.0",
28+
"illuminate/contracts": "^9.0|^10.0|^11.0",
29+
"illuminate/pipeline": "^9.0|^10.0|^11.0",
30+
"illuminate/support": "^9.0|^10.0|^11.0"
3131
},
3232
"require-dev": {
3333
"enlightn/enlightn": "^2.3",

0 commit comments

Comments
 (0)