Bump doctrine/doctrine-bundle from 1.11.2 to 1.12.0

Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.11.2...1.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-20 04:09:50 +00:00 committed by GitHub
parent 48b0163d24
commit 38adc00267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

49
composer.lock generated
View file

@ -730,16 +730,16 @@
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
"version": "1.11.2", "version": "1.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git", "url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "28101e20776d8fa20a00b54947fbae2db0d09103" "reference": "a374f3bc54fe7c23ddb722ef6b9ddd2d9dcb9115"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/28101e20776d8fa20a00b54947fbae2db0d09103", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a374f3bc54fe7c23ddb722ef6b9ddd2d9dcb9115",
"reference": "28101e20776d8fa20a00b54947fbae2db0d09103", "reference": "a374f3bc54fe7c23ddb722ef6b9ddd2d9dcb9115",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -747,11 +747,11 @@
"doctrine/doctrine-cache-bundle": "~1.2", "doctrine/doctrine-cache-bundle": "~1.2",
"jdorn/sql-formatter": "^1.2.16", "jdorn/sql-formatter": "^1.2.16",
"php": "^7.1", "php": "^7.1",
"symfony/config": "^3.4|^4.1", "symfony/config": "^3.4.30|^4.3.3",
"symfony/console": "^3.4|^4.1", "symfony/console": "^3.4.30|^4.3.3",
"symfony/dependency-injection": "^3.4|^4.1", "symfony/dependency-injection": "^3.4.30|^4.3.3",
"symfony/doctrine-bridge": "^3.4|^4.1", "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
"symfony/framework-bundle": "^3.4|^4.1" "symfony/framework-bundle": "^3.4.30|^4.3.3"
}, },
"conflict": { "conflict": {
"doctrine/orm": "<2.6", "doctrine/orm": "<2.6",
@ -761,14 +761,15 @@
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^6.0",
"doctrine/orm": "^2.6", "doctrine/orm": "^2.6",
"php-coveralls/php-coveralls": "^2.1", "php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "7.0", "phpunit/phpunit": "^7.5",
"symfony/cache": "^3.4|^4.1", "symfony/cache": "^3.4.30|^4.3.3",
"symfony/phpunit-bridge": "^4.2", "symfony/phpunit-bridge": "^4.2",
"symfony/property-info": "^3.4|^4.1", "symfony/property-info": "^3.4.30|^4.3.3",
"symfony/validator": "^3.4|^4.1", "symfony/twig-bridge": "^3.4|^4.1",
"symfony/web-profiler-bundle": "^3.4|^4.1", "symfony/validator": "^3.4.30|^4.3.3",
"symfony/yaml": "^3.4|^4.1", "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
"twig/twig": "^1.34|^2.4" "symfony/yaml": "^3.4.30|^4.3.3",
"twig/twig": "^1.34|^2.12"
}, },
"suggest": { "suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
@ -777,7 +778,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.11.x-dev" "dev-master": "1.12.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -791,20 +792,20 @@
], ],
"authors": [ "authors": [
{ {
"name": "Symfony Community", "name": "Fabien Potencier",
"homepage": "http://symfony.com/contributors" "email": "fabien@symfony.com"
}, },
{ {
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de" "email": "kontakt@beberlei.de"
}, },
{ {
"name": "Doctrine Project", "name": "Symfony Community",
"homepage": "http://www.doctrine-project.org/" "homepage": "http://symfony.com/contributors"
}, },
{ {
"name": "Fabien Potencier", "name": "Doctrine Project",
"email": "fabien@symfony.com" "homepage": "http://www.doctrine-project.org/"
} }
], ],
"description": "Symfony DoctrineBundle", "description": "Symfony DoctrineBundle",
@ -815,7 +816,7 @@
"orm", "orm",
"persistence" "persistence"
], ],
"time": "2019-06-04T07:35:05+00:00" "time": "2019-11-19T11:42:20+00:00"
}, },
{ {
"name": "doctrine/doctrine-cache-bundle", "name": "doctrine/doctrine-cache-bundle",