Refs CRM-15768, make CiviCRM Drupal module version consistent with other Drupal modules.
[civicrm-core.git] / composer.json
1 {
2 "autoload": {
3 "psr-0": {
4 "PHPUnit_": ["packages/"],
5 "Civi": "",
6 "Civi\\": [".", "tests/phpunit/"]
7 }
8 },
9 "require": {
10 "dompdf/dompdf" : "0.6.*",
11 "symfony/config": "~2.5.0",
12 "symfony/dependency-injection": "~2.5.0",
13 "symfony/event-dispatcher": "~2.5.0",
14 "symfony/filesystem": "~2.5.0",
15 "symfony/process": "~2.5.0",
16 "psr/log": "1.0.0",
17 "symfony/finder": "~2.5.0",
18 "totten/ca-config": "~13.02",
19 "civicrm/civicrm-cxn-rpc": "~0.15.12.04",
20 "zetacomponents/base": "1.7.*",
21 "zetacomponents/mail": "dev-1.7-civi"
22 },
23 "repositories": [
24 {
25 "type": "git",
26 "url": "https://github.com/civicrm/zetacomponents-mail.git"
27 }
28 ],
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 ]
36 }
37 }