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