diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-01-01 17:53:08 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-01-01 17:53:08 +0100 |
commit | 5ed1157fb8bc16dc4063441f96bacf21ee6b2e3f (patch) | |
tree | 5fadf8f246172e6ff5481a9907cd31d1208e96b8 | |
parent | f3d46357e91e0929a684b8bf5a38060b8c8c1423 (diff) |
Update composer.lock
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | composer.lock | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock index 2829f74b6..16bd4a4e5 100644 --- a/composer.lock +++ b/composer.lock @@ -9,16 +9,16 @@ "packages-dev": [ { "name": "phpunit/php-code-coverage", - "version": "5.2.4", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "033ec97498cf530cc1be4199264cad568b19be26" + "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/033ec97498cf530cc1be4199264cad568b19be26", - "reference": "033ec97498cf530cc1be4199264cad568b19be26", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1", + "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1", "shasum": "" }, "require": { @@ -34,7 +34,6 @@ "theseer/tokenizer": "^1.1" }, "require-dev": { - "ext-xdebug": "^2.5", "phpunit/phpunit": "^6.0" }, "suggest": { @@ -43,7 +42,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.2.x-dev" + "dev-master": "5.3.x-dev" } }, "autoload": { @@ -58,7 +57,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -69,7 +68,7 @@ "testing", "xunit" ], - "time": "2017-11-27T09:00:30+00:00" + "time": "2017-12-06T09:29:45+00:00" }, { "name": "phpunit/php-file-iterator", |