Common.js lint fixes
[civicrm-core.git] / composer.json
index e41ef17a6dd1ccae23cf01376920c037b0f22253..89325b984377880865c4c957bd27b52de6477940 100644 (file)
@@ -1,14 +1,15 @@
 {
   "autoload": {
     "psr-0": {
-      "PHPUnit_": ["."],
-      "Civi\\": ["../", "../tests/phpunit/"]
+      "PHPUnit_": ["packages/"],
+      "Civi\\": [".", "tests/phpunit/"]
     }
   },
   "require": {
     "symfony/dependency-injection": "2.3.*",
     "symfony/event-dispatcher": "2.3.*",
     "psr/log": "1.0.0",
-    "symfony/finder": "2.3.*"
+    "symfony/finder": "2.3.*",
+    "totten/ca-config": "~13.02"
   }
 }