Skip to content

Commit b906190

Browse files
authored
Merge pull request #53 from andreaselia/andreaselia-patch-1
Laravel 9.0 Support
2 parents bfe79b1 + d3ede5f commit b906190

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",
24-
"illuminate/contracts": "^8.0",
25-
"illuminate/support": "^8.0",
26-
"illuminate/routing": "^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",
2727
"spatie/laravel-sluggable": "^2.6"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)