|
18 | 18 | "provide": { |
19 | 19 | "php-http/async-client-implementation": "*", |
20 | 20 | "php-http/client-implementation": "*", |
21 | | - "psr/cache-implementation": "1.0|2.0|3.0", |
22 | | - "psr/container-implementation": "1.0", |
| 21 | + "psr/cache-implementation": "2.0|3.0", |
| 22 | + "psr/container-implementation": "1.1|2.0", |
23 | 23 | "psr/event-dispatcher-implementation": "1.0", |
24 | 24 | "psr/http-client-implementation": "1.0", |
25 | 25 | "psr/link-implementation": "1.0", |
26 | 26 | "psr/log-implementation": "1.0", |
27 | 27 | "psr/simple-cache-implementation": "1.0", |
28 | | - "symfony/cache-implementation": "1.0|2.0", |
29 | | - "symfony/event-dispatcher-implementation": "2.0", |
30 | | - "symfony/http-client-implementation": "2.4", |
31 | | - "symfony/service-implementation": "1.0|2.0", |
32 | | - "symfony/translation-implementation": "2.3" |
| 28 | + "symfony/cache-implementation": "1.1|2.0|3.0", |
| 29 | + "symfony/event-dispatcher-implementation": "2.0|3.0", |
| 30 | + "symfony/http-client-implementation": "2.5|3.0", |
| 31 | + "symfony/service-implementation": "1.1|2.0|3.0", |
| 32 | + "symfony/translation-implementation": "2.3|3.0" |
33 | 33 | }, |
34 | 34 | "require": { |
35 | 35 | "php": ">=8.0.2", |
|
38 | 38 | "doctrine/event-manager": "~1.0", |
39 | 39 | "doctrine/persistence": "^2", |
40 | 40 | "twig/twig": "^2.13|^3.0.4", |
41 | | - "psr/cache": "^1.0|^2.0|^3.0", |
42 | | - "psr/container": "^1.0", |
| 41 | + "psr/cache": "^2.0|^3.0", |
| 42 | + "psr/container": "^1.1|^2.0", |
43 | 43 | "psr/event-dispatcher": "^1.0", |
44 | 44 | "psr/link": "^1.1", |
45 | 45 | "psr/log": "~1.0", |
46 | | - "symfony/contracts": "^2.5", |
| 46 | + "symfony/contracts": "^2.5|^3.0", |
47 | 47 | "symfony/polyfill-ctype": "~1.8", |
48 | 48 | "symfony/polyfill-intl-grapheme": "~1.0", |
49 | <
D7C6
code>49 | "symfony/polyfill-intl-icu": "~1.0", |
|
186 | 186 | "url": "src/Symfony/Contracts", |
187 | 187 | "options": { |
188 | 188 | "versions": { |
189 | | - "symfony/contracts": "2.5.x-dev" |
| 189 | + "symfony/contracts": "3.0.x-dev" |
190 | 190 | } |
191 | 191 | } |
192 | 192 | }, |
|
0 commit comments