From 24126d9432edb415952af83c2f2a09aa6b95d29d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 2 Jun 2018 13:26:02 +0200 Subject: Update composer.lock Signed-off-by: Florian Pritz --- composer.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index b64749f56..7ed413bdb 100644 --- a/composer.lock +++ b/composer.lock @@ -1,24 +1,24 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "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#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2668befb33d9b989434db0ab06fb68b7", + "content-hash": "cbadbda47201a2188ea1450da87a065d", "packages": [], "packages-dev": [ { "name": "phpunit/php-code-coverage", - "version": "5.3.0", + "version": "5.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1" + "reference": "c89677919c5dd6d3b3852f230a663118762218ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1", - "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", + "reference": "c89677919c5dd6d3b3852f230a663118762218ac", "shasum": "" }, "require": { @@ -68,7 +68,7 @@ "testing", "xunit" ], - "time": "2017-12-06T09:29:45+00:00" + "time": "2018-04-06T15:36:58+00:00" }, { "name": "phpunit/php-file-iterator", @@ -395,7 +395,8 @@ "php": ">=5.5", "ext-gd": "*", "ext-exif": "*", - "ext-phar": "*" + "ext-phar": "*", + "ext-mbstring": "*" }, "platform-dev": { "ext-xdebug": "*" -- cgit v1.2.3-24-g4f1b