Merge "Removing unnecessary line and switching to tilde operator"

This commit is contained in:
Jenkins
2014-08-08 21:07:56 +00:00
committed by Gerrit Code Review

View File

@@ -6,11 +6,10 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"guzzlehttp/guzzle": "4.*", "guzzlehttp/guzzle": "~4.1"
"guzzlehttp/streams": "1.*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.*" "phpunit/phpunit": "~4.1"
}, },
"support": { "support": {
"irc": "irc://irc.freenode.org/openstack-sdks", "irc": "irc://irc.freenode.org/openstack-sdks",