Style fixes
[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 },
25 "repositories": [
26 {
27 "type": "git",
28 "url": "https://github.com/civicrm/zetacomponents-mail.git"
29 }
30 ],
31 "scripts": {
32 "post-install-cmd": [
33 "bash tools/scripts/composer/dompdf-cleanup.sh",
34 "bash tools/scripts/composer/tcpdf-cleanup.sh"
35 ],
36 "post-update-cmd": [
37 "bash tools/scripts/composer/dompdf-cleanup.sh",
38 "bash tools/scripts/composer/tcpdf-cleanup.sh"
39 ]
40 }
41 }