Skip to content

Commit

Permalink
Merge pull request #64 from openeuropa/EWPP-529
Browse files Browse the repository at this point in the history
EWPP-529: Replace scaffold library.
  • Loading branch information
sergepavle authored Jan 13, 2021
2 parents 6ae0a4c + 41d9774 commit 2e84511
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require-dev": {
"composer/installers": "~1.5",
"drupal-composer/drupal-scaffold": "~2.2",
"drupal/core-composer-scaffold": "^8.8",
"drupal/address": "^1.8",
"drupal/config_devel": "~1.2",
"drupal/drupal-extension": "~4.0",
Expand All @@ -31,7 +31,6 @@
"phpunit/phpunit": "~6.5"
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"post-install-cmd": "./vendor/bin/run drupal:site-setup",
"post-update-cmd": "./vendor/bin/run drupal:site-setup"
},
Expand Down Expand Up @@ -62,7 +61,12 @@
"build/modules/contrib/{$name}": ["type:drupal-module"],
"build/themes/contrib/{$name}": ["type:drupal-theme"]
},
"patches": {}
"patches": {},
"drupal-scaffold": {
"locations": {
"web-root": "./build"
}
}
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 2e84511

Please sign in to comment.