Skip to content
Snippets Groups Projects
Commit f061acba authored by jurgenhaas's avatar jurgenhaas
Browse files

Configure composer-drupal-optimization so that it works even if drupal/core is...

Configure composer-drupal-optimization so that it works even if drupal/core is NOT a requirement of the root project
parent f39b7871
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,11 @@ ...@@ -53,6 +53,11 @@
"discard-changes": true "discard-changes": true
}, },
"extra": { "extra": {
"composer-drupal-optimizations": {
"require": {
"symfony/symfony": ">3.4"
}
},
"drupal-scaffold": { "drupal-scaffold": {
"excludes": [ "excludes": [
"sites/default/default.settings.php", "sites/default/default.settings.php",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment