Skip to content

Commit 158228d

Browse files
committed
chore: update druxt, remove composer-drupal-lenient
1 parent f3ca133 commit 158228d

File tree

2 files changed

+37
-82
lines changed

2 files changed

+37
-82
lines changed

composer.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"url": "https://packages.drupal.org/8",
1515
"exclude": [
1616
"drupal/anonymous_redirect",
17-
"drupal/druxt",
1817
"drupal/entity_display_mode",
1918
"drupal/field_tools",
2019
"drupal/m4032404",
@@ -28,10 +27,6 @@
2827
"type": "git",
2928
"url": "https://git.drupalcode.org/issue/anonymous_redirect-3286076.git"
3029
},
31-
"drupal/druxt": {
32-
"type": "git",
33-
"url": "https://git.drupalcode.org/issue/druxt-3287092.git"
34-
},
3530
"drupal/entity_display_mode": {
3631
"type": "git",
3732
"url": "https://git.drupalcode.org/issue/entity_display_mode-3287230.git"
@@ -83,7 +78,7 @@
8378
"drupal/core-recommended": "10.0.3",
8479
"drupal/decoupled_router": "^2.0",
8580
"drupal/diff": "^1.1.0",
86-
"drupal/druxt": "dev-feature/3287092-drupal-10",
81+
"drupal/druxt": "^1.2",
8782
"drupal/dynamic_entity_reference": "^4.0@alpha",
8883
"drupal/eca": "1.1.x-dev@dev",
8984
"drupal/entity_browser": "^2.9.0",
@@ -143,8 +138,7 @@
143138
"drupal/upgrade_status": "^4.0@alpha",
144139
"drupal/username_enumeration_prevention": "^1.3",
145140
"drupal/viewfield": "^3.0",
146-
"drupal/wpf": "^1.0",
147-
"mglaman/composer-drupal-lenient": "^1.0"
141+
"drupal/wpf": "^1.0"
148142
},
149143
"require-dev": {
150144
"drupal/core-dev": "10.0.3",
@@ -167,8 +161,7 @@
167161
"drupal/core-project-message": true,
168162
"dealerdirect/phpcodesniffer-composer-installer": true,
169163
"sllh/composer-lint": true,
170-
"phpstan/extension-installer": true,
171-
"mglaman/composer-drupal-lenient": true
164+
"phpstan/extension-installer": true
172165
}
173166
},
174167
"scripts": {
@@ -271,9 +264,6 @@
271264
"drupal/gin_toolbar": {
272265
"https://www.drupal.org/project/gin_toolbar/issues/3217393": "https://git.drupalcode.org/project/gin_toolbar/-/merge_requests/9.diff"
273266
},
274-
"drupal/jsonapi_views": {
275-
"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"
276-
},
277267
"drupal/layout_paragraphs": {
278268
"https://www.drupal.org/project/layout_paragraphs/issues/3259729": "https://git.drupalcode.org/project/layout_paragraphs/-/merge_requests/60.diff",
279269
"https://www.drupal.org/project/layout_paragraphs/issues/3265794": "https://git.drupalcode.org/project/layout_paragraphs/-/merge_requests/84.diff"
@@ -295,9 +285,6 @@
295285
"drupal/wpf": {
296286
"https://www.drupal.org/project/wpf/issues/3338291": "https://git.drupalcode.org/project/wpf/-/merge_requests/2.diff"
297287
}
298-
},
299-
"drupal-lenient": {
300-
"allowed-list": ["drupal/jsonapi_views"]
301288
}
302289
}
303290
}

composer.lock

Lines changed: 34 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)