Skip to content

Commit 18df9fa

Browse files
committed
Added support for Laravel 12
1 parent 8378c0b commit 18df9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
],
2323
"require": {
2424
"php": "^8.0|^9.0",
25-
"illuminate/support": "^9.0|^10.0|^11.0"
25+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^7.0|^8.0|^9.0",
28+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
2929
"spatie/laravel-translatable": "^6.3"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)