|
24 | 24 | "php": "^7.4 || ^8.0",
|
25 | 25 | "ext-dom": "*",
|
26 | 26 | "ext-json": "*",
|
27 |
| - "symfony/config": "^4.4 || ^5.0", |
28 |
| - "symfony/dependency-injection": "^4.4 || ^5.0", |
29 |
| - "symfony/event-dispatcher": "^4.4 || ^5.0", |
30 |
| - "symfony/event-dispatcher-contracts": "^1.1 || ^2.0", |
31 |
| - "symfony/form": "^4.4 || ^5.0", |
32 |
| - "symfony/framework-bundle": "^4.4 || ^5.0", |
33 |
| - "symfony/http-foundation": "^4.4 || ^5.0", |
34 |
| - "symfony/http-kernel": "^4.4 || ^5.0", |
35 |
| - "symfony/options-resolver": "^4.4 || ^5.0", |
36 |
| - "symfony/routing": "^4.4 || ^5.0", |
37 |
| - "symfony/security-bundle": "^4.4 || ^5.0", |
38 |
| - "symfony/security-core": "^4.4 || ^5.0", |
39 |
| - "symfony/translation": "^4.4 || ^5.0", |
40 |
| - "symfony/twig-bundle": "^4.4 || ^5.0", |
41 |
| - "symfony/validator": "^4.4 || ^5.0", |
| 27 | + "symfony/config": "^4.4 || ^5.0 || ^6.0", |
| 28 | + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", |
| 29 | + "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0", |
| 30 | + "symfony/event-dispatcher-contracts": "^1.1 || ^2.0 || ^3.0", |
| 31 | + "symfony/form": "^4.4 || ^5.0 || ^6.0", |
| 32 | + "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", |
| 33 | + "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0", |
| 34 | + "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0", |
| 35 | + "symfony/options-resolver": "^4.4 || ^5.0 || ^6.0", |
| 36 | + "symfony/routing": "^4.4 || ^5.0 || ^6.0", |
| 37 | + "symfony/security-bundle": "^4.4 || ^5.0 || ^6.0", |
| 38 | + "symfony/security-core": "^4.4 || ^5.0 || ^6.0", |
| 39 | + "symfony/translation": "^4.4 || ^5.0 || ^6.0", |
| 40 | + "symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0", |
| 41 | + "symfony/validator": "^4.4 || ^5.0 || ^6.0", |
42 | 42 | "twig/twig": "^1.34 || ^2.4 || ^3.0"
|
43 | 43 | },
|
44 | 44 | "conflict": {
|
|
50 | 50 | "doctrine/doctrine-bundle": "^1.3 || ^2",
|
51 | 51 | "friendsofphp/php-cs-fixer": "^3.0.2, !=3.5.0",
|
52 | 52 | "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
|
53 |
| - "symfony/console": "^4.4 || ^5.0", |
| 53 | + "symfony/console": "^4.4 || ^5.0 || ^6.0", |
54 | 54 | "symfony/phpunit-bridge": "^6.1",
|
55 |
| - "symfony/yaml": "^4.4 || ^5.0" |
| 55 | + "symfony/yaml": "^4.4 || ^5.0 || ^6.0" |
56 | 56 | },
|
57 | 57 | "config": {
|
58 | 58 | "sort-packages": true
|
|
0 commit comments