Merge pull request #20142 from colemanw/fixMultiValueContactRefFieldDedupe
[civicrm-core.git] / composer.lock
CommitLineData
0a4cb750
TO
1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
c837b233 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
0a4cb750
TO
5 "This file is @generated automatically"
6 ],
094bc972 7 "content-hash": "ceca2b33b97c4834e26b202ade5a9290",
0a4cb750 8 "packages": [
108332db
SL
9 {
10 "name": "adrienrn/php-mimetyper",
11 "version": "0.2.2",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/adrienrn/php-mimetyper.git",
15 "reference": "702e00a604b4baed34d69730ce055e05c0f43932"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/adrienrn/php-mimetyper/zipball/702e00a604b4baed34d69730ce055e05c0f43932",
20 "reference": "702e00a604b4baed34d69730ce055e05c0f43932",
21 "shasum": ""
22 },
23 "require": {
24 "dflydev/apache-mime-types": "^1.0"
25 },
26 "type": "library",
27 "autoload": {
28 "psr-4": {
29 "MimeTyper\\": "src/"
30 }
31 },
32 "notification-url": "https://packagist.org/downloads/",
33 "license": [
34 "MIT"
35 ],
36 "authors": [
37 {
38 "name": "Hussard",
39 "email": "adrien.ricartnoblet@gmail.com"
40 }
41 ],
42 "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
094bc972 43 "time": "2018-09-27T09:45:05+00:00",
44 "extra": {
45 "patches_applied": {
46 "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"
47 }
48 }
108332db 49 },
ca4cfe7a
SL
50 {
51 "name": "brick/math",
741608a9 52 "version": "0.9.2",
ca4cfe7a
SL
53 "source": {
54 "type": "git",
55 "url": "https://github.com/brick/math.git",
741608a9 56 "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
ca4cfe7a
SL
57 },
58 "dist": {
59 "type": "zip",
741608a9 60 "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
61 "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
ca4cfe7a
SL
62 "shasum": ""
63 },
64 "require": {
65 "ext-json": "*",
741608a9 66 "php": "^7.1 || ^8.0"
ca4cfe7a
SL
67 },
68 "require-dev": {
69 "php-coveralls/php-coveralls": "^2.2",
741608a9 70 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
71 "vimeo/psalm": "4.3.2"
ca4cfe7a
SL
72 },
73 "type": "library",
74 "autoload": {
75 "psr-4": {
76 "Brick\\Math\\": "src/"
77 }
78 },
79 "notification-url": "https://packagist.org/downloads/",
80 "license": [
81 "MIT"
82 ],
83 "description": "Arbitrary-precision arithmetic library",
84 "keywords": [
85 "Arbitrary-precision",
86 "BigInteger",
87 "BigRational",
88 "arithmetic",
89 "bigdecimal",
90 "bignum",
91 "brick",
92 "math"
93 ],
741608a9 94 "funding": [
95 {
96 "url": "https://tidelift.com/funding/github/packagist/brick/math",
97 "type": "tidelift"
98 }
99 ],
100 "time": "2021-01-20T22:51:39+00:00"
ca4cfe7a
SL
101 },
102 {
103 "name": "brick/money",
741608a9 104 "version": "0.5.1",
ca4cfe7a
SL
105 "source": {
106 "type": "git",
107 "url": "https://github.com/brick/money.git",
741608a9 108 "reference": "c6f2883c8a759bf7f77c79aaa6004af6d6c0afaf"
ca4cfe7a
SL
109 },
110 "dist": {
111 "type": "zip",
741608a9 112 "url": "https://api.github.com/repos/brick/money/zipball/c6f2883c8a759bf7f77c79aaa6004af6d6c0afaf",
113 "reference": "c6f2883c8a759bf7f77c79aaa6004af6d6c0afaf",
ca4cfe7a
SL
114 "shasum": ""
115 },
116 "require": {
741608a9 117 "brick/math": "~0.7.3 || ~0.8.0 || ~0.9.0",
118 "php": "^7.1 || ^8.0"
ca4cfe7a
SL
119 },
120 "require-dev": {
121 "brick/varexporter": "~0.2.1",
122 "ext-dom": "*",
123 "ext-pdo": "*",
124 "php-coveralls/php-coveralls": "^2.2",
741608a9 125 "phpunit/phpunit": "^7.5.15 || ^8.0 || ^9.0",
126 "vimeo/psalm": "4.3.2"
ca4cfe7a
SL
127 },
128 "suggest": {
129 "ext-intl": "Required to format Money objects"
130 },
131 "type": "library",
132 "autoload": {
133 "psr-4": {
134 "Brick\\Money\\": "src/"
135 }
136 },
137 "notification-url": "https://packagist.org/downloads/",
138 "license": [
139 "MIT"
140 ],
141 "description": "Money and currency library",
142 "keywords": [
143 "brick",
144 "currency",
145 "money"
146 ],
741608a9 147 "funding": [
148 {
149 "url": "https://tidelift.com/funding/github/packagist/brick/money",
150 "type": "tidelift"
151 }
152 ],
153 "time": "2021-02-10T14:14:29+00:00"
ca4cfe7a 154 },
b4998943
TO
155 {
156 "name": "cache/integration-tests",
22511623 157 "version": "0.17.0",
b4998943
TO
158 "source": {
159 "type": "git",
160 "url": "https://github.com/php-cache/integration-tests.git",
22511623 161 "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e"
b4998943
TO
162 },
163 "dist": {
164 "type": "zip",
22511623
SL
165 "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/eda2e6b8bc5abcd623c8047e2345cda38dd6479e",
166 "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e",
b4998943
TO
167 "shasum": ""
168 },
169 "require": {
170 "cache/tag-interop": "^1.0",
22511623 171 "php": ">=5.5.9",
b4998943
TO
172 "psr/cache": "~1.0"
173 },
22511623
SL
174 "conflict": {
175 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
176 },
b4998943 177 "require-dev": {
22511623
SL
178 "cache/cache": "^1.0",
179 "illuminate/cache": "^5.4|^5.5|^5.6",
180 "mockery/mockery": "^1.0",
181 "symfony/cache": "^3.4.31|^4.3.4|^5.0",
182 "symfony/phpunit-bridge": "^5.1",
183 "tedivm/stash": "^0.14"
b4998943
TO
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Cache\\IntegrationTests\\": "src/"
189 }
190 },
191 "notification-url": "https://packagist.org/downloads/",
192 "license": [
193 "MIT"
194 ],
195 "authors": [
196 {
197 "name": "Aaron Scherer",
198 "email": "aequasi@gmail.com",
199 "homepage": "https://github.com/aequasi"
200 },
201 {
202 "name": "Tobias Nyholm",
203 "email": "tobias.nyholm@gmail.com",
22511623 204 "homepage": "https://github.com/nyholm"
b4998943
TO
205 }
206 ],
207 "description": "Integration tests for PSR-6 and PSR-16 cache implementations",
208 "homepage": "https://github.com/php-cache/integration-tests",
209 "keywords": [
210 "cache",
211 "psr16",
212 "psr6",
213 "test"
214 ],
22511623 215 "time": "2020-11-03T12:52:23+00:00"
b4998943
TO
216 },
217 {
218 "name": "cache/tag-interop",
219 "version": "1.0.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/php-cache/tag-interop.git",
223 "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
228 "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
229 "shasum": ""
230 },
231 "require": {
232 "php": "^5.5 || ^7.0",
233 "psr/cache": "^1.0"
234 },
235 "type": "library",
236 "extra": {
237 "branch-alias": {
238 "dev-master": "2.0-dev"
239 }
240 },
241 "autoload": {
242 "psr-4": {
243 "Cache\\TagInterop\\": ""
244 }
245 },
246 "notification-url": "https://packagist.org/downloads/",
247 "license": [
248 "MIT"
249 ],
250 "authors": [
251 {
252 "name": "Tobias Nyholm",
253 "email": "tobias.nyholm@gmail.com",
518417fd 254 "homepage": "https://github.com/Nyholm"
b4998943
TO
255 },
256 {
257 "name": "Nicolas Grekas",
258 "email": "p@tchwork.com",
259 "homepage": "https://github.com/nicolas-grekas"
260 }
261 ],
262 "description": "Framework interoperable interfaces for tags",
263 "homepage": "http://www.php-cache.com/en/latest/",
264 "keywords": [
265 "cache",
266 "psr",
267 "psr6",
268 "tag"
269 ],
270 "time": "2017-03-13T09:14:27+00:00"
271 },
94ddb538
TO
272 {
273 "name": "civicrm/civicrm-cxn-rpc",
30836e92 274 "version": "v0.20.12.01",
94ddb538
TO
275 "source": {
276 "type": "git",
978d4742 277 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
30836e92 278 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f"
978d4742
TO
279 },
280 "dist": {
281 "type": "zip",
30836e92
TO
282 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/b097258a642dc3e0dd9c264cb75b72d5274cac2f",
283 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f",
978d4742 284 "shasum": ""
94ddb538
TO
285 },
286 "require": {
30836e92
TO
287 "phpseclib/phpseclib": "~2.0",
288 "psr/log": "~1.1"
94ddb538
TO
289 },
290 "type": "library",
291 "autoload": {
292 "psr-4": {
293 "Civi\\Cxn\\Rpc\\": "src/"
294 }
295 },
978d4742 296 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
297 "license": [
298 "MIT"
299 ],
300 "authors": [
301 {
302 "name": "Tim Otten",
303 "email": "totten@civicrm.org"
304 }
305 ],
978d4742 306 "description": "RPC library for CiviConnect",
30836e92 307 "time": "2020-12-16T02:35:45+00:00"
94ddb538 308 },
4fed6a99
TO
309 {
310 "name": "civicrm/composer-compile-lib",
1696748b 311 "version": "v0.3",
4fed6a99
TO
312 "source": {
313 "type": "git",
314 "url": "https://github.com/civicrm/composer-compile-lib.git",
1696748b 315 "reference": "980b26dcc3d51ecf47aa45c43564ab9b6dbac244"
4fed6a99
TO
316 },
317 "dist": {
318 "type": "zip",
1696748b
TO
319 "url": "https://api.github.com/repos/civicrm/composer-compile-lib/zipball/980b26dcc3d51ecf47aa45c43564ab9b6dbac244",
320 "reference": "980b26dcc3d51ecf47aa45c43564ab9b6dbac244",
4fed6a99
TO
321 "shasum": ""
322 },
323 "require": {
324 "civicrm/composer-compile-plugin": "~0.9 || ~1.0",
325 "padaliyajay/php-autoprefixer": "~1.2",
326 "scssphp/scssphp": "~1.2",
327 "symfony/filesystem": "~2.8 || ~3.4 || ~4.0 || ~5.0",
328 "tubalmartin/cssmin": "^4.1"
329 },
330 "type": "library",
331 "extra": {
332 "compile": [
333 {
334 "title": "Generate <comment>CCL</comment> wrapper functions",
335 "run": [
1696748b 336 "@php-method \\CCL\\Tasks::template"
4fed6a99 337 ],
1696748b
TO
338 "tpl-file": "src/StubsTpl.php",
339 "tpl-items": {
340 "CCL.php": true
341 },
4fed6a99
TO
342 "watch-files": [
343 "src/StubsTpl.php",
344 "src/Functions.php"
345 ]
346 }
347 ]
348 },
349 "autoload": {
350 "psr-0": {
351 "CCL": ""
352 },
353 "psr-4": {
354 "CCL\\": [
355 "src/"
356 ]
357 }
358 },
359 "notification-url": "https://packagist.org/downloads/",
360 "license": [
361 "MIT"
362 ],
363 "authors": [
364 {
365 "name": "CiviCRM",
366 "email": "info@civicrm.org"
367 }
368 ],
369 "description": "Small library of compilation helpers",
1696748b 370 "time": "2020-10-03T00:11:18+00:00"
4fed6a99 371 },
4034556f
TO
372 {
373 "name": "civicrm/composer-compile-plugin",
479cd509 374 "version": "v0.15",
4034556f
TO
375 "source": {
376 "type": "git",
377 "url": "https://github.com/civicrm/composer-compile-plugin.git",
479cd509 378 "reference": "af9686c4511ad4d2dde3c32aafa4637579e1085d"
4034556f
TO
379 },
380 "dist": {
381 "type": "zip",
479cd509
SL
382 "url": "https://api.github.com/repos/civicrm/composer-compile-plugin/zipball/af9686c4511ad4d2dde3c32aafa4637579e1085d",
383 "reference": "af9686c4511ad4d2dde3c32aafa4637579e1085d",
4034556f
TO
384 "shasum": ""
385 },
386 "require": {
387 "composer-plugin-api": "^1.1 || ^2.0",
388 "php": ">=7.1",
389 "totten/lurkerlite": "^1.3"
390 },
391 "require-dev": {
392 "composer/composer": "~1.0",
393 "totten/process-helper": "^1.0.1"
394 },
395 "type": "composer-plugin",
396 "extra": {
397 "class": "Civi\\CompilePlugin\\CompilePlugin"
398 },
399 "autoload": {
400 "psr-4": {
401 "Civi\\CompilePlugin\\": "src/"
402 }
403 },
404 "notification-url": "https://packagist.org/downloads/",
405 "license": [
406 "MIT"
407 ],
408 "authors": [
409 {
410 "name": "Tim Otten",
411 "email": "info@civicrm.org"
412 }
413 ],
414 "description": "Define a 'compile' event for all packages in the dependency-graph",
479cd509 415 "time": "2021-01-13T05:12:30+00:00"
4034556f 416 },
79e677dd
TO
417 {
418 "name": "civicrm/composer-downloads-plugin",
3da9dd6c 419 "version": "v3.0.1",
79e677dd
TO
420 "source": {
421 "type": "git",
422 "url": "https://github.com/civicrm/composer-downloads-plugin.git",
3da9dd6c 423 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877"
79e677dd
TO
424 },
425 "dist": {
426 "type": "zip",
3da9dd6c
SL
427 "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/3aabb6d259a86158d01829fc2c62a2afb9618877",
428 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877",
79e677dd
TO
429 "shasum": ""
430 },
431 "require": {
3da9dd6c 432 "composer-plugin-api": "^1.1 || ^2.0",
79e677dd
TO
433 "php": ">=5.6",
434 "togos/gitignore": "~1.1.1"
435 },
436 "require-dev": {
3da9dd6c 437 "composer/composer": "~1.0 || ~2.0",
79e677dd
TO
438 "friendsofphp/php-cs-fixer": "^2.3",
439 "phpunit/phpunit": "^5.7",
440 "totten/process-helper": "^1.0.1"
441 },
442 "type": "composer-plugin",
443 "extra": {
444 "class": "LastCall\\DownloadsPlugin\\Plugin"
445 },
446 "autoload": {
447 "psr-4": {
448 "LastCall\\DownloadsPlugin\\": "src/"
449 }
450 },
451 "notification-url": "https://packagist.org/downloads/",
452 "license": [
453 "MIT"
454 ],
455 "authors": [
456 {
457 "name": "Rob Bayliss",
458 "email": "rob@lastcallmedia.com"
459 },
460 {
461 "name": "Tim Otten",
462 "email": "totten@civicrm.org"
463 }
464 ],
465 "description": "Composer plugin for downloading additional files within any composer package.",
e1cb865e 466 "time": "2020-11-02T05:26:23+00:00"
79e677dd 467 },
66a7c254
SL
468 {
469 "name": "cweagans/composer-patches",
1d285671 470 "version": "1.7.0",
66a7c254
SL
471 "source": {
472 "type": "git",
473 "url": "https://github.com/cweagans/composer-patches.git",
1d285671 474 "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
66a7c254
SL
475 },
476 "dist": {
477 "type": "zip",
1d285671
SL
478 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
479 "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
66a7c254
SL
480 "shasum": ""
481 },
482 "require": {
1d285671 483 "composer-plugin-api": "^1.0 || ^2.0",
66a7c254
SL
484 "php": ">=5.3.0"
485 },
486 "require-dev": {
1d285671 487 "composer/composer": "~1.0 || ~2.0",
66a7c254
SL
488 "phpunit/phpunit": "~4.6"
489 },
490 "type": "composer-plugin",
491 "extra": {
492 "class": "cweagans\\Composer\\Patches"
493 },
494 "autoload": {
495 "psr-4": {
496 "cweagans\\Composer\\": "src"
497 }
498 },
499 "notification-url": "https://packagist.org/downloads/",
500 "license": [
501 "BSD-3-Clause"
502 ],
503 "authors": [
504 {
505 "name": "Cameron Eagans",
506 "email": "me@cweagans.net"
507 }
508 ],
509 "description": "Provides a way to patch Composer packages.",
1d285671 510 "time": "2020-09-30T17:56:20+00:00"
66a7c254 511 },
108332db
SL
512 {
513 "name": "dflydev/apache-mime-types",
514 "version": "v1.0.1",
515 "source": {
516 "type": "git",
517 "url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
518 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
519 },
520 "dist": {
521 "type": "zip",
522 "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
523 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
524 "shasum": ""
525 },
526 "require": {
527 "php": ">=5.3"
528 },
529 "require-dev": {
530 "twig/twig": "1.*"
531 },
532 "type": "library",
533 "extra": {
534 "branch-alias": {
535 "dev-master": "1.0-dev"
536 }
537 },
538 "autoload": {
539 "psr-0": {
540 "Dflydev\\ApacheMimeTypes": "src"
541 }
542 },
543 "notification-url": "https://packagist.org/downloads/",
544 "license": [
545 "MIT"
546 ],
547 "authors": [
548 {
549 "name": "Dragonfly Development Inc.",
550 "email": "info@dflydev.com",
551 "homepage": "http://dflydev.com"
552 },
553 {
554 "name": "Beau Simensen",
555 "email": "beau@dflydev.com",
556 "homepage": "http://beausimensen.com"
557 }
558 ],
559 "description": "Apache MIME Types",
560 "keywords": [
561 "apache",
562 "mime",
563 "mimetypes"
564 ],
565 "time": "2013-05-14T02:02:01+00:00"
566 },
0a4cb750
TO
567 {
568 "name": "dompdf/dompdf",
328fbd25 569 "version": "v0.8.6",
0a4cb750
TO
570 "source": {
571 "type": "git",
572 "url": "https://github.com/dompdf/dompdf.git",
328fbd25 573 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5"
0a4cb750
TO
574 },
575 "dist": {
576 "type": "zip",
328fbd25
SL
577 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5",
578 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5",
0a4cb750
TO
579 "shasum": ""
580 },
581 "require": {
e91585d7 582 "ext-dom": "*",
e91585d7 583 "ext-mbstring": "*",
328fbd25 584 "phenx/php-font-lib": "^0.5.2",
b9015a8b
SL
585 "phenx/php-svg-lib": "^0.3.3",
586 "php": "^7.1"
e91585d7
SL
587 },
588 "require-dev": {
328fbd25 589 "mockery/mockery": "^1.3",
b9015a8b
SL
590 "phpunit/phpunit": "^7.5",
591 "squizlabs/php_codesniffer": "^3.5"
0a4cb750 592 },
b85181d1 593 "suggest": {
594 "ext-gd": "Needed to process images",
595 "ext-gmagick": "Improves image processing performance",
328fbd25
SL
596 "ext-imagick": "Improves image processing performance",
597 "ext-zlib": "Needed for pdf stream compression"
b85181d1 598 },
0a4cb750 599 "type": "library",
e91585d7
SL
600 "extra": {
601 "branch-alias": {
602 "dev-develop": "0.7-dev"
603 }
604 },
0a4cb750 605 "autoload": {
e91585d7
SL
606 "psr-4": {
607 "Dompdf\\": "src/"
608 },
0a4cb750 609 "classmap": [
e91585d7 610 "lib/"
0a4cb750
TO
611 ]
612 },
613 "notification-url": "https://packagist.org/downloads/",
614 "license": [
e91585d7 615 "LGPL-2.1"
0a4cb750
TO
616 ],
617 "authors": [
618 {
619 "name": "Fabien Ménager",
620 "email": "fabien.menager@gmail.com"
621 },
622 {
623 "name": "Brian Sweeney",
624 "email": "eclecticgeek@gmail.com"
e91585d7
SL
625 },
626 {
627 "name": "Gabriel Bull",
628 "email": "me@gabrielbull.com"
0a4cb750
TO
629 }
630 ],
631 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
632 "homepage": "https://github.com/dompdf/dompdf",
328fbd25 633 "time": "2020-08-30T22:54:22+00:00"
0a4cb750 634 },
209ef5bf
TO
635 {
636 "name": "electrolinux/phpquery",
637 "version": "0.9.6",
638 "source": {
639 "type": "git",
640 "url": "https://github.com/electrolinux/phpquery.git",
641 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
642 },
643 "dist": {
644 "type": "zip",
645 "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
646 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
647 "shasum": ""
648 },
649 "type": "library",
650 "autoload": {
651 "classmap": [
652 "phpQuery/"
653 ]
654 },
655 "notification-url": "https://packagist.org/downloads/",
656 "license": [
657 "MIT"
658 ],
659 "authors": [
660 {
661 "name": "Tobiasz Cudnik",
662 "email": "tobiasz.cudnik@gmail.com",
663 "homepage": "https://github.com/TobiaszCudnik",
664 "role": "Developer"
665 },
666 {
667 "name": "didier Belot",
668 "role": "Packager"
669 }
670 ],
671 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
672 "homepage": "http://code.google.com/p/phpquery/",
094bc972 673 "time": "2013-03-21T12:39:33+00:00",
674 "extra": {
675 "patches_applied": {
676 "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"
677 }
678 }
209ef5bf 679 },
600d7832
TO
680 {
681 "name": "firebase/php-jwt",
682 "version": "v5.2.1",
683 "source": {
684 "type": "git",
685 "url": "https://github.com/firebase/php-jwt.git",
686 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
687 },
688 "dist": {
689 "type": "zip",
690 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
691 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
692 "shasum": ""
693 },
694 "require": {
695 "php": ">=5.3.0"
696 },
697 "require-dev": {
698 "phpunit/phpunit": ">=4.8 <=9"
699 },
700 "type": "library",
701 "autoload": {
702 "psr-4": {
703 "Firebase\\JWT\\": "src"
704 }
705 },
706 "notification-url": "https://packagist.org/downloads/",
707 "license": [
708 "BSD-3-Clause"
709 ],
710 "authors": [
711 {
712 "name": "Neuman Vong",
713 "email": "neuman+pear@twilio.com",
714 "role": "Developer"
715 },
716 {
717 "name": "Anant Narayanan",
718 "email": "anant@php.net",
719 "role": "Developer"
720 }
721 ],
722 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
723 "homepage": "https://github.com/firebase/php-jwt",
724 "keywords": [
725 "jwt",
726 "php"
727 ],
728 "time": "2021-02-12T00:02:00+00:00"
729 },
f9bdf062 730 {
731 "name": "guzzlehttp/guzzle",
bd4dda2a 732 "version": "6.5.4",
f9bdf062 733 "source": {
734 "type": "git",
735 "url": "https://github.com/guzzle/guzzle.git",
bd4dda2a 736 "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d"
f9bdf062 737 },
738 "dist": {
739 "type": "zip",
bd4dda2a 740 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
741 "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
f9bdf062 742 "shasum": ""
743 },
744 "require": {
bd4dda2a 745 "ext-json": "*",
f9bdf062 746 "guzzlehttp/promises": "^1.0",
bd4dda2a 747 "guzzlehttp/psr7": "^1.6.1",
748 "php": ">=5.5",
749 "symfony/polyfill-intl-idn": "1.17.0"
f9bdf062 750 },
751 "require-dev": {
752 "ext-curl": "*",
bd4dda2a 753 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
754 "psr/log": "^1.1"
f9bdf062 755 },
756 "suggest": {
757 "psr/log": "Required for using the Log middleware"
758 },
759 "type": "library",
760 "extra": {
761 "branch-alias": {
bd4dda2a 762 "dev-master": "6.5-dev"
f9bdf062 763 }
764 },
765 "autoload": {
f9bdf062 766 "psr-4": {
767 "GuzzleHttp\\": "src/"
bd4dda2a 768 },
769 "files": [
770 "src/functions_include.php"
771 ]
f9bdf062 772 },
773 "notification-url": "https://packagist.org/downloads/",
774 "license": [
775 "MIT"
776 ],
777 "authors": [
778 {
779 "name": "Michael Dowling",
780 "email": "mtdowling@gmail.com",
781 "homepage": "https://github.com/mtdowling"
782 }
783 ],
784 "description": "Guzzle is a PHP HTTP client library",
785 "homepage": "http://guzzlephp.org/",
786 "keywords": [
787 "client",
788 "curl",
789 "framework",
790 "http",
791 "http client",
792 "rest",
793 "web service"
794 ],
bd4dda2a 795 "time": "2020-05-25T19:35:05+00:00"
f9bdf062 796 },
797 {
798 "name": "guzzlehttp/promises",
799 "version": "v1.3.1",
800 "source": {
801 "type": "git",
802 "url": "https://github.com/guzzle/promises.git",
803 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
804 },
805 "dist": {
806 "type": "zip",
807 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
808 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
809 "shasum": ""
810 },
811 "require": {
812 "php": ">=5.5.0"
813 },
814 "require-dev": {
815 "phpunit/phpunit": "^4.0"
816 },
817 "type": "library",
818 "extra": {
819 "branch-alias": {
820 "dev-master": "1.4-dev"
821 }
822 },
823 "autoload": {
824 "psr-4": {
825 "GuzzleHttp\\Promise\\": "src/"
826 },
827 "files": [
828 "src/functions_include.php"
829 ]
830 },
831 "notification-url": "https://packagist.org/downloads/",
832 "license": [
833 "MIT"
834 ],
835 "authors": [
836 {
837 "name": "Michael Dowling",
838 "email": "mtdowling@gmail.com",
839 "homepage": "https://github.com/mtdowling"
840 }
841 ],
842 "description": "Guzzle promises library",
843 "keywords": [
844 "promise"
845 ],
846 "time": "2016-12-20T10:07:11+00:00"
847 },
848 {
849 "name": "guzzlehttp/psr7",
bd4dda2a 850 "version": "1.6.1",
f9bdf062 851 "source": {
852 "type": "git",
853 "url": "https://github.com/guzzle/psr7.git",
bd4dda2a 854 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
f9bdf062 855 },
856 "dist": {
857 "type": "zip",
bd4dda2a 858 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
859 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
f9bdf062 860 "shasum": ""
861 },
862 "require": {
863 "php": ">=5.4.0",
bd4dda2a 864 "psr/http-message": "~1.0",
865 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
f9bdf062 866 },
867 "provide": {
868 "psr/http-message-implementation": "1.0"
869 },
870 "require-dev": {
bd4dda2a 871 "ext-zlib": "*",
872 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
873 },
874 "suggest": {
875 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
f9bdf062 876 },
877 "type": "library",
878 "extra": {
879 "branch-alias": {
bd4dda2a 880 "dev-master": "1.6-dev"
f9bdf062 881 }
882 },
883 "autoload": {
884 "psr-4": {
885 "GuzzleHttp\\Psr7\\": "src/"
886 },
887 "files": [
888 "src/functions_include.php"
889 ]
890 },
891 "notification-url": "https://packagist.org/downloads/",
892 "license": [
893 "MIT"
894 ],
895 "authors": [
896 {
897 "name": "Michael Dowling",
898 "email": "mtdowling@gmail.com",
899 "homepage": "https://github.com/mtdowling"
900 },
901 {
902 "name": "Tobias Schultze",
903 "homepage": "https://github.com/Tobion"
904 }
905 ],
906 "description": "PSR-7 message implementation that also provides common utility methods",
907 "keywords": [
908 "http",
909 "message",
bd4dda2a 910 "psr-7",
f9bdf062 911 "request",
912 "response",
913 "stream",
914 "uri",
915 "url"
916 ],
bd4dda2a 917 "time": "2019-07-01T23:21:34+00:00"
f9bdf062 918 },
b6349baa 919 {
920 "name": "league/csv",
921 "version": "9.2.1",
922 "source": {
923 "type": "git",
924 "url": "https://github.com/thephpleague/csv.git",
925 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9"
926 },
927 "dist": {
928 "type": "zip",
929 "url": "https://api.github.com/repos/thephpleague/csv/zipball/b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
930 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
931 "shasum": ""
932 },
933 "require": {
934 "ext-mbstring": "*",
935 "php": ">=7.0.10"
936 },
937 "require-dev": {
938 "ext-curl": "*",
939 "friendsofphp/php-cs-fixer": "^2.12",
940 "phpstan/phpstan": "^0.9.2",
941 "phpstan/phpstan-phpunit": "^0.9.4",
942 "phpstan/phpstan-strict-rules": "^0.9.0",
943 "phpunit/phpunit": "^6.0"
944 },
945 "suggest": {
946 "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
947 },
948 "type": "library",
949 "extra": {
950 "branch-alias": {
951 "dev-master": "9.x-dev"
952 }
953 },
954 "autoload": {
955 "psr-4": {
956 "League\\Csv\\": "src"
957 },
958 "files": [
959 "src/functions_include.php"
960 ]
961 },
962 "notification-url": "https://packagist.org/downloads/",
963 "license": [
964 "MIT"
965 ],
966 "authors": [
967 {
968 "name": "Ignace Nyamagana Butera",
969 "email": "nyamsprod@gmail.com",
970 "homepage": "https://github.com/nyamsprod/",
971 "role": "Developer"
972 }
973 ],
974 "description": "Csv data manipulation made easy in PHP",
975 "homepage": "http://csv.thephpleague.com",
976 "keywords": [
977 "csv",
978 "export",
979 "filter",
980 "import",
981 "read",
982 "write"
983 ],
984 "time": "2019-06-07T06:24:33+00:00"
985 },
0d641ada
TO
986 {
987 "name": "league/oauth2-client",
988 "version": "2.6.0",
989 "source": {
990 "type": "git",
991 "url": "https://github.com/thephpleague/oauth2-client.git",
992 "reference": "badb01e62383430706433191b82506b6df24ad98"
993 },
994 "dist": {
995 "type": "zip",
996 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
997 "reference": "badb01e62383430706433191b82506b6df24ad98",
998 "shasum": ""
999 },
1000 "require": {
1001 "guzzlehttp/guzzle": "^6.0 || ^7.0",
1002 "paragonie/random_compat": "^1 || ^2 || ^9.99",
1003 "php": "^5.6 || ^7.0 || ^8.0"
1004 },
1005 "require-dev": {
1006 "mockery/mockery": "^1.3",
1007 "php-parallel-lint/php-parallel-lint": "^1.2",
1008 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
1009 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
1010 },
1011 "type": "library",
1012 "extra": {
1013 "branch-alias": {
1014 "dev-2.x": "2.0.x-dev"
1015 }
1016 },
1017 "autoload": {
1018 "psr-4": {
1019 "League\\OAuth2\\Client\\": "src/"
1020 }
1021 },
1022 "notification-url": "https://packagist.org/downloads/",
1023 "license": [
1024 "MIT"
1025 ],
1026 "authors": [
1027 {
1028 "name": "Alex Bilbie",
1029 "email": "hello@alexbilbie.com",
1030 "homepage": "http://www.alexbilbie.com",
1031 "role": "Developer"
1032 },
1033 {
1034 "name": "Woody Gilk",
1035 "homepage": "https://github.com/shadowhand",
1036 "role": "Contributor"
1037 }
1038 ],
1039 "description": "OAuth 2.0 Client Library",
1040 "keywords": [
1041 "Authentication",
1042 "SSO",
1043 "authorization",
1044 "identity",
1045 "idp",
1046 "oauth",
1047 "oauth2",
1048 "single sign on"
1049 ],
1050 "time": "2020-10-28T02:03:40+00:00"
1051 },
1052 {
1053 "name": "league/oauth2-google",
1054 "version": "3.0.3",
1055 "source": {
1056 "type": "git",
1057 "url": "https://github.com/thephpleague/oauth2-google.git",
1058 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943"
1059 },
1060 "dist": {
1061 "type": "zip",
1062 "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/18d1889897a8b18d85ecadacf74c9274d678d943",
1063 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943",
1064 "shasum": ""
1065 },
1066 "require": {
1067 "league/oauth2-client": "^2.0"
1068 },
1069 "require-dev": {
1070 "eloquent/phony-phpunit": "^2.0",
1071 "php-coveralls/php-coveralls": "^2.1",
1072 "phpunit/phpunit": "^6.0",
1073 "squizlabs/php_codesniffer": "^2.0"
1074 },
1075 "type": "library",
1076 "autoload": {
1077 "psr-4": {
1078 "League\\OAuth2\\Client\\": "src/"
1079 }
1080 },
1081 "notification-url": "https://packagist.org/downloads/",
1082 "license": [
1083 "MIT"
1084 ],
1085 "authors": [
1086 {
1087 "name": "Woody Gilk",
1088 "email": "woody.gilk@gmail.com",
1089 "homepage": "http://shadowhand.me"
1090 }
1091 ],
1092 "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
1093 "keywords": [
1094 "Authentication",
1095 "authorization",
1096 "client",
1097 "google",
1098 "oauth",
1099 "oauth2"
1100 ],
1101 "time": "2020-07-24T15:16:12+00:00"
1102 },
fd6605f0
JK
1103 {
1104 "name": "marcj/topsort",
77c89e7a 1105 "version": "1.1.0",
fd6605f0
JK
1106 "source": {
1107 "type": "git",
77c89e7a
TO
1108 "url": "https://github.com/marcj/topsort.php.git",
1109 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
1110 },
1111 "dist": {
1112 "type": "zip",
1113 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1114 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1115 "shasum": ""
fd6605f0
JK
1116 },
1117 "require": {
77c89e7a 1118 "php": ">=5.4"
fd6605f0
JK
1119 },
1120 "require-dev": {
1121 "codeclimate/php-test-reporter": "dev-master",
1122 "phpunit/phpunit": "~4.0",
1123 "symfony/console": "~2.5"
1124 },
1125 "type": "library",
1126 "autoload": {
1127 "psr-4": {
1128 "MJS\\TopSort\\": "src/",
1129 "MJS\\TopSort\\Tests\\": "tests/Tests/"
1130 }
1131 },
77c89e7a 1132 "notification-url": "https://packagist.org/downloads/",
fd6605f0
JK
1133 "license": [
1134 "MIT"
1135 ],
1136 "authors": [
1137 {
1138 "name": "Marc J. Schmidt",
1139 "email": "marc@marcjschmidt.de"
1140 }
1141 ],
1142 "description": "High-Performance TopSort/Dependency resolving algorithm",
1143 "keywords": [
1144 "dependency resolving",
1145 "topological sort",
1146 "topsort"
1147 ],
77c89e7a 1148 "time": "2016-11-19T14:58:11+00:00"
fd6605f0 1149 },
4034556f
TO
1150 {
1151 "name": "padaliyajay/php-autoprefixer",
4fed6a99 1152 "version": "1.3",
4034556f
TO
1153 "source": {
1154 "type": "git",
1155 "url": "https://github.com/padaliyajay/php-autoprefixer.git",
4fed6a99 1156 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430"
4034556f
TO
1157 },
1158 "dist": {
1159 "type": "zip",
4fed6a99
TO
1160 "url": "https://api.github.com/repos/padaliyajay/php-autoprefixer/zipball/f05f374f0c1e463db62209613f52b38bf4b52430",
1161 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430",
4034556f
TO
1162 "shasum": ""
1163 },
1164 "require": {
1165 "sabberworm/php-css-parser": "*"
1166 },
1167 "type": "library",
1168 "autoload": {
1169 "psr-4": {
1170 "Padaliyajay\\PHPAutoprefixer\\": "src"
1171 }
1172 },
1173 "notification-url": "https://packagist.org/downloads/",
1174 "license": [
1175 "MIT"
1176 ],
1177 "authors": [
1178 {
1179 "name": "Jay padaliya"
1180 }
1181 ],
1182 "description": "CSS Autoprefixer written in pure PHP.",
4fed6a99 1183 "time": "2019-11-26T09:55:37+00:00"
4034556f 1184 },
0d641ada
TO
1185 {
1186 "name": "paragonie/random_compat",
1187 "version": "v9.99.100",
1188 "source": {
1189 "type": "git",
1190 "url": "https://github.com/paragonie/random_compat.git",
1191 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
1192 },
1193 "dist": {
1194 "type": "zip",
1195 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
1196 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
1197 "shasum": ""
1198 },
1199 "require": {
1200 "php": ">= 7"
1201 },
1202 "require-dev": {
1203 "phpunit/phpunit": "4.*|5.*",
1204 "vimeo/psalm": "^1"
1205 },
1206 "suggest": {
1207 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1208 },
1209 "type": "library",
1210 "notification-url": "https://packagist.org/downloads/",
1211 "license": [
1212 "MIT"
1213 ],
1214 "authors": [
1215 {
1216 "name": "Paragon Initiative Enterprises",
1217 "email": "security@paragonie.com",
1218 "homepage": "https://paragonie.com"
1219 }
1220 ],
1221 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1222 "keywords": [
1223 "csprng",
1224 "polyfill",
1225 "pseudorandom",
1226 "random"
1227 ],
1228 "time": "2020-10-15T08:29:30+00:00"
1229 },
61a197f8
SL
1230 {
1231 "name": "pclzip/pclzip",
1232 "version": "2.8.2",
1233 "source": {
1234 "type": "git",
1235 "url": "https://github.com/ivanlanin/pclzip.git",
1236 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
1237 },
1238 "dist": {
1239 "type": "zip",
1240 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
1241 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
1242 "shasum": ""
1243 },
1244 "type": "library",
1245 "autoload": {
1246 "classmap": [
1247 "pclzip.lib.php"
1248 ]
1249 },
1250 "notification-url": "https://packagist.org/downloads/",
1251 "license": [
1252 "LGPL-2.1"
1253 ],
1254 "authors": [
1255 {
1256 "name": "Vincent Blavet"
1257 }
1258 ],
1259 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
1260 "homepage": "http://www.phpconcept.net/pclzip",
1261 "keywords": [
1262 "php",
1263 "zip"
1264 ],
8450657b 1265 "time": "2014-06-05T11:42:24+00:00"
61a197f8 1266 },
41f34647
SL
1267 {
1268 "name": "pear/auth_sasl",
1269 "version": "v1.1.0",
1270 "source": {
1271 "type": "git",
1272 "url": "https://github.com/pear/Auth_SASL.git",
1273 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
1274 },
1275 "dist": {
1276 "type": "zip",
1277 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1278 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1279 "shasum": ""
1280 },
1281 "require": {
1282 "pear/pear_exception": "@stable"
1283 },
1284 "require-dev": {
1285 "phpunit/phpunit": "@stable"
1286 },
1287 "type": "library",
1288 "autoload": {
1289 "psr-0": {
1290 "Auth": "./"
1291 }
1292 },
1293 "notification-url": "https://packagist.org/downloads/",
1294 "include-path": [
1295 "./"
1296 ],
1297 "license": [
1298 "BSD"
1299 ],
1300 "authors": [
1301 {
1302 "name": "Anish Mistry",
1303 "email": "amistry@am-productions.biz",
1304 "role": "Lead"
1305 },
1306 {
1307 "name": "Richard Heyes",
1308 "email": "richard@php.net",
1309 "role": "Lead"
1310 },
1311 {
1312 "name": "Michael Bretterklieber",
1313 "email": "michael@bretterklieber.com",
1314 "role": "Lead"
1315 }
1316 ],
1317 "description": "Abstraction of various SASL mechanism responses",
1318 "time": "2017-03-07T14:37:05+00:00"
1319 },
2215f6dc 1320 {
1321 "name": "pear/console_getopt",
1322 "version": "v1.4.1",
1323 "source": {
1324 "type": "git",
1325 "url": "https://github.com/pear/Console_Getopt.git",
1326 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
1327 },
1328 "dist": {
1329 "type": "zip",
1330 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1331 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1332 "shasum": ""
1333 },
1334 "type": "library",
1335 "autoload": {
1336 "psr-0": {
1337 "Console": "./"
1338 }
1339 },
1340 "notification-url": "https://packagist.org/downloads/",
1341 "include-path": [
1342 "./"
1343 ],
1344 "license": [
1345 "BSD-2-Clause"
1346 ],
1347 "authors": [
1348 {
1349 "name": "Greg Beaver",
1350 "email": "cellog@php.net",
1351 "role": "Helper"
1352 },
1353 {
1354 "name": "Andrei Zmievski",
1355 "email": "andrei@php.net",
1356 "role": "Lead"
1357 },
1358 {
1359 "name": "Stig Bakken",
1360 "email": "stig@php.net",
1361 "role": "Developer"
1362 }
1363 ],
1364 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
1365 "time": "2015-07-20T20:28:12+00:00"
1366 },
b687e8d7
SL
1367 {
1368 "name": "pear/db",
1369 "version": "v1.10.0",
1370 "source": {
1371 "type": "git",
1372 "url": "https://github.com/pear/DB.git",
1373 "reference": "e158c3a48246b67cd8c95856ffbb93de4ef380fe"
1374 },
1375 "dist": {
1376 "type": "zip",
1377 "url": "https://api.github.com/repos/pear/DB/zipball/e158c3a48246b67cd8c95856ffbb93de4ef380fe",
1378 "reference": "e158c3a48246b67cd8c95856ffbb93de4ef380fe",
1379 "shasum": ""
1380 },
1381 "require": {
1382 "pear/pear-core-minimal": "*"
1383 },
1384 "type": "library",
b687e8d7
SL
1385 "autoload": {
1386 "psr-0": {
1387 "DB": "./"
1388 }
1389 },
1390 "notification-url": "https://packagist.org/downloads/",
1391 "include-path": [
1392 "./"
1393 ],
1394 "license": [
1395 "PHP License v3.01"
1396 ],
1397 "authors": [
1398 {
1399 "name": "Daniel Convissor",
1400 "email": "danielc@php.net",
1401 "role": "Lead"
1402 },
1403 {
1404 "name": "Adam Harvey",
1405 "email": "aharvey@php.net",
1406 "role": "Lead"
1407 },
1408 {
1409 "name": "Stig Bakken",
1410 "email": "stig@php.net",
1411 "role": "Developer"
1412 },
1413 {
1414 "name": "Tomas V.V.Cox",
1415 "email": "cox@idecnet.com",
1416 "role": "Developer"
1417 }
1418 ],
1419 "description": "More info available on: http://pear.php.net/package/DB",
094bc972 1420 "time": "2020-04-19T19:45:59+00:00",
1421 "extra": {
1422 "patches_applied": {
1423 "Apply CiviCRM Customisations for the pear:db package": "https://raw.githubusercontent.com/civicrm/civicrm-core/a48a43c2b5f6d694fff1cfb99d522c5d9e2459a0/tools/scripts/composer/pear_db_civicrm_changes.patch"
1424 }
1425 }
b687e8d7 1426 },
2f0db034
SL
1427 {
1428 "name": "pear/log",
6086c345 1429 "version": "1.13.2",
2f0db034
SL
1430 "source": {
1431 "type": "git",
1432 "url": "https://github.com/pear/Log.git",
6086c345 1433 "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3"
2f0db034
SL
1434 },
1435 "dist": {
1436 "type": "zip",
6086c345
SL
1437 "url": "https://api.github.com/repos/pear/Log/zipball/d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
1438 "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
2f0db034
SL
1439 "shasum": ""
1440 },
1441 "require": {
6086c345 1442 "pear/pear_exception": "1.0.1",
2f0db034
SL
1443 "php": ">5.2"
1444 },
1445 "require-dev": {
1446 "phpunit/phpunit": "*"
1447 },
1448 "suggest": {
1449 "pear/db": "Install optionally via your project's composer.json"
1450 },
1451 "type": "library",
1452 "autoload": {
1453 "psr-0": {
1454 "Log": "./"
1455 }
1456 },
1457 "notification-url": "https://packagist.org/downloads/",
1458 "include-path": [
1459 ""
1460 ],
1461 "license": [
1462 "MIT"
1463 ],
1464 "authors": [
1465 {
1466 "name": "Jon Parise",
1467 "email": "jon@php.net",
1468 "homepage": "http://www.indelible.org",
1469 "role": "Developer"
1470 }
1471 ],
1472 "description": "PEAR Logging Framework",
1473 "homepage": "http://pear.github.io/Log/",
1474 "keywords": [
1475 "log",
1476 "logging"
1477 ],
6086c345 1478 "time": "2020-06-02T00:04:03+00:00"
2f0db034 1479 },
2215f6dc 1480 {
1481 "name": "pear/mail",
1482 "version": "v1.4.1",
1483 "source": {
1484 "type": "git",
1485 "url": "https://github.com/pear/Mail.git",
1486 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
1487 },
1488 "dist": {
1489 "type": "zip",
1490 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
1491 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
1492 "shasum": ""
1493 },
1494 "require": {
1495 "pear/pear-core-minimal": "~1.9",
1496 "php": ">=5.2.1"
1497 },
1498 "require-dev": {
1499 "pear/pear": "*"
1500 },
1501 "suggest": {
1502 "pear/net_smtp": "Install optionally via your project's composer.json"
1503 },
1504 "type": "library",
1505 "autoload": {
1506 "psr-0": {
1507 "Mail": "./"
1508 }
1509 },
1510 "notification-url": "https://packagist.org/downloads/",
1511 "include-path": [
1512 "./"
1513 ],
1514 "license": [
1515 "BSD-2-Clause"
1516 ],
1517 "authors": [
1518 {
1519 "name": "Chuck Hagenbuch",
1520 "email": "chuck@horde.org",
1521 "role": "Lead"
1522 },
1523 {
1524 "name": "Richard Heyes",
1525 "email": "richard@phpguru.org",
1526 "role": "Developer"
1527 },
1528 {
1529 "name": "Aleksander Machniak",
1530 "email": "alec@alec.pl",
1531 "role": "Developer"
1532 }
1533 ],
1534 "description": "Class that provides multiple interfaces for sending emails.",
1535 "homepage": "http://pear.php.net/package/Mail",
094bc972 1536 "time": "2017-04-11T17:27:29+00:00",
1537 "extra": {
1538 "patches_applied": {
1539 "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch"
1540 }
1541 }
2215f6dc 1542 },
968f6190
SL
1543 {
1544 "name": "pear/mail_mime",
1545 "version": "1.10.9",
1546 "source": {
1547 "type": "git",
1548 "url": "https://github.com/pear/Mail_Mime.git",
1549 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d"
1550 },
1551 "dist": {
1552 "type": "zip",
1553 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/1e7ae4e5258b6c0d385a8e76add567934245d38d",
1554 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d",
1555 "shasum": ""
1556 },
1557 "require": {
1558 "pear/pear-core-minimal": "*"
1559 },
1560 "type": "library",
968f6190
SL
1561 "autoload": {
1562 "psr-0": {
1563 "Mail": "./"
1564 }
1565 },
1566 "notification-url": "https://packagist.org/downloads/",
1567 "include-path": [
1568 "./"
1569 ],
1570 "license": [
1571 "BSD-3-clause"
1572 ],
1573 "authors": [
1574 {
1575 "name": "Cipriano Groenendal",
1576 "email": "cipri@php.net",
1577 "role": "Lead"
1578 },
1579 {
1580 "name": "Aleksander Machniak",
1581 "email": "alec@php.net",
1582 "role": "Lead"
1583 }
1584 ],
1585 "description": "Mail_Mime provides classes to create MIME messages",
1586 "homepage": "http://pear.php.net/package/Mail_Mime",
094bc972 1587 "time": "2020-06-27T08:35:27+00:00",
1588 "extra": {
1589 "patches_applied": {
1590 "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"
1591 }
1592 }
968f6190 1593 },
0ccbacae
SL
1594 {
1595 "name": "pear/net_smtp",
a6a0ff13 1596 "version": "1.9.0",
0ccbacae
SL
1597 "source": {
1598 "type": "git",
1599 "url": "https://github.com/pear/Net_SMTP.git",
a6a0ff13 1600 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e"
0ccbacae
SL
1601 },
1602 "dist": {
1603 "type": "zip",
a6a0ff13
SL
1604 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1605 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
0ccbacae
SL
1606 "shasum": ""
1607 },
1608 "require": {
a6a0ff13
SL
1609 "pear/net_socket": "@stable",
1610 "pear/pear-core-minimal": "@stable",
1611 "php": ">=5.4.0"
0ccbacae
SL
1612 },
1613 "require-dev": {
1614 "phpunit/phpunit": "*"
1615 },
1616 "suggest": {
1617 "pear/auth_sasl": "Install optionally via your project's composer.json"
1618 },
1619 "type": "library",
1620 "autoload": {
1621 "psr-0": {
1622 "Net": "./"
1623 }
1624 },
1625 "notification-url": "https://packagist.org/downloads/",
1626 "include-path": [
1627 "./"
1628 ],
1629 "license": [
a6a0ff13 1630 "BSD-2-Clause"
0ccbacae
SL
1631 ],
1632 "authors": [
1633 {
1634 "name": "Jon Parise",
1635 "email": "jon@php.net",
a6a0ff13 1636 "homepage": "https://www.indelible.org",
0ccbacae
SL
1637 "role": "Lead"
1638 },
1639 {
1640 "name": "Chuck Hagenbuch",
1641 "email": "chuck@horde.org",
1642 "role": "Lead"
1643 }
1644 ],
1645 "description": "An implementation of the SMTP protocol",
a6a0ff13 1646 "homepage": "https://pear.github.io/Net_SMTP/",
0ccbacae
SL
1647 "keywords": [
1648 "email",
1649 "mail",
1650 "smtp"
1651 ],
094bc972 1652 "time": "2019-11-30T23:40:31+00:00",
1653 "extra": {
1654 "patches_applied": {
1655 "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"
1656 }
1657 }
0ccbacae
SL
1658 },
1659 {
1660 "name": "pear/net_socket",
1661 "version": "1.0.14",
1662 "source": {
1663 "type": "git",
1664 "url": "https://github.com/pear/Net_Socket.git",
1665 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
1666 },
1667 "dist": {
1668 "type": "zip",
1669 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
1670 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
1671 "shasum": ""
1672 },
1673 "require": {
1674 "pear/pear_exception": "*"
1675 },
1676 "require-dev": {
1677 "phpunit/phpunit": "*"
1678 },
1679 "type": "library",
1680 "autoload": {
1681 "psr-0": {
1682 "Net": "./"
1683 }
1684 },
1685 "notification-url": "https://packagist.org/downloads/",
1686 "include-path": [
1687 "./"
1688 ],
1689 "license": [
1690 "PHP License"
1691 ],
1692 "authors": [
1693 {
1694 "name": "Chuck Hagenbuch",
1695 "email": "chuck@horde.org",
1696 "role": "Lead"
1697 },
1698 {
1699 "name": "Aleksander Machniak",
1700 "email": "alec@php.net",
1701 "role": "Lead"
1702 },
1703 {
1704 "name": "Stig Bakken",
1705 "email": "stig@php.net",
1706 "role": "Lead"
1707 }
1708 ],
1709 "description": "More info available on: http://pear.php.net/package/Net_Socket",
1710 "time": "2014-02-20T19:27:06+00:00"
1711 },
2215f6dc 1712 {
1713 "name": "pear/pear-core-minimal",
1714 "version": "v1.10.7",
1715 "source": {
1716 "type": "git",
1717 "url": "https://github.com/pear/pear-core-minimal.git",
1718 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
1719 },
1720 "dist": {
1721 "type": "zip",
1722 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
1723 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
1724 "shasum": ""
1725 },
1726 "require": {
1727 "pear/console_getopt": "~1.4",
1728 "pear/pear_exception": "~1.0"
1729 },
1730 "replace": {
1731 "rsky/pear-core-min": "self.version"
1732 },
1733 "type": "library",
1734 "autoload": {
1735 "psr-0": {
1736 "": "src/"
1737 }
1738 },
1739 "notification-url": "https://packagist.org/downloads/",
1740 "include-path": [
1741 "src/"
1742 ],
1743 "license": [
1744 "BSD-3-Clause"
1745 ],
1746 "authors": [
1747 {
1748 "name": "Christian Weiske",
1749 "email": "cweiske@php.net",
1750 "role": "Lead"
1751 }
1752 ],
1753 "description": "Minimal set of PEAR core files to be used as composer dependency",
1754 "time": "2018-12-05T20:03:52+00:00"
1755 },
2d0eaf7e
SL
1756 {
1757 "name": "pear/pear_exception",
6086c345 1758 "version": "v1.0.1",
2d0eaf7e
SL
1759 "source": {
1760 "type": "git",
1761 "url": "https://github.com/pear/PEAR_Exception.git",
6086c345 1762 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
2d0eaf7e
SL
1763 },
1764 "dist": {
1765 "type": "zip",
6086c345
SL
1766 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
1767 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
2d0eaf7e
SL
1768 "shasum": ""
1769 },
1770 "require": {
1771 "php": ">=4.4.0"
1772 },
1773 "require-dev": {
1774 "phpunit/phpunit": "*"
1775 },
1776 "type": "class",
1777 "extra": {
1778 "branch-alias": {
1779 "dev-master": "1.0.x-dev"
1780 }
1781 },
1782 "autoload": {
6086c345
SL
1783 "classmap": [
1784 "PEAR/"
1785 ]
2d0eaf7e
SL
1786 },
1787 "notification-url": "https://packagist.org/downloads/",
1788 "include-path": [
1789 "."
1790 ],
1791 "license": [
1792 "BSD-2-Clause"
1793 ],
1794 "authors": [
1795 {
1796 "name": "Helgi Thormar",
1797 "email": "dufuz@php.net"
1798 },
1799 {
1800 "name": "Greg Beaver",
1801 "email": "cellog@php.net"
1802 }
1803 ],
1804 "description": "The PEAR Exception base class.",
1805 "homepage": "https://github.com/pear/PEAR_Exception",
1806 "keywords": [
1807 "exception"
1808 ],
6086c345 1809 "time": "2019-12-10T10:24:42+00:00"
2d0eaf7e
SL
1810 },
1811 {
1812 "name": "pear/validate_finance_creditcard",
0df41a8e 1813 "version": "dev-master",
2d0eaf7e
SL
1814 "source": {
1815 "type": "git",
1816 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
989532f6 1817 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
2d0eaf7e
SL
1818 },
1819 "dist": {
1820 "type": "zip",
989532f6
SL
1821 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
1822 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
2d0eaf7e
SL
1823 "shasum": ""
1824 },
1825 "require": {
1826 "pear/pear_exception": "*",
1827 "php": ">=5.2.1"
1828 },
1829 "require-dev": {
1830 "phpunit/phpunit": "*"
1831 },
1832 "type": "library",
1833 "autoload": {
1834 "psr-0": {
1835 "Validate": "./"
1836 }
1837 },
1838 "notification-url": "https://packagist.org/downloads/",
1839 "include-path": [
1840 "./"
1841 ],
1842 "license": [
1843 "New BSD"
1844 ],
1845 "authors": [
1846 {
1847 "name": "Philippe Jausions",
1848 "email": "Philippe.Jausions@11abacus.com",
1849 "role": "Lead"
1850 }
1851 ],
1852 "description": "Validation class for credit cards.",
77c89e7a 1853 "time": "2016-09-12T08:01:21+00:00"
2d0eaf7e 1854 },
0a4cb750
TO
1855 {
1856 "name": "phenx/php-font-lib",
b9015a8b 1857 "version": "0.5.2",
0a4cb750
TO
1858 "source": {
1859 "type": "git",
1860 "url": "https://github.com/PhenX/php-font-lib.git",
b9015a8b 1861 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
0a4cb750
TO
1862 },
1863 "dist": {
1864 "type": "zip",
b9015a8b
SL
1865 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
1866 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
0a4cb750
TO
1867 "shasum": ""
1868 },
bd48ca3f 1869 "require-dev": {
b9015a8b 1870 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
bd48ca3f 1871 },
0a4cb750
TO
1872 "type": "library",
1873 "autoload": {
bd48ca3f
SL
1874 "psr-4": {
1875 "FontLib\\": "src/FontLib"
e91585d7 1876 }
0a4cb750
TO
1877 },
1878 "notification-url": "https://packagist.org/downloads/",
1879 "license": [
e91585d7 1880 "LGPL-3.0"
0a4cb750
TO
1881 ],
1882 "authors": [
1883 {
1884 "name": "Fabien Ménager",
1885 "email": "fabien.menager@gmail.com"
1886 }
1887 ],
1888 "description": "A library to read, parse, export and make subsets of different types of font files.",
1889 "homepage": "https://github.com/PhenX/php-font-lib",
b9015a8b 1890 "time": "2020-03-08T15:31:32+00:00"
e91585d7
SL
1891 },
1892 {
1893 "name": "phenx/php-svg-lib",
b85181d1 1894 "version": "v0.3.3",
e91585d7
SL
1895 "source": {
1896 "type": "git",
1897 "url": "https://github.com/PhenX/php-svg-lib.git",
b85181d1 1898 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
e91585d7
SL
1899 },
1900 "dist": {
1901 "type": "zip",
b85181d1 1902 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1903 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
e91585d7
SL
1904 "shasum": ""
1905 },
bd48ca3f 1906 "require": {
b85181d1 1907 "sabberworm/php-css-parser": "^8.3"
1908 },
1909 "require-dev": {
1910 "phpunit/phpunit": "^5.5|^6.5"
bd48ca3f 1911 },
e91585d7
SL
1912 "type": "library",
1913 "autoload": {
b85181d1 1914 "psr-4": {
1915 "Svg\\": "src/Svg"
e91585d7
SL
1916 }
1917 },
1918 "notification-url": "https://packagist.org/downloads/",
1919 "license": [
1920 "LGPL-3.0"
1921 ],
1922 "authors": [
1923 {
1924 "name": "Fabien Ménager",
1925 "email": "fabien.menager@gmail.com"
1926 }
1927 ],
1928 "description": "A library to read, parse and export to PDF SVG files.",
1929 "homepage": "https://github.com/PhenX/php-svg-lib",
b85181d1 1930 "time": "2019-09-11T20:02:13+00:00"
0a4cb750 1931 },
61a197f8
SL
1932 {
1933 "name": "phpoffice/common",
66a7c254 1934 "version": "0.2.9",
61a197f8
SL
1935 "source": {
1936 "type": "git",
1937 "url": "https://github.com/PHPOffice/Common.git",
66a7c254 1938 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
61a197f8
SL
1939 },
1940 "dist": {
1941 "type": "zip",
66a7c254
SL
1942 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1943 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
61a197f8
SL
1944 "shasum": ""
1945 },
1946 "require": {
1947 "pclzip/pclzip": "^2.8",
1948 "php": ">=5.3.0"
1949 },
1950 "require-dev": {
1951 "phpdocumentor/phpdocumentor": "2.*",
1952 "phploc/phploc": "2.*",
1953 "phpmd/phpmd": "2.*",
66a7c254 1954 "phpunit/phpunit": "^4.8.36 || ^7.0",
61a197f8
SL
1955 "sebastian/phpcpd": "2.*",
1956 "squizlabs/php_codesniffer": "2.*"
1957 },
1958 "type": "library",
1959 "autoload": {
1960 "psr-4": {
1961 "PhpOffice\\Common\\": "src/Common/"
1962 }
1963 },
1964 "notification-url": "https://packagist.org/downloads/",
1965 "license": [
1966 "LGPL"
1967 ],
1968 "authors": [
1969 {
1970 "name": "Mark Baker"
1971 },
1972 {
1973 "name": "Franck Lefevre",
1974 "homepage": "http://rootslabs.net"
1975 }
1976 ],
1977 "description": "PHPOffice Common",
1978 "homepage": "http://phpoffice.github.io",
1979 "keywords": [
1980 "common",
1981 "component",
1982 "office",
1983 "php"
1984 ],
094bc972 1985 "time": "2018-07-13T14:12:34+00:00",
1986 "extra": {
1987 "patches_applied": {
1988 "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"
1989 }
1990 }
61a197f8 1991 },
db7b0381
CW
1992 {
1993 "name": "phpoffice/phpword",
66a7c254 1994 "version": "0.15.0",
db7b0381
CW
1995 "source": {
1996 "type": "git",
1997 "url": "https://github.com/PHPOffice/PHPWord.git",
66a7c254 1998 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f"
db7b0381
CW
1999 },
2000 "dist": {
2001 "type": "zip",
66a7c254
SL
2002 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
2003 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
db7b0381
CW
2004 "shasum": ""
2005 },
2006 "require": {
2007 "ext-xml": "*",
5af9e53b 2008 "php": "^5.3.3 || ^7.0",
66a7c254
SL
2009 "phpoffice/common": "^0.2.9",
2010 "zendframework/zend-escaper": "^2.2"
db7b0381
CW
2011 },
2012 "require-dev": {
5af9e53b 2013 "dompdf/dompdf": "0.8.*",
66a7c254
SL
2014 "ext-gd": "*",
2015 "ext-zip": "*",
2016 "friendsofphp/php-cs-fixer": "^2.2",
2017 "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
2018 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
5af9e53b 2019 "phploc/phploc": "2.* || 3.* || 4.*",
db7b0381 2020 "phpmd/phpmd": "2.*",
66a7c254
SL
2021 "phpunit/phpunit": "^4.8.36 || ^7.0",
2022 "squizlabs/php_codesniffer": "^2.9",
61a197f8 2023 "tecnickcom/tcpdf": "6.*"
db7b0381
CW
2024 },
2025 "suggest": {
61a197f8
SL
2026 "dompdf/dompdf": "Allows writing PDF",
2027 "ext-gd2": "Allows adding images",
2028 "ext-xmlwriter": "Allows writing OOXML and ODF",
2029 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
2030 "ext-zip": "Allows writing OOXML and ODF"
db7b0381
CW
2031 },
2032 "type": "library",
66a7c254
SL
2033 "extra": {
2034 "branch-alias": {
2035 "dev-develop": "0.16-dev"
2036 },
2037 "patches_applied": {
b4998943 2038 "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"
66a7c254
SL
2039 }
2040 },
db7b0381
CW
2041 "autoload": {
2042 "psr-4": {
2043 "PhpOffice\\PhpWord\\": "src/PhpWord"
2044 }
2045 },
2046 "notification-url": "https://packagist.org/downloads/",
2047 "license": [
2048 "LGPL-3.0"
2049 ],
2050 "authors": [
2051 {
2052 "name": "Mark Baker"
2053 },
db7b0381
CW
2054 {
2055 "name": "Gabriel Bull",
2056 "email": "me@gabrielbull.com",
2057 "homepage": "http://gabrielbull.com/"
2058 },
2059 {
2060 "name": "Ivan Lanin",
2061 "homepage": "http://ivan.lanin.org"
2062 },
2063 {
2064 "name": "Roman Syroeshko",
2065 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
5af9e53b
DS
2066 },
2067 {
2068 "name": "Franck Lefevre",
2069 "homepage": "https://rootslabs.net/blog/"
2070 },
2071 {
2072 "name": "Antoine de Troostembergh"
db7b0381
CW
2073 }
2074 ],
61a197f8 2075 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
db7b0381
CW
2076 "homepage": "http://phpoffice.github.io",
2077 "keywords": [
2078 "ISO IEC 29500",
2079 "OOXML",
2080 "Office Open XML",
2081 "OpenDocument",
2082 "OpenXML",
2083 "PhpOffice",
2084 "PhpWord",
2085 "Rich Text Format",
2086 "WordprocessingML",
2087 "doc",
2088 "docx",
2089 "html",
61a197f8 2090 "odf",
db7b0381
CW
2091 "odt",
2092 "office",
2093 "pdf",
2094 "php",
2095 "reader",
2096 "rtf",
2097 "template",
2098 "template processor",
2099 "word",
2100 "writer"
2101 ],
66a7c254 2102 "time": "2018-07-14T16:59:43+00:00"
db7b0381 2103 },
94ddb538
TO
2104 {
2105 "name": "phpseclib/phpseclib",
094bc972 2106 "version": "2.0.31",
94ddb538
TO
2107 "source": {
2108 "type": "git",
2109 "url": "https://github.com/phpseclib/phpseclib.git",
094bc972 2110 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
94ddb538
TO
2111 },
2112 "dist": {
2113 "type": "zip",
094bc972 2114 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
2115 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
94ddb538
TO
2116 "shasum": ""
2117 },
2118 "require": {
30836e92 2119 "php": ">=5.3.3"
94ddb538
TO
2120 },
2121 "require-dev": {
2122 "phing/phing": "~2.7",
094bc972 2123 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
fcfd7b4d 2124 "squizlabs/php_codesniffer": "~2.0"
94ddb538
TO
2125 },
2126 "suggest": {
2127 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
30836e92
TO
2128 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2129 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2130 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
94ddb538
TO
2131 },
2132 "type": "library",
94ddb538 2133 "autoload": {
94ddb538 2134 "files": [
30836e92
TO
2135 "phpseclib/bootstrap.php"
2136 ],
2137 "psr-4": {
2138 "phpseclib\\": "phpseclib/"
2139 }
94ddb538
TO
2140 },
2141 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
2142 "license": [
2143 "MIT"
2144 ],
2145 "authors": [
2146 {
2147 "name": "Jim Wigginton",
2148 "email": "terrafrost@php.net",
2149 "role": "Lead Developer"
2150 },
2151 {
2152 "name": "Patrick Monnerat",
2153 "email": "pm@datasphere.ch",
2154 "role": "Developer"
2155 },
2156 {
2157 "name": "Andreas Fischer",
2158 "email": "bantu@phpbb.com",
2159 "role": "Developer"
2160 },
2161 {
2162 "name": "Hans-Jürgen Petrich",
2163 "email": "petrich@tronic-media.com",
2164 "role": "Developer"
fcfd7b4d
TO
2165 },
2166 {
2167 "name": "Graham Campbell",
2168 "email": "graham@alt-three.com",
2169 "role": "Developer"
94ddb538
TO
2170 }
2171 ],
2172 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2173 "homepage": "http://phpseclib.sourceforge.net",
2174 "keywords": [
2175 "BigInteger",
2176 "aes",
2177 "asn.1",
2178 "asn1",
2179 "blowfish",
2180 "crypto",
2181 "cryptography",
2182 "encryption",
2183 "rsa",
2184 "security",
2185 "sftp",
2186 "signature",
2187 "signing",
2188 "ssh",
2189 "twofish",
2190 "x.509",
2191 "x509"
2192 ],
30836e92
TO
2193 "funding": [
2194 {
2195 "url": "https://github.com/terrafrost",
2196 "type": "github"
2197 },
2198 {
2199 "url": "https://www.patreon.com/phpseclib",
2200 "type": "patreon"
2201 },
2202 {
2203 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2204 "type": "tidelift"
2205 }
2206 ],
094bc972 2207 "time": "2021-04-06T13:56:45+00:00"
94ddb538 2208 },
b4998943
TO
2209 {
2210 "name": "psr/cache",
2211 "version": "1.0.1",
2212 "source": {
2213 "type": "git",
2214 "url": "https://github.com/php-fig/cache.git",
2215 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2216 },
2217 "dist": {
2218 "type": "zip",
2219 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2220 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2221 "shasum": ""
2222 },
2223 "require": {
2224 "php": ">=5.3.0"
2225 },
2226 "type": "library",
2227 "extra": {
2228 "branch-alias": {
2229 "dev-master": "1.0.x-dev"
2230 }
2231 },
2232 "autoload": {
2233 "psr-4": {
2234 "Psr\\Cache\\": "src/"
2235 }
2236 },
2237 "notification-url": "https://packagist.org/downloads/",
2238 "license": [
2239 "MIT"
2240 ],
2241 "authors": [
2242 {
2243 "name": "PHP-FIG",
2244 "homepage": "http://www.php-fig.org/"
2245 }
2246 ],
2247 "description": "Common interface for caching libraries",
2248 "keywords": [
2249 "cache",
2250 "psr",
2251 "psr-6"
2252 ],
2253 "time": "2016-08-06T20:24:11+00:00"
2254 },
c2b44ba2
SL
2255 {
2256 "name": "psr/container",
2257 "version": "1.0.0",
2258 "source": {
2259 "type": "git",
2260 "url": "https://github.com/php-fig/container.git",
2261 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2262 },
2263 "dist": {
2264 "type": "zip",
2265 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2266 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2267 "shasum": ""
2268 },
2269 "require": {
2270 "php": ">=5.3.0"
2271 },
2272 "type": "library",
2273 "extra": {
2274 "branch-alias": {
2275 "dev-master": "1.0.x-dev"
2276 }
2277 },
2278 "autoload": {
2279 "psr-4": {
2280 "Psr\\Container\\": "src/"
2281 }
2282 },
2283 "notification-url": "https://packagist.org/downloads/",
2284 "license": [
2285 "MIT"
2286 ],
2287 "authors": [
2288 {
2289 "name": "PHP-FIG",
2290 "homepage": "http://www.php-fig.org/"
2291 }
2292 ],
2293 "description": "Common Container Interface (PHP FIG PSR-11)",
2294 "homepage": "https://github.com/php-fig/container",
2295 "keywords": [
2296 "PSR-11",
2297 "container",
2298 "container-interface",
2299 "container-interop",
2300 "psr"
2301 ],
2302 "time": "2017-02-14T16:28:37+00:00"
2303 },
f9bdf062 2304 {
2305 "name": "psr/http-message",
2306 "version": "1.0.1",
2307 "source": {
2308 "type": "git",
2309 "url": "https://github.com/php-fig/http-message.git",
2310 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2311 },
2312 "dist": {
2313 "type": "zip",
2314 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2315 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2316 "shasum": ""
2317 },
2318 "require": {
2319 "php": ">=5.3.0"
2320 },
2321 "type": "library",
2322 "extra": {
2323 "branch-alias": {
2324 "dev-master": "1.0.x-dev"
2325 }
2326 },
2327 "autoload": {
2328 "psr-4": {
2329 "Psr\\Http\\Message\\": "src/"
2330 }
2331 },
2332 "notification-url": "https://packagist.org/downloads/",
2333 "license": [
2334 "MIT"
2335 ],
2336 "authors": [
2337 {
2338 "name": "PHP-FIG",
2339 "homepage": "http://www.php-fig.org/"
2340 }
2341 ],
2342 "description": "Common interface for HTTP messages",
2343 "homepage": "https://github.com/php-fig/http-message",
2344 "keywords": [
2345 "http",
2346 "http-message",
2347 "psr",
2348 "psr-7",
2349 "request",
2350 "response"
2351 ],
2352 "time": "2016-08-06T14:39:51+00:00"
2353 },
fd6605f0
JK
2354 {
2355 "name": "psr/log",
e32ed52b 2356 "version": "1.1.3",
0a4cb750
TO
2357 "source": {
2358 "type": "git",
2359 "url": "https://github.com/php-fig/log.git",
e32ed52b 2360 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
0a4cb750
TO
2361 },
2362 "dist": {
2363 "type": "zip",
e32ed52b 2364 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2365 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
0a4cb750
TO
2366 "shasum": ""
2367 },
2ac97b20
SL
2368 "require": {
2369 "php": ">=5.3.0"
2370 },
0a4cb750 2371 "type": "library",
2ac97b20
SL
2372 "extra": {
2373 "branch-alias": {
0a5cc337 2374 "dev-master": "1.1.x-dev"
2ac97b20
SL
2375 }
2376 },
0a4cb750 2377 "autoload": {
2ac97b20
SL
2378 "psr-4": {
2379 "Psr\\Log\\": "Psr/Log/"
0a4cb750
TO
2380 }
2381 },
2382 "notification-url": "https://packagist.org/downloads/",
2383 "license": [
2384 "MIT"
2385 ],
2386 "authors": [
2387 {
2388 "name": "PHP-FIG",
2389 "homepage": "http://www.php-fig.org/"
2390 }
2391 ],
2392 "description": "Common interface for logging libraries",
2ac97b20 2393 "homepage": "https://github.com/php-fig/log",
0a4cb750
TO
2394 "keywords": [
2395 "log",
2396 "psr",
2397 "psr-3"
2398 ],
e32ed52b 2399 "time": "2020-03-23T09:12:05+00:00"
0a4cb750 2400 },
6c1c4ffc
TO
2401 {
2402 "name": "psr/simple-cache",
2403 "version": "1.0.1",
2404 "source": {
2405 "type": "git",
2406 "url": "https://github.com/php-fig/simple-cache.git",
2407 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2408 },
2409 "dist": {
2410 "type": "zip",
2411 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2412 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2413 "shasum": ""
2414 },
2415 "require": {
2416 "php": ">=5.3.0"
2417 },
2418 "type": "library",
2419 "extra": {
2420 "branch-alias": {
2421 "dev-master": "1.0.x-dev"
2422 }
2423 },
2424 "autoload": {
2425 "psr-4": {
2426 "Psr\\SimpleCache\\": "src/"
2427 }
2428 },
2429 "notification-url": "https://packagist.org/downloads/",
2430 "license": [
2431 "MIT"
2432 ],
2433 "authors": [
2434 {
2435 "name": "PHP-FIG",
2436 "homepage": "http://www.php-fig.org/"
2437 }
2438 ],
2439 "description": "Common interfaces for simple caching",
2440 "keywords": [
2441 "cache",
2442 "caching",
2443 "psr",
2444 "psr-16",
2445 "simple-cache"
2446 ],
2447 "time": "2017-10-23T01:57:42+00:00"
2448 },
bd4dda2a 2449 {
2450 "name": "ralouphie/getallheaders",
2451 "version": "3.0.3",
2452 "source": {
2453 "type": "git",
2454 "url": "https://github.com/ralouphie/getallheaders.git",
2455 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2456 },
2457 "dist": {
2458 "type": "zip",
2459 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2460 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2461 "shasum": ""
2462 },
2463 "require": {
2464 "php": ">=5.6"
2465 },
2466 "require-dev": {
2467 "php-coveralls/php-coveralls": "^2.1",
2468 "phpunit/phpunit": "^5 || ^6.5"
2469 },
2470 "type": "library",
2471 "autoload": {
2472 "files": [
2473 "src/getallheaders.php"
2474 ]
2475 },
2476 "notification-url": "https://packagist.org/downloads/",
2477 "license": [
2478 "MIT"
2479 ],
2480 "authors": [
2481 {
2482 "name": "Ralph Khattar",
2483 "email": "ralph.khattar@gmail.com"
2484 }
2485 ],
2486 "description": "A polyfill for getallheaders.",
2487 "time": "2019-03-08T08:55:37+00:00"
2488 },
bd48ca3f
SL
2489 {
2490 "name": "sabberworm/php-css-parser",
b9015a8b 2491 "version": "8.3.1",
bd48ca3f
SL
2492 "source": {
2493 "type": "git",
2494 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
b9015a8b 2495 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
bd48ca3f
SL
2496 },
2497 "dist": {
2498 "type": "zip",
b9015a8b
SL
2499 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
2500 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
bd48ca3f
SL
2501 "shasum": ""
2502 },
2503 "require": {
2504 "php": ">=5.3.2"
2505 },
b85181d1 2506 "require-dev": {
2507 "codacy/coverage": "^1.4",
2508 "phpunit/phpunit": "~4.8"
2509 },
bd48ca3f
SL
2510 "type": "library",
2511 "autoload": {
2512 "psr-0": {
2513 "Sabberworm\\CSS": "lib/"
2514 }
2515 },
2516 "notification-url": "https://packagist.org/downloads/",
2517 "license": [
2518 "MIT"
2519 ],
2520 "authors": [
2521 {
2522 "name": "Raphael Schweikert"
2523 }
2524 ],
2525 "description": "Parser for CSS Files written in PHP",
2526 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2527 "keywords": [
2528 "css",
2529 "parser",
2530 "stylesheet"
2531 ],
b9015a8b 2532 "time": "2020-06-01T09:10:00+00:00"
bd48ca3f 2533 },
4034556f
TO
2534 {
2535 "name": "scssphp/scssphp",
2536 "version": "1.2.1",
2537 "source": {
2538 "type": "git",
2539 "url": "https://github.com/scssphp/scssphp.git",
2540 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1"
2541 },
2542 "dist": {
2543 "type": "zip",
2544 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
2545 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
2546 "shasum": ""
2547 },
2548 "require": {
2549 "ext-ctype": "*",
2550 "ext-json": "*",
2551 "php": ">=5.6.0"
2552 },
2553 "require-dev": {
2554 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
2555 "sass/sass-spec": "2020.08.10",
2556 "squizlabs/php_codesniffer": "~3.5",
2557 "twbs/bootstrap": "~4.3",
2558 "zurb/foundation": "~6.5"
2559 },
2560 "bin": [
2561 "bin/pscss"
2562 ],
2563 "type": "library",
2564 "autoload": {
2565 "psr-4": {
2566 "ScssPhp\\ScssPhp\\": "src/"
2567 }
2568 },
2569 "notification-url": "https://packagist.org/downloads/",
2570 "license": [
2571 "MIT"
2572 ],
2573 "authors": [
2574 {
2575 "name": "Anthon Pang",
2576 "email": "apang@softwaredevelopment.ca",
2577 "homepage": "https://github.com/robocoder"
2578 },
2579 {
2580 "name": "Cédric Morin",
2581 "email": "cedric@yterium.com",
2582 "homepage": "https://github.com/Cerdic"
2583 }
2584 ],
2585 "description": "scssphp is a compiler for SCSS written in PHP.",
2586 "homepage": "http://scssphp.github.io/scssphp/",
2587 "keywords": [
2588 "css",
2589 "less",
2590 "sass",
2591 "scss",
2592 "stylesheet"
2593 ],
2594 "time": "2020-09-07T21:15:42+00:00"
2595 },
40787e18
TO
2596 {
2597 "name": "symfony/config",
c2b44ba2 2598 "version": "v3.4.40",
40787e18
TO
2599 "source": {
2600 "type": "git",
a84cc605 2601 "url": "https://github.com/symfony/config.git",
c2b44ba2 2602 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877"
40787e18
TO
2603 },
2604 "dist": {
2605 "type": "zip",
c2b44ba2
SL
2606 "url": "https://api.github.com/repos/symfony/config/zipball/3634991bea549e73c45a964c38f30ceeae6ed877",
2607 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877",
40787e18
TO
2608 "shasum": ""
2609 },
2610 "require": {
c2b44ba2
SL
2611 "php": "^5.5.9|>=7.0.8",
2612 "symfony/filesystem": "~2.8|~3.0|~4.0",
c837b233 2613 "symfony/polyfill-ctype": "~1.8"
40787e18 2614 },
c2b44ba2
SL
2615 "conflict": {
2616 "symfony/dependency-injection": "<3.3",
2617 "symfony/finder": "<3.3"
2618 },
a892989e 2619 "require-dev": {
c2b44ba2
SL
2620 "symfony/dependency-injection": "~3.3|~4.0",
2621 "symfony/event-dispatcher": "~3.3|~4.0",
2622 "symfony/finder": "~3.3|~4.0",
2623 "symfony/yaml": "~3.0|~4.0"
c837b233
SL
2624 },
2625 "suggest": {
2626 "symfony/yaml": "To use the yaml reference dumper"
a892989e 2627 },
40787e18
TO
2628 "type": "library",
2629 "extra": {
2630 "branch-alias": {
c2b44ba2 2631 "dev-master": "3.4-dev"
40787e18
TO
2632 }
2633 },
2634 "autoload": {
c837b233 2635 "psr-4": {
40787e18 2636 "Symfony\\Component\\Config\\": ""
c837b233
SL
2637 },
2638 "exclude-from-classmap": [
2639 "/Tests/"
2640 ]
40787e18
TO
2641 },
2642 "notification-url": "https://packagist.org/downloads/",
2643 "license": [
2644 "MIT"
2645 ],
2646 "authors": [
40787e18
TO
2647 {
2648 "name": "Fabien Potencier",
2649 "email": "fabien@symfony.com"
a892989e
DS
2650 },
2651 {
2652 "name": "Symfony Community",
2653 "homepage": "https://symfony.com/contributors"
40787e18
TO
2654 }
2655 ],
2656 "description": "Symfony Config Component",
a892989e 2657 "homepage": "https://symfony.com",
094bc972 2658 "funding": [
2659 {
2660 "url": "https://symfony.com/sponsor",
2661 "type": "custom"
2662 },
2663 {
2664 "url": "https://github.com/fabpot",
2665 "type": "github"
2666 },
2667 {
2668 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2669 "type": "tidelift"
2670 }
2671 ],
c2b44ba2 2672 "time": "2020-04-12T14:33:46+00:00"
40787e18 2673 },
0a4cb750
TO
2674 {
2675 "name": "symfony/dependency-injection",
c2b44ba2 2676 "version": "v3.4.40",
0a4cb750
TO
2677 "source": {
2678 "type": "git",
a84cc605 2679 "url": "https://github.com/symfony/dependency-injection.git",
c2b44ba2 2680 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd"
0a4cb750
TO
2681 },
2682 "dist": {
2683 "type": "zip",
c2b44ba2
SL
2684 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10ff5503b0b27711087eef4ac7835a752fe42fd",
2685 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd",
0a4cb750
TO
2686 "shasum": ""
2687 },
2688 "require": {
c2b44ba2
SL
2689 "php": "^5.5.9|>=7.0.8",
2690 "psr/container": "^1.0"
0a4cb750 2691 },
a892989e 2692 "conflict": {
c2b44ba2
SL
2693 "symfony/config": "<3.3.7",
2694 "symfony/finder": "<3.3",
2695 "symfony/proxy-manager-bridge": "<3.4",
2696 "symfony/yaml": "<3.4"
2697 },
2698 "provide": {
2699 "psr/container-implementation": "1.0"
a892989e 2700 },
0a4cb750 2701 "require-dev": {
c2b44ba2
SL
2702 "symfony/config": "~3.3|~4.0",
2703 "symfony/expression-language": "~2.8|~3.0|~4.0",
2704 "symfony/yaml": "~3.4|~4.0"
0a4cb750
TO
2705 },
2706 "suggest": {
2707 "symfony/config": "",
c837b233 2708 "symfony/expression-language": "For using expressions in service container configuration",
c2b44ba2 2709 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
0a4cb750
TO
2710 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2711 "symfony/yaml": ""
2712 },
2713 "type": "library",
2714 "extra": {
2715 "branch-alias": {
c2b44ba2 2716 "dev-master": "3.4-dev"
0a4cb750
TO
2717 }
2718 },
2719 "autoload": {
c837b233 2720 "psr-4": {
0a4cb750 2721 "Symfony\\Component\\DependencyInjection\\": ""
c837b233
SL
2722 },
2723 "exclude-from-classmap": [
2724 "/Tests/"
2725 ]
0a4cb750
TO
2726 },
2727 "notification-url": "https://packagist.org/downloads/",
2728 "license": [
2729 "MIT"
2730 ],
2731 "authors": [
0a4cb750
TO
2732 {
2733 "name": "Fabien Potencier",
2734 "email": "fabien@symfony.com"
a892989e
DS
2735 },
2736 {
2737 "name": "Symfony Community",
2738 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
2739 }
2740 ],
2741 "description": "Symfony DependencyInjection Component",
a892989e 2742 "homepage": "https://symfony.com",
094bc972 2743 "funding": [
2744 {
2745 "url": "https://symfony.com/sponsor",
2746 "type": "custom"
2747 },
2748 {
2749 "url": "https://github.com/fabpot",
2750 "type": "github"
2751 },
2752 {
2753 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2754 "type": "tidelift"
2755 }
2756 ],
c2b44ba2 2757 "time": "2020-04-13T09:33:40+00:00"
0a4cb750
TO
2758 },
2759 {
2760 "name": "symfony/event-dispatcher",
c2b44ba2 2761 "version": "v3.4.40",
0a4cb750
TO
2762 "source": {
2763 "type": "git",
a84cc605 2764 "url": "https://github.com/symfony/event-dispatcher.git",
c2b44ba2 2765 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
0a4cb750
TO
2766 },
2767 "dist": {
2768 "type": "zip",
c2b44ba2
SL
2769 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2770 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
0a4cb750
TO
2771 "shasum": ""
2772 },
2773 "require": {
c2b44ba2
SL
2774 "php": "^5.5.9|>=7.0.8"
2775 },
2776 "conflict": {
2777 "symfony/dependency-injection": "<3.3"
0a4cb750
TO
2778 },
2779 "require-dev": {
40787e18 2780 "psr/log": "~1.0",
c2b44ba2
SL
2781 "symfony/config": "~2.8|~3.0|~4.0",
2782 "symfony/dependency-injection": "~3.3|~4.0",
2783 "symfony/expression-language": "~2.8|~3.0|~4.0",
2784 "symfony/stopwatch": "~2.8|~3.0|~4.0"
0a4cb750
TO
2785 },
2786 "suggest": {
2787 "symfony/dependency-injection": "",
2788 "symfony/http-kernel": ""
2789 },
2790 "type": "library",
2791 "extra": {
2792 "branch-alias": {
c2b44ba2 2793 "dev-master": "3.4-dev"
0a4cb750
TO
2794 }
2795 },
2796 "autoload": {
c837b233 2797 "psr-4": {
0a4cb750 2798 "Symfony\\Component\\EventDispatcher\\": ""
c837b233
SL
2799 },
2800 "exclude-from-classmap": [
2801 "/Tests/"
2802 ]
0a4cb750
TO
2803 },
2804 "notification-url": "https://packagist.org/downloads/",
2805 "license": [
2806 "MIT"
2807 ],
2808 "authors": [
0a4cb750
TO
2809 {
2810 "name": "Fabien Potencier",
2811 "email": "fabien@symfony.com"
a892989e
DS
2812 },
2813 {
2814 "name": "Symfony Community",
2815 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
2816 }
2817 ],
2818 "description": "Symfony EventDispatcher Component",
a892989e 2819 "homepage": "https://symfony.com",
094bc972 2820 "funding": [
2821 {
2822 "url": "https://symfony.com/sponsor",
2823 "type": "custom"
2824 },
2825 {
2826 "url": "https://github.com/fabpot",
2827 "type": "github"
2828 },
2829 {
2830 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2831 "type": "tidelift"
2832 }
2833 ],
c2b44ba2 2834 "time": "2020-03-15T09:38:08+00:00"
40787e18
TO
2835 },
2836 {
2837 "name": "symfony/filesystem",
c2b44ba2 2838 "version": "v3.4.40",
40787e18
TO
2839 "source": {
2840 "type": "git",
a84cc605 2841 "url": "https://github.com/symfony/filesystem.git",
c2b44ba2 2842 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515"
40787e18
TO
2843 },
2844 "dist": {
2845 "type": "zip",
c2b44ba2
SL
2846 "url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2847 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
40787e18
TO
2848 "shasum": ""
2849 },
2850 "require": {
c2b44ba2 2851 "php": "^5.5.9|>=7.0.8",
c837b233 2852 "symfony/polyfill-ctype": "~1.8"
a892989e 2853 },
40787e18
TO
2854 "type": "library",
2855 "extra": {
2856 "branch-alias": {
c2b44ba2 2857 "dev-master": "3.4-dev"
40787e18
TO
2858 }
2859 },
2860 "autoload": {
c837b233 2861 "psr-4": {
40787e18 2862 "Symfony\\Component\\Filesystem\\": ""
c837b233
SL
2863 },
2864 "exclude-from-classmap": [
2865 "/Tests/"
2866 ]
40787e18
TO
2867 },
2868 "notification-url": "https://packagist.org/downloads/",
2869 "license": [
2870 "MIT"
2871 ],
2872 "authors": [
40787e18 2873 {
d892b317
TO
2874 "name": "Fabien Potencier",
2875 "email": "fabien@symfony.com"
a892989e
DS
2876 },
2877 {
2878 "name": "Symfony Community",
2879 "homepage": "https://symfony.com/contributors"
40787e18
TO
2880 }
2881 ],
2882 "description": "Symfony Filesystem Component",
a892989e 2883 "homepage": "https://symfony.com",
094bc972 2884 "funding": [
2885 {
2886 "url": "https://symfony.com/sponsor",
2887 "type": "custom"
2888 },
2889 {
2890 "url": "https://github.com/fabpot",
2891 "type": "github"
2892 },
2893 {
2894 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2895 "type": "tidelift"
2896 }
2897 ],
c2b44ba2 2898 "time": "2020-04-12T16:54:01+00:00"
0a4cb750
TO
2899 },
2900 {
2901 "name": "symfony/finder",
c2b44ba2 2902 "version": "v3.4.40",
0a4cb750
TO
2903 "source": {
2904 "type": "git",
a892989e 2905 "url": "https://github.com/symfony/finder.git",
c2b44ba2 2906 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
0a4cb750
TO
2907 },
2908 "dist": {
2909 "type": "zip",
c2b44ba2
SL
2910 "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
2911 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
0a4cb750
TO
2912 "shasum": ""
2913 },
2914 "require": {
c2b44ba2 2915 "php": "^5.5.9|>=7.0.8"
a892989e 2916 },
0a4cb750
TO
2917 "type": "library",
2918 "extra": {
2919 "branch-alias": {
c2b44ba2 2920 "dev-master": "3.4-dev"
0a4cb750
TO
2921 }
2922 },
2923 "autoload": {
c837b233 2924 "psr-4": {
0a4cb750 2925 "Symfony\\Component\\Finder\\": ""
c837b233
SL
2926 },
2927 "exclude-from-classmap": [
2928 "/Tests/"
2929 ]
0a4cb750
TO
2930 },
2931 "notification-url": "https://packagist.org/downloads/",
2932 "license": [
2933 "MIT"
2934 ],
2935 "authors": [
0a4cb750
TO
2936 {
2937 "name": "Fabien Potencier",
2938 "email": "fabien@symfony.com"
a892989e
DS
2939 },
2940 {
2941 "name": "Symfony Community",
2942 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
2943 }
2944 ],
2945 "description": "Symfony Finder Component",
a892989e 2946 "homepage": "https://symfony.com",
c2b44ba2 2947 "time": "2020-02-14T07:34:21+00:00"
0a4cb750 2948 },
0e24103e 2949 {
c837b233 2950 "name": "symfony/polyfill-ctype",
c2b44ba2 2951 "version": "v1.17.0",
0e24103e
TO
2952 "source": {
2953 "type": "git",
c837b233 2954 "url": "https://github.com/symfony/polyfill-ctype.git",
c2b44ba2 2955 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
0e24103e
TO
2956 },
2957 "dist": {
2958 "type": "zip",
c2b44ba2
SL
2959 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2960 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
0e24103e
TO
2961 "shasum": ""
2962 },
2963 "require": {
664e998e
SL
2964 "php": ">=5.3.3"
2965 },
b01b546f
TO
2966 "suggest": {
2967 "ext-ctype": "For best performance"
2968 },
c837b233
SL
2969 "type": "library",
2970 "extra": {
2971 "branch-alias": {
c2b44ba2 2972 "dev-master": "1.17-dev"
c837b233
SL
2973 }
2974 },
2975 "autoload": {
2976 "psr-4": {
2977 "Symfony\\Polyfill\\Ctype\\": ""
2978 },
2979 "files": [
2980 "bootstrap.php"
2981 ]
2982 },
2983 "notification-url": "https://packagist.org/downloads/",
2984 "license": [
2985 "MIT"
2986 ],
2987 "authors": [
c837b233
SL
2988 {
2989 "name": "Gert de Pagter",
2990 "email": "BackEndTea@gmail.com"
2517d365
SL
2991 },
2992 {
2993 "name": "Symfony Community",
2994 "homepage": "https://symfony.com/contributors"
c837b233
SL
2995 }
2996 ],
2997 "description": "Symfony polyfill for ctype functions",
2998 "homepage": "https://symfony.com",
2999 "keywords": [
3000 "compatibility",
3001 "ctype",
3002 "polyfill",
3003 "portable"
3004 ],
094bc972 3005 "funding": [
3006 {
3007 "url": "https://symfony.com/sponsor",
3008 "type": "custom"
3009 },
3010 {
3011 "url": "https://github.com/fabpot",
3012 "type": "github"
3013 },
3014 {
3015 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3016 "type": "tidelift"
3017 }
3018 ],
c2b44ba2 3019 "time": "2020-05-12T16:14:59+00:00"
c837b233 3020 },
5ff57db4
SL
3021 {
3022 "name": "symfony/polyfill-iconv",
c2b44ba2 3023 "version": "v1.17.0",
5ff57db4
SL
3024 "source": {
3025 "type": "git",
3026 "url": "https://github.com/symfony/polyfill-iconv.git",
c2b44ba2 3027 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
5ff57db4
SL
3028 },
3029 "dist": {
3030 "type": "zip",
c2b44ba2
SL
3031 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
3032 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
5ff57db4
SL
3033 "shasum": ""
3034 },
3035 "require": {
3036 "php": ">=5.3.3"
3037 },
3038 "suggest": {
3039 "ext-iconv": "For best performance"
3040 },
3041 "type": "library",
3042 "extra": {
3043 "branch-alias": {
c2b44ba2 3044 "dev-master": "1.17-dev"
5ff57db4
SL
3045 }
3046 },
3047 "autoload": {
3048 "psr-4": {
3049 "Symfony\\Polyfill\\Iconv\\": ""
3050 },
3051 "files": [
3052 "bootstrap.php"
3053 ]
3054 },
3055 "notification-url": "https://packagist.org/downloads/",
3056 "license": [
3057 "MIT"
3058 ],
3059 "authors": [
3060 {
3061 "name": "Nicolas Grekas",
3062 "email": "p@tchwork.com"
3063 },
3064 {
3065 "name": "Symfony Community",
3066 "homepage": "https://symfony.com/contributors"
3067 }
3068 ],
3069 "description": "Symfony polyfill for the Iconv extension",
3070 "homepage": "https://symfony.com",
3071 "keywords": [
3072 "compatibility",
3073 "iconv",
3074 "polyfill",
3075 "portable",
3076 "shim"
3077 ],
094bc972 3078 "funding": [
3079 {
3080 "url": "https://symfony.com/sponsor",
3081 "type": "custom"
3082 },
3083 {
3084 "url": "https://github.com/fabpot",
3085 "type": "github"
3086 },
3087 {
3088 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3089 "type": "tidelift"
3090 }
3091 ],
c2b44ba2 3092 "time": "2020-05-12T16:47:27+00:00"
5ff57db4 3093 },
bd4dda2a 3094 {
3095 "name": "symfony/polyfill-intl-idn",
3096 "version": "v1.17.0",
3097 "source": {
3098 "type": "git",
3099 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3100 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
3101 },
3102 "dist": {
3103 "type": "zip",
3104 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
3105 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
3106 "shasum": ""
3107 },
3108 "require": {
3109 "php": ">=5.3.3",
3110 "symfony/polyfill-mbstring": "^1.3",
3111 "symfony/polyfill-php72": "^1.10"
3112 },
3113 "suggest": {
3114 "ext-intl": "For best performance"
3115 },
3116 "type": "library",
3117 "extra": {
3118 "branch-alias": {
3119 "dev-master": "1.17-dev"
3120 }
3121 },
3122 "autoload": {
3123 "psr-4": {
3124 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3125 },
3126 "files": [
3127 "bootstrap.php"
3128 ]
3129 },
3130 "notification-url": "https://packagist.org/downloads/",
3131 "license": [
3132 "MIT"
3133 ],
3134 "authors": [
3135 {
3136 "name": "Laurent Bassin",
3137 "email": "laurent@bassin.info"
3138 },
3139 {
3140 "name": "Symfony Community",
3141 "homepage": "https://symfony.com/contributors"
3142 }
3143 ],
3144 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3145 "homepage": "https://symfony.com",
3146 "keywords": [
3147 "compatibility",
3148 "idn",
3149 "intl",
3150 "polyfill",
3151 "portable",
3152 "shim"
3153 ],
094bc972 3154 "funding": [
3155 {
3156 "url": "https://symfony.com/sponsor",
3157 "type": "custom"
3158 },
3159 {
3160 "url": "https://github.com/fabpot",
3161 "type": "github"
3162 },
3163 {
3164 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3165 "type": "tidelift"
3166 }
3167 ],
bd4dda2a 3168 "time": "2020-05-12T16:47:27+00:00"
3169 },
3170 {
3171 "name": "symfony/polyfill-mbstring",
3172 "version": "v1.17.0",
3173 "source": {
3174 "type": "git",
3175 "url": "https://github.com/symfony/polyfill-mbstring.git",
3176 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
3177 },
3178 "dist": {
3179 "type": "zip",
3180 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
3181 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
3182 "shasum": ""
3183 },
3184 "require": {
3185 "php": ">=5.3.3"
3186 },
3187 "suggest": {
3188 "ext-mbstring": "For best performance"
3189 },
3190 "type": "library",
3191 "extra": {
3192 "branch-alias": {
3193 "dev-master": "1.17-dev"
3194 }
3195 },
3196 "autoload": {
3197 "psr-4": {
3198 "Symfony\\Polyfill\\Mbstring\\": ""
3199 },
3200 "files": [
3201 "bootstrap.php"
3202 ]
3203 },
3204 "notification-url": "https://packagist.org/downloads/",
3205 "license": [
3206 "MIT"
3207 ],
3208 "authors": [
3209 {
3210 "name": "Nicolas Grekas",
3211 "email": "p@tchwork.com"
3212 },
3213 {
3214 "name": "Symfony Community",
3215 "homepage": "https://symfony.com/contributors"
3216 }
3217 ],
3218 "description": "Symfony polyfill for the Mbstring extension",
3219 "homepage": "https://symfony.com",
3220 "keywords": [
3221 "compatibility",
3222 "mbstring",
3223 "polyfill",
3224 "portable",
3225 "shim"
3226 ],
094bc972 3227 "funding": [
3228 {
3229 "url": "https://symfony.com/sponsor",
3230 "type": "custom"
3231 },
3232 {
3233 "url": "https://github.com/fabpot",
3234 "type": "github"
3235 },
3236 {
3237 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3238 "type": "tidelift"
3239 }
3240 ],
bd4dda2a 3241 "time": "2020-05-12T16:47:27+00:00"
3242 },
3243 {
3244 "name": "symfony/polyfill-php72",
3245 "version": "v1.17.0",
3246 "source": {
3247 "type": "git",
3248 "url": "https://github.com/symfony/polyfill-php72.git",
3249 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
3250 },
3251 "dist": {
3252 "type": "zip",
3253 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
3254 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
3255 "shasum": ""
3256 },
3257 "require": {
3258 "php": ">=5.3.3"
3259 },
3260 "type": "library",
3261 "extra": {
3262 "branch-alias": {
3263 "dev-master": "1.17-dev"
3264 }
3265 },
3266 "autoload": {
3267 "psr-4": {
3268 "Symfony\\Polyfill\\Php72\\": ""
3269 },
3270 "files": [
3271 "bootstrap.php"
3272 ]
3273 },
3274 "notification-url": "https://packagist.org/downloads/",
3275 "license": [
3276 "MIT"
3277 ],
3278 "authors": [
3279 {
3280 "name": "Nicolas Grekas",
3281 "email": "p@tchwork.com"
3282 },
3283 {
3284 "name": "Symfony Community",
3285 "homepage": "https://symfony.com/contributors"
3286 }
3287 ],
3288 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3289 "homepage": "https://symfony.com",
3290 "keywords": [
3291 "compatibility",
3292 "polyfill",
3293 "portable",
3294 "shim"
3295 ],
094bc972 3296 "funding": [
3297 {
3298 "url": "https://symfony.com/sponsor",
3299 "type": "custom"
3300 },
3301 {
3302 "url": "https://github.com/fabpot",
3303 "type": "github"
3304 },
3305 {
3306 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3307 "type": "tidelift"
3308 }
3309 ],
bd4dda2a 3310 "time": "2020-05-12T16:47:27+00:00"
3311 },
c837b233
SL
3312 {
3313 "name": "symfony/process",
c2b44ba2 3314 "version": "v3.4.40",
c837b233
SL
3315 "source": {
3316 "type": "git",
3317 "url": "https://github.com/symfony/process.git",
c2b44ba2 3318 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
c837b233
SL
3319 },
3320 "dist": {
3321 "type": "zip",
c2b44ba2
SL
3322 "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
3323 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
c837b233
SL
3324 "shasum": ""
3325 },
3326 "require": {
c2b44ba2 3327 "php": "^5.5.9|>=7.0.8"
a892989e 3328 },
0e24103e
TO
3329 "type": "library",
3330 "extra": {
3331 "branch-alias": {
c2b44ba2 3332 "dev-master": "3.4-dev"
0e24103e
TO
3333 }
3334 },
3335 "autoload": {
c837b233 3336 "psr-4": {
0e24103e 3337 "Symfony\\Component\\Process\\": ""
c837b233
SL
3338 },
3339 "exclude-from-classmap": [
3340 "/Tests/"
3341 ]
0e24103e
TO
3342 },
3343 "notification-url": "https://packagist.org/downloads/",
3344 "license": [
3345 "MIT"
3346 ],
3347 "authors": [
0e24103e 3348 {
40787e18
TO
3349 "name": "Fabien Potencier",
3350 "email": "fabien@symfony.com"
a892989e
DS
3351 },
3352 {
3353 "name": "Symfony Community",
3354 "homepage": "https://symfony.com/contributors"
0e24103e
TO
3355 }
3356 ],
3357 "description": "Symfony Process Component",
a892989e 3358 "homepage": "https://symfony.com",
094bc972 3359 "funding": [
3360 {
3361 "url": "https://symfony.com/sponsor",
3362 "type": "custom"
3363 },
3364 {
3365 "url": "https://github.com/fabpot",
3366 "type": "github"
3367 },
3368 {
3369 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3370 "type": "tidelift"
3371 }
3372 ],
c2b44ba2 3373 "time": "2020-04-12T14:33:46+00:00"
0e24103e 3374 },
10e59978 3375 {
3376 "name": "symfony/var-dumper",
3377 "version": "v3.4.44",
3378 "source": {
3379 "type": "git",
3380 "url": "https://github.com/symfony/var-dumper.git",
3381 "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484"
3382 },
3383 "dist": {
3384 "type": "zip",
3385 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3e31b82077039b1ea3b5a203ec1e3016606f4484",
3386 "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484",
3387 "shasum": ""
3388 },
3389 "require": {
3390 "php": "^5.5.9|>=7.0.8",
3391 "symfony/polyfill-mbstring": "~1.0"
3392 },
3393 "conflict": {
3394 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3395 },
3396 "require-dev": {
3397 "ext-iconv": "*",
3398 "twig/twig": "~1.34|~2.4"
3399 },
3400 "suggest": {
3401 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3402 "ext-intl": "To show region name in time zone dump",
3403 "ext-symfony_debug": ""
3404 },
3405 "type": "library",
3406 "extra": {
3407 "branch-alias": {
3408 "dev-master": "3.4-dev"
3409 }
3410 },
3411 "autoload": {
3412 "files": [
3413 "Resources/functions/dump.php"
3414 ],
3415 "psr-4": {
3416 "Symfony\\Component\\VarDumper\\": ""
3417 },
3418 "exclude-from-classmap": [
3419 "/Tests/"
3420 ]
3421 },
3422 "notification-url": "https://packagist.org/downloads/",
3423 "license": [
3424 "MIT"
3425 ],
3426 "authors": [
3427 {
3428 "name": "Nicolas Grekas",
3429 "email": "p@tchwork.com"
3430 },
3431 {
3432 "name": "Symfony Community",
3433 "homepage": "https://symfony.com/contributors"
3434 }
3435 ],
3436 "description": "Symfony mechanism for exploring and dumping PHP variables",
3437 "homepage": "https://symfony.com",
3438 "keywords": [
3439 "debug",
3440 "dump"
3441 ],
3442 "funding": [
3443 {
3444 "url": "https://symfony.com/sponsor",
3445 "type": "custom"
3446 },
3447 {
3448 "url": "https://github.com/fabpot",
3449 "type": "github"
3450 },
3451 {
3452 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3453 "type": "tidelift"
3454 }
3455 ],
3456 "time": "2020-08-17T07:27:37+00:00"
3457 },
f6c3a87a
CB
3458 {
3459 "name": "tecnickcom/tcpdf",
b55dd020 3460 "version": "6.3.5",
f6c3a87a
CB
3461 "source": {
3462 "type": "git",
3463 "url": "https://github.com/tecnickcom/TCPDF.git",
b55dd020 3464 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
f6c3a87a
CB
3465 },
3466 "dist": {
3467 "type": "zip",
b55dd020
SL
3468 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3469 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
f6c3a87a
CB
3470 "shasum": ""
3471 },
3472 "require": {
3473 "php": ">=5.3.0"
3474 },
3475 "type": "library",
3476 "autoload": {
3477 "classmap": [
f6c3a87a
CB
3478 "config",
3479 "include",
3480 "tcpdf.php",
3481 "tcpdf_parser.php",
3482 "tcpdf_import.php",
3483 "tcpdf_barcodes_1d.php",
3484 "tcpdf_barcodes_2d.php",
3485 "include/tcpdf_colors.php",
3486 "include/tcpdf_filters.php",
3487 "include/tcpdf_font_data.php",
3488 "include/tcpdf_fonts.php",
3489 "include/tcpdf_images.php",
3490 "include/tcpdf_static.php",
3491 "include/barcodes/datamatrix.php",
3492 "include/barcodes/pdf417.php",
3493 "include/barcodes/qrcode.php"
3494 ]
3495 },
3496 "notification-url": "https://packagist.org/downloads/",
3497 "license": [
b55dd020 3498 "LGPL-3.0-only"
f6c3a87a
CB
3499 ],
3500 "authors": [
3501 {
3502 "name": "Nicola Asuni",
3503 "email": "info@tecnick.com",
679b306e 3504 "role": "lead"
f6c3a87a
CB
3505 }
3506 ],
3507 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3508 "homepage": "http://www.tcpdf.org/",
3509 "keywords": [
3510 "PDFD32000-2008",
3511 "TCPDF",
3512 "barcodes",
3513 "datamatrix",
3514 "pdf",
3515 "pdf417",
3516 "qrcode"
3517 ],
b55dd020 3518 "time": "2020-02-14T14:20:12+00:00"
f6c3a87a 3519 },
79e677dd
TO
3520 {
3521 "name": "togos/gitignore",
3522 "version": "1.1.1",
3523 "source": {
3524 "type": "git",
3525 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
3526 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
3527 },
3528 "dist": {
3529 "type": "zip",
3530 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
3531 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
3532 "shasum": ""
3533 },
3534 "require": {
3535 "php": ">=5.2"
3536 },
3537 "require-dev": {
3538 "togos/simpler-test": "1.1.1"
3539 },
3540 "type": "library",
3541 "autoload": {
3542 "psr-0": {
3543 "TOGoS_GitIgnore_": "src/main/php/"
3544 }
3545 },
3546 "notification-url": "https://packagist.org/downloads/",
3547 "license": [
3548 "MIT"
3549 ],
3550 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
3551 "time": "2019-04-19T19:16:58+00:00"
3552 },
0a4cb750
TO
3553 {
3554 "name": "totten/ca-config",
26c57e2d 3555 "version": "v17.05.0",
0a4cb750
TO
3556 "source": {
3557 "type": "git",
3558 "url": "https://github.com/totten/ca_config.git",
26c57e2d 3559 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
0a4cb750
TO
3560 },
3561 "dist": {
3562 "type": "zip",
26c57e2d
TO
3563 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
3564 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
0a4cb750
TO
3565 "shasum": ""
3566 },
3567 "require": {
3568 "php": ">=5.2"
3569 },
3570 "type": "library",
3571 "autoload": {
3572 "psr-0": {
3573 "CA_Config": "src/"
3574 }
3575 },
3576 "notification-url": "https://packagist.org/downloads/",
3577 "license": [
3578 "BSD-2-Clause"
3579 ],
3580 "authors": [
3581 {
3582 "name": "Tim Otten",
3583 "email": "to-git@think.hm"
3584 }
3585 ],
3586 "description": "Default configuration for certificate authorities",
3587 "homepage": "https://github.com/totten/ca_config",
26c57e2d 3588 "time": "2017-05-10T20:08:17+00:00"
16b60c30 3589 },
4034556f
TO
3590 {
3591 "name": "totten/lurkerlite",
3592 "version": "1.3.0",
3593 "source": {
3594 "type": "git",
3595 "url": "https://github.com/totten/Lurker.git",
3596 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
3597 },
3598 "dist": {
3599 "type": "zip",
3600 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
3601 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
3602 "shasum": ""
3603 },
3604 "require": {
3605 "php": ">=5.3.3"
3606 },
3607 "replace": {
3608 "henrikbjorn/lurker": "*"
3609 },
3610 "suggest": {
3611 "ext-inotify": ">=0.1.6"
3612 },
3613 "type": "library",
3614 "extra": {
3615 "branch-alias": {
3616 "dev-master": "1.3.x-dev"
3617 }
3618 },
3619 "autoload": {
3620 "psr-0": {
3621 "Lurker": "src"
3622 }
3623 },
3624 "notification-url": "https://packagist.org/downloads/",
3625 "license": [
3626 "MIT"
3627 ],
3628 "authors": [
3629 {
3630 "name": "Konstantin Kudryashov",
3631 "email": "ever.zet@gmail.com"
3632 },
3633 {
3634 "name": "Yaroslav Kiliba",
3635 "email": "om.dattaya@gmail.com"
3636 },
3637 {
3638 "name": "Henrik Bjrnskov",
3639 "email": "henrik@bjrnskov.dk"
3640 }
3641 ],
3642 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
3643 "keywords": [
3644 "filesystem",
3645 "resource",
3646 "watching"
3647 ],
3648 "time": "2020-09-01T10:01:01+00:00"
3649 },
c5abc6ae
SL
3650 {
3651 "name": "tplaner/when",
ab242d96 3652 "version": "3.0.0+php53",
c5abc6ae
SL
3653 "dist": {
3654 "type": "zip",
6086c345 3655 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
c5abc6ae
SL
3656 },
3657 "require": {
3658 "php": ">=5.3.0"
3659 },
3660 "require-dev": {
ab242d96 3661 "phpunit/phpunit": "~4.0"
c5abc6ae
SL
3662 },
3663 "type": "library",
3664 "autoload": {
3665 "psr-4": {
3666 "When\\": "src/"
3667 }
3668 },
c5abc6ae
SL
3669 "license": [
3670 "MIT"
3671 ],
3672 "authors": [
3673 {
3674 "name": "Tom Planer",
3675 "email": "tplaner@gmail.com"
3676 }
3677 ],
3678 "description": "Date/Calendar recursion library.",
3679 "homepage": "https://github.com/tplaner/When",
3680 "keywords": [
ab242d96 3681 "DateTime",
c5abc6ae 3682 "date",
c5abc6ae 3683 "recurrence",
c5abc6ae 3684 "time"
ab242d96 3685 ]
c5abc6ae 3686 },
4fed6a99
TO
3687 {
3688 "name": "tubalmartin/cssmin",
3689 "version": "v4.1.1",
3690 "source": {
3691 "type": "git",
3692 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
3693 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
3694 },
3695 "dist": {
3696 "type": "zip",
3697 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
3698 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
3699 "shasum": ""
3700 },
3701 "require": {
3702 "ext-pcre": "*",
3703 "php": ">=5.3.2"
3704 },
3705 "require-dev": {
3706 "cogpowered/finediff": "0.3.*",
3707 "phpunit/phpunit": "4.8.*"
3708 },
3709 "bin": [
3710 "cssmin"
3711 ],
3712 "type": "library",
3713 "autoload": {
3714 "psr-4": {
3715 "tubalmartin\\CssMin\\": "src"
3716 }
3717 },
3718 "notification-url": "https://packagist.org/downloads/",
3719 "license": [
3720 "BSD-3-Clause"
3721 ],
3722 "authors": [
3723 {
3724 "name": "Túbal Martín",
3725 "homepage": "http://tubalmartin.me/"
3726 }
3727 ],
3728 "description": "A PHP port of the YUI CSS compressor",
3729 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
3730 "keywords": [
3731 "compress",
3732 "compressor",
3733 "css",
3734 "cssmin",
3735 "minify",
3736 "yui"
3737 ],
3738 "time": "2018-01-15T15:26:51+00:00"
3739 },
2d38c687
PF
3740 {
3741 "name": "typo3/phar-stream-wrapper",
3742 "version": "v3.1.4",
3743 "source": {
3744 "type": "git",
3745 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
3746 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
3747 },
3748 "dist": {
3749 "type": "zip",
3750 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
3751 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
3752 "shasum": ""
3753 },
3754 "require": {
3755 "ext-json": "*",
3756 "php": "^7.0"
3757 },
3758 "require-dev": {
3759 "ext-xdebug": "*",
3760 "phpunit/phpunit": "^6.5"
3761 },
3762 "suggest": {
3763 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
3764 },
3765 "type": "library",
3766 "extra": {
3767 "branch-alias": {
3768 "dev-master": "v3.x-dev"
3769 }
3770 },
3771 "autoload": {
3772 "psr-4": {
3773 "TYPO3\\PharStreamWrapper\\": "src/"
3774 }
3775 },
3776 "notification-url": "https://packagist.org/downloads/",
3777 "license": [
3778 "MIT"
3779 ],
3780 "description": "Interceptors for PHP's native phar:// stream handling",
3781 "homepage": "https://typo3.org/",
3782 "keywords": [
3783 "phar",
3784 "php",
3785 "security",
3786 "stream-wrapper"
3787 ],
3788 "time": "2019-12-10T11:53:27+00:00"
3789 },
4c6c3076
SL
3790 {
3791 "name": "xkerman/restricted-unserialize",
3792 "version": "1.1.12",
3793 "source": {
3794 "type": "git",
3795 "url": "https://github.com/xKerman/restricted-unserialize.git",
3796 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
3797 },
3798 "dist": {
3799 "type": "zip",
3800 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
3801 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
3802 "shasum": ""
3803 },
3804 "require": {
3805 "php": ">=5.2"
3806 },
3807 "require-dev": {
3808 "nikic/php-parser": "^1.4|^3.0|^4.2",
3809 "phpmd/phpmd": "^2.6",
3810 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
3811 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
3812 "squizlabs/php_codesniffer": "^2.9|^3.4"
3813 },
3814 "type": "library",
3815 "autoload": {
3816 "files": [
3817 "src/function.php"
3818 ],
3819 "psr-4": {
3820 "xKerman\\Restricted\\": "src"
3821 }
3822 },
3823 "notification-url": "https://packagist.org/downloads/",
3824 "license": [
3825 "MIT"
3826 ],
3827 "authors": [
3828 {
3829 "name": "xKerman",
3830 "email": "xKhorasan@gmail.com"
3831 }
3832 ],
3833 "description": "provide PHP Object Injection safe unserialize function",
3834 "keywords": [
3835 "PHP Object Injection",
3836 "deserialize",
3837 "unserialize"
3838 ],
3839 "time": "2019-08-11T00:04:39+00:00"
3840 },
61a197f8
SL
3841 {
3842 "name": "zendframework/zend-escaper",
bd48ca3f 3843 "version": "2.4.13",
61a197f8
SL
3844 "source": {
3845 "type": "git",
3846 "url": "https://github.com/zendframework/zend-escaper.git",
3847 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
3848 },
3849 "dist": {
3850 "type": "zip",
3851 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
3852 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
3853 "shasum": ""
3854 },
3855 "require": {
3856 "php": ">=5.3.23"
3857 },
3858 "require-dev": {
3859 "fabpot/php-cs-fixer": "1.7.*",
3860 "phpunit/phpunit": "~4.0",
3861 "satooshi/php-coveralls": "dev-master"
3862 },
3863 "type": "library",
3864 "extra": {
3865 "branch-alias": {
3866 "dev-master": "2.4-dev",
3867 "dev-develop": "2.5-dev"
3868 }
3869 },
3870 "autoload": {
3871 "psr-4": {
3872 "Zend\\Escaper\\": "src/"
3873 }
3874 },
3875 "notification-url": "https://packagist.org/downloads/",
3876 "license": [
3877 "BSD-3-Clause"
3878 ],
3879 "homepage": "https://github.com/zendframework/zend-escaper",
3880 "keywords": [
3881 "escaper",
3882 "zf2"
3883 ],
ec88fefe 3884 "abandoned": "laminas/laminas-escaper",
8450657b 3885 "time": "2015-05-07T14:55:31+00:00"
61a197f8 3886 },
16b60c30
TO
3887 {
3888 "name": "zetacomponents/base",
16924c84 3889 "version": "1.9.1",
16b60c30
TO
3890 "source": {
3891 "type": "git",
3892 "url": "https://github.com/zetacomponents/Base.git",
16924c84 3893 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
16b60c30
TO
3894 },
3895 "dist": {
3896 "type": "zip",
16924c84 3897 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
3898 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
16b60c30
TO
3899 "shasum": ""
3900 },
16924c84 3901 "require-dev": {
3902 "phpunit/phpunit": "~5.7",
3903 "zetacomponents/unit-test": "*"
3904 },
16b60c30
TO
3905 "type": "library",
3906 "autoload": {
3907 "classmap": [
3908 "src"
3909 ]
3910 },
3911 "notification-url": "https://packagist.org/downloads/",
3912 "license": [
16924c84 3913 "Apache-2.0"
16b60c30
TO
3914 ],
3915 "authors": [
3916 {
3917 "name": "Sergey Alexeev"
3918 },
3919 {
3920 "name": "Sebastian Bergmann"
3921 },
3922 {
3923 "name": "Jan Borsodi"
3924 },
3925 {
3926 "name": "Raymond Bosman"
3927 },
3928 {
3929 "name": "Frederik Holljen"
3930 },
3931 {
3932 "name": "Kore Nordmann"
3933 },
3934 {
3935 "name": "Derick Rethans"
3936 },
3937 {
3938 "name": "Vadym Savchuk"
3939 },
3940 {
3941 "name": "Tobias Schlitt"
3942 },
3943 {
3944 "name": "Alexandru Stanoi"
3945 }
3946 ],
3947 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
3948 "homepage": "https://github.com/zetacomponents",
16924c84 3949 "time": "2017-11-28T11:30:00+00:00"
16b60c30
TO
3950 },
3951 {
3952 "name": "zetacomponents/mail",
b55dd020 3953 "version": "1.9.2",
16b60c30
TO
3954 "source": {
3955 "type": "git",
8a1794a9 3956 "url": "https://github.com/zetacomponents/Mail.git",
b55dd020 3957 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
8a1794a9
SL
3958 },
3959 "dist": {
3960 "type": "zip",
b55dd020
SL
3961 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
3962 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
8a1794a9 3963 "shasum": ""
16924c84 3964 },
3965 "require": {
3966 "zetacomponents/base": "~1.8"
3967 },
3968 "require-dev": {
b55dd020 3969 "phpunit/phpunit": "~7.5",
16924c84 3970 "zetacomponents/unit-test": "*"
16b60c30
TO
3971 },
3972 "type": "library",
3973 "autoload": {
3974 "classmap": [
3975 "src"
3976 ]
3977 },
8a1794a9 3978 "notification-url": "https://packagist.org/downloads/",
16b60c30 3979 "license": [
16924c84 3980 "Apache-2.0"
16b60c30
TO
3981 ],
3982 "authors": [
3983 {
3984 "name": "Sergey Alexeev"
3985 },
3986 {
3987 "name": "Sebastian Bergmann"
3988 },
3989 {
3990 "name": "Jan Borsodi"
3991 },
3992 {
3993 "name": "Raymond Bosman"
3994 },
3995 {
3996 "name": "Frederik Holljen"
3997 },
3998 {
3999 "name": "Kore Nordmann"
4000 },
4001 {
4002 "name": "Derick Rethans"
4003 },
4004 {
4005 "name": "Vadym Savchuk"
4006 },
4007 {
4008 "name": "Tobias Schlitt"
4009 },
4010 {
4011 "name": "Alexandru Stanoi"
4012 },
16b60c30 4013 {
8a1794a9 4014 "name": "Sinisa Dukaric"
16b60c30
TO
4015 },
4016 {
8a1794a9 4017 "name": "Mikko Koppanen"
bd63411f 4018 },
4019 {
4020 "name": "Christian Michel"
16b60c30
TO
4021 }
4022 ],
4023 "description": "The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.",
4024 "homepage": "https://github.com/zetacomponents",
094bc972 4025 "time": "2020-06-13T12:38:26+00:00",
4026 "extra": {
4027 "patches_applied": {
4028 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
4029 }
4030 }
0a4cb750
TO
4031 }
4032 ],
b4998943 4033 "packages-dev": [],
0a4cb750
TO
4034 "aliases": [],
4035 "minimum-stability": "stable",
16b60c30 4036 "stability-flags": {
b4998943 4037 "pear/validate_finance_creditcard": 20
16b60c30 4038 },
0a4cb750
TO
4039 "prefer-stable": false,
4040 "prefer-lowest": false,
133dc2c2 4041 "platform": {
e050e52a 4042 "php": "~7.2",
094bc972 4043 "ext-intl": "*",
4044 "ext-json": "*"
133dc2c2 4045 },
dc3ace93
TO
4046 "platform-dev": [],
4047 "platform-overrides": {
e050e52a 4048 "php": "7.2"
10e59978 4049 },
600d7832 4050 "plugin-api-version": "1.1.0"
0a4cb750 4051}