Skip to content

Commit

Permalink
Merge pull request #1 from ecentria/guzzle-dep-fix
Browse files Browse the repository at this point in the history
Widen guzzle version dependency
  • Loading branch information
githoober authored Feb 2, 2024
2 parents 855e8f1 + 92c0c63 commit e122e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1.0-dev,<3.0-dev",
"guzzle/guzzle": "3.5.*"
"guzzle/guzzle": "~3.5"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit e122e53

Please sign in to comment.