Skip to content

Commit 186639a

Browse files
committed
1322: Updated composer packages
1 parent 57e0186 commit 186639a

File tree

3 files changed

+2392
-1420
lines changed

3 files changed

+2392
-1420
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
4343
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
4444

45+
# PHPStan's baseline uses tabs instead of spaces.
46+
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
47+
4548
# Define binary file attributes.
4649
# - Do not treat them as text.
4750
# - Include binary diff in patches instead of "binary files differ."

composer.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"drupal/token": "^1.12",
8080
"drupal/token_filter": "^2.0",
8181
"drupal/twig_tweak": "^3.2",
82-
"drupal/view_unpublished": "^1.1",
82+
"drupal/view_unpublished": "^1.2",
8383
"drupal/views_autosubmit": "^1.6",
8484
"drupal/views_data_export": "^1.3",
8585
"drupal/views_flag_refresh": "^1.0",
@@ -126,7 +126,8 @@
126126
"drupal/console-extend-plugin": true,
127127
"drupal/core-composer-scaffold": true,
128128
"drupal/core-project-message": true,
129-
"phpstan/extension-installer": true
129+
"phpstan/extension-installer": true,
130+
"php-http/discovery": true
130131
}
131132
},
132133
"extra": {
@@ -194,25 +195,19 @@
194195
"enable-patching": true,
195196
"patches": {
196197
"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",
198199
"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"
199200
},
200201
"drupal/flag": {
201202
"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",
202203
"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"
203204
},
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-
},
207205
"drupal/masquerade": {
208206
"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"
209207
},
210208
"drupal/devel": {
211209
"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"
212210
},
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-
},
216211
"drupal/entity_print": {
217212
"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"
218213
},

0 commit comments

Comments
 (0)