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