Bump doctrine/doctrine-fixtures-bundle from 3.3.1 to 3.3.2

Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/3.3.x/CHANGELOG-3.1.md)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.3.1...3.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-02 02:27:31 +00:00 committed by GitHub
parent 57ef1c0e41
commit 40cf2c6371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

35
composer.lock generated
View file

@ -11012,36 +11012,35 @@
},
{
"name": "doctrine/data-fixtures",
"version": "1.4.3",
"version": "1.4.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
"reference": "7ebac50901eb4516816ac39100dba1759d843943"
"reference": "16a03fadb5473f49aad70384002dfd5012fe680e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7ebac50901eb4516816ac39100dba1759d843943",
"reference": "7ebac50901eb4516816ac39100dba1759d843943",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/16a03fadb5473f49aad70384002dfd5012fe680e",
"reference": "16a03fadb5473f49aad70384002dfd5012fe680e",
"shasum": ""
},
"require": {
"doctrine/common": "^2.11",
"doctrine/persistence": "^1.3.3",
"doctrine/common": "^2.13|^3.0",
"doctrine/persistence": "^1.3.3|^2.0",
"php": "^7.2 || ^8.0"
},
"conflict": {
"doctrine/phpcr-odm": "<1.3.0"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^6.0",
"doctrine/dbal": "^2.5.4",
"doctrine/mongodb-odm": "^1.3.0",
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
"doctrine/orm": "^2.7.0",
"phpunit/phpunit": "^7.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
"alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
"doctrine/orm": "For loading ORM fixtures",
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
@ -11086,28 +11085,28 @@
"type": "tidelift"
}
],
"time": "2020-05-25T19:45:03+00:00"
"time": "2020-09-01T07:13:28+00:00"
},
{
"name": "doctrine/doctrine-fixtures-bundle",
"version": "3.3.1",
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
"reference": "a2179f447425d9e784fb9bc224e533a0ab083b98"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
"reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/a2179f447425d9e784fb9bc224e533a0ab083b98",
"reference": "a2179f447425d9e784fb9bc224e533a0ab083b98",
"shasum": ""
},
"require": {
"doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.11|^2.0",
"doctrine/orm": "^2.6.0",
"doctrine/persistence": "^1.3",
"php": "^7.1",
"doctrine/persistence": "^1.3|^2.0",
"php": "^7.1 || ^8.0",
"symfony/config": "^3.4|^4.3|^5.0",
"symfony/console": "^3.4|^4.3|^5.0",
"symfony/dependency-injection": "^3.4|^4.3|^5.0",
@ -11116,7 +11115,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.4",
"phpunit/phpunit": "^7.4 || ^9.2",
"symfony/phpunit-bridge": "^4.1|^5.0"
},
"type": "symfony-bundle",
@ -11168,7 +11167,7 @@
"type": "tidelift"
}
],
"time": "2020-04-02T16:40:37+00:00"
"time": "2020-09-01T07:06:14+00:00"
},
{
"name": "friendsofphp/php-cs-fixer",