Merge pull request #7543 from monishdeb/CRM-17770
[civicrm-core.git] / composer.json
index 5637ddf612f4acb2648879b92b9b5567c007f523..9c379e27a4a7ba5d825774e5c480a65fd948c190 100644 (file)
@@ -2,19 +2,31 @@
   "autoload": {
     "psr-0": {
       "PHPUnit_": ["packages/"],
+      "Civi": "",
       "Civi\\": [".", "tests/phpunit/"]
     }
   },
   "require": {
     "dompdf/dompdf" : "0.6.*",
-    "symfony/dependency-injection": "2.3.*",
-    "symfony/event-dispatcher": "2.3.*",
-    "symfony/process": "2.3.*",
+    "symfony/config": "~2.5.0",
+    "symfony/dependency-injection": "~2.5.0",
+    "symfony/event-dispatcher": "~2.5.0",
+    "symfony/filesystem": "~2.5.0",
+    "symfony/process": "~2.5.0",
     "psr/log": "1.0.0",
-    "symfony/finder": "2.3.*",
+    "symfony/finder": "~2.5.0",
     "totten/ca-config": "~13.02",
-    "civicrm/civicrm-cxn-rpc": "~0.15.07.27"
+    "civicrm/civicrm-cxn-rpc": "~0.15.12.04",
+    "iats-payments/civicrm": "~1.4.2",
+    "zetacomponents/base": "1.7.*",
+    "zetacomponents/mail": "dev-1.7-civi"
   },
+  "repositories": [
+    {
+      "type": "git",
+      "url": "https://github.com/civicrm/zetacomponents-mail.git"
+    }
+  ],
   "scripts": {
     "post-install-cmd": [
       "bash tools/scripts/composer/dompdf-cleanup.sh"