From 12114b9355d7f6a957427bb4d0096d03fc70cef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 07:48:06 +0000 Subject: [PATCH] Bump dama/doctrine-test-bundle from 6.3.3 to 6.4.0 Bumps [dama/doctrine-test-bundle](https://github.com/dmaicher/doctrine-test-bundle) from 6.3.3 to 6.4.0. - [Release notes](https://github.com/dmaicher/doctrine-test-bundle/releases) - [Changelog](https://github.com/dmaicher/doctrine-test-bundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/dmaicher/doctrine-test-bundle/compare/v6.3.3...v6.4.0) Signed-off-by: dependabot[bot] --- composer.lock | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index a8b558bac..892739ea1 100644 --- a/composer.lock +++ b/composer.lock @@ -10848,29 +10848,31 @@ }, { "name": "dama/doctrine-test-bundle", - "version": "v6.3.3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/dmaicher/doctrine-test-bundle.git", - "reference": "a364cfee35acb7d37698c4749f7dd34d04646535" + "reference": "ada40c684d212e6911d70ae5ba5a0536607df567" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/a364cfee35acb7d37698c4749f7dd34d04646535", - "reference": "a364cfee35acb7d37698c4749f7dd34d04646535", + "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/ada40c684d212e6911d70ae5ba5a0536607df567", + "reference": "ada40c684d212e6911d70ae5ba5a0536607df567", "shasum": "" }, "require": { "doctrine/dbal": "^2.9,>=2.9.3", "doctrine/doctrine-bundle": "^1.11 || ^2.0", - "php": "^7.1", - "symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0" + "php": "^7.1 || ^8.0", + "symfony/framework-bundle": "^3.4 || ^4.4 || ^5.1" }, "require-dev": { + "behat/behat": "^3.0", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", - "symfony/phpunit-bridge": "^4.3 || ^5.0", - "symfony/yaml": "^3.4 || ^4.3 || ^5.0" + "symfony/phpunit-bridge": "^5.1", + "symfony/process": "^3.4 || ^4.4 || ^5.1", + "symfony/yaml": "^3.4 || ^4.4 || ^5.1" }, "type": "symfony-bundle", "extra": { @@ -10901,7 +10903,7 @@ "symfony", "tests" ], - "time": "2020-09-04T05:50:21+00:00" + "time": "2020-10-30T10:35:52+00:00" }, { "name": "doctrine/data-fixtures",