Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / site-alias / tests / fixtures / sitealiases / legacy / aliases.drushrc.php
diff --git a/vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/aliases.drushrc.php b/vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/aliases.drushrc.php
new file mode 100644 (file)
index 0000000..09fad12
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+$aliases['production'] = [
+    'uri' => 'example.com',
+    'root' => '/path/to/drupal',
+];
+
+$aliases['staging'] = [
+    'uri' => 'staging.example.com',
+    'root' => '/path/to/drupal',
+];