From 47608910195c6d9ed3bdb9bbe8e9a99df96e77d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 20:34:18 +0000 Subject: [PATCH] Bump symfony/phpunit-bridge from 3.2.4 to 3.4.26 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 3.2.4 to 3.4.26. - [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/v3.2.4...v3.4.26) Signed-off-by: dependabot[bot] --- composer.lock | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 9e154c3..462d929 100644 --- a/composer.lock +++ b/composer.lock @@ -2140,6 +2140,7 @@ } ], "description": "Allows installation of Components via Composer.", + "abandoned": "oomphinc/composer-installers-extender", "time": "2015-08-10T12:35:38+00:00" }, { @@ -4616,6 +4617,7 @@ } ], "description": "This bundle generates code for you", + "abandoned": true, "time": "2017-03-03T15:22:50+00:00" }, { @@ -4671,23 +4673,25 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v3.2.4", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "996374975357b569ea319ec1c98c5ca0f7dda610" + "reference": "a43a2f6c465a2d99635fea0addbebddc3864ad97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/996374975357b569ea319ec1c98c5ca0f7dda610", - "reference": "996374975357b569ea319ec1c98c5ca0f7dda610", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/a43a2f6c465a2d99635fea0addbebddc3864ad97", + "reference": "a43a2f6c465a2d99635fea0addbebddc3864ad97", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "conflict": { + "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": [ @@ -4696,7 +4700,11 @@ "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "3.4-dev" + }, + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" } }, "autoload": { @@ -4726,7 +4734,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2017-01-21T17:06:35+00:00" + "time": "2019-04-16T09:03:16+00:00" }, { "name": "symfony/polyfill-ctype",