Merge pull request #4207 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.2

Bump doctrine/doctrine-bundle from 1.12.0 to 1.12.2
This commit is contained in:
Jérémy Benoist 2019-11-29 07:38:20 +01:00 committed by GitHub
commit b76bf31bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
composer.lock generated
View file

@ -730,16 +730,16 @@
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
"version": "1.12.0", "version": "1.12.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git", "url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "a374f3bc54fe7c23ddb722ef6b9ddd2d9dcb9115" "reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a374f3bc54fe7c23ddb722ef6b9ddd2d9dcb9115", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/9ac04186b47abda4759d0c304ab8f0780c470ac9",
"reference": "a374f3bc54fe7c23ddb722ef6b9ddd2d9dcb9115", "reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -747,6 +747,7 @@
"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/cache": "^3.4.30|^4.3.3",
"symfony/config": "^3.4.30|^4.3.3", "symfony/config": "^3.4.30|^4.3.3",
"symfony/console": "^3.4.30|^4.3.3", "symfony/console": "^3.4.30|^4.3.3",
"symfony/dependency-injection": "^3.4.30|^4.3.3", "symfony/dependency-injection": "^3.4.30|^4.3.3",
@ -762,7 +763,6 @@
"doctrine/orm": "^2.6", "doctrine/orm": "^2.6",
"php-coveralls/php-coveralls": "^2.1", "php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^7.5", "phpunit/phpunit": "^7.5",
"symfony/cache": "^3.4.30|^4.3.3",
"symfony/phpunit-bridge": "^4.2", "symfony/phpunit-bridge": "^4.2",
"symfony/property-info": "^3.4.30|^4.3.3", "symfony/property-info": "^3.4.30|^4.3.3",
"symfony/twig-bridge": "^3.4|^4.1", "symfony/twig-bridge": "^3.4|^4.1",
@ -816,7 +816,7 @@
"orm", "orm",
"persistence" "persistence"
], ],
"time": "2019-11-19T11:42:20+00:00" "time": "2019-11-28T13:00:49+00:00"
}, },
{ {
"name": "doctrine/doctrine-cache-bundle", "name": "doctrine/doctrine-cache-bundle",