Skip to content

Commit

Permalink
Merge pull request #19 from bancer/patch-1
Browse files Browse the repository at this point in the history
Fix dependencies to guzzlehttp in composer.json
  • Loading branch information
timwhitlock authored Dec 7, 2022
2 parents dc448b5 + 950025a commit 4945b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"php": "^7.1.3|^8.0",
"ext-zip" : "*",
"ext-json": "*",
"guzzlehttp/guzzle-services": "~1.3.1",
"guzzlehttp/psr7": "~2.1|^2.4.0",
"guzzlehttp/guzzle-services": "^1.1",
"guzzlehttp/psr7": "^1.8|^2.1",
"symfony/console": "~4.0|~5.0|^6.0"
},
"require-dev" : {
Expand Down

0 comments on commit 4945b5d

Please sign in to comment.