Skip to content

Commit 567a371

Browse files
feat: support Laravel 9 (#10)
Closes #9
1 parent 5e55177 commit 567a371

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
"require": {
1414
"php": ">=7.2",
1515
"guzzlehttp/guzzle": "^6.2|^7.0.1",
16-
"illuminate/support": "^6.0|^7.0|^8.0",
16+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
1717
"symfony/psr-http-message-bridge": "^1.0|^2.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)