1
0
Fork 0

Updated Symfony deps to ~2.1@dev

pull/1236/head
Beau Simensen 2012-10-19 09:50:05 -07:00
parent 344df03253
commit 27352776eb
2 changed files with 77 additions and 29 deletions

View File

@ -25,9 +25,9 @@
"php": ">=5.3.2", "php": ">=5.3.2",
"justinrainbow/json-schema": "1.1.*", "justinrainbow/json-schema": "1.1.*",
"seld/jsonlint": "1.*", "seld/jsonlint": "1.*",
"symfony/console": "2.1.*@dev", "symfony/console": "~2.1@dev",
"symfony/finder": "2.1.*", "symfony/finder": "~2.1@dev",
"symfony/process": "2.1.*@dev" "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",

100
composer.lock generated
View File

@ -1,5 +1,5 @@
{ {
"hash": "9dc77643445a86e0dd3f1a4a268fffc5", "hash": "e86ac7a74dc3588c608ecd911334706a",
"packages": [ "packages": [
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
@ -18,14 +18,43 @@
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"time": "2012-01-02 21:33:17", "time": "2012-01-02 16:33:17",
"type": "library", "type": "library",
"installation-source": "dist", "installation-source": "dist",
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"JsonSchema": "src/" "JsonSchema": "src/"
} }
} },
"license": [
"NewBSD"
],
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch",
"homepage": "http://wiedler.ch/igor/"
},
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com",
"homepage": "http://digitalkaoz.net"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
]
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
@ -44,7 +73,7 @@
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"time": "2012-03-12 04:52:32", "time": "2012-03-12 00:52:32",
"bin": [ "bin": [
"bin/jsonlint" "bin/jsonlint"
], ],
@ -54,37 +83,55 @@
"psr-0": { "psr-0": {
"Seld\\JsonLint": "src/" "Seld\\JsonLint": "src/"
} }
} },
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be",
"role": "Developer"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"parser",
"linter",
"validator"
]
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "2.1.x-dev", "version": "dev-master",
"target-dir": "Symfony/Component/Console", "target-dir": "Symfony/Component/Console",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console", "url": "https://github.com/symfony/Console",
"reference": "7daac278f160073afccfcbf928ddb39282a8539d" "reference": "d214b141627b947ba16c7c8f8599e6823902d124"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/symfony/Console/zipball/79b6ad67caee9ff7bac1be620a58e9164d317c58", "url": "https://github.com/symfony/Console/zipball/d214b141627b947ba16c7c8f8599e6823902d124",
"reference": "79b6ad67caee9ff7bac1be620a58e9164d317c58", "reference": "d214b141627b947ba16c7c8f8599e6823902d124",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "1350313602", "time": "1350379165",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
} }
}, },
"installation-source": "source", "installation-source": "source",
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Console": "" "Symfony\\Component\\Console\\": ""
} }
}, },
"license": [ "license": [
@ -105,33 +152,33 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.1.2", "version": "dev-master",
"target-dir": "Symfony/Component/Finder", "target-dir": "Symfony/Component/Finder",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Finder", "url": "https://github.com/symfony/Finder",
"reference": "v2.1.2" "reference": "be47860ddba8647f966c4e5eed06024f31785d43"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/symfony/Finder/zipball/v2.1.2", "url": "https://github.com/symfony/Finder/zipball/be47860ddba8647f966c4e5eed06024f31785d43",
"reference": "v2.1.2", "reference": "be47860ddba8647f966c4e5eed06024f31785d43",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2012-08-22 06:48:41", "time": "1350156028",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
} }
}, },
"installation-source": "source", "installation-source": "source",
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Finder": "" "Symfony\\Component\\Finder\\": ""
} }
}, },
"license": [ "license": [
@ -152,33 +199,33 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "2.1.x-dev", "version": "dev-master",
"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": "fc5b082e436161427e29652e3316d7def5f7a64f" "reference": "f029d06585ad7646cc2e9ee9daf1f395014e1c7f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/symfony/Process/zipball/fc5b082e436161427e29652e3316d7def5f7a64f", "url": "https://github.com/symfony/Process/zipball/f029d06585ad7646cc2e9ee9daf1f395014e1c7f",
"reference": "fc5b082e436161427e29652e3316d7def5f7a64f", "reference": "f029d06585ad7646cc2e9ee9daf1f395014e1c7f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "1349553363", "time": "1349553479",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
} }
}, },
"installation-source": "source", "installation-source": "source",
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Process": "" "Symfony\\Component\\Process\\": ""
} }
}, },
"license": [ "license": [
@ -205,6 +252,7 @@
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"symfony/console": 20, "symfony/console": 20,
"symfony/finder": 20,
"symfony/process": 20 "symfony/process": 20
} }
} }