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