mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 19:41:02 +00:00
Merge pull request #6245 from wallabag/dependabot/composer/doctrine/orm-2.14.1
Bump doctrine/orm from 2.14.0 to 2.14.1
This commit is contained in:
commit
24522f3b89
1 changed files with 8 additions and 8 deletions
16
composer.lock
generated
16
composer.lock
generated
|
@ -1763,16 +1763,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/orm",
|
"name": "doctrine/orm",
|
||||||
"version": "2.14.0",
|
"version": "2.14.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/orm.git",
|
"url": "https://github.com/doctrine/orm.git",
|
||||||
"reference": "f82485e651763fbd1b34879726f4d3b91c358bd9"
|
"reference": "de7eee5ed7b1b35c99b118f26f210a8281e6db8e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/f82485e651763fbd1b34879726f4d3b91c358bd9",
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/de7eee5ed7b1b35c99b118f26f210a8281e6db8e",
|
||||||
"reference": "f82485e651763fbd1b34879726f4d3b91c358bd9",
|
"reference": "de7eee5ed7b1b35c99b118f26f210a8281e6db8e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1801,14 +1801,14 @@
|
||||||
"doctrine/annotations": "^1.13 || ^2",
|
"doctrine/annotations": "^1.13 || ^2",
|
||||||
"doctrine/coding-standard": "^9.0.2 || ^11.0",
|
"doctrine/coding-standard": "^9.0.2 || ^11.0",
|
||||||
"phpbench/phpbench": "^0.16.10 || ^1.0",
|
"phpbench/phpbench": "^0.16.10 || ^1.0",
|
||||||
"phpstan/phpstan": "~1.4.10 || 1.9.4",
|
"phpstan/phpstan": "~1.4.10 || 1.9.8",
|
||||||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||||||
"psr/log": "^1 || ^2 || ^3",
|
"psr/log": "^1 || ^2 || ^3",
|
||||||
"squizlabs/php_codesniffer": "3.7.1",
|
"squizlabs/php_codesniffer": "3.7.1",
|
||||||
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
|
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
|
||||||
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
|
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
|
||||||
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
|
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
|
||||||
"vimeo/psalm": "4.30.0 || 5.3.0"
|
"vimeo/psalm": "4.30.0 || 5.4.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-dom": "Provides support for XSD validation for XML mapping files",
|
"ext-dom": "Provides support for XSD validation for XML mapping files",
|
||||||
|
@ -1858,9 +1858,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.0"
|
"source": "https://github.com/doctrine/orm/tree/2.14.1"
|
||||||
},
|
},
|
||||||
"time": "2022-12-19T21:51:58+00:00"
|
"time": "2023-01-16T18:36:59+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/persistence",
|
"name": "doctrine/persistence",
|
||||||
|
|
Loading…
Reference in a new issue