|
18 | 18 | "php": ">=8.2", |
19 | 19 | "composer/installers": "^2.1", |
20 | 20 | "cweagans/composer-patches": "^1.7", |
21 | | - "drupal/admin_toolbar": "^3.4", |
22 | | - "drupal/core-composer-scaffold": "^10.2", |
23 | | - "drupal/core-recommended": "^10.2", |
| 21 | + "drupal/admin_toolbar": "^3.5", |
| 22 | + "drupal/core-composer-scaffold": "^10.3", |
| 23 | + "drupal/core-recommended": "^10.3", |
24 | 24 | "drupal/elasticsearch_helper": "^8.1", |
| 25 | + "drupal/entity_reference_revisions": "^1.12", |
25 | 26 | "drupal/graphql": "^4.7", |
26 | | - "drupal/graphql_compose": "^2.1", |
| 27 | + "drupal/graphql_compose": "^2.2", |
27 | 28 | "drupal/menu_link_attributes": "^1.3", |
28 | 29 | "drupal/metatag": "^2.0", |
29 | 30 | "drupal/migrate_plus": "^6.0", |
30 | 31 | "drupal/migrate_source_csv": "^3.5", |
31 | 32 | "drupal/migrate_tools": "^6.0", |
32 | 33 | "drupal/monolog": "^3.0@beta", |
33 | 34 | "drupal/next": "^1.6", |
34 | | - "drupal/paragraphs": "^1.16", |
35 | | - "drupal/pathauto": "^1.12", |
| 35 | + "drupal/paragraphs": "^1.18", |
| 36 | + "drupal/pathauto": "^1.13", |
36 | 37 | "drupal/redirect": "^1.9", |
37 | 38 | "drupal/registration_role": "^2.0", |
38 | 39 | "drupal/require_login": "^3.0", |
39 | 40 | "drupal/restui": "^1.21", |
40 | 41 | "drupal/simple_oauth": "^5.2", |
41 | 42 | "drupal/simplei": "^2.0@beta", |
42 | | - "drupal/token": "^1.14", |
| 43 | + "drupal/token": "^1.15", |
43 | 44 | "drupal/webform": "^6.2", |
44 | 45 | "drupal/webform_rest": "^4.0", |
45 | 46 | "drush/drush": "^12", |
|
49 | 50 | "wunderio/drupal-ping": "^2.4" |
50 | 51 | }, |
51 | 52 | "require-dev": { |
52 | | - "drupal/core-dev": "^10.2", |
| 53 | + "drupal/core-dev": "^10.3", |
53 | 54 | "wunderio/code-quality": "^2.2" |
54 | 55 | }, |
55 | 56 | "conflict": { |
|
133 | 134 | "#3111456-59 - Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2022-12-01/decouple_router-3111456-resolve-language-issue-58--get-translation.patch" |
134 | 135 | }, |
135 | 136 | "drupal/paragraphs": { |
136 | | - "Paragraphs (stable) title from form options not being applied (issue #3401581)": "https://www.drupal.org/files/issues/2023-11-14/paragraphs-custom-title-not-displayed-3401581-2.patch", |
137 | | - "Weight fields appear when editing a translation even if the order can't be changed": "https://www.drupal.org/files/issues/2024-03-04/paragraphs_fix_tabledrag_3425348-3.patch" |
| 137 | + "Paragraphs (stable) title from form options not being applied (issue #3401581)": "https://www.drupal.org/files/issues/2023-11-14/paragraphs-custom-title-not-displayed-3401581-2.patch" |
138 | 138 | }, |
139 | 139 | "drupal/graphql" : { |
140 | 140 | "drupal-graphql#1323: Add check for translation (from Github)": "https://patch-diff.githubusercontent.com/raw/drupal-graphql/graphql/pull/1388.patch" |
|
143 | 143 | "Querying for translations of a node with one or more unpublished translations causes fatal error (d.org issue #3464624)": "./patches/graphql_compose_unpublished_translations.patch" |
144 | 144 | }, |
145 | 145 | "drupal/core": { |
146 | | - "Add support for the experimental recipes functionality (local patch)": "./patches/recipe-10.2.x.patch", |
147 | | - "Fix error when enabling the language module via recipe": "https://www.drupal.org/files/issues/2019-11-19/drupal.8.8.x-3002532-20.patch", |
148 | | - "Do not set user as blocked when created via REST": "https://www.drupal.org/files/issues/2022-08-17/3055807-47.patch" |
| 146 | + "Fix error when enabling the language module via recipe": "https://www.drupal.org/files/issues/2019-11-19/drupal.8.8.x-3002532-20.patch" |
149 | 147 | }, |
150 | 148 | "drupal/webform_rest": { |
151 | 149 | "Fix fetching a webform submission by UUID": "https://www.drupal.org/files/issues/2024-01-17/webform_rest-Error-membe-%20function-replace-3415211-02.patch" |
|
0 commit comments