CRM-19099 adding alterMailContent and alterMailParams hooks
[civicrm-core.git] / composer.json
1 {
2 "autoload": {
3 "psr-0": {
4 "PHPUnit_": ["packages/"],
5 "Civi": "",
6 "Civi\\": [".", "tests/phpunit/"]
7 }
8 },
9 "include-path": ["vendor/tecnickcom"],
10 "require": {
11 "dompdf/dompdf" : "0.6.*",
12 "symfony/config": "~2.5.0",
13 "symfony/dependency-injection": "~2.5.0",
14 "symfony/event-dispatcher": "~2.5.0",
15 "symfony/filesystem": "~2.5.0",
16 "symfony/process": "~2.5.0",
17 "psr/log": "1.0.0",
18 "symfony/finder": "~2.5.0",
19 "tecnickcom/tcpdf" : "6.2.*",
20 "totten/ca-config": "~13.02",
21 "civicrm/civicrm-cxn-rpc": "~0.15.12.04",
22 "zetacomponents/base": "1.7.*",
23 "zetacomponents/mail": "dev-1.7-civi",
24 "phpoffice/phpword": "^0.12.1"
25 },
26 "repositories": [
27 {
28 "type": "git",
29 "url": "https://github.com/civicrm/zetacomponents-mail.git"
30 }
31 ],
32 "scripts": {
33 "post-install-cmd": [
34 "bash tools/scripts/composer/dompdf-cleanup.sh",
35 "bash tools/scripts/composer/tcpdf-cleanup.sh"
36 ],
37 "post-update-cmd": [
38 "bash tools/scripts/composer/dompdf-cleanup.sh",
39 "bash tools/scripts/composer/tcpdf-cleanup.sh"
40 ]
41 }
42 }