1
0
Fork 0

Update deps

pull/5183/head
Jordi Boggiano 2016-04-11 16:33:40 +01:00
parent b1723644e0
commit 1557f46e07
1 changed files with 146 additions and 53 deletions

199
composer.lock generated
View File

@ -4,21 +4,76 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "31b3c13c89f8d6c810637ca1fe8fc6ae", "hash": "566a14fadc9a5f62f733f4f9a6cedd1e",
"content-hash": "454148e20b837d9755dee7862f9c7a5d", "content-hash": "924a1d97b52715f41db37e3792a0d74a",
"packages": [ "packages": [
{ {
"name": "composer/semver", "name": "composer/ca-bundle",
"version": "1.3.0", "version": "1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/semver.git", "url": "https://github.com/composer/ca-bundle.git",
"reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747" "reference": "4059c02b474668bde9d115731615eaf073691ee1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/df4463baa9f44fe6cf0a6da4fde2934d4c0a2747", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4059c02b474668bde9d115731615eaf073691ee1",
"reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747", "reference": "4059c02b474668bde9d115731615eaf073691ee1",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"symfony/process": "^2.5 || ^3.0"
},
"suggest": {
"symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
"time": "2016-04-11 15:47:46"
},
{
"name": "composer/semver",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "84c47f3d8901440403217afc120683c7385aecb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/84c47f3d8901440403217afc120683c7385aecb8",
"reference": "84c47f3d8901440403217afc120683c7385aecb8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -67,28 +122,28 @@
"validation", "validation",
"versioning" "versioning"
], ],
"time": "2016-02-25 22:23:39" "time": "2016-03-30 13:16:03"
}, },
{ {
"name": "composer/spdx-licenses", "name": "composer/spdx-licenses",
"version": "1.1.2", "version": "1.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/spdx-licenses.git", "url": "https://github.com/composer/spdx-licenses.git",
"reference": "9e1c3926bb0842812967213d7c92827bc5883671" "reference": "547659c3cacd3ccfe1b4714c2ff88cafc6b6793b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/9e1c3926bb0842812967213d7c92827bc5883671", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/547659c3cacd3ccfe1b4714c2ff88cafc6b6793b",
"reference": "9e1c3926bb0842812967213d7c92827bc5883671", "reference": "547659c3cacd3ccfe1b4714c2ff88cafc6b6793b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "^5.3.2 || ^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.5", "phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "~2.3" "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -128,7 +183,7 @@
"spdx", "spdx",
"validator" "validator"
], ],
"time": "2015-10-05 11:27:42" "time": "2016-03-25 10:57:10"
}, },
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
@ -196,6 +251,44 @@
], ],
"time": "2016-01-06 14:37:04" "time": "2016-01-06 14:37:04"
}, },
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Psr\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21 11:40:51"
},
{ {
"name": "seld/cli-prompt", "name": "seld/cli-prompt",
"version": "1.0.1", "version": "1.0.1",
@ -336,16 +429,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.8.2", "version": "v2.8.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d" "reference": "9a5aef5fc0d4eff86853d44202b02be8d5a20154"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/d0239fb42f98dd02e7d342f793c5d2cdee0c478d", "url": "https://api.github.com/repos/symfony/console/zipball/9a5aef5fc0d4eff86853d44202b02be8d5a20154",
"reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d", "reference": "9a5aef5fc0d4eff86853d44202b02be8d5a20154",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -392,20 +485,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-01-14 08:33:16" "time": "2016-03-17 09:19:04"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v2.8.2", "version": "v2.8.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "637b64d0ee10f44ae98dbad651b1ecdf35a11e8c" "reference": "f08ffdf229252cd2745558cb2112df43903bcae4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/637b64d0ee10f44ae98dbad651b1ecdf35a11e8c", "url": "https://api.github.com/repos/symfony/filesystem/zipball/f08ffdf229252cd2745558cb2112df43903bcae4",
"reference": "637b64d0ee10f44ae98dbad651b1ecdf35a11e8c", "reference": "f08ffdf229252cd2745558cb2112df43903bcae4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -441,20 +534,20 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-01-13 10:28:07" "time": "2016-03-27 10:20:16"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.8.2", "version": "v2.8.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "c90fabdd97e431ee19b6383999cf35334dff27da" "reference": "ca24cf2cd4e3826f571e0067e535758e73807aa1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/c90fabdd97e431ee19b6383999cf35334dff27da", "url": "https://api.github.com/repos/symfony/finder/zipball/ca24cf2cd4e3826f571e0067e535758e73807aa1",
"reference": "c90fabdd97e431ee19b6383999cf35334dff27da", "reference": "ca24cf2cd4e3826f571e0067e535758e73807aa1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -490,11 +583,11 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-01-14 08:26:52" "time": "2016-03-10 10:53:53"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.1.0", "version": "v1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
@ -553,16 +646,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.8.2", "version": "v2.8.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "6f1979c3b0f4c22c77a8a8971afaa7dd07f082ac" "reference": "fb467471952ef5cf8497c029980e556b47545333"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/6f1979c3b0f4c22c77a8a8971afaa7dd07f082ac", "url": "https://api.github.com/repos/symfony/process/zipball/fb467471952ef5cf8497c029980e556b47545333",
"reference": "6f1979c3b0f4c22c77a8a8971afaa7dd07f082ac", "reference": "fb467471952ef5cf8497c029980e556b47545333",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -598,7 +691,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-01-06 09:59:23" "time": "2016-03-23 13:11:46"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -1009,16 +1102,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "4.8.23", "version": "4.8.24",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483" "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6e351261f9cd33daf205a131a1ba61c6d33bd483", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
"reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483", "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1077,7 +1170,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2016-02-11 14:56:33" "time": "2016-03-14 06:16:08"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -1252,16 +1345,16 @@
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
"version": "1.3.3", "version": "1.3.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "6e7133793a8e5a5714a551a8324337374be209df" "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
"reference": "6e7133793a8e5a5714a551a8324337374be209df", "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1298,7 +1391,7 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2015-12-02 08:37:27" "time": "2016-02-26 18:40:46"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
@ -1507,16 +1600,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.8.2", "version": "v2.8.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "34c8a4b51e751e7ea869b8262f883d008a2b81b8" "reference": "584e52cb8f788a887553ba82db6caacb1d6260bb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/34c8a4b51e751e7ea869b8262f883d008a2b81b8", "url": "https://api.github.com/repos/symfony/yaml/zipball/584e52cb8f788a887553ba82db6caacb1d6260bb",
"reference": "34c8a4b51e751e7ea869b8262f883d008a2b81b8", "reference": "584e52cb8f788a887553ba82db6caacb1d6260bb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1552,7 +1645,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-01-13 10:28:07" "time": "2016-03-04 07:54:35"
} }
], ],
"aliases": [], "aliases": [],