|
79 | 79 | "drupal/token": "^1.12", |
80 | 80 | "drupal/token_filter": "^2.0", |
81 | 81 | "drupal/twig_tweak": "^3.2", |
82 | | - "drupal/view_unpublished": "^1.1", |
| 82 | + "drupal/view_unpublished": "^1.2", |
83 | 83 | "drupal/views_autosubmit": "^1.6", |
84 | 84 | "drupal/views_data_export": "^1.3", |
85 | 85 | "drupal/views_flag_refresh": "^1.0", |
|
126 | 126 | "drupal/console-extend-plugin": true, |
127 | 127 | "drupal/core-composer-scaffold": true, |
128 | 128 | "drupal/core-project-message": true, |
129 | | - "phpstan/extension-installer": true |
| 129 | + "phpstan/extension-installer": true, |
| 130 | + "php-http/discovery": true |
130 | 131 | } |
131 | 132 | }, |
132 | 133 | "extra": { |
|
194 | 195 | "enable-patching": true, |
195 | 196 | "patches": { |
196 | 197 | "drupal/core": { |
197 | | - "Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2023-05-24/3150540-36.patch", |
| 198 | + "Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-01-25/3150540-40.patch", |
198 | 199 | "Handle undefined index when using form states (https://www.drupal.org/project/drupal/issues/2700667)": "https://www.drupal.org/files/issues/2020-03-11/2700667-104.patch" |
199 | 200 | }, |
200 | 201 | "drupal/flag": { |
201 | 202 | "Implement Migration Paths for Flag 7.x (https://www.drupal.org/project/flag/issues/2409901#comment-13082245)": "https://www.drupal.org/files/issues/2019-04-25/2409901_flag_migration_paths_52.patch", |
202 | 203 | "Implement Migration Paths for Flag 7.x (https://www.drupal.org/project/flag/issues/2409901#comment-13281955)": "https://www.drupal.org/files/issues/2019-10-02/2409901-60.patch" |
203 | 204 | }, |
204 | | - "drupal/openid_connect": { |
205 | | - "Revoking group access does not reflect on applied roles (https://www.drupal.org/project/openid_connect/issues/3224128)": "https://git.drupalcode.org/project/openid_connect/-/merge_requests/31.diff" |
206 | | - }, |
207 | 205 | "drupal/masquerade": { |
208 | 206 | "https://www.drupal.org/project/masquerade/issues/2962970#comment-13391256": "https://www.drupal.org/files/issues/2019-12-13/temporary%20unmask%20workaround-2962970-8.patch" |
209 | 207 | }, |
210 | 208 | "drupal/devel": { |
211 | 209 | "Public methods are not visible in kint (https://www.drupal.org/project/devel/issues/3112201)": "https://www.drupal.org/files/issues/2022-04-26/devel_3112201_4.patch" |
212 | 210 | }, |
213 | | - "drupal/view_unpublished": { |
214 | | - "Grants are not cached if the user has \"view any unpublished content\" permission (https://www.drupal.org/project/view_unpublished/issues/3226756)": "https://www.drupal.org/files/issues/2021-08-04/view_unpublished-cache_ignored-3226756-2-8.x.patch" |
215 | | - }, |
216 | 211 | "drupal/entity_print": { |
217 | 212 | "Add page count https://www.drupal.org/project/entity_print/issues/2823430": "https://www.drupal.org/files/issues/2023-07-10/entity_print-dompdf_page_count-2823430-14.patch" |
218 | 213 | }, |
|
0 commit comments