Skip to content

Commit

Permalink
Fix Drupal 8 site:install not being available (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenevans authored Dec 1, 2020
1 parent 5de6711 commit 9b7a823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/drupal8/application/skeleton/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches": {
"drupal/console": {
"Fix drupal site:install using extension.list.module": "https://patch-diff.githubusercontent.com/raw/hechoendrupal/drupal-console/pull/4277.patch"
}
},
"installer-paths": {
"docroot/core": [
Expand Down

0 comments on commit 9b7a823

Please sign in to comment.