Merge pull request #8577 from wallabag/dependabot/composer/symfony-dependencies-46a6ec6dfb

This commit is contained in:
Jérémy Benoist
2025-12-01 05:59:48 +01:00
committed by GitHub

22
composer.lock generated
View File

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