62faa8f79a5c6709e4f2d9a3000b7fcef51fbce3
[civicrm-core.git] / composer.json
1 {
2 "name": "civicrm/civicrm-core",
3 "description": "Open source constituent relationship management for non-profits, NGOs and advocacy organizations.",
4 "type": "library",
5 "license": "AGPL-3.0",
6 "authors": [
7 {
8 "name": "Coleman Watts",
9 "role": "Product Manager"
10 },
11 {
12 "name": "Joshua Gowans",
13 "role": "Project Manager"
14 },
15 {
16 "name": "Mathieu Lutfy",
17 "role": "Infrastructure"
18 },
19 {
20 "name": "Tim Otten",
21 "role": "Software Architect"
22 },
23 {
24 "name": "CiviCRM Community",
25 "homepage": "https://civicrm.org"
26 }
27 ],
28 "autoload": {
29 "psr-0": {
30 "PHPUnit_": ["packages/"],
31 "Civi": "",
32 "Civi\\": [".", "tests/phpunit/"]
33 }
34 },
35 "include-path": ["vendor/tecnickcom"],
36 "config": {
37 "platform": {
38 "php": "7.0.10"
39 }
40 },
41 "require": {
42 "php": "~7.0",
43 "dompdf/dompdf" : "0.8.*",
44 "electrolinux/phpquery": "^0.9.6",
45 "symfony/config": "^2.8.50 || ~3.0",
46 "symfony/polyfill-iconv": "~1.0",
47 "symfony/dependency-injection": "^2.8.50 || ~3.0",
48 "symfony/event-dispatcher": "^2.8.50 || ~3.0",
49 "symfony/filesystem": "^2.8.50 || ~3.0",
50 "symfony/process": "^2.8.50 || ~3.0",
51 "psr/log": "~1.1",
52 "symfony/finder": "^2.8.50 || ~3.0",
53 "tecnickcom/tcpdf" : "6.2.*",
54 "totten/ca-config": "~17.05",
55 "zetacomponents/base": "1.9.*",
56 "zetacomponents/mail": "1.9.*",
57 "marcj/topsort": "~1.1",
58 "phpoffice/phpword": "^0.15.0",
59 "pear/validate_finance_creditcard": "dev-master",
60 "civicrm/civicrm-cxn-rpc": "~0.19.01.08",
61 "pear/auth_sasl": "1.1.0",
62 "pear/net_smtp": "1.6.*",
63 "pear/net_socket": "1.0.*",
64 "pear/mail": "^1.4",
65 "civicrm/civicrm-setup": "~0.4.0",
66 "guzzlehttp/guzzle": "^6.3",
67 "psr/simple-cache": "~1.0.1",
68 "cweagans/composer-patches": "~1.0",
69 "pear/log": "1.13.1",
70 "katzien/php-mime-type": "2.1.0",
71 "civicrm/composer-downloads-plugin": "^2.0",
72 "league/csv": "^9.2",
73 "tplaner/when": "~3.0.0",
74 "xkerman/restricted-unserialize": "~1.1"
75 },
76 "require-dev": {
77 "cache/integration-tests": "dev-master"
78 },
79 "scripts": {
80 "post-install-cmd": [
81 "bash tools/scripts/composer/dompdf-cleanup.sh",
82 "bash tools/scripts/composer/tcpdf-cleanup.sh",
83 "bash tools/scripts/composer/pear-exception-fix.sh",
84 "bash tools/scripts/composer/net-smtp-fix.sh",
85 "bash tools/scripts/composer/pear-mail-fix.sh",
86 "bash tools/scripts/composer/phpword-jquery.sh"
87 ],
88 "post-update-cmd": [
89 "bash tools/scripts/composer/dompdf-cleanup.sh",
90 "bash tools/scripts/composer/tcpdf-cleanup.sh",
91 "bash tools/scripts/composer/pear-exception-fix.sh",
92 "bash tools/scripts/composer/net-smtp-fix.sh",
93 "bash tools/scripts/composer/pear-mail-fix.sh",
94 "bash tools/scripts/composer/phpword-jquery.sh"
95 ]
96 },
97 "repositories": {
98 "tplaner-when-1ec099f421bff354cc5c929f83b94031423fc80": {
99 "type": "package",
100 "package": {
101 "version": "3.0.0+php53",
102 "dist": {"url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip", "type": "zip"},
103 "name": "tplaner/when",
104 "type": "library",
105 "description": "Date/Calendar recursion library.",
106 "keywords": ["recurrence", "date", "time", "DateTime"],
107 "homepage": "https://github.com/tplaner/When",
108 "license": "MIT",
109 "authors": [{"name": "Tom Planer", "email": "tplaner@gmail.com"}],
110 "require": {"php": ">=5.3.0"},
111 "require-dev": {"phpunit/phpunit": "~4.0"},
112 "autoload": {"psr-4": {"When\\": "src/"}}
113 }
114 }
115 },
116 "extra": {
117 "downloads": {
118 "*": {
119 "path": "bower_components/{$id}"
120 },
121 "angular": {
122 "url": "https://github.com/angular/bower-angular/archive/v1.5.11.zip"
123 },
124 "angular-bootstrap": {
125 "url": "https://github.com/angular-ui/bootstrap-bower/archive/2.5.0.zip"
126 },
127 "angular-file-upload": {
128 "url": "https://github.com/nervgh/angular-file-upload/archive/v1.1.6.zip",
129 "ignore": ["examples"]
130 },
131 "angular-jquery-dialog-service": {
132 "url": "https://github.com/totten/angular-jquery-dialog-service/archive/v0.8.0-civicrm-1.0.zip"
133 },
134 "angular-mocks": {
135 "url": "https://github.com/angular/bower-angular-mocks/archive/v1.5.11.zip"
136 },
137 "angular-route": {
138 "url": "https://github.com/angular/bower-angular-route/archive/v1.5.11.zip"
139 },
140 "angular-sanitize": {
141 "url": "https://github.com/angular/bower-angular-sanitize/archive/v1.5.11.zip"
142 },
143 "angular-ui-sortable": {
144 "url": "https://github.com/angular-ui/ui-sortable/archive/v0.19.0.zip"
145 },
146 "angular-ui-utils": {
147 "url": "https://github.com/angular-ui/ui-utils/archive/v0.1.1.zip"
148 },
149 "angular-unsavedChanges": {
150 "url": "https://github.com/facultymatt/angular-unsavedChanges/archive/v0.1.1.zip",
151 "ignore": [".*", "node_modules", "bower_components", "test", "tests"]
152 },
153 "angular-xeditable": {
154 "url": "https://github.com/vitalets/angular-xeditable/archive/0.9.0.zip",
155 "ignore": [".*", "node_modules", "bower_components", "playground", "test", "libs", "docs", "zip", "src", "starter", "Gruntfile.js", "index.html", "jsdoc.conf.json", "package.json"]
156 },
157 "checklist-model": {
158 "url": "https://github.com/vitalets/checklist-model/archive/1.0.0.zip",
159 "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"]
160 },
161 "ckeditor": {
162 "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.13.0.zip"
163 },
164 "crossfilter-1.3.x": {
165 "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip",
166 "ignore": [".*", "node_modules", "bower_components", "src", "lib", "test", "component.json", "package.json", "index.js", "Makefile"]
167 },
168 "crossfilter2": {
169 "url": "https://github.com/crossfilter/crossfilter/archive/1.4.7.zip",
170 "ignore": [".*", "node_modules", "bower_components", "package.json", "index.js", "src", "component.json", "media", "test", "tests"]
171 },
172 "css-color-names": {
173 "url": "https://github.com/bahamas10/css-color-names/archive/v1.0.1.zip"
174 },
175 "d3": {
176 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.4.11.zip",
177 "ignore": [".DS_Store", ".git", ".gitignore", ".npmignore", ".travis.yml", "Makefile", "bin", "component.json", "index.js", "lib", "node_modules", "package.json", "src", "test"]
178 },
179 "d3-3.5.x": {
180 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.5.17.zip"
181 },
182 "datatables": {
183 "url": "https://github.com/DataTables/DataTables/archive/1.10.19.zip",
184 "ignore": ["/.*", "examples", "media/unit_testing", "composer.json", "dataTables.jquery.json", "package.json"]
185 },
186 "dc-2.1.x": {
187 "url": "https://github.com/NickQiZhu/dc.js/archive/2.1.10.zip",
188 "ignore": [".*", "style", "web", "*.json", "regression", "scripts", "spec", "src", "docs", "grunt", "Gruntfile.js", "Changelog.md", "welcome.md", "class-hierarchy.dot", "index.js", "CONTRIBUTING.md", "LICENSE_BANNER", "AUTHORS"]
189 },
190 "es6-promise": {
191 "url": "https://github.com/components/es6-promise/archive/v4.2.4.zip"
192 },
193 "font-awesome": {
194 "url": "https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip",
195 "ignore": ["*/.*", "*.json", "src", "*.yml", "Gemfile", "Gemfile.lock", "*.md"]
196 },
197 "google-code-prettify": {
198 "url": "https://github.com/tcollard/google-code-prettify/archive/v1.0.5.zip",
199 "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile"]
200 },
201 "jquery": {
202 "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip"
203 },
204 "jquery-ui": {
205 "url": "https://github.com/components/jqueryui/archive/1.12.1.zip"
206 },
207 "jquery-validation": {
208 "url": "https://github.com/jquery-validation/jquery-validation/archive/1.13.1.zip",
209 "ignore": [".*", "node_modules", "bower_components", "test", "demo", "lib"]
210 },
211 "jstree": {
212 "url": "https://github.com/vakata/jstree/archive/3.3.8.zip",
213 "ignore": [".*", "docs", "demo", "libs", "node_modules", "test", "libs", "jstree.jquery.json", "gruntfile.js", "package.json", "bower.json", "component.json", "LICENCE-MIT", "README.md"]
214 },
215 "lodash-compat": {
216 "url": "https://github.com/lodash/lodash-compat/archive/3.0.1.zip",
217 "ignore": [".*", "*.log", "*.md", "component.json", "package.json", "node_modules"]
218 },
219 "phantomjs-polyfill": {
220 "url": "https://github.com/conversocial/phantomjs-polyfill/archive/v0.0.2.zip"
221 },
222 "qunit": {
223 "url": "https://github.com/jquery/qunit/archive/v1.10.0.zip"
224 },
225 "select2": {
226 "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip"
227 },
228 "js-yaml": {
229 "url": "https://github.com/nodeca/js-yaml/archive/3.13.1.zip",
230 "ignore": ["benchmark", "bin", "demo", "examples", "lib", "support", "test"]
231 },
232 "smartmenus": {
233 "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip",
234 "ignore": [".gitignore", "Gruntfile.js"]
235 }
236 },
237 "patches": {
238 "phpoffice/common": {
239 "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpoffice-common-xml-entity-fix.patch"
240 },
241 "phpoffice/phpword": {
242 "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpword-libxml-fix-global-handling.patch"
243 },
244 "zetacomponents/mail": {
245 "CiviCRM Custom Patches for ZetaCompoents mail": "tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
246 }
247 }
248 }
249 }