Skip to content

Commit 0bdc6c7

Browse files
committed
Fixed D9 compatibility on webform_embed module
1 parent b46c3fe commit 0bdc6c7

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

composer.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,17 @@
132132
"minimum-stability": "dev",
133133
"prefer-stable": true,
134134
"config": {
135-
"sort-packages": true
135+
"sort-packages": true,
136+
"allow-plugins": {
137+
"composer/installers": true,
138+
"simplesamlphp/composer-module-installer": true,
139+
"dealerdirect/phpcodesniffer-composer-installer": true,
140+
"vaimo/composer-patches": true,
141+
"cweagans/composer-patches": true,
142+
"zaporylie/composer-drupal-optimizations": true,
143+
"drupal/console-extend-plugin": true,
144+
"drupal/core-composer-scaffold": true
145+
}
136146
},
137147
"autoload": {
138148
"classmap": [
@@ -193,7 +203,8 @@
193203
"Enabled D9 support": "patches/webform_permissions_by_term-d9.patch"
194204
},
195205
"drupal/webform_embed": {
196-
"Enabled D9 support": "./patches/webform_embed-d9.patch"
206+
"Enabled D9 support": "./patches/webform_embed-d9.patch",
207+
"3170384 - Fixed D9 imcopatibility": "https://www.drupal.org/files/issues/2020-09-11/3170384-2.patch"
197208
},
198209
"drupal/webform_migrate": {
199210
"Set to support. Checkbox condition fixes": "./patches/setto-and-checkboxes-condition-fix-onlyD7.patch"

0 commit comments

Comments
 (0)