Merge pull request #4738 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.4.0

Bump doctrine/doctrine-fixtures-bundle from 3.3.2 to 3.4.0
This commit is contained in:
Jérémy Benoist 2020-11-16 06:08:59 +01:00 committed by GitHub
commit 84e0121863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
composer.lock generated
View file

@ -10986,23 +10986,23 @@
}, },
{ {
"name": "doctrine/doctrine-fixtures-bundle", "name": "doctrine/doctrine-fixtures-bundle",
"version": "3.3.2", "version": "3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "a2179f447425d9e784fb9bc224e533a0ab083b98" "reference": "870189619a7770f468ffb0b80925302e065a3b34"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/a2179f447425d9e784fb9bc224e533a0ab083b98", "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/870189619a7770f468ffb0b80925302e065a3b34",
"reference": "a2179f447425d9e784fb9bc224e533a0ab083b98", "reference": "870189619a7770f468ffb0b80925302e065a3b34",
"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|^2.0", "doctrine/persistence": "^1.3.7|^2.0",
"php": "^7.1 || ^8.0", "php": "^7.1 || ^8.0",
"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",
@ -11012,15 +11012,10 @@
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.4 || ^9.2", "phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
"symfony/phpunit-bridge": "^4.1|^5.0" "symfony/phpunit-bridge": "^4.1|^5.0"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.3.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Bundle\\FixturesBundle\\": "" "Doctrine\\Bundle\\FixturesBundle\\": ""
@ -11064,7 +11059,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-09-01T07:06:14+00:00" "time": "2020-11-14T09:36:49+00:00"
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",