Skip to content

Commit 9d086da

Browse files
committed
Added Laravel 11 support
1 parent f993088 commit 9d086da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"require": {
99
"php" : "^8.0|^8.1",
1010
"spatie/valuestore": "^1.0",
11-
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0",
12-
"illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0",
13-
"illuminate/queue": "^6.0|^7.0|^8.0|^9.0|^10.0",
14-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
11+
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
12+
"illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
13+
"illuminate/queue": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
14+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)