From 8a95bbf8ba282c7ce2d50cd5c9780ef50a95b9b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 19:57:14 +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 | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) mode change 100755 => 100644 composer.lock diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index 7d80fb3..1f0767b --- a/composer.lock +++ b/composer.lock @@ -2659,12 +2659,12 @@ "version": "v2.6.3", "source": { "type": "git", - "url": "https://github.com/doctrine/doctrine2.git", + "url": "https://github.com/doctrine/orm.git", "reference": "434820973cadf2da2d66e7184be370084cc32ca8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/434820973cadf2da2d66e7184be370084cc32ca8", + "url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8", "reference": "434820973cadf2da2d66e7184be370084cc32ca8", "shasum": "" }, @@ -4105,11 +4105,23 @@ "scss", "stylesheet" ], + "abandoned": "scssphp/scssphp", "time": "2018-07-22T01:22:08+00:00" }, { "name": "league/uri", "version": "5.3.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri.git", + "reference": "f2bceb755f1108758cf4cf925e4cd7699ce686aa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/f2bceb755f1108758cf4cf925e4cd7699ce686aa", + "reference": "f2bceb755f1108758cf4cf925e4cd7699ce686aa", + "shasum": "" + }, "require": { "ext-fileinfo": "*", "ext-intl": "*", @@ -5167,6 +5179,7 @@ "php", "stylesheet" ], + "abandoned": true, "time": "2017-03-28T22:19:25+00:00" }, { @@ -9956,6 +9969,7 @@ "code", "zf2" ], + "abandoned": "laminas/laminas-code", "time": "2018-08-13T20:36:59+00:00" }, { @@ -10010,6 +10024,7 @@ "events", "zf2" ], + "abandoned": "laminas/laminas-eventmanager", "time": "2018-04-25T15:33:34+00:00" } ], @@ -10122,6 +10137,7 @@ "selenium", "webdriver" ], + "abandoned": "php-webdriver/webdriver", "time": "2018-05-16T17:37:13+00:00" }, { @@ -10631,27 +10647,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" @@ -10659,7 +10674,7 @@ "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "5.0-dev" }, "thanks": { "name": "phpunit/phpunit", @@ -10693,7 +10708,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",