Guzzle v3 update

This commit is contained in:
Chris Boden 2012-11-10 15:16:10 -05:00
parent f17350a625
commit 2ab85a58fe
2 changed files with 101 additions and 52 deletions

View File

@ -26,7 +26,7 @@
, "require": { , "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
, "react/socket": "0.2.*" , "react/socket": "0.2.*"
, "guzzle/http": "2.8.*" , "guzzle/http": "3.0.*"
, "symfony/http-foundation": "2.1.*" , "symfony/http-foundation": "2.1.*"
} }
} }

151
composer.lock generated
View File

@ -1,5 +1,5 @@
{ {
"hash": "05da7a20df80cd3da835aa15703c3fee", "hash": "4c2eebe4dcb77d26958ef1152642327d",
"packages": [ "packages": [
{ {
"name": "evenement/evenement", "name": "evenement/evenement",
@ -43,24 +43,24 @@
}, },
{ {
"name": "guzzle/common", "name": "guzzle/common",
"version": "v2.8.8", "version": "v3.0.3",
"target-dir": "Guzzle/Common", "target-dir": "Guzzle/Common",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/guzzle/common.git", "url": "git://github.com/guzzle/common.git",
"reference": "v2.8.8" "reference": "v3.0.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/guzzle/common/zipball/v2.8.8", "url": "https://github.com/guzzle/common/archive/v3.0.3.zip",
"reference": "v2.8.8", "reference": "v3.0.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"symfony/event-dispatcher": "2.1.*" "symfony/event-dispatcher": "2.1.*"
}, },
"time": "2012-10-15 17:42:47", "time": "2012-11-04 20:31:03",
"type": "library", "type": "library",
"installation-source": "dist", "installation-source": "dist",
"autoload": { "autoload": {
@ -74,37 +74,34 @@
"description": "Common libraries used by Guzzle", "description": "Common libraries used by Guzzle",
"homepage": "http://guzzlephp.org/", "homepage": "http://guzzlephp.org/",
"keywords": [ "keywords": [
"log",
"event", "event",
"cache", "exception",
"validation",
"Socket",
"common", "common",
"batch", "collection"
"inflection"
] ]
}, },
{ {
"name": "guzzle/http", "name": "guzzle/http",
"version": "v2.8.8", "version": "v3.0.3",
"target-dir": "Guzzle/Http", "target-dir": "Guzzle/Http",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/guzzle/http.git", "url": "git://github.com/guzzle/http.git",
"reference": "v2.8.8" "reference": "v3.0.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/guzzle/http/zipball/v2.8.8", "url": "https://github.com/guzzle/http/archive/v3.0.3.zip",
"reference": "v2.8.8", "reference": "v3.0.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"guzzle/common": "self.version", "guzzle/common": "self.version",
"guzzle/parser": "self.version" "guzzle/parser": "self.version",
"guzzle/stream": "self.version"
}, },
"time": "2012-10-15 17:42:47", "time": "2012-11-03 00:09:36",
"type": "library", "type": "library",
"installation-source": "dist", "installation-source": "dist",
"autoload": { "autoload": {
@ -115,6 +112,13 @@
"license": [ "license": [
"MIT" "MIT"
], ],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "HTTP libraries used by Guzzle", "description": "HTTP libraries used by Guzzle",
"homepage": "http://guzzlephp.org/", "homepage": "http://guzzlephp.org/",
"keywords": [ "keywords": [
@ -127,23 +131,23 @@
}, },
{ {
"name": "guzzle/parser", "name": "guzzle/parser",
"version": "v2.8.8", "version": "v3.0.3",
"target-dir": "Guzzle/Parser", "target-dir": "Guzzle/Parser",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/guzzle/parser.git", "url": "git://github.com/guzzle/parser.git",
"reference": "v2.8.8" "reference": "v3.0.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/guzzle/parser/zipball/v2.8.8", "url": "https://github.com/guzzle/parser/archive/v3.0.3.zip",
"reference": "v2.8.8", "reference": "v3.0.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"time": "2012-09-20 13:28:06", "time": "2012-11-01 18:03:45",
"type": "library", "type": "library",
"installation-source": "dist", "installation-source": "dist",
"autoload": { "autoload": {
@ -165,18 +169,63 @@
] ]
}, },
{ {
"name": "react/event-loop", "name": "guzzle/stream",
"version": "v0.2.1", "version": "v3.0.3",
"target-dir": "React/EventLoop", "target-dir": "Guzzle/Stream",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/react-php/event-loop.git", "url": "https://github.com/guzzle/stream",
"reference": "v0.2.1" "reference": "v3.0.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/react-php/event-loop/zipball/v0.2.1", "url": "https://github.com/guzzle/stream/archive/v3.0.3.zip",
"reference": "v0.2.1", "reference": "v3.0.3",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"guzzle/common": "self.version"
},
"time": "2012-10-31 05:10:58",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Guzzle\\Stream": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle stream wrapper component",
"homepage": "http://guzzlephp.org/",
"keywords": [
"stream",
"Guzzle",
"component"
]
},
{
"name": "react/event-loop",
"version": "v0.2.2",
"target-dir": "React/EventLoop",
"source": {
"type": "git",
"url": "https://github.com/reactphp/event-loop",
"reference": "v0.2.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/reactphp/event-loop/zipball/v0.2.2",
"reference": "v0.2.2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -208,17 +257,17 @@
}, },
{ {
"name": "react/socket", "name": "react/socket",
"version": "v0.2.1", "version": "v0.2.2",
"target-dir": "React/Socket", "target-dir": "React/Socket",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/react-php/socket.git", "url": "https://github.com/reactphp/socket",
"reference": "v0.2.1" "reference": "v0.2.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/react-php/socket/zipball/v0.2.1", "url": "https://github.com/reactphp/socket/zipball/v0.2.2",
"reference": "v0.2.1", "reference": "v0.2.2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -250,17 +299,17 @@
}, },
{ {
"name": "react/stream", "name": "react/stream",
"version": "v0.2.1", "version": "v0.2.2",
"target-dir": "React/Stream", "target-dir": "React/Stream",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/react-php/stream", "url": "https://github.com/reactphp/stream",
"reference": "v0.2.1" "reference": "v0.2.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/react-php/stream/zipball/v0.2.1", "url": "https://github.com/reactphp/stream/zipball/v0.2.2",
"reference": "v0.2.1", "reference": "v0.2.2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -270,7 +319,7 @@
"suggest": { "suggest": {
"react/event-loop": "0.2.*" "react/event-loop": "0.2.*"
}, },
"time": "2012-10-13 13:12:04", "time": "2012-10-28 03:28:34",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": [ "branch-alias": [
@ -294,17 +343,17 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.1.2", "version": "v2.1.3",
"target-dir": "Symfony/Component/EventDispatcher", "target-dir": "Symfony/Component/EventDispatcher",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher", "url": "https://github.com/symfony/EventDispatcher",
"reference": "v2.1.2" "reference": "v2.1.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/symfony/EventDispatcher/zipball/v2.1.2", "url": "https://github.com/symfony/EventDispatcher/zipball/v2.1.3",
"reference": "v2.1.2", "reference": "v2.1.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -317,7 +366,7 @@
"symfony/dependency-injection": "2.1.*", "symfony/dependency-injection": "2.1.*",
"symfony/http-kernel": "2.1.*" "symfony/http-kernel": "2.1.*"
}, },
"time": "2012-09-10 03:53:42", "time": "2012-10-04 08:17:57",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -348,23 +397,23 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v2.1.2", "version": "v2.1.3",
"target-dir": "Symfony/Component/HttpFoundation", "target-dir": "Symfony/Component/HttpFoundation",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpFoundation", "url": "https://github.com/symfony/HttpFoundation",
"reference": "v2.1.2" "reference": "v2.1.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.2", "url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.3",
"reference": "v2.1.2", "reference": "v2.1.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2012-09-18 09:09:52", "time": "2012-10-20 00:10:30",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {