update composer.lock

This commit is contained in:
Daku 2017-03-10 15:55:09 +00:00
parent df38c7978c
commit 810ad041b7

124
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "d05a90197ed0f471b2a5494e3d612785",
"content-hash": "0ebb6cb4c51f9109b9cd7947f6b9f767",
"packages": [
{
"name": "bower-asset/jquery",
@ -107,12 +107,12 @@
"source": {
"type": "git",
"url": "https://github.com/johndyer/mediaelement.git",
"reference": "68ae308b2ac4ac6648c06f68db9f8902370a3249"
"reference": "6e80b260172f4ddc3b0bbee046775d2ba4c6f9b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johndyer/mediaelement/zipball/68ae308b2ac4ac6648c06f68db9f8902370a3249",
"reference": "68ae308b2ac4ac6648c06f68db9f8902370a3249",
"url": "https://api.github.com/repos/johndyer/mediaelement/zipball/6e80b260172f4ddc3b0bbee046775d2ba4c6f9b7",
"reference": "6e80b260172f4ddc3b0bbee046775d2ba4c6f9b7",
"shasum": ""
},
"type": "bower-asset-library",
@ -433,7 +433,7 @@
"constructor",
"instantiate"
],
"time": "2017-02-16 16:15:51"
"time": "2017-02-16T16:15:51+00:00"
},
{
"name": "myclabs/deep-copy",
@ -529,7 +529,7 @@
"reflection",
"static analysis"
],
"time": "2015-12-27 11:43:31"
"time": "2015-12-27T11:43:31+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
@ -684,7 +684,7 @@
"spy",
"stub"
],
"time": "2017-03-03 17:09:02"
"time": "2017-03-03T17:09:02+00:00"
},
{
"name": "phpunit/php-code-coverage",
@ -747,7 +747,7 @@
"testing",
"xunit"
],
"time": "2017-03-07 10:28:00"
"time": "2017-03-07T10:28:00+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -794,7 +794,7 @@
"filesystem",
"iterator"
],
"time": "2016-10-03 07:40:28"
"time": "2016-10-03T07:40:28+00:00"
},
{
"name": "phpunit/php-text-template",
@ -884,7 +884,7 @@
"keywords": [
"timer"
],
"time": "2017-03-07 15:42:04"
"time": "2017-03-07T15:42:04+00:00"
},
{
"name": "phpunit/php-token-stream",
@ -933,50 +933,54 @@
"keywords": [
"tokenizer"
],
"time": "2017-03-07 07:36:57"
"time": "2017-03-07T07:36:57+00:00"
},
{
"name": "phpunit/phpunit",
"version": "5.5.4",
"version": "5.7.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3e6e88e56c912133de6e99b87728cca7ed70c5f5"
"reference": "d421807ce5f372ecaf0bff3a5d41f5c60a18329f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e6e88e56c912133de6e99b87728cca7ed70c5f5",
"reference": "3e6e88e56c912133de6e99b87728cca7ed70c5f5",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d421807ce5f372ecaf0bff3a5d41f5c60a18329f",
"reference": "d421807ce5f372ecaf0bff3a5d41f5c60a18329f",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"myclabs/deep-copy": "~1.3",
"php": "^5.6 || ^7.0",
"phpspec/prophecy": "^1.3.1",
"phpunit/php-code-coverage": "^4.0.1",
"phpspec/prophecy": "^1.6.2",
"phpunit/php-code-coverage": "^4.0.4",
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "^3.2",
"sebastian/comparator": "~1.1",
"sebastian/comparator": "^1.2.4",
"sebastian/diff": "~1.2",
"sebastian/environment": "^1.3 || ^2.0",
"sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0",
"sebastian/object-enumerator": "~1.0",
"sebastian/environment": "^1.3.4 || ^2.0",
"sebastian/exporter": "~2.0",
"sebastian/global-state": "^1.1",
"sebastian/object-enumerator": "~2.0",
"sebastian/resource-operations": "~1.0",
"sebastian/version": "~1.0|~2.0",
"sebastian/version": "~1.0.3|~2.0",
"symfony/yaml": "~2.1|~3.0"
},
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-xdebug": "*",
"phpunit/php-invoker": "~1.1"
},
"bin": [
@ -985,7 +989,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.5.x-dev"
"dev-master": "5.7.x-dev"
}
},
"autoload": {
@ -1011,7 +1015,7 @@
"testing",
"xunit"
],
"time": "2016-08-26T07:11:44+00:00"
"time": "2017-03-09T13:47:42+00:00"
},
{
"name": "phpunit/phpunit-mock-objects",
@ -1070,7 +1074,7 @@
"mock",
"xunit"
],
"time": "2017-03-07 08:47:31"
"time": "2017-03-07T08:47:31+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@ -1115,7 +1119,7 @@
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04 10:23:55"
"time": "2017-03-04T10:23:55+00:00"
},
{
"name": "sebastian/comparator",
@ -1179,7 +1183,7 @@
"compare",
"equality"
],
"time": "2017-03-07 10:34:43"
"time": "2017-03-07T10:34:43+00:00"
},
{
"name": "sebastian/diff",
@ -1231,7 +1235,7 @@
"keywords": [
"diff"
],
"time": "2017-03-07 07:26:53"
"time": "2017-03-07T07:26:53+00:00"
},
{
"name": "sebastian/environment",
@ -1281,25 +1285,25 @@
"environment",
"hhvm"
],
"time": "2017-03-07 12:59:58"
"time": "2017-03-07T12:59:58+00:00"
},
{
"name": "sebastian/exporter",
"version": "1.2.x-dev",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d"
"reference": "5e8e30670c3f36481e75211dbbcfd029a41ebf07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/dcd43bcc0fd3551bd2ede0081882d549bb78225d",
"reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/5e8e30670c3f36481e75211dbbcfd029a41ebf07",
"reference": "5e8e30670c3f36481e75211dbbcfd029a41ebf07",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0",
"sebastian/recursion-context": "^1.0"
"sebastian/recursion-context": "^2.0"
},
"require-dev": {
"ext-mbstring": "*",
@ -1308,7 +1312,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
"dev-master": "2.0.x-dev"
}
},
"autoload": {
@ -1348,7 +1352,7 @@
"export",
"exporter"
],
"time": "2017-02-26 13:09:30"
"time": "2017-03-07T10:36:49+00:00"
},
{
"name": "sebastian/global-state",
@ -1399,33 +1403,33 @@
"keywords": [
"global state"
],
"time": "2017-02-23 14:11:06"
"time": "2017-02-23T14:11:06+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "1.0.x-dev",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "1a7e888dce73bd3c1deedb345fce00329c75b065"
"reference": "c956fe7a68318639f694fc6bba0c89b7cdf1b08c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1a7e888dce73bd3c1deedb345fce00329c75b065",
"reference": "1a7e888dce73bd3c1deedb345fce00329c75b065",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/c956fe7a68318639f694fc6bba0c89b7cdf1b08c",
"reference": "c956fe7a68318639f694fc6bba0c89b7cdf1b08c",
"shasum": ""
},
"require": {
"php": ">=5.6",
"sebastian/recursion-context": "~1.0"
"php": "^5.6 || ^7.0",
"sebastian/recursion-context": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~5"
"phpunit/phpunit": "^5.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
}
},
"autoload": {
@ -1445,20 +1449,20 @@
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2016-10-03 07:42:27"
"time": "2017-03-07T10:37:45+00:00"
},
{
"name": "sebastian/recursion-context",
"version": "1.0.x-dev",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
"reference": "7e4d7c56f6e65d215f71ad913a5256e5439aca1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/7e4d7c56f6e65d215f71ad913a5256e5439aca1c",
"reference": "7e4d7c56f6e65d215f71ad913a5256e5439aca1c",
"shasum": ""
},
"require": {
@ -1470,7 +1474,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
}
},
"autoload": {
@ -1498,7 +1502,7 @@
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2016-10-03 07:41:43"
"time": "2017-03-08T08:21:15+00:00"
},
{
"name": "sebastian/resource-operations",
@ -1540,7 +1544,7 @@
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2016-10-03 07:43:09"
"time": "2016-10-03T07:43:09+00:00"
},
{
"name": "sebastian/version",
@ -1583,7 +1587,7 @@
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03 07:35:21"
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "symfony/yaml",
@ -1638,7 +1642,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2017-03-07 16:54:31"
"time": "2017-03-07T16:54:31+00:00"
},
{
"name": "webmozart/assert",
@ -1688,7 +1692,7 @@
"check",
"validate"
],
"time": "2016-11-23 20:04:41"
"time": "2016-11-23T20:04:41+00:00"
}
],
"aliases": [],