From 5a9afd02cecdadbc0e0084c8b6676818d3f0eed0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 03:33:12 +0000 Subject: [PATCH] Bump symfony/phpunit-bridge from 3.4.38 to 5.0.6 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 3.4.38 to 5.0.6. - [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.4.38...v5.0.6) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 2c79157..db98e7b 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "php-http/guzzle6-adapter": "^1.1", "phpunit/phpunit": "^6.5", "sensio/generator-bundle": "^3.0", - "symfony/phpunit-bridge": "^3.0" + "symfony/phpunit-bridge": "^5.0" }, "scripts": { "symfony-scripts": [ diff --git a/composer.lock b/composer.lock index 09346fd..35e0b62 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": "b98a3cc1a0b99073087ad3e3f5f77041", + "content-hash": "46ea1a1ef3f32e7d1b08519ca184fe02", "packages": [ { "name": "composer/ca-bundle", @@ -5013,30 +5013,31 @@ } ], "description": "This bundle generates code for you", + "abandoned": "symfony/maker-bundle", "time": "2017-12-07T15:36:41+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v3.4.38", + "version": "v5.0.6", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "c02893ae43532b46a4f0e0f207d088b939f278d9" + "reference": "cb3f0f5bf8776bccaf8d61e4c91a573db58a19b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c02893ae43532b46a4f0e0f207d088b939f278d9", - "reference": "c02893ae43532b46a4f0e0f207d088b939f278d9", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/cb3f0f5bf8776bccaf8d61e4c91a573db58a19b6", + "reference": "cb3f0f5bf8776bccaf8d61e4c91a573db58a19b6", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.5.9" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0" }, "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" @@ -5044,7 +5045,7 @@ "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "5.0-dev" }, "thanks": { "name": "phpunit/phpunit", @@ -5078,7 +5079,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2020-02-21T08:01:47+00:00" + "time": "2020-03-15T14:33:06+00:00" }, { "name": "theseer/tokenizer",