diff --git a/symfony/panther/1.0/manifest.json b/symfony/panther/1.0/manifest.json index ee0eb1e37..a6623d1ec 100644 --- a/symfony/panther/1.0/manifest.json +++ b/symfony/panther/1.0/manifest.json @@ -1,4 +1,7 @@ { + "conflict": { + "symfony/flex": "<1.23.0 || >=2.0.0,<2.8.0" + }, "dockerfile": [ "# Chromium and ChromeDriver", "ENV PANTHER_NO_SANDBOX 1", @@ -21,6 +24,7 @@ "content": " ", "position": "after_target", "target": "", + "requires": "symfony/phpunit-bridge:<7.3", "warn_if_missing": false }, { @@ -28,6 +32,23 @@ "content": " ", "position": "after_target", "target": "", + "requires": "symfony/phpunit-bridge:<7.3", + "warn_if_missing": false + }, + { + "file": "phpunit.xml.dist", + "content": " ", + "position": "after_target", + "target": "", + "requires": "phpunit/phpunit:<10", + "warn_if_missing": false + }, + { + "file": "phpunit.dist.xml", + "content": " ", + "position": "after_target", + "target": "", + "requires": "phpunit/phpunit:>=10", "warn_if_missing": false }, {