From ce83e64c053819accd3bd0db71d79fd156661088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 20:04:19 +0000 Subject: [PATCH] Bump symfony/phpunit-bridge from 4.2.4 to 5.0.4 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.2.4 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.4...v5.0.4) Signed-off-by: dependabot[bot] --- composer.lock | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index bfe737f..8381a31 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2e2f2008ab101cd8100239e5297293e2", + "content-hash": "00425bc022dfe7360c4122070b5a6551", "packages": [ { "name": "doctrine/annotations", @@ -3723,7 +3723,7 @@ }, { "name": "Gert de Pagter", - "email": "backendtea@gmail.com" + "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -5210,6 +5210,7 @@ "MIT" ], "description": "A pack for Symfony Encore", + "abandoned": "symfony/webpack-encore-bundle", "time": "2018-07-16T10:15:28+00:00" }, { @@ -5495,6 +5496,7 @@ "code", "zf2" ], + "abandoned": "laminas/laminas-code", "time": "2018-08-13T20:36:59+00:00" }, { @@ -5549,6 +5551,7 @@ "events", "zf2" ], + "abandoned": "laminas/laminas-eventmanager", "time": "2018-04-25T15:33:34+00:00" } ], @@ -5784,6 +5787,7 @@ "selenium", "webdriver" ], + "abandoned": "php-webdriver/webdriver", "time": "2018-05-16T17:37:13+00:00" }, { @@ -6294,26 +6298,26 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v4.2.4", + "version": "v5.0.4", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "2cc651a38fcb831a405c14fcb76fcb00320e7ee8" + "reference": "38959f0ef4cea3e003f94c670bca89b2f4d932c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2cc651a38fcb831a405c14fcb76fcb00320e7ee8", - "reference": "2cc651a38fcb831a405c14fcb76fcb00320e7ee8", + "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": { - "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" @@ -6321,7 +6325,7 @@ "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "5.0-dev" }, "thanks": { "name": "phpunit/phpunit", @@ -6355,7 +6359,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2019-02-18T06:49:49+00:00" + "time": "2020-01-31T09:56:42+00:00" }, { "name": "symfony/profiler-pack",