|
10 | 10 | "require": { |
11 | 11 | "php": ">= 8.1", |
12 | 12 | "ext-json": "*", |
13 | | - "psr/container": "^1.0|^2.0", |
14 | | - "psr/log": "^1.1|^2.0|^3.0", |
15 | | - "symfony/config": "^6.4|^7.0", |
16 | | - "symfony/console": "^6.4|^7.0", |
17 | | - "symfony/dependency-injection": "^6.4|^7.0", |
18 | | - "symfony/event-dispatcher": "^6.4|^7.0", |
19 | | - "symfony/event-dispatcher-contracts": "^2.5|^3.0", |
20 | | - "symfony/http-foundation": "^6.4|^7.0", |
21 | | - "symfony/http-kernel": "^6.4|^7.0", |
22 | | - "symfony/service-contracts": "^2.5|^3.0", |
23 | | - "twig/twig": "^2.13|^3.0" |
| 13 | + "psr/container": "^1.0 || ^2.0", |
| 14 | + "psr/log": "^1.1 || ^2.0 || ^3.0", |
| 15 | + "symfony/config": "^6.4 || ^7.3 || ^8.0", |
| 16 | + "symfony/console": "^6.4 || ^7.3 || ^8.0", |
| 17 | + "symfony/dependency-injection": "^6.4 || ^7.3 || ^8.0", |
| 18 | + "symfony/event-dispatcher": "^6.4 || ^7.3 || ^8.0", |
| 19 | + "symfony/event-dispatcher-contracts": "^2.5 || ^3.0", |
| 20 | + "symfony/http-foundation": "^6.4 || ^7.3 || ^8.0", |
| 21 | + "symfony/http-kernel": "^6.4 || ^7.3 || ^8.0", |
| 22 | + "symfony/service-contracts": "^2.5 || ^3.0", |
| 23 | + "twig/twig": "^2.13 || ^3.0" |
24 | 24 | }, |
25 | 25 |
|
26 | 26 | "require-dev": { |
27 | | - "symfony/stopwatch": "^6.4|^7.0" |
| 27 | + "symfony/stopwatch": "^6.4 || ^7.3 || ^8.0" |
28 | 28 | }, |
29 | 29 |
|
30 | 30 | "config": { |
|
0 commit comments