Merge pull request #7752 from wallabag/dependabot/composer/doctrine/persistence-3.4.0

This commit is contained in:
Jérémy Benoist 2024-11-04 06:49:29 +01:00 committed by GitHub
commit 0b81bf8499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
composer.lock generated
View file

@ -1766,16 +1766,16 @@
},
{
"name": "doctrine/persistence",
"version": "3.3.3",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "b337726451f5d530df338fc7f68dee8781b49779"
"reference": "0ea965320cec355dba75031c1b23d4c78362e3ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/b337726451f5d530df338fc7f68dee8781b49779",
"reference": "b337726451f5d530df338fc7f68dee8781b49779",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0ea965320cec355dba75031c1b23d4c78362e3ff",
"reference": "0ea965320cec355dba75031c1b23d4c78362e3ff",
"shasum": ""
},
"require": {
@ -1789,12 +1789,11 @@
"require-dev": {
"doctrine/coding-standard": "^12",
"doctrine/common": "^3.0",
"phpstan/phpstan": "1.11.1",
"phpstan/phpstan": "1.12.7",
"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.30.0 || 5.24.0"
"phpunit/phpunit": "^8.5.38 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
},
"type": "library",
"autoload": {
@ -1843,7 +1842,7 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/3.3.3"
"source": "https://github.com/doctrine/persistence/tree/3.4.0"
},
"funding": [
{
@ -1859,7 +1858,7 @@
"type": "tidelift"
}
],
"time": "2024-06-20T10:14:30+00:00"
"time": "2024-10-30T19:48:12+00:00"
},
{
"name": "doctrine/sql-formatter",