Merge pull request #8739 from totten/master-no-pear-2
[civicrm-core.git] / composer.json
CommitLineData
cca05393
TO
1{
2 "autoload": {
3 "psr-0": {
ac0b2c9c 4 "PHPUnit_": ["packages/"],
711aa5d7 5 "Civi": "",
ac0b2c9c 6 "Civi\\": [".", "tests/phpunit/"]
cca05393
TO
7 }
8 },
87f0580c 9 "include-path": ["vendor/tecnickcom"],
cca05393 10 "require": {
f28ac29c 11 "dompdf/dompdf" : "0.6.*",
40787e18
TO
12 "symfony/config": "~2.5.0",
13 "symfony/dependency-injection": "~2.5.0",
14 "symfony/event-dispatcher": "~2.5.0",
d892b317 15 "symfony/filesystem": "~2.5.0",
40787e18
TO
16 "symfony/process": "~2.5.0",
17 "psr/log": "1.0.0",
18 "symfony/finder": "~2.5.0",
b42a4864 19 "tecnickcom/tcpdf" : "6.2.*",
94ddb538 20 "totten/ca-config": "~13.02",
934e53b2 21 "civicrm/civicrm-cxn-rpc": "~0.15.12.04",
16b60c30 22 "zetacomponents/base": "1.7.*",
db7b0381
CW
23 "zetacomponents/mail": "dev-1.7-civi",
24 "phpoffice/phpword": "^0.12.1"
f28ac29c 25 },
16b60c30
TO
26 "repositories": [
27 {
28 "type": "git",
29 "url": "https://github.com/civicrm/zetacomponents-mail.git"
30 }
31 ],
f28ac29c
TO
32 "scripts": {
33 "post-install-cmd": [
9500c14a
CB
34 "bash tools/scripts/composer/dompdf-cleanup.sh",
35 "bash tools/scripts/composer/tcpdf-cleanup.sh"
f28ac29c
TO
36 ],
37 "post-update-cmd": [
9500c14a
CB
38 "bash tools/scripts/composer/dompdf-cleanup.sh",
39 "bash tools/scripts/composer/tcpdf-cleanup.sh"
f28ac29c 40 ]
cca05393
TO
41 }
42}