Skip to content

Commit 971e99d

Browse files
authored
Add Laravel 10 support (#32)
1 parent 987beb9 commit 971e99d

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
@@ -29,7 +29,7 @@
2929
],
3030
"require": {
3131
"php": ">=7.2",
32-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
32+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
3333
"guzzlehttp/guzzle": "^6.0|^7.0",
3434
"symfony/psr-http-message-bridge": "^1.3|^2.0"
3535
},

0 commit comments

Comments
 (0)