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