Merge pull request #18447 from mlutfy/inheritLocaleRegression
[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.1"
42 }
43 },
44 "require": {
45 "php": "~7.1",
46 "cache/integration-tests": "~0.16.0",
47 "dompdf/dompdf" : "~0.8",
48 "electrolinux/phpquery": "^0.9.6",
49 "symfony/config": "~3.0 || ~4.4",
50 "symfony/polyfill-iconv": "~1.0",
51 "symfony/dependency-injection": "~3.0 || ~4.4",
52 "symfony/event-dispatcher": "~3.0 || ~4.4",
53 "symfony/filesystem": "~3.0 || ~4.4",
54 "symfony/process": "~3.0 || ~4.4",
55 "psr/log": "~1.0",
56 "symfony/finder": "~3.0 || ~4.4",
57 "tecnickcom/tcpdf" : "6.3.*",
58 "totten/ca-config": "~17.05",
59 "zetacomponents/base": "1.9.*",
60 "zetacomponents/mail": "1.9.*",
61 "marcj/topsort": "~1.1",
62 "phpoffice/phpword": "^0.15.0",
63 "pear/validate_finance_creditcard": "dev-master",
64 "civicrm/civicrm-cxn-rpc": "~0.19.01.08",
65 "pear/auth_sasl": "1.1.0",
66 "pear/net_smtp": "1.9.*",
67 "pear/net_socket": "1.0.*",
68 "pear/mail": "^1.4",
69 "guzzlehttp/guzzle": "^6.3",
70 "psr/simple-cache": "~1.0.1",
71 "cweagans/composer-patches": "~1.0",
72 "pear/log": "1.13.2",
73 "adrienrn/php-mimetyper": "0.2.2",
74 "civicrm/composer-downloads-plugin": "^2.0",
75 "league/csv": "^9.2",
76 "tplaner/when": "~3.0.0",
77 "xkerman/restricted-unserialize": "~1.1",
78 "typo3/phar-stream-wrapper": "^2 || ^3.0",
79 "brick/money": "~0.4",
80 "ext-intl": "*",
81 "pear/mail_mime": "~1.10",
82 "pear/db": "1.10",
83 "scssphp/scssphp": "~1.2",
84 "padaliyajay/php-autoprefixer": "~1.2",
85 "civicrm/composer-compile-plugin": "~0.8"
86 },
87 "scripts": {
88 "post-install-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 "post-update-cmd": [
97 "bash tools/scripts/composer/dompdf-cleanup.sh",
98 "bash tools/scripts/composer/tcpdf-cleanup.sh",
99 "bash tools/scripts/composer/pear-exception-fix.sh",
100 "bash tools/scripts/composer/net-smtp-fix.sh",
101 "bash tools/scripts/composer/pear-mail-fix.sh",
102 "bash tools/scripts/composer/phpword-jquery.sh"
103 ]
104 },
105 "repositories": {
106 "tplaner-when-1ec099f421bff354cc5c929f83b94031423fc80": {
107 "type": "package",
108 "package": {
109 "version": "3.0.0+php53",
110 "dist": {"url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip", "type": "zip"},
111 "name": "tplaner/when",
112 "type": "library",
113 "description": "Date/Calendar recursion library.",
114 "keywords": ["recurrence", "date", "time", "DateTime"],
115 "homepage": "https://github.com/tplaner/When",
116 "license": "MIT",
117 "authors": [{"name": "Tom Planer", "email": "tplaner@gmail.com"}],
118 "require": {"php": ">=5.3.0"},
119 "require-dev": {"phpunit/phpunit": "~4.0"},
120 "autoload": {"psr-4": {"When\\": "src/"}}
121 }
122 }
123 },
124 "extra": {
125 "downloads": {
126 "*": {
127 "path": "bower_components/{$id}"
128 },
129 "angular": {
130 "url": "https://github.com/angular/bower-angular/archive/v1.5.11.zip"
131 },
132 "angular-bootstrap": {
133 "url": "https://github.com/angular-ui/bootstrap-bower/archive/2.5.0.zip"
134 },
135 "angular-file-upload": {
136 "url": "https://github.com/nervgh/angular-file-upload/archive/v1.1.6.zip",
137 "ignore": ["examples"]
138 },
139 "angular-jquery-dialog-service": {
140 "url": "https://github.com/totten/angular-jquery-dialog-service/archive/v0.8.0-civicrm-1.0.zip"
141 },
142 "angular-mocks": {
143 "url": "https://github.com/angular/bower-angular-mocks/archive/v1.5.11.zip"
144 },
145 "angular-route": {
146 "url": "https://github.com/angular/bower-angular-route/archive/v1.5.11.zip"
147 },
148 "angular-sanitize": {
149 "url": "https://github.com/angular/bower-angular-sanitize/archive/v1.5.11.zip"
150 },
151 "angular-ui-sortable": {
152 "url": "https://github.com/angular-ui/ui-sortable/archive/v0.19.0.zip"
153 },
154 "angular-ui-utils": {
155 "url": "https://github.com/angular-ui/ui-utils/archive/v0.1.1.zip"
156 },
157 "angular-unsavedChanges": {
158 "url": "https://github.com/facultymatt/angular-unsavedChanges/archive/v0.1.1.zip",
159 "ignore": [".*", "node_modules", "bower_components", "test", "tests"]
160 },
161 "angular-xeditable": {
162 "url": "https://github.com/vitalets/angular-xeditable/archive/0.9.0.zip",
163 "ignore": [".*", "node_modules", "bower_components", "playground", "test", "libs", "docs", "zip", "src", "starter", "Gruntfile.js", "index.html", "jsdoc.conf.json", "package.json"]
164 },
165 "checklist-model": {
166 "url": "https://github.com/vitalets/checklist-model/archive/1.0.0.zip",
167 "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"]
168 },
169 "ckeditor": {
170 "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.14.0.zip"
171 },
172 "crossfilter-1.3.x": {
173 "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip",
174 "ignore": [".*", "node_modules", "bower_components", "src", "lib", "test", "component.json", "package.json", "index.js", "Makefile"]
175 },
176 "crossfilter2": {
177 "url": "https://github.com/crossfilter/crossfilter/archive/1.4.7.zip",
178 "ignore": [".*", "node_modules", "bower_components", "package.json", "index.js", "src", "component.json", "media", "test", "tests"]
179 },
180 "css-color-names": {
181 "url": "https://github.com/bahamas10/css-color-names/archive/v1.0.1.zip"
182 },
183 "d3": {
184 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.4.11.zip",
185 "ignore": [".DS_Store", ".git", ".gitignore", ".npmignore", ".travis.yml", "Makefile", "bin", "component.json", "index.js", "lib", "node_modules", "package.json", "src", "test"]
186 },
187 "d3-3.5.x": {
188 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.5.17.zip"
189 },
190 "datatables": {
191 "url": "https://github.com/DataTables/DataTables/archive/1.10.19.zip",
192 "ignore": ["/.*", "examples", "media/unit_testing", "composer.json", "dataTables.jquery.json", "package.json"]
193 },
194 "dc-2.1.x": {
195 "url": "https://github.com/NickQiZhu/dc.js/archive/2.1.10.zip",
196 "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"]
197 },
198 "es6-promise": {
199 "url": "https://github.com/components/es6-promise/archive/v4.2.4.zip"
200 },
201 "ext-greenwich-bootstrap3": {
202 "url": "https://github.com/twbs/bootstrap-sass/archive/v{$version}.zip",
203 "path": "ext/greenwich/extern/bootstrap3",
204 "version": "3.4.1",
205 "ignore": ["test", "tasks", "lib"]
206 },
207 "font-awesome": {
208 "url": "https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip",
209 "ignore": ["*/.*", "*.json", "src", "*.yml", "Gemfile", "Gemfile.lock", "*.md"]
210 },
211 "marked": {
212 "url": "https://github.com/markedjs/marked/archive/v0.8.0.zip",
213 "ignore": [".*", "*.json", "*.md", "Makefile", "*/*"]
214 },
215 "google-code-prettify": {
216 "url": "https://github.com/tcollard/google-code-prettify/archive/v1.0.5.zip",
217 "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile", "examples", "*.html", "run_prettify*js"]
218 },
219 "jquery": {
220 "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip"
221 },
222 "jquery-ui": {
223 "url": "https://github.com/components/jqueryui/archive/1.12.1.zip"
224 },
225 "jquery-validation": {
226 "url": "https://github.com/jquery-validation/jquery-validation/archive/1.19.1.zip",
227 "ignore": [".*", "node_modules", "bower_components", "test", "demo", "lib"]
228 },
229 "jstree": {
230 "url": "https://github.com/vakata/jstree/archive/3.3.8.zip",
231 "ignore": [".*", "docs", "demo", "libs", "node_modules", "test", "libs", "jstree.jquery.json", "gruntfile.js", "package.json", "bower.json", "component.json", "LICENCE-MIT", "README.md"]
232 },
233 "lodash-compat": {
234 "url": "https://github.com/lodash/lodash-compat/archive/3.0.1.zip",
235 "ignore": [".*", "*.log", "*.md", "component.json", "package.json", "node_modules"]
236 },
237 "phantomjs-polyfill": {
238 "url": "https://github.com/conversocial/phantomjs-polyfill/archive/v0.0.2.zip"
239 },
240 "select2": {
241 "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip"
242 },
243 "js-yaml": {
244 "url": "https://github.com/nodeca/js-yaml/archive/3.13.1.zip",
245 "ignore": ["benchmark", "bin", "demo", "examples", "lib", "support", "test"]
246 },
247 "smartmenus": {
248 "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip",
249 "ignore": [".gitignore", "Gruntfile.js"]
250 }
251 },
252 "patches": {
253 "adrienrn/php-mimetyper": {
254 "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"
255 },
256 "cache/integration-tests": {
257 "Allow adding tests": "https://github.com/php-cache/integration-tests/commit/05f97174c09364dc10c084a38ba0cfd5124f4cec.patch",
258 "Support PHPUnit 6+": "https://github.com/php-cache/integration-tests/commit/1ec7362962185df91d3d749bc3fa7e7b99cb9fc7.patch",
259 "Add tests for binary data round trip": "https://github.com/php-cache/integration-tests/commit/89cd7068e83aa776774bfc44f6bcba858c085616.patch"
260 },
261 "electrolinux/phpquery": {
262 "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"
263 },
264 "pear/db": {
265 "Apply CiviCRM Customisations for the pear:db package": "https://raw.githubusercontent.com/civicrm/civicrm-core/a48a43c2b5f6d694fff1cfb99d522c5d9e2459a0/tools/scripts/composer/pear_db_civicrm_changes.patch"
266 },
267 "pear/mail": {
268 "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch"
269 },
270 "pear/mail_mime": {
271 "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"
272 },
273 "pear/net_smtp": {
274 "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"
275 },
276 "phpoffice/common": {
277 "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"
278 },
279 "phpoffice/phpword": {
280 "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"
281 },
282 "zetacomponents/mail": {
283 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
284 }
285 },
286 "compile-includes": ["ext/greenwich/composer.compile.json"]
287 }
288 }