(dev/core#174) CRM_Utils_Cache_Interface - Add `has()` (PSR-16)
[civicrm-core.git] / composer.json
CommitLineData
cca05393 1{
52a05d3f
DS
2 "name": "civicrm/civicrm-core",
3 "description": "Open source constituent relationship management for non-profits, NGOs and advocacy organizations.",
4 "type": "library",
be652e9b 5 "license": "AGPL-3.0",
52a05d3f
DS
6 "authors": [
7 {
8fc57118
DS
8 "name": "Coleman Watts",
9 "role": "Product Manager"
52a05d3f
DS
10 },
11 {
8fc57118
DS
12 "name": "Joshua Gowans",
13 "role": "Project Manager"
52a05d3f
DS
14 },
15 {
8fc57118
DS
16 "name": "Mathieu Lutfy",
17 "role": "Infrastructure"
52a05d3f
DS
18 },
19 {
8fc57118
DS
20 "name": "Tim Otten",
21 "role": "Software Architect"
52a05d3f
DS
22 },
23 {
8fc57118
DS
24 "name": "CiviCRM Community",
25 "homepage": "https://civicrm.org"
52a05d3f
DS
26 }
27 ],
cca05393
TO
28 "autoload": {
29 "psr-0": {
ac0b2c9c 30 "PHPUnit_": ["packages/"],
711aa5d7 31 "Civi": "",
ac0b2c9c 32 "Civi\\": [".", "tests/phpunit/"]
cca05393
TO
33 }
34 },
87f0580c 35 "include-path": ["vendor/tecnickcom"],
cca05393 36 "require": {
bd48ca3f 37 "dompdf/dompdf" : "0.8.*",
209ef5bf 38 "electrolinux/phpquery": "^0.9.6",
a892989e
DS
39 "symfony/config": "^2.6.13 || ~3.0",
40 "symfony/dependency-injection": "^2.6.13 || ~3.0",
41 "symfony/event-dispatcher": "^2.6.13 || ~3.0",
42 "symfony/filesystem": "^2.6.13 || ~3.0",
43 "symfony/process": "^2.6.13 || ~3.0",
6be3826e 44 "psr/log": "~1.0.0",
a892989e 45 "symfony/finder": "^2.6.13 || ~3.0",
b42a4864 46 "tecnickcom/tcpdf" : "6.2.*",
5f3c4f5b 47 "totten/ca-config": "~17.05",
16b60c30 48 "zetacomponents/base": "1.7.*",
db7b0381 49 "zetacomponents/mail": "dev-1.7-civi",
77c89e7a 50 "marcj/topsort": "~1.1",
90a69912 51 "phpoffice/phpword": "^0.14.0",
fcfd7b4d 52 "pear/Validate_Finance_CreditCard": "dev-master",
5f2a9901 53 "civicrm/civicrm-cxn-rpc": "~0.17.07.01",
0ccbacae
SL
54 "pear/Auth_SASL": "1.1.0",
55 "pear/Net_SMTP": "1.6.*",
b4f67195 56 "pear/Net_socket": "1.0.*",
f9bdf062 57 "civicrm/civicrm-setup": "~0.2.0",
58 "guzzlehttp/guzzle": "^6.3"
f28ac29c 59 },
16b60c30
TO
60 "repositories": [
61 {
62 "type": "git",
63 "url": "https://github.com/civicrm/zetacomponents-mail.git"
64 }
65 ],
f28ac29c
TO
66 "scripts": {
67 "post-install-cmd": [
9500c14a 68 "bash tools/scripts/composer/dompdf-cleanup.sh",
8aa9061e 69 "bash tools/scripts/composer/tcpdf-cleanup.sh",
0ccbacae 70 "bash tools/scripts/composer/pear-exception-fix.sh",
ed9f705c
SL
71 "bash tools/scripts/composer/net-smtp-fix.sh",
72 "bash tools/scripts/composer/phpword-jquery.sh"
f28ac29c
TO
73 ],
74 "post-update-cmd": [
9500c14a 75 "bash tools/scripts/composer/dompdf-cleanup.sh",
8aa9061e 76 "bash tools/scripts/composer/tcpdf-cleanup.sh",
0ccbacae 77 "bash tools/scripts/composer/pear-exception-fix.sh",
ed9f705c
SL
78 "bash tools/scripts/composer/net-smtp-fix.sh",
79 "bash tools/scripts/composer/phpword-jquery.sh"
f28ac29c 80 ]
cca05393
TO
81 }
82}