Merge pull request #6488 from wallabag/dependabot/composer/doctrine/orm-2.15.0

This commit is contained in:
Jérémy Benoist 2023-05-04 06:20:59 +02:00 committed by GitHub
commit 2b369b0d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
composer.lock generated
View file

@ -1767,29 +1767,29 @@
},
{
"name": "doctrine/orm",
"version": "2.14.3",
"version": "2.15.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "a64f315dfeae5e50b17f132626fd9e9b4ec8985d"
"reference": "7b5fafffbeb560e75adc349e71bf1e90463796d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/a64f315dfeae5e50b17f132626fd9e9b4ec8985d",
"reference": "a64f315dfeae5e50b17f132626fd9e9b4ec8985d",
"url": "https://api.github.com/repos/doctrine/orm/zipball/7b5fafffbeb560e75adc349e71bf1e90463796d2",
"reference": "7b5fafffbeb560e75adc349e71bf1e90463796d2",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.12.1 || ^2.1.1",
"doctrine/collections": "^1.5 || ^2.0",
"doctrine/collections": "^1.5 || ^2.1",
"doctrine/common": "^3.0.3",
"doctrine/dbal": "^2.13.1 || ^3.2",
"doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.2 || ^2",
"doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3",
"doctrine/lexer": "^1.2.3 || ^2",
"doctrine/instantiator": "^1.3 || ^2",
"doctrine/lexer": "^2",
"doctrine/persistence": "^2.4 || ^3",
"ext-ctype": "*",
"php": "^7.1 || ^8.0",
@ -1803,9 +1803,9 @@
},
"require-dev": {
"doctrine/annotations": "^1.13 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^11.0",
"doctrine/coding-standard": "^9.0.2 || ^12.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/phpstan": "~1.4.10 || 1.10.6",
"phpstan/phpstan": "~1.4.10 || 1.10.14",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.2",
@ -1862,9 +1862,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.14.3"
"source": "https://github.com/doctrine/orm/tree/2.15.0"
},
"time": "2023-04-20T09:46:32+00:00"
"time": "2023-04-26T18:52:02+00:00"
},
{
"name": "doctrine/persistence",