Browse Source

Use PSR-4 autoloader.

ADmad 12 years ago
parent
commit
8fa360602b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -26,8 +26,8 @@
         "phpunit/phpunit": "3.7.*"
     },
     "autoload": {
-        "psr-0": {
-            "Cake\\": "."
+        "psr-4": {
+            "Cake\\": "Cake"
         }
     },
     "bin": [