Skip to content

Commit 2e9ca60

Browse files
authored
Add support for Laravel 10
1 parent a97855a commit 2e9ca60

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
@@ -20,10 +20,10 @@
2020
],
2121
"require": {
2222
"php": "^7.4|^8.0",
23-
"illuminate/config": "^8.0|^9.0",
24-
"illuminate/contracts": "^8.0|^9.0",
25-
"illuminate/support": "^8.0|^9.0",
26-
"illuminate/routing": "^8.0|^9.0",
23+
"illuminate/config": "^8.0|^9.0|^10.0",
24+
"illuminate/contracts": "^8.0|^9.0|^10.0",
25+
"illuminate/support": "^8.0|^9.0|^10.0",
26+
"illuminate/routing": "^8.0|^9.0|^10.0",
2727
"spatie/laravel-sluggable": "^2.6"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)