Upgrade symfony/phpunit-bridge

This commit is contained in:
Yassine Guedidi 2024-01-19 21:48:17 +01:00
parent 2231d1b2b8
commit 8c87d1025c
2 changed files with 10 additions and 10 deletions

View file

@ -178,7 +178,7 @@
"symfony/css-selector": "^5.4",
"symfony/debug-bundle": "^5.4",
"symfony/maker-bundle": "^1.18",
"symfony/phpunit-bridge": "^6.0",
"symfony/phpunit-bridge": "^7.0",
"symfony/var-dumper": "^5.4",
"symfony/web-profiler-bundle": "^5.4",
"symfony/web-server-bundle": "^4.4"

18
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b73f7e4d7aee5f3f8ec8bc373989c9bf",
"content-hash": "cb44426320da636145342113f290d2a1",
"packages": [
{
"name": "babdev/pagerfanta-bundle",
@ -19008,27 +19008,27 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v6.4.2",
"version": "v7.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "bd0455b7888e4adac29cf175d819c51f88fed942"
"reference": "92df075808c9437beca9540e25ae0c40eea1c061"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/bd0455b7888e4adac29cf175d819c51f88fed942",
"reference": "bd0455b7888e4adac29cf175d819c51f88fed942",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/92df075808c9437beca9540e25ae0c40eea1c061",
"reference": "92df075808c9437beca9540e25ae0c40eea1c061",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
"php": ">=7.2.5"
},
"conflict": {
"phpunit/phpunit": "<7.5|9.1.2"
},
"require-dev": {
"symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/error-handler": "^5.4|^6.4|^7.0",
"symfony/polyfill-php81": "^1.27"
},
"bin": [
@ -19069,7 +19069,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.2"
"source": "https://github.com/symfony/phpunit-bridge/tree/v7.0.2"
},
"funding": [
{
@ -19085,7 +19085,7 @@
"type": "tidelift"
}
],
"time": "2023-12-19T09:12:31+00:00"
"time": "2023-12-19T11:23:03+00:00"
},
{
"name": "symfony/process",