Skip to content

Commit 3f4957e

Browse files
authored
Merge pull request #57 from dpde/patch-1
Add Laravel 10 support
2 parents f7cf09e + 6e82ae5 commit 3f4957e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"minimum-stability": "stable",
2929
"require": {
30-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0"
30+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
3131
},
3232
"extra": {
3333
"laravel": {

0 commit comments

Comments
 (0)