From fed25b61f1929531971244897b43f4319f31e25a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 11 Mar 2020 21:31:19 +0000 Subject: [PATCH] Move bin dir back into vendor --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 31be5f89..caeaed68 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,6 @@ "phpunit/phpunit": "^8.4" }, "config": { - "bin-dir": "bin", "platform": { "php": "7.2" },