]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Bump friendsofsymfony/jsrouting-bundle from 2.5.3 to 2.5.4
[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 ],
9d196fcc 7 "content-hash": "60ce056a3ba44dfa4e039261a2326ae9",
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",
78eae449 353 "version": "1.10.1",
6546aca4
JB
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
78eae449 357 "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
6546aca4
JB
358 },
359 "dist": {
360 "type": "zip",
78eae449 361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
362 "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
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 ],
78eae449 418 "time": "2020-04-02T12:33:25+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",
0f4e90c1 739 "version": "1.12.7",
6546aca4
JB
740 "source": {
741 "type": "git",
742 "url": "https://github.com/doctrine/DoctrineBundle.git",
0f4e90c1 743 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c"
6546aca4
JB
744 },
745 "dist": {
746 "type": "zip",
0f4e90c1 747 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/18fb7d271676dcb8e882adb0157ac1445c8fe89c",
748 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c",
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 ],
0f4e90c1 829 "time": "2020-01-10T12:25:22+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",
ff627220 1979 "version": "2.7.3",
6546aca4
JB
1980 "source": {
1981 "type": "git",
1982 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
ff627220 1983 "reference": "21a27cebe54f02f6499d78db8978162ce7183112"
6546aca4
JB
1984 },
1985 "dist": {
1986 "type": "zip",
ff627220 1987 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/21a27cebe54f02f6499d78db8978162ce7183112",
1988 "reference": "21a27cebe54f02f6499d78db8978162ce7183112",
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 ],
ff627220 2079 "time": "2020-03-28T08:23:35+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",
3550 "version": "4.2.1",
3551 "source": {
3552 "type": "git",
3553 "url": "https://github.com/mtibben/html2text.git",
3554 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3555 },
3556 "dist": {
3557 "type": "zip",
3558 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3559 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
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",
3583 "time": "2018-08-13T12:05:08+00:00"
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",
514c55a1 3688 "version": "2.1.1",
6546aca4
JB
3689 "source": {
3690 "type": "git",
3691 "url": "https://github.com/j0k3r/graby.git",
514c55a1 3692 "reference": "6b3e53b2dd3c85b8128dde3307b838885515764b"
6546aca4
JB
3693 },
3694 "dist": {
3695 "type": "zip",
514c55a1 3696 "url": "https://api.github.com/repos/j0k3r/graby/zipball/6b3e53b2dd3c85b8128dde3307b838885515764b",
3697 "reference": "6b3e53b2dd3c85b8128dde3307b838885515764b",
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",
3717 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3718 "true/punycode": "~2.1",
3719 "wallabag/tcpdf": "^6.2.26"
3720 },
3721 "require-dev": {
3722 "friendsofphp/php-cs-fixer": "~2.14",
3723 "php-coveralls/php-coveralls": "^2.0",
3724 "php-http/guzzle6-adapter": "^2.0",
3725 "php-http/mock-client": "^1.2",
3726 "phpstan/phpstan": "^0.11",
3727 "phpstan/phpstan-phpunit": "^0.11",
3728 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3729 },
3730 "type": "library",
3731 "extra": {
3732 "branch-alias": {
3733 "dev-2.0": "2.0-dev"
3734 }
3735 },
3736 "autoload": {
3737 "psr-4": {
3738 "Graby\\": "src/"
3739 }
3740 },
3741 "notification-url": "https://packagist.org/downloads/",
3742 "license": [
3743 "MIT"
3744 ],
3745 "authors": [
3746 {
3747 "name": "Jeremy Benoist",
092b0423
JB
3748 "email": "jeremy.benoist@gmail.com",
3749 "role": "Developer"
6546aca4
JB
3750 },
3751 {
3752 "name": "FiveFilters.org",
092b0423
JB
3753 "email": "fivefilters@fivefilters.org",
3754 "role": "Developer (original version)"
6546aca4
JB
3755 }
3756 ],
3757 "description": "Graby helps you extract article content from web pages",
514c55a1 3758 "time": "2020-01-23T08:59:01+00:00"
6546aca4
JB
3759 },
3760 {
3761 "name": "j0k3r/graby-site-config",
514c55a1 3762 "version": "1.0.100",
6546aca4
JB
3763 "source": {
3764 "type": "git",
3765 "url": "https://github.com/j0k3r/graby-site-config.git",
514c55a1 3766 "reference": "d97cfd935302337604f5d778969bc94c12de086a"
6546aca4
JB
3767 },
3768 "dist": {
3769 "type": "zip",
514c55a1 3770 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/d97cfd935302337604f5d778969bc94c12de086a",
3771 "reference": "d97cfd935302337604f5d778969bc94c12de086a",
6546aca4
JB
3772 "shasum": ""
3773 },
3774 "require": {
3775 "symfony/finder": "~2.6|~3.0|~4.0"
3776 },
3777 "require-dev": {
3778 "liip/rmt": "1.2.*",
1576905e 3779 "symfony/phpunit-bridge": "^4.3"
6546aca4
JB
3780 },
3781 "type": "library",
3782 "autoload": {
3783 "psr-4": {
3784 "GrabySiteConfig\\SiteConfig\\": "src/"
3785 }
3786 },
3787 "notification-url": "https://packagist.org/downloads/",
3788 "license": [
3789 "CC0-1.0"
3790 ],
3791 "authors": [
3792 {
3793 "name": "Jeremy Benoist",
3794 "email": "jeremy.benoist@gmail.com"
3795 }
3796 ],
3797 "description": "Graby site config files",
514c55a1 3798 "time": "2020-01-23T09:05:19+00:00"
6546aca4
JB
3799 },
3800 {
3801 "name": "j0k3r/httplug-ssrf-plugin",
514c55a1 3802 "version": "v2.0.1",
6546aca4
JB
3803 "source": {
3804 "type": "git",
3805 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
514c55a1 3806 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
6546aca4
JB
3807 },
3808 "dist": {
3809 "type": "zip",
514c55a1 3810 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3811 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
6546aca4
JB
3812 "shasum": ""
3813 },
3814 "require": {
3815 "php": "^7.1",
3816 "php-http/client-common": "^2.0",
3817 "php-http/discovery": "^1.5",
3818 "php-http/message": "^1.7",
3819 "php-http/message-factory": "^1.0.2"
3820 },
3821 "require-dev": {
3822 "friendsofphp/php-cs-fixer": "^2.14",
3823 "guzzlehttp/psr7": "^1.0",
3824 "php-http/guzzle6-adapter": "^2.0",
3825 "php-http/mock-client": "^1.0",
3826 "phpstan/phpstan": "^0.11",
3827 "phpstan/phpstan-phpunit": "^0.11",
3828 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3829 },
3830 "type": "library",
6546aca4
JB
3831 "autoload": {
3832 "psr-4": {
3833 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3834 }
3835 },
3836 "notification-url": "https://packagist.org/downloads/",
3837 "license": [
3838 "MIT"
3839 ],
3840 "authors": [
3841 {
3842 "name": "Jeremy Benoist",
3843 "email": "jeremy.benoist@gmail.com"
3844 },
3845 {
3846 "name": "aaa2000",
3847 "email": "adev2000@gmail.com"
3848 },
3849 {
3850 "name": "Jack W",
092b0423
JB
3851 "email": "jack@fin1te.net",
3852 "role": "Developer (SafeCurl original version)"
6546aca4
JB
3853 }
3854 ],
3855 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3856 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3857 "keywords": [
3858 "http",
3859 "httplug",
3860 "plugin",
3861 "security",
3862 "ssrf"
3863 ],
514c55a1 3864 "time": "2020-01-06T13:44:13+00:00"
6546aca4
JB
3865 },
3866 {
3867 "name": "j0k3r/php-readability",
b0817af0 3868 "version": "1.2.4",
6546aca4
JB
3869 "source": {
3870 "type": "git",
3871 "url": "https://github.com/j0k3r/php-readability.git",
b0817af0 3872 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
6546aca4
JB
3873 },
3874 "dist": {
3875 "type": "zip",
b0817af0 3876 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3877 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
6546aca4
JB
3878 "shasum": ""
3879 },
3880 "require": {
3881 "electrolinux/php-html5lib": "^0.1.0",
3882 "ext-mbstring": "*",
3883 "php": ">=5.6.0",
3884 "psr/log": "^1.0"
3885 },
3886 "require-dev": {
3887 "friendsofphp/php-cs-fixer": "^2.14",
3888 "monolog/monolog": "^1.24",
3889 "php-coveralls/php-coveralls": "^2.1",
3890 "symfony/phpunit-bridge": "^4.2.3"
3891 },
3892 "suggest": {
3893 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3894 },
3895 "type": "library",
3896 "autoload": {
3897 "psr-4": {
3898 "Readability\\": "src/"
3899 }
3900 },
3901 "notification-url": "https://packagist.org/downloads/",
3902 "license": [
3903 "Apache-2.0"
3904 ],
3905 "authors": [
3906 {
3907 "name": "Keyvan Minoukadeh",
3908 "email": "keyvan@keyvan.net",
092b0423
JB
3909 "homepage": "http://keyvan.net",
3910 "role": "Developer (ported original JS code to PHP)"
6546aca4
JB
3911 },
3912 {
3913 "name": "Arc90",
092b0423
JB
3914 "homepage": "http://arc90.com",
3915 "role": "Developer (original JS version)"
6546aca4
JB
3916 },
3917 {
3918 "name": "Jeremy Benoist",
3919 "email": "jeremy.benoist@gmail.com",
092b0423
JB
3920 "homepage": "http://www.j0k3r.net",
3921 "role": "Developer"
6546aca4
JB
3922 },
3923 {
3924 "name": "DitherSky",
092b0423
JB
3925 "homepage": "https://github.com/Dither",
3926 "role": "Developer (https://github.com/Dither/full-text-rss)"
6546aca4
JB
3927 }
3928 ],
3929 "description": "Automatic article extraction from HTML",
3930 "keywords": [
3931 "article",
3932 "article extraction",
3933 "content",
3934 "content extraction",
3935 "extraction",
3936 "html"
3937 ],
b0817af0 3938 "time": "2019-06-25T15:15:37+00:00"
6546aca4
JB
3939 },
3940 {
3941 "name": "javibravo/simpleue",
3942 "version": "2.1.0",
3943 "source": {
3944 "type": "git",
3945 "url": "https://github.com/javibravo/simpleue.git",
3946 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3947 },
3948 "dist": {
3949 "type": "zip",
3950 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3951 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3952 "shasum": ""
3953 },
3954 "require": {
3955 "php": ">=5.5",
3956 "psr/log": "~1.0"
3957 },
3958 "require-dev": {
3959 "aws/aws-sdk-php": "^3.9",
3960 "pda/pheanstalk": "^3.1",
3961 "phpunit/phpunit": "4.0.*",
3962 "predis/predis": "^1.0"
3963 },
3964 "suggest": {
3965 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3966 "ext-redis": "Allow work with Redis Locker",
3967 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3968 "predis/predis": "Allow work with Redis queues"
3969 },
3970 "type": "library",
3971 "autoload": {
3972 "psr-4": {
3973 "Simpleue\\": "src/Simpleue"
3974 }
3975 },
3976 "notification-url": "https://packagist.org/downloads/",
3977 "license": [
3978 "MIT"
3979 ],
3980 "authors": [
3981 {
3982 "name": "Javier Bravo",
3983 "email": "javibravo85@gmail.com"
3984 }
3985 ],
3986 "description": "Php package to manage queue tasks in a simple way",
3987 "homepage": "http://github.com/javibravo/simpleue",
3988 "keywords": [
3989 "job",
3990 "queue",
3991 "redis",
3992 "sqs",
3993 "task"
3994 ],
3995 "time": "2017-11-15T13:41:13+00:00"
3996 },
3997 {
3998 "name": "jdorn/sql-formatter",
3999 "version": "v1.2.17",
4000 "source": {
4001 "type": "git",
4002 "url": "https://github.com/jdorn/sql-formatter.git",
4003 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4004 },
4005 "dist": {
4006 "type": "zip",
4007 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4008 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4009 "shasum": ""
4010 },
4011 "require": {
4012 "php": ">=5.2.4"
4013 },
4014 "require-dev": {
4015 "phpunit/phpunit": "3.7.*"
4016 },
4017 "type": "library",
4018 "extra": {
4019 "branch-alias": {
4020 "dev-master": "1.3.x-dev"
4021 }
4022 },
4023 "autoload": {
4024 "classmap": [
4025 "lib"
4026 ]
4027 },
4028 "notification-url": "https://packagist.org/downloads/",
4029 "license": [
4030 "MIT"
4031 ],
4032 "authors": [
4033 {
4034 "name": "Jeremy Dorn",
4035 "email": "jeremy@jeremydorn.com",
4036 "homepage": "http://jeremydorn.com/"
4037 }
4038 ],
4039 "description": "a PHP SQL highlighting library",
4040 "homepage": "https://github.com/jdorn/sql-formatter/",
4041 "keywords": [
4042 "highlight",
4043 "sql"
4044 ],
4045 "time": "2014-01-12T16:20:24+00:00"
4046 },
955a3bde
JB
4047 {
4048 "name": "jean85/pretty-package-versions",
4049 "version": "1.2",
4050 "source": {
4051 "type": "git",
4052 "url": "https://github.com/Jean85/pretty-package-versions.git",
4053 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4054 },
4055 "dist": {
4056 "type": "zip",
4057 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4058 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4059 "shasum": ""
4060 },
4061 "require": {
4062 "ocramius/package-versions": "^1.2.0",
4063 "php": "^7.0"
4064 },
4065 "require-dev": {
4066 "phpunit/phpunit": "^6.0"
4067 },
4068 "type": "library",
4069 "extra": {
4070 "branch-alias": {
4071 "dev-master": "1.x-dev"
4072 }
4073 },
4074 "autoload": {
4075 "psr-4": {
4076 "Jean85\\": "src/"
4077 }
4078 },
4079 "notification-url": "https://packagist.org/downloads/",
4080 "license": [
4081 "MIT"
4082 ],
4083 "authors": [
4084 {
4085 "name": "Alessandro Lai",
4086 "email": "alessandro.lai85@gmail.com"
4087 }
4088 ],
4089 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4090 "keywords": [
4091 "composer",
4092 "package",
4093 "release",
4094 "versions"
4095 ],
4096 "time": "2018-06-13T13:22:40+00:00"
4097 },
6546aca4
JB
4098 {
4099 "name": "jms/metadata",
4100 "version": "1.7.0",
4101 "source": {
4102 "type": "git",
4103 "url": "https://github.com/schmittjoh/metadata.git",
4104 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4105 },
4106 "dist": {
4107 "type": "zip",
4108 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4109 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4110 "shasum": ""
4111 },
4112 "require": {
4113 "php": ">=5.3.0"
4114 },
4115 "require-dev": {
4116 "doctrine/cache": "~1.0",
4117 "symfony/cache": "~3.1"
4118 },
4119 "type": "library",
4120 "extra": {
4121 "branch-alias": {
4122 "dev-master": "1.5.x-dev"
4123 }
4124 },
4125 "autoload": {
4126 "psr-0": {
4127 "Metadata\\": "src/"
4128 }
4129 },
4130 "notification-url": "https://packagist.org/downloads/",
4131 "license": [
4132 "MIT"
4133 ],
4134 "authors": [
4135 {
4136 "name": "Asmir Mustafic",
4137 "email": "goetas@gmail.com"
4138 },
4139 {
4140 "name": "Johannes M. Schmitt",
4141 "email": "schmittjoh@gmail.com"
4142 }
4143 ],
4144 "description": "Class/method/property metadata management in PHP",
4145 "keywords": [
4146 "annotations",
4147 "metadata",
4148 "xml",
4149 "yaml"
4150 ],
4151 "time": "2018-10-26T12:40:10+00:00"
4152 },
4153 {
4154 "name": "jms/parser-lib",
4155 "version": "1.0.0",
4156 "source": {
4157 "type": "git",
4158 "url": "https://github.com/schmittjoh/parser-lib.git",
4159 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4160 },
4161 "dist": {
4162 "type": "zip",
4163 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4164 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4165 "shasum": ""
4166 },
4167 "require": {
4168 "phpoption/phpoption": ">=0.9,<2.0-dev"
4169 },
4170 "type": "library",
4171 "extra": {
4172 "branch-alias": {
4173 "dev-master": "1.0-dev"
4174 }
4175 },
4176 "autoload": {
4177 "psr-0": {
4178 "JMS\\": "src/"
4179 }
4180 },
4181 "notification-url": "https://packagist.org/downloads/",
4182 "license": [
4183 "Apache2"
4184 ],
4185 "description": "A library for easily creating recursive-descent parsers.",
4186 "time": "2012-11-18T18:08:43+00:00"
4187 },
4188 {
4189 "name": "jms/serializer",
4190 "version": "1.14.0",
4191 "source": {
4192 "type": "git",
4193 "url": "https://github.com/schmittjoh/serializer.git",
4194 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4195 },
4196 "dist": {
4197 "type": "zip",
4198 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4199 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4200 "shasum": ""
4201 },
4202 "require": {
4203 "doctrine/annotations": "^1.0",
4204 "doctrine/instantiator": "^1.0.3",
4205 "jms/metadata": "^1.3",
4206 "jms/parser-lib": "1.*",
4207 "php": "^5.5|^7.0",
4208 "phpcollection/phpcollection": "~0.1",
4209 "phpoption/phpoption": "^1.1"
4210 },
4211 "conflict": {
4212 "twig/twig": "<1.12"
4213 },
4214 "require-dev": {
4215 "doctrine/orm": "~2.1",
4216 "doctrine/phpcr-odm": "^1.3|^2.0",
4217 "ext-pdo_sqlite": "*",
4218 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4219 "phpunit/phpunit": "^4.8|^5.0",
4220 "propel/propel1": "~1.7",
4221 "psr/container": "^1.0",
4222 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4223 "symfony/expression-language": "^2.6|^3.0",
4224 "symfony/filesystem": "^2.1",
4225 "symfony/form": "~2.1|^3.0",
4226 "symfony/translation": "^2.1|^3.0",
4227 "symfony/validator": "^2.2|^3.0",
4228 "symfony/yaml": "^2.1|^3.0",
4229 "twig/twig": "~1.12|~2.0"
4230 },
4231 "suggest": {
4232 "doctrine/cache": "Required if you like to use cache functionality.",
4233 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4234 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4235 },
4236 "type": "library",
4237 "extra": {
4238 "branch-alias": {
4239 "dev-1.x": "1.14-dev"
4240 }
4241 },
4242 "autoload": {
4243 "psr-0": {
4244 "JMS\\Serializer": "src/"
4245 }
4246 },
4247 "notification-url": "https://packagist.org/downloads/",
4248 "license": [
4249 "MIT"
4250 ],
4251 "authors": [
4252 {
4253 "name": "Asmir Mustafic",
4254 "email": "goetas@gmail.com"
4255 },
4256 {
4257 "name": "Johannes M. Schmitt",
4258 "email": "schmittjoh@gmail.com"
4259 }
4260 ],
4261 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4262 "homepage": "http://jmsyst.com/libs/serializer",
4263 "keywords": [
4264 "deserialization",
4265 "jaxb",
4266 "json",
4267 "serialization",
4268 "xml"
4269 ],
4270 "time": "2019-04-17T08:12:16+00:00"
4271 },
4272 {
4273 "name": "jms/serializer-bundle",
4274 "version": "2.4.4",
4275 "source": {
4276 "type": "git",
4277 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4278 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4279 },
4280 "dist": {
4281 "type": "zip",
4282 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4283 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4284 "shasum": ""
4285 },
4286 "require": {
4287 "jms/serializer": "^1.10",
4288 "php": "^5.4|^7.0",
4289 "phpoption/phpoption": "^1.1.0",
4290 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4291 },
4292 "require-dev": {
4293 "doctrine/orm": "*",
4294 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4295 "symfony/expression-language": "~2.6|~3.0|~4.0",
4296 "symfony/finder": "^2.3|^3.0|^4.0",
4297 "symfony/form": "*",
4298 "symfony/stopwatch": "*",
4299 "symfony/twig-bundle": "*",
4300 "symfony/validator": "*",
4301 "symfony/yaml": "*"
4302 },
4303 "suggest": {
4304 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4305 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4306 },
4307 "type": "symfony-bundle",
4308 "extra": {
4309 "branch-alias": {
4310 "dev-master": "2.4-dev"
4311 }
4312 },
4313 "autoload": {
4314 "psr-4": {
4315 "JMS\\SerializerBundle\\": ""
4316 },
4317 "exclude-from-classmap": [
4318 "/Tests/"
4319 ]
4320 },
4321 "notification-url": "https://packagist.org/downloads/",
4322 "license": [
4323 "MIT"
4324 ],
4325 "authors": [
4326 {
4327 "name": "Asmir Mustafic",
4328 "email": "goetas@gmail.com"
4329 },
4330 {
4331 "name": "Johannes M. Schmitt",
4332 "email": "schmittjoh@gmail.com"
4333 }
4334 ],
4335 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4336 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4337 "keywords": [
4338 "deserialization",
4339 "jaxb",
4340 "json",
4341 "serialization",
4342 "xml"
4343 ],
4344 "time": "2019-03-30T10:26:09+00:00"
4345 },
4346 {
4347 "name": "kphoen/rulerz",
4348 "version": "0.21.1",
4349 "source": {
4350 "type": "git",
4351 "url": "https://github.com/K-Phoen/rulerz.git",
4352 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4353 },
4354 "dist": {
4355 "type": "zip",
4356 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4357 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4358 "shasum": ""
4359 },
4360 "require": {
4361 "hoa/ruler": "~2.0",
4362 "php": ">=7.1",
4363 "symfony/property-access": "~3.0|~4.0"
4364 },
4365 "require-dev": {
4366 "behat/behat": "~3.0",
4367 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4368 "doctrine/orm": "~2.4",
4369 "elasticsearch/elasticsearch": "~1.0",
4370 "illuminate/database": "~5.0",
4371 "kphoen/rusty": "dev-master",
4372 "liip/rmt": "^1.2",
4373 "mikey179/vfsstream": "~1.4",
4374 "phpspec/phpspec": "~2.0,>=2.4-dev",
4375 "pomm-project/cli": "~2.0@dev",
4376 "pomm-project/foundation": "~2.0@dev",
4377 "pomm-project/model-manager": "~2.0.@dev",
4378 "ruflin/elastica": "~1.0",
4379 "solarium/solarium": "~3.0",
4380 "vlucas/phpdotenv": "~2.1"
4381 },
4382 "suggest": {
4383 "doctrine/orm": "To execute rules as Doctrine queries",
4384 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4385 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4386 "pomm-project/model-manager": "To execute rules as Pomm queries",
4387 "solarium/solarium": "To execute rules as Solr queries"
4388 },
4389 "type": "library",
4390 "extra": {
4391 "branch-alias": {
4392 "dev-master": "1.0.x-dev"
4393 }
4394 },
4395 "autoload": {
4396 "psr-4": {
4397 "RulerZ\\": "src/"
4398 }
4399 },
4400 "notification-url": "https://packagist.org/downloads/",
4401 "license": [
4402 "MIT"
4403 ],
4404 "authors": [
4405 {
4406 "name": "Kévin Gomez",
4407 "email": "contact@kevingomez.fr"
4408 }
4409 ],
4410 "description": "Powerful implementation of the Specification pattern",
4411 "homepage": "https://github.com/K-Phoen/RulerZ",
4412 "keywords": [
4413 "doctrine",
4414 "specification"
4415 ],
4416 "time": "2018-09-18T15:15:42+00:00"
4417 },
4418 {
4419 "name": "kphoen/rulerz-bridge",
4420 "version": "1.1.1",
4421 "source": {
4422 "type": "git",
4423 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4424 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4425 },
4426 "dist": {
4427 "type": "zip",
4428 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4429 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4430 "shasum": ""
4431 },
4432 "require": {
4433 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4434 "php": ">=7.1",
4435 "symfony/form": "^3.0|^4.0",
4436 "symfony/validator": "^3.0|^4.0"
4437 },
4438 "require-dev": {
4439 "liip/rmt": "^1.2",
4440 "phpunit/phpunit": "~7.1",
4441 "symfony/phpunit-bridge": "^3.0|^4.0"
4442 },
4443 "type": "symfony-bridge",
4444 "autoload": {
4445 "psr-4": {
4446 "Symfony\\Bridge\\RulerZ\\": ""
4447 },
4448 "exclude-from-classmap": [
4449 "/Tests/"
4450 ]
4451 },
4452 "notification-url": "https://packagist.org/downloads/",
4453 "license": [
4454 "MIT"
4455 ],
4456 "authors": [
4457 {
4458 "name": "Kévin Gomez",
4459 "email": "contact@kevingomez.fr"
4460 }
4461 ],
4462 "description": "Symfony RulerZ Bridge",
4463 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4464 "keywords": [
4465 "Bridge",
4466 "doctrine",
4467 "ruler",
4468 "rulerz",
4469 "specification",
4470 "symfony"
4471 ],
4472 "time": "2018-10-01T14:17:27+00:00"
4473 },
4474 {
4475 "name": "kphoen/rulerz-bundle",
4476 "version": "0.15.0",
4477 "source": {
4478 "type": "git",
4479 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4480 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4481 },
4482 "dist": {
4483 "type": "zip",
4484 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4485 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4486 "shasum": ""
4487 },
4488 "require": {
4489 "kphoen/rulerz": "~0.17,>=0.19.3",
4490 "kphoen/rulerz-bridge": "^1.0",
4491 "php": ">=7.1",
4492 "symfony/framework-bundle": "^3.0|^4.0"
4493 },
4494 "require-dev": {
4495 "liip/rmt": "^1.2",
4496 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4497 "mikey179/vfsstream": "^1.6",
4498 "phpunit/phpunit": "^7.1",
4499 "symfony/phpunit-bridge": "^3.0|^4.0"
4500 },
4501 "type": "symfony-bundle",
4502 "autoload": {
4503 "psr-4": {
4504 "KPhoen\\RulerZBundle\\": ""
4505 },
4506 "exclude-from-classmap": [
4507 "/Tests/"
4508 ]
4509 },
4510 "notification-url": "https://packagist.org/downloads/",
4511 "license": [
4512 "MIT"
4513 ],
4514 "authors": [
4515 {
4516 "name": "Kévin Gomez",
4517 "email": "contact@kevingomez.fr"
4518 }
4519 ],
4520 "description": "Symfony2 Bundle for RulerZ",
4521 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4522 "keywords": [
4523 "doctrine",
4524 "ruler",
4525 "rulerz",
4526 "specification"
4527 ],
4528 "time": "2018-09-17T09:02:32+00:00"
4529 },
4530 {
4531 "name": "lcobucci/jwt",
4532 "version": "3.3.1",
4533 "source": {
4534 "type": "git",
4535 "url": "https://github.com/lcobucci/jwt.git",
4536 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4537 },
4538 "dist": {
4539 "type": "zip",
4540 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4541 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4542 "shasum": ""
4543 },
4544 "require": {
4545 "ext-mbstring": "*",
4546 "ext-openssl": "*",
4547 "php": "^5.6 || ^7.0"
4548 },
4549 "require-dev": {
4550 "mikey179/vfsstream": "~1.5",
4551 "phpmd/phpmd": "~2.2",
4552 "phpunit/php-invoker": "~1.1",
4553 "phpunit/phpunit": "^5.7 || ^7.3",
4554 "squizlabs/php_codesniffer": "~2.3"
4555 },
4556 "type": "library",
4557 "extra": {
4558 "branch-alias": {
4559 "dev-master": "3.1-dev"
4560 }
4561 },
4562 "autoload": {
4563 "psr-4": {
4564 "Lcobucci\\JWT\\": "src"
4565 }
4566 },
4567 "notification-url": "https://packagist.org/downloads/",
4568 "license": [
4569 "BSD-3-Clause"
4570 ],
4571 "authors": [
4572 {
4573 "name": "Luís Otávio Cobucci Oblonczyk",
092b0423
JB
4574 "email": "lcobucci@gmail.com",
4575 "role": "Developer"
6546aca4
JB
4576 }
4577 ],
4578 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4579 "keywords": [
4580 "JWS",
4581 "jwt"
4582 ],
4583 "time": "2019-05-24T18:30:49+00:00"
4584 },
4585 {
4586 "name": "lexik/form-filter-bundle",
4587 "version": "v5.0.10",
4588 "source": {
4589 "type": "git",
4590 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4591 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4592 },
4593 "dist": {
4594 "type": "zip",
4595 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4596 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4597 "shasum": ""
4598 },
4599 "require": {
4600 "doctrine/orm": "^2.4.8",
4601 "php": ">=5.5.9",
4602 "symfony/form": "~2.8|~3.0|^4.0",
4603 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4604 },
4605 "require-dev": {
4606 "doctrine/mongodb-odm-bundle": "^3.0",
4607 "phpunit/phpunit": "~5.0|^7.5"
4608 },
4609 "suggest": {
4610 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4611 },
4612 "type": "symfony-bundle",
4613 "extra": {
4614 "branch-alias": {
4615 "dev-master": "5.x.x-dev"
4616 }
4617 },
4618 "autoload": {
4619 "psr-4": {
4620 "Lexik\\Bundle\\FormFilterBundle\\": ""
4621 }
4622 },
4623 "notification-url": "https://packagist.org/downloads/",
4624 "license": [
4625 "MIT"
4626 ],
4627 "authors": [
4628 {
4629 "name": "Dev Lexik",
4630 "email": "dev@lexik.fr"
4631 },
4632 {
4633 "name": "Cedric Girard",
4634 "email": "c.girard@lexik.fr"
4635 }
4636 ],
4637 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4638 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4639 "keywords": [
4640 "bundle",
4641 "doctrine",
4642 "filter",
4643 "form",
4644 "symfony"
4645 ],
4646 "time": "2019-04-17T17:58:44+00:00"
4647 },
4648 {
4649 "name": "liip/theme-bundle",
a5315365 4650 "version": "1.7.0",
6546aca4
JB
4651 "source": {
4652 "type": "git",
4653 "url": "https://github.com/liip/LiipThemeBundle.git",
a5315365 4654 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
6546aca4
JB
4655 },
4656 "dist": {
4657 "type": "zip",
a5315365 4658 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4659 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
6546aca4
JB
4660 "shasum": ""
4661 },
4662 "require": {
a5315365 4663 "php": "^7.0",
6546aca4 4664 "psr/log": "~1.0",
a5315365 4665 "symfony/finder": "^3.0|^4.0",
4666 "symfony/framework-bundle": "^3.0|^4.0",
4667 "symfony/templating": "^3.0|^4.0",
4668 "symfony/twig-bundle": "^3.0|^4.0",
4669 "twig/twig": "^1.34|^2.4"
6546aca4
JB
4670 },
4671 "conflict": {
4672 "sebastian/comparator": "1.2.3"
4673 },
4674 "require-dev": {
a5315365 4675 "phpunit/phpunit": "^6.0",
4676 "symfony/console": "^3.0|^4.0",
4677 "symfony/expression-language": "^3.0|^4.0"
6546aca4
JB
4678 },
4679 "type": "symfony-bundle",
4680 "extra": {
4681 "branch-alias": {
4682 "dev-master": "1.4-dev"
4683 }
4684 },
4685 "autoload": {
4686 "psr-4": {
4687 "Liip\\ThemeBundle\\": ""
4688 }
4689 },
4690 "notification-url": "https://packagist.org/downloads/",
4691 "license": [
4692 "MIT"
4693 ],
4694 "authors": [
4695 {
4696 "name": "Community contributions",
4697 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4698 },
4699 {
4700 "name": "Liip AG",
4701 "homepage": "http://www.liip.ch/"
4702 }
4703 ],
4704 "description": "Provides theming support for #Symfony2 Bundles",
4705 "keywords": [
4706 "themes",
4707 "theming"
4708 ],
a5315365 4709 "time": "2019-06-19T12:53:08+00:00"
6546aca4
JB
4710 },
4711 {
4712 "name": "masterminds/html5",
1576905e 4713 "version": "2.7.0",
6546aca4
JB
4714 "source": {
4715 "type": "git",
4716 "url": "https://github.com/Masterminds/html5-php.git",
1576905e 4717 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
6546aca4
JB
4718 },
4719 "dist": {
4720 "type": "zip",
1576905e
JB
4721 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4722 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
6546aca4
JB
4723 "shasum": ""
4724 },
4725 "require": {
4726 "ext-ctype": "*",
4727 "ext-dom": "*",
4728 "ext-libxml": "*",
4729 "php": ">=5.3.0"
4730 },
4731 "require-dev": {
4732 "phpunit/phpunit": "^4.8.35",
4733 "sami/sami": "~2.0",
4734 "satooshi/php-coveralls": "1.0.*"
4735 },
4736 "type": "library",
4737 "extra": {
4738 "branch-alias": {
1576905e 4739 "dev-master": "2.7-dev"
6546aca4
JB
4740 }
4741 },
4742 "autoload": {
4743 "psr-4": {
4744 "Masterminds\\": "src"
4745 }
4746 },
4747 "notification-url": "https://packagist.org/downloads/",
4748 "license": [
4749 "MIT"
4750 ],
4751 "authors": [
4752 {
4753 "name": "Matt Butcher",
4754 "email": "technosophos@gmail.com"
4755 },
6546aca4
JB
4756 {
4757 "name": "Matt Farina",
4758 "email": "matt@mattfarina.com"
1576905e
JB
4759 },
4760 {
4761 "name": "Asmir Mustafic",
4762 "email": "goetas@gmail.com"
6546aca4
JB
4763 }
4764 ],
4765 "description": "An HTML5 parser and serializer.",
4766 "homepage": "http://masterminds.github.io/html5-php",
4767 "keywords": [
4768 "HTML5",
4769 "dom",
4770 "html",
4771 "parser",
4772 "querypath",
4773 "serializer",
4774 "xml"
4775 ],
1576905e 4776 "time": "2019-07-25T07:03:26+00:00"
6546aca4
JB
4777 },
4778 {
4779 "name": "mgargano/simplehtmldom",
4780 "version": "1.5",
4781 "source": {
4782 "type": "git",
4783 "url": "https://github.com/matgargano/simplehtmldom.git",
4784 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4785 },
4786 "dist": {
4787 "type": "zip",
4788 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4789 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4790 "shasum": ""
4791 },
4792 "require": {
4793 "php": ">=5.3.0"
4794 },
4795 "type": "library",
4796 "autoload": {
4797 "psr-0": {
4798 "SimpleHtmlDom": "src/"
4799 },
4800 "files": [
4801 "src/simple_html_dom.php"
4802 ]
4803 },
4804 "notification-url": "https://packagist.org/downloads/",
4805 "license": [
4806 "The MIT License"
4807 ],
4808 "authors": [
4809 {
4810 "name": "S.C. Chen",
4811 "email": "me578022@gmail.com"
4812 }
4813 ],
4814 "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",
4815 "homepage": "http://simplehtmldom.sourceforge.net/",
4816 "keywords": [
4817 "Simple",
4818 "dom",
4819 "html"
4820 ],
4821 "time": "2014-01-05T18:17:34+00:00"
4822 },
4823 {
4824 "name": "michelf/php-markdown",
6ba1d734 4825 "version": "1.9.0",
6546aca4
JB
4826 "source": {
4827 "type": "git",
4828 "url": "https://github.com/michelf/php-markdown.git",
6ba1d734 4829 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
6546aca4
JB
4830 },
4831 "dist": {
4832 "type": "zip",
6ba1d734
JB
4833 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4834 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
6546aca4
JB
4835 "shasum": ""
4836 },
4837 "require": {
4838 "php": ">=5.3.0"
4839 },
6ba1d734
JB
4840 "require-dev": {
4841 "phpunit/phpunit": ">=4.3 <5.8"
4842 },
6546aca4
JB
4843 "type": "library",
4844 "autoload": {
4845 "psr-4": {
4846 "Michelf\\": "Michelf/"
4847 }
4848 },
4849 "notification-url": "https://packagist.org/downloads/",
4850 "license": [
4851 "BSD-3-Clause"
4852 ],
4853 "authors": [
4854 {
4855 "name": "Michel Fortin",
4856 "email": "michel.fortin@michelf.ca",
1a758230 4857 "homepage": "https://michelf.ca/",
4858 "role": "Developer"
6546aca4
JB
4859 },
4860 {
4861 "name": "John Gruber",
4862 "homepage": "https://daringfireball.net/"
4863 }
4864 ],
4865 "description": "PHP Markdown",
4866 "homepage": "https://michelf.ca/projects/php-markdown/",
4867 "keywords": [
4868 "markdown"
4869 ],
6ba1d734 4870 "time": "2019-12-02T02:32:27+00:00"
6546aca4
JB
4871 },
4872 {
4873 "name": "mnapoli/piwik-twig-extension",
c546548e 4874 "version": "2.0.1",
6546aca4
JB
4875 "source": {
4876 "type": "git",
4877 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
c546548e 4878 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
6546aca4
JB
4879 },
4880 "dist": {
4881 "type": "zip",
c546548e 4882 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4883 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
6546aca4
JB
4884 "shasum": ""
4885 },
4886 "require": {
a2f4efe6
JB
4887 "php": ">=7.0",
4888 "twig/twig": "~2.10"
6546aca4
JB
4889 },
4890 "require-dev": {
c546548e 4891 "friendsofphp/php-cs-fixer": "~2.13",
a2f4efe6
JB
4892 "php-coveralls/php-coveralls": "^2.0",
4893 "symfony/phpunit-bridge": "^4.2"
6546aca4
JB
4894 },
4895 "type": "library",
4896 "autoload": {
4897 "psr-4": {
4898 "PiwikTwigExtension\\": "src/"
4899 }
4900 },
4901 "notification-url": "https://packagist.org/downloads/",
4902 "license": [
4903 "MIT"
4904 ],
c546548e 4905 "time": "2019-06-21T10:58:04+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",
7771 "version": "v0.14.0",
7772 "source": {
7773 "type": "git",
7774 "url": "https://github.com/smalot/pdfparser.git",
7775 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7776 },
7777 "dist": {
7778 "type": "zip",
7779 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7780 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
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 {
fdf90f84 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 ],
7817 "time": "2019-01-23T09:14:37+00:00"
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
JB
9167 },
9168 {
9169 "name": "true/punycode",
9170 "version": "v2.1.1",
9171 "source": {
9172 "type": "git",
9173 "url": "https://github.com/true/php-punycode.git",
9174 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9175 },
9176 "dist": {
9177 "type": "zip",
9178 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9179 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9180 "shasum": ""
9181 },
9182 "require": {
9183 "php": ">=5.3.0",
9184 "symfony/polyfill-mbstring": "^1.3"
9185 },
9186 "require-dev": {
9187 "phpunit/phpunit": "~4.7",
9188 "squizlabs/php_codesniffer": "~2.0"
9189 },
9190 "type": "library",
9191 "autoload": {
9192 "psr-4": {
9193 "TrueBV\\": "src/"
9194 }
9195 },
9196 "notification-url": "https://packagist.org/downloads/",
9197 "license": [
9198 "MIT"
9199 ],
9200 "authors": [
9201 {
9202 "name": "Renan Gonçalves",
9203 "email": "renan.saddam@gmail.com"
9204 }
9205 ],
9206 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9207 "homepage": "https://github.com/true/php-punycode",
9208 "keywords": [
9209 "idna",
9210 "punycode"
9211 ],
9212 "time": "2016-11-16T10:37:54+00:00"
9213 },
9214 {
9215 "name": "twig/extensions",
9216 "version": "v1.5.4",
9217 "source": {
9218 "type": "git",
9219 "url": "https://github.com/twigphp/Twig-extensions.git",
9220 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9221 },
9222 "dist": {
9223 "type": "zip",
9224 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9225 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9226 "shasum": ""
9227 },
9228 "require": {
9229 "twig/twig": "^1.27|^2.0"
9230 },
9231 "require-dev": {
9232 "symfony/phpunit-bridge": "^3.4",
9233 "symfony/translation": "^2.7|^3.4"
9234 },
9235 "suggest": {
9236 "symfony/translation": "Allow the time_diff output to be translated"
9237 },
9238 "type": "library",
9239 "extra": {
9240 "branch-alias": {
9241 "dev-master": "1.5-dev"
9242 }
9243 },
9244 "autoload": {
9245 "psr-0": {
9246 "Twig_Extensions_": "lib/"
9247 },
9248 "psr-4": {
9249 "Twig\\Extensions\\": "src/"
9250 }
9251 },
9252 "notification-url": "https://packagist.org/downloads/",
9253 "license": [
9254 "MIT"
9255 ],
9256 "authors": [
9257 {
9258 "name": "Fabien Potencier",
9259 "email": "fabien@symfony.com"
9260 }
9261 ],
9262 "description": "Common additional features for Twig that do not directly belong in core",
9263 "keywords": [
9264 "i18n",
9265 "text"
9266 ],
9267 "time": "2018-12-05T18:34:18+00:00"
9268 },
9269 {
9270 "name": "twig/twig",
ec37106f 9271 "version": "v2.12.5",
6546aca4
JB
9272 "source": {
9273 "type": "git",
9274 "url": "https://github.com/twigphp/Twig.git",
ec37106f 9275 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
6546aca4
JB
9276 },
9277 "dist": {
9278 "type": "zip",
ec37106f 9279 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9280 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
6546aca4
JB
9281 "shasum": ""
9282 },
9283 "require": {
a2f4efe6
JB
9284 "php": "^7.0",
9285 "symfony/polyfill-ctype": "^1.8",
9286 "symfony/polyfill-mbstring": "^1.3"
6546aca4
JB
9287 },
9288 "require-dev": {
9289 "psr/container": "^1.0",
94e7ba31 9290 "symfony/phpunit-bridge": "^4.4|^5.0"
6546aca4
JB
9291 },
9292 "type": "library",
9293 "extra": {
9294 "branch-alias": {
41fd6487 9295 "dev-master": "2.12-dev"
6546aca4
JB
9296 }
9297 },
9298 "autoload": {
9299 "psr-0": {
9300 "Twig_": "lib/"
9301 },
9302 "psr-4": {
9303 "Twig\\": "src/"
9304 }
9305 },
9306 "notification-url": "https://packagist.org/downloads/",
9307 "license": [
9308 "BSD-3-Clause"
9309 ],
9310 "authors": [
9311 {
9312 "name": "Fabien Potencier",
9313 "email": "fabien@symfony.com",
cc7b2b91 9314 "homepage": "http://fabien.potencier.org",
9315 "role": "Lead Developer"
6546aca4 9316 },
6546aca4
JB
9317 {
9318 "name": "Twig Team",
cc7b2b91 9319 "role": "Contributors"
41fd6487 9320 },
9321 {
9322 "name": "Armin Ronacher",
9323 "email": "armin.ronacher@active-4.com",
9324 "role": "Project Founder"
6546aca4
JB
9325 }
9326 ],
9327 "description": "Twig, the flexible, fast, and secure template language for PHP",
9328 "homepage": "https://twig.symfony.com",
9329 "keywords": [
9330 "templating"
9331 ],
ec37106f 9332 "time": "2020-02-11T15:31:23+00:00"
6546aca4
JB
9333 },
9334 {
9335 "name": "wallabag/php-mobi",
1576905e 9336 "version": "1.1.0",
6546aca4
JB
9337 "source": {
9338 "type": "git",
9339 "url": "https://github.com/wallabag/php-mobi.git",
1576905e 9340 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
6546aca4
JB
9341 },
9342 "dist": {
9343 "type": "zip",
1576905e
JB
9344 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9345 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
6546aca4
JB
9346 "shasum": ""
9347 },
9348 "require": {
1576905e
JB
9349 "php": ">=5.3.0",
9350 "symfony/polyfill-mbstring": "^1.12"
6546aca4
JB
9351 },
9352 "type": "library",
9353 "autoload": {
9354 "files": [
9355 "MOBIClass/MOBI.php"
9356 ]
9357 },
9358 "notification-url": "https://packagist.org/downloads/",
9359 "license": [
9360 "Apache-2.0"
9361 ],
9362 "authors": [
6546aca4
JB
9363 {
9364 "name": "Sander Kromwijk",
fdf90f84 9365 "email": "s.kromwijk@gmail.co",
9366 "role": "Original developer"
1576905e
JB
9367 },
9368 {
9369 "name": "Nicolas Lœuillet",
9370 "email": "nicolas@loeuillet.org",
9371 "homepage": "http://www.cdetc.fr"
6546aca4
JB
9372 }
9373 ],
9374 "description": "A Mobipocket file (.mobi) creator in PHP.",
1576905e
JB
9375 "homepage": "https://github.com/wallabag/php-mobi",
9376 "time": "2019-08-08T12:26:23+00:00"
6546aca4 9377 },
9d196fcc
KD
9378 {
9379 "name": "wallabag/phpepub",
9380 "version": "4.0.7.2",
9381 "source": {
9382 "type": "git",
9383 "url": "https://github.com/wallabag/PHPePub.git",
9384 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518"
9385 },
9386 "dist": {
9387 "type": "zip",
9388 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9389 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9390 "shasum": ""
9391 },
9392 "require": {
9393 "grandt/phpresizegif": "~1.0.3",
9394 "grandt/relativepath": "~1.0.1",
9395 "masterminds/html5": "~2.3",
9396 "php": ">=5.3.0",
9397 "phpzip/phpzip": "~2.0.7"
9398 },
9399 "type": "library",
9400 "autoload": {
9401 "psr-4": {
9402 "PHPePub\\": "src/PHPePub"
9403 },
9404 "classmap": [
9405 "src/lib.uuid.php"
9406 ]
9407 },
9408 "notification-url": "https://packagist.org/downloads/",
9409 "license": [
9410 "LGPL-2.1"
9411 ],
9412 "authors": [
9413 {
9414 "name": "A. Grandt",
9415 "email": "php@grandt.com",
9416 "homepage": "http://grandt.com",
9417 "role": "Developer"
9418 },
9419 {
9420 "name": "An, Hyeong-woo",
9421 "email": "mail@mytory.net",
9422 "homepage": "https://mytory.net",
9423 "role": "Contributor"
9424 },
9425 {
9426 "name": "Daniel Berthereau",
9427 "email": "daniel.composer@berthereau.net",
9428 "role": "Contributor"
9429 },
9430 {
9431 "name": "Kevin Decherf",
9432 "homepage": "https://kdecherf.com",
9433 "role": "Contributor"
9434 }
9435 ],
9436 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
9437 "homepage": "https://github.com/wallabag/PHPePub",
9438 "keywords": [
9439 "e-book",
9440 "epub"
9441 ],
9442 "time": "2020-03-22T16:24:31+00:00"
9443 },
6546aca4
JB
9444 {
9445 "name": "wallabag/tcpdf",
9446 "version": "6.2.26",
9447 "source": {
9448 "type": "git",
9449 "url": "https://github.com/wallabag/TCPDF.git",
9450 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9451 },
9452 "dist": {
9453 "type": "zip",
9454 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9455 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9456 "shasum": ""
9457 },
9458 "require": {
9459 "php": ">=5.3.0"
9460 },
9461 "replace": {
9462 "tecnickcom/tcpdf": "6.2.*"
9463 },
9464 "type": "library",
9465 "autoload": {
9466 "classmap": [
9467 "fonts",
9468 "config",
9469 "include",
9470 "tcpdf.php",
9471 "tcpdf_parser.php",
9472 "tcpdf_import.php",
9473 "tcpdf_barcodes_1d.php",
9474 "tcpdf_barcodes_2d.php",
9475 "include/tcpdf_colors.php",
9476 "include/tcpdf_filters.php",
9477 "include/tcpdf_font_data.php",
9478 "include/tcpdf_fonts.php",
9479 "include/tcpdf_images.php",
9480 "include/tcpdf_static.php",
9481 "include/barcodes/datamatrix.php",
9482 "include/barcodes/pdf417.php",
9483 "include/barcodes/qrcode.php"
9484 ]
9485 },
9486 "notification-url": "https://packagist.org/downloads/",
9487 "license": [
9488 "LGPL-3.0"
9489 ],
9490 "authors": [
9491 {
9492 "name": "Nicola Asuni",
9493 "email": "info@tecnick.com",
092b0423
JB
9494 "homepage": "http://nicolaasuni.tecnick.com",
9495 "role": "Main developer"
6546aca4
JB
9496 },
9497 {
9498 "name": "wallabag/core",
092b0423
JB
9499 "homepage": "https://www.wallabag.org",
9500 "role": "Developers"
6546aca4
JB
9501 }
9502 ],
9503 "description": "Keeping a working 6.2.x TCPDF version.",
9504 "homepage": "https://www.wallabag.org/",
9505 "keywords": [
9506 "PDFD32000-2008",
9507 "TCPDF",
9508 "barcodes",
9509 "datamatrix",
9510 "pdf",
9511 "pdf417",
9512 "qrcode"
9513 ],
9514 "time": "2018-10-25T06:56:14+00:00"
9515 },
9516 {
9517 "name": "white-october/pagerfanta-bundle",
28236284 9518 "version": "v1.3.2",
6546aca4
JB
9519 "source": {
9520 "type": "git",
9521 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
28236284 9522 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
6546aca4
JB
9523 },
9524 "dist": {
9525 "type": "zip",
28236284 9526 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9527 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
6546aca4
JB
9528 "shasum": ""
9529 },
9530 "require": {
9531 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
d3847ac1 9532 "php": ">=5.3.3",
6546aca4
JB
9533 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9534 "symfony/property-access": "~2.3|~3.0|~4.0",
9535 "symfony/translation": "~2.3|~3.0|~4.0",
9536 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9537 },
d3847ac1
JB
9538 "conflict": {
9539 "twig/twig": "<1.34|>=2.0,<2.4"
9540 },
6546aca4
JB
9541 "require-dev": {
9542 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9543 "symfony/symfony": "~2.3|~3.0|~4.0"
9544 },
9545 "type": "symfony-bundle",
9546 "extra": {
9547 "branch-alias": {
9548 "dev-master": "1.0.x-dev"
9549 }
9550 },
9551 "autoload": {
9552 "psr-4": {
9553 "WhiteOctober\\PagerfantaBundle\\": ""
9554 },
9555 "exclude-from-classmap": [
9556 "Tests/",
9557 "TestsProject/"
9558 ]
9559 },
9560 "notification-url": "https://packagist.org/downloads/",
9561 "license": [
9562 "MIT"
9563 ],
9564 "authors": [
9565 {
9566 "name": "Pablo Díez",
9567 "email": "pablodip@gmail.com"
9568 }
9569 ],
9570 "description": "Bundle to use Pagerfanta with Symfony2",
9571 "keywords": [
9572 "page",
9573 "paging"
9574 ],
28236284 9575 "time": "2019-12-02T14:19:37+00:00"
6546aca4
JB
9576 },
9577 {
9578 "name": "willdurand/hateoas",
9579 "version": "2.12.0",
9580 "source": {
9581 "type": "git",
9582 "url": "https://github.com/willdurand/Hateoas.git",
9583 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9584 },
9585 "dist": {
9586 "type": "zip",
9587 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9588 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9589 "shasum": ""
9590 },
9591 "require": {
9592 "doctrine/annotations": "~1.0",
9593 "doctrine/common": "~2.0",
9594 "jms/metadata": "~1.1",
9595 "jms/serializer": "^1.7",
9596 "php": "^5.5|^7.0",
9597 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9598 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9599 },
9600 "require-dev": {
9601 "pagerfanta/pagerfanta": "~1.0",
9602 "phpunit/phpunit": "~5",
9603 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9604 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9605 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9606 "twig/twig": "~1.12"
9607 },
9608 "suggest": {
9609 "symfony/routing": "To use the SymfonyRouteFactory.",
9610 "symfony/yaml": "To use yaml based configuration.",
9611 "twig/twig": "To use the Twig extensions."
9612 },
9613 "type": "library",
9614 "extra": {
9615 "branch-alias": {
9616 "dev-master": "2.12-dev"
9617 }
9618 },
9619 "autoload": {
9620 "psr-0": {
9621 "Hateoas": "src/"
9622 }
9623 },
9624 "notification-url": "https://packagist.org/downloads/",
9625 "license": [
9626 "MIT"
9627 ],
9628 "authors": [
9629 {
9630 "name": "Adrien Brault",
9631 "email": "adrien.brault@gmail.com"
9632 },
9633 {
fdf90f84 9634 "name": "William DURAND",
6546aca4
JB
9635 "email": "william.durand1@gmail.com"
9636 }
9637 ],
9638 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9639 "time": "2018-02-23T17:05:31+00:00"
9640 },
9641 {
9642 "name": "willdurand/hateoas-bundle",
9643 "version": "1.4.0",
9644 "source": {
9645 "type": "git",
9646 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9647 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9648 },
9649 "dist": {
9650 "type": "zip",
9651 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9652 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9653 "shasum": ""
9654 },
9655 "require": {
9656 "jms/serializer-bundle": "~1.0 || ^2.0",
9657 "php": ">5.4 |^7.0",
9658 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9659 "willdurand/hateoas": "^2.10.0"
9660 },
9661 "require-dev": {
9662 "phpunit/phpunit": "~4.5 || ~5.0",
9663 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9664 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9665 "twig/twig": "~1.12"
9666 },
9667 "type": "symfony-bundle",
9668 "extra": {
9669 "branch-alias": {
9670 "dev-master": "1.4-dev"
9671 }
9672 },
9673 "autoload": {
9674 "psr-4": {
9675 "Bazinga\\Bundle\\HateoasBundle\\": ""
9676 }
9677 },
9678 "notification-url": "https://packagist.org/downloads/",
9679 "license": [
9680 "MIT"
9681 ],
9682 "authors": [
9683 {
fdf90f84 9684 "name": "William DURAND",
6546aca4
JB
9685 "email": "william.durand1@gmail.com"
9686 }
9687 ],
9688 "description": "Integration of Hateoas into Symfony2.",
9689 "keywords": [
9690 "HATEOAS",
9691 "rest"
9692 ],
9693 "time": "2018-01-27T13:03:07+00:00"
9694 },
9695 {
9696 "name": "willdurand/jsonp-callback-validator",
9697 "version": "v1.1.0",
9698 "source": {
9699 "type": "git",
9700 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9701 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9702 },
9703 "dist": {
9704 "type": "zip",
9705 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9706 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9707 "shasum": ""
9708 },
9709 "require": {
9710 "php": ">=5.3.0"
9711 },
9712 "require-dev": {
9713 "phpunit/phpunit": "~3.7"
9714 },
9715 "type": "library",
9716 "autoload": {
9717 "psr-0": {
9718 "JsonpCallbackValidator": "src/"
9719 }
9720 },
9721 "notification-url": "https://packagist.org/downloads/",
9722 "license": [
9723 "MIT"
9724 ],
9725 "authors": [
9726 {
9727 "name": "William Durand",
9728 "email": "william.durand1@gmail.com",
9729 "homepage": "http://www.willdurand.fr"
9730 }
9731 ],
9732 "description": "JSONP callback validator.",
9733 "time": "2014-01-20T22:35:06+00:00"
9734 },
9735 {
9736 "name": "willdurand/negotiation",
9737 "version": "v2.3.1",
9738 "source": {
9739 "type": "git",
9740 "url": "https://github.com/willdurand/Negotiation.git",
9741 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9742 },
9743 "dist": {
9744 "type": "zip",
9745 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9746 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9747 "shasum": ""
9748 },
9749 "require": {
9750 "php": ">=5.4.0"
9751 },
9752 "require-dev": {
9753 "phpunit/phpunit": "~4.5"
9754 },
9755 "type": "library",
9756 "extra": {
9757 "branch-alias": {
9758 "dev-master": "2.3-dev"
9759 }
9760 },
9761 "autoload": {
9762 "psr-4": {
9763 "Negotiation\\": "src/Negotiation"
9764 }
9765 },
9766 "notification-url": "https://packagist.org/downloads/",
9767 "license": [
9768 "MIT"
9769 ],
9770 "authors": [
9771 {
9772 "name": "William Durand",
9773 "email": "will+git@drnd.me"
9774 }
9775 ],
9776 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9777 "homepage": "http://williamdurand.fr/Negotiation/",
9778 "keywords": [
9779 "accept",
9780 "content",
9781 "format",
9782 "header",
9783 "negotiation"
9784 ],
9785 "time": "2017-05-14T17:21:12+00:00"
9786 },
9787 {
9788 "name": "zendframework/zend-code",
6ba1d734 9789 "version": "3.4.1",
6546aca4
JB
9790 "source": {
9791 "type": "git",
9792 "url": "https://github.com/zendframework/zend-code.git",
6ba1d734 9793 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
6546aca4
JB
9794 },
9795 "dist": {
9796 "type": "zip",
6ba1d734
JB
9797 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9798 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
6546aca4
JB
9799 "shasum": ""
9800 },
9801 "require": {
9802 "php": "^7.1",
9803 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9804 },
6ba1d734
JB
9805 "conflict": {
9806 "phpspec/prophecy": "<1.9.0"
9807 },
6546aca4 9808 "require-dev": {
6ba1d734 9809 "doctrine/annotations": "^1.7",
6546aca4 9810 "ext-phar": "*",
987237d5 9811 "phpunit/phpunit": "^7.5.16 || ^8.4",
3f2e602f 9812 "zendframework/zend-coding-standard": "^1.0",
6546aca4
JB
9813 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9814 },
9815 "suggest": {
9816 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9817 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9818 },
9819 "type": "library",
9820 "extra": {
9821 "branch-alias": {
987237d5 9822 "dev-master": "3.4.x-dev",
6ba1d734
JB
9823 "dev-develop": "3.5.x-dev",
9824 "dev-dev-4.0": "4.0.x-dev"
6546aca4
JB
9825 }
9826 },
9827 "autoload": {
9828 "psr-4": {
9829 "Zend\\Code\\": "src/"
9830 }
9831 },
9832 "notification-url": "https://packagist.org/downloads/",
9833 "license": [
9834 "BSD-3-Clause"
9835 ],
3f2e602f 9836 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
6546aca4 9837 "keywords": [
3f2e602f 9838 "ZendFramework",
6546aca4 9839 "code",
3f2e602f 9840 "zf"
6546aca4 9841 ],
501d5fd1 9842 "abandoned": "laminas/laminas-code",
6ba1d734 9843 "time": "2019-12-10T19:21:15+00:00"
6546aca4 9844 },
955a3bde
JB
9845 {
9846 "name": "zendframework/zend-diactoros",
d3847ac1 9847 "version": "2.2.1",
955a3bde
JB
9848 "source": {
9849 "type": "git",
9850 "url": "https://github.com/zendframework/zend-diactoros.git",
d3847ac1 9851 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
955a3bde
JB
9852 },
9853 "dist": {
9854 "type": "zip",
d3847ac1
JB
9855 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9856 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
955a3bde
JB
9857 "shasum": ""
9858 },
9859 "require": {
9860 "php": "^7.1",
9861 "psr/http-factory": "^1.0",
9862 "psr/http-message": "^1.0"
9863 },
9864 "provide": {
9865 "psr/http-factory-implementation": "1.0",
9866 "psr/http-message-implementation": "1.0"
9867 },
9868 "require-dev": {
987237d5 9869 "ext-curl": "*",
955a3bde
JB
9870 "ext-dom": "*",
9871 "ext-libxml": "*",
9872 "http-interop/http-factory-tests": "^0.5.0",
9873 "php-http/psr7-integration-tests": "dev-master",
9874 "phpunit/phpunit": "^7.0.2",
9875 "zendframework/zend-coding-standard": "~1.0.0"
9876 },
9877 "type": "library",
9878 "extra": {
9879 "branch-alias": {
9880 "dev-master": "2.1.x-dev",
9881 "dev-develop": "2.2.x-dev",
9882 "dev-release-1.8": "1.8.x-dev"
9883 }
9884 },
9885 "autoload": {
9886 "files": [
9887 "src/functions/create_uploaded_file.php",
9888 "src/functions/marshal_headers_from_sapi.php",
9889 "src/functions/marshal_method_from_sapi.php",
9890 "src/functions/marshal_protocol_version_from_sapi.php",
9891 "src/functions/marshal_uri_from_sapi.php",
9892 "src/functions/normalize_server.php",
9893 "src/functions/normalize_uploaded_files.php",
9894 "src/functions/parse_cookie_header.php"
9895 ],
9896 "psr-4": {
9897 "Zend\\Diactoros\\": "src/"
9898 }
9899 },
9900 "notification-url": "https://packagist.org/downloads/",
9901 "license": [
9902 "BSD-3-Clause"
9903 ],
9904 "description": "PSR HTTP Message implementations",
9905 "keywords": [
9906 "http",
9907 "psr",
9908 "psr-7"
9909 ],
501d5fd1 9910 "abandoned": "laminas/laminas-diactoros",
d3847ac1 9911 "time": "2019-11-13T19:16:13+00:00"
955a3bde 9912 },
6546aca4
JB
9913 {
9914 "name": "zendframework/zend-eventmanager",
9915 "version": "3.2.1",
9916 "source": {
9917 "type": "git",
9918 "url": "https://github.com/zendframework/zend-eventmanager.git",
9919 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9920 },
9921 "dist": {
9922 "type": "zip",
9923 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9924 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9925 "shasum": ""
9926 },
9927 "require": {
9928 "php": "^5.6 || ^7.0"
9929 },
9930 "require-dev": {
9931 "athletic/athletic": "^0.1",
9932 "container-interop/container-interop": "^1.1.0",
9933 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9934 "zendframework/zend-coding-standard": "~1.0.0",
9935 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9936 },
9937 "suggest": {
9938 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9939 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9940 },
9941 "type": "library",
9942 "extra": {
9943 "branch-alias": {
9944 "dev-master": "3.2-dev",
9945 "dev-develop": "3.3-dev"
9946 }
9947 },
9948 "autoload": {
9949 "psr-4": {
9950 "Zend\\EventManager\\": "src/"
9951 }
9952 },
9953 "notification-url": "https://packagist.org/downloads/",
9954 "license": [
9955 "BSD-3-Clause"
9956 ],
9957 "description": "Trigger and listen to events within a PHP application",
9958 "homepage": "https://github.com/zendframework/zend-eventmanager",
9959 "keywords": [
9960 "event",
9961 "eventmanager",
9962 "events",
9963 "zf2"
9964 ],
501d5fd1 9965 "abandoned": "laminas/laminas-eventmanager",
6546aca4
JB
9966 "time": "2018-04-25T15:33:34+00:00"
9967 }
9968 ],
9969 "packages-dev": [
9970 {
9971 "name": "composer/semver",
78eae449 9972 "version": "1.5.1",
6546aca4
JB
9973 "source": {
9974 "type": "git",
9975 "url": "https://github.com/composer/semver.git",
78eae449 9976 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
6546aca4
JB
9977 },
9978 "dist": {
9979 "type": "zip",
78eae449 9980 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
9981 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
6546aca4
JB
9982 "shasum": ""
9983 },
9984 "require": {
9985 "php": "^5.3.2 || ^7.0"
9986 },
9987 "require-dev": {
78eae449 9988 "phpunit/phpunit": "^4.5 || ^5.0.5"
6546aca4
JB
9989 },
9990 "type": "library",
9991 "extra": {
9992 "branch-alias": {
9993 "dev-master": "1.x-dev"
9994 }
9995 },
9996 "autoload": {
9997 "psr-4": {
9998 "Composer\\Semver\\": "src"
9999 }
10000 },
10001 "notification-url": "https://packagist.org/downloads/",
10002 "license": [
10003 "MIT"
10004 ],
10005 "authors": [
10006 {
10007 "name": "Nils Adermann",
10008 "email": "naderman@naderman.de",
10009 "homepage": "http://www.naderman.de"
10010 },
10011 {
10012 "name": "Jordi Boggiano",
10013 "email": "j.boggiano@seld.be",
10014 "homepage": "http://seld.be"
10015 },
10016 {
10017 "name": "Rob Bast",
10018 "email": "rob.bast@gmail.com",
10019 "homepage": "http://robbast.nl"
10020 }
10021 ],
10022 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10023 "keywords": [
10024 "semantic",
10025 "semver",
10026 "validation",
10027 "versioning"
10028 ],
78eae449 10029 "time": "2020-01-13T12:06:48+00:00"
6546aca4
JB
10030 },
10031 {
10032 "name": "composer/xdebug-handler",
78eae449 10033 "version": "1.4.1",
6546aca4
JB
10034 "source": {
10035 "type": "git",
10036 "url": "https://github.com/composer/xdebug-handler.git",
78eae449 10037 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
6546aca4
JB
10038 },
10039 "dist": {
10040 "type": "zip",
78eae449 10041 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10042 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
6546aca4
JB
10043 "shasum": ""
10044 },
10045 "require": {
8d4ed0df 10046 "php": "^5.3.2 || ^7.0 || ^8.0",
6546aca4
JB
10047 "psr/log": "^1.0"
10048 },
10049 "require-dev": {
8d4ed0df 10050 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
6546aca4
JB
10051 },
10052 "type": "library",
10053 "autoload": {
10054 "psr-4": {
10055 "Composer\\XdebugHandler\\": "src"
10056 }
10057 },
10058 "notification-url": "https://packagist.org/downloads/",
10059 "license": [
10060 "MIT"
10061 ],
10062 "authors": [
10063 {
10064 "name": "John Stevenson",
10065 "email": "john-stevenson@blueyonder.co.uk"
10066 }
10067 ],
8d4ed0df 10068 "description": "Restarts a process without Xdebug.",
6546aca4
JB
10069 "keywords": [
10070 "Xdebug",
10071 "performance"
10072 ],
78eae449 10073 "time": "2020-03-01T12:26:26+00:00"
6546aca4
JB
10074 },
10075 {
10076 "name": "dama/doctrine-test-bundle",
10077 "version": "v5.0.3",
10078 "source": {
10079 "type": "git",
10080 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10081 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10082 },
10083 "dist": {
10084 "type": "zip",
10085 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10086 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10087 "shasum": ""
10088 },
10089 "require": {
10090 "doctrine/dbal": "~2.5",
10091 "doctrine/doctrine-bundle": "~1.4",
10092 "php": "^7.1",
10093 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10094 },
10095 "require-dev": {
10096 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10097 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10098 "symfony/yaml": "~2.8|~3.0|~4.0"
10099 },
10100 "type": "symfony-bundle",
10101 "extra": {
10102 "branch-alias": {
10103 "dev-master": "5.1.x-dev"
10104 }
10105 },
10106 "autoload": {
10107 "psr-4": {
10108 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10109 }
10110 },
10111 "notification-url": "https://packagist.org/downloads/",
10112 "license": [
10113 "MIT"
10114 ],
10115 "authors": [
10116 {
10117 "name": "David Maicher",
10118 "email": "mail@dmaicher.de"
10119 }
10120 ],
10121 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10122 "keywords": [
10123 "Symfony 3",
10124 "Symfony 4",
10125 "doctrine",
10126 "isolation",
10127 "performance",
10128 "symfony",
10129 "symfony 2",
10130 "tests"
10131 ],
10132 "time": "2019-03-22T10:34:17+00:00"
10133 },
10134 {
10135 "name": "doctrine/data-fixtures",
8d4ed0df 10136 "version": "1.3.3",
6546aca4
JB
10137 "source": {
10138 "type": "git",
10139 "url": "https://github.com/doctrine/data-fixtures.git",
8d4ed0df 10140 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
6546aca4
JB
10141 },
10142 "dist": {
10143 "type": "zip",
8d4ed0df
JB
10144 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10145 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
6546aca4
JB
10146 "shasum": ""
10147 },
10148 "require": {
10149 "doctrine/common": "~2.2",
10150 "php": "^7.1"
10151 },
10152 "conflict": {
10153 "doctrine/phpcr-odm": "<1.3.0"
10154 },
10155 "require-dev": {
8d4ed0df 10156 "alcaeus/mongo-php-adapter": "^1.1",
6546aca4 10157 "doctrine/dbal": "^2.5.4",
8d4ed0df 10158 "doctrine/mongodb-odm": "^1.3.0",
6546aca4
JB
10159 "doctrine/orm": "^2.5.4",
10160 "phpunit/phpunit": "^7.0"
10161 },
10162 "suggest": {
10163 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10164 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10165 "doctrine/orm": "For loading ORM fixtures",
10166 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10167 },
10168 "type": "library",
10169 "extra": {
10170 "branch-alias": {
10171 "dev-master": "1.3.x-dev"
10172 }
10173 },
10174 "autoload": {
10175 "psr-4": {
10176 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10177 }
10178 },
10179 "notification-url": "https://packagist.org/downloads/",
10180 "license": [
10181 "MIT"
10182 ],
10183 "authors": [
10184 {
10185 "name": "Jonathan Wage",
10186 "email": "jonwage@gmail.com"
10187 }
10188 ],
10189 "description": "Data Fixtures for all Doctrine Object Managers",
10190 "homepage": "http://www.doctrine-project.org",
10191 "keywords": [
10192 "database"
10193 ],
8d4ed0df 10194 "time": "2019-10-24T04:52:28+00:00"
6546aca4
JB
10195 },
10196 {
10197 "name": "doctrine/doctrine-fixtures-bundle",
20a99c77 10198 "version": "3.3.1",
6546aca4
JB
10199 "source": {
10200 "type": "git",
10201 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
20a99c77 10202 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
6546aca4
JB
10203 },
10204 "dist": {
10205 "type": "zip",
20a99c77 10206 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
10207 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
6546aca4
JB
10208 "shasum": ""
10209 },
10210 "require": {
10211 "doctrine/data-fixtures": "^1.3",
1ddd66ae 10212 "doctrine/doctrine-bundle": "^1.11|^2.0",
cb4108b4 10213 "doctrine/orm": "^2.6.0",
20a99c77 10214 "doctrine/persistence": "^1.3",
6546aca4 10215 "php": "^7.1",
1ddd66ae 10216 "symfony/config": "^3.4|^4.3|^5.0",
10217 "symfony/console": "^3.4|^4.3|^5.0",
10218 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10219 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10220 "symfony/http-kernel": "^3.4|^4.3|^5.0"
6546aca4
JB
10221 },
10222 "require-dev": {
cb4108b4 10223 "doctrine/coding-standard": "^6.0",
6546aca4 10224 "phpunit/phpunit": "^7.4",
1ddd66ae 10225 "symfony/phpunit-bridge": "^4.1|^5.0"
6546aca4
JB
10226 },
10227 "type": "symfony-bundle",
10228 "extra": {
10229 "branch-alias": {
1ddd66ae 10230 "dev-master": "3.3.x-dev"
6546aca4
JB
10231 }
10232 },
10233 "autoload": {
10234 "psr-4": {
10235 "Doctrine\\Bundle\\FixturesBundle\\": ""
10236 }
10237 },
10238 "notification-url": "https://packagist.org/downloads/",
10239 "license": [
10240 "MIT"
10241 ],
10242 "authors": [
10243 {
1ddd66ae 10244 "name": "Fabien Potencier",
10245 "email": "fabien@symfony.com"
6546aca4
JB
10246 },
10247 {
10248 "name": "Doctrine Project",
10249 "homepage": "http://www.doctrine-project.org"
10250 },
10251 {
1ddd66ae 10252 "name": "Symfony Community",
10253 "homepage": "http://symfony.com/contributors"
6546aca4
JB
10254 }
10255 ],
10256 "description": "Symfony DoctrineFixturesBundle",
10257 "homepage": "http://www.doctrine-project.org",
10258 "keywords": [
10259 "Fixture",
10260 "persistence"
10261 ],
20a99c77 10262 "time": "2020-04-02T16:40:37+00:00"
6546aca4
JB
10263 },
10264 {
10265 "name": "friendsofphp/php-cs-fixer",
78eae449 10266 "version": "v2.16.2",
6546aca4
JB
10267 "source": {
10268 "type": "git",
10269 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
78eae449 10270 "reference": "c460a3cbaa58f983fe026cd52c45950bf61e9239"
6546aca4
JB
10271 },
10272 "dist": {
10273 "type": "zip",
78eae449 10274 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c460a3cbaa58f983fe026cd52c45950bf61e9239",
10275 "reference": "c460a3cbaa58f983fe026cd52c45950bf61e9239",
6546aca4
JB
10276 "shasum": ""
10277 },
10278 "require": {
10279 "composer/semver": "^1.4",
10280 "composer/xdebug-handler": "^1.2",
10281 "doctrine/annotations": "^1.2",
10282 "ext-json": "*",
10283 "ext-tokenizer": "*",
10284 "php": "^5.6 || ^7.0",
10285 "php-cs-fixer/diff": "^1.3",
02cf65ee 10286 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10287 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10288 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10289 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10290 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
6546aca4
JB
10291 "symfony/polyfill-php70": "^1.0",
10292 "symfony/polyfill-php72": "^1.4",
02cf65ee 10293 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10294 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
6546aca4
JB
10295 },
10296 "require-dev": {
10297 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10298 "justinrainbow/json-schema": "^5.0",
10299 "keradus/cli-executor": "^1.2",
10300 "mikey179/vfsstream": "^1.6",
10301 "php-coveralls/php-coveralls": "^2.1",
10302 "php-cs-fixer/accessible-object": "^1.0",
10303 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10304 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
66426001 10305 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
6546aca4 10306 "phpunitgoodpractices/traits": "^1.8",
02cf65ee 10307 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10308 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
6546aca4
JB
10309 },
10310 "suggest": {
78eae449 10311 "ext-dom": "For handling output formats in XML",
6546aca4
JB
10312 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10313 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10314 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10315 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10316 },
10317 "bin": [
10318 "php-cs-fixer"
10319 ],
10320 "type": "application",
6546aca4
JB
10321 "autoload": {
10322 "psr-4": {
10323 "PhpCsFixer\\": "src/"
10324 },
10325 "classmap": [
10326 "tests/Test/AbstractFixerTestCase.php",
10327 "tests/Test/AbstractIntegrationCaseFactory.php",
10328 "tests/Test/AbstractIntegrationTestCase.php",
10329 "tests/Test/Assert/AssertTokensTrait.php",
10330 "tests/Test/IntegrationCase.php",
10331 "tests/Test/IntegrationCaseFactory.php",
10332 "tests/Test/IntegrationCaseFactoryInterface.php",
10333 "tests/Test/InternalIntegrationCaseFactory.php",
78eae449 10334 "tests/Test/IsIdenticalConstraint.php",
6546aca4
JB
10335 "tests/TestCase.php"
10336 ]
10337 },
10338 "notification-url": "https://packagist.org/downloads/",
10339 "license": [
10340 "MIT"
10341 ],
10342 "authors": [
6546aca4
JB
10343 {
10344 "name": "Fabien Potencier",
10345 "email": "fabien@symfony.com"
5e8d8ff5 10346 },
10347 {
10348 "name": "Dariusz Rumiński",
10349 "email": "dariusz.ruminski@gmail.com"
6546aca4
JB
10350 }
10351 ],
10352 "description": "A tool to automatically fix PHP code style",
78eae449 10353 "time": "2020-04-10T21:08:06+00:00"
6546aca4
JB
10354 },
10355 {
10356 "name": "m6web/redis-mock",
501d5fd1 10357 "version": "v5.0.0",
6546aca4
JB
10358 "source": {
10359 "type": "git",
10360 "url": "https://github.com/M6Web/RedisMock.git",
501d5fd1 10361 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
6546aca4
JB
10362 },
10363 "dist": {
10364 "type": "zip",
501d5fd1 10365 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10366 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
6546aca4
JB
10367 "shasum": ""
10368 },
10369 "require": {
10370 "php": ">=7.1.0"
10371 },
10372 "require-dev": {
10373 "atoum/atoum": "master-dev",
10374 "predis/predis": "~1.1"
10375 },
10376 "type": "library",
10377 "autoload": {
10378 "psr-0": {
10379 "M6Web\\Component\\RedisMock": "src/"
10380 }
10381 },
10382 "notification-url": "https://packagist.org/downloads/",
10383 "license": [
10384 "MIT"
10385 ],
10386 "authors": [
10387 {
10388 "name": "M6Web",
10389 "email": "opensource@m6web.fr",
10390 "homepage": "http://tech.m6web.fr/"
10391 }
10392 ],
10393 "description": "Library providing a PHP mock for Redis",
10394 "keywords": [
10395 "mock",
10396 "redis"
10397 ],
501d5fd1 10398 "time": "2020-01-08T08:03:01+00:00"
6546aca4
JB
10399 },
10400 {
10401 "name": "nette/bootstrap",
3d8eaa3a 10402 "version": "v3.0.1",
6546aca4
JB
10403 "source": {
10404 "type": "git",
10405 "url": "https://github.com/nette/bootstrap.git",
3d8eaa3a 10406 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
6546aca4
JB
10407 },
10408 "dist": {
10409 "type": "zip",
3d8eaa3a 10410 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10411 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
6546aca4
JB
10412 "shasum": ""
10413 },
10414 "require": {
10415 "nette/di": "^3.0",
10416 "nette/utils": "^3.0",
10417 "php": ">=7.1"
10418 },
3d8eaa3a 10419 "conflict": {
10420 "tracy/tracy": "<2.6"
10421 },
6546aca4
JB
10422 "require-dev": {
10423 "latte/latte": "^2.2",
10424 "nette/application": "^3.0",
10425 "nette/caching": "^3.0",
10426 "nette/database": "^3.0",
10427 "nette/forms": "^3.0",
10428 "nette/http": "^3.0",
10429 "nette/mail": "^3.0",
10430 "nette/robot-loader": "^3.0",
10431 "nette/safe-stream": "^2.2",
10432 "nette/security": "^3.0",
10433 "nette/tester": "^2.0",
10434 "tracy/tracy": "^2.6"
10435 },
10436 "suggest": {
10437 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10438 "tracy/tracy": "to use Configurator::enableTracy()"
10439 },
10440 "type": "library",
10441 "extra": {
10442 "branch-alias": {
10443 "dev-master": "3.0-dev"
10444 }
10445 },
10446 "autoload": {
10447 "classmap": [
10448 "src/"
10449 ]
10450 },
10451 "notification-url": "https://packagist.org/downloads/",
10452 "license": [
10453 "BSD-3-Clause",
10454 "GPL-2.0",
10455 "GPL-3.0"
10456 ],
10457 "authors": [
10458 {
10459 "name": "David Grudl",
10460 "homepage": "https://davidgrudl.com"
10461 },
10462 {
10463 "name": "Nette Community",
10464 "homepage": "https://nette.org/contributors"
10465 }
10466 ],
10467 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10468 "homepage": "https://nette.org",
10469 "keywords": [
10470 "bootstrapping",
10471 "configurator",
10472 "nette"
10473 ],
3d8eaa3a 10474 "time": "2019-09-30T08:19:38+00:00"
6546aca4
JB
10475 },
10476 {
10477 "name": "nette/di",
0f387577 10478 "version": "v3.0.2",
6546aca4
JB
10479 "source": {
10480 "type": "git",
10481 "url": "https://github.com/nette/di.git",
0f387577 10482 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac"
6546aca4
JB
10483 },
10484 "dist": {
10485 "type": "zip",
0f387577
JB
10486 "url": "https://api.github.com/repos/nette/di/zipball/7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10487 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
6546aca4
JB
10488 "shasum": ""
10489 },
10490 "require": {
10491 "ext-tokenizer": "*",
10492 "nette/neon": "^3.0",
0f387577 10493 "nette/php-generator": "^3.3",
6546aca4
JB
10494 "nette/robot-loader": "^3.2",
10495 "nette/schema": "^1.0",
10496 "nette/utils": "^3.0",
10497 "php": ">=7.1"
10498 },
10499 "conflict": {
10500 "nette/bootstrap": "<3.0"
10501 },
10502 "require-dev": {
10503 "nette/tester": "^2.2",
0f387577 10504 "phpstan/phpstan": "^0.12",
6546aca4
JB
10505 "tracy/tracy": "^2.3"
10506 },
10507 "type": "library",
10508 "extra": {
10509 "branch-alias": {
10510 "dev-master": "3.0-dev"
10511 }
10512 },
10513 "autoload": {
10514 "classmap": [
10515 "src/"
10516 ],
10517 "files": [
10518 "src/compatibility.php"
10519 ]
10520 },
10521 "notification-url": "https://packagist.org/downloads/",
10522 "license": [
10523 "BSD-3-Clause",
10524 "GPL-2.0",
10525 "GPL-3.0"
10526 ],
10527 "authors": [
10528 {
10529 "name": "David Grudl",
10530 "homepage": "https://davidgrudl.com"
10531 },
10532 {
10533 "name": "Nette Community",
10534 "homepage": "https://nette.org/contributors"
10535 }
10536 ],
10537 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10538 "homepage": "https://nette.org",
10539 "keywords": [
10540 "compiled",
10541 "di",
10542 "dic",
10543 "factory",
10544 "ioc",
10545 "nette",
10546 "static"
10547 ],
0f387577 10548 "time": "2019-12-17T04:03:21+00:00"
6546aca4
JB
10549 },
10550 {
10551 "name": "nette/finder",
1a758230 10552 "version": "v2.5.1",
6546aca4
JB
10553 "source": {
10554 "type": "git",
10555 "url": "https://github.com/nette/finder.git",
1a758230 10556 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
6546aca4
JB
10557 },
10558 "dist": {
10559 "type": "zip",
1a758230 10560 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10561 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
6546aca4
JB
10562 "shasum": ""
10563 },
10564 "require": {
10565 "nette/utils": "^2.4 || ~3.0.0",
10566 "php": ">=7.1"
10567 },
10568 "conflict": {
10569 "nette/nette": "<2.2"
10570 },
10571 "require-dev": {
10572 "nette/tester": "^2.0",
10573 "tracy/tracy": "^2.3"
10574 },
10575 "type": "library",
10576 "extra": {
10577 "branch-alias": {
10578 "dev-master": "2.5-dev"
10579 }
10580 },
10581 "autoload": {
10582 "classmap": [
10583 "src/"
10584 ]
10585 },
10586 "notification-url": "https://packagist.org/downloads/",
10587 "license": [
10588 "BSD-3-Clause",
10589 "GPL-2.0",
10590 "GPL-3.0"
10591 ],
10592 "authors": [
10593 {
10594 "name": "David Grudl",
10595 "homepage": "https://davidgrudl.com"
10596 },
10597 {
10598 "name": "Nette Community",
10599 "homepage": "https://nette.org/contributors"
10600 }
10601 ],
1a758230 10602 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
6546aca4
JB
10603 "homepage": "https://nette.org",
10604 "keywords": [
10605 "filesystem",
10606 "glob",
10607 "iterator",
10608 "nette"
10609 ],
1a758230 10610 "time": "2019-07-11T18:02:17+00:00"
6546aca4
JB
10611 },
10612 {
10613 "name": "nette/neon",
0f387577 10614 "version": "v3.1.0",
6546aca4
JB
10615 "source": {
10616 "type": "git",
10617 "url": "https://github.com/nette/neon.git",
0f387577 10618 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e"
6546aca4
JB
10619 },
10620 "dist": {
10621 "type": "zip",
0f387577
JB
10622 "url": "https://api.github.com/repos/nette/neon/zipball/0a18fc88801a14d66587932de133eeca01f7ce8e",
10623 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e",
6546aca4
JB
10624 "shasum": ""
10625 },
10626 "require": {
10627 "ext-iconv": "*",
10628 "ext-json": "*",
0f387577 10629 "php": ">=7.1"
6546aca4
JB
10630 },
10631 "require-dev": {
10632 "nette/tester": "^2.0",
0f387577 10633 "phpstan/phpstan": "^0.12",
6546aca4
JB
10634 "tracy/tracy": "^2.3"
10635 },
10636 "type": "library",
10637 "extra": {
10638 "branch-alias": {
0f387577 10639 "dev-master": "3.1-dev"
6546aca4
JB
10640 }
10641 },
10642 "autoload": {
10643 "classmap": [
10644 "src/"
10645 ]
10646 },
10647 "notification-url": "https://packagist.org/downloads/",
10648 "license": [
10649 "BSD-3-Clause",
10650 "GPL-2.0",
10651 "GPL-3.0"
10652 ],
10653 "authors": [
10654 {
10655 "name": "David Grudl",
10656 "homepage": "https://davidgrudl.com"
10657 },
10658 {
10659 "name": "Nette Community",
10660 "homepage": "https://nette.org/contributors"
10661 }
10662 ],
0f387577 10663 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
6546aca4
JB
10664 "homepage": "http://ne-on.org",
10665 "keywords": [
10666 "export",
10667 "import",
10668 "neon",
10669 "nette",
10670 "yaml"
10671 ],
0f387577 10672 "time": "2019-12-27T04:00:04+00:00"
6546aca4
JB
10673 },
10674 {
10675 "name": "nette/php-generator",
d3847ac1 10676 "version": "v3.3.1",
6546aca4
JB
10677 "source": {
10678 "type": "git",
10679 "url": "https://github.com/nette/php-generator.git",
d3847ac1 10680 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
6546aca4
JB
10681 },
10682 "dist": {
10683 "type": "zip",
d3847ac1
JB
10684 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10685 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
6546aca4
JB
10686 "shasum": ""
10687 },
10688 "require": {
10689 "nette/utils": "^2.4.2 || ~3.0.0",
10690 "php": ">=7.1"
10691 },
10692 "require-dev": {
10693 "nette/tester": "^2.0",
10694 "tracy/tracy": "^2.3"
10695 },
10696 "type": "library",
10697 "extra": {
10698 "branch-alias": {
d3847ac1 10699 "dev-master": "3.3-dev"
6546aca4
JB
10700 }
10701 },
10702 "autoload": {
10703 "classmap": [
10704 "src/"
10705 ]
10706 },
10707 "notification-url": "https://packagist.org/downloads/",
10708 "license": [
10709 "BSD-3-Clause",
10710 "GPL-2.0",
10711 "GPL-3.0"
10712 ],
10713 "authors": [
10714 {
10715 "name": "David Grudl",
10716 "homepage": "https://davidgrudl.com"
10717 },
10718 {
10719 "name": "Nette Community",
10720 "homepage": "https://nette.org/contributors"
10721 }
10722 ],
10723 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10724 "homepage": "https://nette.org",
10725 "keywords": [
10726 "code",
10727 "nette",
10728 "php",
10729 "scaffolding"
10730 ],
d3847ac1 10731 "time": "2019-11-22T11:12:11+00:00"
6546aca4
JB
10732 },
10733 {
10734 "name": "nette/robot-loader",
0f387577 10735 "version": "v3.2.1",
6546aca4
JB
10736 "source": {
10737 "type": "git",
10738 "url": "https://github.com/nette/robot-loader.git",
0f387577 10739 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993"
6546aca4
JB
10740 },
10741 "dist": {
10742 "type": "zip",
0f387577
JB
10743 "url": "https://api.github.com/repos/nette/robot-loader/zipball/d2a100e1f5cab390c78bc88709abbc91249c3993",
10744 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993",
6546aca4
JB
10745 "shasum": ""
10746 },
10747 "require": {
10748 "ext-tokenizer": "*",
0f387577 10749 "nette/finder": "^2.5 || ^3.0",
6546aca4
JB
10750 "nette/utils": "^3.0",
10751 "php": ">=7.1"
10752 },
10753 "require-dev": {
10754 "nette/tester": "^2.0",
0f387577 10755 "phpstan/phpstan": "^0.12",
6546aca4
JB
10756 "tracy/tracy": "^2.3"
10757 },
10758 "type": "library",
10759 "extra": {
10760 "branch-alias": {
10761 "dev-master": "3.2-dev"
10762 }
10763 },
10764 "autoload": {
10765 "classmap": [
10766 "src/"
10767 ]
10768 },
10769 "notification-url": "https://packagist.org/downloads/",
10770 "license": [
10771 "BSD-3-Clause",
10772 "GPL-2.0",
10773 "GPL-3.0"
10774 ],
10775 "authors": [
10776 {
10777 "name": "David Grudl",
10778 "homepage": "https://davidgrudl.com"
10779 },
10780 {
10781 "name": "Nette Community",
10782 "homepage": "https://nette.org/contributors"
10783 }
10784 ],
0f387577 10785 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
6546aca4
JB
10786 "homepage": "https://nette.org",
10787 "keywords": [
10788 "autoload",
10789 "class",
10790 "interface",
10791 "nette",
10792 "trait"
10793 ],
0f387577 10794 "time": "2019-12-26T22:32:02+00:00"
6546aca4
JB
10795 },
10796 {
10797 "name": "nette/schema",
8d4ed0df 10798 "version": "v1.0.1",
6546aca4
JB
10799 "source": {
10800 "type": "git",
10801 "url": "https://github.com/nette/schema.git",
8d4ed0df 10802 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
6546aca4
JB
10803 },
10804 "dist": {
10805 "type": "zip",
8d4ed0df
JB
10806 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10807 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
6546aca4
JB
10808 "shasum": ""
10809 },
10810 "require": {
10811 "nette/utils": "^3.0.1",
10812 "php": ">=7.1"
10813 },
10814 "require-dev": {
10815 "nette/tester": "^2.2",
10816 "tracy/tracy": "^2.3"
10817 },
10818 "type": "library",
10819 "extra": {
10820 "branch-alias": {
10821 "dev-master": "1.0-dev"
10822 }
10823 },
10824 "autoload": {
10825 "classmap": [
10826 "src/"
10827 ]
10828 },
10829 "notification-url": "https://packagist.org/downloads/",
10830 "license": [
10831 "BSD-3-Clause",
10832 "GPL-2.0",
10833 "GPL-3.0"
10834 ],
10835 "authors": [
10836 {
10837 "name": "David Grudl",
10838 "homepage": "https://davidgrudl.com"
10839 },
10840 {
10841 "name": "Nette Community",
10842 "homepage": "https://nette.org/contributors"
10843 }
10844 ],
10845 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10846 "homepage": "https://nette.org",
10847 "keywords": [
10848 "config",
10849 "nette"
10850 ],
8d4ed0df 10851 "time": "2019-10-31T20:52:19+00:00"
6546aca4
JB
10852 },
10853 {
10854 "name": "nette/utils",
0f387577 10855 "version": "v3.0.3",
6546aca4
JB
10856 "source": {
10857 "type": "git",
10858 "url": "https://github.com/nette/utils.git",
0f387577 10859 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e"
6546aca4
JB
10860 },
10861 "dist": {
10862 "type": "zip",
0f387577
JB
10863 "url": "https://api.github.com/repos/nette/utils/zipball/f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10864 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
6546aca4
JB
10865 "shasum": ""
10866 },
10867 "require": {
10868 "php": ">=7.1"
10869 },
10870 "require-dev": {
10871 "nette/tester": "~2.0",
0f387577 10872 "phpstan/phpstan": "^0.12",
6546aca4
JB
10873 "tracy/tracy": "^2.3"
10874 },
10875 "suggest": {
10876 "ext-gd": "to use Image",
10877 "ext-iconv": "to use Strings::webalize() and toAscii()",
10878 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10879 "ext-json": "to use Nette\\Utils\\Json",
10880 "ext-mbstring": "to use Strings::lower() etc...",
987237d5 10881 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
6546aca4
JB
10882 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10883 },
10884 "type": "library",
10885 "extra": {
10886 "branch-alias": {
10887 "dev-master": "3.0-dev"
10888 }
10889 },
10890 "autoload": {
10891 "classmap": [
10892 "src/"
10893 ]
10894 },
10895 "notification-url": "https://packagist.org/downloads/",
10896 "license": [
10897 "BSD-3-Clause",
10898 "GPL-2.0",
10899 "GPL-3.0"
10900 ],
10901 "authors": [
10902 {
10903 "name": "David Grudl",
10904 "homepage": "https://davidgrudl.com"
10905 },
10906 {
10907 "name": "Nette Community",
10908 "homepage": "https://nette.org/contributors"
10909 }
10910 ],
10911 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10912 "homepage": "https://nette.org",
10913 "keywords": [
10914 "array",
10915 "core",
10916 "datetime",
10917 "images",
10918 "json",
10919 "nette",
10920 "paginator",
10921 "password",
10922 "slugify",
10923 "string",
10924 "unicode",
10925 "utf-8",
10926 "utility",
10927 "validation"
10928 ],
0f387577 10929 "time": "2019-12-27T03:47:50+00:00"
6546aca4
JB
10930 },
10931 {
10932 "name": "nikic/php-parser",
8d4ed0df 10933 "version": "v4.3.0",
6546aca4
JB
10934 "source": {
10935 "type": "git",
10936 "url": "https://github.com/nikic/PHP-Parser.git",
8d4ed0df 10937 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
6546aca4
JB
10938 },
10939 "dist": {
10940 "type": "zip",
8d4ed0df
JB
10941 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10942 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
6546aca4
JB
10943 "shasum": ""
10944 },
10945 "require": {
10946 "ext-tokenizer": "*",
10947 "php": ">=7.0"
10948 },
10949 "require-dev": {
8d4ed0df 10950 "ircmaxell/php-yacc": "0.0.5",
e9ccc686 10951 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
6546aca4
JB
10952 },
10953 "bin": [
10954 "bin/php-parse"
10955 ],
10956 "type": "library",
10957 "extra": {
10958 "branch-alias": {
8d4ed0df 10959 "dev-master": "4.3-dev"
6546aca4
JB
10960 }
10961 },
10962 "autoload": {
10963 "psr-4": {
10964 "PhpParser\\": "lib/PhpParser"
10965 }
10966 },
10967 "notification-url": "https://packagist.org/downloads/",
10968 "license": [
10969 "BSD-3-Clause"
10970 ],
10971 "authors": [
10972 {
10973 "name": "Nikita Popov"
10974 }
10975 ],
10976 "description": "A PHP parser written in PHP",
10977 "keywords": [
10978 "parser",
10979 "php"
10980 ],
8d4ed0df 10981 "time": "2019-11-08T13:50:10+00:00"
6546aca4
JB
10982 },
10983 {
10984 "name": "php-cs-fixer/diff",
10985 "version": "v1.3.0",
10986 "source": {
10987 "type": "git",
10988 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10989 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10990 },
10991 "dist": {
10992 "type": "zip",
10993 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10994 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10995 "shasum": ""
10996 },
10997 "require": {
10998 "php": "^5.6 || ^7.0"
10999 },
11000 "require-dev": {
11001 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
11002 "symfony/process": "^3.3"
11003 },
11004 "type": "library",
11005 "autoload": {
11006 "classmap": [
11007 "src/"
11008 ]
11009 },
11010 "notification-url": "https://packagist.org/downloads/",
11011 "license": [
11012 "BSD-3-Clause"
11013 ],
11014 "authors": [
11015 {
11016 "name": "Kore Nordmann",
11017 "email": "mail@kore-nordmann.de"
11018 },
11019 {
11020 "name": "Sebastian Bergmann",
11021 "email": "sebastian@phpunit.de"
11022 },
11023 {
11024 "name": "SpacePossum"
11025 }
11026 ],
11027 "description": "sebastian/diff v2 backport support for PHP5.6",
11028 "homepage": "https://github.com/PHP-CS-Fixer",
11029 "keywords": [
11030 "diff"
11031 ],
11032 "time": "2018-02-15T16:58:55+00:00"
11033 },
11034 {
11035 "name": "php-http/mock-client",
5619a0f7 11036 "version": "1.3.1",
6546aca4
JB
11037 "source": {
11038 "type": "git",
11039 "url": "https://github.com/php-http/mock-client.git",
5619a0f7 11040 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
6546aca4
JB
11041 },
11042 "dist": {
11043 "type": "zip",
5619a0f7 11044 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11045 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
6546aca4
JB
11046 "shasum": ""
11047 },
11048 "require": {
11049 "php": "^5.5 || ^7.0",
11050 "php-http/client-common": "^1.9 || ^2.0",
11051 "php-http/discovery": "^1.0",
11052 "php-http/httplug": "^1.0 || ^2.0",
11053 "php-http/message-factory": "^1.0"
11054 },
11055 "provide": {
11056 "php-http/async-client-implementation": "1.0",
11057 "php-http/client-implementation": "1.0"
11058 },
11059 "require-dev": {
11060 "henrikbjorn/phpspec-code-coverage": "^1.0",
11061 "phpspec/phpspec": "^2.4"
11062 },
11063 "type": "library",
11064 "extra": {
11065 "branch-alias": {
11066 "dev-master": "1.3-dev"
11067 }
11068 },
11069 "autoload": {
11070 "psr-4": {
11071 "Http\\Mock\\": "src/"
11072 }
11073 },
11074 "notification-url": "https://packagist.org/downloads/",
11075 "license": [
11076 "MIT"
11077 ],
11078 "authors": [
11079 {
11080 "name": "David de Boer",
11081 "email": "david@ddeboer.nl"
11082 }
11083 ],
11084 "description": "Mock HTTP client",
11085 "homepage": "http://httplug.io",
11086 "keywords": [
11087 "client",
11088 "http",
11089 "mock",
11090 "psr7"
11091 ],
5619a0f7 11092 "time": "2019-11-06T12:49:04+00:00"
6546aca4
JB
11093 },
11094 {
11095 "name": "phpstan/phpdoc-parser",
0a01a5f1 11096 "version": "0.3.5",
6546aca4
JB
11097 "source": {
11098 "type": "git",
11099 "url": "https://github.com/phpstan/phpdoc-parser.git",
0a01a5f1 11100 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
6546aca4
JB
11101 },
11102 "dist": {
11103 "type": "zip",
0a01a5f1
JB
11104 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11105 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
6546aca4
JB
11106 "shasum": ""
11107 },
11108 "require": {
11109 "php": "~7.1"
11110 },
11111 "require-dev": {
11112 "consistence/coding-standard": "^3.5",
11113 "jakub-onderka/php-parallel-lint": "^0.9.2",
11114 "phing/phing": "^2.16.0",
11115 "phpstan/phpstan": "^0.10",
11116 "phpunit/phpunit": "^6.3",
11117 "slevomat/coding-standard": "^4.7.2",
11118 "squizlabs/php_codesniffer": "^3.3.2",
11119 "symfony/process": "^3.4 || ^4.0"
11120 },
11121 "type": "library",
11122 "extra": {
11123 "branch-alias": {
11124 "dev-master": "0.3-dev"
11125 }
11126 },
11127 "autoload": {
11128 "psr-4": {
11129 "PHPStan\\PhpDocParser\\": [
11130 "src/"
11131 ]
11132 }
11133 },
11134 "notification-url": "https://packagist.org/downloads/",
11135 "license": [
11136 "MIT"
11137 ],
11138 "description": "PHPDoc parser with support for nullable, intersection and generic types",
0a01a5f1 11139 "time": "2019-06-07T19:13:52+00:00"
6546aca4
JB
11140 },
11141 {
11142 "name": "phpstan/phpstan",
3d8eaa3a 11143 "version": "0.11.19",
6546aca4
JB
11144 "source": {
11145 "type": "git",
11146 "url": "https://github.com/phpstan/phpstan.git",
3d8eaa3a 11147 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
6546aca4
JB
11148 },
11149 "dist": {
11150 "type": "zip",
3d8eaa3a 11151 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11152 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
6546aca4
JB
11153 "shasum": ""
11154 },
11155 "require": {
11156 "composer/xdebug-handler": "^1.3.0",
11157 "jean85/pretty-package-versions": "^1.0.3",
11158 "nette/bootstrap": "^2.4 || ^3.0",
11159 "nette/di": "^2.4.7 || ^3.0",
07c66a74 11160 "nette/neon": "^2.4.3 || ^3.0",
6546aca4
JB
11161 "nette/robot-loader": "^3.0.1",
11162 "nette/schema": "^1.0",
11163 "nette/utils": "^2.4.5 || ^3.0",
e9ccc686 11164 "nikic/php-parser": "^4.2.3",
6546aca4 11165 "php": "~7.1",
6f80db69 11166 "phpstan/phpdoc-parser": "^0.3.5",
6546aca4
JB
11167 "symfony/console": "~3.2 || ~4.0",
11168 "symfony/finder": "~3.2 || ~4.0"
11169 },
11170 "conflict": {
11171 "symfony/console": "3.4.16 || 4.1.5"
11172 },
11173 "require-dev": {
e9ccc686 11174 "brianium/paratest": "^2.0 || ^3.0",
6546aca4
JB
11175 "consistence/coding-standard": "^3.5",
11176 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11177 "ext-intl": "*",
11178 "ext-mysqli": "*",
6f80db69 11179 "ext-simplexml": "*",
6546aca4
JB
11180 "ext-soap": "*",
11181 "ext-zip": "*",
11182 "jakub-onderka/php-parallel-lint": "^1.0",
11183 "localheinz/composer-normalize": "^1.1.0",
11184 "phing/phing": "^2.16.0",
11185 "phpstan/phpstan-deprecation-rules": "^0.11",
11186 "phpstan/phpstan-php-parser": "^0.11",
11187 "phpstan/phpstan-phpunit": "^0.11",
11188 "phpstan/phpstan-strict-rules": "^0.11",
e9ccc686 11189 "phpunit/phpunit": "^7.5.14 || ^8.0",
6546aca4
JB
11190 "slevomat/coding-standard": "^4.7.2",
11191 "squizlabs/php_codesniffer": "^3.3.2"
11192 },
11193 "bin": [
11194 "bin/phpstan"
11195 ],
11196 "type": "library",
11197 "extra": {
11198 "branch-alias": {
11199 "dev-master": "0.11-dev"
11200 }
11201 },
11202 "autoload": {
11203 "psr-4": {
11204 "PHPStan\\": [
1a758230 11205 "src/"
6546aca4
JB
11206 ]
11207 }
11208 },
11209 "notification-url": "https://packagist.org/downloads/",
11210 "license": [
11211 "MIT"
11212 ],
11213 "description": "PHPStan - PHP Static Analysis Tool",
3d8eaa3a 11214 "time": "2019-10-22T20:20:22+00:00"
6546aca4
JB
11215 },
11216 {
11217 "name": "phpstan/phpstan-doctrine",
cc7b2b91 11218 "version": "0.11.6",
6546aca4
JB
11219 "source": {
11220 "type": "git",
11221 "url": "https://github.com/phpstan/phpstan-doctrine.git",
cc7b2b91 11222 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
6546aca4
JB
11223 },
11224 "dist": {
11225 "type": "zip",
cc7b2b91 11226 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11227 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
6546aca4
JB
11228 "shasum": ""
11229 },
11230 "require": {
11231 "nikic/php-parser": "^4.0",
11232 "php": "~7.1",
11233 "phpstan/phpdoc-parser": "^0.3",
11234 "phpstan/phpstan": "^0.11.7"
11235 },
11236 "conflict": {
11237 "doctrine/collections": "<1.0",
11238 "doctrine/common": "<2.7",
11239 "doctrine/mongodb-odm": "<1.2",
11240 "doctrine/orm": "<2.5"
11241 },
11242 "require-dev": {
11243 "consistence/coding-standard": "^3.8",
11244 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11245 "doctrine/collections": "^1.0",
11246 "doctrine/common": "^2.7",
11247 "doctrine/mongodb-odm": "^1.2",
11248 "doctrine/orm": "^2.5",
11249 "jakub-onderka/php-parallel-lint": "^1.0",
11250 "phing/phing": "^2.16.0",
11251 "phpstan/phpstan-phpunit": "^0.11",
11252 "phpstan/phpstan-strict-rules": "^0.11",
11253 "phpunit/phpunit": "^7.0",
11254 "slevomat/coding-standard": "^5.0.4"
11255 },
11256 "type": "phpstan-extension",
11257 "extra": {
11258 "branch-alias": {
11259 "dev-master": "0.11-dev"
11260 },
11261 "phpstan": {
11262 "includes": [
11263 "extension.neon",
11264 "rules.neon"
11265 ]
11266 }
11267 },
11268 "autoload": {
11269 "psr-4": {
11270 "PHPStan\\": "src/"
11271 }
11272 },
11273 "notification-url": "https://packagist.org/downloads/",
11274 "license": [
11275 "MIT"
11276 ],
11277 "description": "Doctrine extensions for PHPStan",
cc7b2b91 11278 "time": "2019-09-13T08:40:06+00:00"
6546aca4
JB
11279 },
11280 {
11281 "name": "phpstan/phpstan-phpunit",
11282 "version": "0.11.2",
11283 "source": {
11284 "type": "git",
11285 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11286 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11287 },
11288 "dist": {
11289 "type": "zip",
11290 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11291 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11292 "shasum": ""
11293 },
11294 "require": {
11295 "nikic/php-parser": "^4.0",
11296 "php": "~7.1",
11297 "phpstan/phpdoc-parser": "^0.3",
11298 "phpstan/phpstan": "^0.11.4"
11299 },
11300 "conflict": {
11301 "phpunit/phpunit": "<7.0"
11302 },
11303 "require-dev": {
11304 "consistence/coding-standard": "^3.0.1",
11305 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11306 "jakub-onderka/php-parallel-lint": "^1.0",
11307 "phing/phing": "^2.16.0",
11308 "phpstan/phpstan-strict-rules": "^0.11",
11309 "phpunit/phpunit": "^7.0",
11310 "satooshi/php-coveralls": "^1.0",
11311 "slevomat/coding-standard": "^4.5.2"
11312 },
11313 "type": "phpstan-extension",
11314 "extra": {
11315 "branch-alias": {
11316 "dev-master": "0.11-dev"
11317 },
11318 "phpstan": {
11319 "includes": [
11320 "extension.neon",
11321 "rules.neon"
11322 ]
11323 }
11324 },
11325 "autoload": {
11326 "psr-4": {
11327 "PHPStan\\": "src/"
11328 }
11329 },
11330 "notification-url": "https://packagist.org/downloads/",
11331 "license": [
11332 "MIT"
11333 ],
11334 "description": "PHPUnit extensions and rules for PHPStan",
11335 "time": "2019-05-17T17:50:16+00:00"
11336 },
11337 {
11338 "name": "phpstan/phpstan-symfony",
11339 "version": "0.11.6",
11340 "source": {
11341 "type": "git",
11342 "url": "https://github.com/phpstan/phpstan-symfony.git",
11343 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11344 },
11345 "dist": {
11346 "type": "zip",
11347 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11348 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11349 "shasum": ""
11350 },
11351 "require": {
11352 "ext-simplexml": "*",
11353 "nikic/php-parser": "^4.0",
11354 "php": "^7.1",
11355 "phpstan/phpstan": "^0.11.7"
11356 },
11357 "conflict": {
11358 "symfony/framework-bundle": "<3.0"
11359 },
11360 "require-dev": {
11361 "consistence/coding-standard": "^3.0.1",
11362 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11363 "jakub-onderka/php-parallel-lint": "^1.0",
11364 "nette/di": "^3.0-stable",
11365 "phing/phing": "^2.16.0",
11366 "phpstan/phpstan-phpunit": "^0.11",
11367 "phpstan/phpstan-strict-rules": "^0.11",
11368 "phpunit/phpunit": "^7.0",
11369 "slevomat/coding-standard": "^4.5.2",
11370 "squizlabs/php_codesniffer": "^3.3.2",
11371 "symfony/console": "^3.0 || ^4.0",
11372 "symfony/framework-bundle": "^3.0 || ^4.0",
11373 "symfony/messenger": "^4.2",
11374 "symfony/serializer": "^3.0 || ^4.0"
11375 },
11376 "type": "phpstan-extension",
11377 "extra": {
11378 "branch-alias": {
11379 "dev-master": "0.11-dev"
11380 },
11381 "phpstan": {
11382 "includes": [
11383 "extension.neon"
11384 ]
11385 }
11386 },
11387 "autoload": {
11388 "psr-4": {
11389 "PHPStan\\": "src/"
11390 }
11391 },
11392 "notification-url": "https://packagist.org/downloads/",
11393 "license": [
11394 "MIT"
11395 ],
11396 "authors": [
11397 {
11398 "name": "Lukáš Unger",
11399 "email": "looky.msc@gmail.com",
11400 "homepage": "https://lookyman.net"
11401 }
11402 ],
11403 "description": "Symfony Framework extensions and rules for PHPStan",
11404 "time": "2019-05-19T17:40:25+00:00"
11405 },
11406 {
11407 "name": "sensio/generator-bundle",
11408 "version": "v3.1.7",
11409 "source": {
11410 "type": "git",
11411 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11412 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11413 },
11414 "dist": {
11415 "type": "zip",
11416 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11417 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11418 "shasum": ""
11419 },
11420 "require": {
11421 "symfony/console": "~2.7|~3.0",
11422 "symfony/framework-bundle": "~2.7|~3.0",
11423 "symfony/process": "~2.7|~3.0",
11424 "symfony/yaml": "~2.7|~3.0",
11425 "twig/twig": "^1.28.2|^2.0"
11426 },
11427 "require-dev": {
11428 "doctrine/orm": "~2.4",
11429 "symfony/doctrine-bridge": "~2.7|~3.0",
11430 "symfony/filesystem": "~2.7|~3.0",
11431 "symfony/phpunit-bridge": "^3.3"
11432 },
11433 "type": "symfony-bundle",
11434 "extra": {
11435 "branch-alias": {
11436 "dev-master": "3.1.x-dev"
11437 }
11438 },
11439 "autoload": {
11440 "psr-4": {
11441 "Sensio\\Bundle\\GeneratorBundle\\": ""
11442 },
11443 "exclude-from-classmap": [
11444 "/Tests/"
11445 ]
11446 },
11447 "notification-url": "https://packagist.org/downloads/",
11448 "license": [
11449 "MIT"
11450 ],
11451 "authors": [
11452 {
11453 "name": "Fabien Potencier",
11454 "email": "fabien@symfony.com"
11455 }
11456 ],
11457 "description": "This bundle generates code for you",
de166a37 11458 "abandoned": "symfony/maker-bundle",
6546aca4
JB
11459 "time": "2017-12-07T15:36:41+00:00"
11460 },
11461 {
11462 "name": "symfony/phpunit-bridge",
2a59cfa3 11463 "version": "v4.3.11",
6546aca4
JB
11464 "source": {
11465 "type": "git",
11466 "url": "https://github.com/symfony/phpunit-bridge.git",
2a59cfa3 11467 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
6546aca4
JB
11468 },
11469 "dist": {
11470 "type": "zip",
2a59cfa3 11471 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11472 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
6546aca4
JB
11473 "shasum": ""
11474 },
11475 "require": {
955a3bde 11476 "php": ">=5.5.9"
6546aca4
JB
11477 },
11478 "conflict": {
d3847ac1 11479 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6546aca4
JB
11480 },
11481 "suggest": {
d3847ac1 11482 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6546aca4
JB
11483 },
11484 "bin": [
11485 "bin/simple-phpunit"
11486 ],
11487 "type": "symfony-bridge",
11488 "extra": {
11489 "branch-alias": {
d3847ac1 11490 "dev-master": "4.3-dev"
6546aca4
JB
11491 },
11492 "thanks": {
11493 "name": "phpunit/phpunit",
11494 "url": "https://github.com/sebastianbergmann/phpunit"
11495 }
11496 },
11497 "autoload": {
11498 "files": [
11499 "bootstrap.php"
11500 ],
11501 "psr-4": {
11502 "Symfony\\Bridge\\PhpUnit\\": ""
11503 },
11504 "exclude-from-classmap": [
11505 "/Tests/"
11506 ]
11507 },
11508 "notification-url": "https://packagist.org/downloads/",
11509 "license": [
11510 "MIT"
11511 ],
11512 "authors": [
11513 {
11514 "name": "Nicolas Grekas",
11515 "email": "p@tchwork.com"
11516 },
11517 {
11518 "name": "Symfony Community",
11519 "homepage": "https://symfony.com/contributors"
11520 }
11521 ],
11522 "description": "Symfony PHPUnit Bridge",
11523 "homepage": "https://symfony.com",
2a59cfa3 11524 "time": "2020-01-31T09:56:21+00:00"
6546aca4
JB
11525 }
11526 ],
11527 "aliases": [],
11528 "minimum-stability": "dev",
11529 "stability-flags": {
6546aca4
JB
11530 "predis/predis": 20
11531 },
11532 "prefer-stable": true,
11533 "prefer-lowest": false,
11534 "platform": {
11535 "php": ">=7.1.3",
11536 "ext-pcre": "*",
11537 "ext-dom": "*",
11538 "ext-curl": "*",
11539 "ext-gd": "*",
11540 "ext-session": "*",
11541 "ext-ctype": "*",
11542 "ext-hash": "*",
11543 "ext-simplexml": "*",
11544 "ext-json": "*",
11545 "ext-mbstring": "*",
11546 "ext-xml": "*",
11547 "ext-iconv": "*",
11548 "ext-tokenizer": "*",
11549 "ext-pdo": "*",
11550 "ext-tidy": "*"
11551 },
11552 "platform-dev": [],
11553 "platform-overrides": {
11554 "php": "7.1.3"
11555 }
11556}