Skip to content

Commit

Permalink
Merge pull request #18 from solcik/pr-1
Browse files Browse the repository at this point in the history
composer: added guzzle ^7.0
  • Loading branch information
jiripudil authored Sep 26, 2020
2 parents 4ca0373 + 3f57939 commit 9d353f3
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 @@ -17,7 +17,7 @@
},
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"nette/di": "^2.4.10 || ^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 9d353f3

Please sign in to comment.