Skip to content

Commit cbaa542

Browse files
Merge pull request #2 from proget-hq/guzzle7
Allow guzzle 7.x
2 parents b4ea799 + b82567e commit cbaa542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.6.3",
15-
"guzzlehttp/guzzle": "^6.2",
15+
"guzzlehttp/guzzle": "^6.2||^7.0",
1616
"symfony/polyfill-apcu": "^1.6"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)