|
1 | 1 | {
|
2 | 2 | "name": "drupal/core-recommended",
|
3 | 3 | "type": "metapackage",
|
4 |
| - "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", |
| 4 | + "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", |
5 | 5 | "license": "GPL-2.0-or-later",
|
6 | 6 | "conflict": {
|
7 | 7 | "webflo/drupal-core-strict": "*"
|
8 | 8 | },
|
9 | 9 | "require": {
|
10 | 10 | "drupal/core": "9.5.x-dev",
|
11 |
| - "asm89/stack-cors": "1.3.0", |
12 |
| - "composer/semver": "3.3.2", |
13 |
| - "doctrine/annotations": "1.13.2", |
14 |
| - "doctrine/lexer": "1.2.3", |
15 |
| - "doctrine/reflection": "1.2.2", |
16 |
| - "egulias/email-validator": "3.2", |
17 |
| - "guzzlehttp/guzzle": "6.5.7", |
18 |
| - "guzzlehttp/promises": "1.5.1", |
19 |
| - "guzzlehttp/psr7": "1.8.5", |
20 |
| - "laminas/laminas-diactoros": "2.11.0", |
21 |
| - "laminas/laminas-escaper": "2.9.0", |
22 |
| - "laminas/laminas-feed": "2.17.0", |
23 |
| - "laminas/laminas-stdlib": "3.7.1", |
24 |
| - "masterminds/html5": "2.7.5", |
25 |
| - "pear/archive_tar": "1.4.14", |
26 |
| - "pear/console_getopt": "v1.4.3", |
27 |
| - "pear/pear-core-minimal": "v1.10.11", |
28 |
| - "pear/pear_exception": "v1.0.2", |
29 |
| - "psr/cache": "1.0.1", |
30 |
| - "psr/container": "1.1.1", |
31 |
| - "psr/http-factory": "1.0.1", |
32 |
| - "psr/http-message": "1.0.1", |
33 |
| - "psr/log": "1.1.4", |
34 |
| - "ralouphie/getallheaders": "3.0.3", |
35 |
| - "stack/builder": "v1.0.6", |
36 |
| - "symfony-cmf/routing": "2.3.4", |
37 |
| - "symfony/console": "v4.4.42", |
38 |
| - "symfony/debug": "v4.4.41", |
39 |
| - "symfony/dependency-injection": "v4.4.42", |
40 |
| - "symfony/deprecation-contracts": "v2.5.1", |
41 |
| - "symfony/error-handler": "v4.4.41", |
42 |
| - "symfony/event-dispatcher": "v4.4.42", |
43 |
| - "symfony/event-dispatcher-contracts": "v1.1.12", |
44 |
| - "symfony/http-client-contracts": "v2.5.1", |
45 |
| - "symfony/http-foundation": "v4.4.42", |
46 |
| - "symfony/http-kernel": "v4.4.42", |
47 |
| - "symfony/mime": "v5.4.9", |
48 |
| - "symfony/polyfill-ctype": "v1.25.0", |
49 |
| - "symfony/polyfill-iconv": "v1.25.0", |
50 |
| - "symfony/polyfill-intl-idn": "v1.25.0", |
51 |
| - "symfony/polyfill-intl-normalizer": "v1.25.0", |
52 |
| - "symfony/polyfill-mbstring": "v1.25.0", |
53 |
| - "symfony/polyfill-php80": "v1.25.0", |
54 |
| - "symfony/process": "v4.4.41", |
55 |
| - "symfony/psr-http-message-bridge": "v2.1.2", |
56 |
| - "symfony/routing": "v4.4.41", |
57 |
| - "symfony/serializer": "v4.4.42", |
58 |
| - "symfony/service-contracts": "v2.5.1", |
59 |
| - "symfony/translation": "v4.4.41", |
60 |
| - "symfony/translation-contracts": "v2.5.1", |
61 |
| - "symfony/validator": "v4.4.41", |
62 |
| - "symfony/var-dumper": "v5.4.9", |
63 |
| - "symfony/yaml": "v4.4.37", |
64 |
| - "twig/twig": "v2.15.1", |
65 |
| - "typo3/phar-stream-wrapper": "v3.1.7" |
| 11 | + "asm89/stack-cors": "~1.3.0", |
| 12 | + "composer/semver": "~3.3.2", |
| 13 | + "doctrine/annotations": "~1.13.2", |
| 14 | + "doctrine/lexer": "~1.2.3", |
| 15 | + "doctrine/reflection": "~1.2.2", |
| 16 | + "egulias/email-validator": "~3.2", |
| 17 | + "guzzlehttp/guzzle": "~6.5.7", |
| 18 | + "guzzlehttp/promises": "~1.5.1", |
| 19 | + "guzzlehttp/psr7": "~1.8.5", |
| 20 | + "laminas/laminas-diactoros": "~2.11.0", |
| 21 | + "laminas/laminas-escaper": "~2.9.0", |
| 22 | + "laminas/laminas-feed": "~2.17.0", |
| 23 | + "laminas/laminas-stdlib": "~3.7.1", |
| 24 | + "masterminds/html5": "~2.7.5", |
| 25 | + "pear/archive_tar": "~1.4.14", |
| 26 | + "pear/console_getopt": "~v1.4.3", |
| 27 | + "pear/pear-core-minimal": "~v1.10.11", |
| 28 | + "pear/pear_exception": "~v1.0.2", |
| 29 | + "psr/cache": "~1.0.1", |
| 30 | + "psr/container": "~1.1.1", |
| 31 | + "psr/http-factory": "~1.0.1", |
| 32 | + "psr/http-message": "~1.0.1", |
| 33 | + "psr/log": "~1.1.4", |
| 34 | + "ralouphie/getallheaders": "~3.0.3", |
| 35 | + "stack/builder": "~v1.0.6", |
| 36 | + "symfony-cmf/routing": "~2.3.4", |
| 37 | + "symfony/console": "~v4.4.42", |
| 38 | + "symfony/debug": "~v4.4.41", |
| 39 | + "symfony/dependency-injection": "~v4.4.42", |
| 40 | + "symfony/deprecation-contracts": "~v2.5.1", |
| 41 | + "symfony/error-handler": "~v4.4.41", |
| 42 | + "symfony/event-dispatcher": "~v4.4.42", |
| 43 | + "symfony/event-dispatcher-contracts": "~v1.1.12", |
| 44 | + "symfony/http-client-contracts": "~v2.5.1", |
| 45 | + "symfony/http-foundation": "~v4.4.42", |
| 46 | + "symfony/http-kernel": "~v4.4.42", |
| 47 | + "symfony/mime": "~v5.4.9", |
| 48 | + "symfony/polyfill-ctype": "~v1.25.0", |
| 49 | + "symfony/polyfill-iconv": "~v1.25.0", |
| 50 | + "symfony/polyfill-intl-idn": "~v1.25.0", |
| 51 | + "symfony/polyfill-intl-normalizer": "~v1.25.0", |
| 52 | + "symfony/polyfill-mbstring": "~v1.25.0", |
| 53 | + "symfony/polyfill-php80": "~v1.25.0", |
| 54 | + "symfony/process": "~v4.4.41", |
| 55 | + "symfony/psr-http-message-bridge": "~v2.1.2", |
| 56 | + "symfony/routing": "~v4.4.41", |
| 57 | + "symfony/serializer": "~v4.4.42", |
| 58 | + "symfony/service-contracts": "~v2.5.1", |
| 59 | + "symfony/translation": "~v4.4.41", |
| 60 | + "symfony/translation-contracts": "~v2.5.1", |
| 61 | + "symfony/validator": "~v4.4.41", |
| 62 | + "symfony/var-dumper": "~v5.4.9", |
| 63 | + "symfony/yaml": "~v4.4.37", |
| 64 | + "twig/twig": "~v2.15.1", |
| 65 | + "typo3/phar-stream-wrapper": "~v3.1.7" |
66 | 66 | }
|
67 | 67 | }
|
0 commit comments