From 72516e8b65b1538fc83eb158e2eb9d9265b3466d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 21 Jun 2018 09:17:27 +0000 Subject: [PATCH] :arrow_up: Bump phpunit/phpunit from 7.2.4 to 7.2.5 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.2.4 to 7.2.5. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.2.4...7.2.5) Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 9c8de67..87db1dc 100644 --- a/composer.lock +++ b/composer.lock @@ -3665,16 +3665,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.2.4", + "version": "7.2.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd" + "reference": "1dbfbe286dbbc194bb81b4a120415ebdf7db42c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00bc0b93f0ff4f557e9ea766557fde96da9a03dd", - "reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1dbfbe286dbbc194bb81b4a120415ebdf7db42c3", + "reference": "1dbfbe286dbbc194bb81b4a120415ebdf7db42c3", "shasum": "" }, "require": { @@ -3690,7 +3690,7 @@ "php": "^7.1", "phpspec/prophecy": "^1.7", "phpunit/php-code-coverage": "^6.0.7", - "phpunit/php-file-iterator": "^2.0", + "phpunit/php-file-iterator": "^2.0.1", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^2.0", "sebastian/comparator": "^3.0", @@ -3745,7 +3745,7 @@ "testing", "xunit" ], - "time": "2018-06-05T03:40:05+00:00" + "time": "2018-06-21T04:05:21+00:00" }, { "name": "sebastian/code-unit-reverse-lookup",