Merge pull request #23934 from eileenmcnaughton/url_tokens
[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": "",
d845fb8b 32 "Civi\\": ["tests/phpunit/"]
4a32b6fb
TO
33 },
34 "psr-4": {
61f9a123 35 "Civi\\": [".", "Civi/", "setup/src/"]
cca05393
TO
36 }
37 },
87f0580c 38 "include-path": ["vendor/tecnickcom"],
dc3ace93
TO
39 "config": {
40 "platform": {
5b9bd296 41 "php": "7.2.5"
bfa5e8fd 42 },
43 "allow-plugins": {
44 "civicrm/composer-compile-plugin": true,
45 "civicrm/composer-downloads-plugin": true,
46 "cweagans/composer-patches": true
dc3ace93
TO
47 }
48 },
cca05393 49 "require": {
5b9bd296 50 "php": "~7.2.5 || ~7.3 || ~8",
22511623 51 "cache/integration-tests": "~0.17.0",
d9ee5636 52 "dompdf/dompdf" : "~1.2.1",
f297e791 53 "firebase/php-jwt": ">=3 <6",
209ef5bf 54 "electrolinux/phpquery": "^0.9.6",
c2b44ba2 55 "symfony/config": "~3.0 || ~4.4",
5ff57db4 56 "symfony/polyfill-iconv": "~1.0",
c2b44ba2
SL
57 "symfony/dependency-injection": "~3.0 || ~4.4",
58 "symfony/event-dispatcher": "~3.0 || ~4.4",
59 "symfony/filesystem": "~3.0 || ~4.4",
60 "symfony/process": "~3.0 || ~4.4",
518417fd 61 "symfony/var-dumper": "~3.0 || ~4.4 || ~5.1",
ada741b8 62 "psr/log": "~1.0 || ~2.0 || ~3.0",
c2b44ba2 63 "symfony/finder": "~3.0 || ~4.4",
2cfebb82 64 "tecnickcom/tcpdf" : "6.4.*",
15c86abf 65 "totten/ca-config": "~22.05",
16924c84 66 "zetacomponents/base": "1.9.*",
ec88fefe 67 "zetacomponents/mail": "1.9.*",
77c89e7a 68 "marcj/topsort": "~1.1",
95d1c020 69 "phpoffice/phpword": "^0.18.0",
436e8384 70 "pear/validate_finance_creditcard": "0.7.0",
30836e92 71 "civicrm/civicrm-cxn-rpc": "~0.20.12.01 || ~0.19.01.10",
3018c1d5 72 "pear/auth_sasl": "1.1.0",
a6a0ff13 73 "pear/net_smtp": "1.9.*",
3018c1d5 74 "pear/net_socket": "1.0.*",
2215f6dc 75 "pear/mail": "^1.4",
6c1c4ffc 76 "guzzlehttp/guzzle": "^6.3",
66a7c254 77 "psr/simple-cache": "~1.0.1",
2f0db034 78 "cweagans/composer-patches": "~1.0",
7d792d0f 79 "pear/log": "1.13.3",
108332db 80 "adrienrn/php-mimetyper": "0.2.2",
3da9dd6c 81 "civicrm/composer-downloads-plugin": "^3.0",
5b9bd296 82 "league/csv": "^9.6",
540e72d8
TO
83 "league/oauth2-client": "^2.4",
84 "league/oauth2-google": "^3.0",
ab242d96 85 "tplaner/when": "~3.0.0",
2d38c687 86 "xkerman/restricted-unserialize": "~1.1",
ca4cfe7a 87 "typo3/phar-stream-wrapper": "^2 || ^3.0",
4a9379f8 88 "brick/money": "~0.5",
968f6190 89 "ext-intl": "*",
b687e8d7 90 "pear/mail_mime": "~1.10",
51142dfe 91 "pear/db": "1.11",
d81d871a 92 "civicrm/composer-compile-lib": "~0.3 || ~1.0",
463edc66 93 "ext-json": "*",
44b5fddd 94 "ezyang/htmlpurifier": "^4.13",
a4cde1ac 95 "phpoffice/phpspreadsheet": "^1.18",
157fec75 96 "symfony/polyfill-php73": "^1.23"
f28ac29c
TO
97 },
98 "scripts": {
99 "post-install-cmd": [
9500c14a 100 "bash tools/scripts/composer/dompdf-cleanup.sh",
8aa9061e 101 "bash tools/scripts/composer/tcpdf-cleanup.sh",
0ccbacae 102 "bash tools/scripts/composer/pear-exception-fix.sh",
ed9f705c 103 "bash tools/scripts/composer/net-smtp-fix.sh",
2215f6dc 104 "bash tools/scripts/composer/pear-mail-fix.sh",
ed9f705c 105 "bash tools/scripts/composer/phpword-jquery.sh"
f28ac29c
TO
106 ],
107 "post-update-cmd": [
9500c14a 108 "bash tools/scripts/composer/dompdf-cleanup.sh",
8aa9061e 109 "bash tools/scripts/composer/tcpdf-cleanup.sh",
0ccbacae 110 "bash tools/scripts/composer/pear-exception-fix.sh",
ed9f705c 111 "bash tools/scripts/composer/net-smtp-fix.sh",
2215f6dc 112 "bash tools/scripts/composer/pear-mail-fix.sh",
ed9f705c 113 "bash tools/scripts/composer/phpword-jquery.sh"
f28ac29c 114 ]
66a7c254 115 },
ab242d96
TO
116 "repositories": {
117 "tplaner-when-1ec099f421bff354cc5c929f83b94031423fc80": {
118 "type": "package",
119 "package": {
120 "version": "3.0.0+php53",
121 "dist": {"url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip", "type": "zip"},
122 "name": "tplaner/when",
123 "type": "library",
124 "description": "Date/Calendar recursion library.",
125 "keywords": ["recurrence", "date", "time", "DateTime"],
126 "homepage": "https://github.com/tplaner/When",
127 "license": "MIT",
128 "authors": [{"name": "Tom Planer", "email": "tplaner@gmail.com"}],
129 "require": {"php": ">=5.3.0"},
130 "require-dev": {"phpunit/phpunit": "~4.0"},
131 "autoload": {"psr-4": {"When\\": "src/"}}
132 }
133 }
134 },
66a7c254 135 "extra": {
598f4e80
TO
136 "downloads": {
137 "*": {
138 "path": "bower_components/{$id}"
139 },
140 "angular": {
0437eca3 141 "url": "https://github.com/angular/bower-angular/archive/v1.8.2.zip"
598f4e80
TO
142 },
143 "angular-bootstrap": {
144 "url": "https://github.com/angular-ui/bootstrap-bower/archive/2.5.0.zip"
145 },
146 "angular-file-upload": {
da9f6ba5
CW
147 "url": "https://github.com/nervgh/angular-file-upload/archive/2.6.1.zip",
148 "ignore": ["examples", "src"]
598f4e80
TO
149 },
150 "angular-jquery-dialog-service": {
151 "url": "https://github.com/totten/angular-jquery-dialog-service/archive/v0.8.0-civicrm-1.0.zip"
152 },
153 "angular-mocks": {
7585cf5b 154 "url": "https://github.com/angular/bower-angular-mocks/archive/v1.8.0.zip"
598f4e80
TO
155 },
156 "angular-route": {
7585cf5b 157 "url": "https://github.com/angular/bower-angular-route/archive/v1.8.0.zip"
598f4e80
TO
158 },
159 "angular-sanitize": {
7585cf5b 160 "url": "https://github.com/angular/bower-angular-sanitize/archive/v1.8.0.zip"
598f4e80
TO
161 },
162 "angular-ui-sortable": {
386a5ae6 163 "url": "https://github.com/angular-ui/ui-sortable/archive/v0.19.0.zip"
598f4e80
TO
164 },
165 "angular-ui-utils": {
166 "url": "https://github.com/angular-ui/ui-utils/archive/v0.1.1.zip"
167 },
168 "angular-unsavedChanges": {
169 "url": "https://github.com/facultymatt/angular-unsavedChanges/archive/v0.1.1.zip",
170 "ignore": [".*", "node_modules", "bower_components", "test", "tests"]
171 },
172 "angular-xeditable": {
173 "url": "https://github.com/vitalets/angular-xeditable/archive/0.9.0.zip",
174 "ignore": [".*", "node_modules", "bower_components", "playground", "test", "libs", "docs", "zip", "src", "starter", "Gruntfile.js", "index.html", "jsdoc.conf.json", "package.json"]
175 },
176 "checklist-model": {
177 "url": "https://github.com/vitalets/checklist-model/archive/1.0.0.zip",
178 "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"]
179 },
180 "ckeditor": {
f9640696 181 "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.18.0.zip"
598f4e80
TO
182 },
183 "crossfilter-1.3.x": {
184 "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip",
185 "ignore": [".*", "node_modules", "bower_components", "src", "lib", "test", "component.json", "package.json", "index.js", "Makefile"]
186 },
187 "crossfilter2": {
188 "url": "https://github.com/crossfilter/crossfilter/archive/1.4.7.zip",
189 "ignore": [".*", "node_modules", "bower_components", "package.json", "index.js", "src", "component.json", "media", "test", "tests"]
190 },
191 "css-color-names": {
192 "url": "https://github.com/bahamas10/css-color-names/archive/v1.0.1.zip"
193 },
194 "d3": {
195 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.4.11.zip",
196 "ignore": [".DS_Store", ".git", ".gitignore", ".npmignore", ".travis.yml", "Makefile", "bin", "component.json", "index.js", "lib", "node_modules", "package.json", "src", "test"]
197 },
198 "d3-3.5.x": {
199 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.5.17.zip"
200 },
201 "datatables": {
202 "url": "https://github.com/DataTables/DataTables/archive/1.10.19.zip",
203 "ignore": ["/.*", "examples", "media/unit_testing", "composer.json", "dataTables.jquery.json", "package.json"]
204 },
205 "dc-2.1.x": {
206 "url": "https://github.com/NickQiZhu/dc.js/archive/2.1.10.zip",
207 "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"]
208 },
209 "es6-promise": {
210 "url": "https://github.com/components/es6-promise/archive/v4.2.4.zip"
211 },
21f97878
TO
212 "ext-greenwich-bootstrap3": {
213 "url": "https://github.com/twbs/bootstrap-sass/archive/v{$version}.zip",
214 "path": "ext/greenwich/extern/bootstrap3",
215 "version": "3.4.1",
216 "ignore": ["test", "tasks", "lib"]
217 },
598f4e80
TO
218 "font-awesome": {
219 "url": "https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip",
220 "ignore": ["*/.*", "*.json", "src", "*.yml", "Gemfile", "Gemfile.lock", "*.md"]
221 },
136ca5bb
CW
222 "marked": {
223 "url": "https://github.com/markedjs/marked/archive/v0.8.0.zip",
224 "ignore": [".*", "*.json", "*.md", "Makefile", "*/*"]
225 },
e1cb865e 226 "monaco-editor": {
f9a1d2b1 227 "url": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.25.2.tgz",
fc16a9c0
TO
228 "path": "bower_components/monaco-editor",
229 "ignore": ["dev", "esm"]
e1cb865e 230 },
598f4e80
TO
231 "google-code-prettify": {
232 "url": "https://github.com/tcollard/google-code-prettify/archive/v1.0.5.zip",
feac2ccd 233 "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile", "examples", "*.html", "run_prettify*js"]
598f4e80
TO
234 },
235 "jquery": {
236 "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip"
237 },
238 "jquery-ui": {
1d48b8dd 239 "url": "https://github.com/civicrm/jqueryui/archive/1.13.1-civicrm.zip"
598f4e80
TO
240 },
241 "jquery-validation": {
915a791f 242 "url": "https://github.com/jquery-validation/jquery-validation/archive/1.19.3.zip",
598f4e80
TO
243 "ignore": [".*", "node_modules", "bower_components", "test", "demo", "lib"]
244 },
10d00207
TO
245 "json-formatter": {
246 "url": "https://github.com/mohsen1/json-formatter/archive/v{$version}.zip",
247 "version": "0.7.0",
248 "ignore": ["demo", "test", "screenshot.png"]
249 },
598f4e80
TO
250 "jstree": {
251 "url": "https://github.com/vakata/jstree/archive/3.3.8.zip",
252 "ignore": [".*", "docs", "demo", "libs", "node_modules", "test", "libs", "jstree.jquery.json", "gruntfile.js", "package.json", "bower.json", "component.json", "LICENCE-MIT", "README.md"]
253 },
254 "lodash-compat": {
255 "url": "https://github.com/lodash/lodash-compat/archive/3.0.1.zip",
256 "ignore": [".*", "*.log", "*.md", "component.json", "package.json", "node_modules"]
257 },
258 "phantomjs-polyfill": {
259 "url": "https://github.com/conversocial/phantomjs-polyfill/archive/v0.0.2.zip"
260 },
598f4e80
TO
261 "select2": {
262 "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip"
263 },
0b873c9a 264 "js-yaml": {
1938279b
TO
265 "url": "https://github.com/nodeca/js-yaml/archive/3.13.1.zip",
266 "ignore": ["benchmark", "bin", "demo", "examples", "lib", "support", "test"]
0b873c9a 267 },
598f4e80
TO
268 "smartmenus": {
269 "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip",
270 "ignore": [".gitignore", "Gruntfile.js"]
0617ec90
JT
271 },
272 "sms-counter": {
273 "url": "https://github.com/danxexe/sms-counter/archive/master.zip",
274 "ignore": ["examples"]
598f4e80
TO
275 }
276 },
66a7c254 277 "patches": {
18f1a5fb
SL
278 "adrienrn/php-mimetyper": {
279 "Update gitignore to ensure that sites that manage via git don't miss out on the important db.json file": "https://patch-diff.githubusercontent.com/raw/adrienrn/php-mimetyper/pull/15.patch"
280 },
a240692a
SL
281 "electrolinux/phpquery": {
282 "PHP7.4 Fix for array access using {} instead of []": "https://raw.githubusercontent.com/civicrm/civicrm-core/fe45bdfc4f3e3d3deb27e3d853cdbc7f616620a9/tools/scripts/composer/patches/php74_array_access_fix_phpquery.patch"
283 },
b687e8d7 284 "pear/db": {
51142dfe 285 "Apply CiviCRM Customisations for the pear:db package": "https://raw.githubusercontent.com/civicrm/civicrm-core/2ad420c394/tools/scripts/composer/pear_db_civicrm_changes.patch"
b687e8d7 286 },
afd11d1f
SL
287 "pear/mail": {
288 "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch"
289 },
968f6190
SL
290 "pear/mail_mime": {
291 "Apply patch for CRM-3133 wordwrap body to be 750 characters to apply with RFC 2821": "https://raw.githubusercontent.com/civicrm/civicrm-core/74e25f27bb3be32519657539afe8a285c6c99a08/tools/scripts/composer/patches/mail_mime_crm_3133.patch"
292 },
a6a0ff13 293 "pear/net_smtp": {
a9c40598 294 "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 295 },
8a1794a9 296 "zetacomponents/mail": {
ae2c24da
SL
297 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch",
298 "Allow single quotes to be used in return path": "https://github.com/zetacomponents/Mail/pull/86.patch"
66a7c254 299 }
763eec6c 300 },
4fed6a99
TO
301 "compile-includes": ["ext/greenwich/composer.compile.json"],
302 "compile-whitelist": ["civicrm/composer-compile-lib"]
cca05393
TO
303 }
304}