1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 18:43:22 +01:00

minor tweak to fix version constraint parsing

This commit is contained in:
Clay Loveless 2012-09-26 22:37:26 -07:00 committed by Michael Dowling
parent b961ecbfa4
commit a5881d4e5f

View File

@ -13,7 +13,7 @@
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"guzzle/common": ">=2.8.*" "guzzle/common": ">=2.8.0"
}, },
"autoload": { "autoload": {
"psr-0": { "Guzzle\\Iterator": "/" } "psr-0": { "Guzzle\\Iterator": "/" }