Skip to content

Commit 0f3ebec

Browse files
committed
Fix guzzle version requirement
1 parent 74ebfdd commit 0f3ebec

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
@@ -6,7 +6,7 @@
66
"keywords": ["sru"],
77
"require": {
88
"danmichaelo/quitesimplexmlelement": ">=0.2.1",
9-
"guzzle/guzzle": "3.8.*"
9+
"guzzle/guzzle": "~3.8.0"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "4.0.*",

0 commit comments

Comments
 (0)