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:
dependabot-preview[bot] 2019-09-24 02:20:34 +00:00 committed by GitHub
parent 492aacd194
commit 2133ca3116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

71
composer.lock generated
View file

@ -555,16 +555,16 @@
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "v2.10.0", "version": "v2.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "30e33f60f64deec87df728c02b107f82cdafad9d" "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d", "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
"reference": "30e33f60f64deec87df728c02b107f82cdafad9d", "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -580,14 +580,16 @@
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^1.0", "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", "squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5" "symfony/phpunit-bridge": "^4.0.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.10.x-dev" "dev-master": "2.11.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -600,6 +602,10 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Roman Borschel", "name": "Roman Borschel",
"email": "roman@code-factory.org" "email": "roman@code-factory.org"
@ -608,10 +614,6 @@
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de" "email": "kontakt@beberlei.de"
}, },
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
@ -632,7 +634,7 @@
"doctrine", "doctrine",
"php" "php"
], ],
"time": "2018-11-21T01:24:55+00:00" "time": "2019-09-10T10:10:14+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@ -1290,16 +1292,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "v2.6.3", "version": "v2.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "434820973cadf2da2d66e7184be370084cc32ca8" "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8", "url": "https://api.github.com/repos/doctrine/orm/zipball/b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
"reference": "434820973cadf2da2d66e7184be370084cc32ca8", "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1314,9 +1316,8 @@
"symfony/console": "~3.0|~4.0" "symfony/console": "~3.0|~4.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^1.0", "doctrine/coding-standard": "^5.0",
"phpunit/phpunit": "^6.5", "phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.2",
"symfony/yaml": "~3.4|~4.0" "symfony/yaml": "~3.4|~4.0"
}, },
"suggest": { "suggest": {
@ -1341,6 +1342,10 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Roman Borschel", "name": "Roman Borschel",
"email": "roman@code-factory.org" "email": "roman@code-factory.org"
@ -1349,10 +1354,6 @@
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de" "email": "kontakt@beberlei.de"
}, },
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
@ -1368,7 +1369,7 @@
"database", "database",
"orm" "orm"
], ],
"time": "2018-11-20T23:46:46+00:00" "time": "2019-09-20T14:30:26+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
@ -1616,13 +1617,13 @@
"authors": [ "authors": [
{ {
"name": "Multiple users", "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", "name": "Sébastien Lavoie",
"role": "Packager", "homepage": "http://blog.lavoie.sl",
"homepage": "http://blog.lavoie.sl" "role": "Packager"
}, },
{ {
"name": "didier Belot", "name": "didier Belot",
@ -6446,9 +6447,9 @@
"authors": [ "authors": [
{ {
"name": "Antonio Carlos Ribeiro", "name": "Antonio Carlos Ribeiro",
"role": "Developer",
"email": "acr@antoniocarlosribeiro.com", "email": "acr@antoniocarlosribeiro.com",
"homepage": "https://antoniocarlosribeiro.com" "homepage": "https://antoniocarlosribeiro.com",
"role": "Developer"
} }
], ],
"description": "Create random chars, numbers, strings", "description": "Create random chars, numbers, strings",
@ -6508,9 +6509,9 @@
"authors": [ "authors": [
{ {
"name": "Antonio Carlos Ribeiro", "name": "Antonio Carlos Ribeiro",
"role": "Developer",
"email": "acr@antoniocarlosribeiro.com", "email": "acr@antoniocarlosribeiro.com",
"homepage": "https://antoniocarlosribeiro.com" "homepage": "https://antoniocarlosribeiro.com",
"role": "Developer"
} }
], ],
"description": "Create recovery codes for two factor auth", "description": "Create recovery codes for two factor auth",
@ -9216,14 +9217,14 @@
"authors": [ "authors": [
{ {
"name": "Nicola Asuni", "name": "Nicola Asuni",
"role": "Main developer",
"email": "info@tecnick.com", "email": "info@tecnick.com",
"homepage": "http://nicolaasuni.tecnick.com" "homepage": "http://nicolaasuni.tecnick.com",
"role": "Main developer"
}, },
{ {
"name": "wallabag/core", "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.", "description": "Keeping a working 6.2.x TCPDF version.",