Skip to content

Commit 44bf7ea

Browse files
committed
[OPS-8029] Add more plugins to the allowed config.
1 parent 7b4109a commit 44bf7ea

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

composer.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"drupal/components": "^2.4",
3535
"drupal/conditional_fields": "^4.0@alpha",
3636
"drupal/config_split": "^2.0.0-beta4",
37-
"drupal/core-composer-scaffold": "^9.2.10",
38-
"drupal/core-project-message": "^9.2.10",
39-
"drupal/core-recommended": "^9.2.10",
37+
"drupal/core-composer-scaffold": "^9.3.3",
38+
"drupal/core-project-message": "^9.3.3",
39+
"drupal/core-recommended": "^9.3.3",
4040
"drupal/ctools": "^3.7",
4141
"drupal/date_recur": "^3.0",
4242
"drupal/date_recur_modular": "^3.0",
@@ -102,7 +102,7 @@
102102
"require-dev": {
103103
"drupal/coder": "^8.3",
104104
"drupal/config_filter": "^2.2",
105-
"drupal/core-dev": "^9.2.6",
105+
"drupal/core-dev": "^9.3.3",
106106
"drupal/devel": "^4.1",
107107
"drupal/upgrade_rector": "1.x-dev@dev",
108108
"drupal/upgrade_status": "^3.8",
@@ -125,8 +125,11 @@
125125
"cweagans/composer-patches": true,
126126
"drupal-composer/preserve-paths": true,
127127
"drupal/core-composer-scaffold": true,
128+
"drupal/core-project-message": true,
128129
"drupal/console-extend-plugin": true,
129-
"symfony/flex": true
130+
"oomphinc/composer-installers-extender": true,
131+
"symfony/flex": true,
132+
"wikimedia/composer-merge-plugin": true
130133
}
131134
},
132135
"scripts": {

0 commit comments

Comments
 (0)