Skip to content

Commit

Permalink
Merge pull request #405 from wunderio/feature/GH-368-remove-scripthan…
Browse files Browse the repository at this point in the history
…dler

GH-368: Remove obsolete ScriptHandler
  • Loading branch information
tormi authored Apr 18, 2024
2 parents fc6c109 + d9e09c4 commit c2f9650
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
12 changes: 0 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"drupal/varnish_purge": "^2.2",
"drush/drush": "^12.5",
"vlucas/phpdotenv": "^5.6",
"webflo/drupal-finder": "^1.2",
"wunderio/drupal-ping": "^2.5"
},
"require-dev": {
Expand Down Expand Up @@ -55,19 +54,8 @@
"sort-packages": true
},
"autoload": {
"classmap": [
"scripts/composer/ScriptHandler.php"
],
"files": ["load.environment.php"]
},
"scripts": {
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
},
"extra": {
"drupal-scaffold": {
"locations": {
Expand Down
63 changes: 0 additions & 63 deletions scripts/composer/ScriptHandler.php

This file was deleted.

0 comments on commit c2f9650

Please sign in to comment.