Skip to content

Commit

Permalink
Fix composer.json errors left from merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jfauske committed Jul 27, 2024
1 parent 3ff9d89 commit d5d2372
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ramsalt/drupal-project",
"description": "Project template for Drupal 10 projects with Composer",
"type": "project",
"description": "Project template for Drupal 11 projects with Composer",
"license": "GPL-2.0-or-later",
"type": "project",
"authors": [
Expand Down Expand Up @@ -71,8 +70,16 @@
"extra": {
"composer-exit-on-patch-failure": true,
"drupal-scaffold": {
"allowed-packages": [
"ramsalt/drupal-scaffold"
],
"file-mapping": {
"[project-root]/.gitignore": false,
"[web-root]/sites/development.services.yml": {
"mode": "replace",
"path": "web/core/assets/scaffold/files/development.services.yml",
"overwrite": false
},
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false
},
Expand Down Expand Up @@ -122,21 +129,6 @@
"ramsaltmedia-module",
"ramsaltmedia-theme"
],
"drupal-scaffold": {
"allowed-packages": [
"ramsalt/drupal-scaffold"
],
"locations": {
"web-root": "web/"
},
"file-mapping": {
"[web-root]/sites/development.services.yml": {
"mode": "replace",
"path": "web/core/assets/scaffold/files/development.services.yml",
"overwrite": false
}
}
},
"patchLevel": {
"drupal/core": "-p2"
},
Expand All @@ -157,4 +149,5 @@
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
}
}
}

0 comments on commit d5d2372

Please sign in to comment.