phpunit update

This commit is contained in:
Pierre Rudloff 2017-12-10 21:36:18 +01:00
parent 25ae2493b7
commit 968106758c

24
composer.lock generated
View file

@ -2010,16 +2010,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "6.5.3", "version": "6.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "882e886cc928a0abd3c61282b2a64026237d14a4" "reference": "1b2f933d5775f9237369deaa2d2bfbf9d652be4c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/882e886cc928a0abd3c61282b2a64026237d14a4", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1b2f933d5775f9237369deaa2d2bfbf9d652be4c",
"reference": "882e886cc928a0abd3c61282b2a64026237d14a4", "reference": "1b2f933d5775f9237369deaa2d2bfbf9d652be4c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2037,7 +2037,7 @@
"phpunit/php-file-iterator": "^1.4.3", "phpunit/php-file-iterator": "^1.4.3",
"phpunit/php-text-template": "^1.2.1", "phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^1.0.9", "phpunit/php-timer": "^1.0.9",
"phpunit/phpunit-mock-objects": "^5.0.4", "phpunit/phpunit-mock-objects": "^5.0.5",
"sebastian/comparator": "^2.1", "sebastian/comparator": "^2.1",
"sebastian/diff": "^2.0", "sebastian/diff": "^2.0",
"sebastian/environment": "^3.1", "sebastian/environment": "^3.1",
@ -2090,27 +2090,27 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2017-12-06T09:42:03+00:00" "time": "2017-12-10T08:06:19+00:00"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
"version": "5.0.4", "version": "5.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "16b50f4167e5e85e81ca8a3dd105d0a5fd32009a" "reference": "283b9f4f670e3a6fd6c4ff95c51a952eb5c75933"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/16b50f4167e5e85e81ca8a3dd105d0a5fd32009a", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/283b9f4f670e3a6fd6c4ff95c51a952eb5c75933",
"reference": "16b50f4167e5e85e81ca8a3dd105d0a5fd32009a", "reference": "283b9f4f670e3a6fd6c4ff95c51a952eb5c75933",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.0.5", "doctrine/instantiator": "^1.0.5",
"php": "^7.0", "php": "^7.0",
"phpunit/php-text-template": "^1.2.1", "phpunit/php-text-template": "^1.2.1",
"sebastian/exporter": "^3.0" "sebastian/exporter": "^3.1"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<6.0" "phpunit/phpunit": "<6.0"
@ -2149,7 +2149,7 @@
"mock", "mock",
"xunit" "xunit"
], ],
"time": "2017-12-02T05:31:19+00:00" "time": "2017-12-10T08:01:53+00:00"
}, },
{ {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",