Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / tests / resources / codebase / composer.json
diff --git a/vendor/drush/drush/tests/resources/codebase/composer.json b/vendor/drush/drush/tests/resources/codebase/composer.json
deleted file mode 100644 (file)
index 8643182..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-{
-  "name": "Site Under Test",
-  "repositories": {
-    "drupal_org": {
-      "type": "composer",
-      "url": "https://packages.drupal.org/8"
-    }
-  },
-  "require": {
-    "composer/installers": "^1.2",
-    "cweagans/composer-patches": "~1.0",
-    "webflo/drupal-core-strict": "8.5.x-dev",
-    "drush/drush": "*",
-    "phpunit/phpunit": "4.*",
-    "drupal/empty_theme": "1.0",
-    "drupal/devel": "^1.0@RC",
-    "drupal/alinks": "1.0.0",
-    "lox/xhprof": "dev-master"
-  },
-  "minimum-stability": "dev",
-  "prefer-stable": true,
-  "extra": {
-    "installer-paths": {
-      "web/core": ["type:drupal-core"],
-      "web/libraries/{$name}": ["type:drupal-library"],
-      "web/modules/unish/{$name}": ["drupal/devel"],
-      "web/themes/unish/{$name}": ["drupal/empty_theme"],
-      "web/modules/contrib/{$name}": ["type:drupal-module"],
-      "web/profiles/contrib/{$name}": ["type:drupal-profile"],
-      "web/themes/contrib/{$name}": ["type:drupal-theme"],
-      "drush/contrib/{$name}": ["type:drupal-drush"]
-    },
-    "patches": {
-      "drupal/core": {
-        "Allow updating modules with new service dependencies https://www.drupal.org/project/drupal/issues/2863986": "https://www.drupal.org/files/issues/2863986-2-49.patch"
-      }
-    }
-  }
-}