Skip to content

Commit 87fdd97

Browse files
committed
Add support for Laravel 12
1 parent 31bed27 commit 87fdd97

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
@@ -12,14 +12,14 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"illuminate/database": "^11.0",
16-
"illuminate/http": "^11.0",
17-
"illuminate/routing": "^11.0",
18-
"illuminate/support": "^11.0"
15+
"illuminate/database": "^12.0",
16+
"illuminate/http": "^12.0",
17+
"illuminate/routing": "^12.0",
18+
"illuminate/support": "^12.0"
1919
},
2020
"require-dev": {
2121
"laravel/sail": "^1.26",
22-
"orchestra/testbench": "^9.0"
22+
"orchestra/testbench": "^10.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)