CRM-17751 add extra check to prevent error
[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 },
9 "require": {
f28ac29c 10 "dompdf/dompdf" : "0.6.*",
40787e18
TO
11 "symfony/config": "~2.5.0",
12 "symfony/dependency-injection": "~2.5.0",
13 "symfony/event-dispatcher": "~2.5.0",
d892b317 14 "symfony/filesystem": "~2.5.0",
40787e18
TO
15 "symfony/process": "~2.5.0",
16 "psr/log": "1.0.0",
17 "symfony/finder": "~2.5.0",
94ddb538 18 "totten/ca-config": "~13.02",
934e53b2 19 "civicrm/civicrm-cxn-rpc": "~0.15.12.04",
16b60c30
TO
20 "zetacomponents/base": "1.7.*",
21 "zetacomponents/mail": "dev-1.7-civi"
f28ac29c 22 },
16b60c30
TO
23 "repositories": [
24 {
25 "type": "git",
26 "url": "https://github.com/civicrm/zetacomponents-mail.git"
27 }
28 ],
f28ac29c
TO
29 "scripts": {
30 "post-install-cmd": [
31 "bash tools/scripts/composer/dompdf-cleanup.sh"
32 ],
33 "post-update-cmd": [
34 "bash tools/scripts/composer/dompdf-cleanup.sh"
35 ]
cca05393
TO
36 }
37}