Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / site-alias / box.json.dist
diff --git a/vendor/consolidation/site-alias/box.json.dist b/vendor/consolidation/site-alias/box.json.dist
new file mode 100644 (file)
index 0000000..c81342d
--- /dev/null
@@ -0,0 +1,25 @@
+{
+  "alias": "alias-tool.phar",
+  "chmod": "0755",
+  "compactors": [],
+  "directories": ["src"],
+  "files": ["alias-tool", "README.md", "VERSION"],
+  "finder": [
+    {
+      "name": "*.php",
+      "exclude": [
+        "test",
+        "tests",
+        "Test",
+        "Tests",
+        "Tester"
+      ],
+      "in": "vendor"
+    }
+  ],
+  "git-commit": "git-commit",
+  "git-version": "git-version",
+  "output": "alias-tool.phar",
+  "main": "alias-tool",
+  "stub": true
+}