]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Upgrade Piwik Twig Extension to Matomo
[github/wallabag/wallabag.git] / composer.lock
CommitLineData
6546aca4
JB
1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
9717d012 7 "content-hash": "552a7c133014fd0a95d78a04fab4beba",
6546aca4
JB
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
28378675 59 {
60 "name": "beberlei/assert",
725a702e 61 "version": "v3.2.7",
28378675 62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
725a702e 65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
28378675 66 },
67 "dist": {
68 "type": "zip",
725a702e 69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
28378675 71 "shasum": ""
72 },
73 "require": {
dab8b395 74 "ext-ctype": "*",
dab8b395 75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
28378675 78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
987237d5
JB
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
28378675 88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
66426001 104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
28378675 106 },
107 {
108 "name": "Richard Quadling",
66426001 109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
28378675 111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
725a702e 119 "time": "2019-12-19T17:51:41+00:00"
28378675 120 },
6546aca4
JB
121 {
122 "name": "behat/transliterator",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
6546aca4
JB
217 {
218 "name": "craue/config-bundle",
f28720f8 219 "version": "2.4.0",
6546aca4
JB
220 "source": {
221 "type": "git",
1576905e 222 "url": "https://github.com/craue/CraueConfigBundle.git",
f28720f8 223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
6546aca4
JB
224 },
225 "dist": {
226 "type": "zip",
f28720f8 227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
6546aca4
JB
229 "shasum": ""
230 },
231 "require": {
f28720f8 232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
1576905e
JB
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
f28720f8 235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
6546aca4
JB
244 },
245 "require-dev": {
1576905e
JB
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
f28720f8 249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
6546aca4
JB
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
f28720f8 255 "dev-master": "2.4.x-dev"
6546aca4
JB
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
1576905e 266 "notification-url": "https://packagist.org/downloads/",
6546aca4
JB
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
f28720f8 284 "symfony"
6546aca4 285 ],
f28720f8 286 "time": "2019-12-03T08:32:04+00:00"
6546aca4
JB
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
1ae6f32b 353 "version": "1.10.2",
6546aca4
JB
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
1ae6f32b 357 "reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
6546aca4
JB
358 },
359 "dist": {
360 "type": "zip",
1ae6f32b 361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
362 "reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
6546aca4
JB
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
78eae449 367 "ext-tokenizer": "*",
6546aca4
JB
368 "php": "^7.1"
369 },
370 "require-dev": {
371 "doctrine/cache": "1.*",
41fd6487 372 "phpunit/phpunit": "^7.5"
6546aca4
JB
373 },
374 "type": "library",
375 "extra": {
376 "branch-alias": {
78eae449 377 "dev-master": "1.9.x-dev"
6546aca4
JB
378 }
379 },
380 "autoload": {
381 "psr-4": {
382 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
383 }
384 },
385 "notification-url": "https://packagist.org/downloads/",
386 "license": [
387 "MIT"
388 ],
389 "authors": [
61e53dda
JB
390 {
391 "name": "Guilherme Blanco",
392 "email": "guilhermeblanco@gmail.com"
393 },
6546aca4
JB
394 {
395 "name": "Roman Borschel",
396 "email": "roman@code-factory.org"
397 },
398 {
399 "name": "Benjamin Eberlei",
400 "email": "kontakt@beberlei.de"
401 },
6546aca4
JB
402 {
403 "name": "Jonathan Wage",
404 "email": "jonwage@gmail.com"
405 },
406 {
407 "name": "Johannes Schmitt",
408 "email": "schmittjoh@gmail.com"
409 }
410 ],
411 "description": "Docblock Annotations Parser",
412 "homepage": "http://www.doctrine-project.org",
413 "keywords": [
414 "annotations",
415 "docblock",
416 "parser"
417 ],
1ae6f32b 418 "time": "2020-04-20T09:18:32+00:00"
6546aca4
JB
419 },
420 {
421 "name": "doctrine/cache",
d063ef65 422 "version": "1.10.0",
6546aca4
JB
423 "source": {
424 "type": "git",
425 "url": "https://github.com/doctrine/cache.git",
d063ef65 426 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
6546aca4
JB
427 },
428 "dist": {
429 "type": "zip",
d063ef65 430 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
431 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
6546aca4
JB
432 "shasum": ""
433 },
434 "require": {
435 "php": "~7.1"
436 },
437 "conflict": {
438 "doctrine/common": ">2.2,<2.4"
439 },
440 "require-dev": {
441 "alcaeus/mongo-php-adapter": "^1.1",
8d4ed0df 442 "doctrine/coding-standard": "^6.0",
6546aca4
JB
443 "mongodb/mongodb": "^1.1",
444 "phpunit/phpunit": "^7.0",
445 "predis/predis": "~1.0"
446 },
447 "suggest": {
448 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
449 },
450 "type": "library",
451 "extra": {
452 "branch-alias": {
8d4ed0df 453 "dev-master": "1.9.x-dev"
6546aca4
JB
454 }
455 },
456 "autoload": {
457 "psr-4": {
458 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
459 }
460 },
461 "notification-url": "https://packagist.org/downloads/",
462 "license": [
463 "MIT"
464 ],
465 "authors": [
ddd3700c 466 {
467 "name": "Guilherme Blanco",
468 "email": "guilhermeblanco@gmail.com"
469 },
6546aca4
JB
470 {
471 "name": "Roman Borschel",
472 "email": "roman@code-factory.org"
473 },
474 {
475 "name": "Benjamin Eberlei",
476 "email": "kontakt@beberlei.de"
477 },
6546aca4
JB
478 {
479 "name": "Jonathan Wage",
480 "email": "jonwage@gmail.com"
481 },
482 {
483 "name": "Johannes Schmitt",
484 "email": "schmittjoh@gmail.com"
485 }
486 ],
8d4ed0df
JB
487 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
488 "homepage": "https://www.doctrine-project.org/projects/cache.html",
6546aca4 489 "keywords": [
8d4ed0df
JB
490 "abstraction",
491 "apcu",
6546aca4 492 "cache",
8d4ed0df
JB
493 "caching",
494 "couchdb",
495 "memcached",
496 "php",
497 "redis",
8d4ed0df 498 "xcache"
6546aca4 499 ],
d063ef65 500 "time": "2019-11-29T15:36:20+00:00"
6546aca4
JB
501 },
502 {
503 "name": "doctrine/collections",
1ddd66ae 504 "version": "1.6.4",
6546aca4
JB
505 "source": {
506 "type": "git",
507 "url": "https://github.com/doctrine/collections.git",
1ddd66ae 508 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
6546aca4
JB
509 },
510 "dist": {
511 "type": "zip",
1ddd66ae 512 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
513 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
6546aca4
JB
514 "shasum": ""
515 },
516 "require": {
517 "php": "^7.1.3"
518 },
519 "require-dev": {
520 "doctrine/coding-standard": "^6.0",
521 "phpstan/phpstan-shim": "^0.9.2",
522 "phpunit/phpunit": "^7.0",
523 "vimeo/psalm": "^3.2.2"
524 },
525 "type": "library",
526 "extra": {
527 "branch-alias": {
528 "dev-master": "1.6.x-dev"
529 }
530 },
531 "autoload": {
532 "psr-4": {
533 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
534 }
535 },
536 "notification-url": "https://packagist.org/downloads/",
537 "license": [
538 "MIT"
539 ],
540 "authors": [
8d4ed0df
JB
541 {
542 "name": "Guilherme Blanco",
543 "email": "guilhermeblanco@gmail.com"
544 },
6546aca4
JB
545 {
546 "name": "Roman Borschel",
547 "email": "roman@code-factory.org"
548 },
549 {
550 "name": "Benjamin Eberlei",
551 "email": "kontakt@beberlei.de"
552 },
6546aca4
JB
553 {
554 "name": "Jonathan Wage",
555 "email": "jonwage@gmail.com"
556 },
557 {
558 "name": "Johannes Schmitt",
559 "email": "schmittjoh@gmail.com"
560 }
561 ],
562 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
563 "homepage": "https://www.doctrine-project.org/projects/collections.html",
564 "keywords": [
565 "array",
566 "collections",
567 "iterators",
568 "php"
569 ],
1ddd66ae 570 "time": "2019-11-13T13:07:11+00:00"
6546aca4
JB
571 },
572 {
573 "name": "doctrine/common",
94e7ba31 574 "version": "2.12.0",
6546aca4
JB
575 "source": {
576 "type": "git",
577 "url": "https://github.com/doctrine/common.git",
94e7ba31 578 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
6546aca4
JB
579 },
580 "dist": {
581 "type": "zip",
94e7ba31 582 "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
583 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
6546aca4
JB
584 "shasum": ""
585 },
586 "require": {
587 "doctrine/annotations": "^1.0",
588 "doctrine/cache": "^1.0",
589 "doctrine/collections": "^1.0",
590 "doctrine/event-manager": "^1.0",
591 "doctrine/inflector": "^1.0",
592 "doctrine/lexer": "^1.0",
593 "doctrine/persistence": "^1.1",
594 "doctrine/reflection": "^1.0",
595 "php": "^7.1"
596 },
597 "require-dev": {
598 "doctrine/coding-standard": "^1.0",
2133ca31 599 "phpstan/phpstan": "^0.11",
600 "phpstan/phpstan-phpunit": "^0.11",
601 "phpunit/phpunit": "^7.0",
6546aca4
JB
602 "squizlabs/php_codesniffer": "^3.0",
603 "symfony/phpunit-bridge": "^4.0.5"
604 },
605 "type": "library",
606 "extra": {
607 "branch-alias": {
2133ca31 608 "dev-master": "2.11.x-dev"
6546aca4
JB
609 }
610 },
611 "autoload": {
612 "psr-4": {
613 "Doctrine\\Common\\": "lib/Doctrine/Common"
614 }
615 },
616 "notification-url": "https://packagist.org/downloads/",
617 "license": [
618 "MIT"
619 ],
620 "authors": [
2133ca31 621 {
622 "name": "Guilherme Blanco",
623 "email": "guilhermeblanco@gmail.com"
624 },
6546aca4
JB
625 {
626 "name": "Roman Borschel",
627 "email": "roman@code-factory.org"
628 },
629 {
630 "name": "Benjamin Eberlei",
631 "email": "kontakt@beberlei.de"
632 },
6546aca4
JB
633 {
634 "name": "Jonathan Wage",
635 "email": "jonwage@gmail.com"
636 },
637 {
638 "name": "Johannes Schmitt",
639 "email": "schmittjoh@gmail.com"
640 },
641 {
642 "name": "Marco Pivetta",
643 "email": "ocramius@gmail.com"
644 }
645 ],
646 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
647 "homepage": "https://www.doctrine-project.org/projects/common.html",
648 "keywords": [
649 "common",
650 "doctrine",
651 "php"
652 ],
94e7ba31 653 "time": "2020-01-10T15:49:25+00:00"
6546aca4
JB
654 },
655 {
656 "name": "doctrine/dbal",
7f2ae89d 657 "version": "v2.9.2",
6546aca4
JB
658 "source": {
659 "type": "git",
660 "url": "https://github.com/doctrine/dbal.git",
7f2ae89d 661 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
6546aca4
JB
662 },
663 "dist": {
664 "type": "zip",
7f2ae89d
JB
665 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
666 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
6546aca4
JB
667 "shasum": ""
668 },
669 "require": {
670 "doctrine/cache": "^1.0",
671 "doctrine/event-manager": "^1.0",
672 "ext-pdo": "*",
673 "php": "^7.1"
674 },
675 "require-dev": {
676 "doctrine/coding-standard": "^5.0",
677 "jetbrains/phpstorm-stubs": "^2018.1.2",
678 "phpstan/phpstan": "^0.10.1",
679 "phpunit/phpunit": "^7.4",
680 "symfony/console": "^2.0.5|^3.0|^4.0",
681 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
682 },
683 "suggest": {
684 "symfony/console": "For helpful console commands such as SQL execution and import of files."
685 },
686 "bin": [
687 "bin/doctrine-dbal"
688 ],
689 "type": "library",
690 "extra": {
691 "branch-alias": {
692 "dev-master": "2.9.x-dev",
693 "dev-develop": "3.0.x-dev"
694 }
695 },
696 "autoload": {
697 "psr-4": {
698 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
699 }
700 },
701 "notification-url": "https://packagist.org/downloads/",
702 "license": [
703 "MIT"
704 ],
705 "authors": [
706 {
707 "name": "Roman Borschel",
708 "email": "roman@code-factory.org"
709 },
710 {
711 "name": "Benjamin Eberlei",
712 "email": "kontakt@beberlei.de"
713 },
7f2ae89d
JB
714 {
715 "name": "Guilherme Blanco",
716 "email": "guilhermeblanco@gmail.com"
717 },
6546aca4
JB
718 {
719 "name": "Jonathan Wage",
720 "email": "jonwage@gmail.com"
721 }
722 ],
723 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
724 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
725 "keywords": [
726 "abstraction",
727 "database",
728 "dbal",
729 "mysql",
730 "persistence",
731 "pgsql",
732 "php",
733 "queryobject"
734 ],
7f2ae89d 735 "time": "2018-12-31T03:27:51+00:00"
6546aca4
JB
736 },
737 {
738 "name": "doctrine/doctrine-bundle",
1ae6f32b 739 "version": "1.12.8",
6546aca4
JB
740 "source": {
741 "type": "git",
742 "url": "https://github.com/doctrine/DoctrineBundle.git",
1ae6f32b 743 "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380"
6546aca4
JB
744 },
745 "dist": {
746 "type": "zip",
1ae6f32b 747 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/65bb2ebc96bcb9207ee56bb17f6c0251ec358380",
748 "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380",
6546aca4
JB
749 "shasum": ""
750 },
751 "require": {
752 "doctrine/dbal": "^2.5.12",
753 "doctrine/doctrine-cache-bundle": "~1.2",
34154ecf 754 "doctrine/persistence": "^1.3.3",
6546aca4
JB
755 "jdorn/sql-formatter": "^1.2.16",
756 "php": "^7.1",
c6663a88 757 "symfony/cache": "^3.4.30|^4.3.3",
38adc002 758 "symfony/config": "^3.4.30|^4.3.3",
759 "symfony/console": "^3.4.30|^4.3.3",
760 "symfony/dependency-injection": "^3.4.30|^4.3.3",
761 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
34154ecf 762 "symfony/framework-bundle": "^3.4.30|^4.3.3",
763 "symfony/service-contracts": "^1.1.1|^2.0"
6546aca4
JB
764 },
765 "conflict": {
766 "doctrine/orm": "<2.6",
767 "twig/twig": "<1.34|>=2.0,<2.4"
768 },
769 "require-dev": {
770 "doctrine/coding-standard": "^6.0",
771 "doctrine/orm": "^2.6",
34154ecf 772 "ocramius/proxy-manager": "^2.1",
6546aca4 773 "php-coveralls/php-coveralls": "^2.1",
38adc002 774 "phpunit/phpunit": "^7.5",
6546aca4 775 "symfony/phpunit-bridge": "^4.2",
38adc002 776 "symfony/property-info": "^3.4.30|^4.3.3",
0f4e90c1 777 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
38adc002 778 "symfony/twig-bridge": "^3.4|^4.1",
779 "symfony/validator": "^3.4.30|^4.3.3",
780 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
781 "symfony/yaml": "^3.4.30|^4.3.3",
782 "twig/twig": "^1.34|^2.12"
6546aca4
JB
783 },
784 "suggest": {
785 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
786 "symfony/web-profiler-bundle": "To use the data collector."
787 },
788 "type": "symfony-bundle",
789 "extra": {
790 "branch-alias": {
38adc002 791 "dev-master": "1.12.x-dev"
6546aca4
JB
792 }
793 },
794 "autoload": {
795 "psr-4": {
796 "Doctrine\\Bundle\\DoctrineBundle\\": ""
797 }
798 },
799 "notification-url": "https://packagist.org/downloads/",
800 "license": [
801 "MIT"
802 ],
803 "authors": [
804 {
38adc002 805 "name": "Fabien Potencier",
806 "email": "fabien@symfony.com"
6546aca4
JB
807 },
808 {
809 "name": "Benjamin Eberlei",
810 "email": "kontakt@beberlei.de"
811 },
812 {
38adc002 813 "name": "Symfony Community",
814 "homepage": "http://symfony.com/contributors"
6546aca4
JB
815 },
816 {
38adc002 817 "name": "Doctrine Project",
818 "homepage": "http://www.doctrine-project.org/"
6546aca4
JB
819 }
820 ],
821 "description": "Symfony DoctrineBundle",
822 "homepage": "http://www.doctrine-project.org",
823 "keywords": [
824 "database",
825 "dbal",
826 "orm",
827 "persistence"
828 ],
1ae6f32b 829 "time": "2020-04-23T10:38:48+00:00"
6546aca4
JB
830 },
831 {
832 "name": "doctrine/doctrine-cache-bundle",
7dddb5bc 833 "version": "1.4.0",
6546aca4
JB
834 "source": {
835 "type": "git",
836 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
7dddb5bc 837 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
6546aca4
JB
838 },
839 "dist": {
840 "type": "zip",
7dddb5bc 841 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
842 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
6546aca4
JB
843 "shasum": ""
844 },
845 "require": {
846 "doctrine/cache": "^1.4.2",
7dddb5bc 847 "doctrine/inflector": "^1.0",
848 "php": "^7.1",
849 "symfony/doctrine-bridge": "^3.4|^4.0"
6546aca4
JB
850 },
851 "require-dev": {
852 "instaclick/coding-standard": "~1.1",
853 "instaclick/object-calisthenics-sniffs": "dev-master",
854 "instaclick/symfony2-coding-standard": "dev-remaster",
7dddb5bc 855 "phpunit/phpunit": "^7.0",
6546aca4
JB
856 "predis/predis": "~0.8",
857 "satooshi/php-coveralls": "^1.0",
858 "squizlabs/php_codesniffer": "~1.5",
7dddb5bc 859 "symfony/console": "^3.4|^4.0",
860 "symfony/finder": "^3.4|^4.0",
861 "symfony/framework-bundle": "^3.4|^4.0",
862 "symfony/phpunit-bridge": "^3.4|^4.0",
863 "symfony/security-acl": "^2.8",
864 "symfony/validator": "^3.4|^4.0",
865 "symfony/yaml": "^3.4|^4.0"
6546aca4
JB
866 },
867 "suggest": {
868 "symfony/security-acl": "For using this bundle to cache ACLs"
869 },
870 "type": "symfony-bundle",
871 "extra": {
872 "branch-alias": {
7dddb5bc 873 "dev-master": "1.4.x-dev"
6546aca4
JB
874 }
875 },
876 "autoload": {
877 "psr-4": {
878 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
879 },
880 "exclude-from-classmap": [
881 "/Tests/"
882 ]
883 },
884 "notification-url": "https://packagist.org/downloads/",
885 "license": [
886 "MIT"
887 ],
888 "authors": [
889 {
7dddb5bc 890 "name": "Fabien Potencier",
891 "email": "fabien@symfony.com"
6546aca4
JB
892 },
893 {
894 "name": "Benjamin Eberlei",
895 "email": "kontakt@beberlei.de"
896 },
897 {
898 "name": "Fabio B. Silva",
899 "email": "fabio.bat.silva@gmail.com"
900 },
901 {
902 "name": "Guilherme Blanco",
903 "email": "guilhermeblanco@hotmail.com"
904 },
905 {
7dddb5bc 906 "name": "Symfony Community",
907 "homepage": "http://symfony.com/contributors"
6546aca4
JB
908 },
909 {
7dddb5bc 910 "name": "Doctrine Project",
911 "homepage": "http://www.doctrine-project.org/"
6546aca4
JB
912 }
913 ],
914 "description": "Symfony Bundle for Doctrine Cache",
915 "homepage": "https://www.doctrine-project.org",
916 "keywords": [
917 "cache",
918 "caching"
919 ],
7dddb5bc 920 "time": "2019-11-29T11:22:01+00:00"
6546aca4
JB
921 },
922 {
923 "name": "doctrine/doctrine-migrations-bundle",
924 "version": "v1.3.2",
925 "source": {
926 "type": "git",
927 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
928 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
929 },
930 "dist": {
931 "type": "zip",
932 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
933 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
934 "shasum": ""
935 },
936 "require": {
937 "doctrine/doctrine-bundle": "~1.0",
938 "doctrine/migrations": "^1.1",
939 "php": ">=5.4.0",
940 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
941 },
942 "require-dev": {
943 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
944 },
945 "type": "symfony-bundle",
946 "extra": {
947 "branch-alias": {
948 "dev-master": "1.3-dev"
949 }
950 },
951 "autoload": {
952 "psr-4": {
953 "Doctrine\\Bundle\\MigrationsBundle\\": ""
954 }
955 },
956 "notification-url": "https://packagist.org/downloads/",
957 "license": [
958 "MIT"
959 ],
960 "authors": [
961 {
962 "name": "Symfony Community",
963 "homepage": "http://symfony.com/contributors"
964 },
965 {
966 "name": "Doctrine Project",
967 "homepage": "http://www.doctrine-project.org"
968 },
969 {
970 "name": "Fabien Potencier",
971 "email": "fabien@symfony.com"
972 }
973 ],
974 "description": "Symfony DoctrineMigrationsBundle",
975 "homepage": "http://www.doctrine-project.org",
976 "keywords": [
977 "dbal",
978 "migrations",
979 "schema"
980 ],
981 "time": "2018-12-03T11:55:33+00:00"
982 },
983 {
984 "name": "doctrine/event-manager",
8d4ed0df 985 "version": "1.1.0",
6546aca4
JB
986 "source": {
987 "type": "git",
988 "url": "https://github.com/doctrine/event-manager.git",
8d4ed0df 989 "reference": "629572819973f13486371cb611386eb17851e85c"
6546aca4
JB
990 },
991 "dist": {
992 "type": "zip",
8d4ed0df
JB
993 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
994 "reference": "629572819973f13486371cb611386eb17851e85c",
6546aca4
JB
995 "shasum": ""
996 },
997 "require": {
998 "php": "^7.1"
999 },
1000 "conflict": {
1001 "doctrine/common": "<2.9@dev"
1002 },
1003 "require-dev": {
8d4ed0df 1004 "doctrine/coding-standard": "^6.0",
6546aca4
JB
1005 "phpunit/phpunit": "^7.0"
1006 },
1007 "type": "library",
1008 "extra": {
1009 "branch-alias": {
1010 "dev-master": "1.0.x-dev"
1011 }
1012 },
1013 "autoload": {
1014 "psr-4": {
1015 "Doctrine\\Common\\": "lib/Doctrine/Common"
1016 }
1017 },
1018 "notification-url": "https://packagist.org/downloads/",
1019 "license": [
1020 "MIT"
1021 ],
1022 "authors": [
8d4ed0df
JB
1023 {
1024 "name": "Guilherme Blanco",
1025 "email": "guilhermeblanco@gmail.com"
1026 },
6546aca4
JB
1027 {
1028 "name": "Roman Borschel",
1029 "email": "roman@code-factory.org"
1030 },
1031 {
1032 "name": "Benjamin Eberlei",
1033 "email": "kontakt@beberlei.de"
1034 },
6546aca4
JB
1035 {
1036 "name": "Jonathan Wage",
1037 "email": "jonwage@gmail.com"
1038 },
1039 {
1040 "name": "Johannes Schmitt",
1041 "email": "schmittjoh@gmail.com"
1042 },
1043 {
1044 "name": "Marco Pivetta",
1045 "email": "ocramius@gmail.com"
1046 }
1047 ],
8d4ed0df 1048 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
6546aca4
JB
1049 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1050 "keywords": [
1051 "event",
8d4ed0df
JB
1052 "event dispatcher",
1053 "event manager",
1054 "event system",
1055 "events"
6546aca4 1056 ],
8d4ed0df 1057 "time": "2019-11-10T09:48:07+00:00"
6546aca4
JB
1058 },
1059 {
1060 "name": "doctrine/inflector",
8d4ed0df 1061 "version": "1.3.1",
6546aca4
JB
1062 "source": {
1063 "type": "git",
1064 "url": "https://github.com/doctrine/inflector.git",
8d4ed0df 1065 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
6546aca4
JB
1066 },
1067 "dist": {
1068 "type": "zip",
8d4ed0df
JB
1069 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1070 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
6546aca4
JB
1071 "shasum": ""
1072 },
1073 "require": {
1074 "php": "^7.1"
1075 },
1076 "require-dev": {
1077 "phpunit/phpunit": "^6.2"
1078 },
1079 "type": "library",
1080 "extra": {
1081 "branch-alias": {
1082 "dev-master": "1.3.x-dev"
1083 }
1084 },
1085 "autoload": {
1086 "psr-4": {
1087 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1088 }
1089 },
1090 "notification-url": "https://packagist.org/downloads/",
1091 "license": [
1092 "MIT"
1093 ],
1094 "authors": [
8d4ed0df
JB
1095 {
1096 "name": "Guilherme Blanco",
1097 "email": "guilhermeblanco@gmail.com"
1098 },
6546aca4
JB
1099 {
1100 "name": "Roman Borschel",
1101 "email": "roman@code-factory.org"
1102 },
1103 {
1104 "name": "Benjamin Eberlei",
1105 "email": "kontakt@beberlei.de"
1106 },
6546aca4
JB
1107 {
1108 "name": "Jonathan Wage",
1109 "email": "jonwage@gmail.com"
1110 },
1111 {
1112 "name": "Johannes Schmitt",
1113 "email": "schmittjoh@gmail.com"
1114 }
1115 ],
1116 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1117 "homepage": "http://www.doctrine-project.org",
1118 "keywords": [
1119 "inflection",
1120 "pluralize",
1121 "singularize",
1122 "string"
1123 ],
8d4ed0df 1124 "time": "2019-10-30T19:59:35+00:00"
6546aca4
JB
1125 },
1126 {
1127 "name": "doctrine/instantiator",
8d4ed0df 1128 "version": "1.3.0",
6546aca4
JB
1129 "source": {
1130 "type": "git",
1131 "url": "https://github.com/doctrine/instantiator.git",
8d4ed0df 1132 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
6546aca4
JB
1133 },
1134 "dist": {
1135 "type": "zip",
8d4ed0df
JB
1136 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1137 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
6546aca4
JB
1138 "shasum": ""
1139 },
1140 "require": {
1141 "php": "^7.1"
1142 },
1143 "require-dev": {
1144 "doctrine/coding-standard": "^6.0",
1145 "ext-pdo": "*",
1146 "ext-phar": "*",
1147 "phpbench/phpbench": "^0.13",
1148 "phpstan/phpstan-phpunit": "^0.11",
1149 "phpstan/phpstan-shim": "^0.11",
1150 "phpunit/phpunit": "^7.0"
1151 },
1152 "type": "library",
1153 "extra": {
1154 "branch-alias": {
1155 "dev-master": "1.2.x-dev"
1156 }
1157 },
1158 "autoload": {
1159 "psr-4": {
1160 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1161 }
1162 },
1163 "notification-url": "https://packagist.org/downloads/",
1164 "license": [
1165 "MIT"
1166 ],
1167 "authors": [
1168 {
1169 "name": "Marco Pivetta",
1170 "email": "ocramius@gmail.com",
1171 "homepage": "http://ocramius.github.com/"
1172 }
1173 ],
1174 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1175 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1176 "keywords": [
1177 "constructor",
1178 "instantiate"
1179 ],
8d4ed0df 1180 "time": "2019-10-21T16:45:58+00:00"
6546aca4
JB
1181 },
1182 {
1183 "name": "doctrine/lexer",
cb4108b4 1184 "version": "1.0.2",
6546aca4
JB
1185 "source": {
1186 "type": "git",
1187 "url": "https://github.com/doctrine/lexer.git",
cb4108b4 1188 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
6546aca4
JB
1189 },
1190 "dist": {
1191 "type": "zip",
cb4108b4 1192 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1193 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
6546aca4
JB
1194 "shasum": ""
1195 },
1196 "require": {
1197 "php": ">=5.3.2"
1198 },
cb4108b4 1199 "require-dev": {
1200 "phpunit/phpunit": "^4.5"
1201 },
6546aca4
JB
1202 "type": "library",
1203 "extra": {
1204 "branch-alias": {
1205 "dev-master": "1.0.x-dev"
1206 }
1207 },
1208 "autoload": {
cb4108b4 1209 "psr-4": {
1210 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
6546aca4
JB
1211 }
1212 },
1213 "notification-url": "https://packagist.org/downloads/",
1214 "license": [
1215 "MIT"
1216 ],
1217 "authors": [
1218 {
1219 "name": "Roman Borschel",
1220 "email": "roman@code-factory.org"
1221 },
1222 {
1223 "name": "Guilherme Blanco",
1224 "email": "guilhermeblanco@gmail.com"
1225 },
1226 {
1227 "name": "Johannes Schmitt",
1228 "email": "schmittjoh@gmail.com"
1229 }
1230 ],
cb4108b4 1231 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1232 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
6546aca4 1233 "keywords": [
cb4108b4 1234 "annotations",
1235 "docblock",
6546aca4 1236 "lexer",
cb4108b4 1237 "parser",
1238 "php"
6546aca4 1239 ],
cb4108b4 1240 "time": "2019-06-08T11:03:04+00:00"
6546aca4
JB
1241 },
1242 {
1243 "name": "doctrine/migrations",
1244 "version": "v1.8.1",
1245 "source": {
1246 "type": "git",
1247 "url": "https://github.com/doctrine/migrations.git",
1248 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1249 },
1250 "dist": {
1251 "type": "zip",
1252 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1253 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1254 "shasum": ""
1255 },
1256 "require": {
1257 "doctrine/dbal": "~2.6",
1258 "ocramius/proxy-manager": "^1.0|^2.0",
1259 "php": "^7.1",
1260 "symfony/console": "~3.3|^4.0"
1261 },
1262 "require-dev": {
1263 "doctrine/coding-standard": "^1.0",
1264 "doctrine/orm": "~2.5",
1265 "jdorn/sql-formatter": "~1.1",
1266 "mikey179/vfsstream": "^1.6",
1267 "phpunit/phpunit": "~7.0",
1268 "squizlabs/php_codesniffer": "^3.0",
1269 "symfony/yaml": "~3.3|^4.0"
1270 },
1271 "suggest": {
1272 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1273 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1274 },
1275 "bin": [
1276 "bin/doctrine-migrations"
1277 ],
1278 "type": "library",
1279 "extra": {
1280 "branch-alias": {
1281 "dev-master": "v1.8.x-dev"
1282 }
1283 },
1284 "autoload": {
1285 "psr-4": {
1286 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1287 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1288 }
1289 },
1290 "notification-url": "https://packagist.org/downloads/",
1291 "license": [
1292 "MIT"
1293 ],
1294 "authors": [
1295 {
1296 "name": "Benjamin Eberlei",
1297 "email": "kontakt@beberlei.de"
1298 },
1299 {
1300 "name": "Jonathan Wage",
1301 "email": "jonwage@gmail.com"
1302 },
1303 {
1304 "name": "Michael Simonson",
1305 "email": "contact@mikesimonson.com"
1306 }
1307 ],
1308 "description": "Database Schema migrations using Doctrine DBAL",
1309 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1310 "keywords": [
1311 "database",
1312 "migrations"
1313 ],
1314 "time": "2018-06-06T21:00:30+00:00"
1315 },
1316 {
1317 "name": "doctrine/orm",
93a4cefd 1318 "version": "v2.6.6",
6546aca4
JB
1319 "source": {
1320 "type": "git",
1321 "url": "https://github.com/doctrine/orm.git",
93a4cefd 1322 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
6546aca4
JB
1323 },
1324 "dist": {
1325 "type": "zip",
93a4cefd 1326 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1327 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
6546aca4
JB
1328 "shasum": ""
1329 },
1330 "require": {
1331 "doctrine/annotations": "~1.5",
1332 "doctrine/cache": "~1.6",
1333 "doctrine/collections": "^1.4",
1334 "doctrine/common": "^2.7.1",
1335 "doctrine/dbal": "^2.6",
1336 "doctrine/instantiator": "~1.1",
1337 "ext-pdo": "*",
1338 "php": "^7.1",
1339 "symfony/console": "~3.0|~4.0"
1340 },
1341 "require-dev": {
2133ca31 1342 "doctrine/coding-standard": "^5.0",
1343 "phpunit/phpunit": "^7.5",
6546aca4
JB
1344 "symfony/yaml": "~3.4|~4.0"
1345 },
1346 "suggest": {
1347 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1348 },
1349 "bin": [
1350 "bin/doctrine"
1351 ],
1352 "type": "library",
1353 "extra": {
1354 "branch-alias": {
1355 "dev-master": "2.6.x-dev"
1356 }
1357 },
1358 "autoload": {
1359 "psr-4": {
1360 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1361 }
1362 },
1363 "notification-url": "https://packagist.org/downloads/",
1364 "license": [
1365 "MIT"
1366 ],
1367 "authors": [
2133ca31 1368 {
1369 "name": "Guilherme Blanco",
1370 "email": "guilhermeblanco@gmail.com"
1371 },
6546aca4
JB
1372 {
1373 "name": "Roman Borschel",
1374 "email": "roman@code-factory.org"
1375 },
1376 {
1377 "name": "Benjamin Eberlei",
1378 "email": "kontakt@beberlei.de"
1379 },
6546aca4
JB
1380 {
1381 "name": "Jonathan Wage",
1382 "email": "jonwage@gmail.com"
1383 },
1384 {
1385 "name": "Marco Pivetta",
1386 "email": "ocramius@gmail.com"
1387 }
1388 ],
1389 "description": "Object-Relational-Mapper for PHP",
1390 "homepage": "http://www.doctrine-project.org",
1391 "keywords": [
1392 "database",
1393 "orm"
1394 ],
93a4cefd 1395 "time": "2019-11-18T22:01:21+00:00"
6546aca4
JB
1396 },
1397 {
1398 "name": "doctrine/persistence",
fdf90f84 1399 "version": "1.3.7",
6546aca4
JB
1400 "source": {
1401 "type": "git",
1402 "url": "https://github.com/doctrine/persistence.git",
fdf90f84 1403 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
6546aca4
JB
1404 },
1405 "dist": {
1406 "type": "zip",
fdf90f84 1407 "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1408 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
6546aca4
JB
1409 "shasum": ""
1410 },
1411 "require": {
1412 "doctrine/annotations": "^1.0",
1413 "doctrine/cache": "^1.0",
1414 "doctrine/collections": "^1.0",
1415 "doctrine/event-manager": "^1.0",
fdf90f84 1416 "doctrine/reflection": "^1.2",
6546aca4
JB
1417 "php": "^7.1"
1418 },
1419 "conflict": {
1420 "doctrine/common": "<2.10@dev"
1421 },
1422 "require-dev": {
6ba1d734
JB
1423 "doctrine/coding-standard": "^6.0",
1424 "phpstan/phpstan": "^0.11",
6546aca4
JB
1425 "phpunit/phpunit": "^7.0"
1426 },
1427 "type": "library",
1428 "extra": {
1429 "branch-alias": {
6ba1d734 1430 "dev-master": "1.3.x-dev"
6546aca4
JB
1431 }
1432 },
1433 "autoload": {
1434 "psr-4": {
6ba1d734
JB
1435 "Doctrine\\Common\\": "lib/Doctrine/Common",
1436 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
6546aca4
JB
1437 }
1438 },
1439 "notification-url": "https://packagist.org/downloads/",
1440 "license": [
1441 "MIT"
1442 ],
1443 "authors": [
8d4ed0df
JB
1444 {
1445 "name": "Guilherme Blanco",
1446 "email": "guilhermeblanco@gmail.com"
1447 },
6546aca4
JB
1448 {
1449 "name": "Roman Borschel",
1450 "email": "roman@code-factory.org"
1451 },
1452 {
1453 "name": "Benjamin Eberlei",
1454 "email": "kontakt@beberlei.de"
1455 },
6546aca4
JB
1456 {
1457 "name": "Jonathan Wage",
1458 "email": "jonwage@gmail.com"
1459 },
1460 {
1461 "name": "Johannes Schmitt",
1462 "email": "schmittjoh@gmail.com"
1463 },
1464 {
1465 "name": "Marco Pivetta",
1466 "email": "ocramius@gmail.com"
1467 }
1468 ],
1469 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1470 "homepage": "https://doctrine-project.org/projects/persistence.html",
1471 "keywords": [
1472 "mapper",
1473 "object",
1474 "odm",
1475 "orm",
1476 "persistence"
1477 ],
fdf90f84 1478 "time": "2020-03-21T15:13:52+00:00"
6546aca4
JB
1479 },
1480 {
1481 "name": "doctrine/reflection",
fdf90f84 1482 "version": "1.2.1",
6546aca4
JB
1483 "source": {
1484 "type": "git",
1485 "url": "https://github.com/doctrine/reflection.git",
fdf90f84 1486 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
6546aca4
JB
1487 },
1488 "dist": {
1489 "type": "zip",
fdf90f84 1490 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1491 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
6546aca4
JB
1492 "shasum": ""
1493 },
1494 "require": {
1495 "doctrine/annotations": "^1.0",
1496 "ext-tokenizer": "*",
1497 "php": "^7.1"
1498 },
0f4e90c1 1499 "conflict": {
1500 "doctrine/common": "<2.9"
1501 },
6546aca4 1502 "require-dev": {
0f4e90c1 1503 "doctrine/coding-standard": "^5.0",
1504 "doctrine/common": "^2.10",
1505 "phpstan/phpstan": "^0.11.0",
1506 "phpstan/phpstan-phpunit": "^0.11.0",
1507 "phpunit/phpunit": "^7.0"
6546aca4
JB
1508 },
1509 "type": "library",
1510 "extra": {
1511 "branch-alias": {
fdf90f84 1512 "dev-master": "1.2.x-dev"
6546aca4
JB
1513 }
1514 },
1515 "autoload": {
1516 "psr-4": {
1517 "Doctrine\\Common\\": "lib/Doctrine/Common"
1518 }
1519 },
1520 "notification-url": "https://packagist.org/downloads/",
1521 "license": [
1522 "MIT"
1523 ],
1524 "authors": [
0f4e90c1 1525 {
1526 "name": "Guilherme Blanco",
1527 "email": "guilhermeblanco@gmail.com"
1528 },
6546aca4
JB
1529 {
1530 "name": "Roman Borschel",
1531 "email": "roman@code-factory.org"
1532 },
1533 {
1534 "name": "Benjamin Eberlei",
1535 "email": "kontakt@beberlei.de"
1536 },
6546aca4
JB
1537 {
1538 "name": "Jonathan Wage",
1539 "email": "jonwage@gmail.com"
1540 },
1541 {
1542 "name": "Johannes Schmitt",
1543 "email": "schmittjoh@gmail.com"
1544 },
1545 {
1546 "name": "Marco Pivetta",
1547 "email": "ocramius@gmail.com"
1548 }
1549 ],
0f4e90c1 1550 "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
6546aca4
JB
1551 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1552 "keywords": [
0f4e90c1 1553 "reflection",
1554 "static"
6546aca4 1555 ],
fdf90f84 1556 "time": "2020-03-27T11:06:43+00:00"
6546aca4
JB
1557 },
1558 {
1559 "name": "egulias/email-validator",
0f387577 1560 "version": "2.1.12",
6546aca4
JB
1561 "source": {
1562 "type": "git",
1563 "url": "https://github.com/egulias/EmailValidator.git",
0f387577 1564 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208"
6546aca4
JB
1565 },
1566 "dist": {
1567 "type": "zip",
0f387577
JB
1568 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1569 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208",
6546aca4
JB
1570 "shasum": ""
1571 },
1572 "require": {
1573 "doctrine/lexer": "^1.0.1",
1574 "php": ">= 5.5"
1575 },
1576 "require-dev": {
1577 "dominicsayers/isemail": "dev-master",
1578 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
9a80dcf1
JB
1579 "satooshi/php-coveralls": "^1.0.1",
1580 "symfony/phpunit-bridge": "^4.4@dev"
6546aca4
JB
1581 },
1582 "suggest": {
1583 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1584 },
1585 "type": "library",
1586 "extra": {
1587 "branch-alias": {
61e53dda 1588 "dev-master": "2.1.x-dev"
6546aca4
JB
1589 }
1590 },
1591 "autoload": {
1592 "psr-4": {
1593 "Egulias\\EmailValidator\\": "EmailValidator"
1594 }
1595 },
1596 "notification-url": "https://packagist.org/downloads/",
1597 "license": [
1598 "MIT"
1599 ],
1600 "authors": [
1601 {
1602 "name": "Eduardo Gulias Davis"
1603 }
1604 ],
1605 "description": "A library for validating emails against several RFCs",
1606 "homepage": "https://github.com/egulias/EmailValidator",
1607 "keywords": [
1608 "email",
1609 "emailvalidation",
1610 "emailvalidator",
1611 "validation",
1612 "validator"
1613 ],
0f387577 1614 "time": "2019-12-20T12:49:39+00:00"
6546aca4
JB
1615 },
1616 {
1617 "name": "electrolinux/php-html5lib",
1618 "version": "0.1.0",
1619 "source": {
1620 "type": "git",
1621 "url": "https://github.com/electrolinux/php-html5lib.git",
1622 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1623 },
1624 "dist": {
1625 "type": "zip",
1626 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1627 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1628 "shasum": ""
1629 },
1630 "require": {
1631 "php": ">=5.3.2"
1632 },
1633 "type": "library",
1634 "autoload": {
1635 "psr-0": {
1636 "HTML5Lib": "src/",
1637 "HTML5Lib\\Tests": "tests/"
1638 }
1639 },
1640 "notification-url": "https://packagist.org/downloads/",
1641 "license": [
1642 "MIT"
1643 ],
1644 "authors": [
1645 {
1646 "name": "Multiple users",
092b0423
JB
1647 "homepage": "https://code.google.com/p/html5lib/",
1648 "role": "Original developers"
6546aca4
JB
1649 },
1650 {
1651 "name": "Sébastien Lavoie",
092b0423
JB
1652 "homepage": "http://blog.lavoie.sl",
1653 "role": "Packager"
6546aca4
JB
1654 },
1655 {
1656 "name": "didier Belot",
1657 "role": "Packager"
1658 }
1659 ],
1660 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1661 "homepage": "https://github.com/electrolinux/php-html5lib",
1662 "keywords": [
1663 "HTML5",
1664 "php"
1665 ],
1666 "time": "2013-03-18T18:32:30+00:00"
1667 },
1668 {
1669 "name": "fig/link-util",
0f387577 1670 "version": "1.1.0",
6546aca4
JB
1671 "source": {
1672 "type": "git",
1673 "url": "https://github.com/php-fig/link-util.git",
0f387577 1674 "reference": "47f55860678a9e202206047bc02767556d298106"
6546aca4
JB
1675 },
1676 "dist": {
1677 "type": "zip",
0f387577
JB
1678 "url": "https://api.github.com/repos/php-fig/link-util/zipball/47f55860678a9e202206047bc02767556d298106",
1679 "reference": "47f55860678a9e202206047bc02767556d298106",
6546aca4
JB
1680 "shasum": ""
1681 },
1682 "require": {
1683 "php": ">=5.5.0",
1684 "psr/link": "~1.0@dev"
1685 },
0f387577
JB
1686 "provide": {
1687 "psr/link-implementation": "1.0"
1688 },
6546aca4
JB
1689 "require-dev": {
1690 "phpunit/phpunit": "^5.1",
1691 "squizlabs/php_codesniffer": "^2.3.1"
1692 },
1693 "type": "library",
1694 "extra": {
1695 "branch-alias": {
1696 "dev-master": "1.0.x-dev"
1697 }
1698 },
1699 "autoload": {
1700 "psr-4": {
1701 "Fig\\Link\\": "src/"
1702 }
1703 },
1704 "notification-url": "https://packagist.org/downloads/",
1705 "license": [
1706 "MIT"
1707 ],
1708 "authors": [
1709 {
1710 "name": "PHP-FIG",
1711 "homepage": "http://www.php-fig.org/"
1712 }
1713 ],
1714 "description": "Common utility implementations for HTTP links",
1715 "keywords": [
1716 "http",
1717 "http-link",
1718 "link",
1719 "psr",
1720 "psr-13",
1721 "rest"
1722 ],
0f387577 1723 "time": "2019-12-18T15:40:05+00:00"
6546aca4
JB
1724 },
1725 {
1726 "name": "fossar/htmlawed",
1727 "version": "1.2.7",
1728 "source": {
1729 "type": "git",
1730 "url": "https://github.com/fossar/HTMLawed.git",
1731 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1732 },
1733 "dist": {
1734 "type": "zip",
1735 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1736 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1737 "shasum": ""
1738 },
1739 "require": {
1740 "php": ">4.4.0"
1741 },
1742 "replace": {
1743 "htmlawed/htmlawed": "*"
1744 },
1745 "type": "library",
1746 "autoload": {
1747 "files": [
1748 "htmLawed.php"
1749 ]
1750 },
1751 "notification-url": "https://packagist.org/downloads/",
1752 "license": [
1753 "GPL-2.0+",
1754 "LGPL-3.0"
1755 ],
1756 "authors": [
1757 {
1758 "name": "Santosh Patnaik",
1a758230 1759 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1760 "role": "Developer"
6546aca4
JB
1761 }
1762 ],
1763 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1764 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1765 "keywords": [
1766 "HTMLtidy",
1767 "html",
1768 "sanitize",
1769 "strip",
1770 "tags"
1771 ],
1772 "time": "2019-05-09T11:53:40+00:00"
1773 },
1774 {
1775 "name": "friendsofsymfony/jsrouting-bundle",
395e6bfc 1776 "version": "2.5.4",
6546aca4
JB
1777 "source": {
1778 "type": "git",
1779 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
395e6bfc 1780 "reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869"
6546aca4
JB
1781 },
1782 "dist": {
1783 "type": "zip",
395e6bfc 1784 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/7dfd2165c1170a73e5929e70fb80ef57f5539869",
1785 "reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869",
6546aca4
JB
1786 "shasum": ""
1787 },
1788 "require": {
149b8c1b 1789 "php": "^7.1",
1f767ffe 1790 "symfony/console": "~3.3|^4.0|^5.0",
1791 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1792 "symfony/serializer": "~3.3|^4.0|^5.0",
6546aca4
JB
1793 "willdurand/jsonp-callback-validator": "~1.0"
1794 },
1795 "require-dev": {
1f767ffe 1796 "symfony/expression-language": "~3.3|^4.0|^5.0",
6546aca4
JB
1797 "symfony/phpunit-bridge": "^3.3|^4.0"
1798 },
1799 "type": "symfony-bundle",
1800 "extra": {
1801 "branch-alias": {
1802 "dev-master": "2.0-dev"
1803 }
1804 },
1805 "autoload": {
1806 "psr-4": {
1807 "FOS\\JsRoutingBundle\\": ""
1808 },
1809 "exclude-from-classmap": [
1810 "/Tests/"
1811 ]
1812 },
1813 "notification-url": "https://packagist.org/downloads/",
1814 "license": [
1815 "MIT"
1816 ],
1817 "authors": [
6546aca4
JB
1818 {
1819 "name": "William Durand",
1820 "email": "will+git@drnd.me"
56d39423 1821 },
1822 {
1823 "name": "FriendsOfSymfony Community",
1824 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
6546aca4
JB
1825 }
1826 ],
1827 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1828 "homepage": "http://friendsofsymfony.github.com",
1829 "keywords": [
1830 "Js Routing",
1831 "javascript",
1832 "routing"
1833 ],
395e6bfc 1834 "time": "2020-04-15T09:21:31+00:00"
6546aca4
JB
1835 },
1836 {
1837 "name": "friendsofsymfony/oauth-server-bundle",
1838 "version": "1.6.2",
1839 "source": {
1840 "type": "git",
1841 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1842 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1843 },
1844 "dist": {
1845 "type": "zip",
1846 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1847 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1848 "shasum": ""
1849 },
1850 "require": {
1851 "friendsofsymfony/oauth2-php": "~1.1",
1852 "paragonie/random_compat": "^1|^2",
1853 "php": "^5.5|^7.0",
1854 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1855 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1856 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1857 },
1858 "require-dev": {
1859 "doctrine/doctrine-bundle": "~1.0",
1860 "doctrine/mongodb-odm": "~1.0",
1861 "doctrine/orm": "~2.2",
1862 "phing/phing": "~2.4",
1863 "php-mock/php-mock-phpunit": "^1.1",
1864 "phpunit/phpunit": "~4.8|~5.0",
1865 "propel/propel1": "^1.6.5",
1866 "symfony/class-loader": "~2.8|~3.0|^4.0",
1867 "symfony/console": "~2.8|~3.0|^4.0",
1868 "symfony/form": "~2.8|~3.0|^4.0",
1869 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1870 "symfony/templating": "~2.8|~3.0|^4.0",
1871 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1872 "symfony/yaml": "~2.8|~3.0|^4.0",
1873 "willdurand/propel-typehintable-behavior": "^1.0.4"
1874 },
1875 "suggest": {
1876 "doctrine/doctrine-bundle": "*",
1877 "doctrine/mongodb-odm-bundle": "*",
1878 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1879 "symfony/console": "Needed to be able to use commands",
1880 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1881 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1882 },
1883 "type": "symfony-bundle",
1884 "extra": {
1885 "branch-alias": {
1886 "dev-master": "1.5-dev"
1887 }
1888 },
1889 "autoload": {
1890 "psr-4": {
1891 "FOS\\OAuthServerBundle\\": ""
1892 },
1893 "exclude-from-classmap": [
1894 "/Tests/"
1895 ]
1896 },
1897 "notification-url": "https://packagist.org/downloads/",
1898 "license": [
1899 "MIT"
1900 ],
1901 "authors": [
1902 {
1903 "name": "Arnaud Le Blanc",
1904 "email": "arnaud.lb@gmail.com"
1905 },
1906 {
1907 "name": "FriendsOfSymfony Community",
1908 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1909 }
1910 ],
1911 "description": "Symfony2 OAuth Server Bundle",
1912 "homepage": "http://friendsofsymfony.github.com",
1913 "keywords": [
1914 "oauth",
1915 "oauth2",
1916 "server"
1917 ],
1918 "time": "2019-01-23T15:23:04+00:00"
1919 },
1920 {
1921 "name": "friendsofsymfony/oauth2-php",
f3db2579 1922 "version": "1.3.0",
6546aca4
JB
1923 "source": {
1924 "type": "git",
1925 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
f3db2579 1926 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
6546aca4
JB
1927 },
1928 "dist": {
1929 "type": "zip",
f3db2579 1930 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1931 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
6546aca4
JB
1932 "shasum": ""
1933 },
1934 "require": {
f3db2579 1935 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
1936 "symfony/http-foundation": "~3.0|~4.0|~5.0"
6546aca4
JB
1937 },
1938 "require-dev": {
f3db2579 1939 "phpunit/phpunit": "^4.8 || ^5.0"
6546aca4
JB
1940 },
1941 "type": "library",
1942 "extra": {
1943 "branch-alias": {
1944 "dev-master": "1.2.x-dev"
1945 }
1946 },
1947 "autoload": {
1948 "psr-4": {
1949 "OAuth2\\": "lib/"
f3db2579 1950 },
1951 "exclude-from-classmap": [
1952 "/tests/"
1953 ]
6546aca4
JB
1954 },
1955 "notification-url": "https://packagist.org/downloads/",
1956 "license": [
1957 "MIT"
1958 ],
1959 "authors": [
1960 {
1961 "name": "Arnaud Le Blanc",
1962 "email": "arnaud.lb@gmail.com"
1963 },
1964 {
1965 "name": "FriendsOfSymfony Community",
1966 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1967 }
1968 ],
1969 "description": "OAuth2 library",
1970 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1971 "keywords": [
1972 "oauth",
1973 "oauth2"
1974 ],
f3db2579 1975 "time": "2020-03-03T22:14:46+00:00"
6546aca4
JB
1976 },
1977 {
1978 "name": "friendsofsymfony/rest-bundle",
26e5b452 1979 "version": "2.7.4",
6546aca4
JB
1980 "source": {
1981 "type": "git",
1982 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
26e5b452 1983 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb"
6546aca4
JB
1984 },
1985 "dist": {
1986 "type": "zip",
26e5b452 1987 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
1988 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
6546aca4
JB
1989 "shasum": ""
1990 },
1991 "require": {
1992 "doctrine/inflector": "^1.0",
987237d5 1993 "php": "^7.1",
6546aca4 1994 "psr/log": "^1.0",
987237d5
JB
1995 "symfony/config": "^3.4|^4.3",
1996 "symfony/debug": "^3.4|^4.3",
1997 "symfony/dependency-injection": "^3.4|^4.3",
1998 "symfony/event-dispatcher": "^3.4|^4.3",
1999 "symfony/finder": "^3.4|^4.3",
2000 "symfony/framework-bundle": "^3.4|^4.3",
2001 "symfony/http-foundation": "^3.4|^4.3",
2002 "symfony/http-kernel": "^3.4|^4.3",
2003 "symfony/routing": "^3.4|^4.3",
2004 "symfony/security-core": "^3.4|^4.3",
6546aca4
JB
2005 "willdurand/jsonp-callback-validator": "^1.0",
2006 "willdurand/negotiation": "^2.0"
2007 },
2008 "conflict": {
2009 "jms/serializer": "<1.13.0",
2010 "jms/serializer-bundle": "<2.0.0",
2011 "sensio/framework-extra-bundle": "<3.0.13"
2012 },
2013 "require-dev": {
0c801a47 2014 "friendsofphp/php-cs-fixer": "^2.0",
2015 "jms/serializer": "^1.13|^2.0|^3.0",
6546aca4
JB
2016 "jms/serializer-bundle": "^2.3.1|^3.0",
2017 "phpoption/phpoption": "^1.1",
2018 "psr/http-message": "^1.0",
2019 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
987237d5
JB
2020 "symfony/asset": "^3.4|^4.3",
2021 "symfony/browser-kit": "^3.4|^4.3",
2022 "symfony/css-selector": "^3.4|^4.3",
2023 "symfony/expression-language": "^3.4|^4.3",
2024 "symfony/form": "^3.4|^4.3",
6546aca4 2025 "symfony/phpunit-bridge": "^4.1.8",
987237d5
JB
2026 "symfony/security-bundle": "^3.4|^4.3",
2027 "symfony/serializer": "^3.4|^4.3",
2028 "symfony/templating": "^3.4|^4.3",
2029 "symfony/twig-bundle": "^3.4|^4.3",
2030 "symfony/validator": "^3.4|^4.3",
2031 "symfony/web-profiler-bundle": "^3.4|^4.3",
2032 "symfony/yaml": "^3.4|^4.3"
6546aca4
JB
2033 },
2034 "suggest": {
2035 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2036 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2037 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2038 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2039 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2040 },
2041 "type": "symfony-bundle",
2042 "extra": {
2043 "branch-alias": {
0c801a47 2044 "dev-master": "2.7-dev"
6546aca4
JB
2045 }
2046 },
2047 "autoload": {
2048 "psr-4": {
2049 "FOS\\RestBundle\\": ""
2050 },
2051 "exclude-from-classmap": [
ff627220 2052 "Resources/",
6546aca4
JB
2053 "Tests/"
2054 ]
2055 },
2056 "notification-url": "https://packagist.org/downloads/",
2057 "license": [
2058 "MIT"
2059 ],
2060 "authors": [
2061 {
2062 "name": "Lukas Kahwe Smith",
2063 "email": "smith@pooteeweet.org"
2064 },
6546aca4
JB
2065 {
2066 "name": "Konstantin Kudryashov",
2067 "email": "ever.zet@gmail.com"
987237d5
JB
2068 },
2069 {
2070 "name": "FriendsOfSymfony Community",
2071 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
6546aca4
JB
2072 }
2073 ],
2074 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2075 "homepage": "http://friendsofsymfony.github.com",
2076 "keywords": [
2077 "rest"
2078 ],
26e5b452 2079 "time": "2020-04-23T17:34:09+00:00"
6546aca4
JB
2080 },
2081 {
2082 "name": "friendsofsymfony/user-bundle",
2083 "version": "v2.0.2",
2084 "source": {
2085 "type": "git",
2086 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2087 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2088 },
2089 "dist": {
2090 "type": "zip",
2091 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2092 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2093 "shasum": ""
2094 },
2095 "require": {
2096 "paragonie/random_compat": "^1 || ^2",
2097 "php": "^5.5.9 || ^7.0",
2098 "symfony/form": "^2.7 || ^3.0",
2099 "symfony/framework-bundle": "^2.7 || ^3.0",
2100 "symfony/security-bundle": "^2.7 || ^3.0",
2101 "symfony/templating": "^2.7 || ^3.0",
2102 "symfony/twig-bundle": "^2.7 || ^3.0",
2103 "twig/twig": "^1.28 || ^2.0"
2104 },
2105 "conflict": {
2106 "doctrine/doctrine-bundle": "<1.3",
2107 "symfony/doctrine-bridge": "<2.7"
2108 },
2109 "require-dev": {
2110 "doctrine/doctrine-bundle": "^1.3",
2111 "friendsofphp/php-cs-fixer": "^1.11",
2112 "phpunit/phpunit": "~4.8|~5.0",
2113 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2114 "symfony/console": "^2.7 || ^3.0",
2115 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2116 "symfony/validator": "^2.7 || ^3.0",
2117 "symfony/yaml": "^2.7 || ^3.0"
2118 },
2119 "type": "symfony-bundle",
2120 "extra": {
2121 "branch-alias": {
2122 "dev-master": "2.0.x-dev"
2123 }
2124 },
2125 "autoload": {
2126 "psr-4": {
2127 "FOS\\UserBundle\\": ""
2128 },
2129 "exclude-from-classmap": [
2130 "/Tests/"
2131 ]
2132 },
2133 "notification-url": "https://packagist.org/downloads/",
2134 "license": [
2135 "MIT"
2136 ],
2137 "authors": [
2138 {
2139 "name": "Christophe Coevoet",
2140 "email": "stof@notk.org"
2141 },
2142 {
2143 "name": "FriendsOfSymfony Community",
2144 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2145 },
2146 {
2147 "name": "Thibault Duplessis",
2148 "email": "thibault.duplessis@gmail.com"
2149 }
2150 ],
2151 "description": "Symfony FOSUserBundle",
2152 "homepage": "http://friendsofsymfony.github.com",
2153 "keywords": [
2154 "User management"
2155 ],
2156 "time": "2017-11-29T17:01:21+00:00"
2157 },
2158 {
2159 "name": "gedmo/doctrine-extensions",
6ba1d734 2160 "version": "v2.4.38",
6546aca4
JB
2161 "source": {
2162 "type": "git",
2163 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
6ba1d734 2164 "reference": "81681364331b131518060e4776300a5346df1eb5"
6546aca4
JB
2165 },
2166 "dist": {
2167 "type": "zip",
6ba1d734
JB
2168 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2169 "reference": "81681364331b131518060e4776300a5346df1eb5",
6546aca4
JB
2170 "shasum": ""
2171 },
2172 "require": {
2173 "behat/transliterator": "~1.2",
2174 "doctrine/common": "~2.4",
2175 "php": ">=5.3.2"
2176 },
2177 "conflict": {
6ba1d734
JB
2178 "doctrine/annotations": "<1.2",
2179 "doctrine/mongodb-odm": ">=2.0"
6546aca4
JB
2180 },
2181 "require-dev": {
2182 "doctrine/common": ">=2.5.0",
6ba1d734 2183 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
6546aca4 2184 "doctrine/orm": ">=2.5.0",
6ba1d734
JB
2185 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2186 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
6546aca4
JB
2187 },
2188 "suggest": {
2189 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2190 "doctrine/orm": "to use the extensions with the ORM"
2191 },
2192 "type": "library",
2193 "extra": {
2194 "branch-alias": {
2195 "dev-master": "2.4.x-dev"
2196 }
2197 },
2198 "autoload": {
2199 "psr-4": {
2200 "Gedmo\\": "lib/Gedmo"
2201 }
2202 },
2203 "notification-url": "https://packagist.org/downloads/",
2204 "license": [
2205 "MIT"
2206 ],
2207 "authors": [
6546aca4
JB
2208 {
2209 "name": "Gediminas Morkevicius",
2210 "email": "gediminas.morkevicius@gmail.com"
2211 },
2212 {
2213 "name": "Gustavo Falco",
2214 "email": "comfortablynumb84@gmail.com"
6ba1d734
JB
2215 },
2216 {
2217 "name": "David Buchmann",
2218 "email": "david@liip.ch"
6546aca4
JB
2219 }
2220 ],
2221 "description": "Doctrine2 behavioral extensions",
2222 "homepage": "http://gediminasm.org/",
2223 "keywords": [
2224 "Blameable",
2225 "behaviors",
2226 "doctrine2",
2227 "extensions",
2228 "gedmo",
2229 "loggable",
2230 "nestedset",
2231 "sluggable",
2232 "sortable",
2233 "timestampable",
2234 "translatable",
2235 "tree",
2236 "uploadable"
2237 ],
6ba1d734 2238 "time": "2019-11-08T22:33:07+00:00"
6546aca4
JB
2239 },
2240 {
2241 "name": "grandt/binstring",
2242 "version": "1.0.0",
2243 "source": {
2244 "type": "git",
2245 "url": "https://github.com/Grandt/PHPBinString.git",
2246 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2247 },
2248 "dist": {
2249 "type": "zip",
2250 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2251 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2252 "shasum": ""
2253 },
2254 "require": {
2255 "php": ">=5.0"
2256 },
2257 "type": "library",
2258 "autoload": {
2259 "classmap": [
2260 "BinString.php",
2261 "BinStringStatic.php"
2262 ]
2263 },
2264 "notification-url": "https://packagist.org/downloads/",
2265 "license": [
2266 "LGPL-2.1"
2267 ],
2268 "authors": [
2269 {
2270 "name": "A. Grandt",
092b0423
JB
2271 "email": "php@grandt.com",
2272 "role": "Developer"
6546aca4
JB
2273 }
2274 ],
2275 "description": "A class for working around the use of mbstring.func_override",
2276 "homepage": "https://github.com/Grandt/PHPBinString",
2277 "keywords": [
2278 "binary strings",
2279 "mbstring"
2280 ],
2281 "time": "2015-08-13T06:14:41+00:00"
2282 },
6546aca4
JB
2283 {
2284 "name": "grandt/phpresizegif",
2285 "version": "1.0.3",
2286 "source": {
2287 "type": "git",
2288 "url": "https://github.com/Grandt/PHPResizeGif.git",
2289 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2290 },
2291 "dist": {
2292 "type": "zip",
2293 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2294 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2295 "shasum": ""
2296 },
2297 "require": {
2298 "grandt/binstring": ">=0.2.0",
2299 "php": ">=5.3.0"
2300 },
2301 "type": "library",
2302 "autoload": {
2303 "psr-4": {
2304 "grandt\\ResizeGif\\": "src/ResizeGif",
2305 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2306 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2307 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2308 }
2309 },
2310 "notification-url": "https://packagist.org/downloads/",
2311 "license": [
2312 "LGPL-2.1"
2313 ],
2314 "authors": [
2315 {
2316 "name": "A. Grandt",
2317 "email": "php@grandt.com",
092b0423
JB
2318 "homepage": "http://grandt.com",
2319 "role": "Developer"
6546aca4
JB
2320 }
2321 ],
2322 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2323 "homepage": "https://github.com/Grandt/PHPResizeGif",
2324 "keywords": [
2325 "GIF89a",
2326 "animated gif",
2327 "gif",
2328 "resize"
2329 ],
2330 "time": "2015-05-10T10:52:24+00:00"
2331 },
2332 {
2333 "name": "grandt/phpzipmerge",
2334 "version": "1.0.4",
2335 "source": {
2336 "type": "git",
2337 "url": "https://github.com/Grandt/PHPZipMerge.git",
2338 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2339 },
2340 "dist": {
2341 "type": "zip",
2342 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2343 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2344 "shasum": ""
2345 },
2346 "require": {
2347 "grandt/binstring": ">=1.0.0",
2348 "grandt/relativepath": ">=1.0.1",
2349 "php": ">=5.3.0"
2350 },
2351 "type": "library",
2352 "autoload": {
2353 "psr-4": {
2354 "ZipMerge\\": "src/ZipMerge"
2355 }
2356 },
2357 "notification-url": "https://packagist.org/downloads/",
2358 "license": [
2359 "LGPL-2.1"
2360 ],
2361 "authors": [
2362 {
2363 "name": "A. Grandt",
2364 "email": "php@grandt.com",
092b0423
JB
2365 "homepage": "http://grandt.com",
2366 "role": "Developer"
6546aca4
JB
2367 },
2368 {
2369 "name": "Greg Kappatos",
092b0423
JB
2370 "homepage": "http://websiteconnect.com.au",
2371 "role": "Developer"
6546aca4
JB
2372 }
2373 ],
2374 "description": "Merge and stream multiple Zip files on the fly.",
2375 "homepage": "https://github.com/Grandt/PHPZipMerge",
2376 "keywords": [
2377 "archive",
2378 "compressed",
2379 "compression",
2380 "merge",
2381 "phpzip",
2382 "pkzip",
2383 "stream",
2384 "zip"
2385 ],
2386 "time": "2015-08-18T13:49:33+00:00"
2387 },
2388 {
2389 "name": "grandt/relativepath",
2390 "version": "1.0.2",
2391 "source": {
2392 "type": "git",
2393 "url": "https://github.com/Grandt/PHPRelativePath.git",
2394 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2395 },
2396 "dist": {
2397 "type": "zip",
2398 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2399 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2400 "shasum": ""
2401 },
2402 "require": {
2403 "php": ">=5.0"
2404 },
2405 "type": "library",
2406 "autoload": {
2407 "classmap": [
2408 "RelativePath.php"
2409 ]
2410 },
2411 "notification-url": "https://packagist.org/downloads/",
2412 "license": [
2413 "LGPL-2.1"
2414 ],
2415 "authors": [
2416 {
2417 "name": "A. Grandt",
092b0423
JB
2418 "email": "php@grandt.com",
2419 "role": "Developer"
6546aca4
JB
2420 }
2421 ],
2422 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2423 "homepage": "https://github.com/Grandt/PHPRelativePath",
2424 "keywords": [
2425 "file path"
2426 ],
2427 "time": "2015-05-14T08:18:23+00:00"
2428 },
2429 {
2430 "name": "guzzlehttp/guzzle",
181dbaaa 2431 "version": "5.3.4",
6546aca4
JB
2432 "source": {
2433 "type": "git",
2434 "url": "https://github.com/guzzle/guzzle.git",
181dbaaa 2435 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
6546aca4
JB
2436 },
2437 "dist": {
2438 "type": "zip",
181dbaaa 2439 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2440 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
6546aca4
JB
2441 "shasum": ""
2442 },
2443 "require": {
2444 "guzzlehttp/ringphp": "^1.1",
2445 "php": ">=5.4.0",
2446 "react/promise": "^2.2"
2447 },
2448 "require-dev": {
2449 "ext-curl": "*",
2450 "phpunit/phpunit": "^4.0"
2451 },
2452 "type": "library",
2453 "autoload": {
2454 "psr-4": {
2455 "GuzzleHttp\\": "src/"
2456 }
2457 },
2458 "notification-url": "https://packagist.org/downloads/",
2459 "license": [
2460 "MIT"
2461 ],
2462 "authors": [
2463 {
2464 "name": "Michael Dowling",
2465 "email": "mtdowling@gmail.com",
2466 "homepage": "https://github.com/mtdowling"
2467 }
2468 ],
2469 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2470 "homepage": "http://guzzlephp.org/",
2471 "keywords": [
2472 "client",
2473 "curl",
2474 "framework",
2475 "http",
2476 "http client",
2477 "rest",
2478 "web service"
2479 ],
181dbaaa 2480 "time": "2019-10-30T09:32:00+00:00"
6546aca4 2481 },
eb0fa190 2482 {
2483 "name": "guzzlehttp/promises",
2484 "version": "v1.3.1",
2485 "source": {
2486 "type": "git",
2487 "url": "https://github.com/guzzle/promises.git",
2488 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2489 },
2490 "dist": {
2491 "type": "zip",
2492 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2493 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2494 "shasum": ""
2495 },
2496 "require": {
2497 "php": ">=5.5.0"
2498 },
2499 "require-dev": {
2500 "phpunit/phpunit": "^4.0"
2501 },
2502 "type": "library",
2503 "extra": {
2504 "branch-alias": {
2505 "dev-master": "1.4-dev"
2506 }
2507 },
2508 "autoload": {
2509 "psr-4": {
2510 "GuzzleHttp\\Promise\\": "src/"
2511 },
2512 "files": [
2513 "src/functions_include.php"
2514 ]
2515 },
2516 "notification-url": "https://packagist.org/downloads/",
2517 "license": [
2518 "MIT"
2519 ],
2520 "authors": [
2521 {
2522 "name": "Michael Dowling",
2523 "email": "mtdowling@gmail.com",
2524 "homepage": "https://github.com/mtdowling"
2525 }
2526 ],
2527 "description": "Guzzle promises library",
2528 "keywords": [
2529 "promise"
2530 ],
2531 "time": "2016-12-20T10:07:11+00:00"
2532 },
6546aca4
JB
2533 {
2534 "name": "guzzlehttp/psr7",
154d0974 2535 "version": "1.6.1",
6546aca4
JB
2536 "source": {
2537 "type": "git",
2538 "url": "https://github.com/guzzle/psr7.git",
154d0974 2539 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
6546aca4
JB
2540 },
2541 "dist": {
2542 "type": "zip",
154d0974
JB
2543 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2544 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
6546aca4
JB
2545 "shasum": ""
2546 },
2547 "require": {
2548 "php": ">=5.4.0",
2549 "psr/http-message": "~1.0",
154d0974 2550 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
6546aca4
JB
2551 },
2552 "provide": {
2553 "psr/http-message-implementation": "1.0"
2554 },
2555 "require-dev": {
154d0974 2556 "ext-zlib": "*",
6546aca4
JB
2557 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2558 },
154d0974
JB
2559 "suggest": {
2560 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2561 },
6546aca4
JB
2562 "type": "library",
2563 "extra": {
2564 "branch-alias": {
154d0974 2565 "dev-master": "1.6-dev"
6546aca4
JB
2566 }
2567 },
2568 "autoload": {
2569 "psr-4": {
2570 "GuzzleHttp\\Psr7\\": "src/"
2571 },
2572 "files": [
2573 "src/functions_include.php"
2574 ]
2575 },
2576 "notification-url": "https://packagist.org/downloads/",
2577 "license": [
2578 "MIT"
2579 ],
2580 "authors": [
2581 {
2582 "name": "Michael Dowling",
2583 "email": "mtdowling@gmail.com",
2584 "homepage": "https://github.com/mtdowling"
2585 },
2586 {
2587 "name": "Tobias Schultze",
2588 "homepage": "https://github.com/Tobion"
2589 }
2590 ],
2591 "description": "PSR-7 message implementation that also provides common utility methods",
2592 "keywords": [
2593 "http",
2594 "message",
2595 "psr-7",
2596 "request",
2597 "response",
2598 "stream",
2599 "uri",
2600 "url"
2601 ],
154d0974 2602 "time": "2019-07-01T23:21:34+00:00"
6546aca4
JB
2603 },
2604 {
2605 "name": "guzzlehttp/ringphp",
2606 "version": "1.1.1",
2607 "source": {
2608 "type": "git",
2609 "url": "https://github.com/guzzle/RingPHP.git",
2610 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2611 },
2612 "dist": {
2613 "type": "zip",
2614 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2615 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2616 "shasum": ""
2617 },
2618 "require": {
2619 "guzzlehttp/streams": "~3.0",
2620 "php": ">=5.4.0",
2621 "react/promise": "~2.0"
2622 },
2623 "require-dev": {
2624 "ext-curl": "*",
2625 "phpunit/phpunit": "~4.0"
2626 },
2627 "suggest": {
2628 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2629 },
2630 "type": "library",
2631 "extra": {
2632 "branch-alias": {
2633 "dev-master": "1.1-dev"
2634 }
2635 },
2636 "autoload": {
2637 "psr-4": {
2638 "GuzzleHttp\\Ring\\": "src/"
2639 }
2640 },
2641 "notification-url": "https://packagist.org/downloads/",
2642 "license": [
2643 "MIT"
2644 ],
2645 "authors": [
2646 {
2647 "name": "Michael Dowling",
2648 "email": "mtdowling@gmail.com",
2649 "homepage": "https://github.com/mtdowling"
2650 }
2651 ],
2652 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
94e7ba31 2653 "abandoned": true,
6546aca4
JB
2654 "time": "2018-07-31T13:22:33+00:00"
2655 },
2656 {
2657 "name": "guzzlehttp/streams",
2658 "version": "3.0.0",
2659 "source": {
2660 "type": "git",
2661 "url": "https://github.com/guzzle/streams.git",
2662 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2663 },
2664 "dist": {
2665 "type": "zip",
2666 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2667 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2668 "shasum": ""
2669 },
2670 "require": {
2671 "php": ">=5.4.0"
2672 },
2673 "require-dev": {
2674 "phpunit/phpunit": "~4.0"
2675 },
2676 "type": "library",
2677 "extra": {
2678 "branch-alias": {
2679 "dev-master": "3.0-dev"
2680 }
2681 },
2682 "autoload": {
2683 "psr-4": {
2684 "GuzzleHttp\\Stream\\": "src/"
2685 }
2686 },
2687 "notification-url": "https://packagist.org/downloads/",
2688 "license": [
2689 "MIT"
2690 ],
2691 "authors": [
2692 {
2693 "name": "Michael Dowling",
2694 "email": "mtdowling@gmail.com",
2695 "homepage": "https://github.com/mtdowling"
2696 }
2697 ],
2698 "description": "Provides a simple abstraction over streams of data",
2699 "homepage": "http://guzzlephp.org/",
2700 "keywords": [
2701 "Guzzle",
2702 "stream"
2703 ],
0c801a47 2704 "abandoned": true,
6546aca4
JB
2705 "time": "2014-10-12T19:18:40+00:00"
2706 },
2707 {
2708 "name": "hoa/compiler",
2709 "version": "3.17.08.08",
2710 "source": {
2711 "type": "git",
2712 "url": "https://github.com/hoaproject/Compiler.git",
2713 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2714 },
2715 "dist": {
2716 "type": "zip",
2717 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2718 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2719 "shasum": ""
2720 },
2721 "require": {
2722 "hoa/consistency": "~1.0",
2723 "hoa/exception": "~1.0",
2724 "hoa/file": "~1.0",
2725 "hoa/iterator": "~2.0",
2726 "hoa/math": "~1.0",
2727 "hoa/protocol": "~1.0",
2728 "hoa/regex": "~1.0",
2729 "hoa/visitor": "~2.0"
2730 },
2731 "require-dev": {
2732 "hoa/json": "~2.0",
2733 "hoa/test": "~2.0"
2734 },
2735 "type": "library",
2736 "extra": {
2737 "branch-alias": {
2738 "dev-master": "3.x-dev"
2739 }
2740 },
2741 "autoload": {
2742 "psr-4": {
2743 "Hoa\\Compiler\\": "."
2744 }
2745 },
2746 "notification-url": "https://packagist.org/downloads/",
2747 "license": [
2748 "BSD-3-Clause"
2749 ],
2750 "authors": [
2751 {
2752 "name": "Ivan Enderlin",
2753 "email": "ivan.enderlin@hoa-project.net"
2754 },
2755 {
2756 "name": "Hoa community",
2757 "homepage": "https://hoa-project.net/"
2758 }
2759 ],
2760 "description": "The Hoa\\Compiler library.",
2761 "homepage": "https://hoa-project.net/",
2762 "keywords": [
2763 "algebraic",
2764 "ast",
2765 "compiler",
2766 "context-free",
2767 "coverage",
2768 "exhaustive",
2769 "grammar",
2770 "isotropic",
2771 "language",
2772 "lexer",
2773 "library",
2774 "ll1",
2775 "llk",
2776 "parser",
2777 "pp",
2778 "random",
2779 "regular",
2780 "rule",
2781 "sampler",
2782 "syntax",
2783 "token",
2784 "trace",
2785 "uniform"
2786 ],
2787 "time": "2017-08-08T07:44:07+00:00"
2788 },
2789 {
2790 "name": "hoa/consistency",
2791 "version": "1.17.05.02",
2792 "source": {
2793 "type": "git",
2794 "url": "https://github.com/hoaproject/Consistency.git",
2795 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2796 },
2797 "dist": {
2798 "type": "zip",
2799 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2800 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2801 "shasum": ""
2802 },
2803 "require": {
2804 "hoa/exception": "~1.0",
2805 "php": ">=5.5.0"
2806 },
2807 "require-dev": {
2808 "hoa/stream": "~1.0",
2809 "hoa/test": "~2.0"
2810 },
2811 "type": "library",
2812 "extra": {
2813 "branch-alias": {
2814 "dev-master": "1.x-dev"
2815 }
2816 },
2817 "autoload": {
2818 "psr-4": {
2819 "Hoa\\Consistency\\": "."
2820 },
2821 "files": [
2822 "Prelude.php"
2823 ]
2824 },
2825 "notification-url": "https://packagist.org/downloads/",
2826 "license": [
2827 "BSD-3-Clause"
2828 ],
2829 "authors": [
2830 {
2831 "name": "Ivan Enderlin",
2832 "email": "ivan.enderlin@hoa-project.net"
2833 },
2834 {
2835 "name": "Hoa community",
2836 "homepage": "https://hoa-project.net/"
2837 }
2838 ],
2839 "description": "The Hoa\\Consistency library.",
2840 "homepage": "https://hoa-project.net/",
2841 "keywords": [
2842 "autoloader",
2843 "callable",
2844 "consistency",
2845 "entity",
2846 "flex",
2847 "keyword",
2848 "library"
2849 ],
2850 "time": "2017-05-02T12:18:12+00:00"
2851 },
2852 {
2853 "name": "hoa/event",
2854 "version": "1.17.01.13",
2855 "source": {
2856 "type": "git",
2857 "url": "https://github.com/hoaproject/Event.git",
2858 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2859 },
2860 "dist": {
2861 "type": "zip",
2862 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2863 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2864 "shasum": ""
2865 },
2866 "require": {
2867 "hoa/consistency": "~1.0",
2868 "hoa/exception": "~1.0"
2869 },
2870 "require-dev": {
2871 "hoa/test": "~2.0"
2872 },
2873 "type": "library",
2874 "extra": {
2875 "branch-alias": {
2876 "dev-master": "1.x-dev"
2877 }
2878 },
2879 "autoload": {
2880 "psr-4": {
2881 "Hoa\\Event\\": "."
2882 }
2883 },
2884 "notification-url": "https://packagist.org/downloads/",
2885 "license": [
2886 "BSD-3-Clause"
2887 ],
2888 "authors": [
2889 {
2890 "name": "Ivan Enderlin",
2891 "email": "ivan.enderlin@hoa-project.net"
2892 },
2893 {
2894 "name": "Hoa community",
2895 "homepage": "https://hoa-project.net/"
2896 }
2897 ],
2898 "description": "The Hoa\\Event library.",
2899 "homepage": "https://hoa-project.net/",
2900 "keywords": [
2901 "event",
2902 "library",
2903 "listener",
2904 "observer"
2905 ],
2906 "time": "2017-01-13T15:30:50+00:00"
2907 },
2908 {
2909 "name": "hoa/exception",
2910 "version": "1.17.01.16",
2911 "source": {
2912 "type": "git",
2913 "url": "https://github.com/hoaproject/Exception.git",
2914 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2915 },
2916 "dist": {
2917 "type": "zip",
2918 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2919 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2920 "shasum": ""
2921 },
2922 "require": {
2923 "hoa/consistency": "~1.0",
2924 "hoa/event": "~1.0"
2925 },
2926 "require-dev": {
2927 "hoa/test": "~2.0"
2928 },
2929 "type": "library",
2930 "extra": {
2931 "branch-alias": {
2932 "dev-master": "1.x-dev"
2933 }
2934 },
2935 "autoload": {
2936 "psr-4": {
2937 "Hoa\\Exception\\": "."
2938 }
2939 },
2940 "notification-url": "https://packagist.org/downloads/",
2941 "license": [
2942 "BSD-3-Clause"
2943 ],
2944 "authors": [
2945 {
2946 "name": "Ivan Enderlin",
2947 "email": "ivan.enderlin@hoa-project.net"
2948 },
2949 {
2950 "name": "Hoa community",
2951 "homepage": "https://hoa-project.net/"
2952 }
2953 ],
2954 "description": "The Hoa\\Exception library.",
2955 "homepage": "https://hoa-project.net/",
2956 "keywords": [
2957 "exception",
2958 "library"
2959 ],
2960 "time": "2017-01-16T07:53:27+00:00"
2961 },
2962 {
2963 "name": "hoa/file",
2964 "version": "1.17.07.11",
2965 "source": {
2966 "type": "git",
2967 "url": "https://github.com/hoaproject/File.git",
2968 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2969 },
2970 "dist": {
2971 "type": "zip",
2972 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2973 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2974 "shasum": ""
2975 },
2976 "require": {
2977 "hoa/consistency": "~1.0",
2978 "hoa/event": "~1.0",
2979 "hoa/exception": "~1.0",
2980 "hoa/iterator": "~2.0",
2981 "hoa/stream": "~1.0"
2982 },
2983 "require-dev": {
2984 "hoa/test": "~2.0"
2985 },
2986 "type": "library",
2987 "extra": {
2988 "branch-alias": {
2989 "dev-master": "1.x-dev"
2990 }
2991 },
2992 "autoload": {
2993 "psr-4": {
2994 "Hoa\\File\\": "."
2995 }
2996 },
2997 "notification-url": "https://packagist.org/downloads/",
2998 "license": [
2999 "BSD-3-Clause"
3000 ],
3001 "authors": [
3002 {
3003 "name": "Ivan Enderlin",
3004 "email": "ivan.enderlin@hoa-project.net"
3005 },
3006 {
3007 "name": "Hoa community",
3008 "homepage": "https://hoa-project.net/"
3009 }
3010 ],
3011 "description": "The Hoa\\File library.",
3012 "homepage": "https://hoa-project.net/",
3013 "keywords": [
3014 "Socket",
3015 "directory",
3016 "file",
3017 "finder",
3018 "library",
3019 "link",
3020 "temporary"
3021 ],
3022 "time": "2017-07-11T07:42:15+00:00"
3023 },
3024 {
3025 "name": "hoa/iterator",
3026 "version": "2.17.01.10",
3027 "source": {
3028 "type": "git",
3029 "url": "https://github.com/hoaproject/Iterator.git",
3030 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3031 },
3032 "dist": {
3033 "type": "zip",
3034 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3035 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3036 "shasum": ""
3037 },
3038 "require": {
3039 "hoa/consistency": "~1.0",
3040 "hoa/exception": "~1.0"
3041 },
3042 "require-dev": {
3043 "hoa/test": "~2.0"
3044 },
3045 "type": "library",
3046 "extra": {
3047 "branch-alias": {
3048 "dev-master": "2.x-dev"
3049 }
3050 },
3051 "autoload": {
3052 "psr-4": {
3053 "Hoa\\Iterator\\": "."
3054 }
3055 },
3056 "notification-url": "https://packagist.org/downloads/",
3057 "license": [
3058 "BSD-3-Clause"
3059 ],
3060 "authors": [
3061 {
3062 "name": "Ivan Enderlin",
3063 "email": "ivan.enderlin@hoa-project.net"
3064 },
3065 {
3066 "name": "Hoa community",
3067 "homepage": "https://hoa-project.net/"
3068 }
3069 ],
3070 "description": "The Hoa\\Iterator library.",
3071 "homepage": "https://hoa-project.net/",
3072 "keywords": [
3073 "iterator",
3074 "library"
3075 ],
3076 "time": "2017-01-10T10:34:47+00:00"
3077 },
3078 {
3079 "name": "hoa/math",
3080 "version": "1.17.05.16",
3081 "source": {
3082 "type": "git",
3083 "url": "https://github.com/hoaproject/Math.git",
3084 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3085 },
3086 "dist": {
3087 "type": "zip",
3088 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3089 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3090 "shasum": ""
3091 },
3092 "require": {
3093 "hoa/compiler": "~3.0",
3094 "hoa/consistency": "~1.0",
3095 "hoa/exception": "~1.0",
3096 "hoa/iterator": "~2.0",
3097 "hoa/protocol": "~1.0",
3098 "hoa/zformat": "~1.0"
3099 },
3100 "require-dev": {
3101 "hoa/test": "~2.0"
3102 },
3103 "type": "library",
3104 "extra": {
3105 "branch-alias": {
3106 "dev-master": "1.x-dev"
3107 }
3108 },
3109 "autoload": {
3110 "psr-4": {
3111 "Hoa\\Math\\": "."
3112 }
3113 },
3114 "notification-url": "https://packagist.org/downloads/",
3115 "license": [
3116 "BSD-3-Clause"
3117 ],
3118 "authors": [
3119 {
3120 "name": "Ivan Enderlin",
3121 "email": "ivan.enderlin@hoa-project.net"
3122 },
3123 {
3124 "name": "Hoa community",
3125 "homepage": "https://hoa-project.net/"
3126 }
3127 ],
3128 "description": "The Hoa\\Math library.",
3129 "homepage": "https://hoa-project.net/",
3130 "keywords": [
3131 "arrangement",
3132 "combination",
3133 "combinatorics",
3134 "counting",
3135 "library",
3136 "math",
3137 "permutation",
3138 "sampler",
3139 "set"
3140 ],
3141 "time": "2017-05-16T08:02:17+00:00"
3142 },
3143 {
3144 "name": "hoa/protocol",
3145 "version": "1.17.01.14",
3146 "source": {
3147 "type": "git",
3148 "url": "https://github.com/hoaproject/Protocol.git",
3149 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3150 },
3151 "dist": {
3152 "type": "zip",
3153 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3154 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3155 "shasum": ""
3156 },
3157 "require": {
3158 "hoa/consistency": "~1.0",
3159 "hoa/exception": "~1.0"
3160 },
3161 "require-dev": {
3162 "hoa/test": "~2.0"
3163 },
3164 "type": "library",
3165 "extra": {
3166 "branch-alias": {
3167 "dev-master": "1.x-dev"
3168 }
3169 },
3170 "autoload": {
3171 "psr-4": {
3172 "Hoa\\Protocol\\": "."
3173 },
3174 "files": [
3175 "Wrapper.php"
3176 ]
3177 },
3178 "notification-url": "https://packagist.org/downloads/",
3179 "license": [
3180 "BSD-3-Clause"
3181 ],
3182 "authors": [
3183 {
3184 "name": "Ivan Enderlin",
3185 "email": "ivan.enderlin@hoa-project.net"
3186 },
3187 {
3188 "name": "Hoa community",
3189 "homepage": "https://hoa-project.net/"
3190 }
3191 ],
3192 "description": "The Hoa\\Protocol library.",
3193 "homepage": "https://hoa-project.net/",
3194 "keywords": [
3195 "library",
3196 "protocol",
3197 "resource",
3198 "stream",
3199 "wrapper"
3200 ],
3201 "time": "2017-01-14T12:26:10+00:00"
3202 },
3203 {
3204 "name": "hoa/regex",
3205 "version": "1.17.01.13",
3206 "source": {
3207 "type": "git",
3208 "url": "https://github.com/hoaproject/Regex.git",
3209 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3210 },
3211 "dist": {
3212 "type": "zip",
3213 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3214 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3215 "shasum": ""
3216 },
3217 "require": {
3218 "hoa/consistency": "~1.0",
3219 "hoa/exception": "~1.0",
3220 "hoa/math": "~1.0",
3221 "hoa/protocol": "~1.0",
3222 "hoa/ustring": "~4.0",
3223 "hoa/visitor": "~2.0"
3224 },
3225 "type": "library",
3226 "extra": {
3227 "branch-alias": {
3228 "dev-master": "1.x-dev"
3229 }
3230 },
3231 "autoload": {
3232 "psr-4": {
3233 "Hoa\\Regex\\": "."
3234 }
3235 },
3236 "notification-url": "https://packagist.org/downloads/",
3237 "license": [
3238 "BSD-3-Clause"
3239 ],
3240 "authors": [
3241 {
3242 "name": "Ivan Enderlin",
3243 "email": "ivan.enderlin@hoa-project.net"
3244 },
3245 {
3246 "name": "Hoa community",
3247 "homepage": "https://hoa-project.net/"
3248 }
3249 ],
3250 "description": "The Hoa\\Regex library.",
3251 "homepage": "https://hoa-project.net/",
3252 "keywords": [
3253 "compiler",
3254 "library",
3255 "regex"
3256 ],
3257 "time": "2017-01-13T16:10:24+00:00"
3258 },
3259 {
3260 "name": "hoa/ruler",
3261 "version": "2.17.05.16",
3262 "source": {
3263 "type": "git",
3264 "url": "https://github.com/hoaproject/Ruler.git",
3265 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3266 },
3267 "dist": {
3268 "type": "zip",
3269 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3270 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3271 "shasum": ""
3272 },
3273 "require": {
3274 "hoa/compiler": "~3.0",
3275 "hoa/consistency": "~1.0",
3276 "hoa/exception": "~1.0",
3277 "hoa/file": "~1.0",
3278 "hoa/protocol": "~1.0",
3279 "hoa/visitor": "~2.0"
3280 },
3281 "require-dev": {
3282 "hoa/test": "~2.0"
3283 },
3284 "type": "library",
3285 "extra": {
3286 "branch-alias": {
3287 "dev-master": "2.x-dev"
3288 }
3289 },
3290 "autoload": {
3291 "psr-4": {
3292 "Hoa\\Ruler\\": "."
3293 }
3294 },
3295 "notification-url": "https://packagist.org/downloads/",
3296 "license": [
3297 "BSD-3-Clause"
3298 ],
3299 "authors": [
3300 {
3301 "name": "Ivan Enderlin",
3302 "email": "ivan.enderlin@hoa-project.net"
3303 },
3304 {
3305 "name": "Hoa community",
3306 "homepage": "https://hoa-project.net/"
3307 }
3308 ],
3309 "description": "The Hoa\\Ruler library.",
3310 "homepage": "https://hoa-project.net/",
3311 "keywords": [
3312 "library",
3313 "ruler"
3314 ],
3315 "time": "2017-05-16T07:52:21+00:00"
3316 },
3317 {
3318 "name": "hoa/stream",
3319 "version": "1.17.02.21",
3320 "source": {
3321 "type": "git",
3322 "url": "https://github.com/hoaproject/Stream.git",
3323 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3324 },
3325 "dist": {
3326 "type": "zip",
3327 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3328 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3329 "shasum": ""
3330 },
3331 "require": {
3332 "hoa/consistency": "~1.0",
3333 "hoa/event": "~1.0",
3334 "hoa/exception": "~1.0",
3335 "hoa/protocol": "~1.0"
3336 },
3337 "require-dev": {
3338 "hoa/test": "~2.0"
3339 },
3340 "type": "library",
3341 "extra": {
3342 "branch-alias": {
3343 "dev-master": "1.x-dev"
3344 }
3345 },
3346 "autoload": {
3347 "psr-4": {
3348 "Hoa\\Stream\\": "."
3349 }
3350 },
3351 "notification-url": "https://packagist.org/downloads/",
3352 "license": [
3353 "BSD-3-Clause"
3354 ],
3355 "authors": [
3356 {
3357 "name": "Ivan Enderlin",
3358 "email": "ivan.enderlin@hoa-project.net"
3359 },
3360 {
3361 "name": "Hoa community",
3362 "homepage": "https://hoa-project.net/"
3363 }
3364 ],
3365 "description": "The Hoa\\Stream library.",
3366 "homepage": "https://hoa-project.net/",
3367 "keywords": [
3368 "Context",
3369 "bucket",
3370 "composite",
3371 "filter",
3372 "in",
3373 "library",
3374 "out",
3375 "protocol",
3376 "stream",
3377 "wrapper"
3378 ],
3379 "time": "2017-02-21T16:01:06+00:00"
3380 },
3381 {
3382 "name": "hoa/ustring",
3383 "version": "4.17.01.16",
3384 "source": {
3385 "type": "git",
3386 "url": "https://github.com/hoaproject/Ustring.git",
3387 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3388 },
3389 "dist": {
3390 "type": "zip",
3391 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3392 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3393 "shasum": ""
3394 },
3395 "require": {
3396 "hoa/consistency": "~1.0",
3397 "hoa/exception": "~1.0"
3398 },
3399 "require-dev": {
3400 "hoa/test": "~2.0"
3401 },
3402 "suggest": {
3403 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3404 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3405 },
3406 "type": "library",
3407 "extra": {
3408 "branch-alias": {
3409 "dev-master": "4.x-dev"
3410 }
3411 },
3412 "autoload": {
3413 "psr-4": {
3414 "Hoa\\Ustring\\": "."
3415 }
3416 },
3417 "notification-url": "https://packagist.org/downloads/",
3418 "license": [
3419 "BSD-3-Clause"
3420 ],
3421 "authors": [
3422 {
3423 "name": "Ivan Enderlin",
3424 "email": "ivan.enderlin@hoa-project.net"
3425 },
3426 {
3427 "name": "Hoa community",
3428 "homepage": "https://hoa-project.net/"
3429 }
3430 ],
3431 "description": "The Hoa\\Ustring library.",
3432 "homepage": "https://hoa-project.net/",
3433 "keywords": [
3434 "library",
3435 "search",
3436 "string",
3437 "unicode"
3438 ],
3439 "time": "2017-01-16T07:08:25+00:00"
3440 },
3441 {
3442 "name": "hoa/visitor",
3443 "version": "2.17.01.16",
3444 "source": {
3445 "type": "git",
3446 "url": "https://github.com/hoaproject/Visitor.git",
3447 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3448 },
3449 "dist": {
3450 "type": "zip",
3451 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3452 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3453 "shasum": ""
3454 },
3455 "require": {
3456 "hoa/consistency": "~1.0"
3457 },
3458 "require-dev": {
3459 "hoa/test": "~2.0"
3460 },
3461 "type": "library",
3462 "extra": {
3463 "branch-alias": {
3464 "dev-master": "2.x-dev"
3465 }
3466 },
3467 "autoload": {
3468 "psr-4": {
3469 "Hoa\\Visitor\\": "."
3470 }
3471 },
3472 "notification-url": "https://packagist.org/downloads/",
3473 "license": [
3474 "BSD-3-Clause"
3475 ],
3476 "authors": [
3477 {
3478 "name": "Ivan Enderlin",
3479 "email": "ivan.enderlin@hoa-project.net"
3480 },
3481 {
3482 "name": "Hoa community",
3483 "homepage": "https://hoa-project.net/"
3484 }
3485 ],
3486 "description": "The Hoa\\Visitor library.",
3487 "homepage": "https://hoa-project.net/",
3488 "keywords": [
3489 "library",
3490 "structure",
3491 "visit",
3492 "visitor"
3493 ],
3494 "time": "2017-01-16T07:02:03+00:00"
3495 },
3496 {
3497 "name": "hoa/zformat",
3498 "version": "1.17.01.10",
3499 "source": {
3500 "type": "git",
3501 "url": "https://github.com/hoaproject/Zformat.git",
3502 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3503 },
3504 "dist": {
3505 "type": "zip",
3506 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3507 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3508 "shasum": ""
3509 },
3510 "require": {
3511 "hoa/consistency": "~1.0",
3512 "hoa/exception": "~1.0"
3513 },
3514 "type": "library",
3515 "extra": {
3516 "branch-alias": {
3517 "dev-master": "1.x-dev"
3518 }
3519 },
3520 "autoload": {
3521 "psr-4": {
3522 "Hoa\\Zformat\\": "."
3523 }
3524 },
3525 "notification-url": "https://packagist.org/downloads/",
3526 "license": [
3527 "BSD-3-Clause"
3528 ],
3529 "authors": [
3530 {
3531 "name": "Ivan Enderlin",
3532 "email": "ivan.enderlin@hoa-project.net"
3533 },
3534 {
3535 "name": "Hoa community",
3536 "homepage": "https://hoa-project.net/"
3537 }
3538 ],
3539 "description": "The Hoa\\Zformat library.",
3540 "homepage": "https://hoa-project.net/",
3541 "keywords": [
3542 "library",
3543 "parameter",
3544 "zformat"
3545 ],
3546 "time": "2017-01-10T10:39:54+00:00"
3547 },
3548 {
3549 "name": "html2text/html2text",
ca7e0756 3550 "version": "4.3.1",
6546aca4
JB
3551 "source": {
3552 "type": "git",
3553 "url": "https://github.com/mtibben/html2text.git",
ca7e0756 3554 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
6546aca4
JB
3555 },
3556 "dist": {
3557 "type": "zip",
ca7e0756 3558 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
3559 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
6546aca4
JB
3560 "shasum": ""
3561 },
3562 "require-dev": {
3563 "phpunit/phpunit": "~4"
3564 },
3565 "suggest": {
3566 "ext-mbstring": "For best performance",
3567 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3568 },
3569 "type": "library",
3570 "autoload": {
3571 "psr-4": {
3572 "Html2Text\\": [
3573 "src/",
3574 "test/"
3575 ]
3576 }
3577 },
3578 "notification-url": "https://packagist.org/downloads/",
3579 "license": [
3580 "GPL-2.0-or-later"
3581 ],
3582 "description": "Converts HTML to formatted plain text",
ca7e0756 3583 "time": "2020-04-16T23:44:31+00:00"
6546aca4 3584 },
955a3bde
JB
3585 {
3586 "name": "http-interop/http-factory-guzzle",
3587 "version": "1.0.0",
3588 "source": {
3589 "type": "git",
3590 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3591 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3592 },
3593 "dist": {
3594 "type": "zip",
3595 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3596 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3597 "shasum": ""
3598 },
3599 "require": {
3600 "guzzlehttp/psr7": "^1.4.2",
3601 "psr/http-factory": "^1.0"
3602 },
3603 "provide": {
3604 "psr/http-factory-implementation": "^1.0"
3605 },
3606 "require-dev": {
3607 "http-interop/http-factory-tests": "^0.5",
3608 "phpunit/phpunit": "^6.5"
3609 },
3610 "type": "library",
3611 "autoload": {
3612 "psr-4": {
3613 "Http\\Factory\\Guzzle\\": "src/"
3614 }
3615 },
3616 "notification-url": "https://packagist.org/downloads/",
3617 "license": [
3618 "MIT"
3619 ],
3620 "authors": [
3621 {
3622 "name": "PHP-FIG",
3623 "homepage": "http://www.php-fig.org/"
3624 }
3625 ],
3626 "description": "An HTTP Factory using Guzzle PSR7",
3627 "keywords": [
3628 "factory",
3629 "http",
3630 "psr-17",
3631 "psr-7"
3632 ],
3633 "time": "2018-07-31T19:32:56+00:00"
3634 },
6546aca4
JB
3635 {
3636 "name": "incenteev/composer-parameter-handler",
91c318e8 3637 "version": "v2.1.4",
6546aca4
JB
3638 "source": {
3639 "type": "git",
3640 "url": "https://github.com/Incenteev/ParameterHandler.git",
91c318e8 3641 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
6546aca4
JB
3642 },
3643 "dist": {
3644 "type": "zip",
91c318e8 3645 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3646 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
6546aca4
JB
3647 "shasum": ""
3648 },
3649 "require": {
3650 "php": ">=5.3.3",
91c318e8 3651 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
6546aca4
JB
3652 },
3653 "require-dev": {
3654 "composer/composer": "^1.0@dev",
91c318e8 3655 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3656 "symfony/phpunit-bridge": "^4.0 || ^5.0"
6546aca4
JB
3657 },
3658 "type": "library",
3659 "extra": {
3660 "branch-alias": {
3661 "dev-master": "2.1.x-dev"
3662 }
3663 },
3664 "autoload": {
3665 "psr-4": {
3666 "Incenteev\\ParameterHandler\\": ""
3667 }
3668 },
3669 "notification-url": "https://packagist.org/downloads/",
3670 "license": [
3671 "MIT"
3672 ],
3673 "authors": [
3674 {
3675 "name": "Christophe Coevoet",
3676 "email": "stof@notk.org"
3677 }
3678 ],
3679 "description": "Composer script handling your ignored parameter file",
3680 "homepage": "https://github.com/Incenteev/ParameterHandler",
3681 "keywords": [
3682 "parameters management"
3683 ],
91c318e8 3684 "time": "2020-03-17T21:10:00+00:00"
6546aca4
JB
3685 },
3686 {
3687 "name": "j0k3r/graby",
692501f2 3688 "version": "2.2.0",
6546aca4
JB
3689 "source": {
3690 "type": "git",
3691 "url": "https://github.com/j0k3r/graby.git",
692501f2 3692 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed"
6546aca4
JB
3693 },
3694 "dist": {
3695 "type": "zip",
692501f2 3696 "url": "https://api.github.com/repos/j0k3r/graby/zipball/deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3697 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
6546aca4
JB
3698 "shasum": ""
3699 },
3700 "require": {
3701 "ext-curl": "*",
3702 "ext-tidy": "*",
3703 "fossar/htmlawed": "^1.2.4",
3704 "guzzlehttp/psr7": "^1.5",
3705 "j0k3r/graby-site-config": "^1.0",
3706 "j0k3r/httplug-ssrf-plugin": "^2.0",
3707 "j0k3r/php-readability": "^1.1",
3708 "monolog/monolog": "^1.13.1",
3709 "php": ">=7.1",
3710 "php-http/client-common": "^2.0",
3711 "php-http/discovery": "^1.0",
3712 "php-http/httplug": "^2.0",
3713 "php-http/message": "^1.7",
3714 "psr/http-message": "^1.0",
3715 "simplepie/simplepie": "^1.3.1",
3716 "smalot/pdfparser": "~0.11",
692501f2 3717 "symfony/options-resolver": "~2.6|~3.0|~4.0|~5.0",
3718 "true/punycode": "~2.1"
6546aca4
JB
3719 },
3720 "require-dev": {
3721 "friendsofphp/php-cs-fixer": "~2.14",
3722 "php-coveralls/php-coveralls": "^2.0",
3723 "php-http/guzzle6-adapter": "^2.0",
3724 "php-http/mock-client": "^1.2",
3725 "phpstan/phpstan": "^0.11",
3726 "phpstan/phpstan-phpunit": "^0.11",
692501f2 3727 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0|^5.0"
6546aca4
JB
3728 },
3729 "type": "library",
3730 "extra": {
3731 "branch-alias": {
3732 "dev-2.0": "2.0-dev"
3733 }
3734 },
3735 "autoload": {
3736 "psr-4": {
3737 "Graby\\": "src/"
3738 }
3739 },
3740 "notification-url": "https://packagist.org/downloads/",
3741 "license": [
3742 "MIT"
3743 ],
3744 "authors": [
3745 {
3746 "name": "Jeremy Benoist",
092b0423
JB
3747 "email": "jeremy.benoist@gmail.com",
3748 "role": "Developer"
6546aca4
JB
3749 },
3750 {
3751 "name": "FiveFilters.org",
092b0423
JB
3752 "email": "fivefilters@fivefilters.org",
3753 "role": "Developer (original version)"
6546aca4
JB
3754 }
3755 ],
3756 "description": "Graby helps you extract article content from web pages",
692501f2 3757 "time": "2020-04-15T11:37:45+00:00"
6546aca4
JB
3758 },
3759 {
3760 "name": "j0k3r/graby-site-config",
692501f2 3761 "version": "1.0.105",
6546aca4
JB
3762 "source": {
3763 "type": "git",
3764 "url": "https://github.com/j0k3r/graby-site-config.git",
692501f2 3765 "reference": "489208b33e9f43f3812626b0543cfe42ef896052"
6546aca4
JB
3766 },
3767 "dist": {
3768 "type": "zip",
692501f2 3769 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/489208b33e9f43f3812626b0543cfe42ef896052",
3770 "reference": "489208b33e9f43f3812626b0543cfe42ef896052",
6546aca4
JB
3771 "shasum": ""
3772 },
3773 "require": {
692501f2 3774 "symfony/finder": "~2.6|~3.0|~4.0|~5.0"
6546aca4
JB
3775 },
3776 "require-dev": {
3777 "liip/rmt": "1.2.*",
692501f2 3778 "symfony/phpunit-bridge": "^4.3|^5.0"
6546aca4
JB
3779 },
3780 "type": "library",
3781 "autoload": {
3782 "psr-4": {
3783 "GrabySiteConfig\\SiteConfig\\": "src/"
3784 }
3785 },
3786 "notification-url": "https://packagist.org/downloads/",
3787 "license": [
3788 "CC0-1.0"
3789 ],
3790 "authors": [
3791 {
3792 "name": "Jeremy Benoist",
3793 "email": "jeremy.benoist@gmail.com"
3794 }
3795 ],
3796 "description": "Graby site config files",
692501f2 3797 "time": "2020-04-21T12:42:03+00:00"
6546aca4
JB
3798 },
3799 {
3800 "name": "j0k3r/httplug-ssrf-plugin",
514c55a1 3801 "version": "v2.0.1",
6546aca4
JB
3802 "source": {
3803 "type": "git",
3804 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
514c55a1 3805 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
6546aca4
JB
3806 },
3807 "dist": {
3808 "type": "zip",
514c55a1 3809 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3810 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
6546aca4
JB
3811 "shasum": ""
3812 },
3813 "require": {
3814 "php": "^7.1",
3815 "php-http/client-common": "^2.0",
3816 "php-http/discovery": "^1.5",
3817 "php-http/message": "^1.7",
3818 "php-http/message-factory": "^1.0.2"
3819 },
3820 "require-dev": {
3821 "friendsofphp/php-cs-fixer": "^2.14",
3822 "guzzlehttp/psr7": "^1.0",
3823 "php-http/guzzle6-adapter": "^2.0",
3824 "php-http/mock-client": "^1.0",
3825 "phpstan/phpstan": "^0.11",
3826 "phpstan/phpstan-phpunit": "^0.11",
3827 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3828 },
3829 "type": "library",
6546aca4
JB
3830 "autoload": {
3831 "psr-4": {
3832 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3833 }
3834 },
3835 "notification-url": "https://packagist.org/downloads/",
3836 "license": [
3837 "MIT"
3838 ],
3839 "authors": [
3840 {
3841 "name": "Jeremy Benoist",
3842 "email": "jeremy.benoist@gmail.com"
3843 },
3844 {
3845 "name": "aaa2000",
3846 "email": "adev2000@gmail.com"
3847 },
3848 {
3849 "name": "Jack W",
092b0423
JB
3850 "email": "jack@fin1te.net",
3851 "role": "Developer (SafeCurl original version)"
6546aca4
JB
3852 }
3853 ],
3854 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3855 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3856 "keywords": [
3857 "http",
3858 "httplug",
3859 "plugin",
3860 "security",
3861 "ssrf"
3862 ],
514c55a1 3863 "time": "2020-01-06T13:44:13+00:00"
6546aca4
JB
3864 },
3865 {
3866 "name": "j0k3r/php-readability",
b0817af0 3867 "version": "1.2.4",
6546aca4
JB
3868 "source": {
3869 "type": "git",
3870 "url": "https://github.com/j0k3r/php-readability.git",
b0817af0 3871 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
6546aca4
JB
3872 },
3873 "dist": {
3874 "type": "zip",
b0817af0 3875 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3876 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
6546aca4
JB
3877 "shasum": ""
3878 },
3879 "require": {
3880 "electrolinux/php-html5lib": "^0.1.0",
3881 "ext-mbstring": "*",
3882 "php": ">=5.6.0",
3883 "psr/log": "^1.0"
3884 },
3885 "require-dev": {
3886 "friendsofphp/php-cs-fixer": "^2.14",
3887 "monolog/monolog": "^1.24",
3888 "php-coveralls/php-coveralls": "^2.1",
3889 "symfony/phpunit-bridge": "^4.2.3"
3890 },
3891 "suggest": {
3892 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3893 },
3894 "type": "library",
3895 "autoload": {
3896 "psr-4": {
3897 "Readability\\": "src/"
3898 }
3899 },
3900 "notification-url": "https://packagist.org/downloads/",
3901 "license": [
3902 "Apache-2.0"
3903 ],
3904 "authors": [
3905 {
3906 "name": "Keyvan Minoukadeh",
9717d012 3907 "role": "Developer (ported original JS code to PHP)",
6546aca4 3908 "email": "keyvan@keyvan.net",
9717d012 3909 "homepage": "http://keyvan.net"
6546aca4
JB
3910 },
3911 {
3912 "name": "Arc90",
9717d012
NL
3913 "role": "Developer (original JS version)",
3914 "homepage": "http://arc90.com"
6546aca4
JB
3915 },
3916 {
3917 "name": "Jeremy Benoist",
9717d012 3918 "role": "Developer",
6546aca4 3919 "email": "jeremy.benoist@gmail.com",
9717d012 3920 "homepage": "http://www.j0k3r.net"
6546aca4
JB
3921 },
3922 {
3923 "name": "DitherSky",
9717d012
NL
3924 "role": "Developer (https://github.com/Dither/full-text-rss)",
3925 "homepage": "https://github.com/Dither"
6546aca4
JB
3926 }
3927 ],
3928 "description": "Automatic article extraction from HTML",
3929 "keywords": [
3930 "article",
3931 "article extraction",
3932 "content",
3933 "content extraction",
3934 "extraction",
3935 "html"
3936 ],
b0817af0 3937 "time": "2019-06-25T15:15:37+00:00"
6546aca4
JB
3938 },
3939 {
3940 "name": "javibravo/simpleue",
3941 "version": "2.1.0",
3942 "source": {
3943 "type": "git",
3944 "url": "https://github.com/javibravo/simpleue.git",
3945 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3946 },
3947 "dist": {
3948 "type": "zip",
3949 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3950 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3951 "shasum": ""
3952 },
3953 "require": {
3954 "php": ">=5.5",
3955 "psr/log": "~1.0"
3956 },
3957 "require-dev": {
3958 "aws/aws-sdk-php": "^3.9",
3959 "pda/pheanstalk": "^3.1",
3960 "phpunit/phpunit": "4.0.*",
3961 "predis/predis": "^1.0"
3962 },
3963 "suggest": {
3964 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3965 "ext-redis": "Allow work with Redis Locker",
3966 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3967 "predis/predis": "Allow work with Redis queues"
3968 },
3969 "type": "library",
3970 "autoload": {
3971 "psr-4": {
3972 "Simpleue\\": "src/Simpleue"
3973 }
3974 },
3975 "notification-url": "https://packagist.org/downloads/",
3976 "license": [
3977 "MIT"
3978 ],
3979 "authors": [
3980 {
3981 "name": "Javier Bravo",
3982 "email": "javibravo85@gmail.com"
3983 }
3984 ],
3985 "description": "Php package to manage queue tasks in a simple way",
3986 "homepage": "http://github.com/javibravo/simpleue",
3987 "keywords": [
3988 "job",
3989 "queue",
3990 "redis",
3991 "sqs",
3992 "task"
3993 ],
3994 "time": "2017-11-15T13:41:13+00:00"
3995 },
3996 {
3997 "name": "jdorn/sql-formatter",
3998 "version": "v1.2.17",
3999 "source": {
4000 "type": "git",
4001 "url": "https://github.com/jdorn/sql-formatter.git",
4002 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4003 },
4004 "dist": {
4005 "type": "zip",
4006 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4007 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4008 "shasum": ""
4009 },
4010 "require": {
4011 "php": ">=5.2.4"
4012 },
4013 "require-dev": {
4014 "phpunit/phpunit": "3.7.*"
4015 },
4016 "type": "library",
4017 "extra": {
4018 "branch-alias": {
4019 "dev-master": "1.3.x-dev"
4020 }
4021 },
4022 "autoload": {
4023 "classmap": [
4024 "lib"
4025 ]
4026 },
4027 "notification-url": "https://packagist.org/downloads/",
4028 "license": [
4029 "MIT"
4030 ],
4031 "authors": [
4032 {
4033 "name": "Jeremy Dorn",
4034 "email": "jeremy@jeremydorn.com",
4035 "homepage": "http://jeremydorn.com/"
4036 }
4037 ],
4038 "description": "a PHP SQL highlighting library",
4039 "homepage": "https://github.com/jdorn/sql-formatter/",
4040 "keywords": [
4041 "highlight",
4042 "sql"
4043 ],
4044 "time": "2014-01-12T16:20:24+00:00"
4045 },
955a3bde
JB
4046 {
4047 "name": "jean85/pretty-package-versions",
4048 "version": "1.2",
4049 "source": {
4050 "type": "git",
4051 "url": "https://github.com/Jean85/pretty-package-versions.git",
4052 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4053 },
4054 "dist": {
4055 "type": "zip",
4056 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4057 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4058 "shasum": ""
4059 },
4060 "require": {
4061 "ocramius/package-versions": "^1.2.0",
4062 "php": "^7.0"
4063 },
4064 "require-dev": {
4065 "phpunit/phpunit": "^6.0"
4066 },
4067 "type": "library",
4068 "extra": {
4069 "branch-alias": {
4070 "dev-master": "1.x-dev"
4071 }
4072 },
4073 "autoload": {
4074 "psr-4": {
4075 "Jean85\\": "src/"
4076 }
4077 },
4078 "notification-url": "https://packagist.org/downloads/",
4079 "license": [
4080 "MIT"
4081 ],
4082 "authors": [
4083 {
4084 "name": "Alessandro Lai",
4085 "email": "alessandro.lai85@gmail.com"
4086 }
4087 ],
4088 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4089 "keywords": [
4090 "composer",
4091 "package",
4092 "release",
4093 "versions"
4094 ],
4095 "time": "2018-06-13T13:22:40+00:00"
4096 },
6546aca4
JB
4097 {
4098 "name": "jms/metadata",
4099 "version": "1.7.0",
4100 "source": {
4101 "type": "git",
4102 "url": "https://github.com/schmittjoh/metadata.git",
4103 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4104 },
4105 "dist": {
4106 "type": "zip",
4107 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4108 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4109 "shasum": ""
4110 },
4111 "require": {
4112 "php": ">=5.3.0"
4113 },
4114 "require-dev": {
4115 "doctrine/cache": "~1.0",
4116 "symfony/cache": "~3.1"
4117 },
4118 "type": "library",
4119 "extra": {
4120 "branch-alias": {
4121 "dev-master": "1.5.x-dev"
4122 }
4123 },
4124 "autoload": {
4125 "psr-0": {
4126 "Metadata\\": "src/"
4127 }
4128 },
4129 "notification-url": "https://packagist.org/downloads/",
4130 "license": [
4131 "MIT"
4132 ],
4133 "authors": [
4134 {
4135 "name": "Asmir Mustafic",
4136 "email": "goetas@gmail.com"
4137 },
4138 {
4139 "name": "Johannes M. Schmitt",
4140 "email": "schmittjoh@gmail.com"
4141 }
4142 ],
4143 "description": "Class/method/property metadata management in PHP",
4144 "keywords": [
4145 "annotations",
4146 "metadata",
4147 "xml",
4148 "yaml"
4149 ],
4150 "time": "2018-10-26T12:40:10+00:00"
4151 },
4152 {
4153 "name": "jms/parser-lib",
4154 "version": "1.0.0",
4155 "source": {
4156 "type": "git",
4157 "url": "https://github.com/schmittjoh/parser-lib.git",
4158 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4159 },
4160 "dist": {
4161 "type": "zip",
4162 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4163 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4164 "shasum": ""
4165 },
4166 "require": {
4167 "phpoption/phpoption": ">=0.9,<2.0-dev"
4168 },
4169 "type": "library",
4170 "extra": {
4171 "branch-alias": {
4172 "dev-master": "1.0-dev"
4173 }
4174 },
4175 "autoload": {
4176 "psr-0": {
4177 "JMS\\": "src/"
4178 }
4179 },
4180 "notification-url": "https://packagist.org/downloads/",
4181 "license": [
4182 "Apache2"
4183 ],
4184 "description": "A library for easily creating recursive-descent parsers.",
4185 "time": "2012-11-18T18:08:43+00:00"
4186 },
4187 {
4188 "name": "jms/serializer",
4189 "version": "1.14.0",
4190 "source": {
4191 "type": "git",
4192 "url": "https://github.com/schmittjoh/serializer.git",
4193 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4194 },
4195 "dist": {
4196 "type": "zip",
4197 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4198 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4199 "shasum": ""
4200 },
4201 "require": {
4202 "doctrine/annotations": "^1.0",
4203 "doctrine/instantiator": "^1.0.3",
4204 "jms/metadata": "^1.3",
4205 "jms/parser-lib": "1.*",
4206 "php": "^5.5|^7.0",
4207 "phpcollection/phpcollection": "~0.1",
4208 "phpoption/phpoption": "^1.1"
4209 },
4210 "conflict": {
4211 "twig/twig": "<1.12"
4212 },
4213 "require-dev": {
4214 "doctrine/orm": "~2.1",
4215 "doctrine/phpcr-odm": "^1.3|^2.0",
4216 "ext-pdo_sqlite": "*",
4217 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4218 "phpunit/phpunit": "^4.8|^5.0",
4219 "propel/propel1": "~1.7",
4220 "psr/container": "^1.0",
4221 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4222 "symfony/expression-language": "^2.6|^3.0",
4223 "symfony/filesystem": "^2.1",
4224 "symfony/form": "~2.1|^3.0",
4225 "symfony/translation": "^2.1|^3.0",
4226 "symfony/validator": "^2.2|^3.0",
4227 "symfony/yaml": "^2.1|^3.0",
4228 "twig/twig": "~1.12|~2.0"
4229 },
4230 "suggest": {
4231 "doctrine/cache": "Required if you like to use cache functionality.",
4232 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4233 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4234 },
4235 "type": "library",
4236 "extra": {
4237 "branch-alias": {
4238 "dev-1.x": "1.14-dev"
4239 }
4240 },
4241 "autoload": {
4242 "psr-0": {
4243 "JMS\\Serializer": "src/"
4244 }
4245 },
4246 "notification-url": "https://packagist.org/downloads/",
4247 "license": [
4248 "MIT"
4249 ],
4250 "authors": [
4251 {
4252 "name": "Asmir Mustafic",
4253 "email": "goetas@gmail.com"
4254 },
4255 {
4256 "name": "Johannes M. Schmitt",
4257 "email": "schmittjoh@gmail.com"
4258 }
4259 ],
4260 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4261 "homepage": "http://jmsyst.com/libs/serializer",
4262 "keywords": [
4263 "deserialization",
4264 "jaxb",
4265 "json",
4266 "serialization",
4267 "xml"
4268 ],
4269 "time": "2019-04-17T08:12:16+00:00"
4270 },
4271 {
4272 "name": "jms/serializer-bundle",
4273 "version": "2.4.4",
4274 "source": {
4275 "type": "git",
4276 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4277 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4278 },
4279 "dist": {
4280 "type": "zip",
4281 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4282 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4283 "shasum": ""
4284 },
4285 "require": {
4286 "jms/serializer": "^1.10",
4287 "php": "^5.4|^7.0",
4288 "phpoption/phpoption": "^1.1.0",
4289 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4290 },
4291 "require-dev": {
4292 "doctrine/orm": "*",
4293 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4294 "symfony/expression-language": "~2.6|~3.0|~4.0",
4295 "symfony/finder": "^2.3|^3.0|^4.0",
4296 "symfony/form": "*",
4297 "symfony/stopwatch": "*",
4298 "symfony/twig-bundle": "*",
4299 "symfony/validator": "*",
4300 "symfony/yaml": "*"
4301 },
4302 "suggest": {
4303 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4304 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4305 },
4306 "type": "symfony-bundle",
4307 "extra": {
4308 "branch-alias": {
4309 "dev-master": "2.4-dev"
4310 }
4311 },
4312 "autoload": {
4313 "psr-4": {
4314 "JMS\\SerializerBundle\\": ""
4315 },
4316 "exclude-from-classmap": [
4317 "/Tests/"
4318 ]
4319 },
4320 "notification-url": "https://packagist.org/downloads/",
4321 "license": [
4322 "MIT"
4323 ],
4324 "authors": [
4325 {
4326 "name": "Asmir Mustafic",
4327 "email": "goetas@gmail.com"
4328 },
4329 {
4330 "name": "Johannes M. Schmitt",
4331 "email": "schmittjoh@gmail.com"
4332 }
4333 ],
4334 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4335 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4336 "keywords": [
4337 "deserialization",
4338 "jaxb",
4339 "json",
4340 "serialization",
4341 "xml"
4342 ],
4343 "time": "2019-03-30T10:26:09+00:00"
4344 },
4345 {
4346 "name": "kphoen/rulerz",
4347 "version": "0.21.1",
4348 "source": {
4349 "type": "git",
4350 "url": "https://github.com/K-Phoen/rulerz.git",
4351 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4352 },
4353 "dist": {
4354 "type": "zip",
4355 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4356 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4357 "shasum": ""
4358 },
4359 "require": {
4360 "hoa/ruler": "~2.0",
4361 "php": ">=7.1",
4362 "symfony/property-access": "~3.0|~4.0"
4363 },
4364 "require-dev": {
4365 "behat/behat": "~3.0",
4366 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4367 "doctrine/orm": "~2.4",
4368 "elasticsearch/elasticsearch": "~1.0",
4369 "illuminate/database": "~5.0",
4370 "kphoen/rusty": "dev-master",
4371 "liip/rmt": "^1.2",
4372 "mikey179/vfsstream": "~1.4",
4373 "phpspec/phpspec": "~2.0,>=2.4-dev",
4374 "pomm-project/cli": "~2.0@dev",
4375 "pomm-project/foundation": "~2.0@dev",
4376 "pomm-project/model-manager": "~2.0.@dev",
4377 "ruflin/elastica": "~1.0",
4378 "solarium/solarium": "~3.0",
4379 "vlucas/phpdotenv": "~2.1"
4380 },
4381 "suggest": {
4382 "doctrine/orm": "To execute rules as Doctrine queries",
4383 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4384 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4385 "pomm-project/model-manager": "To execute rules as Pomm queries",
4386 "solarium/solarium": "To execute rules as Solr queries"
4387 },
4388 "type": "library",
4389 "extra": {
4390 "branch-alias": {
4391 "dev-master": "1.0.x-dev"
4392 }
4393 },
4394 "autoload": {
4395 "psr-4": {
4396 "RulerZ\\": "src/"
4397 }
4398 },
4399 "notification-url": "https://packagist.org/downloads/",
4400 "license": [
4401 "MIT"
4402 ],
4403 "authors": [
4404 {
4405 "name": "Kévin Gomez",
4406 "email": "contact@kevingomez.fr"
4407 }
4408 ],
4409 "description": "Powerful implementation of the Specification pattern",
4410 "homepage": "https://github.com/K-Phoen/RulerZ",
4411 "keywords": [
4412 "doctrine",
4413 "specification"
4414 ],
4415 "time": "2018-09-18T15:15:42+00:00"
4416 },
4417 {
4418 "name": "kphoen/rulerz-bridge",
4419 "version": "1.1.1",
4420 "source": {
4421 "type": "git",
4422 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4423 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4424 },
4425 "dist": {
4426 "type": "zip",
4427 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4428 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4429 "shasum": ""
4430 },
4431 "require": {
4432 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4433 "php": ">=7.1",
4434 "symfony/form": "^3.0|^4.0",
4435 "symfony/validator": "^3.0|^4.0"
4436 },
4437 "require-dev": {
4438 "liip/rmt": "^1.2",
4439 "phpunit/phpunit": "~7.1",
4440 "symfony/phpunit-bridge": "^3.0|^4.0"
4441 },
4442 "type": "symfony-bridge",
4443 "autoload": {
4444 "psr-4": {
4445 "Symfony\\Bridge\\RulerZ\\": ""
4446 },
4447 "exclude-from-classmap": [
4448 "/Tests/"
4449 ]
4450 },
4451 "notification-url": "https://packagist.org/downloads/",
4452 "license": [
4453 "MIT"
4454 ],
4455 "authors": [
4456 {
4457 "name": "Kévin Gomez",
4458 "email": "contact@kevingomez.fr"
4459 }
4460 ],
4461 "description": "Symfony RulerZ Bridge",
4462 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4463 "keywords": [
4464 "Bridge",
4465 "doctrine",
4466 "ruler",
4467 "rulerz",
4468 "specification",
4469 "symfony"
4470 ],
4471 "time": "2018-10-01T14:17:27+00:00"
4472 },
4473 {
4474 "name": "kphoen/rulerz-bundle",
4475 "version": "0.15.0",
4476 "source": {
4477 "type": "git",
4478 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4479 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4480 },
4481 "dist": {
4482 "type": "zip",
4483 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4484 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4485 "shasum": ""
4486 },
4487 "require": {
4488 "kphoen/rulerz": "~0.17,>=0.19.3",
4489 "kphoen/rulerz-bridge": "^1.0",
4490 "php": ">=7.1",
4491 "symfony/framework-bundle": "^3.0|^4.0"
4492 },
4493 "require-dev": {
4494 "liip/rmt": "^1.2",
4495 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4496 "mikey179/vfsstream": "^1.6",
4497 "phpunit/phpunit": "^7.1",
4498 "symfony/phpunit-bridge": "^3.0|^4.0"
4499 },
4500 "type": "symfony-bundle",
4501 "autoload": {
4502 "psr-4": {
4503 "KPhoen\\RulerZBundle\\": ""
4504 },
4505 "exclude-from-classmap": [
4506 "/Tests/"
4507 ]
4508 },
4509 "notification-url": "https://packagist.org/downloads/",
4510 "license": [
4511 "MIT"
4512 ],
4513 "authors": [
4514 {
4515 "name": "Kévin Gomez",
4516 "email": "contact@kevingomez.fr"
4517 }
4518 ],
4519 "description": "Symfony2 Bundle for RulerZ",
4520 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4521 "keywords": [
4522 "doctrine",
4523 "ruler",
4524 "rulerz",
4525 "specification"
4526 ],
4527 "time": "2018-09-17T09:02:32+00:00"
4528 },
4529 {
4530 "name": "lcobucci/jwt",
4531 "version": "3.3.1",
4532 "source": {
4533 "type": "git",
4534 "url": "https://github.com/lcobucci/jwt.git",
4535 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4536 },
4537 "dist": {
4538 "type": "zip",
4539 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4540 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4541 "shasum": ""
4542 },
4543 "require": {
4544 "ext-mbstring": "*",
4545 "ext-openssl": "*",
4546 "php": "^5.6 || ^7.0"
4547 },
4548 "require-dev": {
4549 "mikey179/vfsstream": "~1.5",
4550 "phpmd/phpmd": "~2.2",
4551 "phpunit/php-invoker": "~1.1",
4552 "phpunit/phpunit": "^5.7 || ^7.3",
4553 "squizlabs/php_codesniffer": "~2.3"
4554 },
4555 "type": "library",
4556 "extra": {
4557 "branch-alias": {
4558 "dev-master": "3.1-dev"
4559 }
4560 },
4561 "autoload": {
4562 "psr-4": {
4563 "Lcobucci\\JWT\\": "src"
4564 }
4565 },
4566 "notification-url": "https://packagist.org/downloads/",
4567 "license": [
4568 "BSD-3-Clause"
4569 ],
4570 "authors": [
4571 {
4572 "name": "Luís Otávio Cobucci Oblonczyk",
092b0423
JB
4573 "email": "lcobucci@gmail.com",
4574 "role": "Developer"
6546aca4
JB
4575 }
4576 ],
4577 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4578 "keywords": [
4579 "JWS",
4580 "jwt"
4581 ],
4582 "time": "2019-05-24T18:30:49+00:00"
4583 },
4584 {
4585 "name": "lexik/form-filter-bundle",
4586 "version": "v5.0.10",
4587 "source": {
4588 "type": "git",
4589 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4590 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4591 },
4592 "dist": {
4593 "type": "zip",
4594 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4595 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4596 "shasum": ""
4597 },
4598 "require": {
4599 "doctrine/orm": "^2.4.8",
4600 "php": ">=5.5.9",
4601 "symfony/form": "~2.8|~3.0|^4.0",
4602 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4603 },
4604 "require-dev": {
4605 "doctrine/mongodb-odm-bundle": "^3.0",
4606 "phpunit/phpunit": "~5.0|^7.5"
4607 },
4608 "suggest": {
4609 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4610 },
4611 "type": "symfony-bundle",
4612 "extra": {
4613 "branch-alias": {
4614 "dev-master": "5.x.x-dev"
4615 }
4616 },
4617 "autoload": {
4618 "psr-4": {
4619 "Lexik\\Bundle\\FormFilterBundle\\": ""
4620 }
4621 },
4622 "notification-url": "https://packagist.org/downloads/",
4623 "license": [
4624 "MIT"
4625 ],
4626 "authors": [
4627 {
4628 "name": "Dev Lexik",
4629 "email": "dev@lexik.fr"
4630 },
4631 {
4632 "name": "Cedric Girard",
4633 "email": "c.girard@lexik.fr"
4634 }
4635 ],
4636 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4637 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4638 "keywords": [
4639 "bundle",
4640 "doctrine",
4641 "filter",
4642 "form",
4643 "symfony"
4644 ],
4645 "time": "2019-04-17T17:58:44+00:00"
4646 },
4647 {
4648 "name": "liip/theme-bundle",
a5315365 4649 "version": "1.7.0",
6546aca4
JB
4650 "source": {
4651 "type": "git",
4652 "url": "https://github.com/liip/LiipThemeBundle.git",
a5315365 4653 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
6546aca4
JB
4654 },
4655 "dist": {
4656 "type": "zip",
a5315365 4657 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4658 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
6546aca4
JB
4659 "shasum": ""
4660 },
4661 "require": {
a5315365 4662 "php": "^7.0",
6546aca4 4663 "psr/log": "~1.0",
a5315365 4664 "symfony/finder": "^3.0|^4.0",
4665 "symfony/framework-bundle": "^3.0|^4.0",
4666 "symfony/templating": "^3.0|^4.0",
4667 "symfony/twig-bundle": "^3.0|^4.0",
4668 "twig/twig": "^1.34|^2.4"
6546aca4
JB
4669 },
4670 "conflict": {
4671 "sebastian/comparator": "1.2.3"
4672 },
4673 "require-dev": {
a5315365 4674 "phpunit/phpunit": "^6.0",
4675 "symfony/console": "^3.0|^4.0",
4676 "symfony/expression-language": "^3.0|^4.0"
6546aca4
JB
4677 },
4678 "type": "symfony-bundle",
4679 "extra": {
4680 "branch-alias": {
4681 "dev-master": "1.4-dev"
4682 }
4683 },
4684 "autoload": {
4685 "psr-4": {
4686 "Liip\\ThemeBundle\\": ""
4687 }
4688 },
4689 "notification-url": "https://packagist.org/downloads/",
4690 "license": [
4691 "MIT"
4692 ],
4693 "authors": [
4694 {
4695 "name": "Community contributions",
4696 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4697 },
4698 {
4699 "name": "Liip AG",
4700 "homepage": "http://www.liip.ch/"
4701 }
4702 ],
4703 "description": "Provides theming support for #Symfony2 Bundles",
4704 "keywords": [
4705 "themes",
4706 "theming"
4707 ],
a5315365 4708 "time": "2019-06-19T12:53:08+00:00"
6546aca4
JB
4709 },
4710 {
4711 "name": "masterminds/html5",
1576905e 4712 "version": "2.7.0",
6546aca4
JB
4713 "source": {
4714 "type": "git",
4715 "url": "https://github.com/Masterminds/html5-php.git",
1576905e 4716 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
6546aca4
JB
4717 },
4718 "dist": {
4719 "type": "zip",
1576905e
JB
4720 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4721 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
6546aca4
JB
4722 "shasum": ""
4723 },
4724 "require": {
4725 "ext-ctype": "*",
4726 "ext-dom": "*",
4727 "ext-libxml": "*",
4728 "php": ">=5.3.0"
4729 },
4730 "require-dev": {
4731 "phpunit/phpunit": "^4.8.35",
4732 "sami/sami": "~2.0",
4733 "satooshi/php-coveralls": "1.0.*"
4734 },
4735 "type": "library",
4736 "extra": {
4737 "branch-alias": {
1576905e 4738 "dev-master": "2.7-dev"
6546aca4
JB
4739 }
4740 },
4741 "autoload": {
4742 "psr-4": {
4743 "Masterminds\\": "src"
4744 }
4745 },
4746 "notification-url": "https://packagist.org/downloads/",
4747 "license": [
4748 "MIT"
4749 ],
4750 "authors": [
4751 {
4752 "name": "Matt Butcher",
4753 "email": "technosophos@gmail.com"
4754 },
6546aca4
JB
4755 {
4756 "name": "Matt Farina",
4757 "email": "matt@mattfarina.com"
1576905e
JB
4758 },
4759 {
4760 "name": "Asmir Mustafic",
4761 "email": "goetas@gmail.com"
6546aca4
JB
4762 }
4763 ],
4764 "description": "An HTML5 parser and serializer.",
4765 "homepage": "http://masterminds.github.io/html5-php",
4766 "keywords": [
4767 "HTML5",
4768 "dom",
4769 "html",
4770 "parser",
4771 "querypath",
4772 "serializer",
4773 "xml"
4774 ],
1576905e 4775 "time": "2019-07-25T07:03:26+00:00"
6546aca4
JB
4776 },
4777 {
4778 "name": "mgargano/simplehtmldom",
4779 "version": "1.5",
4780 "source": {
4781 "type": "git",
4782 "url": "https://github.com/matgargano/simplehtmldom.git",
4783 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4784 },
4785 "dist": {
4786 "type": "zip",
4787 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4788 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4789 "shasum": ""
4790 },
4791 "require": {
4792 "php": ">=5.3.0"
4793 },
4794 "type": "library",
4795 "autoload": {
4796 "psr-0": {
4797 "SimpleHtmlDom": "src/"
4798 },
4799 "files": [
4800 "src/simple_html_dom.php"
4801 ]
4802 },
4803 "notification-url": "https://packagist.org/downloads/",
4804 "license": [
4805 "The MIT License"
4806 ],
4807 "authors": [
4808 {
4809 "name": "S.C. Chen",
4810 "email": "me578022@gmail.com"
4811 }
4812 ],
4813 "description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
4814 "homepage": "http://simplehtmldom.sourceforge.net/",
4815 "keywords": [
4816 "Simple",
4817 "dom",
4818 "html"
4819 ],
4820 "time": "2014-01-05T18:17:34+00:00"
4821 },
4822 {
4823 "name": "michelf/php-markdown",
6ba1d734 4824 "version": "1.9.0",
6546aca4
JB
4825 "source": {
4826 "type": "git",
4827 "url": "https://github.com/michelf/php-markdown.git",
6ba1d734 4828 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
6546aca4
JB
4829 },
4830 "dist": {
4831 "type": "zip",
6ba1d734
JB
4832 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4833 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
6546aca4
JB
4834 "shasum": ""
4835 },
4836 "require": {
4837 "php": ">=5.3.0"
4838 },
6ba1d734
JB
4839 "require-dev": {
4840 "phpunit/phpunit": ">=4.3 <5.8"
4841 },
6546aca4
JB
4842 "type": "library",
4843 "autoload": {
4844 "psr-4": {
4845 "Michelf\\": "Michelf/"
4846 }
4847 },
4848 "notification-url": "https://packagist.org/downloads/",
4849 "license": [
4850 "BSD-3-Clause"
4851 ],
4852 "authors": [
4853 {
4854 "name": "Michel Fortin",
4855 "email": "michel.fortin@michelf.ca",
1a758230 4856 "homepage": "https://michelf.ca/",
4857 "role": "Developer"
6546aca4
JB
4858 },
4859 {
4860 "name": "John Gruber",
4861 "homepage": "https://daringfireball.net/"
4862 }
4863 ],
4864 "description": "PHP Markdown",
4865 "homepage": "https://michelf.ca/projects/php-markdown/",
4866 "keywords": [
4867 "markdown"
4868 ],
6ba1d734 4869 "time": "2019-12-02T02:32:27+00:00"
6546aca4
JB
4870 },
4871 {
4872 "name": "mnapoli/piwik-twig-extension",
9717d012 4873 "version": "3.0.0",
6546aca4
JB
4874 "source": {
4875 "type": "git",
9717d012
NL
4876 "url": "https://github.com/mnapoli/MatomoTwigExtension.git",
4877 "reference": "472fd49157d64e78081b7a626095ea989cae8471"
6546aca4
JB
4878 },
4879 "dist": {
4880 "type": "zip",
9717d012
NL
4881 "url": "https://api.github.com/repos/mnapoli/MatomoTwigExtension/zipball/472fd49157d64e78081b7a626095ea989cae8471",
4882 "reference": "472fd49157d64e78081b7a626095ea989cae8471",
6546aca4
JB
4883 "shasum": ""
4884 },
4885 "require": {
a2f4efe6 4886 "php": ">=7.0",
9717d012 4887 "twig/twig": "~2.10|~3.0"
6546aca4
JB
4888 },
4889 "require-dev": {
c546548e 4890 "friendsofphp/php-cs-fixer": "~2.13",
a2f4efe6 4891 "php-coveralls/php-coveralls": "^2.0",
9717d012 4892 "symfony/phpunit-bridge": "^5.0"
6546aca4
JB
4893 },
4894 "type": "library",
4895 "autoload": {
4896 "psr-4": {
9717d012 4897 "MatomoTwigExtension\\": "src/"
6546aca4
JB
4898 }
4899 },
4900 "notification-url": "https://packagist.org/downloads/",
4901 "license": [
4902 "MIT"
4903 ],
9717d012
NL
4904 "description": "This library integrates Matomo into Twig",
4905 "time": "2020-04-24T14:45:43+00:00"
6546aca4
JB
4906 },
4907 {
4908 "name": "monolog/monolog",
0f387577 4909 "version": "1.25.3",
6546aca4
JB
4910 "source": {
4911 "type": "git",
4912 "url": "https://github.com/Seldaek/monolog.git",
0f387577 4913 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
6546aca4
JB
4914 },
4915 "dist": {
4916 "type": "zip",
0f387577
JB
4917 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
4918 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
6546aca4
JB
4919 "shasum": ""
4920 },
4921 "require": {
4922 "php": ">=5.3.0",
4923 "psr/log": "~1.0"
4924 },
4925 "provide": {
4926 "psr/log-implementation": "1.0.0"
4927 },
4928 "require-dev": {
4929 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4930 "doctrine/couchdb": "~1.0@dev",
4931 "graylog2/gelf-php": "~1.0",
4932 "jakub-onderka/php-parallel-lint": "0.9",
4933 "php-amqplib/php-amqplib": "~2.4",
4934 "php-console/php-console": "^3.1.3",
4935 "phpunit/phpunit": "~4.5",
4936 "phpunit/phpunit-mock-objects": "2.3.0",
4937 "ruflin/elastica": ">=0.90 <3.0",
4938 "sentry/sentry": "^0.13",
4939 "swiftmailer/swiftmailer": "^5.3|^6.0"
4940 },
4941 "suggest": {
4942 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4943 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4944 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4945 "ext-mongo": "Allow sending log messages to a MongoDB server",
4946 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4947 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4948 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4949 "php-console/php-console": "Allow sending log messages to Google Chrome",
4950 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4951 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4952 "sentry/sentry": "Allow sending log messages to a Sentry server"
4953 },
4954 "type": "library",
4955 "extra": {
4956 "branch-alias": {
4957 "dev-master": "2.0.x-dev"
4958 }
4959 },
4960 "autoload": {
4961 "psr-4": {
4962 "Monolog\\": "src/Monolog"
4963 }
4964 },
4965 "notification-url": "https://packagist.org/downloads/",
4966 "license": [
4967 "MIT"
4968 ],
4969 "authors": [
4970 {
4971 "name": "Jordi Boggiano",
4972 "email": "j.boggiano@seld.be",
4973 "homepage": "http://seld.be"
4974 }
4975 ],
4976 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4977 "homepage": "http://github.com/Seldaek/monolog",
4978 "keywords": [
4979 "log",
4980 "logging",
4981 "psr-3"
4982 ],
0f387577 4983 "time": "2019-12-20T14:15:16+00:00"
6546aca4
JB
4984 },
4985 {
4986 "name": "nelmio/api-doc-bundle",
955a3bde 4987 "version": "2.13.4",
6546aca4
JB
4988 "target-dir": "Nelmio/ApiDocBundle",
4989 "source": {
4990 "type": "git",
4991 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
955a3bde 4992 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
6546aca4
JB
4993 },
4994 "dist": {
4995 "type": "zip",
955a3bde
JB
4996 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
4997 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
6546aca4
JB
4998 "shasum": ""
4999 },
5000 "require": {
5001 "michelf/php-markdown": "~1.4",
5002 "php": ">=5.4",
5003 "symfony/console": "~2.3|~3.0|~4.0",
5004 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5005 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5006 },
5007 "conflict": {
5008 "jms/serializer": "<0.12",
5009 "jms/serializer-bundle": "<0.11",
5010 "symfony/symfony": "~2.7.8",
5011 "twig/twig": "<1.12"
5012 },
5013 "require-dev": {
5014 "doctrine/doctrine-bundle": "~1.5",
5015 "doctrine/orm": "~2.3",
5016 "dunglas/api-bundle": "~1.0",
5017 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5018 "jms/serializer-bundle": ">=0.11",
5019 "sensio/framework-extra-bundle": "~3.0",
5020 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5021 "symfony/css-selector": "~2.3|~3.0|~4.0",
5022 "symfony/finder": "~2.3|~3.0|~4.0",
5023 "symfony/form": "~2.3|~3.0|~4.0",
5024 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5025 "symfony/serializer": "~2.7|~3.0|~4.0",
5026 "symfony/validator": "~2.3|~3.0|~4.0",
5027 "symfony/yaml": "~2.3|~3.0|~4.0"
5028 },
5029 "suggest": {
5030 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5031 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5032 "jms/serializer": "For making use of serializer information in the doc.",
5033 "symfony/form": "For using form definitions as input.",
5034 "symfony/validator": "For making use of validator information in the doc."
5035 },
5036 "type": "symfony-bundle",
5037 "extra": {
5038 "branch-alias": {
5039 "dev-2.x": "2.13-dev"
5040 }
5041 },
5042 "autoload": {
5043 "psr-0": {
5044 "Nelmio\\ApiDocBundle": ""
5045 }
5046 },
5047 "notification-url": "https://packagist.org/downloads/",
5048 "license": [
5049 "MIT"
5050 ],
5051 "authors": [
5052 {
5053 "name": "Nelmio",
5054 "homepage": "http://nelm.io"
5055 },
5056 {
5057 "name": "Symfony Community",
5058 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5059 }
5060 ],
5061 "description": "Generates documentation for your REST API from annotations",
5062 "keywords": [
5063 "api",
5064 "doc",
5065 "documentation",
5066 "rest"
5067 ],
955a3bde 5068 "time": "2019-06-01T13:34:59+00:00"
6546aca4
JB
5069 },
5070 {
5071 "name": "nelmio/cors-bundle",
6657b119 5072 "version": "1.5.6",
6546aca4
JB
5073 "source": {
5074 "type": "git",
5075 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
6657b119 5076 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
6546aca4
JB
5077 },
5078 "dist": {
5079 "type": "zip",
6657b119 5080 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5081 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
6546aca4
JB
5082 "shasum": ""
5083 },
5084 "require": {
5085 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5086 },
5087 "require-dev": {
5088 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5089 "mockery/mockery": "^0.9 || ^1.0",
5090 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5091 },
5092 "type": "symfony-bundle",
5093 "extra": {
5094 "branch-alias": {
5095 "dev-master": "1.5.x-dev"
5096 }
5097 },
5098 "autoload": {
5099 "psr-4": {
5100 "Nelmio\\CorsBundle\\": ""
5101 },
5102 "exclude-from-classmap": [
5103 "/Tests/"
5104 ]
5105 },
5106 "notification-url": "https://packagist.org/downloads/",
5107 "license": [
5108 "MIT"
5109 ],
5110 "authors": [
5111 {
5112 "name": "Nelmio",
5113 "homepage": "http://nelm.io"
5114 },
5115 {
5116 "name": "Symfony Community",
5117 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5118 }
5119 ],
5120 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5121 "keywords": [
5122 "api",
5123 "cors",
5124 "crossdomain"
5125 ],
6657b119 5126 "time": "2019-06-17T08:53:14+00:00"
6546aca4
JB
5127 },
5128 {
5129 "name": "ocramius/package-versions",
d3847ac1 5130 "version": "1.4.2",
6546aca4
JB
5131 "source": {
5132 "type": "git",
5133 "url": "https://github.com/Ocramius/PackageVersions.git",
d3847ac1 5134 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
6546aca4
JB
5135 },
5136 "dist": {
5137 "type": "zip",
d3847ac1
JB
5138 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5139 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
6546aca4
JB
5140 "shasum": ""
5141 },
5142 "require": {
5143 "composer-plugin-api": "^1.0.0",
5144 "php": "^7.1.0"
5145 },
5146 "require-dev": {
5147 "composer/composer": "^1.6.3",
5148 "doctrine/coding-standard": "^5.0.1",
5149 "ext-zip": "*",
5150 "infection/infection": "^0.7.1",
d3847ac1 5151 "phpunit/phpunit": "^7.5.17"
6546aca4
JB
5152 },
5153 "type": "composer-plugin",
5154 "extra": {
5155 "class": "PackageVersions\\Installer",
5156 "branch-alias": {
5157 "dev-master": "2.0.x-dev"
5158 }
5159 },
5160 "autoload": {
5161 "psr-4": {
5162 "PackageVersions\\": "src/PackageVersions"
5163 }
5164 },
5165 "notification-url": "https://packagist.org/downloads/",
5166 "license": [
5167 "MIT"
5168 ],
5169 "authors": [
5170 {
5171 "name": "Marco Pivetta",
5172 "email": "ocramius@gmail.com"
5173 }
5174 ],
5175 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
d3847ac1 5176 "time": "2019-11-15T16:17:10+00:00"
6546aca4
JB
5177 },
5178 {
5179 "name": "ocramius/proxy-manager",
5180 "version": "2.1.1",
5181 "source": {
5182 "type": "git",
5183 "url": "https://github.com/Ocramius/ProxyManager.git",
5184 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5185 },
5186 "dist": {
5187 "type": "zip",
5188 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5189 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5190 "shasum": ""
5191 },
5192 "require": {
5193 "ocramius/package-versions": "^1.1.1",
5194 "php": "^7.1.0",
5195 "zendframework/zend-code": "^3.1.0"
5196 },
5197 "require-dev": {
5198 "couscous/couscous": "^1.5.2",
5199 "ext-phar": "*",
5200 "humbug/humbug": "dev-master@DEV",
5201 "nikic/php-parser": "^3.0.4",
5202 "phpbench/phpbench": "^0.12.2",
5203 "phpstan/phpstan": "^0.6.4",
5204 "phpunit/phpunit": "^5.6.4",
5205 "phpunit/phpunit-mock-objects": "^3.4.1",
5206 "squizlabs/php_codesniffer": "^2.7.0"
5207 },
5208 "suggest": {
5209 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5210 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5211 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5212 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5213 },
5214 "type": "library",
5215 "extra": {
5216 "branch-alias": {
5217 "dev-master": "3.0.x-dev"
5218 }
5219 },
5220 "autoload": {
5221 "psr-0": {
5222 "ProxyManager\\": "src"
5223 }
5224 },
5225 "notification-url": "https://packagist.org/downloads/",
5226 "license": [
5227 "MIT"
5228 ],
5229 "authors": [
5230 {
5231 "name": "Marco Pivetta",
5232 "email": "ocramius@gmail.com",
5233 "homepage": "http://ocramius.github.io/"
5234 }
5235 ],
5236 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5237 "homepage": "https://github.com/Ocramius/ProxyManager",
5238 "keywords": [
5239 "aop",
5240 "lazy loading",
5241 "proxy",
5242 "proxy pattern",
5243 "service proxies"
5244 ],
5245 "time": "2017-05-04T11:12:50+00:00"
5246 },
5247 {
5248 "name": "pagerfanta/pagerfanta",
9a80dcf1 5249 "version": "v2.1.3",
6546aca4
JB
5250 "source": {
5251 "type": "git",
5252 "url": "https://github.com/whiteoctober/Pagerfanta.git",
9a80dcf1 5253 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
6546aca4
JB
5254 },
5255 "dist": {
5256 "type": "zip",
9a80dcf1
JB
5257 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5258 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
6546aca4
JB
5259 "shasum": ""
5260 },
5261 "require": {
5262 "php": "^7.0"
5263 },
5264 "require-dev": {
5265 "doctrine/orm": "~2.3",
5266 "doctrine/phpcr-odm": "1.*",
5267 "jackalope/jackalope-doctrine-dbal": "1.*",
5268 "jmikola/geojson": "~1.0",
5269 "mandango/mandango": "~1.0@dev",
5270 "mandango/mondator": "~1.0@dev",
5271 "phpunit/phpunit": "^6.5",
5272 "propel/propel": "~2.0@dev",
5273 "propel/propel1": "~1.6",
5274 "ruflin/elastica": "~1.3",
5275 "solarium/solarium": "~3.1"
5276 },
5277 "suggest": {
5278 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5279 "doctrine/orm": "To use the DoctrineORMAdapter.",
5280 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5281 "mandango/mandango": "To use the MandangoAdapter.",
5282 "propel/propel": "To use the Propel2Adapter",
5283 "propel/propel1": "To use the PropelAdapter",
5284 "solarium/solarium": "To use the SolariumAdapter."
5285 },
5286 "type": "library",
5287 "extra": {
5288 "branch-alias": {
5289 "dev-master": "1.0.x-dev"
5290 }
5291 },
5292 "autoload": {
5293 "psr-4": {
5294 "Pagerfanta\\": "src/Pagerfanta/"
5295 }
5296 },
5297 "notification-url": "https://packagist.org/downloads/",
5298 "license": [
5299 "MIT"
5300 ],
5301 "authors": [
5302 {
5303 "name": "Pablo Díez",
5304 "email": "pablodip@gmail.com"
5305 }
5306 ],
5307 "description": "Pagination for PHP",
5308 "keywords": [
5309 "page",
5310 "pagination",
5311 "paginator",
5312 "paging"
5313 ],
9a80dcf1 5314 "time": "2019-07-17T20:56:16+00:00"
6546aca4 5315 },
28378675 5316 {
5317 "name": "paragonie/constant_time_encoding",
8d4ed0df 5318 "version": "v2.3.0",
28378675 5319 "source": {
5320 "type": "git",
5321 "url": "https://github.com/paragonie/constant_time_encoding.git",
8d4ed0df 5322 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
28378675 5323 },
5324 "dist": {
5325 "type": "zip",
8d4ed0df
JB
5326 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5327 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
28378675 5328 "shasum": ""
5329 },
5330 "require": {
8d4ed0df 5331 "php": "^7|^8"
28378675 5332 },
5333 "require-dev": {
5334 "phpunit/phpunit": "^6|^7",
8d4ed0df 5335 "vimeo/psalm": "^1|^2|^3"
28378675 5336 },
5337 "type": "library",
5338 "autoload": {
5339 "psr-4": {
5340 "ParagonIE\\ConstantTime\\": "src/"
5341 }
5342 },
5343 "notification-url": "https://packagist.org/downloads/",
5344 "license": [
5345 "MIT"
5346 ],
5347 "authors": [
5348 {
5349 "name": "Paragon Initiative Enterprises",
5350 "email": "security@paragonie.com",
3d8eaa3a 5351 "homepage": "https://paragonie.com",
5352 "role": "Maintainer"
28378675 5353 },
5354 {
5355 "name": "Steve 'Sc00bz' Thomas",
5356 "email": "steve@tobtu.com",
3d8eaa3a 5357 "homepage": "https://www.tobtu.com",
5358 "role": "Original Developer"
28378675 5359 }
5360 ],
5361 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5362 "keywords": [
5363 "base16",
5364 "base32",
5365 "base32_decode",
5366 "base32_encode",
5367 "base64",
5368 "base64_decode",
5369 "base64_encode",
5370 "bin2hex",
5371 "encoding",
5372 "hex",
5373 "hex2bin",
5374 "rfc4648"
5375 ],
8d4ed0df 5376 "time": "2019-11-06T19:20:29+00:00"
28378675 5377 },
6546aca4
JB
5378 {
5379 "name": "paragonie/random_compat",
5380 "version": "v2.0.18",
5381 "source": {
5382 "type": "git",
5383 "url": "https://github.com/paragonie/random_compat.git",
5384 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5385 },
5386 "dist": {
5387 "type": "zip",
5388 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5389 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5390 "shasum": ""
5391 },
5392 "require": {
5393 "php": ">=5.2.0"
5394 },
5395 "require-dev": {
5396 "phpunit/phpunit": "4.*|5.*"
5397 },
5398 "suggest": {
5399 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5400 },
5401 "type": "library",
5402 "autoload": {
5403 "files": [
5404 "lib/random.php"
5405 ]
5406 },
5407 "notification-url": "https://packagist.org/downloads/",
5408 "license": [
5409 "MIT"
5410 ],
5411 "authors": [
5412 {
5413 "name": "Paragon Initiative Enterprises",
5414 "email": "security@paragonie.com",
5415 "homepage": "https://paragonie.com"
5416 }
5417 ],
5418 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5419 "keywords": [
5420 "csprng",
5421 "polyfill",
5422 "pseudorandom",
5423 "random"
5424 ],
5425 "time": "2019-01-03T20:59:08+00:00"
5426 },
5427 {
5428 "name": "php-amqplib/php-amqplib",
d3847ac1 5429 "version": "v2.11.0",
6546aca4
JB
5430 "source": {
5431 "type": "git",
5432 "url": "https://github.com/php-amqplib/php-amqplib.git",
d3847ac1 5433 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
6546aca4
JB
5434 },
5435 "dist": {
5436 "type": "zip",
d3847ac1
JB
5437 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5438 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
6546aca4
JB
5439 "shasum": ""
5440 },
5441 "require": {
d3847ac1 5442 "ext-mbstring": "*",
6546aca4 5443 "ext-sockets": "*",
d3847ac1
JB
5444 "php": ">=5.6.3",
5445 "phpseclib/phpseclib": "^2.0.0"
6546aca4
JB
5446 },
5447 "replace": {
5448 "videlalvaro/php-amqplib": "self.version"
5449 },
5450 "require-dev": {
5451 "ext-curl": "*",
5452 "nategood/httpful": "^0.2.20",
61e53dda 5453 "phpunit/phpunit": "^5.7|^6.5|^7.0",
6546aca4
JB
5454 "squizlabs/php_codesniffer": "^2.5"
5455 },
5456 "type": "library",
5457 "extra": {
5458 "branch-alias": {
d3847ac1 5459 "dev-master": "2.11-dev"
6546aca4
JB
5460 }
5461 },
5462 "autoload": {
5463 "psr-4": {
5464 "PhpAmqpLib\\": "PhpAmqpLib/"
5465 }
5466 },
5467 "notification-url": "https://packagist.org/downloads/",
5468 "license": [
5469 "LGPL-2.1-or-later"
5470 ],
5471 "authors": [
5472 {
5473 "name": "Alvaro Videla",
5474 "role": "Original Maintainer"
5475 },
5476 {
5477 "name": "John Kelly",
cc7b2b91 5478 "email": "johnmkelly86@gmail.com",
5479 "role": "Maintainer"
6546aca4
JB
5480 },
5481 {
5482 "name": "Raúl Araya",
cc7b2b91 5483 "email": "nubeiro@gmail.com",
5484 "role": "Maintainer"
6546aca4
JB
5485 },
5486 {
5487 "name": "Luke Bakken",
cc7b2b91 5488 "email": "luke@bakken.io",
5489 "role": "Maintainer"
6546aca4
JB
5490 }
5491 ],
5492 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5493 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5494 "keywords": [
5495 "message",
5496 "queue",
5497 "rabbitmq"
5498 ],
d3847ac1 5499 "time": "2019-11-19T15:15:19+00:00"
6546aca4
JB
5500 },
5501 {
5502 "name": "php-amqplib/rabbitmq-bundle",
5503 "version": "v1.14.4",
5504 "source": {
5505 "type": "git",
5506 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5507 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5508 },
5509 "dist": {
5510 "type": "zip",
5511 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5512 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5513 "shasum": ""
5514 },
5515 "require": {
5516 "php": "^5.3.9|^7.0",
5517 "php-amqplib/php-amqplib": "^2.6",
5518 "psr/log": "^1.0",
5519 "symfony/config": "^2.7|^3.0|^4.0",
5520 "symfony/console": "^2.7|^3.0|^4.0",
5521 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5522 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5523 "symfony/yaml": "^2.7|^3.0|^4.0"
5524 },
5525 "replace": {
5526 "oldsound/rabbitmq-bundle": "self.version"
5527 },
5528 "require-dev": {
5529 "phpunit/phpunit": "^4.8.35|^5.4.3",
5530 "symfony/debug": "^2.7|^3.0|^4.0",
5531 "symfony/serializer": "^2.7|^3.0|^4.0"
5532 },
5533 "suggest": {
5534 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5535 },
5536 "type": "symfony-bundle",
5537 "extra": {
5538 "branch-alias": {
5539 "dev-master": "1.10.x-dev"
5540 }
5541 },
5542 "autoload": {
5543 "psr-4": {
5544 "OldSound\\RabbitMqBundle\\": ""
5545 },
5546 "exclude-from-classmap": [
5547 "/Tests/"
5548 ]
5549 },
5550 "notification-url": "https://packagist.org/downloads/",
5551 "license": [
5552 "MIT"
5553 ],
5554 "authors": [
5555 {
5556 "name": "Alvaro Videla"
5557 }
5558 ],
5559 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5560 "keywords": [
5561 "AMQP",
5562 "Symfony2",
5563 "message",
5564 "queue",
5565 "rabbitmq",
5566 "symfony",
5567 "symfony3",
5568 "symfony4"
5569 ],
5570 "time": "2018-05-02T13:12:32+00:00"
5571 },
5572 {
5573 "name": "php-http/client-common",
d3847ac1 5574 "version": "2.1.0",
6546aca4
JB
5575 "source": {
5576 "type": "git",
5577 "url": "https://github.com/php-http/client-common.git",
d3847ac1 5578 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
6546aca4
JB
5579 },
5580 "dist": {
5581 "type": "zip",
d3847ac1
JB
5582 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5583 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
6546aca4
JB
5584 "shasum": ""
5585 },
5586 "require": {
5587 "php": "^7.1",
5588 "php-http/httplug": "^2.0",
5589 "php-http/message": "^1.6",
5590 "php-http/message-factory": "^1.0",
d3847ac1 5591 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
6546aca4
JB
5592 },
5593 "require-dev": {
5594 "doctrine/instantiator": "^1.1",
5595 "guzzlehttp/psr7": "^1.4",
5596 "phpspec/phpspec": "^5.1",
5597 "phpspec/prophecy": "^1.8",
5598 "sebastian/comparator": "^3.0"
5599 },
5600 "suggest": {
5601 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5602 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5603 "php-http/cache-plugin": "PSR-6 Cache plugin",
5604 "php-http/logger-plugin": "PSR-3 Logger plugin",
5605 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5606 },
5607 "type": "library",
5608 "extra": {
5609 "branch-alias": {
5610 "dev-master": "2.0.x-dev"
5611 }
5612 },
5613 "autoload": {
5614 "psr-4": {
5615 "Http\\Client\\Common\\": "src/"
5616 }
5617 },
5618 "notification-url": "https://packagist.org/downloads/",
5619 "license": [
5620 "MIT"
5621 ],
5622 "authors": [
5623 {
5624 "name": "Márk Sági-Kazár",
5625 "email": "mark.sagikazar@gmail.com"
5626 }
5627 ],
5628 "description": "Common HTTP Client implementations and tools for HTTPlug",
5629 "homepage": "http://httplug.io",
5630 "keywords": [
5631 "client",
5632 "common",
5633 "http",
5634 "httplug"
5635 ],
d3847ac1 5636 "time": "2019-11-18T08:58:18+00:00"
6546aca4 5637 },
955a3bde
JB
5638 {
5639 "name": "php-http/curl-client",
0f387577 5640 "version": "2.1.0",
955a3bde
JB
5641 "source": {
5642 "type": "git",
5643 "url": "https://github.com/php-http/curl-client.git",
0f387577 5644 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
955a3bde
JB
5645 },
5646 "dist": {
5647 "type": "zip",
0f387577
JB
5648 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5649 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
955a3bde
JB
5650 "shasum": ""
5651 },
5652 "require": {
5653 "ext-curl": "*",
5654 "php": "^7.1",
5655 "php-http/discovery": "^1.6",
5656 "php-http/httplug": "^2.0",
5657 "php-http/message": "^1.2",
5658 "psr/http-client": "^1.0",
5659 "psr/http-factory": "^1.0",
0f387577 5660 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
955a3bde
JB
5661 },
5662 "provide": {
5663 "php-http/async-client-implementation": "1.0",
0f387577
JB
5664 "php-http/client-implementation": "1.0",
5665 "psr/http-client-implementation": "1.0"
955a3bde
JB
5666 },
5667 "require-dev": {
5668 "guzzlehttp/psr7": "^1.0",
5669 "php-http/client-integration-tests": "^2.0",
5670 "phpunit/phpunit": "^7.5",
5671 "zendframework/zend-diactoros": "^2.0"
5672 },
5673 "type": "library",
5674 "extra": {
5675 "branch-alias": {
5676 "dev-master": "2.x-dev"
5677 }
5678 },
5679 "autoload": {
5680 "psr-4": {
5681 "Http\\Client\\Curl\\": "src/"
5682 }
5683 },
5684 "notification-url": "https://packagist.org/downloads/",
5685 "license": [
5686 "MIT"
5687 ],
5688 "authors": [
5689 {
5690 "name": "Михаил Красильников",
5691 "email": "m.krasilnikov@yandex.ru"
5692 }
5693 ],
5694 "description": "PSR-18 and HTTPlug Async client with cURL",
5695 "homepage": "http://php-http.org",
5696 "keywords": [
5697 "curl",
5698 "http",
5699 "psr-18"
5700 ],
0f387577 5701 "time": "2019-12-27T11:02:07+00:00"
955a3bde 5702 },
6546aca4
JB
5703 {
5704 "name": "php-http/discovery",
514c55a1 5705 "version": "1.7.4",
6546aca4
JB
5706 "source": {
5707 "type": "git",
5708 "url": "https://github.com/php-http/discovery.git",
514c55a1 5709 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
6546aca4
JB
5710 },
5711 "dist": {
5712 "type": "zip",
514c55a1 5713 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5714 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
6546aca4
JB
5715 "shasum": ""
5716 },
5717 "require": {
4ef4b64c 5718 "php": "^7.1"
6546aca4
JB
5719 },
5720 "conflict": {
5721 "nyholm/psr7": "<1.0"
5722 },
5723 "require-dev": {
4ef4b64c 5724 "akeneo/phpspec-skip-example-extension": "^4.0",
6546aca4
JB
5725 "php-http/httplug": "^1.0 || ^2.0",
5726 "php-http/message-factory": "^1.0",
4ef4b64c 5727 "phpspec/phpspec": "^5.1",
6546aca4
JB
5728 "puli/composer-plugin": "1.0.0-beta10"
5729 },
5730 "suggest": {
5731 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5732 "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
5733 },
5734 "type": "library",
5735 "extra": {
5736 "branch-alias": {
4ef4b64c 5737 "dev-master": "1.7-dev"
6546aca4
JB
5738 }
5739 },
5740 "autoload": {
5741 "psr-4": {
5742 "Http\\Discovery\\": "src/"
5743 }
5744 },
5745 "notification-url": "https://packagist.org/downloads/",
5746 "license": [
5747 "MIT"
5748 ],
5749 "authors": [
5750 {
5751 "name": "Márk Sági-Kazár",
5752 "email": "mark.sagikazar@gmail.com"
5753 }
5754 ],
5755 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5756 "homepage": "http://php-http.org",
5757 "keywords": [
5758 "adapter",
5759 "client",
5760 "discovery",
5761 "factory",
5762 "http",
5763 "message",
5764 "psr7"
5765 ],
514c55a1 5766 "time": "2020-01-03T11:25:47+00:00"
6546aca4
JB
5767 },
5768 {
5769 "name": "php-http/guzzle5-adapter",
5770 "version": "2.0.0",
5771 "source": {
5772 "type": "git",
5773 "url": "https://github.com/php-http/guzzle5-adapter.git",
5774 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5775 },
5776 "dist": {
5777 "type": "zip",
5778 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5779 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5780 "shasum": ""
5781 },
5782 "require": {
5783 "guzzlehttp/guzzle": "^5.1",
5784 "php": "^7.0",
5785 "php-http/discovery": "^1.0",
5786 "php-http/httplug": "^2.0"
5787 },
5788 "provide": {
5789 "php-http/client-implementation": "1.0",
5790 "psr/http-client-implementation": "1.0"
5791 },
5792 "require-dev": {
5793 "ext-curl": "*",
5794 "guzzlehttp/ringphp": "^1.1",
5795 "php-http/client-integration-tests": "^2.0",
5796 "phpunit/phpunit": "^6.0 || ^7.0"
5797 },
5798 "type": "library",
5799 "extra": {
5800 "branch-alias": {
5801 "dev-master": "2.0-dev"
5802 }
5803 },
5804 "autoload": {
5805 "psr-4": {
5806 "Http\\Adapter\\Guzzle5\\": "src/"
5807 }
5808 },
5809 "notification-url": "https://packagist.org/downloads/",
5810 "license": [
5811 "MIT"
5812 ],
5813 "authors": [
5814 {
5815 "name": "Eric GELOEN",
5816 "email": "geloen.eric@gmail.com"
5817 },
5818 {
5819 "name": "Márk Sági-Kazár",
5820 "email": "mark.sagikazar@gmail.com"
5821 }
5822 ],
5823 "description": "Guzzle 5 HTTP Adapter",
5824 "homepage": "http://httplug.io",
5825 "keywords": [
5826 "Guzzle",
5827 "http"
5828 ],
5829 "time": "2019-02-05T12:28:45+00:00"
5830 },
5831 {
5832 "name": "php-http/httplug",
0f387577 5833 "version": "2.1.0",
6546aca4
JB
5834 "source": {
5835 "type": "git",
5836 "url": "https://github.com/php-http/httplug.git",
0f387577 5837 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
6546aca4
JB
5838 },
5839 "dist": {
5840 "type": "zip",
0f387577
JB
5841 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5842 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
6546aca4
JB
5843 "shasum": ""
5844 },
5845 "require": {
5846 "php": "^7.0",
5847 "php-http/promise": "^1.0",
5848 "psr/http-client": "^1.0",
5849 "psr/http-message": "^1.0"
5850 },
5851 "require-dev": {
0f387577
JB
5852 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5853 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
6546aca4
JB
5854 },
5855 "type": "library",
5856 "extra": {
5857 "branch-alias": {
0f387577 5858 "dev-master": "2.x-dev"
6546aca4
JB
5859 }
5860 },
5861 "autoload": {
5862 "psr-4": {
5863 "Http\\Client\\": "src/"
5864 }
5865 },
5866 "notification-url": "https://packagist.org/downloads/",
5867 "license": [
5868 "MIT"
5869 ],
5870 "authors": [
5871 {
5872 "name": "Eric GELOEN",
5873 "email": "geloen.eric@gmail.com"
5874 },
5875 {
5876 "name": "Márk Sági-Kazár",
5877 "email": "mark.sagikazar@gmail.com"
5878 }
5879 ],
5880 "description": "HTTPlug, the HTTP client abstraction for PHP",
5881 "homepage": "http://httplug.io",
5882 "keywords": [
5883 "client",
5884 "http"
5885 ],
0f387577 5886 "time": "2019-12-27T10:07:11+00:00"
6546aca4
JB
5887 },
5888 {
5889 "name": "php-http/httplug-bundle",
de6171a5 5890 "version": "1.16.0",
6546aca4
JB
5891 "source": {
5892 "type": "git",
5893 "url": "https://github.com/php-http/HttplugBundle.git",
de6171a5 5894 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
6546aca4
JB
5895 },
5896 "dist": {
5897 "type": "zip",
de6171a5 5898 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5899 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
6546aca4
JB
5900 "shasum": ""
5901 },
5902 "require": {
de6171a5 5903 "php": "^7.1",
6546aca4
JB
5904 "php-http/client-common": "^1.9 || ^2.0",
5905 "php-http/client-implementation": "^1.0",
5906 "php-http/discovery": "^1.0",
5907 "php-http/httplug": "^1.0 || ^2.0",
5908 "php-http/logger-plugin": "^1.1",
5909 "php-http/message": "^1.4",
5910 "php-http/message-factory": "^1.0.2",
5911 "php-http/stopwatch-plugin": "^1.2",
5912 "psr/http-message": "^1.0",
de6171a5 5913 "symfony/config": "^3.4.20 || ^4.2.1",
5914 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5915 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5916 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5917 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
6546aca4
JB
5918 },
5919 "conflict": {
de6171a5 5920 "php-http/curl-client": "<2.0",
6546aca4
JB
5921 "php-http/guzzle6-adapter": "<1.1"
5922 },
5923 "require-dev": {
5924 "guzzlehttp/psr7": "^1.0",
de6171a5 5925 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
6546aca4
JB
5926 "nyholm/nsa": "^1.1",
5927 "php-http/cache-plugin": "^1.6",
5928 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5929 "php-http/mock-client": "^1.2",
5930 "php-http/promise": "^1.0",
5931 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
de6171a5 5932 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5933 "symfony/cache": "^3.4.20 || ^4.2.1",
5934 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5935 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5936 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
6546aca4 5937 "symfony/phpunit-bridge": "^3.4 || ^4.2",
de6171a5 5938 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5939 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5940 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
6546aca4
JB
5941 "twig/twig": "^1.36 || ^2.6"
5942 },
5943 "suggest": {
5944 "php-http/cache-plugin": "To configure clients that cache responses",
5945 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5946 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5947 },
5948 "type": "symfony-bundle",
5949 "extra": {
5950 "branch-alias": {
5951 "dev-master": "1.x-dev"
5952 }
5953 },
5954 "autoload": {
5955 "psr-4": {
5956 "Http\\HttplugBundle\\": "src/"
5957 },
5958 "exclude-from-classmap": [
5959 "/Tests/Resources/MyPsr18TestClient.php"
5960 ]
5961 },
5962 "notification-url": "https://packagist.org/downloads/",
5963 "license": [
5964 "MIT"
5965 ],
5966 "authors": [
5967 {
5968 "name": "David Buchmann",
5969 "email": "mail@davidbu.ch"
5970 },
5971 {
5972 "name": "Tobias Nyholm",
5973 "email": "tobias.nyholm@gmail.com"
5974 }
5975 ],
5976 "description": "Symfony integration for HTTPlug",
5977 "homepage": "http://httplug.io",
5978 "keywords": [
5979 "adapter",
5980 "bundle",
5981 "discovery",
5982 "factory",
5983 "http",
5984 "httplug",
5985 "message",
5986 "php-http"
5987 ],
de6171a5 5988 "time": "2019-06-05T12:03:16+00:00"
6546aca4
JB
5989 },
5990 {
5991 "name": "php-http/logger-plugin",
5992 "version": "1.1.0",
5993 "source": {
5994 "type": "git",
5995 "url": "https://github.com/php-http/logger-plugin.git",
5996 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
5997 },
5998 "dist": {
5999 "type": "zip",
6000 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6001 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6002 "shasum": ""
6003 },
6004 "require": {
6005 "php": "^5.4 || ^7.0",
6006 "php-http/client-common": "^1.9 || ^2.0",
6007 "php-http/message": "^1.0",
6008 "psr/log": "^1.0"
6009 },
6010 "require-dev": {
6011 "henrikbjorn/phpspec-code-coverage": "^1.0",
6012 "phpspec/phpspec": "^2.5"
6013 },
6014 "type": "library",
6015 "extra": {
6016 "branch-alias": {
6017 "dev-master": "1.1-dev"
6018 }
6019 },
6020 "autoload": {
6021 "psr-4": {
6022 "Http\\Client\\Common\\Plugin\\": "src/"
6023 }
6024 },
6025 "notification-url": "https://packagist.org/downloads/",
6026 "license": [
6027 "MIT"
6028 ],
6029 "authors": [
6030 {
6031 "name": "Márk Sági-Kazár",
6032 "email": "mark.sagikazar@gmail.com"
6033 }
6034 ],
6035 "description": "PSR-3 Logger plugin for HTTPlug",
6036 "homepage": "http://httplug.io",
6037 "keywords": [
6038 "http",
6039 "httplug",
6040 "logger",
6041 "plugin"
6042 ],
6043 "time": "2019-01-30T11:48:21+00:00"
6044 },
6045 {
6046 "name": "php-http/message",
1576905e 6047 "version": "1.8.0",
6546aca4
JB
6048 "source": {
6049 "type": "git",
6050 "url": "https://github.com/php-http/message.git",
1576905e 6051 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6546aca4
JB
6052 },
6053 "dist": {
6054 "type": "zip",
1576905e
JB
6055 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6056 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6546aca4
JB
6057 "shasum": ""
6058 },
6059 "require": {
6060 "clue/stream-filter": "^1.4",
1576905e 6061 "php": "^7.1",
6546aca4
JB
6062 "php-http/message-factory": "^1.0.2",
6063 "psr/http-message": "^1.0"
6064 },
6065 "provide": {
6066 "php-http/message-factory-implementation": "1.0"
6067 },
6068 "require-dev": {
6069 "akeneo/phpspec-skip-example-extension": "^1.0",
6070 "coduo/phpspec-data-provider-extension": "^1.0",
6071 "ext-zlib": "*",
6072 "guzzlehttp/psr7": "^1.0",
6073 "henrikbjorn/phpspec-code-coverage": "^1.0",
6074 "phpspec/phpspec": "^2.4",
6075 "slim/slim": "^3.0",
6076 "zendframework/zend-diactoros": "^1.0"
6077 },
6078 "suggest": {
6079 "ext-zlib": "Used with compressor/decompressor streams",
6080 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6081 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6082 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6083 },
6084 "type": "library",
6085 "extra": {
6086 "branch-alias": {
1576905e 6087 "dev-master": "1.8-dev"
6546aca4
JB
6088 }
6089 },
6090 "autoload": {
6091 "psr-4": {
6092 "Http\\Message\\": "src/"
6093 },
6094 "files": [
6095 "src/filters.php"
6096 ]
6097 },
6098 "notification-url": "https://packagist.org/downloads/",
6099 "license": [
6100 "MIT"
6101 ],
6102 "authors": [
6103 {
6104 "name": "Márk Sági-Kazár",
6105 "email": "mark.sagikazar@gmail.com"
6106 }
6107 ],
6108 "description": "HTTP Message related tools",
6109 "homepage": "http://php-http.org",
6110 "keywords": [
6111 "http",
6112 "message",
6113 "psr-7"
6114 ],
1576905e 6115 "time": "2019-08-05T06:55:08+00:00"
6546aca4
JB
6116 },
6117 {
6118 "name": "php-http/message-factory",
6119 "version": "v1.0.2",
6120 "source": {
6121 "type": "git",
6122 "url": "https://github.com/php-http/message-factory.git",
6123 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6124 },
6125 "dist": {
6126 "type": "zip",
6127 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6128 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6129 "shasum": ""
6130 },
6131 "require": {
6132 "php": ">=5.4",
6133 "psr/http-message": "^1.0"
6134 },
6135 "type": "library",
6136 "extra": {
6137 "branch-alias": {
6138 "dev-master": "1.0-dev"
6139 }
6140 },
6141 "autoload": {
6142 "psr-4": {
6143 "Http\\Message\\": "src/"
6144 }
6145 },
6146 "notification-url": "https://packagist.org/downloads/",
6147 "license": [
6148 "MIT"
6149 ],
6150 "authors": [
6151 {
6152 "name": "Márk Sági-Kazár",
6153 "email": "mark.sagikazar@gmail.com"
6154 }
6155 ],
6156 "description": "Factory interfaces for PSR-7 HTTP Message",
6157 "homepage": "http://php-http.org",
6158 "keywords": [
6159 "factory",
6160 "http",
6161 "message",
6162 "stream",
6163 "uri"
6164 ],
6165 "time": "2015-12-19T14:08:53+00:00"
6166 },
6167 {
6168 "name": "php-http/promise",
6169 "version": "v1.0.0",
6170 "source": {
6171 "type": "git",
6172 "url": "https://github.com/php-http/promise.git",
6173 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6174 },
6175 "dist": {
6176 "type": "zip",
6177 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6178 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6179 "shasum": ""
6180 },
6181 "require-dev": {
6182 "henrikbjorn/phpspec-code-coverage": "^1.0",
6183 "phpspec/phpspec": "^2.4"
6184 },
6185 "type": "library",
6186 "extra": {
6187 "branch-alias": {
6188 "dev-master": "1.1-dev"
6189 }
6190 },
6191 "autoload": {
6192 "psr-4": {
6193 "Http\\Promise\\": "src/"
6194 }
6195 },
6196 "notification-url": "https://packagist.org/downloads/",
6197 "license": [
6198 "MIT"
6199 ],
6200 "authors": [
6201 {
6202 "name": "Márk Sági-Kazár",
6203 "email": "mark.sagikazar@gmail.com"
6204 },
6205 {
6206 "name": "Joel Wurtz",
6207 "email": "joel.wurtz@gmail.com"
6208 }
6209 ],
6210 "description": "Promise used for asynchronous HTTP requests",
6211 "homepage": "http://httplug.io",
6212 "keywords": [
6213 "promise"
6214 ],
6215 "time": "2016-01-26T13:27:02+00:00"
6216 },
6217 {
6218 "name": "php-http/stopwatch-plugin",
0f387577 6219 "version": "1.3.0",
6546aca4
JB
6220 "source": {
6221 "type": "git",
6222 "url": "https://github.com/php-http/stopwatch-plugin.git",
0f387577 6223 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6546aca4
JB
6224 },
6225 "dist": {
6226 "type": "zip",
0f387577
JB
6227 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6228 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6546aca4
JB
6229 "shasum": ""
6230 },
6231 "require": {
0f387577 6232 "php": "^7.1",
6546aca4 6233 "php-http/client-common": "^1.9 || ^2.0",
0f387577 6234 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6546aca4
JB
6235 },
6236 "require-dev": {
6237 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6238 },
6239 "type": "library",
6240 "extra": {
6241 "branch-alias": {
0f387577 6242 "dev-master": "1.3-dev"
6546aca4
JB
6243 }
6244 },
6245 "autoload": {
6246 "psr-4": {
6247 "Http\\Client\\Common\\Plugin\\": "src/"
6248 }
6249 },
6250 "notification-url": "https://packagist.org/downloads/",
6251 "license": [
6252 "MIT"
6253 ],
6254 "authors": [
6255 {
6256 "name": "Márk Sági-Kazár",
6257 "email": "mark.sagikazar@gmail.com"
6258 }
6259 ],
6260 "description": "Symfony Stopwatch plugin for HTTPlug",
6261 "homepage": "http://httplug.io",
6262 "keywords": [
6263 "http",
6264 "httplug",
6265 "plugin",
6266 "stopwatch"
6267 ],
0f387577 6268 "time": "2019-11-18T08:10:48+00:00"
6546aca4
JB
6269 },
6270 {
6271 "name": "phpcollection/phpcollection",
6272 "version": "0.5.0",
6273 "source": {
6274 "type": "git",
6275 "url": "https://github.com/schmittjoh/php-collection.git",
6276 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6277 },
6278 "dist": {
6279 "type": "zip",
6280 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6281 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6282 "shasum": ""
6283 },
6284 "require": {
6285 "phpoption/phpoption": "1.*"
6286 },
6287 "type": "library",
6288 "extra": {
6289 "branch-alias": {
6290 "dev-master": "0.4-dev"
6291 }
6292 },
6293 "autoload": {
6294 "psr-0": {
6295 "PhpCollection": "src/"
6296 }
6297 },
6298 "notification-url": "https://packagist.org/downloads/",
6299 "license": [
6300 "Apache2"
6301 ],
6302 "authors": [
6303 {
6304 "name": "Johannes M. Schmitt",
6305 "email": "schmittjoh@gmail.com"
6306 }
6307 ],
6308 "description": "General-Purpose Collection Library for PHP",
6309 "keywords": [
6310 "collection",
6311 "list",
6312 "map",
6313 "sequence",
6314 "set"
6315 ],
6316 "time": "2015-05-17T12:39:23+00:00"
6317 },
6318 {
6319 "name": "phpoption/phpoption",
6ba1d734 6320 "version": "1.7.2",
6546aca4
JB
6321 "source": {
6322 "type": "git",
6323 "url": "https://github.com/schmittjoh/php-option.git",
6ba1d734 6324 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6546aca4
JB
6325 },
6326 "dist": {
6327 "type": "zip",
6ba1d734
JB
6328 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6329 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6546aca4
JB
6330 "shasum": ""
6331 },
6332 "require": {
6ba1d734 6333 "php": "^5.5.9 || ^7.0"
6546aca4
JB
6334 },
6335 "require-dev": {
6ba1d734
JB
6336 "bamarni/composer-bin-plugin": "^1.3",
6337 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6546aca4
JB
6338 },
6339 "type": "library",
6340 "extra": {
6341 "branch-alias": {
6ba1d734 6342 "dev-master": "1.7-dev"
6546aca4
JB
6343 }
6344 },
6345 "autoload": {
6ba1d734
JB
6346 "psr-4": {
6347 "PhpOption\\": "src/PhpOption/"
6546aca4
JB
6348 }
6349 },
6350 "notification-url": "https://packagist.org/downloads/",
6351 "license": [
8d4ed0df 6352 "Apache-2.0"
6546aca4
JB
6353 ],
6354 "authors": [
6355 {
6356 "name": "Johannes M. Schmitt",
6357 "email": "schmittjoh@gmail.com"
6ba1d734
JB
6358 },
6359 {
6360 "name": "Graham Campbell",
6361 "email": "graham@alt-three.com"
6546aca4
JB
6362 }
6363 ],
6364 "description": "Option Type for PHP",
6365 "keywords": [
6366 "language",
6367 "option",
6368 "php",
6369 "type"
6370 ],
6ba1d734 6371 "time": "2019-12-15T19:35:24+00:00"
6546aca4 6372 },
d3847ac1
JB
6373 {
6374 "name": "phpseclib/phpseclib",
6375 "version": "2.0.23",
6376 "source": {
6377 "type": "git",
6378 "url": "https://github.com/phpseclib/phpseclib.git",
6379 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6380 },
6381 "dist": {
6382 "type": "zip",
6383 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6384 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6385 "shasum": ""
6386 },
6387 "require": {
6388 "php": ">=5.3.3"
6389 },
6390 "require-dev": {
6391 "phing/phing": "~2.7",
6392 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6393 "sami/sami": "~2.0",
6394 "squizlabs/php_codesniffer": "~2.0"
6395 },
6396 "suggest": {
6397 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6398 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6399 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6400 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6401 },
6402 "type": "library",
6403 "autoload": {
6404 "files": [
6405 "phpseclib/bootstrap.php"
6406 ],
6407 "psr-4": {
6408 "phpseclib\\": "phpseclib/"
6409 }
6410 },
6411 "notification-url": "https://packagist.org/downloads/",
6412 "license": [
6413 "MIT"
6414 ],
6415 "authors": [
6416 {
6417 "name": "Jim Wigginton",
6418 "email": "terrafrost@php.net",
6419 "role": "Lead Developer"
6420 },
6421 {
6422 "name": "Patrick Monnerat",
6423 "email": "pm@datasphere.ch",
6424 "role": "Developer"
6425 },
6426 {
6427 "name": "Andreas Fischer",
6428 "email": "bantu@phpbb.com",
6429 "role": "Developer"
6430 },
6431 {
6432 "name": "Hans-Jürgen Petrich",
6433 "email": "petrich@tronic-media.com",
6434 "role": "Developer"
6435 },
6436 {
6437 "name": "Graham Campbell",
6438 "email": "graham@alt-three.com",
6439 "role": "Developer"
6440 }
6441 ],
6442 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6443 "homepage": "http://phpseclib.sourceforge.net",
6444 "keywords": [
6445 "BigInteger",
6446 "aes",
6447 "asn.1",
6448 "asn1",
6449 "blowfish",
6450 "crypto",
6451 "cryptography",
6452 "encryption",
6453 "rsa",
6454 "security",
6455 "sftp",
6456 "signature",
6457 "signing",
6458 "ssh",
6459 "twofish",
6460 "x.509",
6461 "x509"
6462 ],
6463 "time": "2019-09-17T03:41:22+00:00"
6464 },
6546aca4
JB
6465 {
6466 "name": "phpzip/phpzip",
6467 "version": "2.0.8",
6468 "source": {
6469 "type": "git",
6470 "url": "https://github.com/Grandt/PHPZip.git",
6471 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6472 },
6473 "dist": {
6474 "type": "zip",
6475 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6476 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6477 "shasum": ""
6478 },
6479 "require": {
6480 "grandt/binstring": ">=1.0.0",
6481 "grandt/phpzipmerge": ">=1.0.4",
6482 "grandt/relativepath": ">=1.0.2",
6483 "php": ">=5.3.0"
6484 },
6485 "type": "library",
6486 "autoload": {
6487 "psr-4": {
6488 "PHPZip\\Zip\\": "src/Zip"
6489 }
6490 },
6491 "notification-url": "https://packagist.org/downloads/",
6492 "license": [
6493 "LGPL-2.1"
6494 ],
6495 "authors": [
6496 {
6497 "name": "Adam Schmalhofer",
1a758230 6498 "email": "Adam.Schmalhofer@gmx.de",
6499 "role": "Developer"
6546aca4
JB
6500 },
6501 {
6502 "name": "A. Grandt",
6503 "email": "php@grandt.com",
1a758230 6504 "homepage": "http://grandt.com",
6505 "role": "Developer"
6546aca4
JB
6506 },
6507 {
6508 "name": "Greg Kappatos",
1a758230 6509 "homepage": "http://websiteconnect.com.au",
6510 "role": "Developer"
6546aca4
JB
6511 }
6512 ],
6513 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6514 "homepage": "https://github.com/Grandt/PHPZip",
6515 "keywords": [
6516 "archive",
6517 "compressed",
6518 "compression",
6519 "phpzip",
6520 "pkzip",
6521 "stream",
6522 "zip"
6523 ],
6524 "time": "2015-11-16T16:30:51+00:00"
6525 },
6526 {
6527 "name": "pragmarx/random",
6528 "version": "v0.2.2",
6529 "source": {
6530 "type": "git",
6531 "url": "https://github.com/antonioribeiro/random.git",
6532 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6533 },
6534 "dist": {
6535 "type": "zip",
6536 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6537 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6538 "shasum": ""
6539 },
6540 "require": {
6541 "php": ">=7.0"
6542 },
6543 "require-dev": {
6544 "fzaninotto/faker": "~1.7",
6545 "phpunit/phpunit": "~6.4",
6546 "pragmarx/trivia": "~0.1",
6547 "squizlabs/php_codesniffer": "^2.3"
6548 },
6549 "suggest": {
6550 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6551 "pragmarx/trivia": "For the trivia database"
6552 },
6553 "type": "library",
6554 "extra": {
6555 "branch-alias": {
6556 "dev-master": "1.0-dev"
6557 }
6558 },
6559 "autoload": {
6560 "psr-4": {
6561 "PragmaRX\\Random\\": "src"
6562 }
6563 },
6564 "notification-url": "https://packagist.org/downloads/",
6565 "license": [
6566 "MIT"
6567 ],
6568 "authors": [
6569 {
6570 "name": "Antonio Carlos Ribeiro",
6571 "email": "acr@antoniocarlosribeiro.com",
092b0423
JB
6572 "homepage": "https://antoniocarlosribeiro.com",
6573 "role": "Developer"
6546aca4
JB
6574 }
6575 ],
6576 "description": "Create random chars, numbers, strings",
6577 "homepage": "https://github.com/antonioribeiro/random",
6578 "keywords": [
6579 "Randomize",
6580 "faker",
6581 "pragmarx",
6582 "random",
6583 "random number",
6584 "random pattern",
6585 "random string"
6586 ],
6587 "time": "2017-11-21T05:26:22+00:00"
6588 },
6589 {
6590 "name": "pragmarx/recovery",
6591 "version": "v0.1.0",
6592 "source": {
6593 "type": "git",
6594 "url": "https://github.com/antonioribeiro/recovery.git",
6595 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6596 },
6597 "dist": {
6598 "type": "zip",
6599 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6600 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6601 "shasum": ""
6602 },
6603 "require": {
6604 "php": "~7.0",
6605 "pragmarx/random": "~0.1"
6606 },
6607 "require-dev": {
6608 "phpunit/phpunit": ">=5.4.3",
6609 "squizlabs/php_codesniffer": "^2.3",
6610 "tightenco/collect": "^5"
6611 },
6612 "suggest": {
6613 "tightenco/collect": "Allows to generate recovery codes as collections"
6614 },
6615 "type": "library",
6616 "extra": {
6617 "branch-alias": {
6618 "dev-master": "1.0-dev"
6619 }
6620 },
6621 "autoload": {
6622 "psr-4": {
6623 "PragmaRX\\Recovery\\": "src"
6624 }
6625 },
6626 "notification-url": "https://packagist.org/downloads/",
6627 "license": [
6628 "MIT"
6629 ],
6630 "authors": [
6631 {
6632 "name": "Antonio Carlos Ribeiro",
6633 "email": "acr@antoniocarlosribeiro.com",
092b0423
JB
6634 "homepage": "https://antoniocarlosribeiro.com",
6635 "role": "Developer"
6546aca4
JB
6636 }
6637 ],
6638 "description": "Create recovery codes for two factor auth",
6639 "homepage": "https://github.com/antonioribeiro/recovery",
6640 "keywords": [
6641 "2fa",
6642 "account recovery",
6643 "auth",
6644 "backup codes",
6645 "google2fa",
6646 "pragmarx",
6647 "recovery",
6648 "recovery codes",
6649 "two factor auth"
6650 ],
6651 "time": "2017-09-19T16:58:00+00:00"
6652 },
6653 {
6654 "name": "predis/predis",
6655 "version": "v1.1.x-dev",
6656 "source": {
6657 "type": "git",
6658 "url": "https://github.com/nrk/predis.git",
6659 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6660 },
6661 "dist": {
6662 "type": "zip",
6663 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6664 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6665 "shasum": ""
6666 },
6667 "require": {
6668 "php": ">=5.3.9"
6669 },
6670 "require-dev": {
6671 "phpunit/phpunit": "~4.8"
6672 },
6673 "suggest": {
6674 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6675 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6676 },
6677 "type": "library",
6678 "autoload": {
6679 "psr-4": {
6680 "Predis\\": "src/"
6681 }
6682 },
6683 "notification-url": "https://packagist.org/downloads/",
6684 "license": [
6685 "MIT"
6686 ],
6687 "authors": [
6688 {
6689 "name": "Daniele Alessandri",
6690 "email": "suppakilla@gmail.com",
6691 "homepage": "http://clorophilla.net"
6692 }
6693 ],
6694 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6695 "homepage": "http://github.com/nrk/predis",
6696 "keywords": [
6697 "nosql",
6698 "predis",
6699 "redis"
6700 ],
6701 "time": "2017-07-12T14:39:17+00:00"
6702 },
6703 {
6704 "name": "psr/cache",
6705 "version": "1.0.1",
6706 "source": {
6707 "type": "git",
6708 "url": "https://github.com/php-fig/cache.git",
6709 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6710 },
6711 "dist": {
6712 "type": "zip",
6713 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6714 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6715 "shasum": ""
6716 },
6717 "require": {
6718 "php": ">=5.3.0"
6719 },
6720 "type": "library",
6721 "extra": {
6722 "branch-alias": {
6723 "dev-master": "1.0.x-dev"
6724 }
6725 },
6726 "autoload": {
6727 "psr-4": {
6728 "Psr\\Cache\\": "src/"
6729 }
6730 },
6731 "notification-url": "https://packagist.org/downloads/",
6732 "license": [
6733 "MIT"
6734 ],
6735 "authors": [
6736 {
6737 "name": "PHP-FIG",
6738 "homepage": "http://www.php-fig.org/"
6739 }
6740 ],
6741 "description": "Common interface for caching libraries",
6742 "keywords": [
6743 "cache",
6744 "psr",
6745 "psr-6"
6746 ],
6747 "time": "2016-08-06T20:24:11+00:00"
6748 },
6749 {
6750 "name": "psr/container",
6751 "version": "1.0.0",
6752 "source": {
6753 "type": "git",
6754 "url": "https://github.com/php-fig/container.git",
6755 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6756 },
6757 "dist": {
6758 "type": "zip",
6759 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6760 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6761 "shasum": ""
6762 },
6763 "require": {
6764 "php": ">=5.3.0"
6765 },
6766 "type": "library",
6767 "extra": {
6768 "branch-alias": {
6769 "dev-master": "1.0.x-dev"
6770 }
6771 },
6772 "autoload": {
6773 "psr-4": {
6774 "Psr\\Container\\": "src/"
6775 }
6776 },
6777 "notification-url": "https://packagist.org/downloads/",
6778 "license": [
6779 "MIT"
6780 ],
6781 "authors": [
6782 {
6783 "name": "PHP-FIG",
6784 "homepage": "http://www.php-fig.org/"
6785 }
6786 ],
6787 "description": "Common Container Interface (PHP FIG PSR-11)",
6788 "homepage": "https://github.com/php-fig/container",
6789 "keywords": [
6790 "PSR-11",
6791 "container",
6792 "container-interface",
6793 "container-interop",
6794 "psr"
6795 ],
6796 "time": "2017-02-14T16:28:37+00:00"
6797 },
6798 {
6799 "name": "psr/http-client",
6800 "version": "1.0.0",
6801 "source": {
6802 "type": "git",
6803 "url": "https://github.com/php-fig/http-client.git",
6804 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6805 },
6806 "dist": {
6807 "type": "zip",
6808 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6809 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6810 "shasum": ""
6811 },
6812 "require": {
6813 "php": "^7.0",
6814 "psr/http-message": "^1.0"
6815 },
6816 "type": "library",
6817 "extra": {
6818 "branch-alias": {
6819 "dev-master": "1.0.x-dev"
6820 }
6821 },
6822 "autoload": {
6823 "psr-4": {
6824 "Psr\\Http\\Client\\": "src/"
6825 }
6826 },
6827 "notification-url": "https://packagist.org/downloads/",
6828 "license": [
6829 "MIT"
6830 ],
6831 "authors": [
6832 {
6833 "name": "PHP-FIG",
6834 "homepage": "http://www.php-fig.org/"
6835 }
6836 ],
6837 "description": "Common interface for HTTP clients",
6838 "homepage": "https://github.com/php-fig/http-client",
6839 "keywords": [
6840 "http",
6841 "http-client",
6842 "psr",
6843 "psr-18"
6844 ],
6845 "time": "2018-10-30T23:29:13+00:00"
6846 },
955a3bde
JB
6847 {
6848 "name": "psr/http-factory",
6849 "version": "1.0.1",
6850 "source": {
6851 "type": "git",
6852 "url": "https://github.com/php-fig/http-factory.git",
6853 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6854 },
6855 "dist": {
6856 "type": "zip",
6857 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6858 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6859 "shasum": ""
6860 },
6861 "require": {
6862 "php": ">=7.0.0",
6863 "psr/http-message": "^1.0"
6864 },
6865 "type": "library",
6866 "extra": {
6867 "branch-alias": {
6868 "dev-master": "1.0.x-dev"
6869 }
6870 },
6871 "autoload": {
6872 "psr-4": {
6873 "Psr\\Http\\Message\\": "src/"
6874 }
6875 },
6876 "notification-url": "https://packagist.org/downloads/",
6877 "license": [
6878 "MIT"
6879 ],
6880 "authors": [
6881 {
6882 "name": "PHP-FIG",
6883 "homepage": "http://www.php-fig.org/"
6884 }
6885 ],
6886 "description": "Common interfaces for PSR-7 HTTP message factories",
6887 "keywords": [
6888 "factory",
6889 "http",
6890 "message",
6891 "psr",
6892 "psr-17",
6893 "psr-7",
6894 "request",
6895 "response"
6896 ],
6897 "time": "2019-04-30T12:38:16+00:00"
6898 },
6546aca4
JB
6899 {
6900 "name": "psr/http-message",
6901 "version": "1.0.1",
6902 "source": {
6903 "type": "git",
6904 "url": "https://github.com/php-fig/http-message.git",
6905 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6906 },
6907 "dist": {
6908 "type": "zip",
6909 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6910 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6911 "shasum": ""
6912 },
6913 "require": {
6914 "php": ">=5.3.0"
6915 },
6916 "type": "library",
6917 "extra": {
6918 "branch-alias": {
6919 "dev-master": "1.0.x-dev"
6920 }
6921 },
6922 "autoload": {
6923 "psr-4": {
6924 "Psr\\Http\\Message\\": "src/"
6925 }
6926 },
6927 "notification-url": "https://packagist.org/downloads/",
6928 "license": [
6929 "MIT"
6930 ],
6931 "authors": [
6932 {
6933 "name": "PHP-FIG",
6934 "homepage": "http://www.php-fig.org/"
6935 }
6936 ],
6937 "description": "Common interface for HTTP messages",
6938 "homepage": "https://github.com/php-fig/http-message",
6939 "keywords": [
6940 "http",
6941 "http-message",
6942 "psr",
6943 "psr-7",
6944 "request",
6945 "response"
6946 ],
6947 "time": "2016-08-06T14:39:51+00:00"
6948 },
6949 {
6950 "name": "psr/link",
6951 "version": "1.0.0",
6952 "source": {
6953 "type": "git",
6954 "url": "https://github.com/php-fig/link.git",
6955 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
6956 },
6957 "dist": {
6958 "type": "zip",
6959 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
6960 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
6961 "shasum": ""
6962 },
6963 "require": {
6964 "php": ">=5.3.0"
6965 },
6966 "type": "library",
6967 "extra": {
6968 "branch-alias": {
6969 "dev-master": "1.0.x-dev"
6970 }
6971 },
6972 "autoload": {
6973 "psr-4": {
6974 "Psr\\Link\\": "src/"
6975 }
6976 },
6977 "notification-url": "https://packagist.org/downloads/",
6978 "license": [
6979 "MIT"
6980 ],
6981 "authors": [
6982 {
6983 "name": "PHP-FIG",
6984 "homepage": "http://www.php-fig.org/"
6985 }
6986 ],
6987 "description": "Common interfaces for HTTP links",
6988 "keywords": [
6989 "http",
6990 "http-link",
6991 "link",
6992 "psr",
6993 "psr-13",
6994 "rest"
6995 ],
6996 "time": "2016-10-28T16:06:13+00:00"
6997 },
6998 {
6999 "name": "psr/log",
ff627220 7000 "version": "1.1.3",
6546aca4
JB
7001 "source": {
7002 "type": "git",
7003 "url": "https://github.com/php-fig/log.git",
ff627220 7004 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
6546aca4
JB
7005 },
7006 "dist": {
7007 "type": "zip",
ff627220 7008 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
7009 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
6546aca4
JB
7010 "shasum": ""
7011 },
7012 "require": {
7013 "php": ">=5.3.0"
7014 },
7015 "type": "library",
7016 "extra": {
7017 "branch-alias": {
ddd3700c 7018 "dev-master": "1.1.x-dev"
6546aca4
JB
7019 }
7020 },
7021 "autoload": {
7022 "psr-4": {
7023 "Psr\\Log\\": "Psr/Log/"
7024 }
7025 },
7026 "notification-url": "https://packagist.org/downloads/",
7027 "license": [
7028 "MIT"
7029 ],
7030 "authors": [
7031 {
7032 "name": "PHP-FIG",
7033 "homepage": "http://www.php-fig.org/"
7034 }
7035 ],
7036 "description": "Common interface for logging libraries",
7037 "homepage": "https://github.com/php-fig/log",
7038 "keywords": [
7039 "log",
7040 "psr",
7041 "psr-3"
7042 ],
ff627220 7043 "time": "2020-03-23T09:12:05+00:00"
6546aca4
JB
7044 },
7045 {
7046 "name": "psr/simple-cache",
7047 "version": "1.0.1",
7048 "source": {
7049 "type": "git",
7050 "url": "https://github.com/php-fig/simple-cache.git",
7051 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7052 },
7053 "dist": {
7054 "type": "zip",
7055 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7056 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7057 "shasum": ""
7058 },
7059 "require": {
7060 "php": ">=5.3.0"
7061 },
7062 "type": "library",
7063 "extra": {
7064 "branch-alias": {
7065 "dev-master": "1.0.x-dev"
7066 }
7067 },
7068 "autoload": {
7069 "psr-4": {
7070 "Psr\\SimpleCache\\": "src/"
7071 }
7072 },
7073 "notification-url": "https://packagist.org/downloads/",
7074 "license": [
7075 "MIT"
7076 ],
7077 "authors": [
7078 {
7079 "name": "PHP-FIG",
7080 "homepage": "http://www.php-fig.org/"
7081 }
7082 ],
7083 "description": "Common interfaces for simple caching",
7084 "keywords": [
7085 "cache",
7086 "caching",
7087 "psr",
7088 "psr-16",
7089 "simple-cache"
7090 ],
7091 "time": "2017-10-23T01:57:42+00:00"
7092 },
7093 {
7094 "name": "ralouphie/getallheaders",
154d0974 7095 "version": "3.0.3",
6546aca4
JB
7096 "source": {
7097 "type": "git",
7098 "url": "https://github.com/ralouphie/getallheaders.git",
154d0974 7099 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6546aca4
JB
7100 },
7101 "dist": {
7102 "type": "zip",
154d0974
JB
7103 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7104 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6546aca4
JB
7105 "shasum": ""
7106 },
7107 "require": {
154d0974 7108 "php": ">=5.6"
6546aca4
JB
7109 },
7110 "require-dev": {
154d0974
JB
7111 "php-coveralls/php-coveralls": "^2.1",
7112 "phpunit/phpunit": "^5 || ^6.5"
6546aca4
JB
7113 },
7114 "type": "library",
7115 "autoload": {
7116 "files": [
7117 "src/getallheaders.php"
7118 ]
7119 },
7120 "notification-url": "https://packagist.org/downloads/",
7121 "license": [
7122 "MIT"
7123 ],
7124 "authors": [
7125 {
7126 "name": "Ralph Khattar",
7127 "email": "ralph.khattar@gmail.com"
7128 }
7129 ],
7130 "description": "A polyfill for getallheaders.",
154d0974 7131 "time": "2019-03-08T08:55:37+00:00"
6546aca4 7132 },
955a3bde
JB
7133 {
7134 "name": "ramsey/uuid",
6ba1d734 7135 "version": "3.9.2",
955a3bde
JB
7136 "source": {
7137 "type": "git",
7138 "url": "https://github.com/ramsey/uuid.git",
6ba1d734 7139 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
955a3bde
JB
7140 },
7141 "dist": {
7142 "type": "zip",
6ba1d734
JB
7143 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7144 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
955a3bde
JB
7145 "shasum": ""
7146 },
7147 "require": {
6ba1d734
JB
7148 "ext-json": "*",
7149 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7150 "php": "^5.4 | ^7 | ^8",
955a3bde
JB
7151 "symfony/polyfill-ctype": "^1.8"
7152 },
7153 "replace": {
7154 "rhumsaa/uuid": "self.version"
7155 },
7156 "require-dev": {
6ba1d734
JB
7157 "codeception/aspect-mock": "^1 | ^2",
7158 "doctrine/annotations": "^1.2",
7159 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7160 "jakub-onderka/php-parallel-lint": "^1",
7161 "mockery/mockery": "^0.9.11 | ^1",
955a3bde 7162 "moontoast/math": "^1.1",
6ba1d734
JB
7163 "paragonie/random-lib": "^2",
7164 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7165 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7166 "squizlabs/php_codesniffer": "^3.5"
955a3bde
JB
7167 },
7168 "suggest": {
7169 "ext-ctype": "Provides support for PHP Ctype functions",
7170 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
6ba1d734 7171 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
955a3bde 7172 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
955a3bde 7173 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
6ba1d734 7174 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
955a3bde
JB
7175 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7176 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7177 },
7178 "type": "library",
7179 "extra": {
7180 "branch-alias": {
7181 "dev-master": "3.x-dev"
7182 }
7183 },
7184 "autoload": {
7185 "psr-4": {
7186 "Ramsey\\Uuid\\": "src/"
6ba1d734
JB
7187 },
7188 "files": [
7189 "src/functions.php"
7190 ]
955a3bde
JB
7191 },
7192 "notification-url": "https://packagist.org/downloads/",
7193 "license": [
7194 "MIT"
7195 ],
7196 "authors": [
6ba1d734
JB
7197 {
7198 "name": "Ben Ramsey",
7199 "email": "ben@benramsey.com",
7200 "homepage": "https://benramsey.com"
7201 },
955a3bde
JB
7202 {
7203 "name": "Marijn Huizendveld",
7204 "email": "marijn.huizendveld@gmail.com"
7205 },
7206 {
7207 "name": "Thibaud Fabre",
7208 "email": "thibaud@aztech.io"
955a3bde
JB
7209 }
7210 ],
7211 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7212 "homepage": "https://github.com/ramsey/uuid",
7213 "keywords": [
7214 "guid",
7215 "identifier",
7216 "uuid"
7217 ],
6ba1d734 7218 "time": "2019-12-17T08:18:51+00:00"
955a3bde 7219 },
6546aca4
JB
7220 {
7221 "name": "react/promise",
7222 "version": "v2.7.1",
7223 "source": {
7224 "type": "git",
7225 "url": "https://github.com/reactphp/promise.git",
7226 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7227 },
7228 "dist": {
7229 "type": "zip",
7230 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7231 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7232 "shasum": ""
7233 },
7234 "require": {
7235 "php": ">=5.4.0"
7236 },
7237 "require-dev": {
7238 "phpunit/phpunit": "~4.8"
7239 },
7240 "type": "library",
7241 "autoload": {
7242 "psr-4": {
7243 "React\\Promise\\": "src/"
7244 },
7245 "files": [
7246 "src/functions_include.php"
7247 ]
7248 },
7249 "notification-url": "https://packagist.org/downloads/",
7250 "license": [
7251 "MIT"
7252 ],
7253 "authors": [
7254 {
7255 "name": "Jan Sorgalla",
7256 "email": "jsorgalla@gmail.com"
7257 }
7258 ],
7259 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7260 "keywords": [
7261 "promise",
7262 "promises"
7263 ],
7264 "time": "2019-01-07T21:25:54+00:00"
7265 },
7266 {
7267 "name": "scheb/two-factor-bundle",
de166a37 7268 "version": "v4.14.0",
6546aca4
JB
7269 "source": {
7270 "type": "git",
7271 "url": "https://github.com/scheb/two-factor-bundle.git",
de166a37 7272 "reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c"
6546aca4
JB
7273 },
7274 "dist": {
7275 "type": "zip",
de166a37 7276 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6393d304ee51a703711e5f5cc3e76f04ce4e238c",
7277 "reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c",
6546aca4
JB
7278 "shasum": ""
7279 },
7280 "require": {
7281 "lcobucci/jwt": "^3.2",
28378675 7282 "paragonie/constant_time_encoding": "^2.2",
6546aca4 7283 "php": "^7.1.3",
33aa6ef1 7284 "spomky-labs/otphp": "^9.1|^10.0",
8d84ed16 7285 "symfony/config": "^3.4|^4.0|^5.0",
7286 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7287 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7288 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7289 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7290 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7291 "symfony/property-access": "^3.4|^4.0|^5.0",
7292 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7293 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
6546aca4
JB
7294 },
7295 "require-dev": {
7296 "doctrine/lexer": "^1.0.1",
7297 "doctrine/orm": "^2.6",
8d4ed0df 7298 "escapestudios/symfony2-coding-standard": "^3.9",
6546aca4 7299 "phpunit/phpunit": "^7.0|^8.0",
8d4ed0df 7300 "squizlabs/php_codesniffer": "^3.5",
6546aca4 7301 "swiftmailer/swiftmailer": "^6.0",
8d84ed16 7302 "symfony/yaml": "^3.4|^4.0|^5.0"
6546aca4
JB
7303 },
7304 "type": "symfony-bundle",
7305 "autoload": {
7306 "psr-4": {
7307 "Scheb\\TwoFactorBundle\\": ""
8d4ed0df
JB
7308 },
7309 "exclude-from-classmap": [
7310 "/Tests/"
7311 ]
6546aca4
JB
7312 },
7313 "notification-url": "https://packagist.org/downloads/",
7314 "license": [
7315 "MIT"
7316 ],
7317 "authors": [
7318 {
7319 "name": "Christian Scheb",
7320 "email": "me@christianscheb.de"
7321 }
7322 ],
7323 "description": "Provides two-factor authentication for Symfony applications",
7324 "homepage": "https://github.com/scheb/two-factor-bundle",
7325 "keywords": [
7326 "Authentication",
7327 "security",
7328 "symfony",
7329 "two-factor",
7330 "two-step"
7331 ],
de166a37 7332 "time": "2020-02-15T13:01:16+00:00"
6546aca4
JB
7333 },
7334 {
7335 "name": "sensio/distribution-bundle",
e06303d8 7336 "version": "v5.0.25",
6546aca4
JB
7337 "source": {
7338 "type": "git",
7339 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
e06303d8 7340 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
6546aca4
JB
7341 },
7342 "dist": {
7343 "type": "zip",
e06303d8 7344 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7345 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
6546aca4
JB
7346 "shasum": ""
7347 },
7348 "require": {
7349 "php": ">=5.3.9",
e06303d8 7350 "sensiolabs/security-checker": "~5.0|~6.0",
6546aca4
JB
7351 "symfony/class-loader": "~2.3|~3.0",
7352 "symfony/config": "~2.3|~3.0",
7353 "symfony/dependency-injection": "~2.3|~3.0",
7354 "symfony/filesystem": "~2.3|~3.0",
7355 "symfony/http-kernel": "~2.3|~3.0",
7356 "symfony/process": "~2.3|~3.0"
7357 },
7358 "type": "symfony-bundle",
7359 "extra": {
7360 "branch-alias": {
7361 "dev-master": "5.0.x-dev"
7362 }
7363 },
7364 "autoload": {
7365 "psr-4": {
7366 "Sensio\\Bundle\\DistributionBundle\\": ""
7367 }
7368 },
7369 "notification-url": "https://packagist.org/downloads/",
7370 "license": [
7371 "MIT"
7372 ],
7373 "authors": [
7374 {
7375 "name": "Fabien Potencier",
7376 "email": "fabien@symfony.com"
7377 }
7378 ],
7379 "description": "Base bundle for Symfony Distributions",
7380 "keywords": [
7381 "configuration",
7382 "distribution"
7383 ],
e06303d8 7384 "time": "2019-06-18T15:43:58+00:00"
6546aca4
JB
7385 },
7386 {
7387 "name": "sensio/framework-extra-bundle",
d0cf488d 7388 "version": "v5.4.1",
6546aca4
JB
7389 "source": {
7390 "type": "git",
7391 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
d0cf488d 7392 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
6546aca4
JB
7393 },
7394 "dist": {
7395 "type": "zip",
d0cf488d
JB
7396 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7397 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
6546aca4
JB
7398 "shasum": ""
7399 },
7400 "require": {
7401 "doctrine/annotations": "^1.0",
7402 "doctrine/persistence": "^1.0",
7403 "php": ">=7.1.3",
2c8dcab7 7404 "symfony/config": "^3.4|^4.3",
7405 "symfony/dependency-injection": "^3.4|^4.3",
7406 "symfony/framework-bundle": "^3.4|^4.3",
7407 "symfony/http-kernel": "^3.4|^4.3"
6546aca4
JB
7408 },
7409 "require-dev": {
7410 "doctrine/doctrine-bundle": "^1.6",
7411 "doctrine/orm": "^2.5",
7412 "nyholm/psr7": "^1.1",
2c8dcab7 7413 "symfony/browser-kit": "^3.4|^4.3",
7414 "symfony/dom-crawler": "^3.4|^4.3",
7415 "symfony/expression-language": "^3.4|^4.3",
7416 "symfony/finder": "^3.4|^4.3",
6546aca4
JB
7417 "symfony/monolog-bridge": "^3.0|^4.0",
7418 "symfony/monolog-bundle": "^3.2",
7419 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7420 "symfony/psr-http-message-bridge": "^1.1",
2c8dcab7 7421 "symfony/security-bundle": "^3.4|^4.3",
7422 "symfony/twig-bundle": "^3.4|^4.3",
7423 "symfony/yaml": "^3.4|^4.3",
6546aca4
JB
7424 "twig/twig": "~1.12|~2.0"
7425 },
7426 "suggest": {
7427 "symfony/expression-language": "",
7428 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7429 "symfony/security-bundle": ""
7430 },
7431 "type": "symfony-bundle",
7432 "extra": {
7433 "branch-alias": {
2c8dcab7 7434 "dev-master": "5.4.x-dev"
6546aca4
JB
7435 }
7436 },
7437 "autoload": {
7438 "psr-4": {
7439 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7440 }
7441 },
7442 "notification-url": "https://packagist.org/downloads/",
7443 "license": [
7444 "MIT"
7445 ],
7446 "authors": [
7447 {
7448 "name": "Fabien Potencier",
7449 "email": "fabien@symfony.com"
7450 }
7451 ],
7452 "description": "This bundle provides a way to configure your controllers with annotations",
7453 "keywords": [
7454 "annotations",
7455 "controllers"
7456 ],
d0cf488d 7457 "time": "2019-07-08T08:31:25+00:00"
6546aca4
JB
7458 },
7459 {
7460 "name": "sensiolabs/security-checker",
8d4ed0df 7461 "version": "v6.0.3",
6546aca4
JB
7462 "source": {
7463 "type": "git",
7464 "url": "https://github.com/sensiolabs/security-checker.git",
8d4ed0df 7465 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
6546aca4
JB
7466 },
7467 "dist": {
7468 "type": "zip",
8d4ed0df
JB
7469 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7470 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
6546aca4
JB
7471 "shasum": ""
7472 },
7473 "require": {
e06303d8 7474 "php": ">=7.1.3",
8d4ed0df
JB
7475 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7476 "symfony/http-client": "^4.3|^5.0",
7477 "symfony/mime": "^4.3|^5.0",
e06303d8 7478 "symfony/polyfill-ctype": "^1.11"
6546aca4
JB
7479 },
7480 "bin": [
7481 "security-checker"
7482 ],
7483 "type": "library",
7484 "extra": {
7485 "branch-alias": {
e06303d8 7486 "dev-master": "6.0-dev"
6546aca4
JB
7487 }
7488 },
7489 "autoload": {
7490 "psr-4": {
7491 "SensioLabs\\Security\\": "SensioLabs/Security"
7492 }
7493 },
7494 "notification-url": "https://packagist.org/downloads/",
7495 "license": [
7496 "MIT"
7497 ],
7498 "authors": [
7499 {
7500 "name": "Fabien Potencier",
7501 "email": "fabien.potencier@gmail.com"
7502 }
7503 ],
7504 "description": "A security checker for your composer.lock",
8d4ed0df 7505 "time": "2019-11-01T13:20:14+00:00"
6546aca4 7506 },
955a3bde
JB
7507 {
7508 "name": "sentry/sdk",
eb0fa190 7509 "version": "2.0.4",
955a3bde
JB
7510 "source": {
7511 "type": "git",
7512 "url": "https://github.com/getsentry/sentry-php-sdk.git",
eb0fa190 7513 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
955a3bde
JB
7514 },
7515 "dist": {
7516 "type": "zip",
eb0fa190 7517 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7518 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
955a3bde
JB
7519 "shasum": ""
7520 },
7521 "require": {
7522 "http-interop/http-factory-guzzle": "^1.0",
7523 "php-http/curl-client": "^1.0|^2.0",
eb0fa190 7524 "sentry/sentry": "^2.1.3"
955a3bde
JB
7525 },
7526 "type": "metapackage",
7527 "notification-url": "https://packagist.org/downloads/",
7528 "license": [
7529 "MIT"
7530 ],
7531 "authors": [
7532 {
7533 "name": "Sentry",
7534 "email": "accounts@sentry.io"
7535 }
7536 ],
7537 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
eb0fa190 7538 "time": "2019-09-09T19:54:44+00:00"
955a3bde
JB
7539 },
7540 {
7541 "name": "sentry/sentry",
8a74cb83 7542 "version": "2.2.6",
955a3bde
JB
7543 "source": {
7544 "type": "git",
7545 "url": "https://github.com/getsentry/sentry-php.git",
8a74cb83 7546 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563"
955a3bde
JB
7547 },
7548 "dist": {
7549 "type": "zip",
8a74cb83 7550 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7551 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563",
955a3bde
JB
7552 "shasum": ""
7553 },
7554 "require": {
7555 "ext-json": "*",
7556 "ext-mbstring": "*",
eb0fa190 7557 "guzzlehttp/promises": "^1.3",
955a3bde
JB
7558 "jean85/pretty-package-versions": "^1.2",
7559 "php": "^7.1",
7560 "php-http/async-client-implementation": "^1.0",
7561 "php-http/client-common": "^1.5|^2.0",
7562 "php-http/discovery": "^1.6.1",
7563 "php-http/httplug": "^1.1|^2.0",
7564 "php-http/message": "^1.5",
7565 "psr/http-message-implementation": "^1.0",
7566 "ramsey/uuid": "^3.3",
6ba1d734
JB
7567 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7568 "zendframework/zend-diactoros": "^1.7.1|^2.0"
955a3bde
JB
7569 },
7570 "conflict": {
7571 "php-http/client-common": "1.8.0",
7572 "raven/raven": "*"
7573 },
7574 "require-dev": {
7575 "friendsofphp/php-cs-fixer": "^2.13",
7576 "monolog/monolog": "^1.3|^2.0",
7577 "php-http/mock-client": "^1.0",
eb0fa190 7578 "phpstan/extension-installer": "^1.0",
7579 "phpstan/phpstan": "^0.11",
7580 "phpstan/phpstan-phpunit": "^0.11",
8a74cb83 7581 "phpunit/phpunit": "^7.5.18",
6ba1d734 7582 "symfony/phpunit-bridge": "^4.3|^5.0",
eb0fa190 7583 "vimeo/psalm": "^3.4"
955a3bde 7584 },
8d4ed0df
JB
7585 "suggest": {
7586 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7587 },
955a3bde
JB
7588 "type": "library",
7589 "extra": {
7590 "branch-alias": {
eb0fa190 7591 "dev-develop": "2.2-dev"
955a3bde
JB
7592 }
7593 },
7594 "autoload": {
7595 "files": [
eb0fa190 7596 "src/functions.php"
955a3bde
JB
7597 ],
7598 "psr-4": {
7599 "Sentry\\": "src/"
7600 }
7601 },
7602 "notification-url": "https://packagist.org/downloads/",
7603 "license": [
7604 "BSD-3-Clause"
7605 ],
7606 "authors": [
7607 {
7608 "name": "Sentry",
7609 "email": "accounts@sentry.io"
7610 }
7611 ],
7612 "description": "A PHP SDK for Sentry (http://sentry.io)",
7613 "homepage": "http://sentry.io",
7614 "keywords": [
7615 "crash-reporting",
7616 "crash-reports",
7617 "error-handler",
7618 "error-monitoring",
7619 "log",
7620 "logging",
7621 "sentry"
7622 ],
8a74cb83 7623 "time": "2019-12-18T08:56:34+00:00"
955a3bde
JB
7624 },
7625 {
7626 "name": "sentry/sentry-symfony",
8a74cb83 7627 "version": "3.2.1",
955a3bde
JB
7628 "source": {
7629 "type": "git",
7630 "url": "https://github.com/getsentry/sentry-symfony.git",
8a74cb83 7631 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
955a3bde
JB
7632 },
7633 "dist": {
7634 "type": "zip",
8a74cb83 7635 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7636 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
955a3bde
JB
7637 "shasum": ""
7638 },
7639 "require": {
7640 "jean85/pretty-package-versions": "^1.0",
7641 "php": "^7.1",
7642 "sentry/sdk": "^2.0",
4ef4b64c 7643 "symfony/config": "^2.8||^3.0||^4.0",
7644 "symfony/console": "^2.8||^3.0||^4.0",
7645 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7646 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7647 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7648 "symfony/security-core": "^2.8||^3.0||^4.0"
955a3bde
JB
7649 },
7650 "require-dev": {
7651 "friendsofphp/php-cs-fixer": "^2.8",
7652 "jangregor/phpstan-prophecy": "^0.3.0",
eb0fa190 7653 "monolog/monolog": "^1.11||^2.0",
955a3bde
JB
7654 "php-http/mock-client": "^1.0",
7655 "phpstan/phpstan": "^0.11",
7656 "phpstan/phpstan-phpunit": "^0.11",
7657 "phpunit/phpunit": "^7.5",
7658 "scrutinizer/ocular": "^1.4",
4ef4b64c 7659 "symfony/expression-language": "^2.8||^3.0||^4.0"
955a3bde 7660 },
eb0fa190 7661 "suggest": {
7662 "monolog/monolog": "Required to use the Monolog handler"
7663 },
955a3bde
JB
7664 "type": "symfony-bundle",
7665 "extra": {
7666 "branch-alias": {
7667 "master": "3.x-dev",
8a74cb83 7668 "releases/3.2.x": "3.2.x-dev",
955a3bde
JB
7669 "releases/2.x": "2.x-dev",
7670 "releases/1.x": "1.x-dev"
7671 }
7672 },
7673 "autoload": {
7674 "psr-4": {
7675 "Sentry\\SentryBundle\\": "src/"
7676 }
7677 },
7678 "notification-url": "https://packagist.org/downloads/",
7679 "license": [
7680 "Apache-2.0"
7681 ],
7682 "authors": [
7683 {
7684 "name": "David Cramer",
7685 "email": "dcramer@gmail.com"
7686 },
7687 {
7688 "name": "Alessandro Lai",
7689 "email": "alessandro.lai85@gmail.com"
7690 }
7691 ],
7692 "description": "Symfony integration for Sentry (http://getsentry.com)",
7693 "homepage": "http://getsentry.com",
7694 "keywords": [
7695 "errors",
7696 "logging",
7697 "sentry",
7698 "symfony"
7699 ],
8a74cb83 7700 "time": "2019-11-29T21:24:37+00:00"
955a3bde 7701 },
6546aca4
JB
7702 {
7703 "name": "simplepie/simplepie",
0f387577 7704 "version": "1.5.4",
6546aca4
JB
7705 "source": {
7706 "type": "git",
7707 "url": "https://github.com/simplepie/simplepie.git",
0f387577 7708 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663"
6546aca4
JB
7709 },
7710 "dist": {
7711 "type": "zip",
0f387577
JB
7712 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7713 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663",
6546aca4
JB
7714 "shasum": ""
7715 },
7716 "require": {
7717 "ext-pcre": "*",
7718 "ext-xml": "*",
7719 "ext-xmlreader": "*",
7720 "php": ">=5.6.0"
7721 },
7722 "require-dev": {
7723 "phpunit/phpunit": "~5.4.3 || ~6.5"
7724 },
7725 "suggest": {
7726 "ext-curl": "",
7727 "ext-iconv": "",
7728 "ext-intl": "",
7729 "ext-mbstring": "",
7730 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7731 },
7732 "type": "library",
7733 "autoload": {
7734 "psr-0": {
7735 "SimplePie": "library"
7736 }
7737 },
7738 "notification-url": "https://packagist.org/downloads/",
7739 "license": [
7740 "BSD-3-Clause"
7741 ],
7742 "authors": [
7743 {
7744 "name": "Ryan Parman",
cc7b2b91 7745 "homepage": "http://ryanparman.com/",
7746 "role": "Creator, alumnus developer"
6546aca4
JB
7747 },
7748 {
7749 "name": "Geoffrey Sneddon",
cc7b2b91 7750 "homepage": "http://gsnedders.com/",
7751 "role": "Alumnus developer"
6546aca4
JB
7752 },
7753 {
7754 "name": "Ryan McCue",
7755 "email": "me@ryanmccue.info",
cc7b2b91 7756 "homepage": "http://ryanmccue.info/",
7757 "role": "Developer"
6546aca4
JB
7758 }
7759 ],
7760 "description": "A simple Atom/RSS parsing library for PHP",
7761 "homepage": "http://simplepie.org/",
7762 "keywords": [
7763 "atom",
7764 "feeds",
7765 "rss"
7766 ],
0f387577 7767 "time": "2019-11-23T07:05:15+00:00"
6546aca4
JB
7768 },
7769 {
7770 "name": "smalot/pdfparser",
692501f2 7771 "version": "v0.15.0",
6546aca4
JB
7772 "source": {
7773 "type": "git",
7774 "url": "https://github.com/smalot/pdfparser.git",
692501f2 7775 "reference": "a53df87a048b943ff7380765b300e2b002e61de4"
6546aca4
JB
7776 },
7777 "dist": {
7778 "type": "zip",
692501f2 7779 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/a53df87a048b943ff7380765b300e2b002e61de4",
7780 "reference": "a53df87a048b943ff7380765b300e2b002e61de4",
6546aca4
JB
7781 "shasum": ""
7782 },
7783 "require": {
7784 "ext-mbstring": "*",
7785 "ext-zlib": "*",
7786 "php": ">=5.3.0",
7787 "tecnickcom/tcpdf": "~6.0"
7788 },
7789 "require-dev": {
7790 "atoum/atoum": "^2.8 | ^3.0"
7791 },
7792 "type": "library",
7793 "autoload": {
7794 "psr-0": {
7795 "Smalot\\PdfParser\\": "src/"
7796 }
7797 },
7798 "notification-url": "https://packagist.org/downloads/",
7799 "license": [
7800 "LGPL-3.0"
7801 ],
7802 "authors": [
7803 {
692501f2 7804 "name": "Sebastien MALOT",
6546aca4
JB
7805 "email": "sebastien@malot.fr"
7806 }
7807 ],
7808 "description": "Pdf parser library. Can read and extract information from pdf file.",
7809 "homepage": "http://www.pdfparser.org",
7810 "keywords": [
7811 "extract",
7812 "parse",
7813 "parser",
7814 "pdf",
7815 "text"
7816 ],
692501f2 7817 "time": "2020-04-21T07:28:21+00:00"
6546aca4
JB
7818 },
7819 {
28378675 7820 "name": "spomky-labs/otphp",
7821 "version": "v9.1.4",
6546aca4
JB
7822 "source": {
7823 "type": "git",
28378675 7824 "url": "https://github.com/Spomky-Labs/otphp.git",
7825 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
6546aca4
JB
7826 },
7827 "dist": {
7828 "type": "zip",
28378675 7829 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7830 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
6546aca4
JB
7831 "shasum": ""
7832 },
7833 "require": {
28378675 7834 "beberlei/assert": "^2.4|^3.0",
7835 "paragonie/constant_time_encoding": "^2.0",
6546aca4
JB
7836 "php": "^7.1"
7837 },
7838 "require-dev": {
28378675 7839 "phpunit/phpunit": "^6.0",
7840 "satooshi/php-coveralls": "^1.0"
6546aca4
JB
7841 },
7842 "type": "library",
7843 "extra": {
7844 "branch-alias": {
28378675 7845 "dev-master": "9.0.x-dev"
6546aca4
JB
7846 }
7847 },
7848 "autoload": {
7849 "psr-4": {
28378675 7850 "OTPHP\\": "src/"
6546aca4
JB
7851 }
7852 },
7853 "notification-url": "https://packagist.org/downloads/",
7854 "license": [
7855 "MIT"
7856 ],
7857 "authors": [
7858 {
28378675 7859 "name": "Florent Morselli",
7860 "homepage": "https://github.com/Spomky"
6546aca4
JB
7861 },
7862 {
28378675 7863 "name": "All contributors",
7864 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
6546aca4
JB
7865 }
7866 ],
28378675 7867 "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
7868 "homepage": "https://github.com/Spomky-Labs/otphp",
6546aca4 7869 "keywords": [
28378675 7870 "FreeOTP",
7871 "RFC 4226",
7872 "RFC 6238",
7873 "google authenticator",
7874 "hotp",
7875 "otp",
7876 "totp"
6546aca4 7877 ],
28378675 7878 "time": "2019-03-18T10:08:51+00:00"
6546aca4
JB
7879 },
7880 {
7881 "name": "stof/doctrine-extensions-bundle",
7882 "version": "v1.3.0",
7883 "source": {
7884 "type": "git",
7885 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7886 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7887 },
7888 "dist": {
7889 "type": "zip",
7890 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7891 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7892 "shasum": ""
7893 },
7894 "require": {
7895 "gedmo/doctrine-extensions": "^2.3.4",
7896 "php": ">=5.3.2",
7897 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7898 },
7899 "require-dev": {
7900 "symfony/phpunit-bridge": "^4.0",
7901 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7902 },
7903 "suggest": {
7904 "doctrine/doctrine-bundle": "to use the ORM extensions",
7905 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7906 },
7907 "type": "symfony-bundle",
7908 "extra": {
7909 "branch-alias": {
7910 "dev-master": "1.3.x-dev"
7911 }
7912 },
7913 "autoload": {
7914 "psr-4": {
7915 "Stof\\DoctrineExtensionsBundle\\": ""
7916 }
7917 },
7918 "notification-url": "https://packagist.org/downloads/",
7919 "license": [
7920 "MIT"
7921 ],
7922 "authors": [
7923 {
7924 "name": "Christophe Coevoet",
7925 "email": "stof@notk.org"
7926 }
7927 ],
7928 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7929 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7930 "keywords": [
7931 "behaviors",
7932 "doctrine2",
7933 "extensions",
7934 "gedmo",
7935 "loggable",
7936 "nestedset",
7937 "sluggable",
7938 "sortable",
7939 "timestampable",
7940 "translatable",
7941 "tree"
7942 ],
7943 "time": "2017-12-24T16:06:50+00:00"
7944 },
7945 {
7946 "name": "swiftmailer/swiftmailer",
8d4ed0df 7947 "version": "v6.2.3",
6546aca4
JB
7948 "source": {
7949 "type": "git",
7950 "url": "https://github.com/swiftmailer/swiftmailer.git",
8d4ed0df 7951 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
6546aca4
JB
7952 },
7953 "dist": {
7954 "type": "zip",
8d4ed0df
JB
7955 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7956 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
6546aca4
JB
7957 "shasum": ""
7958 },
7959 "require": {
7960 "egulias/email-validator": "~2.0",
7961 "php": ">=7.0.0",
7962 "symfony/polyfill-iconv": "^1.0",
7963 "symfony/polyfill-intl-idn": "^1.10",
7964 "symfony/polyfill-mbstring": "^1.0"
7965 },
7966 "require-dev": {
7967 "mockery/mockery": "~0.9.1",
7968 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
7969 },
7970 "suggest": {
7971 "ext-intl": "Needed to support internationalized email addresses",
7972 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
7973 },
7974 "type": "library",
7975 "extra": {
7976 "branch-alias": {
7977 "dev-master": "6.2-dev"
7978 }
7979 },
7980 "autoload": {
7981 "files": [
7982 "lib/swift_required.php"
7983 ]
7984 },
7985 "notification-url": "https://packagist.org/downloads/",
7986 "license": [
7987 "MIT"
7988 ],
7989 "authors": [
7990 {
7991 "name": "Chris Corbyn"
7992 },
7993 {
7994 "name": "Fabien Potencier",
7995 "email": "fabien@symfony.com"
7996 }
7997 ],
7998 "description": "Swiftmailer, free feature-rich PHP mailer",
7999 "homepage": "https://swiftmailer.symfony.com",
8000 "keywords": [
8001 "email",
8002 "mail",
8003 "mailer"
8004 ],
8d4ed0df 8005 "time": "2019-11-12T09:31:26+00:00"
6546aca4 8006 },
e06303d8 8007 {
8008 "name": "symfony/http-client",
8a74cb83 8009 "version": "v4.4.2",
e06303d8 8010 "source": {
8011 "type": "git",
8012 "url": "https://github.com/symfony/http-client.git",
8a74cb83 8013 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f"
e06303d8 8014 },
8015 "dist": {
8016 "type": "zip",
8a74cb83 8017 "url": "https://api.github.com/repos/symfony/http-client/zipball/9ebfc77b5018a05226b38642def82746f3e2ce0f",
8018 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f",
e06303d8 8019 "shasum": ""
8020 },
8021 "require": {
8022 "php": "^7.1.3",
8023 "psr/log": "^1.0",
6ba1d734
JB
8024 "symfony/http-client-contracts": "^1.1.8|^2",
8025 "symfony/polyfill-php73": "^1.11",
8026 "symfony/service-contracts": "^1.0|^2"
e06303d8 8027 },
8028 "provide": {
6ba1d734
JB
8029 "php-http/async-client-implementation": "*",
8030 "php-http/client-implementation": "*",
e06303d8 8031 "psr/http-client-implementation": "1.0",
8032 "symfony/http-client-implementation": "1.1"
8033 },
8034 "require-dev": {
6ba1d734 8035 "guzzlehttp/promises": "^1.3.1",
e06303d8 8036 "nyholm/psr7": "^1.0",
6ba1d734 8037 "php-http/httplug": "^1.0|^2.0",
e06303d8 8038 "psr/http-client": "^1.0",
6ba1d734
JB
8039 "symfony/dependency-injection": "^4.3|^5.0",
8040 "symfony/http-kernel": "^4.4",
8041 "symfony/process": "^4.2|^5.0"
e06303d8 8042 },
8043 "type": "library",
8044 "extra": {
8045 "branch-alias": {
6ba1d734 8046 "dev-master": "4.4-dev"
e06303d8 8047 }
8048 },
8049 "autoload": {
8050 "psr-4": {
8051 "Symfony\\Component\\HttpClient\\": ""
8052 },
8053 "exclude-from-classmap": [
8054 "/Tests/"
8055 ]
8056 },
8057 "notification-url": "https://packagist.org/downloads/",
8058 "license": [
8059 "MIT"
8060 ],
8061 "authors": [
8062 {
8063 "name": "Nicolas Grekas",
8064 "email": "p@tchwork.com"
8065 },
8066 {
8067 "name": "Symfony Community",
8068 "homepage": "https://symfony.com/contributors"
8069 }
8070 ],
8071 "description": "Symfony HttpClient component",
8072 "homepage": "https://symfony.com",
8a74cb83 8073 "time": "2019-12-19T15:57:49+00:00"
e06303d8 8074 },
8075 {
8076 "name": "symfony/http-client-contracts",
8d4ed0df 8077 "version": "v1.1.8",
e06303d8 8078 "source": {
8079 "type": "git",
8080 "url": "https://github.com/symfony/http-client-contracts.git",
8d4ed0df 8081 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
e06303d8 8082 },
8083 "dist": {
8084 "type": "zip",
8d4ed0df
JB
8085 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8086 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
e06303d8 8087 "shasum": ""
8088 },
8089 "require": {
8090 "php": "^7.1.3"
8091 },
8092 "suggest": {
8093 "symfony/http-client-implementation": ""
8094 },
8095 "type": "library",
8096 "extra": {
8097 "branch-alias": {
8098 "dev-master": "1.1-dev"
8099 }
8100 },
8101 "autoload": {
8102 "psr-4": {
8103 "Symfony\\Contracts\\HttpClient\\": ""
8104 }
8105 },
8106 "notification-url": "https://packagist.org/downloads/",
8107 "license": [
8108 "MIT"
8109 ],
8110 "authors": [
8111 {
8112 "name": "Nicolas Grekas",
8113 "email": "p@tchwork.com"
8114 },
8115 {
8116 "name": "Symfony Community",
8117 "homepage": "https://symfony.com/contributors"
8118 }
8119 ],
8120 "description": "Generic abstractions related to HTTP clients",
8121 "homepage": "https://symfony.com",
8122 "keywords": [
8123 "abstractions",
8124 "contracts",
8125 "decoupling",
8126 "interfaces",
8127 "interoperability",
8128 "standards"
8129 ],
8d4ed0df 8130 "time": "2019-11-07T12:44:51+00:00"
e06303d8 8131 },
8132 {
8133 "name": "symfony/mime",
0f387577 8134 "version": "v4.4.2",
e06303d8 8135 "source": {
8136 "type": "git",
8137 "url": "https://github.com/symfony/mime.git",
6ba1d734 8138 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
e06303d8 8139 },
8140 "dist": {
8141 "type": "zip",
6ba1d734
JB
8142 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8143 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
e06303d8 8144 "shasum": ""
8145 },
8146 "require": {
8147 "php": "^7.1.3",
8148 "symfony/polyfill-intl-idn": "^1.10",
8149 "symfony/polyfill-mbstring": "^1.0"
8150 },
d3847ac1
JB
8151 "conflict": {
8152 "symfony/mailer": "<4.4"
8153 },
e06303d8 8154 "require-dev": {
3f2e602f 8155 "egulias/email-validator": "^2.1.10",
d3847ac1 8156 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
e06303d8 8157 },
8158 "type": "library",
8159 "extra": {
8160 "branch-alias": {
d3847ac1 8161 "dev-master": "4.4-dev"
e06303d8 8162 }
8163 },
8164 "autoload": {
8165 "psr-4": {
8166 "Symfony\\Component\\Mime\\": ""
8167 },
8168 "exclude-from-classmap": [
8169 "/Tests/"
8170 ]
8171 },
8172 "notification-url": "https://packagist.org/downloads/",
8173 "license": [
8174 "MIT"
8175 ],
8176 "authors": [
8177 {
8178 "name": "Fabien Potencier",
8179 "email": "fabien@symfony.com"
8180 },
8181 {
8182 "name": "Symfony Community",
8183 "homepage": "https://symfony.com/contributors"
8184 }
8185 ],
8186 "description": "A library to manipulate MIME messages",
8187 "homepage": "https://symfony.com",
8188 "keywords": [
8189 "mime",
8190 "mime-type"
8191 ],
6ba1d734 8192 "time": "2019-11-30T08:27:26+00:00"
e06303d8 8193 },
6546aca4
JB
8194 {
8195 "name": "symfony/monolog-bundle",
9baf99ad 8196 "version": "v3.5.0",
6546aca4
JB
8197 "source": {
8198 "type": "git",
8199 "url": "https://github.com/symfony/monolog-bundle.git",
9baf99ad 8200 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
6546aca4
JB
8201 },
8202 "dist": {
8203 "type": "zip",
9baf99ad 8204 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8205 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
6546aca4
JB
8206 "shasum": ""
8207 },
8208 "require": {
9baf99ad 8209 "monolog/monolog": "~1.22 || ~2.0",
6546aca4 8210 "php": ">=5.6",
9baf99ad 8211 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8212 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8213 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8214 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
6546aca4
JB
8215 },
8216 "require-dev": {
9baf99ad 8217 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8218 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8219 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
6546aca4
JB
8220 },
8221 "type": "symfony-bundle",
8222 "extra": {
8223 "branch-alias": {
8224 "dev-master": "3.x-dev"
8225 }
8226 },
8227 "autoload": {
8228 "psr-4": {
8229 "Symfony\\Bundle\\MonologBundle\\": ""
8230 },
8231 "exclude-from-classmap": [
8232 "/Tests/"
8233 ]
8234 },
8235 "notification-url": "https://packagist.org/downloads/",
8236 "license": [
8237 "MIT"
8238 ],
8239 "authors": [
6546aca4
JB
8240 {
8241 "name": "Fabien Potencier",
8242 "email": "fabien@symfony.com"
9baf99ad 8243 },
8244 {
8245 "name": "Symfony Community",
8246 "homepage": "http://symfony.com/contributors"
6546aca4
JB
8247 }
8248 ],
8249 "description": "Symfony MonologBundle",
8250 "homepage": "http://symfony.com",
8251 "keywords": [
8252 "log",
8253 "logging"
8254 ],
9baf99ad 8255 "time": "2019-11-13T13:11:14+00:00"
6546aca4
JB
8256 },
8257 {
8258 "name": "symfony/polyfill-apcu",
fdf90f84 8259 "version": "v1.15.0",
6546aca4
JB
8260 "source": {
8261 "type": "git",
8262 "url": "https://github.com/symfony/polyfill-apcu.git",
fdf90f84 8263 "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd"
6546aca4
JB
8264 },
8265 "dist": {
8266 "type": "zip",
fdf90f84 8267 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
8268 "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
6546aca4
JB
8269 "shasum": ""
8270 },
8271 "require": {
8272 "php": ">=5.3.3"
8273 },
8274 "type": "library",
8275 "extra": {
8276 "branch-alias": {
fdf90f84 8277 "dev-master": "1.15-dev"
6546aca4
JB
8278 }
8279 },
8280 "autoload": {
8281 "psr-4": {
8282 "Symfony\\Polyfill\\Apcu\\": ""
8283 },
8284 "files": [
8285 "bootstrap.php"
8286 ]
8287 },
8288 "notification-url": "https://packagist.org/downloads/",
8289 "license": [
8290 "MIT"
8291 ],
8292 "authors": [
8293 {
8294 "name": "Nicolas Grekas",
8295 "email": "p@tchwork.com"
8296 },
8297 {
8298 "name": "Symfony Community",
8299 "homepage": "https://symfony.com/contributors"
8300 }
8301 ],
8302 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8303 "homepage": "https://symfony.com",
8304 "keywords": [
8305 "apcu",
8306 "compatibility",
8307 "polyfill",
8308 "portable",
8309 "shim"
8310 ],
fdf90f84 8311 "time": "2020-02-27T09:26:54+00:00"
6546aca4
JB
8312 },
8313 {
8314 "name": "symfony/polyfill-ctype",
fdf90f84 8315 "version": "v1.15.0",
6546aca4
JB
8316 "source": {
8317 "type": "git",
8318 "url": "https://github.com/symfony/polyfill-ctype.git",
fdf90f84 8319 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
6546aca4
JB
8320 },
8321 "dist": {
8322 "type": "zip",
fdf90f84 8323 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
8324 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
6546aca4
JB
8325 "shasum": ""
8326 },
8327 "require": {
8328 "php": ">=5.3.3"
8329 },
8330 "suggest": {
8331 "ext-ctype": "For best performance"
8332 },
8333 "type": "library",
8334 "extra": {
8335 "branch-alias": {
fdf90f84 8336 "dev-master": "1.15-dev"
6546aca4
JB
8337 }
8338 },
8339 "autoload": {
8340 "psr-4": {
8341 "Symfony\\Polyfill\\Ctype\\": ""
8342 },
8343 "files": [
8344 "bootstrap.php"
8345 ]
8346 },
8347 "notification-url": "https://packagist.org/downloads/",
8348 "license": [
8349 "MIT"
8350 ],
8351 "authors": [
6546aca4
JB
8352 {
8353 "name": "Gert de Pagter",
313d7350 8354 "email": "BackEndTea@gmail.com"
1576905e
JB
8355 },
8356 {
8357 "name": "Symfony Community",
8358 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8359 }
8360 ],
8361 "description": "Symfony polyfill for ctype functions",
8362 "homepage": "https://symfony.com",
8363 "keywords": [
8364 "compatibility",
8365 "ctype",
8366 "polyfill",
8367 "portable"
8368 ],
fdf90f84 8369 "time": "2020-02-27T09:26:54+00:00"
6546aca4
JB
8370 },
8371 {
8372 "name": "symfony/polyfill-iconv",
6ba1d734 8373 "version": "v1.13.1",
6546aca4
JB
8374 "source": {
8375 "type": "git",
8376 "url": "https://github.com/symfony/polyfill-iconv.git",
6ba1d734 8377 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
6546aca4
JB
8378 },
8379 "dist": {
8380 "type": "zip",
6ba1d734
JB
8381 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8382 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
6546aca4
JB
8383 "shasum": ""
8384 },
8385 "require": {
8386 "php": ">=5.3.3"
8387 },
8388 "suggest": {
8389 "ext-iconv": "For best performance"
8390 },
8391 "type": "library",
8392 "extra": {
8393 "branch-alias": {
6ba1d734 8394 "dev-master": "1.13-dev"
6546aca4
JB
8395 }
8396 },
8397 "autoload": {
8398 "psr-4": {
8399 "Symfony\\Polyfill\\Iconv\\": ""
8400 },
8401 "files": [
8402 "bootstrap.php"
8403 ]
8404 },
8405 "notification-url": "https://packagist.org/downloads/",
8406 "license": [
8407 "MIT"
8408 ],
8409 "authors": [
8410 {
8411 "name": "Nicolas Grekas",
8412 "email": "p@tchwork.com"
8413 },
8414 {
8415 "name": "Symfony Community",
8416 "homepage": "https://symfony.com/contributors"
8417 }
8418 ],
8419 "description": "Symfony polyfill for the Iconv extension",
8420 "homepage": "https://symfony.com",
8421 "keywords": [
8422 "compatibility",
8423 "iconv",
8424 "polyfill",
8425 "portable",
8426 "shim"
8427 ],
6ba1d734 8428 "time": "2019-11-27T13:56:44+00:00"
6546aca4
JB
8429 },
8430 {
8431 "name": "symfony/polyfill-intl-icu",
fdf90f84 8432 "version": "v1.15.0",
6546aca4
JB
8433 "source": {
8434 "type": "git",
8435 "url": "https://github.com/symfony/polyfill-intl-icu.git",
fdf90f84 8436 "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197"
6546aca4
JB
8437 },
8438 "dist": {
8439 "type": "zip",
fdf90f84 8440 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/9c281272735eb66476e0fa7381e03fb0d4b60197",
8441 "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197",
6546aca4
JB
8442 "shasum": ""
8443 },
8444 "require": {
8445 "php": ">=5.3.3",
1576905e 8446 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
6546aca4
JB
8447 },
8448 "suggest": {
8449 "ext-intl": "For best performance"
8450 },
8451 "type": "library",
8452 "extra": {
8453 "branch-alias": {
fdf90f84 8454 "dev-master": "1.15-dev"
6546aca4
JB
8455 }
8456 },
8457 "autoload": {
8458 "files": [
8459 "bootstrap.php"
8460 ]
8461 },
8462 "notification-url": "https://packagist.org/downloads/",
8463 "license": [
8464 "MIT"
8465 ],
8466 "authors": [
8467 {
8468 "name": "Nicolas Grekas",
8469 "email": "p@tchwork.com"
8470 },
8471 {
8472 "name": "Symfony Community",
8473 "homepage": "https://symfony.com/contributors"
8474 }
8475 ],
8476 "description": "Symfony polyfill for intl's ICU-related data and classes",
8477 "homepage": "https://symfony.com",
8478 "keywords": [
8479 "compatibility",
8480 "icu",
8481 "intl",
8482 "polyfill",
8483 "portable",
8484 "shim"
8485 ],
fdf90f84 8486 "time": "2020-02-27T09:26:54+00:00"
6546aca4
JB
8487 },
8488 {
8489 "name": "symfony/polyfill-intl-idn",
6ba1d734 8490 "version": "v1.13.1",
6546aca4
JB
8491 "source": {
8492 "type": "git",
8493 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6ba1d734 8494 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
6546aca4
JB
8495 },
8496 "dist": {
8497 "type": "zip",
6ba1d734
JB
8498 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8499 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
6546aca4
JB
8500 "shasum": ""
8501 },
8502 "require": {
8503 "php": ">=5.3.3",
8504 "symfony/polyfill-mbstring": "^1.3",
8505 "symfony/polyfill-php72": "^1.9"
8506 },
8507 "suggest": {
8508 "ext-intl": "For best performance"
8509 },
8510 "type": "library",
8511 "extra": {
8512 "branch-alias": {
6ba1d734 8513 "dev-master": "1.13-dev"
6546aca4
JB
8514 }
8515 },
8516 "autoload": {
8517 "psr-4": {
8518 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8519 },
8520 "files": [
8521 "bootstrap.php"
8522 ]
8523 },
8524 "notification-url": "https://packagist.org/downloads/",
8525 "license": [
8526 "MIT"
8527 ],
8528 "authors": [
6546aca4
JB
8529 {
8530 "name": "Laurent Bassin",
8531 "email": "laurent@bassin.info"
1576905e
JB
8532 },
8533 {
8534 "name": "Symfony Community",
8535 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8536 }
8537 ],
8538 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8539 "homepage": "https://symfony.com",
8540 "keywords": [
8541 "compatibility",
8542 "idn",
8543 "intl",
8544 "polyfill",
8545 "portable",
8546 "shim"
8547 ],
6ba1d734 8548 "time": "2019-11-27T13:56:44+00:00"
6546aca4
JB
8549 },
8550 {
8551 "name": "symfony/polyfill-mbstring",
fdf90f84 8552 "version": "v1.15.0",
6546aca4
JB
8553 "source": {
8554 "type": "git",
8555 "url": "https://github.com/symfony/polyfill-mbstring.git",
fdf90f84 8556 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
6546aca4
JB
8557 },
8558 "dist": {
8559 "type": "zip",
fdf90f84 8560 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
8561 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
6546aca4
JB
8562 "shasum": ""
8563 },
8564 "require": {
8565 "php": ">=5.3.3"
8566 },
8567 "suggest": {
8568 "ext-mbstring": "For best performance"
8569 },
8570 "type": "library",
8571 "extra": {
8572 "branch-alias": {
fdf90f84 8573 "dev-master": "1.15-dev"
6546aca4
JB
8574 }
8575 },
8576 "autoload": {
8577 "psr-4": {
8578 "Symfony\\Polyfill\\Mbstring\\": ""
8579 },
8580 "files": [
8581 "bootstrap.php"
8582 ]
8583 },
8584 "notification-url": "https://packagist.org/downloads/",
8585 "license": [
8586 "MIT"
8587 ],
8588 "authors": [
8589 {
8590 "name": "Nicolas Grekas",
8591 "email": "p@tchwork.com"
8592 },
8593 {
8594 "name": "Symfony Community",
8595 "homepage": "https://symfony.com/contributors"
8596 }
8597 ],
8598 "description": "Symfony polyfill for the Mbstring extension",
8599 "homepage": "https://symfony.com",
8600 "keywords": [
8601 "compatibility",
8602 "mbstring",
8603 "polyfill",
8604 "portable",
8605 "shim"
8606 ],
fdf90f84 8607 "time": "2020-03-09T19:04:49+00:00"
6546aca4
JB
8608 },
8609 {
8610 "name": "symfony/polyfill-php56",
fdf90f84 8611 "version": "v1.15.0",
6546aca4
JB
8612 "source": {
8613 "type": "git",
8614 "url": "https://github.com/symfony/polyfill-php56.git",
fdf90f84 8615 "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d"
6546aca4
JB
8616 },
8617 "dist": {
8618 "type": "zip",
fdf90f84 8619 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
8620 "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
6546aca4
JB
8621 "shasum": ""
8622 },
8623 "require": {
8624 "php": ">=5.3.3",
8625 "symfony/polyfill-util": "~1.0"
8626 },
8627 "type": "library",
8628 "extra": {
8629 "branch-alias": {
fdf90f84 8630 "dev-master": "1.15-dev"
6546aca4
JB
8631 }
8632 },
8633 "autoload": {
8634 "psr-4": {
8635 "Symfony\\Polyfill\\Php56\\": ""
8636 },
8637 "files": [
8638 "bootstrap.php"
8639 ]
8640 },
8641 "notification-url": "https://packagist.org/downloads/",
8642 "license": [
8643 "MIT"
8644 ],
8645 "authors": [
8646 {
8647 "name": "Nicolas Grekas",
8648 "email": "p@tchwork.com"
8649 },
8650 {
8651 "name": "Symfony Community",
8652 "homepage": "https://symfony.com/contributors"
8653 }
8654 ],
8655 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8656 "homepage": "https://symfony.com",
8657 "keywords": [
8658 "compatibility",
8659 "polyfill",
8660 "portable",
8661 "shim"
8662 ],
fdf90f84 8663 "time": "2020-03-09T19:04:49+00:00"
6546aca4
JB
8664 },
8665 {
8666 "name": "symfony/polyfill-php70",
fdf90f84 8667 "version": "v1.15.0",
6546aca4
JB
8668 "source": {
8669 "type": "git",
8670 "url": "https://github.com/symfony/polyfill-php70.git",
fdf90f84 8671 "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
6546aca4
JB
8672 },
8673 "dist": {
8674 "type": "zip",
fdf90f84 8675 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
8676 "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
6546aca4
JB
8677 "shasum": ""
8678 },
8679 "require": {
8680 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8681 "php": ">=5.3.3"
8682 },
8683 "type": "library",
8684 "extra": {
8685 "branch-alias": {
fdf90f84 8686 "dev-master": "1.15-dev"
6546aca4
JB
8687 }
8688 },
8689 "autoload": {
8690 "psr-4": {
8691 "Symfony\\Polyfill\\Php70\\": ""
8692 },
8693 "files": [
8694 "bootstrap.php"
8695 ],
8696 "classmap": [
8697 "Resources/stubs"
8698 ]
8699 },
8700 "notification-url": "https://packagist.org/downloads/",
8701 "license": [
8702 "MIT"
8703 ],
8704 "authors": [
8705 {
8706 "name": "Nicolas Grekas",
8707 "email": "p@tchwork.com"
8708 },
8709 {
8710 "name": "Symfony Community",
8711 "homepage": "https://symfony.com/contributors"
8712 }
8713 ],
8714 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8715 "homepage": "https://symfony.com",
8716 "keywords": [
8717 "compatibility",
8718 "polyfill",
8719 "portable",
8720 "shim"
8721 ],
fdf90f84 8722 "time": "2020-02-27T09:26:54+00:00"
6546aca4
JB
8723 },
8724 {
8725 "name": "symfony/polyfill-php72",
78eae449 8726 "version": "v1.15.0",
6546aca4
JB
8727 "source": {
8728 "type": "git",
8729 "url": "https://github.com/symfony/polyfill-php72.git",
78eae449 8730 "reference": "37b0976c78b94856543260ce09b460a7bc852747"
6546aca4
JB
8731 },
8732 "dist": {
8733 "type": "zip",
78eae449 8734 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
8735 "reference": "37b0976c78b94856543260ce09b460a7bc852747",
6546aca4
JB
8736 "shasum": ""
8737 },
8738 "require": {
8739 "php": ">=5.3.3"
8740 },
8741 "type": "library",
8742 "extra": {
8743 "branch-alias": {
78eae449 8744 "dev-master": "1.15-dev"
6546aca4
JB
8745 }
8746 },
8747 "autoload": {
8748 "psr-4": {
8749 "Symfony\\Polyfill\\Php72\\": ""
8750 },
8751 "files": [
8752 "bootstrap.php"
8753 ]
8754 },
8755 "notification-url": "https://packagist.org/downloads/",
8756 "license": [
8757 "MIT"
8758 ],
8759 "authors": [
8760 {
8761 "name": "Nicolas Grekas",
8762 "email": "p@tchwork.com"
8763 },
8764 {
8765 "name": "Symfony Community",
8766 "homepage": "https://symfony.com/contributors"
8767 }
8768 ],
8769 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8770 "homepage": "https://symfony.com",
8771 "keywords": [
8772 "compatibility",
8773 "polyfill",
8774 "portable",
8775 "shim"
8776 ],
78eae449 8777 "time": "2020-02-27T09:26:54+00:00"
6546aca4 8778 },
e06303d8 8779 {
8780 "name": "symfony/polyfill-php73",
6ba1d734 8781 "version": "v1.13.1",
e06303d8 8782 "source": {
8783 "type": "git",
8784 "url": "https://github.com/symfony/polyfill-php73.git",
6ba1d734 8785 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
e06303d8 8786 },
8787 "dist": {
8788 "type": "zip",
6ba1d734
JB
8789 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8790 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
e06303d8 8791 "shasum": ""
8792 },
8793 "require": {
8794 "php": ">=5.3.3"
8795 },
8796 "type": "library",
8797 "extra": {
8798 "branch-alias": {
6ba1d734 8799 "dev-master": "1.13-dev"
e06303d8 8800 }
8801 },
8802 "autoload": {
8803 "psr-4": {
8804 "Symfony\\Polyfill\\Php73\\": ""
8805 },
8806 "files": [
8807 "bootstrap.php"
8808 ],
8809 "classmap": [
8810 "Resources/stubs"
8811 ]
8812 },
8813 "notification-url": "https://packagist.org/downloads/",
8814 "license": [
8815 "MIT"
8816 ],
8817 "authors": [
8818 {
8819 "name": "Nicolas Grekas",
8820 "email": "p@tchwork.com"
8821 },
8822 {
8823 "name": "Symfony Community",
8824 "homepage": "https://symfony.com/contributors"
8825 }
8826 ],
8827 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8828 "homepage": "https://symfony.com",
8829 "keywords": [
8830 "compatibility",
8831 "polyfill",
8832 "portable",
8833 "shim"
8834 ],
6ba1d734 8835 "time": "2019-11-27T16:25:15+00:00"
e06303d8 8836 },
6546aca4
JB
8837 {
8838 "name": "symfony/polyfill-util",
fdf90f84 8839 "version": "v1.15.0",
6546aca4
JB
8840 "source": {
8841 "type": "git",
8842 "url": "https://github.com/symfony/polyfill-util.git",
fdf90f84 8843 "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027"
6546aca4
JB
8844 },
8845 "dist": {
8846 "type": "zip",
fdf90f84 8847 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/d8e76c104127675d0ea3df3be0f2ae24a8619027",
8848 "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027",
6546aca4
JB
8849 "shasum": ""
8850 },
8851 "require": {
8852 "php": ">=5.3.3"
8853 },
8854 "type": "library",
8855 "extra": {
8856 "branch-alias": {
fdf90f84 8857 "dev-master": "1.15-dev"
6546aca4
JB
8858 }
8859 },
8860 "autoload": {
8861 "psr-4": {
8862 "Symfony\\Polyfill\\Util\\": ""
8863 }
8864 },
8865 "notification-url": "https://packagist.org/downloads/",
8866 "license": [
8867 "MIT"
8868 ],
8869 "authors": [
8870 {
8871 "name": "Nicolas Grekas",
8872 "email": "p@tchwork.com"
8873 },
8874 {
8875 "name": "Symfony Community",
8876 "homepage": "https://symfony.com/contributors"
8877 }
8878 ],
8879 "description": "Symfony utilities for portability of PHP codes",
8880 "homepage": "https://symfony.com",
8881 "keywords": [
8882 "compat",
8883 "compatibility",
8884 "polyfill",
8885 "shim"
8886 ],
fdf90f84 8887 "time": "2020-03-02T11:55:35+00:00"
6546aca4 8888 },
6ba1d734
JB
8889 {
8890 "name": "symfony/service-contracts",
8891 "version": "v1.1.8",
8892 "source": {
8893 "type": "git",
8894 "url": "https://github.com/symfony/service-contracts.git",
8895 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8896 },
8897 "dist": {
8898 "type": "zip",
8899 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8900 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8901 "shasum": ""
8902 },
8903 "require": {
8904 "php": "^7.1.3",
8905 "psr/container": "^1.0"
8906 },
8907 "suggest": {
8908 "symfony/service-implementation": ""
8909 },
8910 "type": "library",
8911 "extra": {
8912 "branch-alias": {
8913 "dev-master": "1.1-dev"
8914 }
8915 },
8916 "autoload": {
8917 "psr-4": {
8918 "Symfony\\Contracts\\Service\\": ""
8919 }
8920 },
8921 "notification-url": "https://packagist.org/downloads/",
8922 "license": [
8923 "MIT"
8924 ],
8925 "authors": [
8926 {
8927 "name": "Nicolas Grekas",
8928 "email": "p@tchwork.com"
8929 },
8930 {
8931 "name": "Symfony Community",
8932 "homepage": "https://symfony.com/contributors"
8933 }
8934 ],
8935 "description": "Generic abstractions related to writing services",
8936 "homepage": "https://symfony.com",
8937 "keywords": [
8938 "abstractions",
8939 "contracts",
8940 "decoupling",
8941 "interfaces",
8942 "interoperability",
8943 "standards"
8944 ],
8945 "time": "2019-10-14T12:27:06+00:00"
8946 },
6546aca4
JB
8947 {
8948 "name": "symfony/swiftmailer-bundle",
8d4ed0df 8949 "version": "v3.3.1",
6546aca4
JB
8950 "source": {
8951 "type": "git",
8952 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8d4ed0df 8953 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
6546aca4
JB
8954 },
8955 "dist": {
8956 "type": "zip",
8d4ed0df
JB
8957 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8958 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
6546aca4
JB
8959 "shasum": ""
8960 },
8961 "require": {
8962 "php": ">=7.0.0",
8963 "swiftmailer/swiftmailer": "^6.1.3",
bc3ebfd1 8964 "symfony/config": "^3.4|^4.0|^5.0",
8965 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
8966 "symfony/http-kernel": "^3.4|^4.0|^5.0"
6546aca4 8967 },
a2f4efe6
JB
8968 "conflict": {
8969 "twig/twig": "<1.41|<2.10"
8970 },
6546aca4 8971 "require-dev": {
bc3ebfd1 8972 "symfony/console": "^3.4|^4.0|^5.0",
8973 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
8974 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
8975 "symfony/yaml": "^3.4|^4.0|^5.0"
6546aca4
JB
8976 },
8977 "suggest": {
8978 "psr/log": "Allows logging"
8979 },
8980 "type": "symfony-bundle",
8981 "extra": {
8982 "branch-alias": {
bc3ebfd1 8983 "dev-master": "3.3-dev"
6546aca4
JB
8984 }
8985 },
8986 "autoload": {
8987 "psr-4": {
8988 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
8989 },
8990 "exclude-from-classmap": [
8991 "/Tests/"
8992 ]
8993 },
8994 "notification-url": "https://packagist.org/downloads/",
8995 "license": [
8996 "MIT"
8997 ],
8998 "authors": [
6546aca4
JB
8999 {
9000 "name": "Fabien Potencier",
9001 "email": "fabien@symfony.com"
bc3ebfd1 9002 },
9003 {
9004 "name": "Symfony Community",
9005 "homepage": "http://symfony.com/contributors"
6546aca4
JB
9006 }
9007 ],
9008 "description": "Symfony SwiftmailerBundle",
9009 "homepage": "http://symfony.com",
8d4ed0df 9010 "time": "2019-11-07T21:01:35+00:00"
6546aca4
JB
9011 },
9012 {
9013 "name": "symfony/symfony",
fdf90f84 9014 "version": "v3.4.39",
6546aca4
JB
9015 "source": {
9016 "type": "git",
9017 "url": "https://github.com/symfony/symfony.git",
fdf90f84 9018 "reference": "29ccc948a87d72c991fff9dbb92bd64f728e7b75"
6546aca4
JB
9019 },
9020 "dist": {
9021 "type": "zip",
fdf90f84 9022 "url": "https://api.github.com/repos/symfony/symfony/zipball/29ccc948a87d72c991fff9dbb92bd64f728e7b75",
9023 "reference": "29ccc948a87d72c991fff9dbb92bd64f728e7b75",
6546aca4
JB
9024 "shasum": ""
9025 },
9026 "require": {
9027 "doctrine/common": "~2.4",
9028 "ext-xml": "*",
9029 "fig/link-util": "^1.0",
9030 "php": "^5.5.9|>=7.0.8",
9031 "psr/cache": "~1.0",
9032 "psr/container": "^1.0",
9033 "psr/link": "^1.0",
9034 "psr/log": "~1.0",
9035 "psr/simple-cache": "^1.0",
9036 "symfony/polyfill-apcu": "~1.1",
9037 "symfony/polyfill-ctype": "~1.8",
9038 "symfony/polyfill-intl-icu": "~1.0",
9039 "symfony/polyfill-mbstring": "~1.0",
9040 "symfony/polyfill-php56": "~1.0",
9041 "symfony/polyfill-php70": "~1.6",
a123881a 9042 "twig/twig": "^1.41|^2.10"
6546aca4
JB
9043 },
9044 "conflict": {
d063ef65 9045 "monolog/monolog": ">=2",
6546aca4
JB
9046 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9047 "phpdocumentor/type-resolver": "<0.3.0",
9048 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9049 },
9050 "provide": {
9051 "psr/cache-implementation": "1.0",
9052 "psr/container-implementation": "1.0",
9053 "psr/log-implementation": "1.0",
9054 "psr/simple-cache-implementation": "1.0"
9055 },
9056 "replace": {
9057 "symfony/asset": "self.version",
9058 "symfony/browser-kit": "self.version",
9059 "symfony/cache": "self.version",
9060 "symfony/class-loader": "self.version",
9061 "symfony/config": "self.version",
9062 "symfony/console": "self.version",
9063 "symfony/css-selector": "self.version",
9064 "symfony/debug": "self.version",
9065 "symfony/debug-bundle": "self.version",
9066 "symfony/dependency-injection": "self.version",
9067 "symfony/doctrine-bridge": "self.version",
9068 "symfony/dom-crawler": "self.version",
9069 "symfony/dotenv": "self.version",
9070 "symfony/event-dispatcher": "self.version",
9071 "symfony/expression-language": "self.version",
9072 "symfony/filesystem": "self.version",
9073 "symfony/finder": "self.version",
9074 "symfony/form": "self.version",
9075 "symfony/framework-bundle": "self.version",
9076 "symfony/http-foundation": "self.version",
9077 "symfony/http-kernel": "self.version",
9078 "symfony/inflector": "self.version",
9079 "symfony/intl": "self.version",
9080 "symfony/ldap": "self.version",
9081 "symfony/lock": "self.version",
9082 "symfony/monolog-bridge": "self.version",
9083 "symfony/options-resolver": "self.version",
9084 "symfony/process": "self.version",
9085 "symfony/property-access": "self.version",
9086 "symfony/property-info": "self.version",
9087 "symfony/proxy-manager-bridge": "self.version",
9088 "symfony/routing": "self.version",
9089 "symfony/security": "self.version",
9090 "symfony/security-bundle": "self.version",
9091 "symfony/security-core": "self.version",
9092 "symfony/security-csrf": "self.version",
9093 "symfony/security-guard": "self.version",
9094 "symfony/security-http": "self.version",
9095 "symfony/serializer": "self.version",
9096 "symfony/stopwatch": "self.version",
9097 "symfony/templating": "self.version",
9098 "symfony/translation": "self.version",
9099 "symfony/twig-bridge": "self.version",
9100 "symfony/twig-bundle": "self.version",
9101 "symfony/validator": "self.version",
9102 "symfony/var-dumper": "self.version",
9103 "symfony/web-link": "self.version",
9104 "symfony/web-profiler-bundle": "self.version",
9105 "symfony/web-server-bundle": "self.version",
9106 "symfony/workflow": "self.version",
9107 "symfony/yaml": "self.version"
9108 },
9109 "require-dev": {
9110 "cache/integration-tests": "dev-master",
9111 "doctrine/annotations": "~1.0",
9112 "doctrine/cache": "~1.6",
9113 "doctrine/data-fixtures": "1.0.*",
9114 "doctrine/dbal": "~2.4",
9115 "doctrine/doctrine-bundle": "~1.4",
9116 "doctrine/orm": "~2.4,>=2.4.5",
9117 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9118 "monolog/monolog": "~1.11",
9119 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9120 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9121 "predis/predis": "~1.0",
a123881a 9122 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
6546aca4
JB
9123 "symfony/security-acl": "~2.8|~3.0"
9124 },
9125 "type": "library",
9126 "extra": {
9127 "branch-alias": {
9128 "dev-master": "3.4-dev"
9129 }
9130 },
9131 "autoload": {
9132 "psr-4": {
9133 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9134 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9135 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9136 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9137 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9138 "Symfony\\Component\\": "src/Symfony/Component/"
9139 },
9140 "classmap": [
41fd6487 9141 "src/Symfony/Component/Intl/Resources/stubs"
6546aca4
JB
9142 ],
9143 "exclude-from-classmap": [
9144 "**/Tests/"
9145 ]
9146 },
9147 "notification-url": "https://packagist.org/downloads/",
9148 "license": [
9149 "MIT"
9150 ],
9151 "authors": [
9152 {
9153 "name": "Fabien Potencier",
9154 "email": "fabien@symfony.com"
9155 },
9156 {
9157 "name": "Symfony Community",
9158 "homepage": "https://symfony.com/contributors"
9159 }
9160 ],
9161 "description": "The Symfony PHP framework",
9162 "homepage": "https://symfony.com",
9163 "keywords": [
9164 "framework"
9165 ],
fdf90f84 9166 "time": "2020-03-30T06:25:29+00:00"
6546aca4 9167 },
7f88c742
KD
9168 {
9169 "name": "tecnickcom/tcpdf",
9170 "version": "6.3.5",
9171 "source": {
9172 "type": "git",
9173 "url": "https://github.com/tecnickcom/TCPDF.git",
9174 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
9175 },
9176 "dist": {
9177 "type": "zip",
9178 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9179 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9180 "shasum": ""
9181 },
9182 "require": {
9183 "php": ">=5.3.0"
9184 },
9185 "type": "library",
9186 "autoload": {
9187 "classmap": [
9188 "config",
9189 "include",
9190 "tcpdf.php",
9191 "tcpdf_parser.php",
9192 "tcpdf_import.php",
9193 "tcpdf_barcodes_1d.php",
9194 "tcpdf_barcodes_2d.php",
9195 "include/tcpdf_colors.php",
9196 "include/tcpdf_filters.php",
9197 "include/tcpdf_font_data.php",
9198 "include/tcpdf_fonts.php",
9199 "include/tcpdf_images.php",
9200 "include/tcpdf_static.php",
9201 "include/barcodes/datamatrix.php",
9202 "include/barcodes/pdf417.php",
9203 "include/barcodes/qrcode.php"
9204 ]
9205 },
9206 "notification-url": "https://packagist.org/downloads/",
9207 "license": [
9208 "LGPL-3.0-only"
9209 ],
9210 "authors": [
9211 {
9212 "name": "Nicola Asuni",
9213 "email": "info@tecnick.com",
9214 "role": "lead"
9215 }
9216 ],
9217 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
9218 "homepage": "http://www.tcpdf.org/",
9219 "keywords": [
9220 "PDFD32000-2008",
9221 "TCPDF",
9222 "barcodes",
9223 "datamatrix",
9224 "pdf",
9225 "pdf417",
9226 "qrcode"
9227 ],
9228 "time": "2020-02-14T14:20:12+00:00"
9229 },
6546aca4
JB
9230 {
9231 "name": "true/punycode",
9232 "version": "v2.1.1",
9233 "source": {
9234 "type": "git",
9235 "url": "https://github.com/true/php-punycode.git",
9236 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9237 },
9238 "dist": {
9239 "type": "zip",
9240 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9241 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9242 "shasum": ""
9243 },
9244 "require": {
9245 "php": ">=5.3.0",
9246 "symfony/polyfill-mbstring": "^1.3"
9247 },
9248 "require-dev": {
9249 "phpunit/phpunit": "~4.7",
9250 "squizlabs/php_codesniffer": "~2.0"
9251 },
9252 "type": "library",
9253 "autoload": {
9254 "psr-4": {
9255 "TrueBV\\": "src/"
9256 }
9257 },
9258 "notification-url": "https://packagist.org/downloads/",
9259 "license": [
9260 "MIT"
9261 ],
9262 "authors": [
9263 {
9264 "name": "Renan Gonçalves",
9265 "email": "renan.saddam@gmail.com"
9266 }
9267 ],
9268 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9269 "homepage": "https://github.com/true/php-punycode",
9270 "keywords": [
9271 "idna",
9272 "punycode"
9273 ],
9274 "time": "2016-11-16T10:37:54+00:00"
9275 },
9276 {
9277 "name": "twig/extensions",
9278 "version": "v1.5.4",
9279 "source": {
9280 "type": "git",
9281 "url": "https://github.com/twigphp/Twig-extensions.git",
9282 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9283 },
9284 "dist": {
9285 "type": "zip",
9286 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9287 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9288 "shasum": ""
9289 },
9290 "require": {
9291 "twig/twig": "^1.27|^2.0"
9292 },
9293 "require-dev": {
9294 "symfony/phpunit-bridge": "^3.4",
9295 "symfony/translation": "^2.7|^3.4"
9296 },
9297 "suggest": {
9298 "symfony/translation": "Allow the time_diff output to be translated"
9299 },
9300 "type": "library",
9301 "extra": {
9302 "branch-alias": {
9303 "dev-master": "1.5-dev"
9304 }
9305 },
9306 "autoload": {
9307 "psr-0": {
9308 "Twig_Extensions_": "lib/"
9309 },
9310 "psr-4": {
9311 "Twig\\Extensions\\": "src/"
9312 }
9313 },
9314 "notification-url": "https://packagist.org/downloads/",
9315 "license": [
9316 "MIT"
9317 ],
9318 "authors": [
9319 {
9320 "name": "Fabien Potencier",
9321 "email": "fabien@symfony.com"
9322 }
9323 ],
9324 "description": "Common additional features for Twig that do not directly belong in core",
9325 "keywords": [
9326 "i18n",
9327 "text"
9328 ],
9329 "time": "2018-12-05T18:34:18+00:00"
9330 },
9331 {
9332 "name": "twig/twig",
ec37106f 9333 "version": "v2.12.5",
6546aca4
JB
9334 "source": {
9335 "type": "git",
9336 "url": "https://github.com/twigphp/Twig.git",
ec37106f 9337 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
6546aca4
JB
9338 },
9339 "dist": {
9340 "type": "zip",
ec37106f 9341 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9342 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
6546aca4
JB
9343 "shasum": ""
9344 },
9345 "require": {
a2f4efe6
JB
9346 "php": "^7.0",
9347 "symfony/polyfill-ctype": "^1.8",
9348 "symfony/polyfill-mbstring": "^1.3"
6546aca4
JB
9349 },
9350 "require-dev": {
9351 "psr/container": "^1.0",
94e7ba31 9352 "symfony/phpunit-bridge": "^4.4|^5.0"
6546aca4
JB
9353 },
9354 "type": "library",
9355 "extra": {
9356 "branch-alias": {
41fd6487 9357 "dev-master": "2.12-dev"
6546aca4
JB
9358 }
9359 },
9360 "autoload": {
9361 "psr-0": {
9362 "Twig_": "lib/"
9363 },
9364 "psr-4": {
9365 "Twig\\": "src/"
9366 }
9367 },
9368 "notification-url": "https://packagist.org/downloads/",
9369 "license": [
9370 "BSD-3-Clause"
9371 ],
9372 "authors": [
9373 {
9374 "name": "Fabien Potencier",
9375 "email": "fabien@symfony.com",
cc7b2b91 9376 "homepage": "http://fabien.potencier.org",
9377 "role": "Lead Developer"
6546aca4 9378 },
6546aca4
JB
9379 {
9380 "name": "Twig Team",
cc7b2b91 9381 "role": "Contributors"
41fd6487 9382 },
9383 {
9384 "name": "Armin Ronacher",
9385 "email": "armin.ronacher@active-4.com",
9386 "role": "Project Founder"
6546aca4
JB
9387 }
9388 ],
9389 "description": "Twig, the flexible, fast, and secure template language for PHP",
9390 "homepage": "https://twig.symfony.com",
9391 "keywords": [
9392 "templating"
9393 ],
ec37106f 9394 "time": "2020-02-11T15:31:23+00:00"
6546aca4
JB
9395 },
9396 {
9397 "name": "wallabag/php-mobi",
1576905e 9398 "version": "1.1.0",
6546aca4
JB
9399 "source": {
9400 "type": "git",
9401 "url": "https://github.com/wallabag/php-mobi.git",
1576905e 9402 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
6546aca4
JB
9403 },
9404 "dist": {
9405 "type": "zip",
1576905e
JB
9406 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9407 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
6546aca4
JB
9408 "shasum": ""
9409 },
9410 "require": {
1576905e
JB
9411 "php": ">=5.3.0",
9412 "symfony/polyfill-mbstring": "^1.12"
6546aca4
JB
9413 },
9414 "type": "library",
9415 "autoload": {
9416 "files": [
9417 "MOBIClass/MOBI.php"
9418 ]
9419 },
9420 "notification-url": "https://packagist.org/downloads/",
9421 "license": [
9422 "Apache-2.0"
9423 ],
9424 "authors": [
6546aca4
JB
9425 {
9426 "name": "Sander Kromwijk",
fdf90f84 9427 "email": "s.kromwijk@gmail.co",
9428 "role": "Original developer"
1576905e
JB
9429 },
9430 {
9431 "name": "Nicolas Lœuillet",
9432 "email": "nicolas@loeuillet.org",
9433 "homepage": "http://www.cdetc.fr"
6546aca4
JB
9434 }
9435 ],
9436 "description": "A Mobipocket file (.mobi) creator in PHP.",
1576905e
JB
9437 "homepage": "https://github.com/wallabag/php-mobi",
9438 "time": "2019-08-08T12:26:23+00:00"
6546aca4 9439 },
9d196fcc
KD
9440 {
9441 "name": "wallabag/phpepub",
9442 "version": "4.0.7.2",
9443 "source": {
9444 "type": "git",
9445 "url": "https://github.com/wallabag/PHPePub.git",
9446 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518"
9447 },
9448 "dist": {
9449 "type": "zip",
9450 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9451 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9452 "shasum": ""
9453 },
9454 "require": {
9455 "grandt/phpresizegif": "~1.0.3",
9456 "grandt/relativepath": "~1.0.1",
9457 "masterminds/html5": "~2.3",
9458 "php": ">=5.3.0",
9459 "phpzip/phpzip": "~2.0.7"
9460 },
9461 "type": "library",
9462 "autoload": {
9463 "psr-4": {
9464 "PHPePub\\": "src/PHPePub"
9465 },
9466 "classmap": [
9467 "src/lib.uuid.php"
9468 ]
9469 },
9470 "notification-url": "https://packagist.org/downloads/",
9471 "license": [
9472 "LGPL-2.1"
9473 ],
9474 "authors": [
9475 {
9476 "name": "A. Grandt",
9477 "email": "php@grandt.com",
9478 "homepage": "http://grandt.com",
9479 "role": "Developer"
9480 },
9481 {
9482 "name": "An, Hyeong-woo",
9483 "email": "mail@mytory.net",
9484 "homepage": "https://mytory.net",
9485 "role": "Contributor"
9486 },
9487 {
9488 "name": "Daniel Berthereau",
9489 "email": "daniel.composer@berthereau.net",
9490 "role": "Contributor"
9491 },
9492 {
9493 "name": "Kevin Decherf",
9494 "homepage": "https://kdecherf.com",
9495 "role": "Contributor"
9496 }
9497 ],
9498 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
9499 "homepage": "https://github.com/wallabag/PHPePub",
9500 "keywords": [
9501 "e-book",
9502 "epub"
9503 ],
9504 "time": "2020-03-22T16:24:31+00:00"
9505 },
6546aca4
JB
9506 {
9507 "name": "white-october/pagerfanta-bundle",
28236284 9508 "version": "v1.3.2",
6546aca4
JB
9509 "source": {
9510 "type": "git",
9511 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
28236284 9512 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
6546aca4
JB
9513 },
9514 "dist": {
9515 "type": "zip",
28236284 9516 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9517 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
6546aca4
JB
9518 "shasum": ""
9519 },
9520 "require": {
9521 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
d3847ac1 9522 "php": ">=5.3.3",
6546aca4
JB
9523 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9524 "symfony/property-access": "~2.3|~3.0|~4.0",
9525 "symfony/translation": "~2.3|~3.0|~4.0",
9526 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9527 },
d3847ac1
JB
9528 "conflict": {
9529 "twig/twig": "<1.34|>=2.0,<2.4"
9530 },
6546aca4
JB
9531 "require-dev": {
9532 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9533 "symfony/symfony": "~2.3|~3.0|~4.0"
9534 },
9535 "type": "symfony-bundle",
9536 "extra": {
9537 "branch-alias": {
9538 "dev-master": "1.0.x-dev"
9539 }
9540 },
9541 "autoload": {
9542 "psr-4": {
9543 "WhiteOctober\\PagerfantaBundle\\": ""
9544 },
9545 "exclude-from-classmap": [
9546 "Tests/",
9547 "TestsProject/"
9548 ]
9549 },
9550 "notification-url": "https://packagist.org/downloads/",
9551 "license": [
9552 "MIT"
9553 ],
9554 "authors": [
9555 {
9556 "name": "Pablo Díez",
9557 "email": "pablodip@gmail.com"
9558 }
9559 ],
9560 "description": "Bundle to use Pagerfanta with Symfony2",
9561 "keywords": [
9562 "page",
9563 "paging"
9564 ],
28236284 9565 "time": "2019-12-02T14:19:37+00:00"
6546aca4
JB
9566 },
9567 {
9568 "name": "willdurand/hateoas",
9569 "version": "2.12.0",
9570 "source": {
9571 "type": "git",
9572 "url": "https://github.com/willdurand/Hateoas.git",
9573 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9574 },
9575 "dist": {
9576 "type": "zip",
9577 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9578 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9579 "shasum": ""
9580 },
9581 "require": {
9582 "doctrine/annotations": "~1.0",
9583 "doctrine/common": "~2.0",
9584 "jms/metadata": "~1.1",
9585 "jms/serializer": "^1.7",
9586 "php": "^5.5|^7.0",
9587 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9588 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9589 },
9590 "require-dev": {
9591 "pagerfanta/pagerfanta": "~1.0",
9592 "phpunit/phpunit": "~5",
9593 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9594 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9595 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9596 "twig/twig": "~1.12"
9597 },
9598 "suggest": {
9599 "symfony/routing": "To use the SymfonyRouteFactory.",
9600 "symfony/yaml": "To use yaml based configuration.",
9601 "twig/twig": "To use the Twig extensions."
9602 },
9603 "type": "library",
9604 "extra": {
9605 "branch-alias": {
9606 "dev-master": "2.12-dev"
9607 }
9608 },
9609 "autoload": {
9610 "psr-0": {
9611 "Hateoas": "src/"
9612 }
9613 },
9614 "notification-url": "https://packagist.org/downloads/",
9615 "license": [
9616 "MIT"
9617 ],
9618 "authors": [
9619 {
9620 "name": "Adrien Brault",
9621 "email": "adrien.brault@gmail.com"
9622 },
9623 {
9717d012 9624 "name": "William Durand",
6546aca4
JB
9625 "email": "william.durand1@gmail.com"
9626 }
9627 ],
9628 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9629 "time": "2018-02-23T17:05:31+00:00"
9630 },
9631 {
9632 "name": "willdurand/hateoas-bundle",
9633 "version": "1.4.0",
9634 "source": {
9635 "type": "git",
9636 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9637 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9638 },
9639 "dist": {
9640 "type": "zip",
9641 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9642 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9643 "shasum": ""
9644 },
9645 "require": {
9646 "jms/serializer-bundle": "~1.0 || ^2.0",
9647 "php": ">5.4 |^7.0",
9648 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9649 "willdurand/hateoas": "^2.10.0"
9650 },
9651 "require-dev": {
9652 "phpunit/phpunit": "~4.5 || ~5.0",
9653 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9654 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9655 "twig/twig": "~1.12"
9656 },
9657 "type": "symfony-bundle",
9658 "extra": {
9659 "branch-alias": {
9660 "dev-master": "1.4-dev"
9661 }
9662 },
9663 "autoload": {
9664 "psr-4": {
9665 "Bazinga\\Bundle\\HateoasBundle\\": ""
9666 }
9667 },
9668 "notification-url": "https://packagist.org/downloads/",
9669 "license": [
9670 "MIT"
9671 ],
9672 "authors": [
9673 {
9717d012 9674 "name": "William Durand",
6546aca4
JB
9675 "email": "william.durand1@gmail.com"
9676 }
9677 ],
9678 "description": "Integration of Hateoas into Symfony2.",
9679 "keywords": [
9680 "HATEOAS",
9681 "rest"
9682 ],
9683 "time": "2018-01-27T13:03:07+00:00"
9684 },
9685 {
9686 "name": "willdurand/jsonp-callback-validator",
9687 "version": "v1.1.0",
9688 "source": {
9689 "type": "git",
9690 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9691 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9692 },
9693 "dist": {
9694 "type": "zip",
9695 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9696 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9697 "shasum": ""
9698 },
9699 "require": {
9700 "php": ">=5.3.0"
9701 },
9702 "require-dev": {
9703 "phpunit/phpunit": "~3.7"
9704 },
9705 "type": "library",
9706 "autoload": {
9707 "psr-0": {
9708 "JsonpCallbackValidator": "src/"
9709 }
9710 },
9711 "notification-url": "https://packagist.org/downloads/",
9712 "license": [
9713 "MIT"
9714 ],
9715 "authors": [
9716 {
9717 "name": "William Durand",
9718 "email": "william.durand1@gmail.com",
9719 "homepage": "http://www.willdurand.fr"
9720 }
9721 ],
9722 "description": "JSONP callback validator.",
9723 "time": "2014-01-20T22:35:06+00:00"
9724 },
9725 {
9726 "name": "willdurand/negotiation",
9727 "version": "v2.3.1",
9728 "source": {
9729 "type": "git",
9730 "url": "https://github.com/willdurand/Negotiation.git",
9731 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9732 },
9733 "dist": {
9734 "type": "zip",
9735 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9736 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9737 "shasum": ""
9738 },
9739 "require": {
9740 "php": ">=5.4.0"
9741 },
9742 "require-dev": {
9743 "phpunit/phpunit": "~4.5"
9744 },
9745 "type": "library",
9746 "extra": {
9747 "branch-alias": {
9748 "dev-master": "2.3-dev"
9749 }
9750 },
9751 "autoload": {
9752 "psr-4": {
9753 "Negotiation\\": "src/Negotiation"
9754 }
9755 },
9756 "notification-url": "https://packagist.org/downloads/",
9757 "license": [
9758 "MIT"
9759 ],
9760 "authors": [
9761 {
9762 "name": "William Durand",
9763 "email": "will+git@drnd.me"
9764 }
9765 ],
9766 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9767 "homepage": "http://williamdurand.fr/Negotiation/",
9768 "keywords": [
9769 "accept",
9770 "content",
9771 "format",
9772 "header",
9773 "negotiation"
9774 ],
9775 "time": "2017-05-14T17:21:12+00:00"
9776 },
9777 {
9778 "name": "zendframework/zend-code",
6ba1d734 9779 "version": "3.4.1",
6546aca4
JB
9780 "source": {
9781 "type": "git",
9782 "url": "https://github.com/zendframework/zend-code.git",
6ba1d734 9783 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
6546aca4
JB
9784 },
9785 "dist": {
9786 "type": "zip",
6ba1d734
JB
9787 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9788 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
6546aca4
JB
9789 "shasum": ""
9790 },
9791 "require": {
9792 "php": "^7.1",
9793 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9794 },
6ba1d734
JB
9795 "conflict": {
9796 "phpspec/prophecy": "<1.9.0"
9797 },
6546aca4 9798 "require-dev": {
6ba1d734 9799 "doctrine/annotations": "^1.7",
6546aca4 9800 "ext-phar": "*",
987237d5 9801 "phpunit/phpunit": "^7.5.16 || ^8.4",
3f2e602f 9802 "zendframework/zend-coding-standard": "^1.0",
6546aca4
JB
9803 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9804 },
9805 "suggest": {
9806 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9807 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9808 },
9809 "type": "library",
9810 "extra": {
9811 "branch-alias": {
987237d5 9812 "dev-master": "3.4.x-dev",
6ba1d734
JB
9813 "dev-develop": "3.5.x-dev",
9814 "dev-dev-4.0": "4.0.x-dev"
6546aca4
JB
9815 }
9816 },
9817 "autoload": {
9818 "psr-4": {
9819 "Zend\\Code\\": "src/"
9820 }
9821 },
9822 "notification-url": "https://packagist.org/downloads/",
9823 "license": [
9824 "BSD-3-Clause"
9825 ],
3f2e602f 9826 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
6546aca4 9827 "keywords": [
3f2e602f 9828 "ZendFramework",
6546aca4 9829 "code",
3f2e602f 9830 "zf"
6546aca4 9831 ],
501d5fd1 9832 "abandoned": "laminas/laminas-code",
6ba1d734 9833 "time": "2019-12-10T19:21:15+00:00"
6546aca4 9834 },
955a3bde
JB
9835 {
9836 "name": "zendframework/zend-diactoros",
d3847ac1 9837 "version": "2.2.1",
955a3bde
JB
9838 "source": {
9839 "type": "git",
9840 "url": "https://github.com/zendframework/zend-diactoros.git",
d3847ac1 9841 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
955a3bde
JB
9842 },
9843 "dist": {
9844 "type": "zip",
d3847ac1
JB
9845 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9846 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
955a3bde
JB
9847 "shasum": ""
9848 },
9849 "require": {
9850 "php": "^7.1",
9851 "psr/http-factory": "^1.0",
9852 "psr/http-message": "^1.0"
9853 },
9854 "provide": {
9855 "psr/http-factory-implementation": "1.0",
9856 "psr/http-message-implementation": "1.0"
9857 },
9858 "require-dev": {
987237d5 9859 "ext-curl": "*",
955a3bde
JB
9860 "ext-dom": "*",
9861 "ext-libxml": "*",
9862 "http-interop/http-factory-tests": "^0.5.0",
9863 "php-http/psr7-integration-tests": "dev-master",
9864 "phpunit/phpunit": "^7.0.2",
9865 "zendframework/zend-coding-standard": "~1.0.0"
9866 },
9867 "type": "library",
9868 "extra": {
9869 "branch-alias": {
9870 "dev-master": "2.1.x-dev",
9871 "dev-develop": "2.2.x-dev",
9872 "dev-release-1.8": "1.8.x-dev"
9873 }
9874 },
9875 "autoload": {
9876 "files": [
9877 "src/functions/create_uploaded_file.php",
9878 "src/functions/marshal_headers_from_sapi.php",
9879 "src/functions/marshal_method_from_sapi.php",
9880 "src/functions/marshal_protocol_version_from_sapi.php",
9881 "src/functions/marshal_uri_from_sapi.php",
9882 "src/functions/normalize_server.php",
9883 "src/functions/normalize_uploaded_files.php",
9884 "src/functions/parse_cookie_header.php"
9885 ],
9886 "psr-4": {
9887 "Zend\\Diactoros\\": "src/"
9888 }
9889 },
9890 "notification-url": "https://packagist.org/downloads/",
9891 "license": [
9892 "BSD-3-Clause"
9893 ],
9894 "description": "PSR HTTP Message implementations",
9895 "keywords": [
9896 "http",
9897 "psr",
9898 "psr-7"
9899 ],
501d5fd1 9900 "abandoned": "laminas/laminas-diactoros",
d3847ac1 9901 "time": "2019-11-13T19:16:13+00:00"
955a3bde 9902 },
6546aca4
JB
9903 {
9904 "name": "zendframework/zend-eventmanager",
9905 "version": "3.2.1",
9906 "source": {
9907 "type": "git",
9908 "url": "https://github.com/zendframework/zend-eventmanager.git",
9909 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9910 },
9911 "dist": {
9912 "type": "zip",
9913 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9914 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9915 "shasum": ""
9916 },
9917 "require": {
9918 "php": "^5.6 || ^7.0"
9919 },
9920 "require-dev": {
9921 "athletic/athletic": "^0.1",
9922 "container-interop/container-interop": "^1.1.0",
9923 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9924 "zendframework/zend-coding-standard": "~1.0.0",
9925 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9926 },
9927 "suggest": {
9928 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9929 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9930 },
9931 "type": "library",
9932 "extra": {
9933 "branch-alias": {
9934 "dev-master": "3.2-dev",
9935 "dev-develop": "3.3-dev"
9936 }
9937 },
9938 "autoload": {
9939 "psr-4": {
9940 "Zend\\EventManager\\": "src/"
9941 }
9942 },
9943 "notification-url": "https://packagist.org/downloads/",
9944 "license": [
9945 "BSD-3-Clause"
9946 ],
9947 "description": "Trigger and listen to events within a PHP application",
9948 "homepage": "https://github.com/zendframework/zend-eventmanager",
9949 "keywords": [
9950 "event",
9951 "eventmanager",
9952 "events",
9953 "zf2"
9954 ],
501d5fd1 9955 "abandoned": "laminas/laminas-eventmanager",
6546aca4
JB
9956 "time": "2018-04-25T15:33:34+00:00"
9957 }
9958 ],
9959 "packages-dev": [
9960 {
9961 "name": "composer/semver",
78eae449 9962 "version": "1.5.1",
6546aca4
JB
9963 "source": {
9964 "type": "git",
9965 "url": "https://github.com/composer/semver.git",
78eae449 9966 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
6546aca4
JB
9967 },
9968 "dist": {
9969 "type": "zip",
78eae449 9970 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
9971 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
6546aca4
JB
9972 "shasum": ""
9973 },
9974 "require": {
9975 "php": "^5.3.2 || ^7.0"
9976 },
9977 "require-dev": {
78eae449 9978 "phpunit/phpunit": "^4.5 || ^5.0.5"
6546aca4
JB
9979 },
9980 "type": "library",
9981 "extra": {
9982 "branch-alias": {
9983 "dev-master": "1.x-dev"
9984 }
9985 },
9986 "autoload": {
9987 "psr-4": {
9988 "Composer\\Semver\\": "src"
9989 }
9990 },
9991 "notification-url": "https://packagist.org/downloads/",
9992 "license": [
9993 "MIT"
9994 ],
9995 "authors": [
9996 {
9997 "name": "Nils Adermann",
9998 "email": "naderman@naderman.de",
9999 "homepage": "http://www.naderman.de"
10000 },
10001 {
10002 "name": "Jordi Boggiano",
10003 "email": "j.boggiano@seld.be",
10004 "homepage": "http://seld.be"
10005 },
10006 {
10007 "name": "Rob Bast",
10008 "email": "rob.bast@gmail.com",
10009 "homepage": "http://robbast.nl"
10010 }
10011 ],
10012 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10013 "keywords": [
10014 "semantic",
10015 "semver",
10016 "validation",
10017 "versioning"
10018 ],
78eae449 10019 "time": "2020-01-13T12:06:48+00:00"
6546aca4
JB
10020 },
10021 {
10022 "name": "composer/xdebug-handler",
78eae449 10023 "version": "1.4.1",
6546aca4
JB
10024 "source": {
10025 "type": "git",
10026 "url": "https://github.com/composer/xdebug-handler.git",
78eae449 10027 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
6546aca4
JB
10028 },
10029 "dist": {
10030 "type": "zip",
78eae449 10031 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10032 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
6546aca4
JB
10033 "shasum": ""
10034 },
10035 "require": {
8d4ed0df 10036 "php": "^5.3.2 || ^7.0 || ^8.0",
6546aca4
JB
10037 "psr/log": "^1.0"
10038 },
10039 "require-dev": {
8d4ed0df 10040 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
6546aca4
JB
10041 },
10042 "type": "library",
10043 "autoload": {
10044 "psr-4": {
10045 "Composer\\XdebugHandler\\": "src"
10046 }
10047 },
10048 "notification-url": "https://packagist.org/downloads/",
10049 "license": [
10050 "MIT"
10051 ],
10052 "authors": [
10053 {
10054 "name": "John Stevenson",
10055 "email": "john-stevenson@blueyonder.co.uk"
10056 }
10057 ],
8d4ed0df 10058 "description": "Restarts a process without Xdebug.",
6546aca4
JB
10059 "keywords": [
10060 "Xdebug",
10061 "performance"
10062 ],
78eae449 10063 "time": "2020-03-01T12:26:26+00:00"
6546aca4
JB
10064 },
10065 {
10066 "name": "dama/doctrine-test-bundle",
10067 "version": "v5.0.3",
10068 "source": {
10069 "type": "git",
10070 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10071 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10072 },
10073 "dist": {
10074 "type": "zip",
10075 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10076 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10077 "shasum": ""
10078 },
10079 "require": {
10080 "doctrine/dbal": "~2.5",
10081 "doctrine/doctrine-bundle": "~1.4",
10082 "php": "^7.1",
10083 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10084 },
10085 "require-dev": {
10086 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10087 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10088 "symfony/yaml": "~2.8|~3.0|~4.0"
10089 },
10090 "type": "symfony-bundle",
10091 "extra": {
10092 "branch-alias": {
10093 "dev-master": "5.1.x-dev"
10094 }
10095 },
10096 "autoload": {
10097 "psr-4": {
10098 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10099 }
10100 },
10101 "notification-url": "https://packagist.org/downloads/",
10102 "license": [
10103 "MIT"
10104 ],
10105 "authors": [
10106 {
10107 "name": "David Maicher",
10108 "email": "mail@dmaicher.de"
10109 }
10110 ],
10111 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10112 "keywords": [
10113 "Symfony 3",
10114 "Symfony 4",
10115 "doctrine",
10116 "isolation",
10117 "performance",
10118 "symfony",
10119 "symfony 2",
10120 "tests"
10121 ],
10122 "time": "2019-03-22T10:34:17+00:00"
10123 },
10124 {
10125 "name": "doctrine/data-fixtures",
8d4ed0df 10126 "version": "1.3.3",
6546aca4
JB
10127 "source": {
10128 "type": "git",
10129 "url": "https://github.com/doctrine/data-fixtures.git",
8d4ed0df 10130 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
6546aca4
JB
10131 },
10132 "dist": {
10133 "type": "zip",
8d4ed0df
JB
10134 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10135 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
6546aca4
JB
10136 "shasum": ""
10137 },
10138 "require": {
10139 "doctrine/common": "~2.2",
10140 "php": "^7.1"
10141 },
10142 "conflict": {
10143 "doctrine/phpcr-odm": "<1.3.0"
10144 },
10145 "require-dev": {
8d4ed0df 10146 "alcaeus/mongo-php-adapter": "^1.1",
6546aca4 10147 "doctrine/dbal": "^2.5.4",
8d4ed0df 10148 "doctrine/mongodb-odm": "^1.3.0",
6546aca4
JB
10149 "doctrine/orm": "^2.5.4",
10150 "phpunit/phpunit": "^7.0"
10151 },
10152 "suggest": {
10153 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10154 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10155 "doctrine/orm": "For loading ORM fixtures",
10156 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10157 },
10158 "type": "library",
10159 "extra": {
10160 "branch-alias": {
10161 "dev-master": "1.3.x-dev"
10162 }
10163 },
10164 "autoload": {
10165 "psr-4": {
10166 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10167 }
10168 },
10169 "notification-url": "https://packagist.org/downloads/",
10170 "license": [
10171 "MIT"
10172 ],
10173 "authors": [
10174 {
10175 "name": "Jonathan Wage",
10176 "email": "jonwage@gmail.com"
10177 }
10178 ],
10179 "description": "Data Fixtures for all Doctrine Object Managers",
10180 "homepage": "http://www.doctrine-project.org",
10181 "keywords": [
10182 "database"
10183 ],
8d4ed0df 10184 "time": "2019-10-24T04:52:28+00:00"
6546aca4
JB
10185 },
10186 {
10187 "name": "doctrine/doctrine-fixtures-bundle",
20a99c77 10188 "version": "3.3.1",
6546aca4
JB
10189 "source": {
10190 "type": "git",
10191 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
20a99c77 10192 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
6546aca4
JB
10193 },
10194 "dist": {
10195 "type": "zip",
20a99c77 10196 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
10197 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
6546aca4
JB
10198 "shasum": ""
10199 },
10200 "require": {
10201 "doctrine/data-fixtures": "^1.3",
1ddd66ae 10202 "doctrine/doctrine-bundle": "^1.11|^2.0",
cb4108b4 10203 "doctrine/orm": "^2.6.0",
20a99c77 10204 "doctrine/persistence": "^1.3",
6546aca4 10205 "php": "^7.1",
1ddd66ae 10206 "symfony/config": "^3.4|^4.3|^5.0",
10207 "symfony/console": "^3.4|^4.3|^5.0",
10208 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10209 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10210 "symfony/http-kernel": "^3.4|^4.3|^5.0"
6546aca4
JB
10211 },
10212 "require-dev": {
cb4108b4 10213 "doctrine/coding-standard": "^6.0",
6546aca4 10214 "phpunit/phpunit": "^7.4",
1ddd66ae 10215 "symfony/phpunit-bridge": "^4.1|^5.0"
6546aca4
JB
10216 },
10217 "type": "symfony-bundle",
10218 "extra": {
10219 "branch-alias": {
1ddd66ae 10220 "dev-master": "3.3.x-dev"
6546aca4
JB
10221 }
10222 },
10223 "autoload": {
10224 "psr-4": {
10225 "Doctrine\\Bundle\\FixturesBundle\\": ""
10226 }
10227 },
10228 "notification-url": "https://packagist.org/downloads/",
10229 "license": [
10230 "MIT"
10231 ],
10232 "authors": [
10233 {
1ddd66ae 10234 "name": "Fabien Potencier",
10235 "email": "fabien@symfony.com"
6546aca4
JB
10236 },
10237 {
10238 "name": "Doctrine Project",
10239 "homepage": "http://www.doctrine-project.org"
10240 },
10241 {
1ddd66ae 10242 "name": "Symfony Community",
10243 "homepage": "http://symfony.com/contributors"
6546aca4
JB
10244 }
10245 ],
10246 "description": "Symfony DoctrineFixturesBundle",
10247 "homepage": "http://www.doctrine-project.org",
10248 "keywords": [
10249 "Fixture",
10250 "persistence"
10251 ],
20a99c77 10252 "time": "2020-04-02T16:40:37+00:00"
6546aca4
JB
10253 },
10254 {
10255 "name": "friendsofphp/php-cs-fixer",
facf7511 10256 "version": "v2.16.3",
6546aca4
JB
10257 "source": {
10258 "type": "git",
10259 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
facf7511 10260 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
6546aca4
JB
10261 },
10262 "dist": {
10263 "type": "zip",
facf7511 10264 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
10265 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
6546aca4
JB
10266 "shasum": ""
10267 },
10268 "require": {
10269 "composer/semver": "^1.4",
10270 "composer/xdebug-handler": "^1.2",
10271 "doctrine/annotations": "^1.2",
10272 "ext-json": "*",
10273 "ext-tokenizer": "*",
10274 "php": "^5.6 || ^7.0",
10275 "php-cs-fixer/diff": "^1.3",
02cf65ee 10276 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10277 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10278 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10279 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10280 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
6546aca4
JB
10281 "symfony/polyfill-php70": "^1.0",
10282 "symfony/polyfill-php72": "^1.4",
02cf65ee 10283 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10284 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
6546aca4
JB
10285 },
10286 "require-dev": {
10287 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10288 "justinrainbow/json-schema": "^5.0",
10289 "keradus/cli-executor": "^1.2",
10290 "mikey179/vfsstream": "^1.6",
10291 "php-coveralls/php-coveralls": "^2.1",
10292 "php-cs-fixer/accessible-object": "^1.0",
10293 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10294 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
66426001 10295 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
6546aca4 10296 "phpunitgoodpractices/traits": "^1.8",
02cf65ee 10297 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10298 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
6546aca4
JB
10299 },
10300 "suggest": {
78eae449 10301 "ext-dom": "For handling output formats in XML",
6546aca4
JB
10302 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10303 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10304 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10305 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10306 },
10307 "bin": [
10308 "php-cs-fixer"
10309 ],
10310 "type": "application",
6546aca4
JB
10311 "autoload": {
10312 "psr-4": {
10313 "PhpCsFixer\\": "src/"
10314 },
10315 "classmap": [
10316 "tests/Test/AbstractFixerTestCase.php",
10317 "tests/Test/AbstractIntegrationCaseFactory.php",
10318 "tests/Test/AbstractIntegrationTestCase.php",
10319 "tests/Test/Assert/AssertTokensTrait.php",
10320 "tests/Test/IntegrationCase.php",
10321 "tests/Test/IntegrationCaseFactory.php",
10322 "tests/Test/IntegrationCaseFactoryInterface.php",
10323 "tests/Test/InternalIntegrationCaseFactory.php",
78eae449 10324 "tests/Test/IsIdenticalConstraint.php",
6546aca4
JB
10325 "tests/TestCase.php"
10326 ]
10327 },
10328 "notification-url": "https://packagist.org/downloads/",
10329 "license": [
10330 "MIT"
10331 ],
10332 "authors": [
6546aca4
JB
10333 {
10334 "name": "Fabien Potencier",
10335 "email": "fabien@symfony.com"
5e8d8ff5 10336 },
10337 {
10338 "name": "Dariusz Rumiński",
10339 "email": "dariusz.ruminski@gmail.com"
6546aca4
JB
10340 }
10341 ],
10342 "description": "A tool to automatically fix PHP code style",
facf7511 10343 "time": "2020-04-15T18:51:10+00:00"
6546aca4
JB
10344 },
10345 {
10346 "name": "m6web/redis-mock",
501d5fd1 10347 "version": "v5.0.0",
6546aca4
JB
10348 "source": {
10349 "type": "git",
10350 "url": "https://github.com/M6Web/RedisMock.git",
501d5fd1 10351 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
6546aca4
JB
10352 },
10353 "dist": {
10354 "type": "zip",
501d5fd1 10355 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10356 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
6546aca4
JB
10357 "shasum": ""
10358 },
10359 "require": {
10360 "php": ">=7.1.0"
10361 },
10362 "require-dev": {
10363 "atoum/atoum": "master-dev",
10364 "predis/predis": "~1.1"
10365 },
10366 "type": "library",
10367 "autoload": {
10368 "psr-0": {
10369 "M6Web\\Component\\RedisMock": "src/"
10370 }
10371 },
10372 "notification-url": "https://packagist.org/downloads/",
10373 "license": [
10374 "MIT"
10375 ],
10376 "authors": [
10377 {
10378 "name": "M6Web",
10379 "email": "opensource@m6web.fr",
10380 "homepage": "http://tech.m6web.fr/"
10381 }
10382 ],
10383 "description": "Library providing a PHP mock for Redis",
10384 "keywords": [
10385 "mock",
10386 "redis"
10387 ],
501d5fd1 10388 "time": "2020-01-08T08:03:01+00:00"
6546aca4
JB
10389 },
10390 {
10391 "name": "nette/bootstrap",
3d8eaa3a 10392 "version": "v3.0.1",
6546aca4
JB
10393 "source": {
10394 "type": "git",
10395 "url": "https://github.com/nette/bootstrap.git",
3d8eaa3a 10396 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
6546aca4
JB
10397 },
10398 "dist": {
10399 "type": "zip",
3d8eaa3a 10400 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10401 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
6546aca4
JB
10402 "shasum": ""
10403 },
10404 "require": {
10405 "nette/di": "^3.0",
10406 "nette/utils": "^3.0",
10407 "php": ">=7.1"
10408 },
3d8eaa3a 10409 "conflict": {
10410 "tracy/tracy": "<2.6"
10411 },
6546aca4
JB
10412 "require-dev": {
10413 "latte/latte": "^2.2",
10414 "nette/application": "^3.0",
10415 "nette/caching": "^3.0",
10416 "nette/database": "^3.0",
10417 "nette/forms": "^3.0",
10418 "nette/http": "^3.0",
10419 "nette/mail": "^3.0",
10420 "nette/robot-loader": "^3.0",
10421 "nette/safe-stream": "^2.2",
10422 "nette/security": "^3.0",
10423 "nette/tester": "^2.0",
10424 "tracy/tracy": "^2.6"
10425 },
10426 "suggest": {
10427 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10428 "tracy/tracy": "to use Configurator::enableTracy()"
10429 },
10430 "type": "library",
10431 "extra": {
10432 "branch-alias": {
10433 "dev-master": "3.0-dev"
10434 }
10435 },
10436 "autoload": {
10437 "classmap": [
10438 "src/"
10439 ]
10440 },
10441 "notification-url": "https://packagist.org/downloads/",
10442 "license": [
10443 "BSD-3-Clause",
10444 "GPL-2.0",
10445 "GPL-3.0"
10446 ],
10447 "authors": [
10448 {
10449 "name": "David Grudl",
10450 "homepage": "https://davidgrudl.com"
10451 },
10452 {
10453 "name": "Nette Community",
10454 "homepage": "https://nette.org/contributors"
10455 }
10456 ],
10457 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10458 "homepage": "https://nette.org",
10459 "keywords": [
10460 "bootstrapping",
10461 "configurator",
10462 "nette"
10463 ],
3d8eaa3a 10464 "time": "2019-09-30T08:19:38+00:00"
6546aca4
JB
10465 },
10466 {
10467 "name": "nette/di",
0f387577 10468 "version": "v3.0.2",
6546aca4
JB
10469 "source": {
10470 "type": "git",
10471 "url": "https://github.com/nette/di.git",
0f387577 10472 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac"
6546aca4
JB
10473 },
10474 "dist": {
10475 "type": "zip",
0f387577
JB
10476 "url": "https://api.github.com/repos/nette/di/zipball/7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10477 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
6546aca4
JB
10478 "shasum": ""
10479 },
10480 "require": {
10481 "ext-tokenizer": "*",
10482 "nette/neon": "^3.0",
0f387577 10483 "nette/php-generator": "^3.3",
6546aca4
JB
10484 "nette/robot-loader": "^3.2",
10485 "nette/schema": "^1.0",
10486 "nette/utils": "^3.0",
10487 "php": ">=7.1"
10488 },
10489 "conflict": {
10490 "nette/bootstrap": "<3.0"
10491 },
10492 "require-dev": {
10493 "nette/tester": "^2.2",
0f387577 10494 "phpstan/phpstan": "^0.12",
6546aca4
JB
10495 "tracy/tracy": "^2.3"
10496 },
10497 "type": "library",
10498 "extra": {
10499 "branch-alias": {
10500 "dev-master": "3.0-dev"
10501 }
10502 },
10503 "autoload": {
10504 "classmap": [
10505 "src/"
10506 ],
10507 "files": [
10508 "src/compatibility.php"
10509 ]
10510 },
10511 "notification-url": "https://packagist.org/downloads/",
10512 "license": [
10513 "BSD-3-Clause",
10514 "GPL-2.0",
10515 "GPL-3.0"
10516 ],
10517 "authors": [
10518 {
10519 "name": "David Grudl",
10520 "homepage": "https://davidgrudl.com"
10521 },
10522 {
10523 "name": "Nette Community",
10524 "homepage": "https://nette.org/contributors"
10525 }
10526 ],
10527 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10528 "homepage": "https://nette.org",
10529 "keywords": [
10530 "compiled",
10531 "di",
10532 "dic",
10533 "factory",
10534 "ioc",
10535 "nette",
10536 "static"
10537 ],
0f387577 10538 "time": "2019-12-17T04:03:21+00:00"
6546aca4
JB
10539 },
10540 {
10541 "name": "nette/finder",
1a758230 10542 "version": "v2.5.1",
6546aca4
JB
10543 "source": {
10544 "type": "git",
10545 "url": "https://github.com/nette/finder.git",
1a758230 10546 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
6546aca4
JB
10547 },
10548 "dist": {
10549 "type": "zip",
1a758230 10550 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10551 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
6546aca4
JB
10552 "shasum": ""
10553 },
10554 "require": {
10555 "nette/utils": "^2.4 || ~3.0.0",
10556 "php": ">=7.1"
10557 },
10558 "conflict": {
10559 "nette/nette": "<2.2"
10560 },
10561 "require-dev": {
10562 "nette/tester": "^2.0",
10563 "tracy/tracy": "^2.3"
10564 },
10565 "type": "library",
10566 "extra": {
10567 "branch-alias": {
10568 "dev-master": "2.5-dev"
10569 }
10570 },
10571 "autoload": {
10572 "classmap": [
10573 "src/"
10574 ]
10575 },
10576 "notification-url": "https://packagist.org/downloads/",
10577 "license": [
10578 "BSD-3-Clause",
10579 "GPL-2.0",
10580 "GPL-3.0"
10581 ],
10582 "authors": [
10583 {
10584 "name": "David Grudl",
10585 "homepage": "https://davidgrudl.com"
10586 },
10587 {
10588 "name": "Nette Community",
10589 "homepage": "https://nette.org/contributors"
10590 }
10591 ],
1a758230 10592 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
6546aca4
JB
10593 "homepage": "https://nette.org",
10594 "keywords": [
10595 "filesystem",
10596 "glob",
10597 "iterator",
10598 "nette"
10599 ],
1a758230 10600 "time": "2019-07-11T18:02:17+00:00"
6546aca4
JB
10601 },
10602 {
10603 "name": "nette/neon",
0f387577 10604 "version": "v3.1.0",
6546aca4
JB
10605 "source": {
10606 "type": "git",
10607 "url": "https://github.com/nette/neon.git",
0f387577 10608 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e"
6546aca4
JB
10609 },
10610 "dist": {
10611 "type": "zip",
0f387577
JB
10612 "url": "https://api.github.com/repos/nette/neon/zipball/0a18fc88801a14d66587932de133eeca01f7ce8e",
10613 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e",
6546aca4
JB
10614 "shasum": ""
10615 },
10616 "require": {
10617 "ext-iconv": "*",
10618 "ext-json": "*",
0f387577 10619 "php": ">=7.1"
6546aca4
JB
10620 },
10621 "require-dev": {
10622 "nette/tester": "^2.0",
0f387577 10623 "phpstan/phpstan": "^0.12",
6546aca4
JB
10624 "tracy/tracy": "^2.3"
10625 },
10626 "type": "library",
10627 "extra": {
10628 "branch-alias": {
0f387577 10629 "dev-master": "3.1-dev"
6546aca4
JB
10630 }
10631 },
10632 "autoload": {
10633 "classmap": [
10634 "src/"
10635 ]
10636 },
10637 "notification-url": "https://packagist.org/downloads/",
10638 "license": [
10639 "BSD-3-Clause",
10640 "GPL-2.0",
10641 "GPL-3.0"
10642 ],
10643 "authors": [
10644 {
10645 "name": "David Grudl",
10646 "homepage": "https://davidgrudl.com"
10647 },
10648 {
10649 "name": "Nette Community",
10650 "homepage": "https://nette.org/contributors"
10651 }
10652 ],
0f387577 10653 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
6546aca4
JB
10654 "homepage": "http://ne-on.org",
10655 "keywords": [
10656 "export",
10657 "import",
10658 "neon",
10659 "nette",
10660 "yaml"
10661 ],
0f387577 10662 "time": "2019-12-27T04:00:04+00:00"
6546aca4
JB
10663 },
10664 {
10665 "name": "nette/php-generator",
d3847ac1 10666 "version": "v3.3.1",
6546aca4
JB
10667 "source": {
10668 "type": "git",
10669 "url": "https://github.com/nette/php-generator.git",
d3847ac1 10670 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
6546aca4
JB
10671 },
10672 "dist": {
10673 "type": "zip",
d3847ac1
JB
10674 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10675 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
6546aca4
JB
10676 "shasum": ""
10677 },
10678 "require": {
10679 "nette/utils": "^2.4.2 || ~3.0.0",
10680 "php": ">=7.1"
10681 },
10682 "require-dev": {
10683 "nette/tester": "^2.0",
10684 "tracy/tracy": "^2.3"
10685 },
10686 "type": "library",
10687 "extra": {
10688 "branch-alias": {
d3847ac1 10689 "dev-master": "3.3-dev"
6546aca4
JB
10690 }
10691 },
10692 "autoload": {
10693 "classmap": [
10694 "src/"
10695 ]
10696 },
10697 "notification-url": "https://packagist.org/downloads/",
10698 "license": [
10699 "BSD-3-Clause",
10700 "GPL-2.0",
10701 "GPL-3.0"
10702 ],
10703 "authors": [
10704 {
10705 "name": "David Grudl",
10706 "homepage": "https://davidgrudl.com"
10707 },
10708 {
10709 "name": "Nette Community",
10710 "homepage": "https://nette.org/contributors"
10711 }
10712 ],
10713 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10714 "homepage": "https://nette.org",
10715 "keywords": [
10716 "code",
10717 "nette",
10718 "php",
10719 "scaffolding"
10720 ],
d3847ac1 10721 "time": "2019-11-22T11:12:11+00:00"
6546aca4
JB
10722 },
10723 {
10724 "name": "nette/robot-loader",
0f387577 10725 "version": "v3.2.1",
6546aca4
JB
10726 "source": {
10727 "type": "git",
10728 "url": "https://github.com/nette/robot-loader.git",
0f387577 10729 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993"
6546aca4
JB
10730 },
10731 "dist": {
10732 "type": "zip",
0f387577
JB
10733 "url": "https://api.github.com/repos/nette/robot-loader/zipball/d2a100e1f5cab390c78bc88709abbc91249c3993",
10734 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993",
6546aca4
JB
10735 "shasum": ""
10736 },
10737 "require": {
10738 "ext-tokenizer": "*",
0f387577 10739 "nette/finder": "^2.5 || ^3.0",
6546aca4
JB
10740 "nette/utils": "^3.0",
10741 "php": ">=7.1"
10742 },
10743 "require-dev": {
10744 "nette/tester": "^2.0",
0f387577 10745 "phpstan/phpstan": "^0.12",
6546aca4
JB
10746 "tracy/tracy": "^2.3"
10747 },
10748 "type": "library",
10749 "extra": {
10750 "branch-alias": {
10751 "dev-master": "3.2-dev"
10752 }
10753 },
10754 "autoload": {
10755 "classmap": [
10756 "src/"
10757 ]
10758 },
10759 "notification-url": "https://packagist.org/downloads/",
10760 "license": [
10761 "BSD-3-Clause",
10762 "GPL-2.0",
10763 "GPL-3.0"
10764 ],
10765 "authors": [
10766 {
10767 "name": "David Grudl",
10768 "homepage": "https://davidgrudl.com"
10769 },
10770 {
10771 "name": "Nette Community",
10772 "homepage": "https://nette.org/contributors"
10773 }
10774 ],
0f387577 10775 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
6546aca4
JB
10776 "homepage": "https://nette.org",
10777 "keywords": [
10778 "autoload",
10779 "class",
10780 "interface",
10781 "nette",
10782 "trait"
10783 ],
0f387577 10784 "time": "2019-12-26T22:32:02+00:00"
6546aca4
JB
10785 },
10786 {
10787 "name": "nette/schema",
8d4ed0df 10788 "version": "v1.0.1",
6546aca4
JB
10789 "source": {
10790 "type": "git",
10791 "url": "https://github.com/nette/schema.git",
8d4ed0df 10792 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
6546aca4
JB
10793 },
10794 "dist": {
10795 "type": "zip",
8d4ed0df
JB
10796 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10797 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
6546aca4
JB
10798 "shasum": ""
10799 },
10800 "require": {
10801 "nette/utils": "^3.0.1",
10802 "php": ">=7.1"
10803 },
10804 "require-dev": {
10805 "nette/tester": "^2.2",
10806 "tracy/tracy": "^2.3"
10807 },
10808 "type": "library",
10809 "extra": {
10810 "branch-alias": {
10811 "dev-master": "1.0-dev"
10812 }
10813 },
10814 "autoload": {
10815 "classmap": [
10816 "src/"
10817 ]
10818 },
10819 "notification-url": "https://packagist.org/downloads/",
10820 "license": [
10821 "BSD-3-Clause",
10822 "GPL-2.0",
10823 "GPL-3.0"
10824 ],
10825 "authors": [
10826 {
10827 "name": "David Grudl",
10828 "homepage": "https://davidgrudl.com"
10829 },
10830 {
10831 "name": "Nette Community",
10832 "homepage": "https://nette.org/contributors"
10833 }
10834 ],
10835 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10836 "homepage": "https://nette.org",
10837 "keywords": [
10838 "config",
10839 "nette"
10840 ],
8d4ed0df 10841 "time": "2019-10-31T20:52:19+00:00"
6546aca4
JB
10842 },
10843 {
10844 "name": "nette/utils",
0f387577 10845 "version": "v3.0.3",
6546aca4
JB
10846 "source": {
10847 "type": "git",
10848 "url": "https://github.com/nette/utils.git",
0f387577 10849 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e"
6546aca4
JB
10850 },
10851 "dist": {
10852 "type": "zip",
0f387577
JB
10853 "url": "https://api.github.com/repos/nette/utils/zipball/f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10854 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
6546aca4
JB
10855 "shasum": ""
10856 },
10857 "require": {
10858 "php": ">=7.1"
10859 },
10860 "require-dev": {
10861 "nette/tester": "~2.0",
0f387577 10862 "phpstan/phpstan": "^0.12",
6546aca4
JB
10863 "tracy/tracy": "^2.3"
10864 },
10865 "suggest": {
10866 "ext-gd": "to use Image",
10867 "ext-iconv": "to use Strings::webalize() and toAscii()",
10868 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10869 "ext-json": "to use Nette\\Utils\\Json",
10870 "ext-mbstring": "to use Strings::lower() etc...",
987237d5 10871 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
6546aca4
JB
10872 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10873 },
10874 "type": "library",
10875 "extra": {
10876 "branch-alias": {
10877 "dev-master": "3.0-dev"
10878 }
10879 },
10880 "autoload": {
10881 "classmap": [
10882 "src/"
10883 ]
10884 },
10885 "notification-url": "https://packagist.org/downloads/",
10886 "license": [
10887 "BSD-3-Clause",
10888 "GPL-2.0",
10889 "GPL-3.0"
10890 ],
10891 "authors": [
10892 {
10893 "name": "David Grudl",
10894 "homepage": "https://davidgrudl.com"
10895 },
10896 {
10897 "name": "Nette Community",
10898 "homepage": "https://nette.org/contributors"
10899 }
10900 ],
10901 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10902 "homepage": "https://nette.org",
10903 "keywords": [
10904 "array",
10905 "core",
10906 "datetime",
10907 "images",
10908 "json",
10909 "nette",
10910 "paginator",
10911 "password",
10912 "slugify",
10913 "string",
10914 "unicode",
10915 "utf-8",
10916 "utility",
10917 "validation"
10918 ],
0f387577 10919 "time": "2019-12-27T03:47:50+00:00"
6546aca4
JB
10920 },
10921 {
10922 "name": "nikic/php-parser",
8d4ed0df 10923 "version": "v4.3.0",
6546aca4
JB
10924 "source": {
10925 "type": "git",
10926 "url": "https://github.com/nikic/PHP-Parser.git",
8d4ed0df 10927 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
6546aca4
JB
10928 },
10929 "dist": {
10930 "type": "zip",
8d4ed0df
JB
10931 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10932 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
6546aca4
JB
10933 "shasum": ""
10934 },
10935 "require": {
10936 "ext-tokenizer": "*",
10937 "php": ">=7.0"
10938 },
10939 "require-dev": {
8d4ed0df 10940 "ircmaxell/php-yacc": "0.0.5",
e9ccc686 10941 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
6546aca4
JB
10942 },
10943 "bin": [
10944 "bin/php-parse"
10945 ],
10946 "type": "library",
10947 "extra": {
10948 "branch-alias": {
8d4ed0df 10949 "dev-master": "4.3-dev"
6546aca4
JB
10950 }
10951 },
10952 "autoload": {
10953 "psr-4": {
10954 "PhpParser\\": "lib/PhpParser"
10955 }
10956 },
10957 "notification-url": "https://packagist.org/downloads/",
10958 "license": [
10959 "BSD-3-Clause"
10960 ],
10961 "authors": [
10962 {
10963 "name": "Nikita Popov"
10964 }
10965 ],
10966 "description": "A PHP parser written in PHP",
10967 "keywords": [
10968 "parser",
10969 "php"
10970 ],
8d4ed0df 10971 "time": "2019-11-08T13:50:10+00:00"
6546aca4
JB
10972 },
10973 {
10974 "name": "php-cs-fixer/diff",
10975 "version": "v1.3.0",
10976 "source": {
10977 "type": "git",
10978 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10979 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10980 },
10981 "dist": {
10982 "type": "zip",
10983 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10984 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10985 "shasum": ""
10986 },
10987 "require": {
10988 "php": "^5.6 || ^7.0"
10989 },
10990 "require-dev": {
10991 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10992 "symfony/process": "^3.3"
10993 },
10994 "type": "library",
10995 "autoload": {
10996 "classmap": [
10997 "src/"
10998 ]
10999 },
11000 "notification-url": "https://packagist.org/downloads/",
11001 "license": [
11002 "BSD-3-Clause"
11003 ],
11004 "authors": [
11005 {
11006 "name": "Kore Nordmann",
11007 "email": "mail@kore-nordmann.de"
11008 },
11009 {
11010 "name": "Sebastian Bergmann",
11011 "email": "sebastian@phpunit.de"
11012 },
11013 {
11014 "name": "SpacePossum"
11015 }
11016 ],
11017 "description": "sebastian/diff v2 backport support for PHP5.6",
11018 "homepage": "https://github.com/PHP-CS-Fixer",
11019 "keywords": [
11020 "diff"
11021 ],
11022 "time": "2018-02-15T16:58:55+00:00"
11023 },
11024 {
11025 "name": "php-http/mock-client",
5619a0f7 11026 "version": "1.3.1",
6546aca4
JB
11027 "source": {
11028 "type": "git",
11029 "url": "https://github.com/php-http/mock-client.git",
5619a0f7 11030 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
6546aca4
JB
11031 },
11032 "dist": {
11033 "type": "zip",
5619a0f7 11034 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11035 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
6546aca4
JB
11036 "shasum": ""
11037 },
11038 "require": {
11039 "php": "^5.5 || ^7.0",
11040 "php-http/client-common": "^1.9 || ^2.0",
11041 "php-http/discovery": "^1.0",
11042 "php-http/httplug": "^1.0 || ^2.0",
11043 "php-http/message-factory": "^1.0"
11044 },
11045 "provide": {
11046 "php-http/async-client-implementation": "1.0",
11047 "php-http/client-implementation": "1.0"
11048 },
11049 "require-dev": {
11050 "henrikbjorn/phpspec-code-coverage": "^1.0",
11051 "phpspec/phpspec": "^2.4"
11052 },
11053 "type": "library",
11054 "extra": {
11055 "branch-alias": {
11056 "dev-master": "1.3-dev"
11057 }
11058 },
11059 "autoload": {
11060 "psr-4": {
11061 "Http\\Mock\\": "src/"
11062 }
11063 },
11064 "notification-url": "https://packagist.org/downloads/",
11065 "license": [
11066 "MIT"
11067 ],
11068 "authors": [
11069 {
11070 "name": "David de Boer",
11071 "email": "david@ddeboer.nl"
11072 }
11073 ],
11074 "description": "Mock HTTP client",
11075 "homepage": "http://httplug.io",
11076 "keywords": [
11077 "client",
11078 "http",
11079 "mock",
11080 "psr7"
11081 ],
5619a0f7 11082 "time": "2019-11-06T12:49:04+00:00"
6546aca4
JB
11083 },
11084 {
11085 "name": "phpstan/phpdoc-parser",
0a01a5f1 11086 "version": "0.3.5",
6546aca4
JB
11087 "source": {
11088 "type": "git",
11089 "url": "https://github.com/phpstan/phpdoc-parser.git",
0a01a5f1 11090 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
6546aca4
JB
11091 },
11092 "dist": {
11093 "type": "zip",
0a01a5f1
JB
11094 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11095 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
6546aca4
JB
11096 "shasum": ""
11097 },
11098 "require": {
11099 "php": "~7.1"
11100 },
11101 "require-dev": {
11102 "consistence/coding-standard": "^3.5",
11103 "jakub-onderka/php-parallel-lint": "^0.9.2",
11104 "phing/phing": "^2.16.0",
11105 "phpstan/phpstan": "^0.10",
11106 "phpunit/phpunit": "^6.3",
11107 "slevomat/coding-standard": "^4.7.2",
11108 "squizlabs/php_codesniffer": "^3.3.2",
11109 "symfony/process": "^3.4 || ^4.0"
11110 },
11111 "type": "library",
11112 "extra": {
11113 "branch-alias": {
11114 "dev-master": "0.3-dev"
11115 }
11116 },
11117 "autoload": {
11118 "psr-4": {
11119 "PHPStan\\PhpDocParser\\": [
11120 "src/"
11121 ]
11122 }
11123 },
11124 "notification-url": "https://packagist.org/downloads/",
11125 "license": [
11126 "MIT"
11127 ],
11128 "description": "PHPDoc parser with support for nullable, intersection and generic types",
0a01a5f1 11129 "time": "2019-06-07T19:13:52+00:00"
6546aca4
JB
11130 },
11131 {
11132 "name": "phpstan/phpstan",
3d8eaa3a 11133 "version": "0.11.19",
6546aca4
JB
11134 "source": {
11135 "type": "git",
11136 "url": "https://github.com/phpstan/phpstan.git",
3d8eaa3a 11137 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
6546aca4
JB
11138 },
11139 "dist": {
11140 "type": "zip",
3d8eaa3a 11141 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11142 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
6546aca4
JB
11143 "shasum": ""
11144 },
11145 "require": {
11146 "composer/xdebug-handler": "^1.3.0",
11147 "jean85/pretty-package-versions": "^1.0.3",
11148 "nette/bootstrap": "^2.4 || ^3.0",
11149 "nette/di": "^2.4.7 || ^3.0",
07c66a74 11150 "nette/neon": "^2.4.3 || ^3.0",
6546aca4
JB
11151 "nette/robot-loader": "^3.0.1",
11152 "nette/schema": "^1.0",
11153 "nette/utils": "^2.4.5 || ^3.0",
e9ccc686 11154 "nikic/php-parser": "^4.2.3",
6546aca4 11155 "php": "~7.1",
6f80db69 11156 "phpstan/phpdoc-parser": "^0.3.5",
6546aca4
JB
11157 "symfony/console": "~3.2 || ~4.0",
11158 "symfony/finder": "~3.2 || ~4.0"
11159 },
11160 "conflict": {
11161 "symfony/console": "3.4.16 || 4.1.5"
11162 },
11163 "require-dev": {
e9ccc686 11164 "brianium/paratest": "^2.0 || ^3.0",
6546aca4
JB
11165 "consistence/coding-standard": "^3.5",
11166 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11167 "ext-intl": "*",
11168 "ext-mysqli": "*",
6f80db69 11169 "ext-simplexml": "*",
6546aca4
JB
11170 "ext-soap": "*",
11171 "ext-zip": "*",
11172 "jakub-onderka/php-parallel-lint": "^1.0",
11173 "localheinz/composer-normalize": "^1.1.0",
11174 "phing/phing": "^2.16.0",
11175 "phpstan/phpstan-deprecation-rules": "^0.11",
11176 "phpstan/phpstan-php-parser": "^0.11",
11177 "phpstan/phpstan-phpunit": "^0.11",
11178 "phpstan/phpstan-strict-rules": "^0.11",
e9ccc686 11179 "phpunit/phpunit": "^7.5.14 || ^8.0",
6546aca4
JB
11180 "slevomat/coding-standard": "^4.7.2",
11181 "squizlabs/php_codesniffer": "^3.3.2"
11182 },
11183 "bin": [
11184 "bin/phpstan"
11185 ],
11186 "type": "library",
11187 "extra": {
11188 "branch-alias": {
11189 "dev-master": "0.11-dev"
11190 }
11191 },
11192 "autoload": {
11193 "psr-4": {
11194 "PHPStan\\": [
1a758230 11195 "src/"
6546aca4
JB
11196 ]
11197 }
11198 },
11199 "notification-url": "https://packagist.org/downloads/",
11200 "license": [
11201 "MIT"
11202 ],
11203 "description": "PHPStan - PHP Static Analysis Tool",
3d8eaa3a 11204 "time": "2019-10-22T20:20:22+00:00"
6546aca4
JB
11205 },
11206 {
11207 "name": "phpstan/phpstan-doctrine",
cc7b2b91 11208 "version": "0.11.6",
6546aca4
JB
11209 "source": {
11210 "type": "git",
11211 "url": "https://github.com/phpstan/phpstan-doctrine.git",
cc7b2b91 11212 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
6546aca4
JB
11213 },
11214 "dist": {
11215 "type": "zip",
cc7b2b91 11216 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11217 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
6546aca4
JB
11218 "shasum": ""
11219 },
11220 "require": {
11221 "nikic/php-parser": "^4.0",
11222 "php": "~7.1",
11223 "phpstan/phpdoc-parser": "^0.3",
11224 "phpstan/phpstan": "^0.11.7"
11225 },
11226 "conflict": {
11227 "doctrine/collections": "<1.0",
11228 "doctrine/common": "<2.7",
11229 "doctrine/mongodb-odm": "<1.2",
11230 "doctrine/orm": "<2.5"
11231 },
11232 "require-dev": {
11233 "consistence/coding-standard": "^3.8",
11234 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11235 "doctrine/collections": "^1.0",
11236 "doctrine/common": "^2.7",
11237 "doctrine/mongodb-odm": "^1.2",
11238 "doctrine/orm": "^2.5",
11239 "jakub-onderka/php-parallel-lint": "^1.0",
11240 "phing/phing": "^2.16.0",
11241 "phpstan/phpstan-phpunit": "^0.11",
11242 "phpstan/phpstan-strict-rules": "^0.11",
11243 "phpunit/phpunit": "^7.0",
11244 "slevomat/coding-standard": "^5.0.4"
11245 },
11246 "type": "phpstan-extension",
11247 "extra": {
11248 "branch-alias": {
11249 "dev-master": "0.11-dev"
11250 },
11251 "phpstan": {
11252 "includes": [
11253 "extension.neon",
11254 "rules.neon"
11255 ]
11256 }
11257 },
11258 "autoload": {
11259 "psr-4": {
11260 "PHPStan\\": "src/"
11261 }
11262 },
11263 "notification-url": "https://packagist.org/downloads/",
11264 "license": [
11265 "MIT"
11266 ],
11267 "description": "Doctrine extensions for PHPStan",
cc7b2b91 11268 "time": "2019-09-13T08:40:06+00:00"
6546aca4
JB
11269 },
11270 {
11271 "name": "phpstan/phpstan-phpunit",
11272 "version": "0.11.2",
11273 "source": {
11274 "type": "git",
11275 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11276 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11277 },
11278 "dist": {
11279 "type": "zip",
11280 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11281 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11282 "shasum": ""
11283 },
11284 "require": {
11285 "nikic/php-parser": "^4.0",
11286 "php": "~7.1",
11287 "phpstan/phpdoc-parser": "^0.3",
11288 "phpstan/phpstan": "^0.11.4"
11289 },
11290 "conflict": {
11291 "phpunit/phpunit": "<7.0"
11292 },
11293 "require-dev": {
11294 "consistence/coding-standard": "^3.0.1",
11295 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11296 "jakub-onderka/php-parallel-lint": "^1.0",
11297 "phing/phing": "^2.16.0",
11298 "phpstan/phpstan-strict-rules": "^0.11",
11299 "phpunit/phpunit": "^7.0",
11300 "satooshi/php-coveralls": "^1.0",
11301 "slevomat/coding-standard": "^4.5.2"
11302 },
11303 "type": "phpstan-extension",
11304 "extra": {
11305 "branch-alias": {
11306 "dev-master": "0.11-dev"
11307 },
11308 "phpstan": {
11309 "includes": [
11310 "extension.neon",
11311 "rules.neon"
11312 ]
11313 }
11314 },
11315 "autoload": {
11316 "psr-4": {
11317 "PHPStan\\": "src/"
11318 }
11319 },
11320 "notification-url": "https://packagist.org/downloads/",
11321 "license": [
11322 "MIT"
11323 ],
11324 "description": "PHPUnit extensions and rules for PHPStan",
11325 "time": "2019-05-17T17:50:16+00:00"
11326 },
11327 {
11328 "name": "phpstan/phpstan-symfony",
11329 "version": "0.11.6",
11330 "source": {
11331 "type": "git",
11332 "url": "https://github.com/phpstan/phpstan-symfony.git",
11333 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11334 },
11335 "dist": {
11336 "type": "zip",
11337 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11338 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11339 "shasum": ""
11340 },
11341 "require": {
11342 "ext-simplexml": "*",
11343 "nikic/php-parser": "^4.0",
11344 "php": "^7.1",
11345 "phpstan/phpstan": "^0.11.7"
11346 },
11347 "conflict": {
11348 "symfony/framework-bundle": "<3.0"
11349 },
11350 "require-dev": {
11351 "consistence/coding-standard": "^3.0.1",
11352 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11353 "jakub-onderka/php-parallel-lint": "^1.0",
11354 "nette/di": "^3.0-stable",
11355 "phing/phing": "^2.16.0",
11356 "phpstan/phpstan-phpunit": "^0.11",
11357 "phpstan/phpstan-strict-rules": "^0.11",
11358 "phpunit/phpunit": "^7.0",
11359 "slevomat/coding-standard": "^4.5.2",
11360 "squizlabs/php_codesniffer": "^3.3.2",
11361 "symfony/console": "^3.0 || ^4.0",
11362 "symfony/framework-bundle": "^3.0 || ^4.0",
11363 "symfony/messenger": "^4.2",
11364 "symfony/serializer": "^3.0 || ^4.0"
11365 },
11366 "type": "phpstan-extension",
11367 "extra": {
11368 "branch-alias": {
11369 "dev-master": "0.11-dev"
11370 },
11371 "phpstan": {
11372 "includes": [
11373 "extension.neon"
11374 ]
11375 }
11376 },
11377 "autoload": {
11378 "psr-4": {
11379 "PHPStan\\": "src/"
11380 }
11381 },
11382 "notification-url": "https://packagist.org/downloads/",
11383 "license": [
11384 "MIT"
11385 ],
11386 "authors": [
11387 {
11388 "name": "Lukáš Unger",
11389 "email": "looky.msc@gmail.com",
11390 "homepage": "https://lookyman.net"
11391 }
11392 ],
11393 "description": "Symfony Framework extensions and rules for PHPStan",
11394 "time": "2019-05-19T17:40:25+00:00"
11395 },
11396 {
11397 "name": "sensio/generator-bundle",
11398 "version": "v3.1.7",
11399 "source": {
11400 "type": "git",
11401 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11402 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11403 },
11404 "dist": {
11405 "type": "zip",
11406 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11407 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11408 "shasum": ""
11409 },
11410 "require": {
11411 "symfony/console": "~2.7|~3.0",
11412 "symfony/framework-bundle": "~2.7|~3.0",
11413 "symfony/process": "~2.7|~3.0",
11414 "symfony/yaml": "~2.7|~3.0",
11415 "twig/twig": "^1.28.2|^2.0"
11416 },
11417 "require-dev": {
11418 "doctrine/orm": "~2.4",
11419 "symfony/doctrine-bridge": "~2.7|~3.0",
11420 "symfony/filesystem": "~2.7|~3.0",
11421 "symfony/phpunit-bridge": "^3.3"
11422 },
11423 "type": "symfony-bundle",
11424 "extra": {
11425 "branch-alias": {
11426 "dev-master": "3.1.x-dev"
11427 }
11428 },
11429 "autoload": {
11430 "psr-4": {
11431 "Sensio\\Bundle\\GeneratorBundle\\": ""
11432 },
11433 "exclude-from-classmap": [
11434 "/Tests/"
11435 ]
11436 },
11437 "notification-url": "https://packagist.org/downloads/",
11438 "license": [
11439 "MIT"
11440 ],
11441 "authors": [
11442 {
11443 "name": "Fabien Potencier",
11444 "email": "fabien@symfony.com"
11445 }
11446 ],
11447 "description": "This bundle generates code for you",
de166a37 11448 "abandoned": "symfony/maker-bundle",
6546aca4
JB
11449 "time": "2017-12-07T15:36:41+00:00"
11450 },
11451 {
11452 "name": "symfony/phpunit-bridge",
2a59cfa3 11453 "version": "v4.3.11",
6546aca4
JB
11454 "source": {
11455 "type": "git",
11456 "url": "https://github.com/symfony/phpunit-bridge.git",
2a59cfa3 11457 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
6546aca4
JB
11458 },
11459 "dist": {
11460 "type": "zip",
2a59cfa3 11461 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11462 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
6546aca4
JB
11463 "shasum": ""
11464 },
11465 "require": {
955a3bde 11466 "php": ">=5.5.9"
6546aca4
JB
11467 },
11468 "conflict": {
d3847ac1 11469 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6546aca4
JB
11470 },
11471 "suggest": {
d3847ac1 11472 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6546aca4
JB
11473 },
11474 "bin": [
11475 "bin/simple-phpunit"
11476 ],
11477 "type": "symfony-bridge",
11478 "extra": {
11479 "branch-alias": {
d3847ac1 11480 "dev-master": "4.3-dev"
6546aca4
JB
11481 },
11482 "thanks": {
11483 "name": "phpunit/phpunit",
11484 "url": "https://github.com/sebastianbergmann/phpunit"
11485 }
11486 },
11487 "autoload": {
11488 "files": [
11489 "bootstrap.php"
11490 ],
11491 "psr-4": {
11492 "Symfony\\Bridge\\PhpUnit\\": ""
11493 },
11494 "exclude-from-classmap": [
11495 "/Tests/"
11496 ]
11497 },
11498 "notification-url": "https://packagist.org/downloads/",
11499 "license": [
11500 "MIT"
11501 ],
11502 "authors": [
11503 {
11504 "name": "Nicolas Grekas",
11505 "email": "p@tchwork.com"
11506 },
11507 {
11508 "name": "Symfony Community",
11509 "homepage": "https://symfony.com/contributors"
11510 }
11511 ],
11512 "description": "Symfony PHPUnit Bridge",
11513 "homepage": "https://symfony.com",
2a59cfa3 11514 "time": "2020-01-31T09:56:21+00:00"
6546aca4
JB
11515 }
11516 ],
11517 "aliases": [],
11518 "minimum-stability": "dev",
11519 "stability-flags": {
6546aca4
JB
11520 "predis/predis": 20
11521 },
11522 "prefer-stable": true,
11523 "prefer-lowest": false,
11524 "platform": {
11525 "php": ">=7.1.3",
11526 "ext-pcre": "*",
11527 "ext-dom": "*",
11528 "ext-curl": "*",
11529 "ext-gd": "*",
11530 "ext-session": "*",
11531 "ext-ctype": "*",
11532 "ext-hash": "*",
11533 "ext-simplexml": "*",
11534 "ext-json": "*",
11535 "ext-mbstring": "*",
11536 "ext-xml": "*",
11537 "ext-iconv": "*",
11538 "ext-tokenizer": "*",
11539 "ext-pdo": "*",
11540 "ext-tidy": "*"
11541 },
11542 "platform-dev": [],
11543 "platform-overrides": {
11544 "php": "7.1.3"
11545 }
11546}