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

composer/plugin/drupal-environment#17 Cleanup template to use lakedrops defaults

parent 280afdfc
No related branches found
No related tags found
1 merge request!6Merging develop into main
Pipeline #1256235 passed
......@@ -35,12 +35,12 @@
"source": "https://gitlab.lakedrops.com/composer/project/drupal-10/tree/main",
"docs": "https://devops-tools.docs.lakedrops.com/composer/project/d10/"
},
"repositories": [
{
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
},
"require": {
"php": ">=8.1",
"lakedrops/d10-project-scaffold": "^1.0||dev-develop"
......@@ -55,72 +55,24 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"discard-changes": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"drupal/core-vendor-hardening": true,
"endroid/installer": true,
"lakedrops/*": true,
"mxr576/ddqg-composer-audit": true,
"oomphinc/composer-installers-extender": true,
"php-http/discovery": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"zodiacmedia/drupal-libraries-installer": true
}
},
"extra": {
"patches-file": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10.json",
"drupal-scaffold": {
"allowed-packages": [
"drupal/core"
],
"locations": {
"web-root": "./web"
},
"file-mapping": {
"[project-root]/.editorconfig": false,
"[project-root]/.gitattributes": false,
"[web-root]/example.gitignore": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false,
"[web-root]/sites/README.txt": false,
"[web-root]/sites/development.services.yml": false,
"[web-root]/sites/example.settings.local.php": false,
"[web-root]/sites/example.sites.php": false,
"[web-root]/sites/default/default.services.yml": false,
"[web-root]/sites/default/default.settings.php": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/themes/README.txt": false
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"drush/Commands/{$name}": [
"type:drupal-drush"
]
}
"lakedrops-default": true,
"patches-file": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10-3.json",
"enable-patching": true
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment