Merge pull request #8527 from wallabag/dependabot/composer/doctrine/collections-2.4.0

build(deps): bump doctrine/collections from 2.3.0 to 2.4.0
This commit is contained in:
Jérémy Benoist
2025-11-06 09:51:57 +01:00
committed by GitHub

20
composer.lock generated
View File

@ -600,16 +600,16 @@
},
{
"name": "doctrine/collections",
"version": "2.3.0",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d"
"reference": "9acfeea2e8666536edff3d77c531261c63680160"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/2eb07e5953eed811ce1b309a7478a3b236f2273d",
"reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d",
"url": "https://api.github.com/repos/doctrine/collections/zipball/9acfeea2e8666536edff3d77c531261c63680160",
"reference": "9acfeea2e8666536edff3d77c531261c63680160",
"shasum": ""
},
"require": {
@ -618,11 +618,11 @@
"symfony/polyfill-php84": "^1.30"
},
"require-dev": {
"doctrine/coding-standard": "^12",
"doctrine/coding-standard": "^14",
"ext-json": "*",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^10.5"
"phpstan/phpstan": "^2.1.30",
"phpstan/phpstan-phpunit": "^2.0.7",
"phpunit/phpunit": "^10.5.58 || ^11.5.42 || ^12.4"
},
"type": "library",
"autoload": {
@ -666,7 +666,7 @@
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/2.3.0"
"source": "https://github.com/doctrine/collections/tree/2.4.0"
},
"funding": [
{
@ -682,7 +682,7 @@
"type": "tidelift"
}
],
"time": "2025-03-22T10:17:19+00:00"
"time": "2025-10-25T09:18:13+00:00"
},
{
"name": "doctrine/common",