From df0fd261c9172926a8a2a9a05fd4b30bd840d5f7 Mon Sep 17 00:00:00 2001
From: Fabian Becker <fabian.becker@uni-tuebingen.de>
Date: Thu, 18 Jul 2013 11:17:31 +0200
Subject: [PATCH] Add PSR-0 namespaces to composer.json Piwik\Core Piwik\Plugin

---
 composer.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/composer.json b/composer.json
index 6ea14e6d54..4050062673 100644
--- a/composer.json
+++ b/composer.json
@@ -22,5 +22,11 @@
         "php": ">=5.3.0",
         "twig/twig": "1.*",
         "leafo/lessphp": "0.3.*"
+    },
+    "autoload": {
+        "psr-0": {
+            "Piwik\\Core\\": "core/",
+            "Piwik\\Plugin\\": "plugins/"
+        }
     }
 }
-- 
GitLab