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,13 +71,22 @@
} }
}, },
"installer-paths": { "installer-paths": {
"web/core": ["type:drupal-core"], "__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/libraries/{$name}": ["type:drupal-library"],
"web/modules/contrib/{$name}": ["type:drupal-module"], "web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"], "web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"], "web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/contrib/{$name}": ["type:drupal-drush"] "drush/Commands/contrib/{$name}": ["type:drupal-drush"]
}, },
},
"composer-exit-on-patch-failure": true, "composer-exit-on-patch-failure": true,
"patchLevel": { "patchLevel": {
"drupal/core": "-p2" "drupal/core": "-p2"