1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

Update composer.json

This commit is contained in:
Éric Gaspar 2023-05-23 16:11:43 +02:00
parent ddaf24f683
commit 8c22d497c9

View file

@ -71,6 +71,14 @@
}
},
"installer-paths": {
"__APP__/core": ["type:drupal-core"],
"__APP__/libraries/{$name}": ["type:drupal-library"],
"__APP__/modules/contrib/{$name}": ["type:drupal-module"],
"__APP__/profiles/contrib/{$name}": ["type:drupal-profile"],
"__APP__/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
"__APP__/modules/custom/{$name}": ["type:drupal-custom-module"],
"__APP__/themes/custom/{$name}": ["type:drupal-custom-theme"],
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
@ -78,6 +86,7 @@
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/contrib/{$name}": ["type:drupal-drush"]
},
},
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"