Skip to content

Commit f0b28f5

Browse files
authored
Merge pull request #17 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 4fd2445 + 2f98807 commit f0b28f5

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
@@ -21,8 +21,8 @@
2121
},
2222
"require": {
2323
"php": "^7.3 || ^8.0",
24-
"illuminate/support": "^8.0 || ^9.0",
25-
"illuminate/view": "^8.0 || ^9.0"
24+
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
25+
"illuminate/view": "^8.0 || ^9.0 || ^10.0"
2626
},
2727
"require-dev": {
2828
"laravel/laravel": "9.x-dev",

0 commit comments

Comments
 (0)