From 4f9b7e6e92c02007cef280c780a1abbc1d2bd37f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 21:21:20 +0000 Subject: [PATCH] Bump symfony/phpunit-bridge from 4.2.1 to 5.0.4 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.2.1 to 5.0.4. - [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...v5.0.4) Signed-off-by: dependabot[bot] --- composer.lock | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 3aa00fb..52c071f 100644 --- a/composer.lock +++ b/composer.lock @@ -5276,6 +5276,7 @@ "code", "zf2" ], + "abandoned": "laminas/laminas-code", "time": "2018-08-13T20:36:59+00:00" }, { @@ -5330,6 +5331,7 @@ "events", "zf2" ], + "abandoned": "laminas/laminas-eventmanager", "time": "2018-04-25T15:33:34+00:00" } ], @@ -5442,6 +5444,7 @@ "selenium", "webdriver" ], + "abandoned": "php-webdriver/webdriver", "time": "2018-05-16T17:37:13+00:00" }, { @@ -5895,27 +5898,26 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v4.2.1", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "3f03b625710f24071e2937e88112e9a19099c9eb" + "reference": "38959f0ef4cea3e003f94c670bca89b2f4d932c5" }, "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/38959f0ef4cea3e003f94c670bca89b2f4d932c5", + "reference": "38959f0ef4cea3e003f94c670bca89b2f4d932c5", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.5.9" }, "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + "phpunit/phpunit": "<5.4.3" }, "suggest": { - "ext-zip": "Zip support is required when using bin/simple-phpunit", - "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" }, "bin": [ "bin/simple-phpunit" @@ -5923,7 +5925,7 @@ "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "5.0-dev" }, "thanks": { "name": "phpunit/phpunit", @@ -5957,7 +5959,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2018-11-26T10:55:26+00:00" + "time": "2020-01-31T09:56:42+00:00" }, { "name": "symfony/polyfill-php72",