build(deps): bump doctrine/collections from 2.3.0 to 2.4.0

Bumps [doctrine/collections](https://github.com/doctrine/collections) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/doctrine/collections/releases)
- [Commits](https://github.com/doctrine/collections/compare/2.3.0...2.4.0)

---
updated-dependencies:
- dependency-name: doctrine/collections
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-27 03:02:43 +00:00
committed by GitHub
parent 313938766e
commit fcc455b7ea

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",