Update dependency doctrine/orm to v2.7.3

This commit is contained in:
Renovate Bot 2020-06-22 21:40:42 +00:00
parent eaaf43aef6
commit 13592e4ba2
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 120 additions and 45 deletions

View File

@ -31,7 +31,7 @@
"twig/twig": "2.8.1", "twig/twig": "2.8.1",
"psr/simple-cache": "1.0.1", "psr/simple-cache": "1.0.1",
"psr/log": "1.1.0", "psr/log": "1.1.0",
"doctrine/orm": "2.6.3" "doctrine/orm": "2.7.3"
}, },
"require-dev": { "require-dev": {
"squizlabs/php_codesniffer": "3.5.5", "squizlabs/php_codesniffer": "3.5.5",

163
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "30597f58af23b6b10d97f837c501478d", "content-hash": "b64eb2873ad693853f7ca9ccb653ac44",
"packages": [ "packages": [
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
@ -252,27 +252,20 @@
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "2.13.3", "version": "3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "f3812c026e557892c34ef37f6ab808a6b567da7f" "reference": "a3c6479858989e242a2465972b4f7a8642baf0d4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f", "url": "https://api.github.com/repos/doctrine/common/zipball/a3c6479858989e242a2465972b4f7a8642baf0d4",
"reference": "f3812c026e557892c34ef37f6ab808a6b567da7f", "reference": "a3c6479858989e242a2465972b4f7a8642baf0d4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/annotations": "^1.0", "doctrine/persistence": "^2.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/inflector": "^1.0",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^1.3.3",
"doctrine/reflection": "^1.0",
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
@ -286,7 +279,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.11.x-dev" "dev-master": "3.0.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -345,7 +338,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-06-05T16:46:05+00:00" "time": "2020-06-05T16:59:53+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@ -771,34 +764,40 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "v2.6.3", "version": "v2.7.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "434820973cadf2da2d66e7184be370084cc32ca8" "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf"
}, },
"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/d95e03ba660d50d785a9925f41927fef0ee553cf",
"reference": "434820973cadf2da2d66e7184be370084cc32ca8", "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/annotations": "~1.5", "doctrine/annotations": "^1.8",
"doctrine/cache": "~1.6", "doctrine/cache": "^1.9.1",
"doctrine/collections": "^1.4", "doctrine/collections": "^1.5",
"doctrine/common": "^2.7.1", "doctrine/common": "^2.11 || ^3.0",
"doctrine/dbal": "^2.6", "doctrine/dbal": "^2.9.3",
"doctrine/instantiator": "~1.1", "doctrine/event-manager": "^1.1",
"doctrine/inflector": "^1.0",
"doctrine/instantiator": "^1.3",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^1.3.3 || ^2.0",
"ext-pdo": "*", "ext-pdo": "*",
"ocramius/package-versions": "^1.2",
"php": "^7.1", "php": "^7.1",
"symfony/console": "~3.0|~4.0" "symfony/console": "^3.0|^4.0|^5.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^1.0", "doctrine/coding-standard": "^5.0",
"phpunit/phpunit": "^6.5", "phpstan/phpstan": "^0.12.18",
"squizlabs/php_codesniffer": "^3.2", "phpunit/phpunit": "^7.5",
"symfony/yaml": "~3.4|~4.0" "symfony/yaml": "^3.4|^4.0|^5.0",
"vimeo/psalm": "^3.11"
}, },
"suggest": { "suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
@ -809,7 +808,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6.x-dev" "dev-master": "2.7.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -822,6 +821,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"
@ -830,10 +833,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"
@ -844,25 +843,39 @@
} }
], ],
"description": "Object-Relational-Mapper for PHP", "description": "Object-Relational-Mapper for PHP",
"homepage": "http://www.doctrine-project.org", "homepage": "https://www.doctrine-project.org/projects/orm.html",
"keywords": [ "keywords": [
"database", "database",
"orm" "orm"
], ],
"time": "2018-11-20T23:46:46+00:00" "funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine/orm",
"type": "tidelift"
}
],
"time": "2020-05-26T16:03:49+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
"version": "1.3.7", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/persistence.git", "url": "https://github.com/doctrine/persistence.git",
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0" "reference": "1dee036f22cd5dc0bc12132f1d1c38415907be55"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", "url": "https://api.github.com/repos/doctrine/persistence/zipball/1dee036f22cd5dc0bc12132f1d1c38415907be55",
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", "reference": "1dee036f22cd5dc0bc12132f1d1c38415907be55",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -879,12 +892,13 @@
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11", "phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.0" "phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.11"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3.x-dev" "dev-master": "2.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -946,7 +960,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-03-21T15:13:52+00:00" "time": "2020-05-12T19:32:44+00:00"
}, },
{ {
"name": "doctrine/reflection", "name": "doctrine/reflection",
@ -1026,6 +1040,67 @@
], ],
"time": "2020-03-27T11:06:43+00:00" "time": "2020-03-27T11:06:43+00:00"
}, },
{
"name": "ocramius/package-versions",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "94c9d42a466c57f91390cdd49c81313264f49d85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/94c9d42a466c57f91390cdd49c81313264f49d85",
"reference": "94c9d42a466c57f91390cdd49c81313264f49d85",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7.4.0"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"doctrine/coding-standard": "^7.0.2",
"ext-zip": "^1.15.0",
"infection/infection": "^0.15.3",
"phpunit/phpunit": "^9.1.1",
"vimeo/psalm": "^3.9.3"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.99.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"funding": [
{
"url": "https://github.com/Ocramius",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions",
"type": "tidelift"
}
],
"time": "2020-06-22T14:15:44+00:00"
},
{ {
"name": "psr/container", "name": "psr/container",
"version": "1.0.0", "version": "1.0.0",