Skip to content

Commit 506dd9e

Browse files
authored
Merge pull request #129 from gmponos/patch-1
Allow guzzle 7
2 parents d35f0d9 + 0cfd53c commit 506dd9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.5.0"
16+
"php": ">=5.5.0",
17+
"guzzlehttp/guzzle": "^6.0 || ^7.0"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^4.8.36 || ^5.0",
20-
"guzzlehttp/guzzle": "^6.0",
2121
"doctrine/cache": "^1.0",
2222
"league/flysystem": "^1.0",
2323
"psr/cache": "^1.0",

0 commit comments

Comments
 (0)