Skip to content

Commit 15154f4

Browse files
committed
Bump dependencies for Laravel 10
1 parent 4fd2445 commit 15154f4

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)