Skip to content

Commit ddb30f7

Browse files
Add compatibility with Laravel 10 (#63)
1 parent d4349de commit ddb30f7

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
@@ -14,7 +14,7 @@
1414
],
1515
"type": "project",
1616
"require": {
17-
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0"
17+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)