Skip to content

Commit e2e7df1

Browse files
committed
laravel 10 support added
1 parent a0ca594 commit e2e7df1

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
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": "^7.2|^8.0|^8.1",
27-
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0"
27+
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0"
2828
},
2929
"require-dev": {
3030
"orchestra/testbench": "3.8.*",

0 commit comments

Comments
 (0)