Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / src / Commands / generate / Generators / Drush / dcf-composer.json
diff --git a/vendor/drush/drush/src/Commands/generate/Generators/Drush/dcf-composer.json b/vendor/drush/drush/src/Commands/generate/Generators/Drush/dcf-composer.json
new file mode 100644 (file)
index 0000000..49aef4c
--- /dev/null
@@ -0,0 +1,11 @@
+{
+  "name": "",
+  "description": "This extension provides new commands for Drush.",
+  "type": "drupal-drush",
+  "authors": [
+    { "name": "Author name", "email": "author@example.com" }
+  ],
+  "require": {
+    "php": ">=5.6.0"
+  }
+}