1
0
Fork 0

Update deps

pull/3142/head
Jordi Boggiano 2014-07-20 19:49:28 +02:00
parent d9d8d09fe1
commit de559437ea
2 changed files with 60 additions and 59 deletions

View File

@ -30,7 +30,7 @@
"symfony/process": "~2.1" "symfony/process": "~2.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7.10" "phpunit/phpunit": "~3.7"
}, },
"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",

117
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "e68bf60f228ca192b8b492cb95a80fa7", "hash": "93e26fa183857a1712a2dc26d8506a12",
"packages": [ "packages": [
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
@ -76,16 +76,16 @@
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
"version": "1.1.2", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/jsonlint.git", "url": "https://github.com/Seldaek/jsonlint.git",
"reference": "7cd4c4965e17e6e4c07f26d566619a4c76f8c672" "reference": "9cae56dbe34f4392e7d0f559474df33749a39f8d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/7cd4c4965e17e6e4c07f26d566619a4c76f8c672", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9cae56dbe34f4392e7d0f559474df33749a39f8d",
"reference": "7cd4c4965e17e6e4c07f26d566619a4c76f8c672", "reference": "9cae56dbe34f4392e7d0f559474df33749a39f8d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -96,8 +96,8 @@
], ],
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Seld\\JsonLint": "src/" "Seld\\JsonLint\\": "src/Seld/JsonLint/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -108,8 +108,7 @@
{ {
"name": "Jordi Boggiano", "name": "Jordi Boggiano",
"email": "j.boggiano@seld.be", "email": "j.boggiano@seld.be",
"homepage": "http://seld.be", "homepage": "http://seld.be"
"role": "Developer"
} }
], ],
"description": "JSON Linter", "description": "JSON Linter",
@ -119,36 +118,38 @@
"parser", "parser",
"validator" "validator"
], ],
"time": "2013-11-04 15:41:11" "time": "2014-07-20 17:36:11"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.4.2", "version": "v2.5.2",
"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": "940f217cbc3c8a33e5403e7c595495c4884400fe" "reference": "386fa63407805959bd2c5fe540294721ad4224c8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/940f217cbc3c8a33e5403e7c595495c4884400fe", "url": "https://api.github.com/repos/symfony/Console/zipball/386fa63407805959bd2c5fe540294721ad4224c8",
"reference": "940f217cbc3c8a33e5403e7c595495c4884400fe", "reference": "386fa63407805959bd2c5fe540294721ad4224c8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.1" "symfony/event-dispatcher": "~2.1"
}, },
"suggest": { "suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "" "symfony/event-dispatcher": ""
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.4-dev" "dev-master": "2.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -174,21 +175,21 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-02-11 13:52:09" "time": "2014-07-15 14:15:12"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.4.2", "version": "v2.5.2",
"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": "b6735d1fc16da13c4c7dddfe78366a4a098cf011" "reference": "576d8f69feec477067e91b6bd0367c113e76a1a0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/b6735d1fc16da13c4c7dddfe78366a4a098cf011", "url": "https://api.github.com/repos/symfony/Finder/zipball/576d8f69feec477067e91b6bd0367c113e76a1a0",
"reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011", "reference": "576d8f69feec477067e91b6bd0367c113e76a1a0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -197,7 +198,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.4-dev" "dev-master": "2.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -223,21 +224,21 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-01-07 13:28:54" "time": "2014-07-15 14:15:12"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.4.2", "version": "v2.5.2",
"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": "c175448bac997556f8ab972908a4e14c7291fb03" "reference": "5e53efbf61a7fbf73c79e3e08feea50f64c20bfa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/c175448bac997556f8ab972908a4e14c7291fb03", "url": "https://api.github.com/repos/symfony/Process/zipball/5e53efbf61a7fbf73c79e3e08feea50f64c20bfa",
"reference": "c175448bac997556f8ab972908a4e14c7291fb03", "reference": "5e53efbf61a7fbf73c79e3e08feea50f64c20bfa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -246,7 +247,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.4-dev" "dev-master": "2.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -272,22 +273,22 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-02-11 13:52:09" "time": "2014-07-09 09:05:48"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "1.2.16", "version": "1.2.17",
"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": "69e55e68481cf708a6db43aff0b504e31402fe27" "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/69e55e68481cf708a6db43aff0b504e31402fe27", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
"reference": "69e55e68481cf708a6db43aff0b504e31402fe27", "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -335,7 +336,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-02-25 03:34:05" "time": "2014-03-28 10:53:45"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@ -472,16 +473,16 @@
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "1.2.1", "version": "1.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e" "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5220af2a7929aa35cf663d97c89ad3d50cf5fa3e", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
"reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e", "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -518,43 +519,42 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2013-09-13 04:58:23" "time": "2014-03-03 05:10:30"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "3.7.32", "version": "3.7.37",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "2752cbb9ea5bd84c2811b34b6953f76965ec7a2f" "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2752cbb9ea5bd84c2811b34b6953f76965ec7a2f", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
"reference": "2752cbb9ea5bd84c2811b34b6953f76965ec7a2f", "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*",
"ext-dom": "*", "ext-dom": "*",
"ext-json": "*",
"ext-pcre": "*", "ext-pcre": "*",
"ext-reflection": "*", "ext-reflection": "*",
"ext-spl": "*", "ext-spl": "*",
"php": ">=5.3.3", "php": ">=5.3.3",
"phpunit/php-code-coverage": "~1.2.1", "phpunit/php-code-coverage": "~1.2",
"phpunit/php-file-iterator": ">=1.3.1", "phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": ">=1.1.1", "phpunit/php-text-template": "~1.1",
"phpunit/php-timer": ">=1.0.4", "phpunit/php-timer": "~1.0",
"phpunit/phpunit-mock-objects": "~1.2.0", "phpunit/phpunit-mock-objects": "~1.2",
"symfony/yaml": "~2.0" "symfony/yaml": "~2.0"
}, },
"require-dev": { "require-dev": {
"pear-pear.php.net/pear": "1.9.4" "pear-pear.php.net/pear": "1.9.4"
}, },
"suggest": { "suggest": {
"ext-json": "*", "phpunit/php-invoker": "~1.1"
"ext-simplexml": "*",
"ext-tokenizer": "*",
"phpunit/php-invoker": ">=1.1.0,<1.2.0"
}, },
"bin": [ "bin": [
"composer/bin/phpunit" "composer/bin/phpunit"
@ -592,7 +592,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-02-25 03:47:29" "time": "2014-04-30 12:24:19"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -645,17 +645,17 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.4.2", "version": "v2.5.2",
"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": "bb6ddaf8956139d1b8c360b4b713ed0138e876b3" "reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/bb6ddaf8956139d1b8c360b4b713ed0138e876b3", "url": "https://api.github.com/repos/symfony/Yaml/zipball/f868ecdbcc0276b6158dfbf08b9e98ce07f014e1",
"reference": "bb6ddaf8956139d1b8c360b4b713ed0138e876b3", "reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -664,7 +664,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.4-dev" "dev-master": "2.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -690,7 +690,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-01-07 13:28:54" "time": "2014-07-09 09:05:48"
} }
], ],
"aliases": [ "aliases": [
@ -700,6 +700,7 @@
"stability-flags": [ "stability-flags": [
], ],
"prefer-stable": false,
"platform": { "platform": {
"php": ">=5.3.2" "php": ">=5.3.2"
}, },