Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / tests / resources / modules / d8 / woot / composer.json
diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/composer.json b/vendor/drush/drush/tests/resources/modules/d8/woot/composer.json
deleted file mode 100644 (file)
index 94ecb61..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "name": "drupal/woot",
-  "type": "drupal-module",
-  "description": "Woot Mightily.",
-  "keywords": ["Drupal"],
-  "license": "GPL-2.0+",
-  "homepage": "http://drupal.org/project/woot",
-  "minimum-stability": "dev",
-  "support": {
-    "issues": "http://drupal.org/project/issues/woot",
-    "source": "http://cgit.drupalcode.org/woot"
-  },
-  "require": { },
-  "extra": {
-    "drush": {
-      "services": {
-        "drush.services.yml": "^9"
-      }
-    }
-  }
-}