Merge pull request #6168 from wallabag/dependabot/composer/doctrine/persistence-3.1.2

This commit is contained in:
Jérémy Benoist 2022-12-20 07:48:47 +01:00 committed by GitHub
commit f85a9bff43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
composer.lock generated
View file

@ -1868,16 +1868,16 @@
},
{
"name": "doctrine/persistence",
"version": "3.1.1",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "d87426f07dd66f97cfdcf5210925e483b6c993b5"
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/d87426f07dd66f97cfdcf5210925e483b6c993b5",
"reference": "d87426f07dd66f97cfdcf5210925e483b6c993b5",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/b44d128311af55275dbed6a4558ca59a2b9f9387",
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387",
"shasum": ""
},
"require": {
@ -1886,20 +1886,18 @@
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"conflict": {
"doctrine/annotations": "<1.7 || >=2.0",
"doctrine/common": "<2.10"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"doctrine/annotations": "^1.7",
"doctrine/coding-standard": "^10",
"doctrine/coding-standard": "^11",
"doctrine/common": "^3.0",
"phpstan/phpstan": "1.8.8",
"phpstan/phpstan": "1.9.4",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"vimeo/psalm": "4.29.0"
"vimeo/psalm": "4.30.0 || 5.3.0"
},
"type": "library",
"autoload": {
@ -1948,7 +1946,7 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/3.1.1"
"source": "https://github.com/doctrine/persistence/tree/3.1.2"
},
"funding": [
{
@ -1964,7 +1962,7 @@
"type": "tidelift"
}
],
"time": "2022-12-13T21:21:05+00:00"
"time": "2022-12-19T13:58:18+00:00"
},
{
"name": "doctrine/sql-formatter",