|
53 | 53 | "drupal/adminimal_theme": "^1.5",
|
54 | 54 | "drupal/better_field_descriptions": "^1.5",
|
55 | 55 | "drupal/block_content_permissions": "^1.10",
|
| 56 | + "drupal/block_field": "^1.0@RC", |
56 | 57 | "drupal/block_list_override": "^1.0",
|
57 | 58 | "drupal/chosen": "^3.0",
|
58 | 59 | "drupal/chosen_lib": "^3.0",
|
|
67 | 68 | "drupal/core-composer-scaffold": "^8.9.13",
|
68 | 69 | "drupal/core-project-message": "^8.9.13",
|
69 | 70 | "drupal/core-recommended": "^8.9.13",
|
| 71 | + "drupal/csp": "^1.15", |
70 | 72 | "drupal/csv_serialization": "^2.0@beta",
|
71 | 73 | "drupal/diff": "^1.0",
|
72 | 74 | "drupal/entity_browser": "^2.5",
|
|
78 | 80 | "drupal/facets_pretty_paths": "1.x-dev",
|
79 | 81 | "drupal/fastly": "^3.9",
|
80 | 82 | "drupal/field_group": "^3.0",
|
| 83 | + "drupal/filelog": "^2.0", |
81 | 84 | "drupal/flag": "4.x-dev",
|
82 | 85 | "drupal/geocoder": "^3.14",
|
83 | 86 | "drupal/geolocation": "3.x",
|
|
146 | 149 | "require-dev": {
|
147 | 150 | "drupal/core-dev": "^8.8",
|
148 | 151 | "drupal/devel": "^4.1",
|
| 152 | + "drupal/devel_entity_updates": "^3.0", |
149 | 153 | "drupal/easy_install": "^10.1",
|
150 | 154 | "drupal/fpa": "^2.0@beta",
|
151 | 155 | "drupal/masquerade": "^2.0@beta",
|
|
178 | 182 | "[meta] Themes improperly check renderable arrays when determining visibility": "https://www.drupal.org/files/issues/2019-02-19/themes_improperly_check_renderable_arrays_when_determining_visibility-953034-313.patch",
|
179 | 183 | "Off-canvas style resets are overriding styles (especially SVGs) in Safari, Firefox and Chromium Edge resulting in display issues": "https://www.drupal.org/files/issues/2021-01-06/off-canvas-style-resets-2958588-13.patch",
|
180 | 184 | "Cannot save unpublished versions of published content for users without manage book privileges": "https://www.drupal.org/files/issues/2020-10-18/2918537-63.patch",
|
181 |
| - "Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions": "https://www.drupal.org/files/issues/2021-03-22/3047022-70-backport-8.9.x.patch" |
| 185 | + "Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions": "https://www.drupal.org/files/issues/2021-03-22/3047022-70-backport-8.9.x.patch", |
| 186 | + "Support for AjaxResponse implementing CacheableResponseInterface": "https://gist.githubusercontent.com/omahm/cd990b5cdba637fe270ada0702717d9d/raw/60a05babb9747061df201ca9f74afb4b59166f14/cacheableAjaxResponse.patch" |
182 | 187 | },
|
183 | 188 | "drupal/easy_install": {
|
184 | 189 | "Handle missing core version": "https://www.drupal.org/files/issues/2019-12-19/easy_install_core_version-3101883-0.patch"
|
|
243 | 248 | },
|
244 | 249 | "drupal/entity_reference_unpublished": {
|
245 | 250 | "Plugin to cover taxonomy term entities": "https://www.drupal.org/files/issues/2021-03-25/3205634-reference-unpublished-taxonomy-terms.patch"
|
| 251 | + }, |
| 252 | + "drupal/filelog": { |
| 253 | + "Whole Log gets loaded into Memory when gzipping": "https://www.drupal.org/files/issues/2021-04-07/filelog-3157650-21.patch" |
246 | 254 | }
|
247 | 255 | },
|
248 | 256 | "composer-exit-on-patch-failure": true,
|
|
0 commit comments