Skip to content

Commit a8333e0

Browse files
committed
Support for Laravel 10
1 parent a30c4b4 commit a8333e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}],
1111
"require": {
1212
"php": ">=8.1",
13-
"illuminate/support": "^8.0|^9.0",
14-
"illuminate/console": "^8.0|^9.0",
15-
"illuminate/view": "^8.0|^9.0",
16-
"illuminate/filesystem": "^8.0|^9.0",
13+
"illuminate/support": "^8.0|^9.0|^10.0",
14+
"illuminate/console": "^8.0|^9.0|^10.0",
15+
"illuminate/view": "^8.0|^9.0|^10.0",
16+
"illuminate/filesystem": "^8.0|^9.0|^10.0",
1717
"symfony/finder": "^6.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)