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