1
0
Fork 0

Update deps

pull/1236/head
Jordi Boggiano 2012-10-19 18:18:48 +02:00
parent 9e90db45b3
commit 344df03253
2 changed files with 9 additions and 8 deletions

View File

@ -27,7 +27,7 @@
"seld/jsonlint": "1.*", "seld/jsonlint": "1.*",
"symfony/console": "2.1.*@dev", "symfony/console": "2.1.*@dev",
"symfony/finder": "2.1.*", "symfony/finder": "2.1.*",
"symfony/process": "2.1.1" "symfony/process": "2.1.*@dev"
}, },
"suggest": { "suggest": {
"ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic", "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic",

15
composer.lock generated
View File

@ -1,5 +1,5 @@
{ {
"hash": "feab59dd5d1400d9ec8d709c4d7ff6e2", "hash": "9dc77643445a86e0dd3f1a4a268fffc5",
"packages": [ "packages": [
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
@ -152,23 +152,23 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.1.1", "version": "2.1.x-dev",
"target-dir": "Symfony/Component/Process", "target-dir": "Symfony/Component/Process",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process", "url": "https://github.com/symfony/Process",
"reference": "v2.1.1" "reference": "fc5b082e436161427e29652e3316d7def5f7a64f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/symfony/Process/zipball/v2.1.1", "url": "https://github.com/symfony/Process/zipball/fc5b082e436161427e29652e3316d7def5f7a64f",
"reference": "v2.1.1", "reference": "fc5b082e436161427e29652e3316d7def5f7a64f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2012-08-30 05:49:05", "time": "1349553363",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -204,6 +204,7 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"symfony/console": 20 "symfony/console": 20,
"symfony/process": 20
} }
} }