From 8fa360602bc29201b188723cd90de1e6cf75d501 Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 6 Jan 2014 11:19:46 +0530 Subject: [PATCH] Use PSR-4 autoloader. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index afd963bda80..8531445f52c 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "phpunit/phpunit": "3.7.*" }, "autoload": { - "psr-0": { - "Cake\\": "." + "psr-4": { + "Cake\\": "Cake" } }, "bin": [