Skip to content

Commit 9373b0b

Browse files
authored
Merge pull request #2 from RoccoHoward/master
Support Laravel 10
2 parents ed2ad01 + 7e92c5f commit 9373b0b

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
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"illuminate/support": "^7.0|^8.0|^9.0"
16+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)