Skip to content

Commit d8ee147

Browse files
committed
Laravel 12.x Compatibility
1 parent c64d39f commit d8ee147

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
"require": {
2323
"php": "^7.3 || ^8.0",
24-
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
25-
"illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0"
24+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
25+
"illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
2626
},
2727
"require-dev": {
28-
"laravel/laravel": "9.x-dev",
29-
"phpunit/phpunit": "^9.5 || ^10.5"
28+
"laravel/laravel": "^12.0",
29+
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
3030
},
3131
"extra": {
3232
"laravel": {

0 commit comments

Comments
 (0)