Browse Source

Remove bin stub.

It is no longer part of the framework and issues warnings.
mark_story 12 years ago
parent
commit
12cf3f5b51
1 changed files with 1 additions and 4 deletions
  1. 1 4
      composer.json

+ 1 - 4
composer.json

@@ -31,8 +31,5 @@
 			"Cake\\": "src",
 			"Cake\\Test\\": "tests"
 		}
-	},
-	"bin": [
-		"src/Console/cake"
-	]
+	}
 }