mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Bump doctrine/orm from 2.6.3 to 2.6.4
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/doctrine/orm/releases) - [Commits](https://github.com/doctrine/orm/compare/v2.6.3...v2.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
492aacd194
commit
2133ca3116
1 changed files with 36 additions and 35 deletions
71
composer.lock
generated
71
composer.lock
generated
|
@ -555,16 +555,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/common",
|
||||
"version": "v2.10.0",
|
||||
"version": "v2.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/common.git",
|
||||
"reference": "30e33f60f64deec87df728c02b107f82cdafad9d"
|
||||
"reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d",
|
||||
"reference": "30e33f60f64deec87df728c02b107f82cdafad9d",
|
||||
"url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
|
||||
"reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -580,14 +580,16 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^1.0",
|
||||
"phpunit/phpunit": "^6.3",
|
||||
"phpstan/phpstan": "^0.11",
|
||||
"phpstan/phpstan-phpunit": "^0.11",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"squizlabs/php_codesniffer": "^3.0",
|
||||
"symfony/phpunit-bridge": "^4.0.5"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.10.x-dev"
|
||||
"dev-master": "2.11.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -600,6 +602,10 @@
|
|||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Guilherme Blanco",
|
||||
"email": "guilhermeblanco@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Roman Borschel",
|
||||
"email": "roman@code-factory.org"
|
||||
|
@ -608,10 +614,6 @@
|
|||
"name": "Benjamin Eberlei",
|
||||
"email": "kontakt@beberlei.de"
|
||||
},
|
||||
{
|
||||
"name": "Guilherme Blanco",
|
||||
"email": "guilhermeblanco@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Jonathan Wage",
|
||||
"email": "jonwage@gmail.com"
|
||||
|
@ -632,7 +634,7 @@
|
|||
"doctrine",
|
||||
"php"
|
||||
],
|
||||
"time": "2018-11-21T01:24:55+00:00"
|
||||
"time": "2019-09-10T10:10:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
|
@ -1290,16 +1292,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/orm",
|
||||
"version": "v2.6.3",
|
||||
"version": "v2.6.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/orm.git",
|
||||
"reference": "434820973cadf2da2d66e7184be370084cc32ca8"
|
||||
"reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8",
|
||||
"reference": "434820973cadf2da2d66e7184be370084cc32ca8",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
|
||||
"reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1314,9 +1316,8 @@
|
|||
"symfony/console": "~3.0|~4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^1.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"squizlabs/php_codesniffer": "^3.2",
|
||||
"doctrine/coding-standard": "^5.0",
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"symfony/yaml": "~3.4|~4.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -1341,6 +1342,10 @@
|
|||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Guilherme Blanco",
|
||||
"email": "guilhermeblanco@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Roman Borschel",
|
||||
"email": "roman@code-factory.org"
|
||||
|
@ -1349,10 +1354,6 @@
|
|||
"name": "Benjamin Eberlei",
|
||||
"email": "kontakt@beberlei.de"
|
||||
},
|
||||
{
|
||||
"name": "Guilherme Blanco",
|
||||
"email": "guilhermeblanco@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Jonathan Wage",
|
||||
"email": "jonwage@gmail.com"
|
||||
|
@ -1368,7 +1369,7 @@
|
|||
"database",
|
||||
"orm"
|
||||
],
|
||||
"time": "2018-11-20T23:46:46+00:00"
|
||||
"time": "2019-09-20T14:30:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/persistence",
|
||||
|
@ -1616,13 +1617,13 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Multiple users",
|
||||
"role": "Original developers",
|
||||
"homepage": "https://code.google.com/p/html5lib/"
|
||||
"homepage": "https://code.google.com/p/html5lib/",
|
||||
"role": "Original developers"
|
||||
},
|
||||
{
|
||||
"name": "Sébastien Lavoie",
|
||||
"role": "Packager",
|
||||
"homepage": "http://blog.lavoie.sl"
|
||||
"homepage": "http://blog.lavoie.sl",
|
||||
"role": "Packager"
|
||||
},
|
||||
{
|
||||
"name": "didier Belot",
|
||||
|
@ -6446,9 +6447,9 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Antonio Carlos Ribeiro",
|
||||
"role": "Developer",
|
||||
"email": "acr@antoniocarlosribeiro.com",
|
||||
"homepage": "https://antoniocarlosribeiro.com"
|
||||
"homepage": "https://antoniocarlosribeiro.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Create random chars, numbers, strings",
|
||||
|
@ -6508,9 +6509,9 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Antonio Carlos Ribeiro",
|
||||
"role": "Developer",
|
||||
"email": "acr@antoniocarlosribeiro.com",
|
||||
"homepage": "https://antoniocarlosribeiro.com"
|
||||
"homepage": "https://antoniocarlosribeiro.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Create recovery codes for two factor auth",
|
||||
|
@ -9216,14 +9217,14 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Nicola Asuni",
|
||||
"role": "Main developer",
|
||||
"email": "info@tecnick.com",
|
||||
"homepage": "http://nicolaasuni.tecnick.com"
|
||||
"homepage": "http://nicolaasuni.tecnick.com",
|
||||
"role": "Main developer"
|
||||
},
|
||||
{
|
||||
"name": "wallabag/core",
|
||||
"role": "Developers",
|
||||
"homepage": "https://www.wallabag.org"
|
||||
"homepage": "https://www.wallabag.org",
|
||||
"role": "Developers"
|
||||
}
|
||||
],
|
||||
"description": "Keeping a working 6.2.x TCPDF version.",
|
||||
|
|
Loading…
Reference in a new issue