CRM-16189, fixed unit test
[civicrm-core.git] / composer.json
index 0f2952f20648353dacf72afc0055466f4e08e421..8524baa2f248f1dcd37533ff838afa2b69b07a16 100644 (file)
@@ -6,6 +6,7 @@
       "Civi\\": [".", "tests/phpunit/"]
     }
   },
+  "include-path": ["vendor/tecnickcom"],
   "require": {
     "dompdf/dompdf" : "0.6.*",
     "symfony/config": "~2.5.0",
@@ -19,7 +20,8 @@
     "totten/ca-config": "~13.02",
     "civicrm/civicrm-cxn-rpc": "~0.15.12.04",
     "zetacomponents/base": "1.7.*",
-    "zetacomponents/mail": "dev-1.7-civi"
+    "zetacomponents/mail": "dev-1.7-civi",
+    "phpoffice/phpword": "^0.12.1"
   },
   "repositories": [
     {