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