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