|
1 | 1 | {
|
| 2 | + "conflict": { |
| 3 | + "symfony/flex": "<1.23.0 || >=2.0.0,<2.8.0" |
| 4 | + }, |
2 | 5 | "dockerfile": [
|
3 | 6 | "# Chromium and ChromeDriver",
|
4 | 7 | "ENV PANTHER_NO_SANDBOX 1",
|
|
21 | 24 | "content": " <extension class=\"Symfony\\Component\\Panther\\ServerExtension\" />",
|
22 | 25 | "position": "after_target",
|
23 | 26 | "target": "<extensions>",
|
| 27 | + "requires": "symfony/phpunit-bridge:<7.3", |
24 | 28 | "warn_if_missing": false
|
25 | 29 | },
|
26 | 30 | {
|
27 | 31 | "file": "phpunit.dist.xml",
|
28 | 32 | "content": " <bootstrap class=\"Symfony\\Component\\Panther\\ServerExtension\" />",
|
29 | 33 | "position": "after_target",
|
30 | 34 | "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", |
31 | 52 | "warn_if_missing": false
|
32 | 53 | },
|
33 | 54 | {
|
|
0 commit comments