Commit | Line | Data |
---|---|---|
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": { |
1f180621 | 37 | "php": "~7.0", |
bd48ca3f | 38 | "dompdf/dompdf" : "0.8.*", |
209ef5bf | 39 | "electrolinux/phpquery": "^0.9.6", |
c837b233 | 40 | "symfony/config": "^2.8.44 || ~3.0", |
5ff57db4 | 41 | "symfony/polyfill-iconv": "~1.0", |
c837b233 SL |
42 | "symfony/dependency-injection": "^2.8.44 || ~3.0", |
43 | "symfony/event-dispatcher": "^2.8.44 || ~3.0", | |
44 | "symfony/filesystem": "^2.8.44 || ~3.0", | |
45 | "symfony/process": "^2.8.44 || ~3.0", | |
2ac97b20 | 46 | "psr/log": "~1.1", |
c837b233 | 47 | "symfony/finder": "^2.8.44 || ~3.0", |
b42a4864 | 48 | "tecnickcom/tcpdf" : "6.2.*", |
5f3c4f5b | 49 | "totten/ca-config": "~17.05", |
16924c84 | 50 | "zetacomponents/base": "1.9.*", |
8a1794a9 | 51 | "zetacomponents/mail": "dev-master", |
77c89e7a | 52 | "marcj/topsort": "~1.1", |
66a7c254 | 53 | "phpoffice/phpword": "^0.15.0", |
3018c1d5 | 54 | "pear/validate_finance_creditcard": "dev-master", |
2ac97b20 | 55 | "civicrm/civicrm-cxn-rpc": "~0.19.01.08", |
3018c1d5 SL |
56 | "pear/auth_sasl": "1.1.0", |
57 | "pear/net_smtp": "1.6.*", | |
58 | "pear/net_socket": "1.0.*", | |
2215f6dc | 59 | "pear/mail": "^1.4", |
f9bdf062 | 60 | "civicrm/civicrm-setup": "~0.2.0", |
6c1c4ffc | 61 | "guzzlehttp/guzzle": "^6.3", |
66a7c254 | 62 | "psr/simple-cache": "~1.0.1", |
2f0db034 | 63 | "cweagans/composer-patches": "~1.0", |
942e5537 | 64 | "pear/log": "1.13.1", |
b6349baa | 65 | "katzien/php-mime-type": "2.1.0", |
598f4e80 | 66 | "civicrm/composer-downloads-plugin": "^2.0", |
b6349baa | 67 | "league/csv": "^9.2" |
f28ac29c | 68 | }, |
ea70ae2a TO |
69 | "require-dev": { |
70 | "cache/integration-tests": "dev-master" | |
71 | }, | |
f28ac29c TO |
72 | "scripts": { |
73 | "post-install-cmd": [ | |
9500c14a | 74 | "bash tools/scripts/composer/dompdf-cleanup.sh", |
8aa9061e | 75 | "bash tools/scripts/composer/tcpdf-cleanup.sh", |
0ccbacae | 76 | "bash tools/scripts/composer/pear-exception-fix.sh", |
ed9f705c | 77 | "bash tools/scripts/composer/net-smtp-fix.sh", |
2215f6dc | 78 | "bash tools/scripts/composer/pear-mail-fix.sh", |
ed9f705c | 79 | "bash tools/scripts/composer/phpword-jquery.sh" |
f28ac29c TO |
80 | ], |
81 | "post-update-cmd": [ | |
9500c14a | 82 | "bash tools/scripts/composer/dompdf-cleanup.sh", |
8aa9061e | 83 | "bash tools/scripts/composer/tcpdf-cleanup.sh", |
0ccbacae | 84 | "bash tools/scripts/composer/pear-exception-fix.sh", |
ed9f705c | 85 | "bash tools/scripts/composer/net-smtp-fix.sh", |
2215f6dc | 86 | "bash tools/scripts/composer/pear-mail-fix.sh", |
ed9f705c | 87 | "bash tools/scripts/composer/phpword-jquery.sh" |
f28ac29c | 88 | ] |
66a7c254 SL |
89 | }, |
90 | "extra": { | |
598f4e80 TO |
91 | "downloads": { |
92 | "*": { | |
93 | "path": "bower_components/{$id}" | |
94 | }, | |
95 | "angular": { | |
96 | "url": "https://github.com/angular/bower-angular/archive/v1.5.11.zip" | |
97 | }, | |
98 | "angular-bootstrap": { | |
99 | "url": "https://github.com/angular-ui/bootstrap-bower/archive/2.5.0.zip" | |
100 | }, | |
101 | "angular-file-upload": { | |
102 | "url": "https://github.com/nervgh/angular-file-upload/archive/v1.1.6.zip", | |
103 | "ignore": ["examples"] | |
104 | }, | |
105 | "angular-jquery-dialog-service": { | |
106 | "url": "https://github.com/totten/angular-jquery-dialog-service/archive/v0.8.0-civicrm-1.0.zip" | |
107 | }, | |
108 | "angular-mocks": { | |
109 | "url": "https://github.com/angular/bower-angular-mocks/archive/v1.5.11.zip" | |
110 | }, | |
111 | "angular-route": { | |
112 | "url": "https://github.com/angular/bower-angular-route/archive/v1.5.11.zip" | |
113 | }, | |
114 | "angular-sanitize": { | |
115 | "url": "https://github.com/angular/bower-angular-sanitize/archive/v1.5.11.zip" | |
116 | }, | |
117 | "angular-ui-sortable": { | |
118 | "url": "https://github.com/angular-ui/ui-sortable/archive/v0.12.11.zip" | |
119 | }, | |
120 | "angular-ui-utils": { | |
121 | "url": "https://github.com/angular-ui/ui-utils/archive/v0.1.1.zip" | |
122 | }, | |
123 | "angular-unsavedChanges": { | |
124 | "url": "https://github.com/facultymatt/angular-unsavedChanges/archive/v0.1.1.zip", | |
125 | "ignore": [".*", "node_modules", "bower_components", "test", "tests"] | |
126 | }, | |
127 | "angular-xeditable": { | |
128 | "url": "https://github.com/vitalets/angular-xeditable/archive/0.9.0.zip", | |
129 | "ignore": [".*", "node_modules", "bower_components", "playground", "test", "libs", "docs", "zip", "src", "starter", "Gruntfile.js", "index.html", "jsdoc.conf.json", "package.json"] | |
130 | }, | |
131 | "checklist-model": { | |
132 | "url": "https://github.com/vitalets/checklist-model/archive/1.0.0.zip", | |
133 | "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"] | |
134 | }, | |
135 | "ckeditor": { | |
136 | "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.9.2.zip" | |
137 | }, | |
138 | "crossfilter-1.3.x": { | |
139 | "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip", | |
140 | "ignore": [".*", "node_modules", "bower_components", "src", "lib", "test", "component.json", "package.json", "index.js", "Makefile"] | |
141 | }, | |
142 | "crossfilter2": { | |
143 | "url": "https://github.com/crossfilter/crossfilter/archive/1.4.7.zip", | |
144 | "ignore": [".*", "node_modules", "bower_components", "package.json", "index.js", "src", "component.json", "media", "test", "tests"] | |
145 | }, | |
146 | "css-color-names": { | |
147 | "url": "https://github.com/bahamas10/css-color-names/archive/v1.0.1.zip" | |
148 | }, | |
149 | "d3": { | |
150 | "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.4.11.zip", | |
151 | "ignore": [".DS_Store", ".git", ".gitignore", ".npmignore", ".travis.yml", "Makefile", "bin", "component.json", "index.js", "lib", "node_modules", "package.json", "src", "test"] | |
152 | }, | |
153 | "d3-3.5.x": { | |
154 | "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.5.17.zip" | |
155 | }, | |
156 | "datatables": { | |
157 | "url": "https://github.com/DataTables/DataTables/archive/1.10.19.zip", | |
158 | "ignore": ["/.*", "examples", "media/unit_testing", "composer.json", "dataTables.jquery.json", "package.json"] | |
159 | }, | |
160 | "dc-2.1.x": { | |
161 | "url": "https://github.com/NickQiZhu/dc.js/archive/2.1.10.zip", | |
162 | "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"] | |
163 | }, | |
164 | "es6-promise": { | |
165 | "url": "https://github.com/components/es6-promise/archive/v4.2.4.zip" | |
166 | }, | |
167 | "font-awesome": { | |
168 | "url": "https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip", | |
169 | "ignore": ["*/.*", "*.json", "src", "*.yml", "Gemfile", "Gemfile.lock", "*.md"] | |
170 | }, | |
171 | "google-code-prettify": { | |
172 | "url": "https://github.com/tcollard/google-code-prettify/archive/v1.0.5.zip", | |
173 | "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile"] | |
174 | }, | |
175 | "jquery": { | |
176 | "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip" | |
177 | }, | |
178 | "jquery-ui": { | |
179 | "url": "https://github.com/components/jqueryui/archive/1.12.1.zip" | |
180 | }, | |
181 | "jquery-validation": { | |
182 | "url": "https://github.com/jquery-validation/jquery-validation/archive/1.13.1.zip", | |
183 | "ignore": [".*", "node_modules", "bower_components", "test", "demo", "lib"] | |
184 | }, | |
185 | "jstree": { | |
186 | "url": "https://github.com/vakata/jstree/archive/3.3.8.zip", | |
187 | "ignore": [".*", "docs", "demo", "libs", "node_modules", "test", "libs", "jstree.jquery.json", "gruntfile.js", "package.json", "bower.json", "component.json", "LICENCE-MIT", "README.md"] | |
188 | }, | |
189 | "lodash-compat": { | |
190 | "url": "https://github.com/lodash/lodash-compat/archive/3.0.1.zip", | |
191 | "ignore": [".*", "*.log", "*.md", "component.json", "package.json", "node_modules"] | |
192 | }, | |
193 | "phantomjs-polyfill": { | |
194 | "url": "https://github.com/conversocial/phantomjs-polyfill/archive/v0.0.2.zip" | |
195 | }, | |
196 | "qunit": { | |
197 | "url": "https://github.com/jquery/qunit/archive/v1.10.0.zip" | |
198 | }, | |
199 | "select2": { | |
200 | "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip" | |
201 | }, | |
202 | "smartmenus": { | |
203 | "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip", | |
204 | "ignore": [".gitignore", "Gruntfile.js"] | |
205 | } | |
206 | }, | |
66a7c254 SL |
207 | "patches": { |
208 | "phpoffice/common": { | |
209 | "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpoffice-common-xml-entity-fix.patch" | |
210 | }, | |
211 | "phpoffice/phpword": { | |
212 | "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpword-libxml-fix-global-handling.patch" | |
8a1794a9 SL |
213 | }, |
214 | "zetacomponents/mail": { | |
215 | "CiviCRM Custom Patches for ZetaCompoents mail": "tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch" | |
66a7c254 SL |
216 | } |
217 | } | |
cca05393 TO |
218 | } |
219 | } |