Improve cleanup on contact test
[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 ],
7d792d0f 7 "content-hash": "0e39d59009c3d153d1aaa107a411f319",
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",
7d792d0f
SL
27 "extra": {
28 "patches_applied": {
29 "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"
30 }
31 },
108332db
SL
32 "autoload": {
33 "psr-4": {
34 "MimeTyper\\": "src/"
35 }
36 },
37 "notification-url": "https://packagist.org/downloads/",
38 "license": [
39 "MIT"
40 ],
41 "authors": [
42 {
43 "name": "Hussard",
44 "email": "adrien.ricartnoblet@gmail.com"
45 }
46 ],
47 "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
7d792d0f 48 "time": "2018-09-27T09:45:05+00:00"
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",
7d792d0f
SL
650 "extra": {
651 "patches_applied": {
652 "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"
653 }
654 },
209ef5bf
TO
655 "autoload": {
656 "classmap": [
657 "phpQuery/"
658 ]
659 },
660 "notification-url": "https://packagist.org/downloads/",
661 "license": [
662 "MIT"
663 ],
664 "authors": [
665 {
666 "name": "Tobiasz Cudnik",
667 "email": "tobiasz.cudnik@gmail.com",
668 "homepage": "https://github.com/TobiaszCudnik",
669 "role": "Developer"
670 },
671 {
672 "name": "didier Belot",
673 "role": "Packager"
674 }
675 ],
676 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
677 "homepage": "http://code.google.com/p/phpquery/",
7d792d0f 678 "time": "2013-03-21T12:39:33+00:00"
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",
7d792d0f
SL
1385 "extra": {
1386 "patches_applied": {
1387 "Apply CiviCRM Customisations for the pear:db package": "https://raw.githubusercontent.com/civicrm/civicrm-core/a48a43c2b5f6d694fff1cfb99d522c5d9e2459a0/tools/scripts/composer/pear_db_civicrm_changes.patch"
1388 }
1389 },
b687e8d7
SL
1390 "autoload": {
1391 "psr-0": {
1392 "DB": "./"
1393 }
1394 },
1395 "notification-url": "https://packagist.org/downloads/",
1396 "include-path": [
1397 "./"
1398 ],
1399 "license": [
1400 "PHP License v3.01"
1401 ],
1402 "authors": [
1403 {
1404 "name": "Daniel Convissor",
1405 "email": "danielc@php.net",
1406 "role": "Lead"
1407 },
1408 {
1409 "name": "Adam Harvey",
1410 "email": "aharvey@php.net",
1411 "role": "Lead"
1412 },
1413 {
1414 "name": "Stig Bakken",
1415 "email": "stig@php.net",
1416 "role": "Developer"
1417 },
1418 {
1419 "name": "Tomas V.V.Cox",
1420 "email": "cox@idecnet.com",
1421 "role": "Developer"
1422 }
1423 ],
1424 "description": "More info available on: http://pear.php.net/package/DB",
7d792d0f 1425 "time": "2020-04-19T19:45:59+00:00"
b687e8d7 1426 },
2f0db034
SL
1427 {
1428 "name": "pear/log",
7d792d0f 1429 "version": "1.13.3",
2f0db034
SL
1430 "source": {
1431 "type": "git",
1432 "url": "https://github.com/pear/Log.git",
7d792d0f 1433 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3"
2f0db034
SL
1434 },
1435 "dist": {
1436 "type": "zip",
7d792d0f
SL
1437 "url": "https://api.github.com/repos/pear/Log/zipball/21af0be11669194d72d88b5ee9d5f176dc75d9a3",
1438 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3",
2f0db034
SL
1439 "shasum": ""
1440 },
1441 "require": {
7d792d0f 1442 "pear/pear_exception": "1.0.1 || 1.0.2",
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": "./"
7d792d0f
SL
1455 },
1456 "exclude-from-classmap": [
1457 "/examples/"
1458 ]
2f0db034
SL
1459 },
1460 "notification-url": "https://packagist.org/downloads/",
1461 "include-path": [
1462 ""
1463 ],
1464 "license": [
1465 "MIT"
1466 ],
1467 "authors": [
1468 {
1469 "name": "Jon Parise",
1470 "email": "jon@php.net",
1471 "homepage": "http://www.indelible.org",
1472 "role": "Developer"
1473 }
1474 ],
1475 "description": "PEAR Logging Framework",
1476 "homepage": "http://pear.github.io/Log/",
1477 "keywords": [
1478 "log",
1479 "logging"
1480 ],
7d792d0f
SL
1481 "support": {
1482 "issues": "https://github.com/pear/Log/issues",
1483 "source": "https://github.com/pear/Log"
1484 },
1485 "time": "2021-05-04T23:51:30+00:00"
2f0db034 1486 },
2215f6dc 1487 {
1488 "name": "pear/mail",
1489 "version": "v1.4.1",
1490 "source": {
1491 "type": "git",
1492 "url": "https://github.com/pear/Mail.git",
1493 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
1494 },
1495 "dist": {
1496 "type": "zip",
1497 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
1498 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
1499 "shasum": ""
1500 },
1501 "require": {
1502 "pear/pear-core-minimal": "~1.9",
1503 "php": ">=5.2.1"
1504 },
1505 "require-dev": {
1506 "pear/pear": "*"
1507 },
1508 "suggest": {
1509 "pear/net_smtp": "Install optionally via your project's composer.json"
1510 },
1511 "type": "library",
7d792d0f
SL
1512 "extra": {
1513 "patches_applied": {
1514 "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch"
1515 }
1516 },
2215f6dc 1517 "autoload": {
1518 "psr-0": {
1519 "Mail": "./"
1520 }
1521 },
1522 "notification-url": "https://packagist.org/downloads/",
1523 "include-path": [
1524 "./"
1525 ],
1526 "license": [
1527 "BSD-2-Clause"
1528 ],
1529 "authors": [
1530 {
1531 "name": "Chuck Hagenbuch",
1532 "email": "chuck@horde.org",
1533 "role": "Lead"
1534 },
1535 {
1536 "name": "Richard Heyes",
1537 "email": "richard@phpguru.org",
1538 "role": "Developer"
1539 },
1540 {
1541 "name": "Aleksander Machniak",
1542 "email": "alec@alec.pl",
1543 "role": "Developer"
1544 }
1545 ],
1546 "description": "Class that provides multiple interfaces for sending emails.",
1547 "homepage": "http://pear.php.net/package/Mail",
7d792d0f 1548 "time": "2017-04-11T17:27:29+00:00"
2215f6dc 1549 },
968f6190
SL
1550 {
1551 "name": "pear/mail_mime",
1552 "version": "1.10.9",
1553 "source": {
1554 "type": "git",
1555 "url": "https://github.com/pear/Mail_Mime.git",
1556 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d"
1557 },
1558 "dist": {
1559 "type": "zip",
1560 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/1e7ae4e5258b6c0d385a8e76add567934245d38d",
1561 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d",
1562 "shasum": ""
1563 },
1564 "require": {
1565 "pear/pear-core-minimal": "*"
1566 },
1567 "type": "library",
7d792d0f
SL
1568 "extra": {
1569 "patches_applied": {
1570 "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"
1571 }
1572 },
968f6190
SL
1573 "autoload": {
1574 "psr-0": {
1575 "Mail": "./"
1576 }
1577 },
1578 "notification-url": "https://packagist.org/downloads/",
1579 "include-path": [
1580 "./"
1581 ],
1582 "license": [
1583 "BSD-3-clause"
1584 ],
1585 "authors": [
1586 {
1587 "name": "Cipriano Groenendal",
1588 "email": "cipri@php.net",
1589 "role": "Lead"
1590 },
1591 {
1592 "name": "Aleksander Machniak",
1593 "email": "alec@php.net",
1594 "role": "Lead"
1595 }
1596 ],
1597 "description": "Mail_Mime provides classes to create MIME messages",
1598 "homepage": "http://pear.php.net/package/Mail_Mime",
7d792d0f 1599 "time": "2020-06-27T08:35:27+00:00"
968f6190 1600 },
0ccbacae
SL
1601 {
1602 "name": "pear/net_smtp",
a6a0ff13 1603 "version": "1.9.0",
0ccbacae
SL
1604 "source": {
1605 "type": "git",
1606 "url": "https://github.com/pear/Net_SMTP.git",
a6a0ff13 1607 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e"
0ccbacae
SL
1608 },
1609 "dist": {
1610 "type": "zip",
a6a0ff13
SL
1611 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1612 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
0ccbacae
SL
1613 "shasum": ""
1614 },
1615 "require": {
a6a0ff13
SL
1616 "pear/net_socket": "@stable",
1617 "pear/pear-core-minimal": "@stable",
1618 "php": ">=5.4.0"
0ccbacae
SL
1619 },
1620 "require-dev": {
1621 "phpunit/phpunit": "*"
1622 },
1623 "suggest": {
1624 "pear/auth_sasl": "Install optionally via your project's composer.json"
1625 },
1626 "type": "library",
7d792d0f
SL
1627 "extra": {
1628 "patches_applied": {
1629 "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"
1630 }
1631 },
0ccbacae
SL
1632 "autoload": {
1633 "psr-0": {
1634 "Net": "./"
1635 }
1636 },
1637 "notification-url": "https://packagist.org/downloads/",
1638 "include-path": [
1639 "./"
1640 ],
1641 "license": [
a6a0ff13 1642 "BSD-2-Clause"
0ccbacae
SL
1643 ],
1644 "authors": [
1645 {
1646 "name": "Jon Parise",
1647 "email": "jon@php.net",
a6a0ff13 1648 "homepage": "https://www.indelible.org",
0ccbacae
SL
1649 "role": "Lead"
1650 },
1651 {
1652 "name": "Chuck Hagenbuch",
1653 "email": "chuck@horde.org",
1654 "role": "Lead"
1655 }
1656 ],
1657 "description": "An implementation of the SMTP protocol",
a6a0ff13 1658 "homepage": "https://pear.github.io/Net_SMTP/",
0ccbacae
SL
1659 "keywords": [
1660 "email",
1661 "mail",
1662 "smtp"
1663 ],
7d792d0f 1664 "time": "2019-11-30T23:40:31+00:00"
0ccbacae
SL
1665 },
1666 {
1667 "name": "pear/net_socket",
1668 "version": "1.0.14",
1669 "source": {
1670 "type": "git",
1671 "url": "https://github.com/pear/Net_Socket.git",
1672 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
1673 },
1674 "dist": {
1675 "type": "zip",
1676 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
1677 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
1678 "shasum": ""
1679 },
1680 "require": {
1681 "pear/pear_exception": "*"
1682 },
1683 "require-dev": {
1684 "phpunit/phpunit": "*"
1685 },
1686 "type": "library",
1687 "autoload": {
1688 "psr-0": {
1689 "Net": "./"
1690 }
1691 },
1692 "notification-url": "https://packagist.org/downloads/",
1693 "include-path": [
1694 "./"
1695 ],
1696 "license": [
1697 "PHP License"
1698 ],
1699 "authors": [
1700 {
1701 "name": "Chuck Hagenbuch",
1702 "email": "chuck@horde.org",
1703 "role": "Lead"
1704 },
1705 {
1706 "name": "Aleksander Machniak",
1707 "email": "alec@php.net",
1708 "role": "Lead"
1709 },
1710 {
1711 "name": "Stig Bakken",
1712 "email": "stig@php.net",
1713 "role": "Lead"
1714 }
1715 ],
1716 "description": "More info available on: http://pear.php.net/package/Net_Socket",
1717 "time": "2014-02-20T19:27:06+00:00"
1718 },
2215f6dc 1719 {
1720 "name": "pear/pear-core-minimal",
1721 "version": "v1.10.7",
1722 "source": {
1723 "type": "git",
1724 "url": "https://github.com/pear/pear-core-minimal.git",
1725 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
1726 },
1727 "dist": {
1728 "type": "zip",
1729 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
1730 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
1731 "shasum": ""
1732 },
1733 "require": {
1734 "pear/console_getopt": "~1.4",
1735 "pear/pear_exception": "~1.0"
1736 },
1737 "replace": {
1738 "rsky/pear-core-min": "self.version"
1739 },
1740 "type": "library",
1741 "autoload": {
1742 "psr-0": {
1743 "": "src/"
1744 }
1745 },
1746 "notification-url": "https://packagist.org/downloads/",
1747 "include-path": [
1748 "src/"
1749 ],
1750 "license": [
1751 "BSD-3-Clause"
1752 ],
1753 "authors": [
1754 {
1755 "name": "Christian Weiske",
1756 "email": "cweiske@php.net",
1757 "role": "Lead"
1758 }
1759 ],
1760 "description": "Minimal set of PEAR core files to be used as composer dependency",
1761 "time": "2018-12-05T20:03:52+00:00"
1762 },
2d0eaf7e
SL
1763 {
1764 "name": "pear/pear_exception",
6086c345 1765 "version": "v1.0.1",
2d0eaf7e
SL
1766 "source": {
1767 "type": "git",
1768 "url": "https://github.com/pear/PEAR_Exception.git",
6086c345 1769 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
2d0eaf7e
SL
1770 },
1771 "dist": {
1772 "type": "zip",
6086c345
SL
1773 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
1774 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
2d0eaf7e
SL
1775 "shasum": ""
1776 },
1777 "require": {
1778 "php": ">=4.4.0"
1779 },
1780 "require-dev": {
1781 "phpunit/phpunit": "*"
1782 },
1783 "type": "class",
1784 "extra": {
1785 "branch-alias": {
1786 "dev-master": "1.0.x-dev"
1787 }
1788 },
1789 "autoload": {
6086c345
SL
1790 "classmap": [
1791 "PEAR/"
1792 ]
2d0eaf7e
SL
1793 },
1794 "notification-url": "https://packagist.org/downloads/",
1795 "include-path": [
1796 "."
1797 ],
1798 "license": [
1799 "BSD-2-Clause"
1800 ],
1801 "authors": [
1802 {
1803 "name": "Helgi Thormar",
1804 "email": "dufuz@php.net"
1805 },
1806 {
1807 "name": "Greg Beaver",
1808 "email": "cellog@php.net"
1809 }
1810 ],
1811 "description": "The PEAR Exception base class.",
1812 "homepage": "https://github.com/pear/PEAR_Exception",
1813 "keywords": [
1814 "exception"
1815 ],
6086c345 1816 "time": "2019-12-10T10:24:42+00:00"
2d0eaf7e
SL
1817 },
1818 {
1819 "name": "pear/validate_finance_creditcard",
0df41a8e 1820 "version": "dev-master",
2d0eaf7e
SL
1821 "source": {
1822 "type": "git",
1823 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
989532f6 1824 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
2d0eaf7e
SL
1825 },
1826 "dist": {
1827 "type": "zip",
989532f6
SL
1828 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
1829 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
2d0eaf7e
SL
1830 "shasum": ""
1831 },
1832 "require": {
1833 "pear/pear_exception": "*",
1834 "php": ">=5.2.1"
1835 },
1836 "require-dev": {
1837 "phpunit/phpunit": "*"
1838 },
1839 "type": "library",
1840 "autoload": {
1841 "psr-0": {
1842 "Validate": "./"
1843 }
1844 },
1845 "notification-url": "https://packagist.org/downloads/",
1846 "include-path": [
1847 "./"
1848 ],
1849 "license": [
1850 "New BSD"
1851 ],
1852 "authors": [
1853 {
1854 "name": "Philippe Jausions",
1855 "email": "Philippe.Jausions@11abacus.com",
1856 "role": "Lead"
1857 }
1858 ],
1859 "description": "Validation class for credit cards.",
77c89e7a 1860 "time": "2016-09-12T08:01:21+00:00"
2d0eaf7e 1861 },
0a4cb750
TO
1862 {
1863 "name": "phenx/php-font-lib",
b9015a8b 1864 "version": "0.5.2",
0a4cb750
TO
1865 "source": {
1866 "type": "git",
1867 "url": "https://github.com/PhenX/php-font-lib.git",
b9015a8b 1868 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
0a4cb750
TO
1869 },
1870 "dist": {
1871 "type": "zip",
b9015a8b
SL
1872 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
1873 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
0a4cb750
TO
1874 "shasum": ""
1875 },
bd48ca3f 1876 "require-dev": {
b9015a8b 1877 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
bd48ca3f 1878 },
0a4cb750
TO
1879 "type": "library",
1880 "autoload": {
bd48ca3f
SL
1881 "psr-4": {
1882 "FontLib\\": "src/FontLib"
e91585d7 1883 }
0a4cb750
TO
1884 },
1885 "notification-url": "https://packagist.org/downloads/",
1886 "license": [
e91585d7 1887 "LGPL-3.0"
0a4cb750
TO
1888 ],
1889 "authors": [
1890 {
1891 "name": "Fabien Ménager",
1892 "email": "fabien.menager@gmail.com"
1893 }
1894 ],
1895 "description": "A library to read, parse, export and make subsets of different types of font files.",
1896 "homepage": "https://github.com/PhenX/php-font-lib",
b9015a8b 1897 "time": "2020-03-08T15:31:32+00:00"
e91585d7
SL
1898 },
1899 {
1900 "name": "phenx/php-svg-lib",
b85181d1 1901 "version": "v0.3.3",
e91585d7
SL
1902 "source": {
1903 "type": "git",
1904 "url": "https://github.com/PhenX/php-svg-lib.git",
b85181d1 1905 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
e91585d7
SL
1906 },
1907 "dist": {
1908 "type": "zip",
b85181d1 1909 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1910 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
e91585d7
SL
1911 "shasum": ""
1912 },
bd48ca3f 1913 "require": {
b85181d1 1914 "sabberworm/php-css-parser": "^8.3"
1915 },
1916 "require-dev": {
1917 "phpunit/phpunit": "^5.5|^6.5"
bd48ca3f 1918 },
e91585d7
SL
1919 "type": "library",
1920 "autoload": {
b85181d1 1921 "psr-4": {
1922 "Svg\\": "src/Svg"
e91585d7
SL
1923 }
1924 },
1925 "notification-url": "https://packagist.org/downloads/",
1926 "license": [
1927 "LGPL-3.0"
1928 ],
1929 "authors": [
1930 {
1931 "name": "Fabien Ménager",
1932 "email": "fabien.menager@gmail.com"
1933 }
1934 ],
1935 "description": "A library to read, parse and export to PDF SVG files.",
1936 "homepage": "https://github.com/PhenX/php-svg-lib",
b85181d1 1937 "time": "2019-09-11T20:02:13+00:00"
0a4cb750 1938 },
61a197f8
SL
1939 {
1940 "name": "phpoffice/common",
66a7c254 1941 "version": "0.2.9",
61a197f8
SL
1942 "source": {
1943 "type": "git",
1944 "url": "https://github.com/PHPOffice/Common.git",
66a7c254 1945 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
61a197f8
SL
1946 },
1947 "dist": {
1948 "type": "zip",
66a7c254
SL
1949 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1950 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
61a197f8
SL
1951 "shasum": ""
1952 },
1953 "require": {
1954 "pclzip/pclzip": "^2.8",
1955 "php": ">=5.3.0"
1956 },
1957 "require-dev": {
1958 "phpdocumentor/phpdocumentor": "2.*",
1959 "phploc/phploc": "2.*",
1960 "phpmd/phpmd": "2.*",
66a7c254 1961 "phpunit/phpunit": "^4.8.36 || ^7.0",
61a197f8
SL
1962 "sebastian/phpcpd": "2.*",
1963 "squizlabs/php_codesniffer": "2.*"
1964 },
1965 "type": "library",
7d792d0f
SL
1966 "extra": {
1967 "patches_applied": {
1968 "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"
1969 }
1970 },
61a197f8
SL
1971 "autoload": {
1972 "psr-4": {
1973 "PhpOffice\\Common\\": "src/Common/"
1974 }
1975 },
1976 "notification-url": "https://packagist.org/downloads/",
1977 "license": [
1978 "LGPL"
1979 ],
1980 "authors": [
1981 {
1982 "name": "Mark Baker"
1983 },
1984 {
1985 "name": "Franck Lefevre",
1986 "homepage": "http://rootslabs.net"
1987 }
1988 ],
1989 "description": "PHPOffice Common",
1990 "homepage": "http://phpoffice.github.io",
1991 "keywords": [
1992 "common",
1993 "component",
1994 "office",
1995 "php"
1996 ],
7d792d0f 1997 "time": "2018-07-13T14:12:34+00:00"
61a197f8 1998 },
db7b0381
CW
1999 {
2000 "name": "phpoffice/phpword",
66a7c254 2001 "version": "0.15.0",
db7b0381
CW
2002 "source": {
2003 "type": "git",
2004 "url": "https://github.com/PHPOffice/PHPWord.git",
66a7c254 2005 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f"
db7b0381
CW
2006 },
2007 "dist": {
2008 "type": "zip",
66a7c254
SL
2009 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
2010 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
db7b0381
CW
2011 "shasum": ""
2012 },
2013 "require": {
2014 "ext-xml": "*",
5af9e53b 2015 "php": "^5.3.3 || ^7.0",
66a7c254
SL
2016 "phpoffice/common": "^0.2.9",
2017 "zendframework/zend-escaper": "^2.2"
db7b0381
CW
2018 },
2019 "require-dev": {
5af9e53b 2020 "dompdf/dompdf": "0.8.*",
66a7c254
SL
2021 "ext-gd": "*",
2022 "ext-zip": "*",
2023 "friendsofphp/php-cs-fixer": "^2.2",
2024 "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
2025 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
5af9e53b 2026 "phploc/phploc": "2.* || 3.* || 4.*",
db7b0381 2027 "phpmd/phpmd": "2.*",
66a7c254
SL
2028 "phpunit/phpunit": "^4.8.36 || ^7.0",
2029 "squizlabs/php_codesniffer": "^2.9",
61a197f8 2030 "tecnickcom/tcpdf": "6.*"
db7b0381
CW
2031 },
2032 "suggest": {
61a197f8
SL
2033 "dompdf/dompdf": "Allows writing PDF",
2034 "ext-gd2": "Allows adding images",
2035 "ext-xmlwriter": "Allows writing OOXML and ODF",
2036 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
2037 "ext-zip": "Allows writing OOXML and ODF"
db7b0381
CW
2038 },
2039 "type": "library",
66a7c254
SL
2040 "extra": {
2041 "branch-alias": {
2042 "dev-develop": "0.16-dev"
2043 },
2044 "patches_applied": {
b4998943 2045 "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
2046 }
2047 },
db7b0381
CW
2048 "autoload": {
2049 "psr-4": {
2050 "PhpOffice\\PhpWord\\": "src/PhpWord"
2051 }
2052 },
2053 "notification-url": "https://packagist.org/downloads/",
2054 "license": [
2055 "LGPL-3.0"
2056 ],
2057 "authors": [
2058 {
2059 "name": "Mark Baker"
2060 },
db7b0381
CW
2061 {
2062 "name": "Gabriel Bull",
2063 "email": "me@gabrielbull.com",
2064 "homepage": "http://gabrielbull.com/"
2065 },
2066 {
2067 "name": "Ivan Lanin",
2068 "homepage": "http://ivan.lanin.org"
2069 },
2070 {
2071 "name": "Roman Syroeshko",
2072 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
5af9e53b
DS
2073 },
2074 {
2075 "name": "Franck Lefevre",
2076 "homepage": "https://rootslabs.net/blog/"
2077 },
2078 {
2079 "name": "Antoine de Troostembergh"
db7b0381
CW
2080 }
2081 ],
61a197f8 2082 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
db7b0381
CW
2083 "homepage": "http://phpoffice.github.io",
2084 "keywords": [
2085 "ISO IEC 29500",
2086 "OOXML",
2087 "Office Open XML",
2088 "OpenDocument",
2089 "OpenXML",
2090 "PhpOffice",
2091 "PhpWord",
2092 "Rich Text Format",
2093 "WordprocessingML",
2094 "doc",
2095 "docx",
2096 "html",
61a197f8 2097 "odf",
db7b0381
CW
2098 "odt",
2099 "office",
2100 "pdf",
2101 "php",
2102 "reader",
2103 "rtf",
2104 "template",
2105 "template processor",
2106 "word",
2107 "writer"
2108 ],
66a7c254 2109 "time": "2018-07-14T16:59:43+00:00"
db7b0381 2110 },
94ddb538
TO
2111 {
2112 "name": "phpseclib/phpseclib",
094bc972 2113 "version": "2.0.31",
94ddb538
TO
2114 "source": {
2115 "type": "git",
2116 "url": "https://github.com/phpseclib/phpseclib.git",
094bc972 2117 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
94ddb538
TO
2118 },
2119 "dist": {
2120 "type": "zip",
094bc972 2121 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
2122 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
94ddb538
TO
2123 "shasum": ""
2124 },
2125 "require": {
30836e92 2126 "php": ">=5.3.3"
94ddb538
TO
2127 },
2128 "require-dev": {
2129 "phing/phing": "~2.7",
094bc972 2130 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
fcfd7b4d 2131 "squizlabs/php_codesniffer": "~2.0"
94ddb538
TO
2132 },
2133 "suggest": {
2134 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
30836e92
TO
2135 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2136 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2137 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
94ddb538
TO
2138 },
2139 "type": "library",
94ddb538 2140 "autoload": {
94ddb538 2141 "files": [
30836e92
TO
2142 "phpseclib/bootstrap.php"
2143 ],
2144 "psr-4": {
2145 "phpseclib\\": "phpseclib/"
2146 }
94ddb538
TO
2147 },
2148 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
2149 "license": [
2150 "MIT"
2151 ],
2152 "authors": [
2153 {
2154 "name": "Jim Wigginton",
2155 "email": "terrafrost@php.net",
2156 "role": "Lead Developer"
2157 },
2158 {
2159 "name": "Patrick Monnerat",
2160 "email": "pm@datasphere.ch",
2161 "role": "Developer"
2162 },
2163 {
2164 "name": "Andreas Fischer",
2165 "email": "bantu@phpbb.com",
2166 "role": "Developer"
2167 },
2168 {
2169 "name": "Hans-Jürgen Petrich",
2170 "email": "petrich@tronic-media.com",
2171 "role": "Developer"
fcfd7b4d
TO
2172 },
2173 {
2174 "name": "Graham Campbell",
2175 "email": "graham@alt-three.com",
2176 "role": "Developer"
94ddb538
TO
2177 }
2178 ],
2179 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2180 "homepage": "http://phpseclib.sourceforge.net",
2181 "keywords": [
2182 "BigInteger",
2183 "aes",
2184 "asn.1",
2185 "asn1",
2186 "blowfish",
2187 "crypto",
2188 "cryptography",
2189 "encryption",
2190 "rsa",
2191 "security",
2192 "sftp",
2193 "signature",
2194 "signing",
2195 "ssh",
2196 "twofish",
2197 "x.509",
2198 "x509"
2199 ],
30836e92
TO
2200 "funding": [
2201 {
2202 "url": "https://github.com/terrafrost",
2203 "type": "github"
2204 },
2205 {
2206 "url": "https://www.patreon.com/phpseclib",
2207 "type": "patreon"
2208 },
2209 {
2210 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2211 "type": "tidelift"
2212 }
2213 ],
094bc972 2214 "time": "2021-04-06T13:56:45+00:00"
94ddb538 2215 },
b4998943
TO
2216 {
2217 "name": "psr/cache",
2218 "version": "1.0.1",
2219 "source": {
2220 "type": "git",
2221 "url": "https://github.com/php-fig/cache.git",
2222 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2223 },
2224 "dist": {
2225 "type": "zip",
2226 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2227 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2228 "shasum": ""
2229 },
2230 "require": {
2231 "php": ">=5.3.0"
2232 },
2233 "type": "library",
2234 "extra": {
2235 "branch-alias": {
2236 "dev-master": "1.0.x-dev"
2237 }
2238 },
2239 "autoload": {
2240 "psr-4": {
2241 "Psr\\Cache\\": "src/"
2242 }
2243 },
2244 "notification-url": "https://packagist.org/downloads/",
2245 "license": [
2246 "MIT"
2247 ],
2248 "authors": [
2249 {
2250 "name": "PHP-FIG",
2251 "homepage": "http://www.php-fig.org/"
2252 }
2253 ],
2254 "description": "Common interface for caching libraries",
2255 "keywords": [
2256 "cache",
2257 "psr",
2258 "psr-6"
2259 ],
2260 "time": "2016-08-06T20:24:11+00:00"
2261 },
c2b44ba2
SL
2262 {
2263 "name": "psr/container",
2264 "version": "1.0.0",
2265 "source": {
2266 "type": "git",
2267 "url": "https://github.com/php-fig/container.git",
2268 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2269 },
2270 "dist": {
2271 "type": "zip",
2272 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2273 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2274 "shasum": ""
2275 },
2276 "require": {
2277 "php": ">=5.3.0"
2278 },
2279 "type": "library",
2280 "extra": {
2281 "branch-alias": {
2282 "dev-master": "1.0.x-dev"
2283 }
2284 },
2285 "autoload": {
2286 "psr-4": {
2287 "Psr\\Container\\": "src/"
2288 }
2289 },
2290 "notification-url": "https://packagist.org/downloads/",
2291 "license": [
2292 "MIT"
2293 ],
2294 "authors": [
2295 {
2296 "name": "PHP-FIG",
2297 "homepage": "http://www.php-fig.org/"
2298 }
2299 ],
2300 "description": "Common Container Interface (PHP FIG PSR-11)",
2301 "homepage": "https://github.com/php-fig/container",
2302 "keywords": [
2303 "PSR-11",
2304 "container",
2305 "container-interface",
2306 "container-interop",
2307 "psr"
2308 ],
2309 "time": "2017-02-14T16:28:37+00:00"
2310 },
f9bdf062 2311 {
2312 "name": "psr/http-message",
2313 "version": "1.0.1",
2314 "source": {
2315 "type": "git",
2316 "url": "https://github.com/php-fig/http-message.git",
2317 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2318 },
2319 "dist": {
2320 "type": "zip",
2321 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2322 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2323 "shasum": ""
2324 },
2325 "require": {
2326 "php": ">=5.3.0"
2327 },
2328 "type": "library",
2329 "extra": {
2330 "branch-alias": {
2331 "dev-master": "1.0.x-dev"
2332 }
2333 },
2334 "autoload": {
2335 "psr-4": {
2336 "Psr\\Http\\Message\\": "src/"
2337 }
2338 },
2339 "notification-url": "https://packagist.org/downloads/",
2340 "license": [
2341 "MIT"
2342 ],
2343 "authors": [
2344 {
2345 "name": "PHP-FIG",
2346 "homepage": "http://www.php-fig.org/"
2347 }
2348 ],
2349 "description": "Common interface for HTTP messages",
2350 "homepage": "https://github.com/php-fig/http-message",
2351 "keywords": [
2352 "http",
2353 "http-message",
2354 "psr",
2355 "psr-7",
2356 "request",
2357 "response"
2358 ],
2359 "time": "2016-08-06T14:39:51+00:00"
2360 },
fd6605f0
JK
2361 {
2362 "name": "psr/log",
e32ed52b 2363 "version": "1.1.3",
0a4cb750
TO
2364 "source": {
2365 "type": "git",
2366 "url": "https://github.com/php-fig/log.git",
e32ed52b 2367 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
0a4cb750
TO
2368 },
2369 "dist": {
2370 "type": "zip",
e32ed52b 2371 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2372 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
0a4cb750
TO
2373 "shasum": ""
2374 },
2ac97b20
SL
2375 "require": {
2376 "php": ">=5.3.0"
2377 },
0a4cb750 2378 "type": "library",
2ac97b20
SL
2379 "extra": {
2380 "branch-alias": {
0a5cc337 2381 "dev-master": "1.1.x-dev"
2ac97b20
SL
2382 }
2383 },
0a4cb750 2384 "autoload": {
2ac97b20
SL
2385 "psr-4": {
2386 "Psr\\Log\\": "Psr/Log/"
0a4cb750
TO
2387 }
2388 },
2389 "notification-url": "https://packagist.org/downloads/",
2390 "license": [
2391 "MIT"
2392 ],
2393 "authors": [
2394 {
2395 "name": "PHP-FIG",
2396 "homepage": "http://www.php-fig.org/"
2397 }
2398 ],
2399 "description": "Common interface for logging libraries",
2ac97b20 2400 "homepage": "https://github.com/php-fig/log",
0a4cb750
TO
2401 "keywords": [
2402 "log",
2403 "psr",
2404 "psr-3"
2405 ],
e32ed52b 2406 "time": "2020-03-23T09:12:05+00:00"
0a4cb750 2407 },
6c1c4ffc
TO
2408 {
2409 "name": "psr/simple-cache",
2410 "version": "1.0.1",
2411 "source": {
2412 "type": "git",
2413 "url": "https://github.com/php-fig/simple-cache.git",
2414 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2415 },
2416 "dist": {
2417 "type": "zip",
2418 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2419 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2420 "shasum": ""
2421 },
2422 "require": {
2423 "php": ">=5.3.0"
2424 },
2425 "type": "library",
2426 "extra": {
2427 "branch-alias": {
2428 "dev-master": "1.0.x-dev"
2429 }
2430 },
2431 "autoload": {
2432 "psr-4": {
2433 "Psr\\SimpleCache\\": "src/"
2434 }
2435 },
2436 "notification-url": "https://packagist.org/downloads/",
2437 "license": [
2438 "MIT"
2439 ],
2440 "authors": [
2441 {
2442 "name": "PHP-FIG",
2443 "homepage": "http://www.php-fig.org/"
2444 }
2445 ],
2446 "description": "Common interfaces for simple caching",
2447 "keywords": [
2448 "cache",
2449 "caching",
2450 "psr",
2451 "psr-16",
2452 "simple-cache"
2453 ],
2454 "time": "2017-10-23T01:57:42+00:00"
2455 },
bd4dda2a 2456 {
2457 "name": "ralouphie/getallheaders",
2458 "version": "3.0.3",
2459 "source": {
2460 "type": "git",
2461 "url": "https://github.com/ralouphie/getallheaders.git",
2462 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2463 },
2464 "dist": {
2465 "type": "zip",
2466 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2467 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2468 "shasum": ""
2469 },
2470 "require": {
2471 "php": ">=5.6"
2472 },
2473 "require-dev": {
2474 "php-coveralls/php-coveralls": "^2.1",
2475 "phpunit/phpunit": "^5 || ^6.5"
2476 },
2477 "type": "library",
2478 "autoload": {
2479 "files": [
2480 "src/getallheaders.php"
2481 ]
2482 },
2483 "notification-url": "https://packagist.org/downloads/",
2484 "license": [
2485 "MIT"
2486 ],
2487 "authors": [
2488 {
2489 "name": "Ralph Khattar",
2490 "email": "ralph.khattar@gmail.com"
2491 }
2492 ],
2493 "description": "A polyfill for getallheaders.",
2494 "time": "2019-03-08T08:55:37+00:00"
2495 },
bd48ca3f
SL
2496 {
2497 "name": "sabberworm/php-css-parser",
b9015a8b 2498 "version": "8.3.1",
bd48ca3f
SL
2499 "source": {
2500 "type": "git",
2501 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
b9015a8b 2502 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
bd48ca3f
SL
2503 },
2504 "dist": {
2505 "type": "zip",
b9015a8b
SL
2506 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
2507 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
bd48ca3f
SL
2508 "shasum": ""
2509 },
2510 "require": {
2511 "php": ">=5.3.2"
2512 },
b85181d1 2513 "require-dev": {
2514 "codacy/coverage": "^1.4",
2515 "phpunit/phpunit": "~4.8"
2516 },
bd48ca3f
SL
2517 "type": "library",
2518 "autoload": {
2519 "psr-0": {
2520 "Sabberworm\\CSS": "lib/"
2521 }
2522 },
2523 "notification-url": "https://packagist.org/downloads/",
2524 "license": [
2525 "MIT"
2526 ],
2527 "authors": [
2528 {
2529 "name": "Raphael Schweikert"
2530 }
2531 ],
2532 "description": "Parser for CSS Files written in PHP",
2533 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2534 "keywords": [
2535 "css",
2536 "parser",
2537 "stylesheet"
2538 ],
b9015a8b 2539 "time": "2020-06-01T09:10:00+00:00"
bd48ca3f 2540 },
4034556f
TO
2541 {
2542 "name": "scssphp/scssphp",
2543 "version": "1.2.1",
2544 "source": {
2545 "type": "git",
2546 "url": "https://github.com/scssphp/scssphp.git",
2547 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1"
2548 },
2549 "dist": {
2550 "type": "zip",
2551 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
2552 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
2553 "shasum": ""
2554 },
2555 "require": {
2556 "ext-ctype": "*",
2557 "ext-json": "*",
2558 "php": ">=5.6.0"
2559 },
2560 "require-dev": {
2561 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
2562 "sass/sass-spec": "2020.08.10",
2563 "squizlabs/php_codesniffer": "~3.5",
2564 "twbs/bootstrap": "~4.3",
2565 "zurb/foundation": "~6.5"
2566 },
2567 "bin": [
2568 "bin/pscss"
2569 ],
2570 "type": "library",
2571 "autoload": {
2572 "psr-4": {
2573 "ScssPhp\\ScssPhp\\": "src/"
2574 }
2575 },
2576 "notification-url": "https://packagist.org/downloads/",
2577 "license": [
2578 "MIT"
2579 ],
2580 "authors": [
2581 {
2582 "name": "Anthon Pang",
2583 "email": "apang@softwaredevelopment.ca",
2584 "homepage": "https://github.com/robocoder"
2585 },
2586 {
2587 "name": "Cédric Morin",
2588 "email": "cedric@yterium.com",
2589 "homepage": "https://github.com/Cerdic"
2590 }
2591 ],
2592 "description": "scssphp is a compiler for SCSS written in PHP.",
2593 "homepage": "http://scssphp.github.io/scssphp/",
2594 "keywords": [
2595 "css",
2596 "less",
2597 "sass",
2598 "scss",
2599 "stylesheet"
2600 ],
2601 "time": "2020-09-07T21:15:42+00:00"
2602 },
40787e18
TO
2603 {
2604 "name": "symfony/config",
c2b44ba2 2605 "version": "v3.4.40",
40787e18
TO
2606 "source": {
2607 "type": "git",
a84cc605 2608 "url": "https://github.com/symfony/config.git",
c2b44ba2 2609 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877"
40787e18
TO
2610 },
2611 "dist": {
2612 "type": "zip",
c2b44ba2
SL
2613 "url": "https://api.github.com/repos/symfony/config/zipball/3634991bea549e73c45a964c38f30ceeae6ed877",
2614 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877",
40787e18
TO
2615 "shasum": ""
2616 },
2617 "require": {
c2b44ba2
SL
2618 "php": "^5.5.9|>=7.0.8",
2619 "symfony/filesystem": "~2.8|~3.0|~4.0",
c837b233 2620 "symfony/polyfill-ctype": "~1.8"
40787e18 2621 },
c2b44ba2
SL
2622 "conflict": {
2623 "symfony/dependency-injection": "<3.3",
2624 "symfony/finder": "<3.3"
2625 },
a892989e 2626 "require-dev": {
c2b44ba2
SL
2627 "symfony/dependency-injection": "~3.3|~4.0",
2628 "symfony/event-dispatcher": "~3.3|~4.0",
2629 "symfony/finder": "~3.3|~4.0",
2630 "symfony/yaml": "~3.0|~4.0"
c837b233
SL
2631 },
2632 "suggest": {
2633 "symfony/yaml": "To use the yaml reference dumper"
a892989e 2634 },
40787e18
TO
2635 "type": "library",
2636 "extra": {
2637 "branch-alias": {
c2b44ba2 2638 "dev-master": "3.4-dev"
40787e18
TO
2639 }
2640 },
2641 "autoload": {
c837b233 2642 "psr-4": {
40787e18 2643 "Symfony\\Component\\Config\\": ""
c837b233
SL
2644 },
2645 "exclude-from-classmap": [
2646 "/Tests/"
2647 ]
40787e18
TO
2648 },
2649 "notification-url": "https://packagist.org/downloads/",
2650 "license": [
2651 "MIT"
2652 ],
2653 "authors": [
40787e18
TO
2654 {
2655 "name": "Fabien Potencier",
2656 "email": "fabien@symfony.com"
a892989e
DS
2657 },
2658 {
2659 "name": "Symfony Community",
2660 "homepage": "https://symfony.com/contributors"
40787e18
TO
2661 }
2662 ],
2663 "description": "Symfony Config Component",
a892989e 2664 "homepage": "https://symfony.com",
094bc972 2665 "funding": [
2666 {
2667 "url": "https://symfony.com/sponsor",
2668 "type": "custom"
2669 },
2670 {
2671 "url": "https://github.com/fabpot",
2672 "type": "github"
2673 },
2674 {
2675 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2676 "type": "tidelift"
2677 }
2678 ],
c2b44ba2 2679 "time": "2020-04-12T14:33:46+00:00"
40787e18 2680 },
0a4cb750
TO
2681 {
2682 "name": "symfony/dependency-injection",
c2b44ba2 2683 "version": "v3.4.40",
0a4cb750
TO
2684 "source": {
2685 "type": "git",
a84cc605 2686 "url": "https://github.com/symfony/dependency-injection.git",
c2b44ba2 2687 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd"
0a4cb750
TO
2688 },
2689 "dist": {
2690 "type": "zip",
c2b44ba2
SL
2691 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10ff5503b0b27711087eef4ac7835a752fe42fd",
2692 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd",
0a4cb750
TO
2693 "shasum": ""
2694 },
2695 "require": {
c2b44ba2
SL
2696 "php": "^5.5.9|>=7.0.8",
2697 "psr/container": "^1.0"
0a4cb750 2698 },
a892989e 2699 "conflict": {
c2b44ba2
SL
2700 "symfony/config": "<3.3.7",
2701 "symfony/finder": "<3.3",
2702 "symfony/proxy-manager-bridge": "<3.4",
2703 "symfony/yaml": "<3.4"
2704 },
2705 "provide": {
2706 "psr/container-implementation": "1.0"
a892989e 2707 },
0a4cb750 2708 "require-dev": {
c2b44ba2
SL
2709 "symfony/config": "~3.3|~4.0",
2710 "symfony/expression-language": "~2.8|~3.0|~4.0",
2711 "symfony/yaml": "~3.4|~4.0"
0a4cb750
TO
2712 },
2713 "suggest": {
2714 "symfony/config": "",
c837b233 2715 "symfony/expression-language": "For using expressions in service container configuration",
c2b44ba2 2716 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
0a4cb750
TO
2717 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2718 "symfony/yaml": ""
2719 },
2720 "type": "library",
2721 "extra": {
2722 "branch-alias": {
c2b44ba2 2723 "dev-master": "3.4-dev"
0a4cb750
TO
2724 }
2725 },
2726 "autoload": {
c837b233 2727 "psr-4": {
0a4cb750 2728 "Symfony\\Component\\DependencyInjection\\": ""
c837b233
SL
2729 },
2730 "exclude-from-classmap": [
2731 "/Tests/"
2732 ]
0a4cb750
TO
2733 },
2734 "notification-url": "https://packagist.org/downloads/",
2735 "license": [
2736 "MIT"
2737 ],
2738 "authors": [
0a4cb750
TO
2739 {
2740 "name": "Fabien Potencier",
2741 "email": "fabien@symfony.com"
a892989e
DS
2742 },
2743 {
2744 "name": "Symfony Community",
2745 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
2746 }
2747 ],
2748 "description": "Symfony DependencyInjection Component",
a892989e 2749 "homepage": "https://symfony.com",
094bc972 2750 "funding": [
2751 {
2752 "url": "https://symfony.com/sponsor",
2753 "type": "custom"
2754 },
2755 {
2756 "url": "https://github.com/fabpot",
2757 "type": "github"
2758 },
2759 {
2760 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2761 "type": "tidelift"
2762 }
2763 ],
c2b44ba2 2764 "time": "2020-04-13T09:33:40+00:00"
0a4cb750
TO
2765 },
2766 {
2767 "name": "symfony/event-dispatcher",
c2b44ba2 2768 "version": "v3.4.40",
0a4cb750
TO
2769 "source": {
2770 "type": "git",
a84cc605 2771 "url": "https://github.com/symfony/event-dispatcher.git",
c2b44ba2 2772 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
0a4cb750
TO
2773 },
2774 "dist": {
2775 "type": "zip",
c2b44ba2
SL
2776 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2777 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
0a4cb750
TO
2778 "shasum": ""
2779 },
2780 "require": {
c2b44ba2
SL
2781 "php": "^5.5.9|>=7.0.8"
2782 },
2783 "conflict": {
2784 "symfony/dependency-injection": "<3.3"
0a4cb750
TO
2785 },
2786 "require-dev": {
40787e18 2787 "psr/log": "~1.0",
c2b44ba2
SL
2788 "symfony/config": "~2.8|~3.0|~4.0",
2789 "symfony/dependency-injection": "~3.3|~4.0",
2790 "symfony/expression-language": "~2.8|~3.0|~4.0",
2791 "symfony/stopwatch": "~2.8|~3.0|~4.0"
0a4cb750
TO
2792 },
2793 "suggest": {
2794 "symfony/dependency-injection": "",
2795 "symfony/http-kernel": ""
2796 },
2797 "type": "library",
2798 "extra": {
2799 "branch-alias": {
c2b44ba2 2800 "dev-master": "3.4-dev"
0a4cb750
TO
2801 }
2802 },
2803 "autoload": {
c837b233 2804 "psr-4": {
0a4cb750 2805 "Symfony\\Component\\EventDispatcher\\": ""
c837b233
SL
2806 },
2807 "exclude-from-classmap": [
2808 "/Tests/"
2809 ]
0a4cb750
TO
2810 },
2811 "notification-url": "https://packagist.org/downloads/",
2812 "license": [
2813 "MIT"
2814 ],
2815 "authors": [
0a4cb750
TO
2816 {
2817 "name": "Fabien Potencier",
2818 "email": "fabien@symfony.com"
a892989e
DS
2819 },
2820 {
2821 "name": "Symfony Community",
2822 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
2823 }
2824 ],
2825 "description": "Symfony EventDispatcher Component",
a892989e 2826 "homepage": "https://symfony.com",
094bc972 2827 "funding": [
2828 {
2829 "url": "https://symfony.com/sponsor",
2830 "type": "custom"
2831 },
2832 {
2833 "url": "https://github.com/fabpot",
2834 "type": "github"
2835 },
2836 {
2837 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2838 "type": "tidelift"
2839 }
2840 ],
c2b44ba2 2841 "time": "2020-03-15T09:38:08+00:00"
40787e18
TO
2842 },
2843 {
2844 "name": "symfony/filesystem",
c2b44ba2 2845 "version": "v3.4.40",
40787e18
TO
2846 "source": {
2847 "type": "git",
a84cc605 2848 "url": "https://github.com/symfony/filesystem.git",
c2b44ba2 2849 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515"
40787e18
TO
2850 },
2851 "dist": {
2852 "type": "zip",
c2b44ba2
SL
2853 "url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2854 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
40787e18
TO
2855 "shasum": ""
2856 },
2857 "require": {
c2b44ba2 2858 "php": "^5.5.9|>=7.0.8",
c837b233 2859 "symfony/polyfill-ctype": "~1.8"
a892989e 2860 },
40787e18
TO
2861 "type": "library",
2862 "extra": {
2863 "branch-alias": {
c2b44ba2 2864 "dev-master": "3.4-dev"
40787e18
TO
2865 }
2866 },
2867 "autoload": {
c837b233 2868 "psr-4": {
40787e18 2869 "Symfony\\Component\\Filesystem\\": ""
c837b233
SL
2870 },
2871 "exclude-from-classmap": [
2872 "/Tests/"
2873 ]
40787e18
TO
2874 },
2875 "notification-url": "https://packagist.org/downloads/",
2876 "license": [
2877 "MIT"
2878 ],
2879 "authors": [
40787e18 2880 {
d892b317
TO
2881 "name": "Fabien Potencier",
2882 "email": "fabien@symfony.com"
a892989e
DS
2883 },
2884 {
2885 "name": "Symfony Community",
2886 "homepage": "https://symfony.com/contributors"
40787e18
TO
2887 }
2888 ],
2889 "description": "Symfony Filesystem Component",
a892989e 2890 "homepage": "https://symfony.com",
094bc972 2891 "funding": [
2892 {
2893 "url": "https://symfony.com/sponsor",
2894 "type": "custom"
2895 },
2896 {
2897 "url": "https://github.com/fabpot",
2898 "type": "github"
2899 },
2900 {
2901 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2902 "type": "tidelift"
2903 }
2904 ],
c2b44ba2 2905 "time": "2020-04-12T16:54:01+00:00"
0a4cb750
TO
2906 },
2907 {
2908 "name": "symfony/finder",
c2b44ba2 2909 "version": "v3.4.40",
0a4cb750
TO
2910 "source": {
2911 "type": "git",
a892989e 2912 "url": "https://github.com/symfony/finder.git",
c2b44ba2 2913 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
0a4cb750
TO
2914 },
2915 "dist": {
2916 "type": "zip",
c2b44ba2
SL
2917 "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
2918 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
0a4cb750
TO
2919 "shasum": ""
2920 },
2921 "require": {
c2b44ba2 2922 "php": "^5.5.9|>=7.0.8"
a892989e 2923 },
0a4cb750
TO
2924 "type": "library",
2925 "extra": {
2926 "branch-alias": {
c2b44ba2 2927 "dev-master": "3.4-dev"
0a4cb750
TO
2928 }
2929 },
2930 "autoload": {
c837b233 2931 "psr-4": {
0a4cb750 2932 "Symfony\\Component\\Finder\\": ""
c837b233
SL
2933 },
2934 "exclude-from-classmap": [
2935 "/Tests/"
2936 ]
0a4cb750
TO
2937 },
2938 "notification-url": "https://packagist.org/downloads/",
2939 "license": [
2940 "MIT"
2941 ],
2942 "authors": [
0a4cb750
TO
2943 {
2944 "name": "Fabien Potencier",
2945 "email": "fabien@symfony.com"
a892989e
DS
2946 },
2947 {
2948 "name": "Symfony Community",
2949 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
2950 }
2951 ],
2952 "description": "Symfony Finder Component",
a892989e 2953 "homepage": "https://symfony.com",
c2b44ba2 2954 "time": "2020-02-14T07:34:21+00:00"
0a4cb750 2955 },
0e24103e 2956 {
c837b233 2957 "name": "symfony/polyfill-ctype",
c2b44ba2 2958 "version": "v1.17.0",
0e24103e
TO
2959 "source": {
2960 "type": "git",
c837b233 2961 "url": "https://github.com/symfony/polyfill-ctype.git",
c2b44ba2 2962 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
0e24103e
TO
2963 },
2964 "dist": {
2965 "type": "zip",
c2b44ba2
SL
2966 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2967 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
0e24103e
TO
2968 "shasum": ""
2969 },
2970 "require": {
664e998e
SL
2971 "php": ">=5.3.3"
2972 },
b01b546f
TO
2973 "suggest": {
2974 "ext-ctype": "For best performance"
2975 },
c837b233
SL
2976 "type": "library",
2977 "extra": {
2978 "branch-alias": {
c2b44ba2 2979 "dev-master": "1.17-dev"
c837b233
SL
2980 }
2981 },
2982 "autoload": {
2983 "psr-4": {
2984 "Symfony\\Polyfill\\Ctype\\": ""
2985 },
2986 "files": [
2987 "bootstrap.php"
2988 ]
2989 },
2990 "notification-url": "https://packagist.org/downloads/",
2991 "license": [
2992 "MIT"
2993 ],
2994 "authors": [
c837b233
SL
2995 {
2996 "name": "Gert de Pagter",
2997 "email": "BackEndTea@gmail.com"
2517d365
SL
2998 },
2999 {
3000 "name": "Symfony Community",
3001 "homepage": "https://symfony.com/contributors"
c837b233
SL
3002 }
3003 ],
3004 "description": "Symfony polyfill for ctype functions",
3005 "homepage": "https://symfony.com",
3006 "keywords": [
3007 "compatibility",
3008 "ctype",
3009 "polyfill",
3010 "portable"
3011 ],
094bc972 3012 "funding": [
3013 {
3014 "url": "https://symfony.com/sponsor",
3015 "type": "custom"
3016 },
3017 {
3018 "url": "https://github.com/fabpot",
3019 "type": "github"
3020 },
3021 {
3022 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3023 "type": "tidelift"
3024 }
3025 ],
c2b44ba2 3026 "time": "2020-05-12T16:14:59+00:00"
c837b233 3027 },
5ff57db4
SL
3028 {
3029 "name": "symfony/polyfill-iconv",
c2b44ba2 3030 "version": "v1.17.0",
5ff57db4
SL
3031 "source": {
3032 "type": "git",
3033 "url": "https://github.com/symfony/polyfill-iconv.git",
c2b44ba2 3034 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
5ff57db4
SL
3035 },
3036 "dist": {
3037 "type": "zip",
c2b44ba2
SL
3038 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
3039 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
5ff57db4
SL
3040 "shasum": ""
3041 },
3042 "require": {
3043 "php": ">=5.3.3"
3044 },
3045 "suggest": {
3046 "ext-iconv": "For best performance"
3047 },
3048 "type": "library",
3049 "extra": {
3050 "branch-alias": {
c2b44ba2 3051 "dev-master": "1.17-dev"
5ff57db4
SL
3052 }
3053 },
3054 "autoload": {
3055 "psr-4": {
3056 "Symfony\\Polyfill\\Iconv\\": ""
3057 },
3058 "files": [
3059 "bootstrap.php"
3060 ]
3061 },
3062 "notification-url": "https://packagist.org/downloads/",
3063 "license": [
3064 "MIT"
3065 ],
3066 "authors": [
3067 {
3068 "name": "Nicolas Grekas",
3069 "email": "p@tchwork.com"
3070 },
3071 {
3072 "name": "Symfony Community",
3073 "homepage": "https://symfony.com/contributors"
3074 }
3075 ],
3076 "description": "Symfony polyfill for the Iconv extension",
3077 "homepage": "https://symfony.com",
3078 "keywords": [
3079 "compatibility",
3080 "iconv",
3081 "polyfill",
3082 "portable",
3083 "shim"
3084 ],
094bc972 3085 "funding": [
3086 {
3087 "url": "https://symfony.com/sponsor",
3088 "type": "custom"
3089 },
3090 {
3091 "url": "https://github.com/fabpot",
3092 "type": "github"
3093 },
3094 {
3095 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3096 "type": "tidelift"
3097 }
3098 ],
c2b44ba2 3099 "time": "2020-05-12T16:47:27+00:00"
5ff57db4 3100 },
bd4dda2a 3101 {
3102 "name": "symfony/polyfill-intl-idn",
3103 "version": "v1.17.0",
3104 "source": {
3105 "type": "git",
3106 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3107 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
3108 },
3109 "dist": {
3110 "type": "zip",
3111 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
3112 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
3113 "shasum": ""
3114 },
3115 "require": {
3116 "php": ">=5.3.3",
3117 "symfony/polyfill-mbstring": "^1.3",
3118 "symfony/polyfill-php72": "^1.10"
3119 },
3120 "suggest": {
3121 "ext-intl": "For best performance"
3122 },
3123 "type": "library",
3124 "extra": {
3125 "branch-alias": {
3126 "dev-master": "1.17-dev"
3127 }
3128 },
3129 "autoload": {
3130 "psr-4": {
3131 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3132 },
3133 "files": [
3134 "bootstrap.php"
3135 ]
3136 },
3137 "notification-url": "https://packagist.org/downloads/",
3138 "license": [
3139 "MIT"
3140 ],
3141 "authors": [
3142 {
3143 "name": "Laurent Bassin",
3144 "email": "laurent@bassin.info"
3145 },
3146 {
3147 "name": "Symfony Community",
3148 "homepage": "https://symfony.com/contributors"
3149 }
3150 ],
3151 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3152 "homepage": "https://symfony.com",
3153 "keywords": [
3154 "compatibility",
3155 "idn",
3156 "intl",
3157 "polyfill",
3158 "portable",
3159 "shim"
3160 ],
094bc972 3161 "funding": [
3162 {
3163 "url": "https://symfony.com/sponsor",
3164 "type": "custom"
3165 },
3166 {
3167 "url": "https://github.com/fabpot",
3168 "type": "github"
3169 },
3170 {
3171 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3172 "type": "tidelift"
3173 }
3174 ],
bd4dda2a 3175 "time": "2020-05-12T16:47:27+00:00"
3176 },
3177 {
3178 "name": "symfony/polyfill-mbstring",
3179 "version": "v1.17.0",
3180 "source": {
3181 "type": "git",
3182 "url": "https://github.com/symfony/polyfill-mbstring.git",
3183 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
3184 },
3185 "dist": {
3186 "type": "zip",
3187 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
3188 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
3189 "shasum": ""
3190 },
3191 "require": {
3192 "php": ">=5.3.3"
3193 },
3194 "suggest": {
3195 "ext-mbstring": "For best performance"
3196 },
3197 "type": "library",
3198 "extra": {
3199 "branch-alias": {
3200 "dev-master": "1.17-dev"
3201 }
3202 },
3203 "autoload": {
3204 "psr-4": {
3205 "Symfony\\Polyfill\\Mbstring\\": ""
3206 },
3207 "files": [
3208 "bootstrap.php"
3209 ]
3210 },
3211 "notification-url": "https://packagist.org/downloads/",
3212 "license": [
3213 "MIT"
3214 ],
3215 "authors": [
3216 {
3217 "name": "Nicolas Grekas",
3218 "email": "p@tchwork.com"
3219 },
3220 {
3221 "name": "Symfony Community",
3222 "homepage": "https://symfony.com/contributors"
3223 }
3224 ],
3225 "description": "Symfony polyfill for the Mbstring extension",
3226 "homepage": "https://symfony.com",
3227 "keywords": [
3228 "compatibility",
3229 "mbstring",
3230 "polyfill",
3231 "portable",
3232 "shim"
3233 ],
094bc972 3234 "funding": [
3235 {
3236 "url": "https://symfony.com/sponsor",
3237 "type": "custom"
3238 },
3239 {
3240 "url": "https://github.com/fabpot",
3241 "type": "github"
3242 },
3243 {
3244 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3245 "type": "tidelift"
3246 }
3247 ],
bd4dda2a 3248 "time": "2020-05-12T16:47:27+00:00"
3249 },
3250 {
3251 "name": "symfony/polyfill-php72",
3252 "version": "v1.17.0",
3253 "source": {
3254 "type": "git",
3255 "url": "https://github.com/symfony/polyfill-php72.git",
3256 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
3257 },
3258 "dist": {
3259 "type": "zip",
3260 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
3261 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
3262 "shasum": ""
3263 },
3264 "require": {
3265 "php": ">=5.3.3"
3266 },
3267 "type": "library",
3268 "extra": {
3269 "branch-alias": {
3270 "dev-master": "1.17-dev"
3271 }
3272 },
3273 "autoload": {
3274 "psr-4": {
3275 "Symfony\\Polyfill\\Php72\\": ""
3276 },
3277 "files": [
3278 "bootstrap.php"
3279 ]
3280 },
3281 "notification-url": "https://packagist.org/downloads/",
3282 "license": [
3283 "MIT"
3284 ],
3285 "authors": [
3286 {
3287 "name": "Nicolas Grekas",
3288 "email": "p@tchwork.com"
3289 },
3290 {
3291 "name": "Symfony Community",
3292 "homepage": "https://symfony.com/contributors"
3293 }
3294 ],
3295 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3296 "homepage": "https://symfony.com",
3297 "keywords": [
3298 "compatibility",
3299 "polyfill",
3300 "portable",
3301 "shim"
3302 ],
094bc972 3303 "funding": [
3304 {
3305 "url": "https://symfony.com/sponsor",
3306 "type": "custom"
3307 },
3308 {
3309 "url": "https://github.com/fabpot",
3310 "type": "github"
3311 },
3312 {
3313 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3314 "type": "tidelift"
3315 }
3316 ],
bd4dda2a 3317 "time": "2020-05-12T16:47:27+00:00"
3318 },
c837b233
SL
3319 {
3320 "name": "symfony/process",
c2b44ba2 3321 "version": "v3.4.40",
c837b233
SL
3322 "source": {
3323 "type": "git",
3324 "url": "https://github.com/symfony/process.git",
c2b44ba2 3325 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
c837b233
SL
3326 },
3327 "dist": {
3328 "type": "zip",
c2b44ba2
SL
3329 "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
3330 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
c837b233
SL
3331 "shasum": ""
3332 },
3333 "require": {
c2b44ba2 3334 "php": "^5.5.9|>=7.0.8"
a892989e 3335 },
0e24103e
TO
3336 "type": "library",
3337 "extra": {
3338 "branch-alias": {
c2b44ba2 3339 "dev-master": "3.4-dev"
0e24103e
TO
3340 }
3341 },
3342 "autoload": {
c837b233 3343 "psr-4": {
0e24103e 3344 "Symfony\\Component\\Process\\": ""
c837b233
SL
3345 },
3346 "exclude-from-classmap": [
3347 "/Tests/"
3348 ]
0e24103e
TO
3349 },
3350 "notification-url": "https://packagist.org/downloads/",
3351 "license": [
3352 "MIT"
3353 ],
3354 "authors": [
0e24103e 3355 {
40787e18
TO
3356 "name": "Fabien Potencier",
3357 "email": "fabien@symfony.com"
a892989e
DS
3358 },
3359 {
3360 "name": "Symfony Community",
3361 "homepage": "https://symfony.com/contributors"
0e24103e
TO
3362 }
3363 ],
3364 "description": "Symfony Process Component",
a892989e 3365 "homepage": "https://symfony.com",
094bc972 3366 "funding": [
3367 {
3368 "url": "https://symfony.com/sponsor",
3369 "type": "custom"
3370 },
3371 {
3372 "url": "https://github.com/fabpot",
3373 "type": "github"
3374 },
3375 {
3376 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3377 "type": "tidelift"
3378 }
3379 ],
c2b44ba2 3380 "time": "2020-04-12T14:33:46+00:00"
0e24103e 3381 },
10e59978 3382 {
3383 "name": "symfony/var-dumper",
3384 "version": "v3.4.44",
3385 "source": {
3386 "type": "git",
3387 "url": "https://github.com/symfony/var-dumper.git",
3388 "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484"
3389 },
3390 "dist": {
3391 "type": "zip",
3392 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3e31b82077039b1ea3b5a203ec1e3016606f4484",
3393 "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484",
3394 "shasum": ""
3395 },
3396 "require": {
3397 "php": "^5.5.9|>=7.0.8",
3398 "symfony/polyfill-mbstring": "~1.0"
3399 },
3400 "conflict": {
3401 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3402 },
3403 "require-dev": {
3404 "ext-iconv": "*",
3405 "twig/twig": "~1.34|~2.4"
3406 },
3407 "suggest": {
3408 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3409 "ext-intl": "To show region name in time zone dump",
3410 "ext-symfony_debug": ""
3411 },
3412 "type": "library",
3413 "extra": {
3414 "branch-alias": {
3415 "dev-master": "3.4-dev"
3416 }
3417 },
3418 "autoload": {
3419 "files": [
3420 "Resources/functions/dump.php"
3421 ],
3422 "psr-4": {
3423 "Symfony\\Component\\VarDumper\\": ""
3424 },
3425 "exclude-from-classmap": [
3426 "/Tests/"
3427 ]
3428 },
3429 "notification-url": "https://packagist.org/downloads/",
3430 "license": [
3431 "MIT"
3432 ],
3433 "authors": [
3434 {
3435 "name": "Nicolas Grekas",
3436 "email": "p@tchwork.com"
3437 },
3438 {
3439 "name": "Symfony Community",
3440 "homepage": "https://symfony.com/contributors"
3441 }
3442 ],
3443 "description": "Symfony mechanism for exploring and dumping PHP variables",
3444 "homepage": "https://symfony.com",
3445 "keywords": [
3446 "debug",
3447 "dump"
3448 ],
3449 "funding": [
3450 {
3451 "url": "https://symfony.com/sponsor",
3452 "type": "custom"
3453 },
3454 {
3455 "url": "https://github.com/fabpot",
3456 "type": "github"
3457 },
3458 {
3459 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3460 "type": "tidelift"
3461 }
3462 ],
3463 "time": "2020-08-17T07:27:37+00:00"
3464 },
f6c3a87a
CB
3465 {
3466 "name": "tecnickcom/tcpdf",
b55dd020 3467 "version": "6.3.5",
f6c3a87a
CB
3468 "source": {
3469 "type": "git",
3470 "url": "https://github.com/tecnickcom/TCPDF.git",
b55dd020 3471 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
f6c3a87a
CB
3472 },
3473 "dist": {
3474 "type": "zip",
b55dd020
SL
3475 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3476 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
f6c3a87a
CB
3477 "shasum": ""
3478 },
3479 "require": {
3480 "php": ">=5.3.0"
3481 },
3482 "type": "library",
3483 "autoload": {
3484 "classmap": [
f6c3a87a
CB
3485 "config",
3486 "include",
3487 "tcpdf.php",
3488 "tcpdf_parser.php",
3489 "tcpdf_import.php",
3490 "tcpdf_barcodes_1d.php",
3491 "tcpdf_barcodes_2d.php",
3492 "include/tcpdf_colors.php",
3493 "include/tcpdf_filters.php",
3494 "include/tcpdf_font_data.php",
3495 "include/tcpdf_fonts.php",
3496 "include/tcpdf_images.php",
3497 "include/tcpdf_static.php",
3498 "include/barcodes/datamatrix.php",
3499 "include/barcodes/pdf417.php",
3500 "include/barcodes/qrcode.php"
3501 ]
3502 },
3503 "notification-url": "https://packagist.org/downloads/",
3504 "license": [
b55dd020 3505 "LGPL-3.0-only"
f6c3a87a
CB
3506 ],
3507 "authors": [
3508 {
3509 "name": "Nicola Asuni",
3510 "email": "info@tecnick.com",
679b306e 3511 "role": "lead"
f6c3a87a
CB
3512 }
3513 ],
3514 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3515 "homepage": "http://www.tcpdf.org/",
3516 "keywords": [
3517 "PDFD32000-2008",
3518 "TCPDF",
3519 "barcodes",
3520 "datamatrix",
3521 "pdf",
3522 "pdf417",
3523 "qrcode"
3524 ],
b55dd020 3525 "time": "2020-02-14T14:20:12+00:00"
f6c3a87a 3526 },
79e677dd
TO
3527 {
3528 "name": "togos/gitignore",
3529 "version": "1.1.1",
3530 "source": {
3531 "type": "git",
3532 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
3533 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
3534 },
3535 "dist": {
3536 "type": "zip",
3537 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
3538 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
3539 "shasum": ""
3540 },
3541 "require": {
3542 "php": ">=5.2"
3543 },
3544 "require-dev": {
3545 "togos/simpler-test": "1.1.1"
3546 },
3547 "type": "library",
3548 "autoload": {
3549 "psr-0": {
3550 "TOGoS_GitIgnore_": "src/main/php/"
3551 }
3552 },
3553 "notification-url": "https://packagist.org/downloads/",
3554 "license": [
3555 "MIT"
3556 ],
3557 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
3558 "time": "2019-04-19T19:16:58+00:00"
3559 },
0a4cb750
TO
3560 {
3561 "name": "totten/ca-config",
26c57e2d 3562 "version": "v17.05.0",
0a4cb750
TO
3563 "source": {
3564 "type": "git",
3565 "url": "https://github.com/totten/ca_config.git",
26c57e2d 3566 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
0a4cb750
TO
3567 },
3568 "dist": {
3569 "type": "zip",
26c57e2d
TO
3570 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
3571 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
0a4cb750
TO
3572 "shasum": ""
3573 },
3574 "require": {
3575 "php": ">=5.2"
3576 },
3577 "type": "library",
3578 "autoload": {
3579 "psr-0": {
3580 "CA_Config": "src/"
3581 }
3582 },
3583 "notification-url": "https://packagist.org/downloads/",
3584 "license": [
3585 "BSD-2-Clause"
3586 ],
3587 "authors": [
3588 {
3589 "name": "Tim Otten",
3590 "email": "to-git@think.hm"
3591 }
3592 ],
3593 "description": "Default configuration for certificate authorities",
3594 "homepage": "https://github.com/totten/ca_config",
26c57e2d 3595 "time": "2017-05-10T20:08:17+00:00"
16b60c30 3596 },
4034556f
TO
3597 {
3598 "name": "totten/lurkerlite",
3599 "version": "1.3.0",
3600 "source": {
3601 "type": "git",
3602 "url": "https://github.com/totten/Lurker.git",
3603 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
3604 },
3605 "dist": {
3606 "type": "zip",
3607 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
3608 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
3609 "shasum": ""
3610 },
3611 "require": {
3612 "php": ">=5.3.3"
3613 },
3614 "replace": {
3615 "henrikbjorn/lurker": "*"
3616 },
3617 "suggest": {
3618 "ext-inotify": ">=0.1.6"
3619 },
3620 "type": "library",
3621 "extra": {
3622 "branch-alias": {
3623 "dev-master": "1.3.x-dev"
3624 }
3625 },
3626 "autoload": {
3627 "psr-0": {
3628 "Lurker": "src"
3629 }
3630 },
3631 "notification-url": "https://packagist.org/downloads/",
3632 "license": [
3633 "MIT"
3634 ],
3635 "authors": [
3636 {
3637 "name": "Konstantin Kudryashov",
3638 "email": "ever.zet@gmail.com"
3639 },
3640 {
3641 "name": "Yaroslav Kiliba",
3642 "email": "om.dattaya@gmail.com"
3643 },
3644 {
3645 "name": "Henrik Bjrnskov",
3646 "email": "henrik@bjrnskov.dk"
3647 }
3648 ],
3649 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
3650 "keywords": [
3651 "filesystem",
3652 "resource",
3653 "watching"
3654 ],
3655 "time": "2020-09-01T10:01:01+00:00"
3656 },
c5abc6ae
SL
3657 {
3658 "name": "tplaner/when",
ab242d96 3659 "version": "3.0.0+php53",
c5abc6ae
SL
3660 "dist": {
3661 "type": "zip",
6086c345 3662 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
c5abc6ae
SL
3663 },
3664 "require": {
3665 "php": ">=5.3.0"
3666 },
3667 "require-dev": {
ab242d96 3668 "phpunit/phpunit": "~4.0"
c5abc6ae
SL
3669 },
3670 "type": "library",
3671 "autoload": {
3672 "psr-4": {
3673 "When\\": "src/"
3674 }
3675 },
c5abc6ae
SL
3676 "license": [
3677 "MIT"
3678 ],
3679 "authors": [
3680 {
3681 "name": "Tom Planer",
3682 "email": "tplaner@gmail.com"
3683 }
3684 ],
3685 "description": "Date/Calendar recursion library.",
3686 "homepage": "https://github.com/tplaner/When",
3687 "keywords": [
ab242d96 3688 "DateTime",
c5abc6ae 3689 "date",
c5abc6ae 3690 "recurrence",
c5abc6ae 3691 "time"
ab242d96 3692 ]
c5abc6ae 3693 },
4fed6a99
TO
3694 {
3695 "name": "tubalmartin/cssmin",
3696 "version": "v4.1.1",
3697 "source": {
3698 "type": "git",
3699 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
3700 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
3701 },
3702 "dist": {
3703 "type": "zip",
3704 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
3705 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
3706 "shasum": ""
3707 },
3708 "require": {
3709 "ext-pcre": "*",
3710 "php": ">=5.3.2"
3711 },
3712 "require-dev": {
3713 "cogpowered/finediff": "0.3.*",
3714 "phpunit/phpunit": "4.8.*"
3715 },
3716 "bin": [
3717 "cssmin"
3718 ],
3719 "type": "library",
3720 "autoload": {
3721 "psr-4": {
3722 "tubalmartin\\CssMin\\": "src"
3723 }
3724 },
3725 "notification-url": "https://packagist.org/downloads/",
3726 "license": [
3727 "BSD-3-Clause"
3728 ],
3729 "authors": [
3730 {
3731 "name": "Túbal Martín",
3732 "homepage": "http://tubalmartin.me/"
3733 }
3734 ],
3735 "description": "A PHP port of the YUI CSS compressor",
3736 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
3737 "keywords": [
3738 "compress",
3739 "compressor",
3740 "css",
3741 "cssmin",
3742 "minify",
3743 "yui"
3744 ],
3745 "time": "2018-01-15T15:26:51+00:00"
3746 },
2d38c687
PF
3747 {
3748 "name": "typo3/phar-stream-wrapper",
3749 "version": "v3.1.4",
3750 "source": {
3751 "type": "git",
3752 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
3753 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
3754 },
3755 "dist": {
3756 "type": "zip",
3757 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
3758 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
3759 "shasum": ""
3760 },
3761 "require": {
3762 "ext-json": "*",
3763 "php": "^7.0"
3764 },
3765 "require-dev": {
3766 "ext-xdebug": "*",
3767 "phpunit/phpunit": "^6.5"
3768 },
3769 "suggest": {
3770 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
3771 },
3772 "type": "library",
3773 "extra": {
3774 "branch-alias": {
3775 "dev-master": "v3.x-dev"
3776 }
3777 },
3778 "autoload": {
3779 "psr-4": {
3780 "TYPO3\\PharStreamWrapper\\": "src/"
3781 }
3782 },
3783 "notification-url": "https://packagist.org/downloads/",
3784 "license": [
3785 "MIT"
3786 ],
3787 "description": "Interceptors for PHP's native phar:// stream handling",
3788 "homepage": "https://typo3.org/",
3789 "keywords": [
3790 "phar",
3791 "php",
3792 "security",
3793 "stream-wrapper"
3794 ],
3795 "time": "2019-12-10T11:53:27+00:00"
3796 },
4c6c3076
SL
3797 {
3798 "name": "xkerman/restricted-unserialize",
3799 "version": "1.1.12",
3800 "source": {
3801 "type": "git",
3802 "url": "https://github.com/xKerman/restricted-unserialize.git",
3803 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
3804 },
3805 "dist": {
3806 "type": "zip",
3807 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
3808 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
3809 "shasum": ""
3810 },
3811 "require": {
3812 "php": ">=5.2"
3813 },
3814 "require-dev": {
3815 "nikic/php-parser": "^1.4|^3.0|^4.2",
3816 "phpmd/phpmd": "^2.6",
3817 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
3818 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
3819 "squizlabs/php_codesniffer": "^2.9|^3.4"
3820 },
3821 "type": "library",
3822 "autoload": {
3823 "files": [
3824 "src/function.php"
3825 ],
3826 "psr-4": {
3827 "xKerman\\Restricted\\": "src"
3828 }
3829 },
3830 "notification-url": "https://packagist.org/downloads/",
3831 "license": [
3832 "MIT"
3833 ],
3834 "authors": [
3835 {
3836 "name": "xKerman",
3837 "email": "xKhorasan@gmail.com"
3838 }
3839 ],
3840 "description": "provide PHP Object Injection safe unserialize function",
3841 "keywords": [
3842 "PHP Object Injection",
3843 "deserialize",
3844 "unserialize"
3845 ],
3846 "time": "2019-08-11T00:04:39+00:00"
3847 },
61a197f8
SL
3848 {
3849 "name": "zendframework/zend-escaper",
bd48ca3f 3850 "version": "2.4.13",
61a197f8
SL
3851 "source": {
3852 "type": "git",
3853 "url": "https://github.com/zendframework/zend-escaper.git",
3854 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
3855 },
3856 "dist": {
3857 "type": "zip",
3858 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
3859 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
3860 "shasum": ""
3861 },
3862 "require": {
3863 "php": ">=5.3.23"
3864 },
3865 "require-dev": {
3866 "fabpot/php-cs-fixer": "1.7.*",
3867 "phpunit/phpunit": "~4.0",
3868 "satooshi/php-coveralls": "dev-master"
3869 },
3870 "type": "library",
3871 "extra": {
3872 "branch-alias": {
3873 "dev-master": "2.4-dev",
3874 "dev-develop": "2.5-dev"
3875 }
3876 },
3877 "autoload": {
3878 "psr-4": {
3879 "Zend\\Escaper\\": "src/"
3880 }
3881 },
3882 "notification-url": "https://packagist.org/downloads/",
3883 "license": [
3884 "BSD-3-Clause"
3885 ],
3886 "homepage": "https://github.com/zendframework/zend-escaper",
3887 "keywords": [
3888 "escaper",
3889 "zf2"
3890 ],
ec88fefe 3891 "abandoned": "laminas/laminas-escaper",
8450657b 3892 "time": "2015-05-07T14:55:31+00:00"
61a197f8 3893 },
16b60c30
TO
3894 {
3895 "name": "zetacomponents/base",
16924c84 3896 "version": "1.9.1",
16b60c30
TO
3897 "source": {
3898 "type": "git",
3899 "url": "https://github.com/zetacomponents/Base.git",
16924c84 3900 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
16b60c30
TO
3901 },
3902 "dist": {
3903 "type": "zip",
16924c84 3904 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
3905 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
16b60c30
TO
3906 "shasum": ""
3907 },
16924c84 3908 "require-dev": {
3909 "phpunit/phpunit": "~5.7",
3910 "zetacomponents/unit-test": "*"
3911 },
16b60c30
TO
3912 "type": "library",
3913 "autoload": {
3914 "classmap": [
3915 "src"
3916 ]
3917 },
3918 "notification-url": "https://packagist.org/downloads/",
3919 "license": [
16924c84 3920 "Apache-2.0"
16b60c30
TO
3921 ],
3922 "authors": [
3923 {
3924 "name": "Sergey Alexeev"
3925 },
3926 {
3927 "name": "Sebastian Bergmann"
3928 },
3929 {
3930 "name": "Jan Borsodi"
3931 },
3932 {
3933 "name": "Raymond Bosman"
3934 },
3935 {
3936 "name": "Frederik Holljen"
3937 },
3938 {
3939 "name": "Kore Nordmann"
3940 },
3941 {
3942 "name": "Derick Rethans"
3943 },
3944 {
3945 "name": "Vadym Savchuk"
3946 },
3947 {
3948 "name": "Tobias Schlitt"
3949 },
3950 {
3951 "name": "Alexandru Stanoi"
3952 }
3953 ],
3954 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
3955 "homepage": "https://github.com/zetacomponents",
16924c84 3956 "time": "2017-11-28T11:30:00+00:00"
16b60c30
TO
3957 },
3958 {
3959 "name": "zetacomponents/mail",
b55dd020 3960 "version": "1.9.2",
16b60c30
TO
3961 "source": {
3962 "type": "git",
8a1794a9 3963 "url": "https://github.com/zetacomponents/Mail.git",
b55dd020 3964 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
8a1794a9
SL
3965 },
3966 "dist": {
3967 "type": "zip",
b55dd020
SL
3968 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
3969 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
8a1794a9 3970 "shasum": ""
16924c84 3971 },
3972 "require": {
3973 "zetacomponents/base": "~1.8"
3974 },
3975 "require-dev": {
b55dd020 3976 "phpunit/phpunit": "~7.5",
16924c84 3977 "zetacomponents/unit-test": "*"
16b60c30
TO
3978 },
3979 "type": "library",
7d792d0f
SL
3980 "extra": {
3981 "patches_applied": {
3982 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
3983 }
3984 },
16b60c30
TO
3985 "autoload": {
3986 "classmap": [
3987 "src"
3988 ]
3989 },
8a1794a9 3990 "notification-url": "https://packagist.org/downloads/",
16b60c30 3991 "license": [
16924c84 3992 "Apache-2.0"
16b60c30
TO
3993 ],
3994 "authors": [
3995 {
3996 "name": "Sergey Alexeev"
3997 },
3998 {
3999 "name": "Sebastian Bergmann"
4000 },
4001 {
4002 "name": "Jan Borsodi"
4003 },
4004 {
4005 "name": "Raymond Bosman"
4006 },
4007 {
4008 "name": "Frederik Holljen"
4009 },
4010 {
4011 "name": "Kore Nordmann"
4012 },
4013 {
4014 "name": "Derick Rethans"
4015 },
4016 {
4017 "name": "Vadym Savchuk"
4018 },
4019 {
4020 "name": "Tobias Schlitt"
4021 },
4022 {
4023 "name": "Alexandru Stanoi"
4024 },
16b60c30 4025 {
8a1794a9 4026 "name": "Sinisa Dukaric"
16b60c30
TO
4027 },
4028 {
8a1794a9 4029 "name": "Mikko Koppanen"
bd63411f 4030 },
4031 {
4032 "name": "Christian Michel"
16b60c30
TO
4033 }
4034 ],
4035 "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.",
4036 "homepage": "https://github.com/zetacomponents",
7d792d0f 4037 "time": "2020-06-13T12:38:26+00:00"
0a4cb750
TO
4038 }
4039 ],
b4998943 4040 "packages-dev": [],
0a4cb750
TO
4041 "aliases": [],
4042 "minimum-stability": "stable",
16b60c30 4043 "stability-flags": {
b4998943 4044 "pear/validate_finance_creditcard": 20
16b60c30 4045 },
0a4cb750
TO
4046 "prefer-stable": false,
4047 "prefer-lowest": false,
133dc2c2 4048 "platform": {
e050e52a 4049 "php": "~7.2",
094bc972 4050 "ext-intl": "*",
4051 "ext-json": "*"
133dc2c2 4052 },
dc3ace93
TO
4053 "platform-dev": [],
4054 "platform-overrides": {
e050e52a 4055 "php": "7.2"
10e59978 4056 },
7d792d0f 4057 "plugin-api-version": "2.0.0"
0a4cb750 4058}