From fc91fb37adafddcd9b4c06cd334c15f1df3266c4 Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 4 Sep 2013 11:22:07 -0400 Subject: [PATCH] Fix cakephp composer.json The file path prefix is not needed as the core classes all start with Cake\ which is the same as the directory name. With the prefix composer cannot locate classes correctly. --- lib/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/composer.json b/lib/composer.json index e078ced5b79..2680f58c410 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -26,7 +26,7 @@ }, "autoload": { "psr-0": { - "Cake\\": "Cake/" + "Cake\\": "." } }, "bin": [