mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
Merge pull request #6751 from wallabag/dependabot/composer/doctrine/orm-2.15.4
This commit is contained in:
commit
72eef910d9
1 changed files with 8 additions and 8 deletions
16
composer.lock
generated
16
composer.lock
generated
|
@ -1699,16 +1699,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/orm",
|
||||
"version": "2.15.3",
|
||||
"version": "2.15.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/orm.git",
|
||||
"reference": "4c3bd208018c26498e5f682aaad45fa00ea307d5"
|
||||
"reference": "f7e4b61459692f9b747f40696e6bf72080390f2d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/4c3bd208018c26498e5f682aaad45fa00ea307d5",
|
||||
"reference": "4c3bd208018c26498e5f682aaad45fa00ea307d5",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/f7e4b61459692f9b747f40696e6bf72080390f2d",
|
||||
"reference": "f7e4b61459692f9b747f40696e6bf72080390f2d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1737,14 +1737,14 @@
|
|||
"doctrine/annotations": "^1.13 || ^2",
|
||||
"doctrine/coding-standard": "^9.0.2 || ^12.0",
|
||||
"phpbench/phpbench": "^0.16.10 || ^1.0",
|
||||
"phpstan/phpstan": "~1.4.10 || 1.10.18",
|
||||
"phpstan/phpstan": "~1.4.10 || 1.10.25",
|
||||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
|
||||
"psr/log": "^1 || ^2 || ^3",
|
||||
"squizlabs/php_codesniffer": "3.7.2",
|
||||
"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 || 5.12.0"
|
||||
"vimeo/psalm": "4.30.0 || 5.13.1"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-dom": "Provides support for XSD validation for XML mapping files",
|
||||
|
@ -1794,9 +1794,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/orm/issues",
|
||||
"source": "https://github.com/doctrine/orm/tree/2.15.3"
|
||||
"source": "https://github.com/doctrine/orm/tree/2.15.4"
|
||||
},
|
||||
"time": "2023-06-22T12:36:06+00:00"
|
||||
"time": "2023-07-18T07:50:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/persistence",
|
||||
|
|
Loading…
Reference in a new issue