build(deps-dev): bump symfony/phpunit-bridge

Bumps the symfony-dependencies group with 1 update: [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge).


Updates `symfony/phpunit-bridge` from 7.3.4 to 7.4.0
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.4/CHANGELOG.md)
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v7.3.4...v7.4.0)

---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
  dependency-version: 7.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-01 03:22:28 +00:00
committed by GitHub
parent 659ddb24c4
commit 2367e07cc9

22
composer.lock generated
View File

@ -19114,28 +19114,24 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v7.3.4",
"version": "v7.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "ed77a629c13979e051b7000a317966474d566398"
"reference": "059b051b38f2138ef104dd848fa48f0cbbb7d78b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ed77a629c13979e051b7000a317966474d566398",
"reference": "ed77a629c13979e051b7000a317966474d566398",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/059b051b38f2138ef104dd848fa48f0cbbb7d78b",
"reference": "059b051b38f2138ef104dd848fa48f0cbbb7d78b",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"conflict": {
"phpunit/phpunit": "<7.5|9.1.2"
"php": ">=8.1.0"
},
"require-dev": {
"symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/error-handler": "^5.4|^6.4|^7.0",
"symfony/polyfill-php81": "^1.27"
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.4.3|^7.0.3|^8.0"
},
"bin": [
"bin/simple-phpunit"
@ -19179,7 +19175,7 @@
"testing"
],
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v7.3.4"
"source": "https://github.com/symfony/phpunit-bridge/tree/v7.4.0"
},
"funding": [
{
@ -19199,7 +19195,7 @@
"type": "tidelift"
}
],
"time": "2025-09-12T12:18:52+00:00"
"time": "2025-10-28T22:44:23+00:00"
},
{
"name": "symfony/process",