Skip to content

Commit 3d9f851

Browse files
authored
Merge pull request #162 from appsoriginke/master
added support for laravel 9
2 parents 4f826a2 + 8c99fbd commit 3d9f851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"type": "library",
66
"require": {
77
"php": ">=5.4.0",
8-
"guzzlehttp/guzzle": "^6.2|^7.0.1",
9-
"illuminate/support": "~5.5|~6.0|~7.0|~8.0",
8+
"guzzlehttp/guzzle": "^6.2|^7.4.1",
9+
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0",
1010
"symfony/psr-http-message-bridge": "1.*|2.*"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)