Bump doctrine/doctrine-fixtures-bundle from 3.2.2 to 3.3.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-14 14:24:20 +00:00 committed by GitHub
parent 98d8e0c1b9
commit 1ddd66ae70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

51
composer.lock generated
View file

@ -495,16 +495,16 @@
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
"version": "1.6.3", "version": "1.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/collections.git", "url": "https://github.com/doctrine/collections.git",
"reference": "037ccc5b1c249275f8f6bb48e35f140fd52fd577" "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/037ccc5b1c249275f8f6bb48e35f140fd52fd577", "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"reference": "037ccc5b1c249275f8f6bb48e35f140fd52fd577", "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -561,7 +561,7 @@
"iterators", "iterators",
"php" "php"
], ],
"time": "2019-11-04T15:26:07+00:00" "time": "2019-11-13T13:07:11+00:00"
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
@ -7735,7 +7735,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "Sebastien MALOT", "name": "Sebastien Malot",
"email": "sebastien@malot.fr" "email": "sebastien@malot.fr"
} }
], ],
@ -9230,8 +9230,8 @@
"authors": [ "authors": [
{ {
"name": "Sander Kromwijk", "name": "Sander Kromwijk",
"role": "Original developer", "email": "s.kromwijk@gmail.co",
"email": "s.kromwijk@gmail.co" "role": "Original developer"
}, },
{ {
"name": "Nicolas Lœuillet", "name": "Nicolas Lœuillet",
@ -9430,7 +9430,7 @@
"email": "adrien.brault@gmail.com" "email": "adrien.brault@gmail.com"
}, },
{ {
"name": "William Durand", "name": "William DURAND",
"email": "william.durand1@gmail.com" "email": "william.durand1@gmail.com"
} }
], ],
@ -9480,7 +9480,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "William Durand", "name": "William DURAND",
"email": "william.durand1@gmail.com" "email": "william.durand1@gmail.com"
} }
], ],
@ -9988,35 +9988,38 @@
}, },
{ {
"name": "doctrine/doctrine-fixtures-bundle", "name": "doctrine/doctrine-fixtures-bundle",
"version": "3.2.2", "version": "3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "90e4a4f968b2dae40e290a6ee516957af043f16c" "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/90e4a4f968b2dae40e290a6ee516957af043f16c", "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
"reference": "90e4a4f968b2dae40e290a6ee516957af043f16c", "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/data-fixtures": "^1.3", "doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-bundle": "^1.11|^2.0",
"doctrine/orm": "^2.6.0", "doctrine/orm": "^2.6.0",
"php": "^7.1", "php": "^7.1",
"symfony/doctrine-bridge": "~3.4|^4.1", "symfony/config": "^3.4|^4.3|^5.0",
"symfony/framework-bundle": "^3.4|^4.1" "symfony/console": "^3.4|^4.3|^5.0",
"symfony/dependency-injection": "^3.4|^4.3|^5.0",
"symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
"symfony/http-kernel": "^3.4|^4.3|^5.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.4", "phpunit/phpunit": "^7.4",
"symfony/phpunit-bridge": "^4.1" "symfony/phpunit-bridge": "^4.1|^5.0"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.2.x-dev" "dev-master": "3.3.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -10030,16 +10033,16 @@
], ],
"authors": [ "authors": [
{ {
"name": "Symfony Community", "name": "Fabien Potencier",
"homepage": "http://symfony.com/contributors" "email": "fabien@symfony.com"
}, },
{ {
"name": "Doctrine Project", "name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org" "homepage": "http://www.doctrine-project.org"
}, },
{ {
"name": "Fabien Potencier", "name": "Symfony Community",
"email": "fabien@symfony.com" "homepage": "http://symfony.com/contributors"
} }
], ],
"description": "Symfony DoctrineFixturesBundle", "description": "Symfony DoctrineFixturesBundle",
@ -10048,7 +10051,7 @@
"Fixture", "Fixture",
"persistence" "persistence"
], ],
"time": "2019-06-12T12:03:37+00:00" "time": "2019-11-13T15:46:58+00:00"
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",