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

Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.3.0 to 3.3.1.
- [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.3.0...3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-13 02:32:39 +00:00 committed by GitHub
parent 365b3dd21f
commit 20a99c772a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
composer.lock generated
View File

@ -350,20 +350,21 @@
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "v1.8.0", "version": "1.10.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc" "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc", "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc", "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/lexer": "1.*", "doctrine/lexer": "1.*",
"ext-tokenizer": "*",
"php": "^7.1" "php": "^7.1"
}, },
"require-dev": { "require-dev": {
@ -373,7 +374,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.7.x-dev" "dev-master": "1.9.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -414,7 +415,7 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2019-10-01T18:55:10+00:00" "time": "2020-04-02T12:33:25+00:00"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@ -10195,22 +10196,23 @@
}, },
{ {
"name": "doctrine/doctrine-fixtures-bundle", "name": "doctrine/doctrine-fixtures-bundle",
"version": "3.3.0", "version": "3.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70" "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70", "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
"reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70", "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/data-fixtures": "^1.3", "doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.11|^2.0", "doctrine/doctrine-bundle": "^1.11|^2.0",
"doctrine/orm": "^2.6.0", "doctrine/orm": "^2.6.0",
"doctrine/persistence": "^1.3",
"php": "^7.1", "php": "^7.1",
"symfony/config": "^3.4|^4.3|^5.0", "symfony/config": "^3.4|^4.3|^5.0",
"symfony/console": "^3.4|^4.3|^5.0", "symfony/console": "^3.4|^4.3|^5.0",
@ -10258,7 +10260,7 @@
"Fixture", "Fixture",
"persistence" "persistence"
], ],
"time": "2019-11-13T15:46:58+00:00" "time": "2020-04-02T16:40:37+00:00"
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",