mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 05:06:28 +00:00
Merge pull request #4229 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.5
Bump doctrine/doctrine-bundle from 1.12.2 to 1.12.5
This commit is contained in:
commit
2e267a88a5
1 changed files with 14 additions and 11 deletions
25
composer.lock
generated
25
composer.lock
generated
|
@ -735,21 +735,22 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/doctrine-bundle",
|
||||
"version": "1.12.2",
|
||||
"version": "1.12.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||||
"reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9"
|
||||
"reference": "5d477e6fecac2718b8c43e658abe2a19b225ba25"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/9ac04186b47abda4759d0c304ab8f0780c470ac9",
|
||||
"reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9",
|
||||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5d477e6fecac2718b8c43e658abe2a19b225ba25",
|
||||
"reference": "5d477e6fecac2718b8c43e658abe2a19b225ba25",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/dbal": "^2.5.12",
|
||||
"doctrine/doctrine-cache-bundle": "~1.2",
|
||||
"doctrine/persistence": "^1.3.3",
|
||||
"jdorn/sql-formatter": "^1.2.16",
|
||||
"php": "^7.1",
|
||||
"symfony/cache": "^3.4.30|^4.3.3",
|
||||
|
@ -757,7 +758,8 @@
|
|||
"symfony/console": "^3.4.30|^4.3.3",
|
||||
"symfony/dependency-injection": "^3.4.30|^4.3.3",
|
||||
"symfony/doctrine-bridge": "^3.4.30|^4.3.3",
|
||||
"symfony/framework-bundle": "^3.4.30|^4.3.3"
|
||||
"symfony/framework-bundle": "^3.4.30|^4.3.3",
|
||||
"symfony/service-contracts": "^1.1.1|^2.0"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "<2.6",
|
||||
|
@ -766,6 +768,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/coding-standard": "^6.0",
|
||||
"doctrine/orm": "^2.6",
|
||||
"ocramius/proxy-manager": "^2.1",
|
||||
"php-coveralls/php-coveralls": "^2.1",
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"symfony/phpunit-bridge": "^4.2",
|
||||
|
@ -821,7 +824,7 @@
|
|||
"orm",
|
||||
"persistence"
|
||||
],
|
||||
"time": "2019-11-28T13:00:49+00:00"
|
||||
"time": "2019-12-18T18:15:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/doctrine-cache-bundle",
|
||||
|
@ -7849,7 +7852,7 @@
|
|||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sebastien MALOT",
|
||||
"name": "Sebastien Malot",
|
||||
"email": "sebastien@malot.fr"
|
||||
}
|
||||
],
|
||||
|
@ -9412,8 +9415,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Sander Kromwijk",
|
||||
"role": "Original developer",
|
||||
"email": "s.kromwijk@gmail.co"
|
||||
"email": "s.kromwijk@gmail.co",
|
||||
"role": "Original developer"
|
||||
},
|
||||
{
|
||||
"name": "Nicolas Lœuillet",
|
||||
|
@ -9615,7 +9618,7 @@
|
|||
"email": "adrien.brault@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "William Durand",
|
||||
"name": "William DURAND",
|
||||
"email": "william.durand1@gmail.com"
|
||||
}
|
||||
],
|
||||
|
@ -9665,7 +9668,7 @@
|
|||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "William Durand",
|
||||
"name": "William DURAND",
|
||||
"email": "william.durand1@gmail.com"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue