Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit b9e4255

Browse files
authored
Fixing guzzle version for packagist integration.
1 parent 508c120 commit b9e4255

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
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"require": {
99
"php": ">=5.4.0",
10-
"guzzlehttp/guzzle": ">=5.0 <=6.2.*"
10+
"guzzlehttp/guzzle": ">=5.0 <=~6.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "~4.3",

0 commit comments

Comments
 (0)