Skip to content

Commit d8c91a1

Browse files
committed
chore: add support for laravel 10.x compatibility
1 parent ccaa047 commit d8c91a1

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
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": "^7.0|^8.0",
20-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
20+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
2121
"guzzlehttp/guzzle": "^6.3|^7.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)