Merge pull request #10385 from seamuslee001/CRM-20561-auth
[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": {
e91585d7 11 "dompdf/dompdf" : "0.7.*",
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",
16b60c30 21 "zetacomponents/base": "1.7.*",
db7b0381 22 "zetacomponents/mail": "dev-1.7-civi",
61a197f8 23 "phpoffice/phpword": "^0.13.0",
fcfd7b4d 24 "pear/Validate_Finance_CreditCard": "dev-master",
41f34647
SL
25 "civicrm/civicrm-cxn-rpc": "~0.16.12.05",
26 "pear/Auth_SASL": "1.1.0"
f28ac29c 27 },
16b60c30
TO
28 "repositories": [
29 {
30 "type": "git",
31 "url": "https://github.com/civicrm/zetacomponents-mail.git"
32 }
33 ],
f28ac29c
TO
34 "scripts": {
35 "post-install-cmd": [
9500c14a 36 "bash tools/scripts/composer/dompdf-cleanup.sh",
8aa9061e
SL
37 "bash tools/scripts/composer/tcpdf-cleanup.sh",
38 "bash tools/scripts/composer/pear-execption-fix.sh"
f28ac29c
TO
39 ],
40 "post-update-cmd": [
9500c14a 41 "bash tools/scripts/composer/dompdf-cleanup.sh",
8aa9061e
SL
42 "bash tools/scripts/composer/tcpdf-cleanup.sh",
43 "bash tools/scripts/composer/pear-execption-fix.sh"
f28ac29c 44 ]
cca05393
TO
45 }
46}