From f3fabdaca315e38224eddb147282257d990ba65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 20:05:19 +0000 Subject: [PATCH] Bump symfony/phpunit-bridge from 4.2.1 to 4.2.7 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.2.1 to 4.2.7. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.2.1...v4.2.7) Signed-off-by: dependabot[bot] --- composer.lock | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 46afe8d..6f13fc6 100644 --- a/composer.lock +++ b/composer.lock @@ -3781,16 +3781,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v4.2.1", + "version": "v4.2.7", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "3f03b625710f24071e2937e88112e9a19099c9eb" + "reference": "12593ad0bc54658d9bc74fa240a545b3873b4626" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3f03b625710f24071e2937e88112e9a19099c9eb", - "reference": "3f03b625710f24071e2937e88112e9a19099c9eb", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/12593ad0bc54658d9bc74fa240a545b3873b4626", + "reference": "12593ad0bc54658d9bc74fa240a545b3873b4626", "shasum": "" }, "require": { @@ -3800,7 +3800,6 @@ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "suggest": { - "ext-zip": "Zip support is required when using bin/simple-phpunit", "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" }, "bin": [ @@ -3843,7 +3842,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2018-11-26T10:55:26+00:00" + "time": "2019-04-16T09:36:45+00:00" }, { "name": "theseer/tokenizer",