[MOSS] CIV-01-001 Remove Qunit and google-code-prettifier demo html file
[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/"]
4a32b6fb
TO
33 },
34 "psr-4": {
35 "Civi\\": ["setup/src/"]
cca05393
TO
36 }
37 },
87f0580c 38 "include-path": ["vendor/tecnickcom"],
dc3ace93
TO
39 "config": {
40 "platform": {
a1400a8e 41 "php": "7.1"
dc3ace93
TO
42 }
43 },
cca05393 44 "require": {
a1400a8e 45 "php": "~7.1",
b4998943 46 "cache/integration-tests": "~0.16.0",
bd48ca3f 47 "dompdf/dompdf" : "0.8.*",
209ef5bf 48 "electrolinux/phpquery": "^0.9.6",
f63beeac 49 "symfony/config": "^2.8.50 || ~3.0",
5ff57db4 50 "symfony/polyfill-iconv": "~1.0",
f63beeac
SL
51 "symfony/dependency-injection": "^2.8.50 || ~3.0",
52 "symfony/event-dispatcher": "^2.8.50 || ~3.0",
53 "symfony/filesystem": "^2.8.50 || ~3.0",
54 "symfony/process": "^2.8.50 || ~3.0",
0a5cc337 55 "psr/log": "~1.0",
f63beeac 56 "symfony/finder": "^2.8.50 || ~3.0",
b42a4864 57 "tecnickcom/tcpdf" : "6.2.*",
5f3c4f5b 58 "totten/ca-config": "~17.05",
16924c84 59 "zetacomponents/base": "1.9.*",
ec88fefe 60 "zetacomponents/mail": "1.9.*",
77c89e7a 61 "marcj/topsort": "~1.1",
66a7c254 62 "phpoffice/phpword": "^0.15.0",
3018c1d5 63 "pear/validate_finance_creditcard": "dev-master",
2ac97b20 64 "civicrm/civicrm-cxn-rpc": "~0.19.01.08",
3018c1d5 65 "pear/auth_sasl": "1.1.0",
a6a0ff13 66 "pear/net_smtp": "1.9.*",
3018c1d5 67 "pear/net_socket": "1.0.*",
2215f6dc 68 "pear/mail": "^1.4",
6c1c4ffc 69 "guzzlehttp/guzzle": "^6.3",
66a7c254 70 "psr/simple-cache": "~1.0.1",
2f0db034 71 "cweagans/composer-patches": "~1.0",
942e5537 72 "pear/log": "1.13.1",
108332db 73 "adrienrn/php-mimetyper": "0.2.2",
598f4e80 74 "civicrm/composer-downloads-plugin": "^2.0",
c5abc6ae 75 "league/csv": "^9.2",
ab242d96 76 "tplaner/when": "~3.0.0",
2d38c687
PF
77 "xkerman/restricted-unserialize": "~1.1",
78 "typo3/phar-stream-wrapper": "^3.0"
f28ac29c
TO
79 },
80 "scripts": {
81 "post-install-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
TO
88 ],
89 "post-update-cmd": [
9500c14a 90 "bash tools/scripts/composer/dompdf-cleanup.sh",
8aa9061e 91 "bash tools/scripts/composer/tcpdf-cleanup.sh",
0ccbacae 92 "bash tools/scripts/composer/pear-exception-fix.sh",
ed9f705c 93 "bash tools/scripts/composer/net-smtp-fix.sh",
2215f6dc 94 "bash tools/scripts/composer/pear-mail-fix.sh",
ed9f705c 95 "bash tools/scripts/composer/phpword-jquery.sh"
f28ac29c 96 ]
66a7c254 97 },
ab242d96
TO
98 "repositories": {
99 "tplaner-when-1ec099f421bff354cc5c929f83b94031423fc80": {
100 "type": "package",
101 "package": {
102 "version": "3.0.0+php53",
103 "dist": {"url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip", "type": "zip"},
104 "name": "tplaner/when",
105 "type": "library",
106 "description": "Date/Calendar recursion library.",
107 "keywords": ["recurrence", "date", "time", "DateTime"],
108 "homepage": "https://github.com/tplaner/When",
109 "license": "MIT",
110 "authors": [{"name": "Tom Planer", "email": "tplaner@gmail.com"}],
111 "require": {"php": ">=5.3.0"},
112 "require-dev": {"phpunit/phpunit": "~4.0"},
113 "autoload": {"psr-4": {"When\\": "src/"}}
114 }
115 }
116 },
66a7c254 117 "extra": {
598f4e80
TO
118 "downloads": {
119 "*": {
120 "path": "bower_components/{$id}"
121 },
122 "angular": {
123 "url": "https://github.com/angular/bower-angular/archive/v1.5.11.zip"
124 },
125 "angular-bootstrap": {
126 "url": "https://github.com/angular-ui/bootstrap-bower/archive/2.5.0.zip"
127 },
128 "angular-file-upload": {
129 "url": "https://github.com/nervgh/angular-file-upload/archive/v1.1.6.zip",
130 "ignore": ["examples"]
131 },
132 "angular-jquery-dialog-service": {
133 "url": "https://github.com/totten/angular-jquery-dialog-service/archive/v0.8.0-civicrm-1.0.zip"
134 },
135 "angular-mocks": {
136 "url": "https://github.com/angular/bower-angular-mocks/archive/v1.5.11.zip"
137 },
138 "angular-route": {
139 "url": "https://github.com/angular/bower-angular-route/archive/v1.5.11.zip"
140 },
141 "angular-sanitize": {
142 "url": "https://github.com/angular/bower-angular-sanitize/archive/v1.5.11.zip"
143 },
144 "angular-ui-sortable": {
386a5ae6 145 "url": "https://github.com/angular-ui/ui-sortable/archive/v0.19.0.zip"
598f4e80
TO
146 },
147 "angular-ui-utils": {
148 "url": "https://github.com/angular-ui/ui-utils/archive/v0.1.1.zip"
149 },
150 "angular-unsavedChanges": {
151 "url": "https://github.com/facultymatt/angular-unsavedChanges/archive/v0.1.1.zip",
152 "ignore": [".*", "node_modules", "bower_components", "test", "tests"]
153 },
154 "angular-xeditable": {
155 "url": "https://github.com/vitalets/angular-xeditable/archive/0.9.0.zip",
156 "ignore": [".*", "node_modules", "bower_components", "playground", "test", "libs", "docs", "zip", "src", "starter", "Gruntfile.js", "index.html", "jsdoc.conf.json", "package.json"]
157 },
158 "checklist-model": {
159 "url": "https://github.com/vitalets/checklist-model/archive/1.0.0.zip",
160 "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"]
161 },
162 "ckeditor": {
a1f4eec8 163 "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.14.0.zip"
598f4e80
TO
164 },
165 "crossfilter-1.3.x": {
166 "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip",
167 "ignore": [".*", "node_modules", "bower_components", "src", "lib", "test", "component.json", "package.json", "index.js", "Makefile"]
168 },
169 "crossfilter2": {
170 "url": "https://github.com/crossfilter/crossfilter/archive/1.4.7.zip",
171 "ignore": [".*", "node_modules", "bower_components", "package.json", "index.js", "src", "component.json", "media", "test", "tests"]
172 },
173 "css-color-names": {
174 "url": "https://github.com/bahamas10/css-color-names/archive/v1.0.1.zip"
175 },
176 "d3": {
177 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.4.11.zip",
178 "ignore": [".DS_Store", ".git", ".gitignore", ".npmignore", ".travis.yml", "Makefile", "bin", "component.json", "index.js", "lib", "node_modules", "package.json", "src", "test"]
179 },
180 "d3-3.5.x": {
181 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.5.17.zip"
182 },
183 "datatables": {
184 "url": "https://github.com/DataTables/DataTables/archive/1.10.19.zip",
185 "ignore": ["/.*", "examples", "media/unit_testing", "composer.json", "dataTables.jquery.json", "package.json"]
186 },
187 "dc-2.1.x": {
188 "url": "https://github.com/NickQiZhu/dc.js/archive/2.1.10.zip",
189 "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"]
190 },
191 "es6-promise": {
192 "url": "https://github.com/components/es6-promise/archive/v4.2.4.zip"
193 },
194 "font-awesome": {
195 "url": "https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip",
196 "ignore": ["*/.*", "*.json", "src", "*.yml", "Gemfile", "Gemfile.lock", "*.md"]
197 },
136ca5bb
CW
198 "marked": {
199 "url": "https://github.com/markedjs/marked/archive/v0.8.0.zip",
200 "ignore": [".*", "*.json", "*.md", "Makefile", "*/*"]
201 },
598f4e80
TO
202 "google-code-prettify": {
203 "url": "https://github.com/tcollard/google-code-prettify/archive/v1.0.5.zip",
07cd3f7b 204 "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile", "demo.html"]
598f4e80
TO
205 },
206 "jquery": {
207 "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip"
208 },
209 "jquery-ui": {
210 "url": "https://github.com/components/jqueryui/archive/1.12.1.zip"
211 },
212 "jquery-validation": {
0c92dc42 213 "url": "https://github.com/jquery-validation/jquery-validation/archive/1.19.1.zip",
598f4e80
TO
214 "ignore": [".*", "node_modules", "bower_components", "test", "demo", "lib"]
215 },
216 "jstree": {
217 "url": "https://github.com/vakata/jstree/archive/3.3.8.zip",
218 "ignore": [".*", "docs", "demo", "libs", "node_modules", "test", "libs", "jstree.jquery.json", "gruntfile.js", "package.json", "bower.json", "component.json", "LICENCE-MIT", "README.md"]
219 },
220 "lodash-compat": {
221 "url": "https://github.com/lodash/lodash-compat/archive/3.0.1.zip",
222 "ignore": [".*", "*.log", "*.md", "component.json", "package.json", "node_modules"]
223 },
224 "phantomjs-polyfill": {
225 "url": "https://github.com/conversocial/phantomjs-polyfill/archive/v0.0.2.zip"
226 },
598f4e80
TO
227 "select2": {
228 "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip"
229 },
0b873c9a 230 "js-yaml": {
1938279b
TO
231 "url": "https://github.com/nodeca/js-yaml/archive/3.13.1.zip",
232 "ignore": ["benchmark", "bin", "demo", "examples", "lib", "support", "test"]
0b873c9a 233 },
598f4e80
TO
234 "smartmenus": {
235 "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip",
236 "ignore": [".gitignore", "Gruntfile.js"]
237 }
238 },
66a7c254 239 "patches": {
b4998943
TO
240 "cache/integration-tests": {
241 "Allow adding tests": "https://github.com/php-cache/integration-tests/commit/05f97174c09364dc10c084a38ba0cfd5124f4cec.patch",
242 "Support PHPUnit 6+": "https://github.com/php-cache/integration-tests/commit/1ec7362962185df91d3d749bc3fa7e7b99cb9fc7.patch",
243 "Add tests for binary data round trip": "https://github.com/php-cache/integration-tests/commit/89cd7068e83aa776774bfc44f6bcba858c085616.patch"
244 },
afd11d1f
SL
245 "pear/mail": {
246 "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch"
247 },
a6a0ff13 248 "pear/net_smtp": {
a9c40598 249 "Add in CiviCRM custom error message for CRM-8744": "https://raw.githubusercontent.com/civicrm/civicrm-core/a6a0ff13d2a155ad962529595dceaef728116f96/tools/scripts/composer/patches/net-smtp-patch.patch"
a6a0ff13 250 },
66a7c254 251 "phpoffice/common": {
8aa0e574 252 "Fix handling of libxml_disable_entity_loader": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/phpoffice-common-xml-entity-fix.patch"
66a7c254
SL
253 },
254 "phpoffice/phpword": {
8aa0e574 255 "Fix handling of libxml_disable_entity_loader": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/phpword-libxml-fix-global-handling.patch"
8a1794a9
SL
256 },
257 "zetacomponents/mail": {
8aa0e574 258 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
66a7c254
SL
259 }
260 }
cca05393
TO
261 }
262}