Bump doctrine/orm from 2.13.4 to 2.14.0

Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.13.4 to 2.14.0.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.13.4...2.14.0)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-20 03:01:01 +00:00 committed by GitHub
parent c9edd15bc5
commit 64ae958345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

51
composer.lock generated
View file

@ -1768,51 +1768,52 @@
},
{
"name": "doctrine/orm",
"version": "2.13.4",
"version": "2.14.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "a5a6cc6630ce497290396d5f206887227820a634"
"reference": "f82485e651763fbd1b34879726f4d3b91c358bd9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/a5a6cc6630ce497290396d5f206887227820a634",
"reference": "a5a6cc6630ce497290396d5f206887227820a634",
"url": "https://api.github.com/repos/doctrine/orm/zipball/f82485e651763fbd1b34879726f4d3b91c358bd9",
"reference": "f82485e651763fbd1b34879726f4d3b91c358bd9",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.12.1 || ^2.1.1",
"doctrine/collections": "^1.5",
"doctrine/collections": "^1.5 || ^2.0",
"doctrine/common": "^3.0.3",
"doctrine/dbal": "^2.13.1 || ^3.2",
"doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.1",
"doctrine/event-manager": "^1.2 || ^2",
"doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3",
"doctrine/lexer": "^1.2.3",
"doctrine/lexer": "^1.2.3 || ^2",
"doctrine/persistence": "^2.4 || ^3",
"ext-ctype": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/console": "^4.2 || ^5.0 || ^6.0",
"symfony/polyfill-php72": "^1.23",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"doctrine/annotations": "<1.13 || >= 2.0"
"doctrine/annotations": "<1.13 || >= 3.0"
},
"require-dev": {
"doctrine/annotations": "^1.13",
"doctrine/coding-standard": "^9.0.2 || ^10.0",
"doctrine/annotations": "^1.13 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^11.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/phpstan": "~1.4.10 || 1.9.2",
"phpstan/phpstan": "~1.4.10 || 1.9.4",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.30.0"
"vimeo/psalm": "4.30.0 || 5.3.0"
},
"suggest": {
"ext-dom": "Provides support for XSD validation for XML mapping files",
@ -1862,22 +1863,22 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.13.4"
"source": "https://github.com/doctrine/orm/tree/2.14.0"
},
"time": "2022-11-20T18:53:31+00:00"
"time": "2022-12-19T21:51:58+00:00"
},
{
"name": "doctrine/persistence",
"version": "3.1.1",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "d87426f07dd66f97cfdcf5210925e483b6c993b5"
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/d87426f07dd66f97cfdcf5210925e483b6c993b5",
"reference": "d87426f07dd66f97cfdcf5210925e483b6c993b5",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/b44d128311af55275dbed6a4558ca59a2b9f9387",
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387",
"shasum": ""
},
"require": {
@ -1886,20 +1887,18 @@
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"conflict": {
"doctrine/annotations": "<1.7 || >=2.0",
"doctrine/common": "<2.10"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"doctrine/annotations": "^1.7",
"doctrine/coding-standard": "^10",
"doctrine/coding-standard": "^11",
"doctrine/common": "^3.0",
"phpstan/phpstan": "1.8.8",
"phpstan/phpstan": "1.9.4",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"vimeo/psalm": "4.29.0"
"vimeo/psalm": "4.30.0 || 5.3.0"
},
"type": "library",
"autoload": {
@ -1948,7 +1947,7 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/3.1.1"
"source": "https://github.com/doctrine/persistence/tree/3.1.2"
},
"funding": [
{
@ -1964,7 +1963,7 @@
"type": "tidelift"
}
],
"time": "2022-12-13T21:21:05+00:00"
"time": "2022-12-19T13:58:18+00:00"
},
{
"name": "doctrine/sql-formatter",