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

docker/l3d#47 Composer 2 compatibility

parent adda6280
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
} }
], ],
"require": { "require": {
"lakedrops/d8-project-scaffold": "^1.5.0" "lakedrops/d8-project-scaffold": "^1.8"
}, },
"require-dev": { "require-dev": {
"lakedrops/drupal-development-environment": "^1.0.1" "lakedrops/drupal-development-environment": "^1.2"
}, },
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"
...@@ -59,13 +59,25 @@ ...@@ -59,13 +59,25 @@
} }
}, },
"drupal-scaffold": { "drupal-scaffold": {
"excludes": [ "locations": {
"sites/default/default.settings.php", "web-root": "./web"
"sites/default/default.services.yml", },
"sites/development.services.yml", "file-mapping": {
"sites/example.settings.local.php", "[project-root]/.editorconfig": false,
"sites/example.sites.php" "[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": { "installer-paths": {
"web/core": [ "web/core": [
......
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