Skip to content

Commit

Permalink
Merge pull request #7 from universityofadelaide/upstream-updates
Browse files Browse the repository at this point in the history
Update from upstream.
  • Loading branch information
pingers authored Jan 29, 2020
2 parents 0396ec2 + d4e58b4 commit 8eb2f75
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"drupal/drush_cmi_tools": "dev-8.x-2.x",
"drush/drush": "^9.4.0",
"webflo/drupal-finder": "^1.1.0",
"webmozart/path-util": "^2.3"
"webmozart/path-util": "^2.3",
"zaporylie/composer-drupal-optimizations": "^1.0"
},
"require-dev": {
"drupal/core-dev": "~8.8"
Expand All @@ -51,7 +52,11 @@
"@shepherd-scaffold"
]
},
"extra": {
"extra": {
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"installer-paths": {
"web/core": [
"type:drupal-core"
Expand All @@ -76,6 +81,9 @@
"initial": {
"sites/default/default.services.yml": "sites/default/services.yml",
"sites/default/default.settings.php": "sites/default/settings.php"
},
"locations": {
"web-root": "web/"
}
}
}
Expand Down

0 comments on commit 8eb2f75

Please sign in to comment.