Merge pull request #6504 from wallabag/dependabot/composer/doctrine/orm-2.15.1

This commit is contained in:
Jérémy Benoist 2023-05-09 07:06:32 +02:00 committed by GitHub
commit 261198dadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

14
composer.lock generated
View File

@ -1694,16 +1694,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "2.15.0", "version": "2.15.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "7b5fafffbeb560e75adc349e71bf1e90463796d2" "reference": "9bc6f5b4ac6f1e7d4248b2efbd01a748782075bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/7b5fafffbeb560e75adc349e71bf1e90463796d2", "url": "https://api.github.com/repos/doctrine/orm/zipball/9bc6f5b4ac6f1e7d4248b2efbd01a748782075bc",
"reference": "7b5fafffbeb560e75adc349e71bf1e90463796d2", "reference": "9bc6f5b4ac6f1e7d4248b2efbd01a748782075bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1739,7 +1739,7 @@
"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.9.0" "vimeo/psalm": "4.30.0 || 5.11.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",
@ -1789,9 +1789,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.15.0" "source": "https://github.com/doctrine/orm/tree/2.15.1"
}, },
"time": "2023-04-26T18:52:02+00:00" "time": "2023-05-07T18:56:25+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",