mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-10 19:11:01 +00:00
Merge pull request #7130 from wallabag/dependabot/composer/doctrine/orm-2.17.2
This commit is contained in:
commit
d2699005d5
1 changed files with 10 additions and 10 deletions
20
composer.lock
generated
20
composer.lock
generated
|
@ -1709,16 +1709,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/orm",
|
"name": "doctrine/orm",
|
||||||
"version": "2.17.1",
|
"version": "2.17.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/orm.git",
|
"url": "https://github.com/doctrine/orm.git",
|
||||||
"reference": "1a4fe6e0bb67762370937a7e6cee3da40a9122d1"
|
"reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/1a4fe6e0bb67762370937a7e6cee3da40a9122d1",
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/393679a4795e49b0b3ac317dce84d0f8888f2b77",
|
||||||
"reference": "1a4fe6e0bb67762370937a7e6cee3da40a9122d1",
|
"reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1751,10 +1751,10 @@
|
||||||
"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",
|
||||||
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
|
"symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
|
||||||
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
|
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0",
|
||||||
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
|
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
|
||||||
"vimeo/psalm": "4.30.0 || 5.15.0"
|
"vimeo/psalm": "4.30.0 || 5.16.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",
|
||||||
|
@ -1804,9 +1804,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.17.1"
|
"source": "https://github.com/doctrine/orm/tree/2.17.2"
|
||||||
},
|
},
|
||||||
"time": "2023-11-17T06:25:40+00:00"
|
"time": "2023-12-20T21:47:52+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/persistence",
|
"name": "doctrine/persistence",
|
||||||
|
|
Loading…
Reference in a new issue