From 12cf3f5b51b3b9296440a01b248590020b087f08 Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 23 Apr 2014 21:28:22 -0400 Subject: [PATCH] Remove bin stub. It is no longer part of the framework and issues warnings. --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 015932ea9ee..2854cbcfa93 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,5 @@ "Cake\\": "src", "Cake\\Test\\": "tests" } - }, - "bin": [ - "src/Console/cake" - ] + } }