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

docker/l3d#47 Composer 2 compatibility

parent 86aa192d
No related branches found
No related tags found
No related merge requests found
......@@ -36,10 +36,10 @@
],
"require": {
"php": ">=7.3",
"lakedrops/d9-project-scaffold": "^1.0"
"lakedrops/d9-project-scaffold": "^1.1"
},
"require-dev": {
"lakedrops/drupal-development-environment": "^2.0"
"lakedrops/drupal-development-environment": "^2.1"
},
"conflict": {
"drupal/drupal": "*"
......@@ -83,16 +83,17 @@
"web-root": "./web"
},
"file-mapping": {
"[web-root]/.gitignore": false,
"[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/default/default.settings.php": false,
"[web-root]/sites/default/default.services.yml": 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/README.txt": 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
......
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