|
11 | 11 | "repositories": { |
12 | 12 | "drupal": { |
13 | 13 | "type": "composer", |
14 | | - "url": "https://packages.drupal.org/8" |
| 14 | + "url": "https://packages.drupal.org/8", |
| 15 | + "exclude": [ |
| 16 | + "drupal/anonymous_redirect", |
| 17 | + "drupal/druxt", |
| 18 | + "drupal/entity_display_mode", |
| 19 | + "drupal/field_tools", |
| 20 | + "drupal/m4032404", |
| 21 | + "drupal/maxlength", |
| 22 | + "drupal/node_edit_protection", |
| 23 | + "drupal/paragraphs_asymmetric_translation_widgets", |
| 24 | + "drupal/paragraphs_ee" |
| 25 | + ] |
| 26 | + }, |
| 27 | + "drupal/anonymous_redirect": { |
| 28 | + "type": "git", |
| 29 | + "url": "https://git.drupalcode.org/issue/anonymous_redirect-3286076.git" |
| 30 | + }, |
| 31 | + "drupal/druxt": { |
| 32 | + "type": "git", |
| 33 | + "url": "https://git.drupalcode.org/issue/druxt-3287092.git" |
| 34 | + }, |
| 35 | + "drupal/entity_display_mode": { |
| 36 | + "type": "git", |
| 37 | + "url": "https://git.drupalcode.org/issue/entity_display_mode-3287230.git" |
| 38 | + }, |
| 39 | + "drupal/field_tools": { |
| 40 | + "type": "git", |
| 41 | + "url": "https://git.drupalcode.org/issue/field_tools-3297214.git" |
| 42 | + }, |
| 43 | + "drupal/m4032404": { |
| 44 | + "type": "git", |
| 45 | + "url": "https://git.drupalcode.org/issue/m4032404-3288400.git" |
| 46 | + }, |
| 47 | + "drupal/maxlength": { |
| 48 | + "type": "git", |
| 49 | + "url": "https://git.drupalcode.org/issue/maxlength-3295052.git" |
| 50 | + }, |
| 51 | + "drupal/node_edit_protection": { |
| 52 | + "type": "git", |
| 53 | + "url": "https://git.drupalcode.org/issue/node_edit_protection-3288778.git" |
| 54 | + }, |
| 55 | + "drupal/paragraphs_asymmetric_translation_widgets": { |
| 56 | + "type": "git", |
| 57 | + "url": "https://git.drupalcode.org/issue/paragraphs_asymmetric_translation_widgets-3297814.git" |
| 58 | + }, |
| 59 | + "drupal/paragraphs_ee": { |
| 60 | + "type": "git", |
| 61 | + "url": "https://git.drupalcode.org/issue/paragraphs_ee-3288984.git" |
15 | 62 | } |
16 | 63 | }, |
17 | 64 | "require": { |
18 | | - "php": ">=8.1.11", |
| 65 | + "php": ">=8.1", |
19 | 66 | "composer/installers": "^2.2", |
20 | 67 | "cweagans/composer-patches": "^1.7.3", |
21 | 68 | "drupal-tome/tome_drush": "dev-master", |
22 | 69 | "drupal/admin_audit_trail": "^1.0.1", |
23 | 70 | "drupal/admin_toolbar": "^3.3", |
24 | | - "drupal/advanced_text_formatter": "^2.1.1", |
| 71 | + "drupal/advanced_text_formatter": "^3.0@RC", |
25 | 72 | "drupal/allowed_formats": "^2.0", |
26 | | - "drupal/anonymous_redirect": "^2.2", |
| 73 | + "drupal/anonymous_redirect": "dev-feature/3286076-automated-drupal-10", |
27 | 74 | "drupal/coffee": "^1.3.0", |
28 | 75 | "drupal/config_filter": "^2.4", |
29 | 76 | "drupal/config_ignore": "3.x-dev@dev", |
30 | | - "drupal/config_pages": "2.11.0@dev", |
| 77 | + "drupal/config_pages": "2.x-dev@dev", |
31 | 78 | "drupal/config_rewrite": "^1.5", |
| 79 | + "drupal/config_split": "^2.0@RC", |
32 | 80 | "drupal/content_lock": "^2.3.0", |
33 | | - "drupal/core-composer-scaffold": "9.5.2", |
34 | | - "drupal/core-project-message": "9.5.2", |
35 | | - "drupal/core-recommended": "9.5.2", |
36 | | - "drupal/decoupled_router": "2.0.4@dev", |
| 81 | + "drupal/core-composer-scaffold": "10.0.3", |
| 82 | + "drupal/core-project-message": "10.0.3", |
| 83 | + "drupal/core-recommended": "10.0.3", |
| 84 | + "drupal/decoupled_router": "^2.0", |
37 | 85 | "drupal/diff": "^1.1.0", |
38 | | - "drupal/druxt": "^1.1.1", |
| 86 | + "drupal/druxt": "dev-feature/3287092-drupal-10", |
39 | 87 | "drupal/dynamic_entity_reference": "^4.0@alpha", |
40 | | - "drupal/eca": "1.1.0@beta", |
41 | | - "drupal/entity_browser": "^2.8", |
| 88 | + "drupal/eca": "1.1.x-dev@dev", |
| 89 | + "drupal/entity_browser": "^2.9.0", |
42 | 90 | "drupal/entity_browser_enhanced": "^1.1.0@dev", |
43 | 91 | "drupal/entity_clone": "^2.0@alpha", |
44 | | - "drupal/entity_display_mode": "^1.0", |
| 92 | + "drupal/entity_display_mode": "dev-feature/3287230-automated-drupal-10", |
| 93 | + "drupal/entity_route_context": "^4.0@RC", |
45 | 94 | "drupal/entity_usage": "^2.0", |
46 | 95 | "drupal/environment_indicator": "^4.0.14", |
47 | 96 | "drupal/exclude_node_title": "^1.4", |
48 | 97 | "drupal/field_group": "^3.4.0", |
49 | | - "drupal/field_tools": "^1.0", |
50 | | - "drupal/focal_point": "^2.0@alpha", |
| 98 | + "drupal/field_tools": "dev-3297214-automated-drupal-10", |
| 99 | + "drupal/focal_point": "2.x-dev@dev", |
51 | 100 | "drupal/gin": "3.x-dev@dev", |
52 | 101 | "drupal/gin_login": "^2.0", |
53 | 102 | "drupal/gin_toolbar": "^1.0@RC", |
54 | 103 | "drupal/image_style_warmer": "^1.2@RC", |
55 | 104 | "drupal/jquery_ui": "^1.6", |
56 | 105 | "drupal/jquery_ui_draggable": "^2.0", |
57 | 106 | "drupal/jsonapi_hypermedia": "^1.9", |
58 | | - "drupal/jsonapi_menu_items": "1.2.4@dev", |
| 107 | + "drupal/jsonapi_menu_items": "^1.2", |
59 | 108 | "drupal/jsonapi_node_preview": "^1.0.0-beta2@beta", |
60 | 109 | "drupal/jsonapi_node_preview_tab": "^1.0.0@beta", |
61 | 110 | "drupal/layout_paragraphs": "^2.0.2", |
62 | 111 | "drupal/length_indicator": "^1.2", |
63 | 112 | "drupal/linkit": "6.0.x-dev@dev", |
64 | 113 | "drupal/linky": "^1.0", |
65 | | - "drupal/linky_revision_ui": "2.127.2@dev", |
| 114 | + "drupal/linky_revision_ui": "2.x-dev@dev", |
66 | 115 | "drupal/linkychecker": "^2.0", |
67 | 116 | "drupal/linkyreplacer": "^2.2.2", |
68 | | - "drupal/m4032404": "^1.0", |
| 117 | + "drupal/m4032404": "dev-feature/3288400-automated-drupal-10", |
69 | 118 | "drupal/masquerade": "^2.0", |
70 | | - "drupal/maxlength": "2.0.x-dev@dev", |
| 119 | + "drupal/maxlength": "dev-3295052-drupal-10-compatibility", |
71 | 120 | "drupal/media_file_delete": "^1.3", |
72 | 121 | "drupal/media_revisions_ui": "^2.1", |
73 | 122 | "drupal/memcache": "^2.5", |
74 | | - "drupal/node_edit_protection": "^1.0", |
| 123 | + "drupal/node_edit_protection": "dev-3288778-automated-drupal-10", |
75 | 124 | "drupal/oembed_providers": "^2.1", |
76 | | - "drupal/paragraphs_asymmetric_translation_widgets": "^1.1", |
77 | | - "drupal/paragraphs_ee": "2.0.x-dev@dev", |
78 | | - "drupal/paragraphs_viewmode": "^1.0", |
| 125 | + "drupal/paragraphs_asymmetric_translation_widgets": "dev-3297814-automated-drupal-10", |
| 126 | + "drupal/paragraphs_ee": "dev-feature/3288984-d10", |
| 127 | + "drupal/paragraphs_viewmode": "^1.1", |
79 | 128 | "drupal/pathauto": "^1.11", |
80 | 129 | "drupal/permissions_filter": "^1.3", |
81 | 130 | "drupal/prevent_homepage_deletion": "^2.0.1", |
|
87 | 136 | "drupal/schema_metatag": "^2.4.0", |
88 | 137 | "drupal/security_review": "^2.0", |
89 | 138 | "drupal/simple_oauth": "^5.2.3", |
90 | | - "drupal/simple_sitemap": "^4.1.3", |
| 139 | + "drupal/simple_sitemap": "^4.1.4", |
91 | 140 | "drupal/smart_date": "^3.7", |
92 | 141 | "drupal/tome": "^1.10.0", |
93 | 142 | "drupal/transliterate_filenames": "^2.0.1", |
94 | 143 | "drupal/upgrade_status": "^4.0@alpha", |
95 | 144 | "drupal/username_enumeration_prevention": "^1.3", |
96 | 145 | "drupal/viewfield": "^3.0", |
97 | | - "drupal/wpf": "^1.0.0-alpha2@alpha" |
| 146 | + "drupal/wpf": "^1.0", |
| 147 | + "mglaman/composer-drupal-lenient": "^1.0" |
98 | 148 | }, |
99 | 149 | "require-dev": { |
100 | | - "drupal/core-dev": "9.5.1", |
| 150 | + "drupal/core-dev": "10.0.3", |
101 | 151 | "drush/drush": "^11.4.0", |
102 | 152 | "phpspec/prophecy-phpunit": "^2", |
103 | 153 | "sllh/composer-lint": "^2.0" |
|
116 | 166 | "drupal/core-composer-scaffold": true, |
117 | 167 | "drupal/core-project-message": true, |
118 | 168 | "dealerdirect/phpcodesniffer-composer-installer": true, |
119 | | - "sllh/composer-lint": true |
| 169 | + "sllh/composer-lint": true, |
| 170 | + "phpstan/extension-installer": true, |
| 171 | + "mglaman/composer-drupal-lenient": true |
120 | 172 | } |
121 | 173 | }, |
122 | 174 | "scripts": { |
|
184 | 236 | }, |
185 | 237 | "enable-patching": true, |
186 | 238 | "patches": { |
187 | | - "drupal/advanced_text_formatter": { |
188 | | - "Automated Drupal Rector fixes https://www.drupal.org/project/advanced_text_formatter/issues/3286004#comment-14563242": "https://www.drupal.org/files/issues/2022-06-15/advanced_text_formatter.2.1.1.rector.patch" |
189 | | - }, |
190 | | - "drupal/anonymous_redirect": { |
191 | | - "Automated Drupal Rector fixes https://www.drupal.org/project/anonymous_redirect/issues/3286076#comment-14661558": "https://www.drupal.org/files/issues/2022-08-22/anonymous_redirect.2.x-dev.rector.patch" |
192 | | - }, |
193 | 239 | "drupal/core": { |
194 | 240 | "https://www.drupal.org/project/drupal/issues/3247553#comment-14282335": "https://www.drupal.org/files/issues/2021-11-05/3247553-6.patch", |
195 | | - "https://www.drupal.org/project/drupal/issues/2350939#comment-14824654": "https://www.drupal.org/files/issues/2022-12-15/2350939-312-9.4.x.patch" |
| 241 | + "https://www.drupal.org/project/drupal/issues/2350939#comment-14901205": "https://www.drupal.org/files/issues/2023-02-02/2350939-314-9.5.x.patch" |
196 | 242 | }, |
197 | 243 | "drupal/druxt": { |
198 | 244 | "#3315030 - Add a wildcard route translator": "https://git.drupalcode.org/project/druxt/-/merge_requests/11.diff", |
|
201 | 247 | "drupal/entity_clone": { |
202 | 248 | "Batch field creation https://www.drupal.org/project/entity_clone/issues/2845094#comment-14163283": "https://git.drupalcode.org/project/entity_clone/-/merge_requests/8.diff" |
203 | 249 | }, |
204 | | - "drupal/entity_display_mode": { |
205 | | - "Automated Drupal Rector fixes https://www.drupal.org/project/entity_display_mode/issues/3140377#comment-13635386": "https://www.drupal.org/files/issues/2022-06-15/entity_display_mode.1.x-dev.rector.patch" |
206 | | - }, |
207 | 250 | "drupal/dynamic_entity_reference": { |
208 | 251 | "https://www.drupal.org/project/dynamic_entity_reference/issues/3262121#comment-14396414": "./patch/3262121-by-realityloop-Rename-Label-to-Item-to.patch" |
209 | 252 | }, |
210 | | - "drupal/field_tools": { |
211 | | - "https://www.drupal.org/project/field_tools/issues/3297214": "https://git.drupalcode.org/project/field_tools/-/merge_requests/5.diff" |
212 | | - }, |
213 | 253 | "drupal/focal_point": { |
214 | 254 | "Preview link accidentally closes the media library https://www.drupal.org/project/focal_point/issues/3162210#comment-13855854": "https://www.drupal.org/files/issues/2020-10-11/preview_link_accidentally_closes_the_media_library-3162210-19.patch", |
215 | | - "Drupal 10 compatibility fixes https://www.drupal.org/project/focal_point/issues/3295940": "https://git.drupalcode.org/project/focal_point/-/merge_requests/8.diff" |
| 255 | + "https://www.drupal.org/project/focal_point/issues/3328807#comment-14856216": "https://www.drupal.org/files/issues/2023-01-06/3328807-focal_point-image_width_when_no_image_to_crop.patch", |
| 256 | + "https://www.drupal.org/project/focal_point/issues/3301807#comment-14643773": "https://www.drupal.org/files/issues/2022-08-08/3301807_1.patch" |
216 | 257 | }, |
217 | 258 | "drupal/gin": { |
218 | | - "https://www.drupal.org/project/gin/issues/3217391#comment-14212917": "https://git.drupalcode.org/project/gin/-/merge_requests/92.diff" |
| 259 | + "https://www.drupal.org/project/gin/issues/3217391#comment-14212917": "https://git.drupalcode.org/project/gin/-/merge_requests/92.diff", |
| 260 | + "https://www.drupal.org/project/gin/issues/3335557": "https://git.drupalcode.org/project/gin/-/merge_requests/214.diff" |
219 | 261 | }, |
220 | 262 | "drupal/gin_toolbar": { |
221 | 263 | "https://www.drupal.org/project/gin_toolbar/issues/3217393": "https://git.drupalcode.org/project/gin_toolbar/-/merge_requests/9.diff" |
222 | 264 | }, |
| 265 | + "drupal/jsonapi_views": { |
| 266 | + "https://www.drupal.org/project/jsonapi_views/issues/3288151#comment-14909455": "https://www.drupal.org/files/issues/2023-02-07/jsonapi_views-3288151-9.patch" |
| 267 | + }, |
223 | 268 | "drupal/layout_paragraphs": { |
224 | 269 | "https://www.drupal.org/project/layout_paragraphs/issues/3259729": "https://git.drupalcode.org/project/layout_paragraphs/-/merge_requests/60.diff", |
225 | 270 | "https://www.drupal.org/project/layout_paragraphs/issues/3265794": "https://git.drupalcode.org/project/layout_paragraphs/-/merge_requests/84.diff" |
|
228 | 273 | "https://www.drupal.org/project/linkit/issues/3022261#comment-14257900": "https://www.drupal.org/files/issues/2021-10-15/3022261_linkit_add-better-support-for-linking-to-anchors_22.patch", |
229 | 274 | "https://www.drupal.org/project/linkit/issues/3232190#comment-14777689": "https://www.drupal.org/files/issues/2022-11-09/3232190-101-rebased-on-6.0.x.patch" |
230 | 275 | }, |
231 | | - "drupal/m4032404": { |
232 | | - "https://www.drupal.org/project/m4032404/issues/3288400#comment-14621784": "https://www.drupal.org/files/issues/2022-07-23/m4032404.1.x-dev.rector.patch" |
233 | | - }, |
234 | | - "drupal/maxlength": { |
235 | | - "https://www.drupal.org/project/maxlength/issues/3295052#comment-14841958": "https://git.drupalcode.org/project/maxlength/-/merge_requests/24.diff" |
236 | | - }, |
237 | 276 | "drupal/metatag": { |
238 | 277 | "https://www.drupal.org/project/metatag/issues/2945817#comment-14740067": "https://www.drupal.org/files/issues/2022-10-13/metatag-data-type-support-2945817-154.patch" |
239 | 278 | }, |
240 | 279 | "drupal/node_edit_protection": { |
241 | | - "Triggers if button used instead of input https://www.drupal.org/project/node_edit_protection/issues/3208719": "./patch/3208719.diff", |
242 | | - "https://www.drupal.org/project/node_edit_protection/issues/3288778#comment-14569186": "https://www.drupal.org/files/issues/2022-06-16/node_edit_protection.1.x-dev.rector.patch" |
| 280 | + "Triggers if button used instead of input https://www.drupal.org/project/node_edit_protection/issues/3208719": "./patch/3208719.diff" |
243 | 281 | }, |
244 | 282 | "drupal/paragraphs": { |
245 | | - "https://www.drupal.org/project/paragraphs/issues/2904705#comment-13918715": "https://www.drupal.org/files/issues/2020-11-27/paragraphs_support_asym_translations-2904705-122.patch" |
246 | | - }, |
247 | | - "drupal/paragraphs_ee": { |
248 | | - "https://www.drupal.org/project/paragraphs_ee/issues/3288984#comment-14621948": "https://www.drupal.org/files/issues/2023-01-19/drupal10-3288984-7.patch" |
249 | | - }, |
250 | | - "drupal/viewfield": { |
251 | | - "https://www.drupal.org/project/viewfield/issues/3299434#comment-14873999": "https://git.drupalcode.org/project/viewfield/-/merge_requests/4.diff" |
252 | | - }, |
253 | | - "drupal/wpf": { |
254 | | - "https://www.drupal.org/project/wpf/issues/3299521#comment-14622891": "https://www.drupal.org/files/issues/2022-07-23/wpf.1.0.x-dev.rector.patch" |
| 283 | + "https://www.drupal.org/project/paragraphs/issues/2904705#comment-13918715": "https://www.drupal.org/files/issues/2020-11-27/paragraphs_support_asym_translations-2904705-122.patch", |
| 284 | + "https://www.drupal.org/project/paragraphs/issues/3031598#comment-13972961": "https://www.drupal.org/files/issues/2021-01-22/paragraph-entity-type-did-not-specify-translation-halder-3031598-45.patch" |
255 | 285 | } |
| 286 | + }, |
| 287 | + "drupal-lenient": { |
| 288 | + "allowed-list": ["drupal/jsonapi_views"] |
256 | 289 | } |
257 | 290 | } |
258 | 291 | } |
0 commit comments