mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
Merge pull request #6488 from wallabag/dependabot/composer/doctrine/orm-2.15.0
This commit is contained in:
commit
2b369b0d0b
1 changed files with 11 additions and 11 deletions
22
composer.lock
generated
22
composer.lock
generated
|
@ -1767,29 +1767,29 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/orm",
|
"name": "doctrine/orm",
|
||||||
"version": "2.14.3",
|
"version": "2.15.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/orm.git",
|
"url": "https://github.com/doctrine/orm.git",
|
||||||
"reference": "a64f315dfeae5e50b17f132626fd9e9b4ec8985d"
|
"reference": "7b5fafffbeb560e75adc349e71bf1e90463796d2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/a64f315dfeae5e50b17f132626fd9e9b4ec8985d",
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/7b5fafffbeb560e75adc349e71bf1e90463796d2",
|
||||||
"reference": "a64f315dfeae5e50b17f132626fd9e9b4ec8985d",
|
"reference": "7b5fafffbeb560e75adc349e71bf1e90463796d2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer-runtime-api": "^2",
|
"composer-runtime-api": "^2",
|
||||||
"doctrine/cache": "^1.12.1 || ^2.1.1",
|
"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/common": "^3.0.3",
|
||||||
"doctrine/dbal": "^2.13.1 || ^3.2",
|
"doctrine/dbal": "^2.13.1 || ^3.2",
|
||||||
"doctrine/deprecations": "^0.5.3 || ^1",
|
"doctrine/deprecations": "^0.5.3 || ^1",
|
||||||
"doctrine/event-manager": "^1.2 || ^2",
|
"doctrine/event-manager": "^1.2 || ^2",
|
||||||
"doctrine/inflector": "^1.4 || ^2.0",
|
"doctrine/inflector": "^1.4 || ^2.0",
|
||||||
"doctrine/instantiator": "^1.3",
|
"doctrine/instantiator": "^1.3 || ^2",
|
||||||
"doctrine/lexer": "^1.2.3 || ^2",
|
"doctrine/lexer": "^2",
|
||||||
"doctrine/persistence": "^2.4 || ^3",
|
"doctrine/persistence": "^2.4 || ^3",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"php": "^7.1 || ^8.0",
|
"php": "^7.1 || ^8.0",
|
||||||
|
@ -1803,9 +1803,9 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/annotations": "^1.13 || ^2",
|
"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",
|
"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",
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
|
||||||
"psr/log": "^1 || ^2 || ^3",
|
"psr/log": "^1 || ^2 || ^3",
|
||||||
"squizlabs/php_codesniffer": "3.7.2",
|
"squizlabs/php_codesniffer": "3.7.2",
|
||||||
|
@ -1862,9 +1862,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/orm/issues",
|
"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",
|
"name": "doctrine/persistence",
|
||||||
|
|
Loading…
Reference in a new issue