Skip to content

Commit 2da4d86

Browse files
committed
[symfony/panther] Add requires for extension
1 parent 29f68fe commit 2da4d86

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

symfony/panther/1.0/manifest.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"conflict": {
3+
"symfony/flex": "<1.23.0 || >=2.0.0,<2.8.0"
4+
},
25
"dockerfile": [
36
"# Chromium and ChromeDriver",
47
"ENV PANTHER_NO_SANDBOX 1",
@@ -21,13 +24,31 @@
2124
"content": " <extension class=\"Symfony\\Component\\Panther\\ServerExtension\" />",
2225
"position": "after_target",
2326
"target": "<extensions>",
27+
"requires": "symfony/phpunit-bridge:<7.3",
2428
"warn_if_missing": false
2529
},
2630
{
2731
"file": "phpunit.dist.xml",
2832
"content": " <bootstrap class=\"Symfony\\Component\\Panther\\ServerExtension\" />",
2933
"position": "after_target",
3034
"target": "<extensions>",
35+
"requires": "symfony/phpunit-bridge:<7.3",
36+
"warn_if_missing": false
37+
},
38+
{
39+
"file": "phpunit.xml.dist",
40+
"content": " <extension class=\"Symfony\\Component\\Panther\\ServerExtension\" />",
41+
"position": "after_target",
42+
"target": "<extensions>",
43+
"requires": "phpunit/phpunit:<10",
44+
"warn_if_missing": false
45+
},
46+
{
47+
"file": "phpunit.dist.xml",
48+
"content": " <bootstrap class=\"Symfony\\Component\\Panther\\ServerExtension\" />",
49+
"position": "after_target",
50+
"target": "<extensions>",
51+
"requires": "phpunit/phpunit:>=10",
3152
"warn_if_missing": false
3253
},
3354
{

0 commit comments

Comments
 (0)