From b1875ea8fce698d0a7e74e94287e9d9580b29a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 Aug 2018 07:28:06 +0000 Subject: [PATCH] Bump phpunit/phpunit from 7.2.7 to 7.3.0 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.2.7 to 7.3.0. - [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.7...7.3.0) Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index cfee886..fcfc41a 100644 --- a/composer.lock +++ b/composer.lock @@ -1864,16 +1864,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.2.7", + "version": "7.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c" + "reference": "0b6b29faf95c03fd7867e866438b78d5692b6f03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e878aff7917ef66e702e03d1359b16eee254e2c", - "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0b6b29faf95c03fd7867e866438b78d5692b6f03", + "reference": "0b6b29faf95c03fd7867e866438b78d5692b6f03", "shasum": "" }, "require": { @@ -1918,7 +1918,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "7.2-dev" + "dev-master": "7.3-dev" } }, "autoload": { @@ -1944,7 +1944,7 @@ "testing", "xunit" ], - "time": "2018-07-15T05:20:50+00:00" + "time": "2018-08-03T06:02:45+00:00" }, { "name": "pimple/pimple",