Skip to content

Commit 5748d8f

Browse files
committed
Laravel 11.x support
1 parent e98011d commit 5748d8f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"php": "^8.1.0",
2020
"ext-json": "*",
2121
"doctrine/dbal": "^3.1",
22-
"illuminate/bus": "^9.0|^10.0",
23-
"illuminate/console": "^9.0|^10.0",
24-
"illuminate/contracts": "^9.0|^10.0",
25-
"illuminate/database": "^9.0|^10.0",
26-
"illuminate/events": "^9.0|^10.0",
27-
"illuminate/notifications": "^9.0|^10.0",
22+
"illuminate/bus": "^9.0|^10.0|^11.0",
23+
"illuminate/console": "^9.0|^10.0|^11.0",
24+
"illuminate/contracts": "^9.0|^10.0|^11.0",
25+
"illuminate/database": "^9.0|^10.0|^11.0",
26+
"illuminate/events": "^9.0|^10.0|^11.0",
27+
"illuminate/notifications": "^9.0|^10.0|^11.0",
2828
"laravelcollective/html": "^6.0"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.0",
32-
"orchestra/testbench" : "^8.0",
33-
"phpunit/phpunit": "^9.0"
32+
"orchestra/testbench" : "^8.0|^9.0",
33+
"phpunit/phpunit": "^9.0|^10.0|^11.0"
3434
},
3535
"suggest": {
3636
"nexmo/client": "Required for sms notifications."

0 commit comments

Comments
 (0)