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