Version 1
[yaffs-website] / web / core / lib / Drupal / Component / Diff / composer.json
diff --git a/web/core/lib/Drupal/Component/Diff/composer.json b/web/core/lib/Drupal/Component/Diff/composer.json
new file mode 100644 (file)
index 0000000..0d7f3d3
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "name": "drupal/core-diff",
+  "description": "Diff.",
+  "keywords": ["drupal"],
+  "homepage": "https://www.drupal.org/project/drupal",
+  "license": "GPL-2.0+",
+  "require": {
+    "php": ">=5.5.9",
+    "drupal/utility": "~8.2"
+  },
+  "autoload": {
+    "psr-4": {
+      "Drupal\\Component\\Diff\\": ""
+    }
+  }
+}