1
0
Fork 0

Update deps

pull/3302/head
Jordi Boggiano 2014-09-24 19:19:25 +01:00
parent 4e774e8b2c
commit 69afedb49c
1 changed files with 52 additions and 62 deletions

114
composer.lock generated
View File

@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
"version": "1.3.6", "version": "1.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/justinrainbow/json-schema.git", "url": "https://github.com/justinrainbow/json-schema.git",
"reference": "d97cf3ce890fe80f247fc08594a1c8a1029fc7ed" "reference": "87b54b460febed69726c781ab67462084e97a105"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/d97cf3ce890fe80f247fc08594a1c8a1029fc7ed", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/87b54b460febed69726c781ab67462084e97a105",
"reference": "d97cf3ce890fe80f247fc08594a1c8a1029fc7ed", "reference": "87b54b460febed69726c781ab67462084e97a105",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -47,11 +47,6 @@
"BSD-3-Clause" "BSD-3-Clause"
], ],
"authors": [ "authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch",
"homepage": "http://wiedler.ch/igor/"
},
{ {
"name": "Bruno Prieto Reis", "name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com" "email": "bruno.p.reis@gmail.com"
@ -60,10 +55,13 @@
"name": "Justin Rainbow", "name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com" "email": "justin.rainbow@gmail.com"
}, },
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{ {
"name": "Robert Schönthal", "name": "Robert Schönthal",
"email": "seroscho@googlemail.com", "email": "seroscho@googlemail.com"
"homepage": "http://digitalkaoz.net"
} }
], ],
"description": "A library to validate a json schema.", "description": "A library to validate a json schema.",
@ -72,7 +70,7 @@
"json", "json",
"schema" "schema"
], ],
"time": "2014-03-05 15:03:52" "time": "2014-08-25 02:48:14"
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
@ -122,17 +120,17 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.5.2", "version": "v2.5.4",
"target-dir": "Symfony/Component/Console", "target-dir": "Symfony/Component/Console",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console.git", "url": "https://github.com/symfony/Console.git",
"reference": "386fa63407805959bd2c5fe540294721ad4224c8" "reference": "748beed2a1e73179c3f5154d33fe6ae100c1aeb1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/386fa63407805959bd2c5fe540294721ad4224c8", "url": "https://api.github.com/repos/symfony/Console/zipball/748beed2a1e73179c3f5154d33fe6ae100c1aeb1",
"reference": "386fa63407805959bd2c5fe540294721ad4224c8", "reference": "748beed2a1e73179c3f5154d33fe6ae100c1aeb1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -162,34 +160,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "http://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
} }
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-07-15 14:15:12" "time": "2014-08-14 16:10:54"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.5.2", "version": "v2.5.4",
"target-dir": "Symfony/Component/Finder", "target-dir": "Symfony/Component/Finder",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Finder.git", "url": "https://github.com/symfony/Finder.git",
"reference": "576d8f69feec477067e91b6bd0367c113e76a1a0" "reference": "f40854d1a19c339c7f969f8f6d6d6e9153311c4c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/576d8f69feec477067e91b6bd0367c113e76a1a0", "url": "https://api.github.com/repos/symfony/Finder/zipball/f40854d1a19c339c7f969f8f6d6d6e9153311c4c",
"reference": "576d8f69feec477067e91b6bd0367c113e76a1a0", "reference": "f40854d1a19c339c7f969f8f6d6d6e9153311c4c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -211,34 +207,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "http://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
} }
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-07-15 14:15:12" "time": "2014-09-03 09:00:14"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.5.2", "version": "v2.5.4",
"target-dir": "Symfony/Component/Process", "target-dir": "Symfony/Component/Process",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process.git", "url": "https://github.com/symfony/Process.git",
"reference": "5e53efbf61a7fbf73c79e3e08feea50f64c20bfa" "reference": "136cf0bdaacea81f779583376d47dd8aef4fc6ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/5e53efbf61a7fbf73c79e3e08feea50f64c20bfa", "url": "https://api.github.com/repos/symfony/Process/zipball/136cf0bdaacea81f779583376d47dd8aef4fc6ba",
"reference": "5e53efbf61a7fbf73c79e3e08feea50f64c20bfa", "reference": "136cf0bdaacea81f779583376d47dd8aef4fc6ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -260,42 +254,40 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "http://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
} }
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-07-09 09:05:48" "time": "2014-08-31 03:22:04"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "1.2.17", "version": "1.2.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34" "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ef2bf3a1c47eca07ea95f0d8a902a6340390b34", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
"reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34", "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"phpunit/php-file-iterator": ">=1.3.0@stable", "phpunit/php-file-iterator": ">=1.3.0@stable",
"phpunit/php-text-template": ">=1.2.0@stable", "phpunit/php-text-template": ">=1.2.0@stable",
"phpunit/php-token-stream": ">=1.1.3@stable" "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*@dev" "phpunit/phpunit": "3.7.*@dev"
@ -336,7 +328,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-03-28 10:53:45" "time": "2014-09-02 10:13:14"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@ -645,17 +637,17 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.5.2", "version": "v2.5.4",
"target-dir": "Symfony/Component/Yaml", "target-dir": "Symfony/Component/Yaml",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/symfony/Yaml.git",
"reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1" "reference": "01a7695bcfb013d0a15c6757e15aae120342986f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/f868ecdbcc0276b6158dfbf08b9e98ce07f014e1", "url": "https://api.github.com/repos/symfony/Yaml/zipball/01a7695bcfb013d0a15c6757e15aae120342986f",
"reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1", "reference": "01a7695bcfb013d0a15c6757e15aae120342986f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -677,20 +669,18 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "http://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
} }
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-07-09 09:05:48" "time": "2014-08-31 03:22:04"
} }
], ],
"aliases": [ "aliases": [