Skip to content

Commit 6b916ad

Browse files
committed
Laravel 12 support
1 parent 776d9b4 commit 6b916ad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1.0",
19+
"php": "^8.1|^8.2|^8.3",
2020
"ext-json": "*",
21-
"doctrine/dbal": "^3.1",
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"
21+
"doctrine/dbal": "^4.2",
22+
"illuminate/bus": "^9.0|^10.0|^11.0|^12.0",
23+
"illuminate/console": "^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
25+
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
26+
"illuminate/events": "^9.0|^10.0|^11.0|^12.0",
27+
"illuminate/notifications": "^9.0|^10.0|^11.0|^12.0"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.0",
31-
"orchestra/testbench" : "^8.0|^9.0",
32-
"phpunit/phpunit": "^9.0|^10.0|^11.0"
31+
"orchestra/testbench" : "^8.0|^9.0|^10.0",
32+
"phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0"
3333
},
3434
"suggest": {
3535
"nexmo/client": "Required for sms notifications."

0 commit comments

Comments
 (0)