|
15 | 15 | "ext-intl": "*",
|
16 | 16 | "doctrine/collections": "^1.0|^2.0",
|
17 | 17 | "doctrine/inflector": "^2.0",
|
18 |
| - "symfony/expression-language": "^5.0|^6.0", |
| 18 | + "symfony/expression-language": "^5.0|^6.0|^7.0", |
19 | 19 | "zenstruck/foundry": "^1.0"
|
20 | 20 | },
|
21 | 21 | "require-dev": {
|
|
26 | 26 | "phpstan/phpstan": "^1.10",
|
27 | 27 | "phpunit/phpunit": "^9.6",
|
28 | 28 | "squizlabs/php_codesniffer": "^3.7",
|
29 |
| - "symfony/console": "^6.2", |
30 |
| - "symfony/dotenv": "^6.2", |
31 |
| - "symfony/framework-bundle": "^6.2", |
32 |
| - "symfony/phpunit-bridge": "^6.2", |
33 |
| - "symfony/runtime": "^6.2", |
34 |
| - "symfony/var-dumper": "^6.2", |
35 |
| - "symfony/yaml": "^6.2" |
| 29 | + "symfony/console": "^5.0|^6.0|^7.0", |
| 30 | + "symfony/dotenv": "^5.0|^6.0|^7.0", |
| 31 | + "symfony/framework-bundle": "^5.0|^6.0|^7.0", |
| 32 | + "symfony/phpunit-bridge": "^5.0|^6.0|^7.0", |
| 33 | + "symfony/runtime": "^5.0|^6.0|^7.0", |
| 34 | + "symfony/var-dumper": "^5.0|^6.0|^7.0", |
| 35 | + "symfony/yaml": "^5.0|^6.0|^7.0" |
36 | 36 | },
|
37 | 37 | "autoload": {
|
38 | 38 | "psr-4": {
|
|
43 | 43 | "psr-4": {
|
44 | 44 | "Presta\\BehatEvaluator\\Tests\\Application\\": "tests/Application/src/",
|
45 | 45 | "Presta\\BehatEvaluator\\Tests\\Behat\\": "tests/Behat/",
|
46 |
| - "Presta\\BehatEvaluator\\Tests\\Extension\\": "tests/Extension/", |
47 | 46 | "Presta\\BehatEvaluator\\Tests\\Integration\\": "tests/Integration/",
|
48 | 47 | "Presta\\BehatEvaluator\\Tests\\Resources\\": "tests/Resources/",
|
49 | 48 | "Presta\\BehatEvaluator\\Tests\\Unit\\": "tests/Unit/"
|
|
0 commit comments