Skip to content

Commit 2b4072d

Browse files
Added Laravel 12 support
1 parent 4900a46 commit 2b4072d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"php": "^8.1",
19-
"illuminate/support": "^10.0 || ^11.0",
20-
"illuminate/translation": "^10.0 || ^11.0"
19+
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
20+
"illuminate/translation": "^10.0 || ^11.0 || ^12.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^8.0 || ^9.0",
23+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
2424
"phpunit/phpunit": "^10.0"
2525
},
2626
"minimum-stability": "stable",

0 commit comments

Comments
 (0)