Skip to content

Commit

Permalink
Merge pull request #43 from Metadrop/fb-remove-composer-obsolete-code
Browse files Browse the repository at this point in the history
Remove obsolete code from old drupal-project
  • Loading branch information
rsanzante authored May 26, 2021
2 parents d964c45 + 499567a commit 6e35819
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,8 @@
"sort-packages": true,
"discard-changes": true
},
"autoload": {
"classmap": [
"scripts/composer/ScriptHandler.php"
]
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
},
"extra": {
"drupal-scaffold": {
Expand Down

0 comments on commit 6e35819

Please sign in to comment.