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
commit 3d32bcf59a
1 changed files with 3 additions and 4 deletions

View File

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