Skip to content

Commit 9d353f3

Browse files
authored
Merge pull request #18 from solcik/pr-1
composer: added guzzle ^7.0
2 parents 4ca0373 + 3f57939 commit 9d353f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": "^7.2",
20-
"guzzlehttp/guzzle": "^6.3",
20+
"guzzlehttp/guzzle": "^6.3 || ^7.0",
2121
"nette/di": "^2.4.10 || ^3.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)