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