Composer fix/update

This commit is contained in:
Chris Boden 2012-04-16 20:03:06 -04:00
parent e7088cee5f
commit ca79e69056
2 changed files with 12 additions and 4 deletions

View File

@ -20,7 +20,8 @@
} }
, "repositories": { , "repositories": {
"guzzle": { "guzzle": {
"package": { "type": "package"
, "package": {
"name": "guzzle" "name": "guzzle"
, "type": "library" , "type": "library"
, "version": "2.0.2" , "version": "2.0.2"

13
composer.lock generated
View File

@ -1,9 +1,16 @@
{ {
"hash": "e898a89b9f66807dae53937fe3b089d3", "hash": "be8f67a3964cca0e4ffe4b98a7527daa",
"packages": [ "packages": [
{ {
"package": "guzzle", "package": "guzzle",
"version": "2.0.2" "version": "2.0.2"
},
{
"package": "symfony/http-foundation",
"version": "dev-master",
"source-reference": "b9aceabb83f3d03fe451cdd867d987e863e7a25e"
} }
] ],
} "packages-dev": null,
"aliases": []
}