Skip to content

Commit 6e82ae5

Browse files
authored
Add Laravel 10 support
1 parent f7cf09e commit 6e82ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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)