Fix test was failing and CI too
This commit is contained in:
parent
d9d593c6e1
commit
64b20c7e36
1 changed files with 16 additions and 16 deletions
32
composer.lock
generated
32
composer.lock
generated
|
|
@ -19288,16 +19288,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/panther",
|
"name": "symfony/panther",
|
||||||
"version": "v2.1.1",
|
"version": "v2.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/panther.git",
|
"url": "https://github.com/symfony/panther.git",
|
||||||
"reference": "ef9a6f2393ac9679af03a93d3f508e4aa65c15b5"
|
"reference": "b7e0f834c9046918972edb3dde2ecc4a20f6155e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/panther/zipball/ef9a6f2393ac9679af03a93d3f508e4aa65c15b5",
|
"url": "https://api.github.com/repos/symfony/panther/zipball/b7e0f834c9046918972edb3dde2ecc4a20f6155e",
|
||||||
"reference": "ef9a6f2393ac9679af03a93d3f508e4aa65c15b5",
|
"reference": "b7e0f834c9046918972edb3dde2ecc4a20f6155e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -19305,19 +19305,19 @@
|
||||||
"ext-libxml": "*",
|
"ext-libxml": "*",
|
||||||
"php": ">=8.0",
|
"php": ">=8.0",
|
||||||
"php-webdriver/webdriver": "^1.8.2",
|
"php-webdriver/webdriver": "^1.8.2",
|
||||||
"symfony/browser-kit": "^5.3 || ^6.0 || ^7.0",
|
"symfony/browser-kit": "^5.4 || ^6.4 || ^7.0",
|
||||||
"symfony/dependency-injection": "^5.3 || ^6.0 || ^7.0",
|
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
|
||||||
"symfony/deprecation-contracts": "^2.4 || ^3",
|
"symfony/deprecation-contracts": "^2.4 || ^3",
|
||||||
"symfony/dom-crawler": "^5.3 || ^6.0 || ^7.0",
|
"symfony/dom-crawler": "^5.4 || ^6.4 || ^7.0",
|
||||||
"symfony/http-client": "^5.3 || ^6.0 || ^7.0",
|
"symfony/http-client": "^6.4 || ^7.0",
|
||||||
"symfony/http-kernel": "^5.3 || ^6.0 || ^7.0",
|
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
|
||||||
"symfony/process": "^5.3 || ^6.0 || ^7.0"
|
"symfony/process": "^5.4 || ^6.4 || ^7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/css-selector": "^5.3 || ^6.0 || ^7.0",
|
"symfony/css-selector": "^5.4 || ^6.4 || ^7.0",
|
||||||
"symfony/framework-bundle": "^5.3 || ^6.0 || ^7.0",
|
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",
|
||||||
"symfony/mime": "^5.3 || ^6.0 || ^7.0",
|
"symfony/mime": "^5.4 || ^6.4 || ^7.0",
|
||||||
"symfony/phpunit-bridge": "^5.3 || ^6.0 || ^7.0"
|
"symfony/phpunit-bridge": "^7.2.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
@ -19357,7 +19357,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/symfony/panther/issues",
|
"issues": "https://github.com/symfony/panther/issues",
|
||||||
"source": "https://github.com/symfony/panther/tree/v2.1.1"
|
"source": "https://github.com/symfony/panther/tree/v2.2.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -19373,7 +19373,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-12-03T22:17:31+00:00"
|
"time": "2025-01-30T13:11:55+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/phpunit-bridge",
|
"name": "symfony/phpunit-bridge",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue