From 5fa32337fabec7c3639bba88c13cf8009f6c7e77 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Thu, 9 Mar 2017 13:09:28 -0800 Subject: [PATCH] Re-add bin section to composer.json. (#1656) --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 1c914ec78..fba58deb9 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,9 @@ "Pantheon\\Terminus\\FeatureTests\\": "tests/features/bootstrap/" } }, + "bin": [ + "bin/terminus" + ], "scripts": { "behat": "COMPOSER_PROCESS_TIMEOUT=3600 SHELL_INTERACTIVE=true behat --colors -c=tests/config/behat.yml --suite=default", "cbf": "phpcbf --standard=PSR2 -n tests/unit_tests/* bin/terminus src/*",