Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / config / tests / scripts / install-scenario
diff --git a/vendor/consolidation/config/tests/scripts/install-scenario b/vendor/consolidation/config/tests/scripts/install-scenario
deleted file mode 100755 (executable)
index d77d57d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-SCENARIO=$1
-ACTION=${2-install}
-
-dir=dependencies/${SCENARIO}
-if [ -z "$SCENARIO" ] ; then
-  SCENARIO=default
-  dir=.
-fi
-
-
-if [ ! -d "$dir" ] ; then
-  echo "Requested scenario '${SCENARIO}' does not exist."
-  exit 1
-fi
-
-echo "Switch to ${SCENARIO} scenario"
-
-set -ex
-
-composer -n --working-dir=$dir ${ACTION} --prefer-dist --no-scripts
-composer -n --working-dir=$dir info