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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-02 07:48:06 +00:00 committed by GitHub
parent 4cf2d39ee7
commit 12114b9355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
composer.lock generated
View file

@ -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",