Skip to content

Commit 04f3685

Browse files
authored
Merge pull request #43 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents f306734 + a16dc97 commit 04f3685

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
@@ -21,11 +21,11 @@
2121
},
2222
"require": {
2323
"php": "^8.0 || ^8.1",
24-
"illuminate/translation": "^9.0 || ^10.0 || ^11.0",
25-
"illuminate/config": "^9.0 || ^10.0 || ^11.0",
26-
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
27-
"illuminate/view": "^9.0 || ^10.0 || ^11.0",
28-
"illuminate/filesystem": "^9.0 || ^10.0 || ^11.0"
24+
"illuminate/translation": "^9.0 || ^10.0 || ^11.0 || ^12.0",
25+
"illuminate/config": "^9.0 || ^10.0 || ^11.0 || ^12.0",
26+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
27+
"illuminate/view": "^9.0 || ^10.0 || ^11.0 || ^12.0",
28+
"illuminate/filesystem": "^9.0 || ^10.0 || ^11.0 || ^12.0"
2929
},
3030
"require-dev": {
3131
"laravel/laravel": "^10.0",

0 commit comments

Comments
 (0)