Merge pull request #6167 from wallabag/dependabot/composer/doctrine/orm-2.14.0

This commit is contained in:
Jérémy Benoist 2022-12-20 07:49:55 +01:00 committed by GitHub
commit 62b2eef6e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

31
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,9 +1863,9 @@
],
"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",