]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Merge pull request #4149 from ldidry/fix-4130
[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 ],
1576905e 7 "content-hash": "02ec26b02dc55d65cb9353ad99be7ebe",
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",
dab8b395 61 "version": "v3.2.3",
28378675 62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
dab8b395 65 "reference": "65b8152224aef7d3c197d5db05211d4319711b66"
28378675 66 },
67 "dist": {
68 "type": "zip",
dab8b395 69 "url": "https://api.github.com/repos/beberlei/assert/zipball/65b8152224aef7d3c197d5db05211d4319711b66",
70 "reference": "65b8152224aef7d3c197d5db05211d4319711b66",
28378675 71 "shasum": ""
72 },
73 "require": {
dab8b395 74 "ext-ctype": "*",
75 "ext-intl": "*",
76 "ext-json": "*",
77 "ext-mbstring": "*",
78 "ext-simplexml": "*",
28378675 79 "php": "^7"
80 },
81 "require-dev": {
82 "friendsofphp/php-cs-fixer": "*",
83 "phpstan/phpstan-shim": "*",
84 "phpunit/phpunit": ">=6.0.0 <8"
85 },
86 "type": "library",
87 "autoload": {
88 "psr-4": {
89 "Assert\\": "lib/Assert"
90 },
91 "files": [
92 "lib/Assert/functions.php"
93 ]
94 },
95 "notification-url": "https://packagist.org/downloads/",
96 "license": [
97 "BSD-2-Clause"
98 ],
99 "authors": [
100 {
101 "name": "Benjamin Eberlei",
66426001 102 "email": "kontakt@beberlei.de",
103 "role": "Lead Developer"
28378675 104 },
105 {
106 "name": "Richard Quadling",
66426001 107 "email": "rquadling@gmail.com",
108 "role": "Collaborator"
28378675 109 }
110 ],
111 "description": "Thin assertion library for input validation in business models.",
112 "keywords": [
113 "assert",
114 "assertion",
115 "validation"
116 ],
dab8b395 117 "time": "2019-08-23T17:56:26+00:00"
28378675 118 },
6546aca4
JB
119 {
120 "name": "behat/transliterator",
121 "version": "v1.2.0",
122 "source": {
123 "type": "git",
124 "url": "https://github.com/Behat/Transliterator.git",
125 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
126 },
127 "dist": {
128 "type": "zip",
129 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
130 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
131 "shasum": ""
132 },
133 "require": {
134 "php": ">=5.3.3"
135 },
136 "require-dev": {
137 "chuyskywalker/rolling-curl": "^3.1",
138 "php-yaoi/php-yaoi": "^1.0"
139 },
140 "type": "library",
141 "extra": {
142 "branch-alias": {
143 "dev-master": "1.2-dev"
144 }
145 },
146 "autoload": {
147 "psr-0": {
148 "Behat\\Transliterator": "src/"
149 }
150 },
151 "notification-url": "https://packagist.org/downloads/",
152 "license": [
153 "Artistic-1.0"
154 ],
155 "description": "String transliterator",
156 "keywords": [
157 "i18n",
158 "slug",
159 "transliterator"
160 ],
161 "time": "2017-04-04T11:38:05+00:00"
162 },
163 {
164 "name": "clue/stream-filter",
165 "version": "v1.4.1",
166 "source": {
167 "type": "git",
168 "url": "https://github.com/clue/php-stream-filter.git",
169 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
170 },
171 "dist": {
172 "type": "zip",
173 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
174 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
175 "shasum": ""
176 },
177 "require": {
178 "php": ">=5.3"
179 },
180 "require-dev": {
181 "phpunit/phpunit": "^5.0 || ^4.8"
182 },
183 "type": "library",
184 "autoload": {
185 "psr-4": {
186 "Clue\\StreamFilter\\": "src/"
187 },
188 "files": [
189 "src/functions_include.php"
190 ]
191 },
192 "notification-url": "https://packagist.org/downloads/",
193 "license": [
194 "MIT"
195 ],
196 "authors": [
197 {
198 "name": "Christian Lück",
199 "email": "christian@lueck.tv"
200 }
201 ],
202 "description": "A simple and modern approach to stream filtering in PHP",
203 "homepage": "https://github.com/clue/php-stream-filter",
204 "keywords": [
205 "bucket brigade",
206 "callback",
207 "filter",
208 "php_user_filter",
209 "stream",
210 "stream_filter_append",
211 "stream_filter_register"
212 ],
213 "time": "2019-04-09T12:31:48+00:00"
214 },
6546aca4
JB
215 {
216 "name": "craue/config-bundle",
1576905e 217 "version": "2.3.0",
6546aca4
JB
218 "source": {
219 "type": "git",
1576905e
JB
220 "url": "https://github.com/craue/CraueConfigBundle.git",
221 "reference": "7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72"
6546aca4
JB
222 },
223 "dist": {
224 "type": "zip",
1576905e
JB
225 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72",
226 "reference": "7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72",
6546aca4
JB
227 "shasum": ""
228 },
229 "require": {
1576905e
JB
230 "doctrine/doctrine-bundle": "^1.5.1",
231 "php": "~7.0",
232 "psr/simple-cache": "^1.0",
233 "symfony/framework-bundle": "~3.4|~4.1"
6546aca4
JB
234 },
235 "require-dev": {
1576905e
JB
236 "doctrine/doctrine-cache-bundle": "^1.3.5",
237 "doctrine/instantiator": "^1.0.5",
238 "doctrine/orm": "^2.5.14",
239 "phpunit/phpunit": "^6.5.13|^7.5.1",
240 "symfony/phpunit-bridge": "~3.4|~4.1",
241 "symfony/symfony": "~3.4|~4.1"
6546aca4
JB
242 },
243 "type": "symfony-bundle",
244 "extra": {
245 "branch-alias": {
1576905e 246 "dev-master": "2.3.x-dev"
6546aca4
JB
247 }
248 },
249 "autoload": {
250 "psr-4": {
251 "Craue\\ConfigBundle\\": ""
252 },
253 "exclude-from-classmap": [
254 "/Tests/"
255 ]
256 },
1576905e 257 "notification-url": "https://packagist.org/downloads/",
6546aca4
JB
258 "license": [
259 "MIT"
260 ],
261 "authors": [
262 {
263 "name": "Christian Raue",
264 "email": "christian.raue@gmail.com"
265 },
266 {
267 "name": "Symfony Community",
268 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
269 }
270 ],
271 "description": "Database-stored settings made available via a service for your Symfony project.",
272 "homepage": "https://github.com/craue/CraueConfigBundle",
273 "keywords": [
274 "config",
6546aca4
JB
275 "symfony3",
276 "symfony4"
277 ],
1576905e 278 "time": "2019-08-01T15:52:03+00:00"
6546aca4
JB
279 },
280 {
281 "name": "defuse/php-encryption",
282 "version": "v2.2.1",
283 "source": {
284 "type": "git",
285 "url": "https://github.com/defuse/php-encryption.git",
286 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
287 },
288 "dist": {
289 "type": "zip",
290 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
291 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
292 "shasum": ""
293 },
294 "require": {
295 "ext-openssl": "*",
296 "paragonie/random_compat": ">= 2",
297 "php": ">=5.4.0"
298 },
299 "require-dev": {
300 "nikic/php-parser": "^2.0|^3.0|^4.0",
301 "phpunit/phpunit": "^4|^5"
302 },
303 "bin": [
304 "bin/generate-defuse-key"
305 ],
306 "type": "library",
307 "autoload": {
308 "psr-4": {
309 "Defuse\\Crypto\\": "src"
310 }
311 },
312 "notification-url": "https://packagist.org/downloads/",
313 "license": [
314 "MIT"
315 ],
316 "authors": [
317 {
318 "name": "Taylor Hornby",
319 "email": "taylor@defuse.ca",
320 "homepage": "https://defuse.ca/"
321 },
322 {
323 "name": "Scott Arciszewski",
324 "email": "info@paragonie.com",
325 "homepage": "https://paragonie.com"
326 }
327 ],
328 "description": "Secure PHP Encryption Library",
329 "keywords": [
330 "aes",
331 "authenticated encryption",
332 "cipher",
333 "crypto",
334 "cryptography",
335 "encrypt",
336 "encryption",
337 "openssl",
338 "security",
339 "symmetric key cryptography"
340 ],
341 "time": "2018-07-24T23:27:56+00:00"
342 },
343 {
344 "name": "doctrine/annotations",
41fd6487 345 "version": "v1.8.0",
6546aca4
JB
346 "source": {
347 "type": "git",
348 "url": "https://github.com/doctrine/annotations.git",
41fd6487 349 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
6546aca4
JB
350 },
351 "dist": {
352 "type": "zip",
41fd6487 353 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
354 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
6546aca4
JB
355 "shasum": ""
356 },
357 "require": {
358 "doctrine/lexer": "1.*",
359 "php": "^7.1"
360 },
361 "require-dev": {
362 "doctrine/cache": "1.*",
41fd6487 363 "phpunit/phpunit": "^7.5"
6546aca4
JB
364 },
365 "type": "library",
366 "extra": {
367 "branch-alias": {
61e53dda 368 "dev-master": "1.7.x-dev"
6546aca4
JB
369 }
370 },
371 "autoload": {
372 "psr-4": {
373 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
374 }
375 },
376 "notification-url": "https://packagist.org/downloads/",
377 "license": [
378 "MIT"
379 ],
380 "authors": [
61e53dda
JB
381 {
382 "name": "Guilherme Blanco",
383 "email": "guilhermeblanco@gmail.com"
384 },
6546aca4
JB
385 {
386 "name": "Roman Borschel",
387 "email": "roman@code-factory.org"
388 },
389 {
390 "name": "Benjamin Eberlei",
391 "email": "kontakt@beberlei.de"
392 },
6546aca4
JB
393 {
394 "name": "Jonathan Wage",
395 "email": "jonwage@gmail.com"
396 },
397 {
398 "name": "Johannes Schmitt",
399 "email": "schmittjoh@gmail.com"
400 }
401 ],
402 "description": "Docblock Annotations Parser",
403 "homepage": "http://www.doctrine-project.org",
404 "keywords": [
405 "annotations",
406 "docblock",
407 "parser"
408 ],
41fd6487 409 "time": "2019-10-01T18:55:10+00:00"
6546aca4
JB
410 },
411 {
412 "name": "doctrine/cache",
413 "version": "v1.8.0",
414 "source": {
415 "type": "git",
416 "url": "https://github.com/doctrine/cache.git",
417 "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
418 },
419 "dist": {
420 "type": "zip",
421 "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
422 "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
423 "shasum": ""
424 },
425 "require": {
426 "php": "~7.1"
427 },
428 "conflict": {
429 "doctrine/common": ">2.2,<2.4"
430 },
431 "require-dev": {
432 "alcaeus/mongo-php-adapter": "^1.1",
433 "doctrine/coding-standard": "^4.0",
434 "mongodb/mongodb": "^1.1",
435 "phpunit/phpunit": "^7.0",
436 "predis/predis": "~1.0"
437 },
438 "suggest": {
439 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
440 },
441 "type": "library",
442 "extra": {
443 "branch-alias": {
444 "dev-master": "1.8.x-dev"
445 }
446 },
447 "autoload": {
448 "psr-4": {
449 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
450 }
451 },
452 "notification-url": "https://packagist.org/downloads/",
453 "license": [
454 "MIT"
455 ],
456 "authors": [
457 {
458 "name": "Roman Borschel",
459 "email": "roman@code-factory.org"
460 },
461 {
462 "name": "Benjamin Eberlei",
463 "email": "kontakt@beberlei.de"
464 },
465 {
466 "name": "Guilherme Blanco",
467 "email": "guilhermeblanco@gmail.com"
468 },
469 {
470 "name": "Jonathan Wage",
471 "email": "jonwage@gmail.com"
472 },
473 {
474 "name": "Johannes Schmitt",
475 "email": "schmittjoh@gmail.com"
476 }
477 ],
478 "description": "Caching library offering an object-oriented API for many cache backends",
479 "homepage": "https://www.doctrine-project.org",
480 "keywords": [
481 "cache",
482 "caching"
483 ],
484 "time": "2018-08-21T18:01:43+00:00"
485 },
486 {
487 "name": "doctrine/collections",
cb4108b4 488 "version": "v1.6.2",
6546aca4
JB
489 "source": {
490 "type": "git",
491 "url": "https://github.com/doctrine/collections.git",
cb4108b4 492 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
6546aca4
JB
493 },
494 "dist": {
495 "type": "zip",
cb4108b4 496 "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
497 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
6546aca4
JB
498 "shasum": ""
499 },
500 "require": {
501 "php": "^7.1.3"
502 },
503 "require-dev": {
504 "doctrine/coding-standard": "^6.0",
505 "phpstan/phpstan-shim": "^0.9.2",
506 "phpunit/phpunit": "^7.0",
507 "vimeo/psalm": "^3.2.2"
508 },
509 "type": "library",
510 "extra": {
511 "branch-alias": {
512 "dev-master": "1.6.x-dev"
513 }
514 },
515 "autoload": {
516 "psr-4": {
517 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
518 }
519 },
520 "notification-url": "https://packagist.org/downloads/",
521 "license": [
522 "MIT"
523 ],
524 "authors": [
525 {
526 "name": "Roman Borschel",
527 "email": "roman@code-factory.org"
528 },
529 {
530 "name": "Benjamin Eberlei",
531 "email": "kontakt@beberlei.de"
532 },
533 {
534 "name": "Guilherme Blanco",
535 "email": "guilhermeblanco@gmail.com"
536 },
537 {
538 "name": "Jonathan Wage",
539 "email": "jonwage@gmail.com"
540 },
541 {
542 "name": "Johannes Schmitt",
543 "email": "schmittjoh@gmail.com"
544 }
545 ],
546 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
547 "homepage": "https://www.doctrine-project.org/projects/collections.html",
548 "keywords": [
549 "array",
550 "collections",
551 "iterators",
552 "php"
553 ],
cb4108b4 554 "time": "2019-06-09T13:48:14+00:00"
6546aca4
JB
555 },
556 {
557 "name": "doctrine/common",
2133ca31 558 "version": "v2.11.0",
6546aca4
JB
559 "source": {
560 "type": "git",
561 "url": "https://github.com/doctrine/common.git",
2133ca31 562 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
6546aca4
JB
563 },
564 "dist": {
565 "type": "zip",
2133ca31 566 "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
567 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
6546aca4
JB
568 "shasum": ""
569 },
570 "require": {
571 "doctrine/annotations": "^1.0",
572 "doctrine/cache": "^1.0",
573 "doctrine/collections": "^1.0",
574 "doctrine/event-manager": "^1.0",
575 "doctrine/inflector": "^1.0",
576 "doctrine/lexer": "^1.0",
577 "doctrine/persistence": "^1.1",
578 "doctrine/reflection": "^1.0",
579 "php": "^7.1"
580 },
581 "require-dev": {
582 "doctrine/coding-standard": "^1.0",
2133ca31 583 "phpstan/phpstan": "^0.11",
584 "phpstan/phpstan-phpunit": "^0.11",
585 "phpunit/phpunit": "^7.0",
6546aca4
JB
586 "squizlabs/php_codesniffer": "^3.0",
587 "symfony/phpunit-bridge": "^4.0.5"
588 },
589 "type": "library",
590 "extra": {
591 "branch-alias": {
2133ca31 592 "dev-master": "2.11.x-dev"
6546aca4
JB
593 }
594 },
595 "autoload": {
596 "psr-4": {
597 "Doctrine\\Common\\": "lib/Doctrine/Common"
598 }
599 },
600 "notification-url": "https://packagist.org/downloads/",
601 "license": [
602 "MIT"
603 ],
604 "authors": [
2133ca31 605 {
606 "name": "Guilherme Blanco",
607 "email": "guilhermeblanco@gmail.com"
608 },
6546aca4
JB
609 {
610 "name": "Roman Borschel",
611 "email": "roman@code-factory.org"
612 },
613 {
614 "name": "Benjamin Eberlei",
615 "email": "kontakt@beberlei.de"
616 },
6546aca4
JB
617 {
618 "name": "Jonathan Wage",
619 "email": "jonwage@gmail.com"
620 },
621 {
622 "name": "Johannes Schmitt",
623 "email": "schmittjoh@gmail.com"
624 },
625 {
626 "name": "Marco Pivetta",
627 "email": "ocramius@gmail.com"
628 }
629 ],
630 "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.",
631 "homepage": "https://www.doctrine-project.org/projects/common.html",
632 "keywords": [
633 "common",
634 "doctrine",
635 "php"
636 ],
2133ca31 637 "time": "2019-09-10T10:10:14+00:00"
6546aca4
JB
638 },
639 {
640 "name": "doctrine/dbal",
641 "version": "v2.9.2",
642 "source": {
643 "type": "git",
644 "url": "https://github.com/doctrine/dbal.git",
645 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
646 },
647 "dist": {
648 "type": "zip",
649 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
650 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
651 "shasum": ""
652 },
653 "require": {
654 "doctrine/cache": "^1.0",
655 "doctrine/event-manager": "^1.0",
656 "ext-pdo": "*",
657 "php": "^7.1"
658 },
659 "require-dev": {
660 "doctrine/coding-standard": "^5.0",
661 "jetbrains/phpstorm-stubs": "^2018.1.2",
662 "phpstan/phpstan": "^0.10.1",
663 "phpunit/phpunit": "^7.4",
664 "symfony/console": "^2.0.5|^3.0|^4.0",
665 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
666 },
667 "suggest": {
668 "symfony/console": "For helpful console commands such as SQL execution and import of files."
669 },
670 "bin": [
671 "bin/doctrine-dbal"
672 ],
673 "type": "library",
674 "extra": {
675 "branch-alias": {
676 "dev-master": "2.9.x-dev",
677 "dev-develop": "3.0.x-dev"
678 }
679 },
680 "autoload": {
681 "psr-4": {
682 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
683 }
684 },
685 "notification-url": "https://packagist.org/downloads/",
686 "license": [
687 "MIT"
688 ],
689 "authors": [
690 {
691 "name": "Roman Borschel",
692 "email": "roman@code-factory.org"
693 },
694 {
695 "name": "Benjamin Eberlei",
696 "email": "kontakt@beberlei.de"
697 },
698 {
699 "name": "Guilherme Blanco",
700 "email": "guilhermeblanco@gmail.com"
701 },
702 {
703 "name": "Jonathan Wage",
704 "email": "jonwage@gmail.com"
705 }
706 ],
707 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
708 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
709 "keywords": [
710 "abstraction",
711 "database",
712 "dbal",
713 "mysql",
714 "persistence",
715 "pgsql",
716 "php",
717 "queryobject"
718 ],
719 "time": "2018-12-31T03:27:51+00:00"
720 },
721 {
722 "name": "doctrine/doctrine-bundle",
955a3bde 723 "version": "1.11.2",
6546aca4
JB
724 "source": {
725 "type": "git",
726 "url": "https://github.com/doctrine/DoctrineBundle.git",
955a3bde 727 "reference": "28101e20776d8fa20a00b54947fbae2db0d09103"
6546aca4
JB
728 },
729 "dist": {
730 "type": "zip",
955a3bde
JB
731 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/28101e20776d8fa20a00b54947fbae2db0d09103",
732 "reference": "28101e20776d8fa20a00b54947fbae2db0d09103",
6546aca4
JB
733 "shasum": ""
734 },
735 "require": {
736 "doctrine/dbal": "^2.5.12",
737 "doctrine/doctrine-cache-bundle": "~1.2",
738 "jdorn/sql-formatter": "^1.2.16",
739 "php": "^7.1",
740 "symfony/config": "^3.4|^4.1",
741 "symfony/console": "^3.4|^4.1",
742 "symfony/dependency-injection": "^3.4|^4.1",
743 "symfony/doctrine-bridge": "^3.4|^4.1",
744 "symfony/framework-bundle": "^3.4|^4.1"
745 },
746 "conflict": {
747 "doctrine/orm": "<2.6",
748 "twig/twig": "<1.34|>=2.0,<2.4"
749 },
750 "require-dev": {
751 "doctrine/coding-standard": "^6.0",
752 "doctrine/orm": "^2.6",
753 "php-coveralls/php-coveralls": "^2.1",
754 "phpunit/phpunit": "7.0",
755 "symfony/cache": "^3.4|^4.1",
756 "symfony/phpunit-bridge": "^4.2",
757 "symfony/property-info": "^3.4|^4.1",
758 "symfony/validator": "^3.4|^4.1",
759 "symfony/web-profiler-bundle": "^3.4|^4.1",
760 "symfony/yaml": "^3.4|^4.1",
761 "twig/twig": "^1.34|^2.4"
762 },
763 "suggest": {
764 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
765 "symfony/web-profiler-bundle": "To use the data collector."
766 },
767 "type": "symfony-bundle",
768 "extra": {
769 "branch-alias": {
770 "dev-master": "1.11.x-dev"
771 }
772 },
773 "autoload": {
774 "psr-4": {
775 "Doctrine\\Bundle\\DoctrineBundle\\": ""
776 }
777 },
778 "notification-url": "https://packagist.org/downloads/",
779 "license": [
780 "MIT"
781 ],
782 "authors": [
783 {
784 "name": "Symfony Community",
785 "homepage": "http://symfony.com/contributors"
786 },
787 {
788 "name": "Benjamin Eberlei",
789 "email": "kontakt@beberlei.de"
790 },
791 {
792 "name": "Doctrine Project",
793 "homepage": "http://www.doctrine-project.org/"
794 },
795 {
796 "name": "Fabien Potencier",
797 "email": "fabien@symfony.com"
798 }
799 ],
800 "description": "Symfony DoctrineBundle",
801 "homepage": "http://www.doctrine-project.org",
802 "keywords": [
803 "database",
804 "dbal",
805 "orm",
806 "persistence"
807 ],
955a3bde 808 "time": "2019-06-04T07:35:05+00:00"
6546aca4
JB
809 },
810 {
811 "name": "doctrine/doctrine-cache-bundle",
812 "version": "1.3.5",
813 "source": {
814 "type": "git",
815 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
816 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
817 },
818 "dist": {
819 "type": "zip",
820 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
821 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
822 "shasum": ""
823 },
824 "require": {
825 "doctrine/cache": "^1.4.2",
826 "doctrine/inflector": "~1.0",
827 "php": ">=5.3.2",
828 "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
829 },
830 "require-dev": {
831 "instaclick/coding-standard": "~1.1",
832 "instaclick/object-calisthenics-sniffs": "dev-master",
833 "instaclick/symfony2-coding-standard": "dev-remaster",
834 "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
835 "predis/predis": "~0.8",
836 "satooshi/php-coveralls": "^1.0",
837 "squizlabs/php_codesniffer": "~1.5",
838 "symfony/console": "~2.7|~3.3|~4.0",
839 "symfony/finder": "~2.7|~3.3|~4.0",
840 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
841 "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
842 "symfony/security-acl": "~2.7|~3.3",
843 "symfony/validator": "~2.7|~3.3|~4.0",
844 "symfony/yaml": "~2.7|~3.3|~4.0"
845 },
846 "suggest": {
847 "symfony/security-acl": "For using this bundle to cache ACLs"
848 },
849 "type": "symfony-bundle",
850 "extra": {
851 "branch-alias": {
852 "dev-master": "1.3.x-dev"
853 }
854 },
855 "autoload": {
856 "psr-4": {
857 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
858 },
859 "exclude-from-classmap": [
860 "/Tests/"
861 ]
862 },
863 "notification-url": "https://packagist.org/downloads/",
864 "license": [
865 "MIT"
866 ],
867 "authors": [
868 {
869 "name": "Symfony Community",
870 "homepage": "http://symfony.com/contributors"
871 },
872 {
873 "name": "Benjamin Eberlei",
874 "email": "kontakt@beberlei.de"
875 },
876 {
877 "name": "Fabio B. Silva",
878 "email": "fabio.bat.silva@gmail.com"
879 },
880 {
881 "name": "Guilherme Blanco",
882 "email": "guilhermeblanco@hotmail.com"
883 },
884 {
885 "name": "Doctrine Project",
886 "homepage": "http://www.doctrine-project.org/"
887 },
888 {
889 "name": "Fabien Potencier",
890 "email": "fabien@symfony.com"
891 }
892 ],
893 "description": "Symfony Bundle for Doctrine Cache",
894 "homepage": "https://www.doctrine-project.org",
895 "keywords": [
896 "cache",
897 "caching"
898 ],
899 "time": "2018-11-09T06:25:35+00:00"
900 },
901 {
902 "name": "doctrine/doctrine-migrations-bundle",
903 "version": "v1.3.2",
904 "source": {
905 "type": "git",
906 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
907 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
908 },
909 "dist": {
910 "type": "zip",
911 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
912 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
913 "shasum": ""
914 },
915 "require": {
916 "doctrine/doctrine-bundle": "~1.0",
917 "doctrine/migrations": "^1.1",
918 "php": ">=5.4.0",
919 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
920 },
921 "require-dev": {
922 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
923 },
924 "type": "symfony-bundle",
925 "extra": {
926 "branch-alias": {
927 "dev-master": "1.3-dev"
928 }
929 },
930 "autoload": {
931 "psr-4": {
932 "Doctrine\\Bundle\\MigrationsBundle\\": ""
933 }
934 },
935 "notification-url": "https://packagist.org/downloads/",
936 "license": [
937 "MIT"
938 ],
939 "authors": [
940 {
941 "name": "Symfony Community",
942 "homepage": "http://symfony.com/contributors"
943 },
944 {
945 "name": "Doctrine Project",
946 "homepage": "http://www.doctrine-project.org"
947 },
948 {
949 "name": "Fabien Potencier",
950 "email": "fabien@symfony.com"
951 }
952 ],
953 "description": "Symfony DoctrineMigrationsBundle",
954 "homepage": "http://www.doctrine-project.org",
955 "keywords": [
956 "dbal",
957 "migrations",
958 "schema"
959 ],
960 "time": "2018-12-03T11:55:33+00:00"
961 },
962 {
963 "name": "doctrine/event-manager",
964 "version": "v1.0.0",
965 "source": {
966 "type": "git",
967 "url": "https://github.com/doctrine/event-manager.git",
968 "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
969 },
970 "dist": {
971 "type": "zip",
972 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
973 "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
974 "shasum": ""
975 },
976 "require": {
977 "php": "^7.1"
978 },
979 "conflict": {
980 "doctrine/common": "<2.9@dev"
981 },
982 "require-dev": {
983 "doctrine/coding-standard": "^4.0",
984 "phpunit/phpunit": "^7.0"
985 },
986 "type": "library",
987 "extra": {
988 "branch-alias": {
989 "dev-master": "1.0.x-dev"
990 }
991 },
992 "autoload": {
993 "psr-4": {
994 "Doctrine\\Common\\": "lib/Doctrine/Common"
995 }
996 },
997 "notification-url": "https://packagist.org/downloads/",
998 "license": [
999 "MIT"
1000 ],
1001 "authors": [
1002 {
1003 "name": "Roman Borschel",
1004 "email": "roman@code-factory.org"
1005 },
1006 {
1007 "name": "Benjamin Eberlei",
1008 "email": "kontakt@beberlei.de"
1009 },
1010 {
1011 "name": "Guilherme Blanco",
1012 "email": "guilhermeblanco@gmail.com"
1013 },
1014 {
1015 "name": "Jonathan Wage",
1016 "email": "jonwage@gmail.com"
1017 },
1018 {
1019 "name": "Johannes Schmitt",
1020 "email": "schmittjoh@gmail.com"
1021 },
1022 {
1023 "name": "Marco Pivetta",
1024 "email": "ocramius@gmail.com"
1025 }
1026 ],
1027 "description": "Doctrine Event Manager component",
1028 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1029 "keywords": [
1030 "event",
1031 "eventdispatcher",
1032 "eventmanager"
1033 ],
1034 "time": "2018-06-11T11:59:03+00:00"
1035 },
1036 {
1037 "name": "doctrine/inflector",
1038 "version": "v1.3.0",
1039 "source": {
1040 "type": "git",
1041 "url": "https://github.com/doctrine/inflector.git",
1042 "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
1043 },
1044 "dist": {
1045 "type": "zip",
1046 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
1047 "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
1048 "shasum": ""
1049 },
1050 "require": {
1051 "php": "^7.1"
1052 },
1053 "require-dev": {
1054 "phpunit/phpunit": "^6.2"
1055 },
1056 "type": "library",
1057 "extra": {
1058 "branch-alias": {
1059 "dev-master": "1.3.x-dev"
1060 }
1061 },
1062 "autoload": {
1063 "psr-4": {
1064 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1065 }
1066 },
1067 "notification-url": "https://packagist.org/downloads/",
1068 "license": [
1069 "MIT"
1070 ],
1071 "authors": [
1072 {
1073 "name": "Roman Borschel",
1074 "email": "roman@code-factory.org"
1075 },
1076 {
1077 "name": "Benjamin Eberlei",
1078 "email": "kontakt@beberlei.de"
1079 },
1080 {
1081 "name": "Guilherme Blanco",
1082 "email": "guilhermeblanco@gmail.com"
1083 },
1084 {
1085 "name": "Jonathan Wage",
1086 "email": "jonwage@gmail.com"
1087 },
1088 {
1089 "name": "Johannes Schmitt",
1090 "email": "schmittjoh@gmail.com"
1091 }
1092 ],
1093 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1094 "homepage": "http://www.doctrine-project.org",
1095 "keywords": [
1096 "inflection",
1097 "pluralize",
1098 "singularize",
1099 "string"
1100 ],
1101 "time": "2018-01-09T20:05:19+00:00"
1102 },
1103 {
1104 "name": "doctrine/instantiator",
1105 "version": "1.2.0",
1106 "source": {
1107 "type": "git",
1108 "url": "https://github.com/doctrine/instantiator.git",
1109 "reference": "a2c590166b2133a4633738648b6b064edae0814a"
1110 },
1111 "dist": {
1112 "type": "zip",
1113 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
1114 "reference": "a2c590166b2133a4633738648b6b064edae0814a",
1115 "shasum": ""
1116 },
1117 "require": {
1118 "php": "^7.1"
1119 },
1120 "require-dev": {
1121 "doctrine/coding-standard": "^6.0",
1122 "ext-pdo": "*",
1123 "ext-phar": "*",
1124 "phpbench/phpbench": "^0.13",
1125 "phpstan/phpstan-phpunit": "^0.11",
1126 "phpstan/phpstan-shim": "^0.11",
1127 "phpunit/phpunit": "^7.0"
1128 },
1129 "type": "library",
1130 "extra": {
1131 "branch-alias": {
1132 "dev-master": "1.2.x-dev"
1133 }
1134 },
1135 "autoload": {
1136 "psr-4": {
1137 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1138 }
1139 },
1140 "notification-url": "https://packagist.org/downloads/",
1141 "license": [
1142 "MIT"
1143 ],
1144 "authors": [
1145 {
1146 "name": "Marco Pivetta",
1147 "email": "ocramius@gmail.com",
1148 "homepage": "http://ocramius.github.com/"
1149 }
1150 ],
1151 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1152 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1153 "keywords": [
1154 "constructor",
1155 "instantiate"
1156 ],
1157 "time": "2019-03-17T17:37:11+00:00"
1158 },
1159 {
1160 "name": "doctrine/lexer",
cb4108b4 1161 "version": "1.0.2",
6546aca4
JB
1162 "source": {
1163 "type": "git",
1164 "url": "https://github.com/doctrine/lexer.git",
cb4108b4 1165 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
6546aca4
JB
1166 },
1167 "dist": {
1168 "type": "zip",
cb4108b4 1169 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1170 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
6546aca4
JB
1171 "shasum": ""
1172 },
1173 "require": {
1174 "php": ">=5.3.2"
1175 },
cb4108b4 1176 "require-dev": {
1177 "phpunit/phpunit": "^4.5"
1178 },
6546aca4
JB
1179 "type": "library",
1180 "extra": {
1181 "branch-alias": {
1182 "dev-master": "1.0.x-dev"
1183 }
1184 },
1185 "autoload": {
cb4108b4 1186 "psr-4": {
1187 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
6546aca4
JB
1188 }
1189 },
1190 "notification-url": "https://packagist.org/downloads/",
1191 "license": [
1192 "MIT"
1193 ],
1194 "authors": [
1195 {
1196 "name": "Roman Borschel",
1197 "email": "roman@code-factory.org"
1198 },
1199 {
1200 "name": "Guilherme Blanco",
1201 "email": "guilhermeblanco@gmail.com"
1202 },
1203 {
1204 "name": "Johannes Schmitt",
1205 "email": "schmittjoh@gmail.com"
1206 }
1207 ],
cb4108b4 1208 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1209 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
6546aca4 1210 "keywords": [
cb4108b4 1211 "annotations",
1212 "docblock",
6546aca4 1213 "lexer",
cb4108b4 1214 "parser",
1215 "php"
6546aca4 1216 ],
cb4108b4 1217 "time": "2019-06-08T11:03:04+00:00"
6546aca4
JB
1218 },
1219 {
1220 "name": "doctrine/migrations",
1221 "version": "v1.8.1",
1222 "source": {
1223 "type": "git",
1224 "url": "https://github.com/doctrine/migrations.git",
1225 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1226 },
1227 "dist": {
1228 "type": "zip",
1229 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1230 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1231 "shasum": ""
1232 },
1233 "require": {
1234 "doctrine/dbal": "~2.6",
1235 "ocramius/proxy-manager": "^1.0|^2.0",
1236 "php": "^7.1",
1237 "symfony/console": "~3.3|^4.0"
1238 },
1239 "require-dev": {
1240 "doctrine/coding-standard": "^1.0",
1241 "doctrine/orm": "~2.5",
1242 "jdorn/sql-formatter": "~1.1",
1243 "mikey179/vfsstream": "^1.6",
1244 "phpunit/phpunit": "~7.0",
1245 "squizlabs/php_codesniffer": "^3.0",
1246 "symfony/yaml": "~3.3|^4.0"
1247 },
1248 "suggest": {
1249 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1250 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1251 },
1252 "bin": [
1253 "bin/doctrine-migrations"
1254 ],
1255 "type": "library",
1256 "extra": {
1257 "branch-alias": {
1258 "dev-master": "v1.8.x-dev"
1259 }
1260 },
1261 "autoload": {
1262 "psr-4": {
1263 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1264 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1265 }
1266 },
1267 "notification-url": "https://packagist.org/downloads/",
1268 "license": [
1269 "MIT"
1270 ],
1271 "authors": [
1272 {
1273 "name": "Benjamin Eberlei",
1274 "email": "kontakt@beberlei.de"
1275 },
1276 {
1277 "name": "Jonathan Wage",
1278 "email": "jonwage@gmail.com"
1279 },
1280 {
1281 "name": "Michael Simonson",
1282 "email": "contact@mikesimonson.com"
1283 }
1284 ],
1285 "description": "Database Schema migrations using Doctrine DBAL",
1286 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1287 "keywords": [
1288 "database",
1289 "migrations"
1290 ],
1291 "time": "2018-06-06T21:00:30+00:00"
1292 },
1293 {
1294 "name": "doctrine/orm",
2133ca31 1295 "version": "v2.6.4",
6546aca4
JB
1296 "source": {
1297 "type": "git",
1298 "url": "https://github.com/doctrine/orm.git",
2133ca31 1299 "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43"
6546aca4
JB
1300 },
1301 "dist": {
1302 "type": "zip",
2133ca31 1303 "url": "https://api.github.com/repos/doctrine/orm/zipball/b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
1304 "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
6546aca4
JB
1305 "shasum": ""
1306 },
1307 "require": {
1308 "doctrine/annotations": "~1.5",
1309 "doctrine/cache": "~1.6",
1310 "doctrine/collections": "^1.4",
1311 "doctrine/common": "^2.7.1",
1312 "doctrine/dbal": "^2.6",
1313 "doctrine/instantiator": "~1.1",
1314 "ext-pdo": "*",
1315 "php": "^7.1",
1316 "symfony/console": "~3.0|~4.0"
1317 },
1318 "require-dev": {
2133ca31 1319 "doctrine/coding-standard": "^5.0",
1320 "phpunit/phpunit": "^7.5",
6546aca4
JB
1321 "symfony/yaml": "~3.4|~4.0"
1322 },
1323 "suggest": {
1324 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1325 },
1326 "bin": [
1327 "bin/doctrine"
1328 ],
1329 "type": "library",
1330 "extra": {
1331 "branch-alias": {
1332 "dev-master": "2.6.x-dev"
1333 }
1334 },
1335 "autoload": {
1336 "psr-4": {
1337 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1338 }
1339 },
1340 "notification-url": "https://packagist.org/downloads/",
1341 "license": [
1342 "MIT"
1343 ],
1344 "authors": [
2133ca31 1345 {
1346 "name": "Guilherme Blanco",
1347 "email": "guilhermeblanco@gmail.com"
1348 },
6546aca4
JB
1349 {
1350 "name": "Roman Borschel",
1351 "email": "roman@code-factory.org"
1352 },
1353 {
1354 "name": "Benjamin Eberlei",
1355 "email": "kontakt@beberlei.de"
1356 },
6546aca4
JB
1357 {
1358 "name": "Jonathan Wage",
1359 "email": "jonwage@gmail.com"
1360 },
1361 {
1362 "name": "Marco Pivetta",
1363 "email": "ocramius@gmail.com"
1364 }
1365 ],
1366 "description": "Object-Relational-Mapper for PHP",
1367 "homepage": "http://www.doctrine-project.org",
1368 "keywords": [
1369 "database",
1370 "orm"
1371 ],
2133ca31 1372 "time": "2019-09-20T14:30:26+00:00"
6546aca4
JB
1373 },
1374 {
1375 "name": "doctrine/persistence",
1376 "version": "1.1.1",
1377 "source": {
1378 "type": "git",
1379 "url": "https://github.com/doctrine/persistence.git",
1380 "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48"
1381 },
1382 "dist": {
1383 "type": "zip",
1384 "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48",
1385 "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48",
1386 "shasum": ""
1387 },
1388 "require": {
1389 "doctrine/annotations": "^1.0",
1390 "doctrine/cache": "^1.0",
1391 "doctrine/collections": "^1.0",
1392 "doctrine/event-manager": "^1.0",
1393 "doctrine/reflection": "^1.0",
1394 "php": "^7.1"
1395 },
1396 "conflict": {
1397 "doctrine/common": "<2.10@dev"
1398 },
1399 "require-dev": {
1400 "doctrine/coding-standard": "^5.0",
1401 "phpstan/phpstan": "^0.8",
1402 "phpunit/phpunit": "^7.0"
1403 },
1404 "type": "library",
1405 "extra": {
1406 "branch-alias": {
1407 "dev-master": "1.1.x-dev"
1408 }
1409 },
1410 "autoload": {
1411 "psr-4": {
1412 "Doctrine\\Common\\": "lib/Doctrine/Common"
1413 }
1414 },
1415 "notification-url": "https://packagist.org/downloads/",
1416 "license": [
1417 "MIT"
1418 ],
1419 "authors": [
1420 {
1421 "name": "Roman Borschel",
1422 "email": "roman@code-factory.org"
1423 },
1424 {
1425 "name": "Benjamin Eberlei",
1426 "email": "kontakt@beberlei.de"
1427 },
1428 {
1429 "name": "Guilherme Blanco",
1430 "email": "guilhermeblanco@gmail.com"
1431 },
1432 {
1433 "name": "Jonathan Wage",
1434 "email": "jonwage@gmail.com"
1435 },
1436 {
1437 "name": "Johannes Schmitt",
1438 "email": "schmittjoh@gmail.com"
1439 },
1440 {
1441 "name": "Marco Pivetta",
1442 "email": "ocramius@gmail.com"
1443 }
1444 ],
1445 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1446 "homepage": "https://doctrine-project.org/projects/persistence.html",
1447 "keywords": [
1448 "mapper",
1449 "object",
1450 "odm",
1451 "orm",
1452 "persistence"
1453 ],
1454 "time": "2019-04-23T08:28:24+00:00"
1455 },
1456 {
1457 "name": "doctrine/reflection",
1458 "version": "v1.0.0",
1459 "source": {
1460 "type": "git",
1461 "url": "https://github.com/doctrine/reflection.git",
1462 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1463 },
1464 "dist": {
1465 "type": "zip",
1466 "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1467 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1468 "shasum": ""
1469 },
1470 "require": {
1471 "doctrine/annotations": "^1.0",
1472 "ext-tokenizer": "*",
1473 "php": "^7.1"
1474 },
1475 "require-dev": {
1476 "doctrine/coding-standard": "^4.0",
1477 "doctrine/common": "^2.8",
1478 "phpstan/phpstan": "^0.9.2",
1479 "phpstan/phpstan-phpunit": "^0.9.4",
1480 "phpunit/phpunit": "^7.0",
1481 "squizlabs/php_codesniffer": "^3.0"
1482 },
1483 "type": "library",
1484 "extra": {
1485 "branch-alias": {
1486 "dev-master": "1.0.x-dev"
1487 }
1488 },
1489 "autoload": {
1490 "psr-4": {
1491 "Doctrine\\Common\\": "lib/Doctrine/Common"
1492 }
1493 },
1494 "notification-url": "https://packagist.org/downloads/",
1495 "license": [
1496 "MIT"
1497 ],
1498 "authors": [
1499 {
1500 "name": "Roman Borschel",
1501 "email": "roman@code-factory.org"
1502 },
1503 {
1504 "name": "Benjamin Eberlei",
1505 "email": "kontakt@beberlei.de"
1506 },
1507 {
1508 "name": "Guilherme Blanco",
1509 "email": "guilhermeblanco@gmail.com"
1510 },
1511 {
1512 "name": "Jonathan Wage",
1513 "email": "jonwage@gmail.com"
1514 },
1515 {
1516 "name": "Johannes Schmitt",
1517 "email": "schmittjoh@gmail.com"
1518 },
1519 {
1520 "name": "Marco Pivetta",
1521 "email": "ocramius@gmail.com"
1522 }
1523 ],
1524 "description": "Doctrine Reflection component",
1525 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1526 "keywords": [
1527 "reflection"
1528 ],
1529 "time": "2018-06-14T14:45:07+00:00"
1530 },
1531 {
1532 "name": "egulias/email-validator",
61e53dda 1533 "version": "2.1.11",
6546aca4
JB
1534 "source": {
1535 "type": "git",
1536 "url": "https://github.com/egulias/EmailValidator.git",
61e53dda 1537 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
6546aca4
JB
1538 },
1539 "dist": {
1540 "type": "zip",
61e53dda
JB
1541 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
1542 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
6546aca4
JB
1543 "shasum": ""
1544 },
1545 "require": {
1546 "doctrine/lexer": "^1.0.1",
1547 "php": ">= 5.5"
1548 },
1549 "require-dev": {
1550 "dominicsayers/isemail": "dev-master",
1551 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
9a80dcf1
JB
1552 "satooshi/php-coveralls": "^1.0.1",
1553 "symfony/phpunit-bridge": "^4.4@dev"
6546aca4
JB
1554 },
1555 "suggest": {
1556 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1557 },
1558 "type": "library",
1559 "extra": {
1560 "branch-alias": {
61e53dda 1561 "dev-master": "2.1.x-dev"
6546aca4
JB
1562 }
1563 },
1564 "autoload": {
1565 "psr-4": {
1566 "Egulias\\EmailValidator\\": "EmailValidator"
1567 }
1568 },
1569 "notification-url": "https://packagist.org/downloads/",
1570 "license": [
1571 "MIT"
1572 ],
1573 "authors": [
1574 {
1575 "name": "Eduardo Gulias Davis"
1576 }
1577 ],
1578 "description": "A library for validating emails against several RFCs",
1579 "homepage": "https://github.com/egulias/EmailValidator",
1580 "keywords": [
1581 "email",
1582 "emailvalidation",
1583 "emailvalidator",
1584 "validation",
1585 "validator"
1586 ],
61e53dda 1587 "time": "2019-08-13T17:33:27+00:00"
6546aca4
JB
1588 },
1589 {
1590 "name": "electrolinux/php-html5lib",
1591 "version": "0.1.0",
1592 "source": {
1593 "type": "git",
1594 "url": "https://github.com/electrolinux/php-html5lib.git",
1595 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1596 },
1597 "dist": {
1598 "type": "zip",
1599 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1600 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1601 "shasum": ""
1602 },
1603 "require": {
1604 "php": ">=5.3.2"
1605 },
1606 "type": "library",
1607 "autoload": {
1608 "psr-0": {
1609 "HTML5Lib": "src/",
1610 "HTML5Lib\\Tests": "tests/"
1611 }
1612 },
1613 "notification-url": "https://packagist.org/downloads/",
1614 "license": [
1615 "MIT"
1616 ],
1617 "authors": [
1618 {
1619 "name": "Multiple users",
2133ca31 1620 "homepage": "https://code.google.com/p/html5lib/",
1621 "role": "Original developers"
6546aca4
JB
1622 },
1623 {
1624 "name": "Sébastien Lavoie",
2133ca31 1625 "homepage": "http://blog.lavoie.sl",
1626 "role": "Packager"
6546aca4
JB
1627 },
1628 {
1629 "name": "didier Belot",
1630 "role": "Packager"
1631 }
1632 ],
1633 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1634 "homepage": "https://github.com/electrolinux/php-html5lib",
1635 "keywords": [
1636 "HTML5",
1637 "php"
1638 ],
1639 "time": "2013-03-18T18:32:30+00:00"
1640 },
1641 {
1642 "name": "fig/link-util",
1643 "version": "1.0.0",
1644 "source": {
1645 "type": "git",
1646 "url": "https://github.com/php-fig/link-util.git",
1647 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1648 },
1649 "dist": {
1650 "type": "zip",
1651 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1652 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1653 "shasum": ""
1654 },
1655 "require": {
1656 "php": ">=5.5.0",
1657 "psr/link": "~1.0@dev"
1658 },
1659 "require-dev": {
1660 "phpunit/phpunit": "^5.1",
1661 "squizlabs/php_codesniffer": "^2.3.1"
1662 },
1663 "type": "library",
1664 "extra": {
1665 "branch-alias": {
1666 "dev-master": "1.0.x-dev"
1667 }
1668 },
1669 "autoload": {
1670 "psr-4": {
1671 "Fig\\Link\\": "src/"
1672 }
1673 },
1674 "notification-url": "https://packagist.org/downloads/",
1675 "license": [
1676 "MIT"
1677 ],
1678 "authors": [
1679 {
1680 "name": "PHP-FIG",
1681 "homepage": "http://www.php-fig.org/"
1682 }
1683 ],
1684 "description": "Common utility implementations for HTTP links",
1685 "keywords": [
1686 "http",
1687 "http-link",
1688 "link",
1689 "psr",
1690 "psr-13",
1691 "rest"
1692 ],
1693 "time": "2016-10-17T18:31:11+00:00"
1694 },
1695 {
1696 "name": "fossar/htmlawed",
1697 "version": "1.2.7",
1698 "source": {
1699 "type": "git",
1700 "url": "https://github.com/fossar/HTMLawed.git",
1701 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1702 },
1703 "dist": {
1704 "type": "zip",
1705 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1706 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1707 "shasum": ""
1708 },
1709 "require": {
1710 "php": ">4.4.0"
1711 },
1712 "replace": {
1713 "htmlawed/htmlawed": "*"
1714 },
1715 "type": "library",
1716 "autoload": {
1717 "files": [
1718 "htmLawed.php"
1719 ]
1720 },
1721 "notification-url": "https://packagist.org/downloads/",
1722 "license": [
1723 "GPL-2.0+",
1724 "LGPL-3.0"
1725 ],
1726 "authors": [
1727 {
1728 "name": "Santosh Patnaik",
1a758230 1729 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1730 "role": "Developer"
6546aca4
JB
1731 }
1732 ],
1733 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1734 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1735 "keywords": [
1736 "HTMLtidy",
1737 "html",
1738 "sanitize",
1739 "strip",
1740 "tags"
1741 ],
1742 "time": "2019-05-09T11:53:40+00:00"
1743 },
1744 {
1745 "name": "friendsofsymfony/jsrouting-bundle",
56d39423 1746 "version": "2.4.0",
6546aca4
JB
1747 "source": {
1748 "type": "git",
1749 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
56d39423 1750 "reference": "e42ed450eac2b61d5fcba9cd834c294a429e9a40"
6546aca4
JB
1751 },
1752 "dist": {
1753 "type": "zip",
56d39423 1754 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/e42ed450eac2b61d5fcba9cd834c294a429e9a40",
1755 "reference": "e42ed450eac2b61d5fcba9cd834c294a429e9a40",
6546aca4
JB
1756 "shasum": ""
1757 },
1758 "require": {
1759 "php": "^5.3.9|^7.0",
1760 "symfony/console": "~2.7||~3.0|^4.0",
1761 "symfony/framework-bundle": "~2.7||~3.0|^4.0",
1762 "symfony/serializer": "~2.7||~3.0|^4.0",
1763 "willdurand/jsonp-callback-validator": "~1.0"
1764 },
1765 "require-dev": {
1766 "symfony/expression-language": "~2.7||~3.0|^4.0",
1767 "symfony/phpunit-bridge": "^3.3|^4.0"
1768 },
1769 "type": "symfony-bundle",
1770 "extra": {
1771 "branch-alias": {
1772 "dev-master": "2.0-dev"
1773 }
1774 },
1775 "autoload": {
1776 "psr-4": {
1777 "FOS\\JsRoutingBundle\\": ""
1778 },
1779 "exclude-from-classmap": [
1780 "/Tests/"
1781 ]
1782 },
1783 "notification-url": "https://packagist.org/downloads/",
1784 "license": [
1785 "MIT"
1786 ],
1787 "authors": [
6546aca4
JB
1788 {
1789 "name": "William Durand",
1790 "email": "will+git@drnd.me"
56d39423 1791 },
1792 {
1793 "name": "FriendsOfSymfony Community",
1794 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
6546aca4
JB
1795 }
1796 ],
1797 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1798 "homepage": "http://friendsofsymfony.github.com",
1799 "keywords": [
1800 "Js Routing",
1801 "javascript",
1802 "routing"
1803 ],
56d39423 1804 "time": "2019-08-10T15:40:05+00:00"
6546aca4
JB
1805 },
1806 {
1807 "name": "friendsofsymfony/oauth-server-bundle",
1808 "version": "1.6.2",
1809 "source": {
1810 "type": "git",
1811 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1812 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1813 },
1814 "dist": {
1815 "type": "zip",
1816 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1817 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1818 "shasum": ""
1819 },
1820 "require": {
1821 "friendsofsymfony/oauth2-php": "~1.1",
1822 "paragonie/random_compat": "^1|^2",
1823 "php": "^5.5|^7.0",
1824 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1825 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1826 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1827 },
1828 "require-dev": {
1829 "doctrine/doctrine-bundle": "~1.0",
1830 "doctrine/mongodb-odm": "~1.0",
1831 "doctrine/orm": "~2.2",
1832 "phing/phing": "~2.4",
1833 "php-mock/php-mock-phpunit": "^1.1",
1834 "phpunit/phpunit": "~4.8|~5.0",
1835 "propel/propel1": "^1.6.5",
1836 "symfony/class-loader": "~2.8|~3.0|^4.0",
1837 "symfony/console": "~2.8|~3.0|^4.0",
1838 "symfony/form": "~2.8|~3.0|^4.0",
1839 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1840 "symfony/templating": "~2.8|~3.0|^4.0",
1841 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1842 "symfony/yaml": "~2.8|~3.0|^4.0",
1843 "willdurand/propel-typehintable-behavior": "^1.0.4"
1844 },
1845 "suggest": {
1846 "doctrine/doctrine-bundle": "*",
1847 "doctrine/mongodb-odm-bundle": "*",
1848 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1849 "symfony/console": "Needed to be able to use commands",
1850 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1851 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1852 },
1853 "type": "symfony-bundle",
1854 "extra": {
1855 "branch-alias": {
1856 "dev-master": "1.5-dev"
1857 }
1858 },
1859 "autoload": {
1860 "psr-4": {
1861 "FOS\\OAuthServerBundle\\": ""
1862 },
1863 "exclude-from-classmap": [
1864 "/Tests/"
1865 ]
1866 },
1867 "notification-url": "https://packagist.org/downloads/",
1868 "license": [
1869 "MIT"
1870 ],
1871 "authors": [
1872 {
1873 "name": "Arnaud Le Blanc",
1874 "email": "arnaud.lb@gmail.com"
1875 },
1876 {
1877 "name": "FriendsOfSymfony Community",
1878 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1879 }
1880 ],
1881 "description": "Symfony2 OAuth Server Bundle",
1882 "homepage": "http://friendsofsymfony.github.com",
1883 "keywords": [
1884 "oauth",
1885 "oauth2",
1886 "server"
1887 ],
1888 "time": "2019-01-23T15:23:04+00:00"
1889 },
1890 {
1891 "name": "friendsofsymfony/oauth2-php",
1892 "version": "1.2.3",
1893 "source": {
1894 "type": "git",
1895 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1896 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1897 },
1898 "dist": {
1899 "type": "zip",
1900 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1901 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1902 "shasum": ""
1903 },
1904 "require": {
1905 "php": "^5.5.9|>=7.0.8",
1906 "symfony/http-foundation": "~3.0|~4.0"
1907 },
1908 "require-dev": {
1909 "phpunit/phpunit": "~4.0"
1910 },
1911 "type": "library",
1912 "extra": {
1913 "branch-alias": {
1914 "dev-master": "1.2.x-dev"
1915 }
1916 },
1917 "autoload": {
1918 "psr-4": {
1919 "OAuth2\\": "lib/"
1920 }
1921 },
1922 "notification-url": "https://packagist.org/downloads/",
1923 "license": [
1924 "MIT"
1925 ],
1926 "authors": [
1927 {
1928 "name": "Arnaud Le Blanc",
1929 "email": "arnaud.lb@gmail.com"
1930 },
1931 {
1932 "name": "FriendsOfSymfony Community",
1933 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1934 }
1935 ],
1936 "description": "OAuth2 library",
1937 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1938 "keywords": [
1939 "oauth",
1940 "oauth2"
1941 ],
1942 "time": "2018-01-30T19:58:25+00:00"
1943 },
1944 {
1945 "name": "friendsofsymfony/rest-bundle",
1946 "version": "2.5.0",
1947 "source": {
1948 "type": "git",
1949 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1950 "reference": "a5fc73b84bdb2f0fdf58a717b322ceb6997f7bf3"
1951 },
1952 "dist": {
1953 "type": "zip",
1954 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/a5fc73b84bdb2f0fdf58a717b322ceb6997f7bf3",
1955 "reference": "a5fc73b84bdb2f0fdf58a717b322ceb6997f7bf3",
1956 "shasum": ""
1957 },
1958 "require": {
1959 "doctrine/inflector": "^1.0",
1960 "php": "^5.5.9|~7.0",
1961 "psr/log": "^1.0",
1962 "symfony/config": "^3.4|^4.0",
1963 "symfony/debug": "^3.4|^4.0",
1964 "symfony/dependency-injection": "^3.4|^4.0",
1965 "symfony/event-dispatcher": "^3.4|^4.0",
1966 "symfony/finder": "^3.4|^4.0",
1967 "symfony/framework-bundle": "^3.4|^4.0",
1968 "symfony/http-foundation": "^3.4|^4.0",
1969 "symfony/http-kernel": "^3.4|^4.0",
1970 "symfony/routing": "^3.4|^4.0",
1971 "symfony/security-core": "^3.4|^4.0",
1972 "symfony/templating": "^3.4|^4.0",
1973 "willdurand/jsonp-callback-validator": "^1.0",
1974 "willdurand/negotiation": "^2.0"
1975 },
1976 "conflict": {
1977 "jms/serializer": "<1.13.0",
1978 "jms/serializer-bundle": "<2.0.0",
1979 "sensio/framework-extra-bundle": "<3.0.13"
1980 },
1981 "require-dev": {
1982 "jms/serializer": "^1.13|^2.0",
1983 "jms/serializer-bundle": "^2.3.1|^3.0",
1984 "phpoption/phpoption": "^1.1",
1985 "psr/http-message": "^1.0",
1986 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
1987 "symfony/asset": "^3.4|^4.0",
1988 "symfony/browser-kit": "^3.4|^4.0",
1989 "symfony/css-selector": "^3.4|^4.0",
1990 "symfony/dependency-injection": "^2.7.20|^3.0|^4.0",
1991 "symfony/expression-language": "~2.7|^3.0|^4.0",
1992 "symfony/form": "^3.4|^4.0",
1993 "symfony/phpunit-bridge": "^4.1.8",
1994 "symfony/security-bundle": "^3.4|^4.0",
1995 "symfony/serializer": "^2.7.11|^3.0.4|^4.0",
1996 "symfony/twig-bundle": "^3.4|^4.0",
1997 "symfony/validator": "^3.4|^4.0",
1998 "symfony/web-profiler-bundle": "^3.4|^4.0",
1999 "symfony/yaml": "^3.4|^4.0"
2000 },
2001 "suggest": {
2002 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2003 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2004 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2005 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2006 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2007 },
2008 "type": "symfony-bundle",
2009 "extra": {
2010 "branch-alias": {
2011 "dev-master": "2.5-dev"
2012 }
2013 },
2014 "autoload": {
2015 "psr-4": {
2016 "FOS\\RestBundle\\": ""
2017 },
2018 "exclude-from-classmap": [
2019 "Tests/"
2020 ]
2021 },
2022 "notification-url": "https://packagist.org/downloads/",
2023 "license": [
2024 "MIT"
2025 ],
2026 "authors": [
2027 {
2028 "name": "Lukas Kahwe Smith",
2029 "email": "smith@pooteeweet.org"
2030 },
2031 {
2032 "name": "FriendsOfSymfony Community",
2033 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2034 },
2035 {
2036 "name": "Konstantin Kudryashov",
2037 "email": "ever.zet@gmail.com"
2038 }
2039 ],
2040 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2041 "homepage": "http://friendsofsymfony.github.com",
2042 "keywords": [
2043 "rest"
2044 ],
2045 "time": "2019-01-03T13:05:12+00:00"
2046 },
2047 {
2048 "name": "friendsofsymfony/user-bundle",
2049 "version": "v2.0.2",
2050 "source": {
2051 "type": "git",
2052 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2053 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2054 },
2055 "dist": {
2056 "type": "zip",
2057 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2058 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2059 "shasum": ""
2060 },
2061 "require": {
2062 "paragonie/random_compat": "^1 || ^2",
2063 "php": "^5.5.9 || ^7.0",
2064 "symfony/form": "^2.7 || ^3.0",
2065 "symfony/framework-bundle": "^2.7 || ^3.0",
2066 "symfony/security-bundle": "^2.7 || ^3.0",
2067 "symfony/templating": "^2.7 || ^3.0",
2068 "symfony/twig-bundle": "^2.7 || ^3.0",
2069 "twig/twig": "^1.28 || ^2.0"
2070 },
2071 "conflict": {
2072 "doctrine/doctrine-bundle": "<1.3",
2073 "symfony/doctrine-bridge": "<2.7"
2074 },
2075 "require-dev": {
2076 "doctrine/doctrine-bundle": "^1.3",
2077 "friendsofphp/php-cs-fixer": "^1.11",
2078 "phpunit/phpunit": "~4.8|~5.0",
2079 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2080 "symfony/console": "^2.7 || ^3.0",
2081 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2082 "symfony/validator": "^2.7 || ^3.0",
2083 "symfony/yaml": "^2.7 || ^3.0"
2084 },
2085 "type": "symfony-bundle",
2086 "extra": {
2087 "branch-alias": {
2088 "dev-master": "2.0.x-dev"
2089 }
2090 },
2091 "autoload": {
2092 "psr-4": {
2093 "FOS\\UserBundle\\": ""
2094 },
2095 "exclude-from-classmap": [
2096 "/Tests/"
2097 ]
2098 },
2099 "notification-url": "https://packagist.org/downloads/",
2100 "license": [
2101 "MIT"
2102 ],
2103 "authors": [
2104 {
2105 "name": "Christophe Coevoet",
2106 "email": "stof@notk.org"
2107 },
2108 {
2109 "name": "FriendsOfSymfony Community",
2110 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2111 },
2112 {
2113 "name": "Thibault Duplessis",
2114 "email": "thibault.duplessis@gmail.com"
2115 }
2116 ],
2117 "description": "Symfony FOSUserBundle",
2118 "homepage": "http://friendsofsymfony.github.com",
2119 "keywords": [
2120 "User management"
2121 ],
2122 "time": "2017-11-29T17:01:21+00:00"
2123 },
2124 {
2125 "name": "gedmo/doctrine-extensions",
2126 "version": "v2.4.37",
2127 "source": {
2128 "type": "git",
2129 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2130 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb"
2131 },
2132 "dist": {
2133 "type": "zip",
2134 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5dd471f656e46d815f063bf3f12c667649ec7ffb",
2135 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb",
2136 "shasum": ""
2137 },
2138 "require": {
2139 "behat/transliterator": "~1.2",
2140 "doctrine/common": "~2.4",
2141 "php": ">=5.3.2"
2142 },
2143 "conflict": {
2144 "doctrine/annotations": "<1.2"
2145 },
2146 "require-dev": {
2147 "doctrine/common": ">=2.5.0",
2148 "doctrine/mongodb-odm": ">=1.0.2",
2149 "doctrine/orm": ">=2.5.0",
2150 "phpunit/phpunit": "^4.8.35|^5.7|^6.5",
2151 "symfony/yaml": "~2.6|~3.0|~4.0"
2152 },
2153 "suggest": {
2154 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2155 "doctrine/orm": "to use the extensions with the ORM"
2156 },
2157 "type": "library",
2158 "extra": {
2159 "branch-alias": {
2160 "dev-master": "2.4.x-dev"
2161 }
2162 },
2163 "autoload": {
2164 "psr-4": {
2165 "Gedmo\\": "lib/Gedmo"
2166 }
2167 },
2168 "notification-url": "https://packagist.org/downloads/",
2169 "license": [
2170 "MIT"
2171 ],
2172 "authors": [
2173 {
2174 "name": "David Buchmann",
2175 "email": "david@liip.ch"
2176 },
2177 {
2178 "name": "Gediminas Morkevicius",
2179 "email": "gediminas.morkevicius@gmail.com"
2180 },
2181 {
2182 "name": "Gustavo Falco",
2183 "email": "comfortablynumb84@gmail.com"
2184 }
2185 ],
2186 "description": "Doctrine2 behavioral extensions",
2187 "homepage": "http://gediminasm.org/",
2188 "keywords": [
2189 "Blameable",
2190 "behaviors",
2191 "doctrine2",
2192 "extensions",
2193 "gedmo",
2194 "loggable",
2195 "nestedset",
2196 "sluggable",
2197 "sortable",
2198 "timestampable",
2199 "translatable",
2200 "tree",
2201 "uploadable"
2202 ],
2203 "time": "2019-03-17T18:16:12+00:00"
2204 },
2205 {
2206 "name": "grandt/binstring",
2207 "version": "1.0.0",
2208 "source": {
2209 "type": "git",
2210 "url": "https://github.com/Grandt/PHPBinString.git",
2211 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2212 },
2213 "dist": {
2214 "type": "zip",
2215 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2216 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2217 "shasum": ""
2218 },
2219 "require": {
2220 "php": ">=5.0"
2221 },
2222 "type": "library",
2223 "autoload": {
2224 "classmap": [
2225 "BinString.php",
2226 "BinStringStatic.php"
2227 ]
2228 },
2229 "notification-url": "https://packagist.org/downloads/",
2230 "license": [
2231 "LGPL-2.1"
2232 ],
2233 "authors": [
2234 {
2235 "name": "A. Grandt",
eb0fa190 2236 "email": "php@grandt.com",
2237 "role": "Developer"
6546aca4
JB
2238 }
2239 ],
2240 "description": "A class for working around the use of mbstring.func_override",
2241 "homepage": "https://github.com/Grandt/PHPBinString",
2242 "keywords": [
2243 "binary strings",
2244 "mbstring"
2245 ],
2246 "time": "2015-08-13T06:14:41+00:00"
2247 },
2248 {
2249 "name": "grandt/phpepub",
2250 "version": "dev-master",
2251 "source": {
2252 "type": "git",
2253 "url": "https://github.com/Daniel-KM/PHPePub.git",
2254 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2255 },
2256 "dist": {
2257 "type": "zip",
2258 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2259 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2260 "shasum": ""
2261 },
2262 "require": {
2263 "grandt/phpresizegif": "~1.0.3",
2264 "grandt/relativepath": "~1.0.1",
2265 "masterminds/html5": "~2.3",
2266 "php": ">=5.3.0",
2267 "phpzip/phpzip": "~2.0.7"
2268 },
2269 "type": "library",
2270 "autoload": {
2271 "psr-4": {
2272 "PHPePub\\": "src/PHPePub"
2273 },
2274 "classmap": [
2275 "src/lib.uuid.php"
2276 ]
2277 },
2278 "license": [
2279 "LGPL-2.1"
2280 ],
2281 "authors": [
2282 {
2283 "name": "A. Grandt",
2284 "email": "php@grandt.com",
2285 "homepage": "http://grandt.com",
2286 "role": "Developer"
2287 },
2288 {
2289 "name": "An, Hyeong-woo",
2290 "email": "mail@mytory.net",
2291 "homepage": "https://mytory.net",
2292 "role": "Contributor"
2293 },
2294 {
2295 "name": "Daniel Berthereau",
2296 "email": "daniel.composer@berthereau.net",
2297 "role": "Contributor"
2298 }
2299 ],
2300 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2301 "homepage": "https://github.com/Grandt/PHPePub",
2302 "keywords": [
2303 "e-book",
2304 "epub"
2305 ],
2306 "support": {
2307 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2308 },
2309 "time": "2018-10-21T22:00:00+00:00"
2310 },
2311 {
2312 "name": "grandt/phpresizegif",
2313 "version": "1.0.3",
2314 "source": {
2315 "type": "git",
2316 "url": "https://github.com/Grandt/PHPResizeGif.git",
2317 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2318 },
2319 "dist": {
2320 "type": "zip",
2321 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2322 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2323 "shasum": ""
2324 },
2325 "require": {
2326 "grandt/binstring": ">=0.2.0",
2327 "php": ">=5.3.0"
2328 },
2329 "type": "library",
2330 "autoload": {
2331 "psr-4": {
2332 "grandt\\ResizeGif\\": "src/ResizeGif",
2333 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2334 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2335 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2336 }
2337 },
2338 "notification-url": "https://packagist.org/downloads/",
2339 "license": [
2340 "LGPL-2.1"
2341 ],
2342 "authors": [
2343 {
2344 "name": "A. Grandt",
2345 "email": "php@grandt.com",
eb0fa190 2346 "homepage": "http://grandt.com",
2347 "role": "Developer"
6546aca4
JB
2348 }
2349 ],
2350 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2351 "homepage": "https://github.com/Grandt/PHPResizeGif",
2352 "keywords": [
2353 "GIF89a",
2354 "animated gif",
2355 "gif",
2356 "resize"
2357 ],
2358 "time": "2015-05-10T10:52:24+00:00"
2359 },
2360 {
2361 "name": "grandt/phpzipmerge",
2362 "version": "1.0.4",
2363 "source": {
2364 "type": "git",
2365 "url": "https://github.com/Grandt/PHPZipMerge.git",
2366 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2367 },
2368 "dist": {
2369 "type": "zip",
2370 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2371 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2372 "shasum": ""
2373 },
2374 "require": {
2375 "grandt/binstring": ">=1.0.0",
2376 "grandt/relativepath": ">=1.0.1",
2377 "php": ">=5.3.0"
2378 },
2379 "type": "library",
2380 "autoload": {
2381 "psr-4": {
2382 "ZipMerge\\": "src/ZipMerge"
2383 }
2384 },
2385 "notification-url": "https://packagist.org/downloads/",
2386 "license": [
2387 "LGPL-2.1"
2388 ],
2389 "authors": [
2390 {
2391 "name": "A. Grandt",
2392 "email": "php@grandt.com",
eb0fa190 2393 "homepage": "http://grandt.com",
2394 "role": "Developer"
6546aca4
JB
2395 },
2396 {
2397 "name": "Greg Kappatos",
eb0fa190 2398 "homepage": "http://websiteconnect.com.au",
2399 "role": "Developer"
6546aca4
JB
2400 }
2401 ],
2402 "description": "Merge and stream multiple Zip files on the fly.",
2403 "homepage": "https://github.com/Grandt/PHPZipMerge",
2404 "keywords": [
2405 "archive",
2406 "compressed",
2407 "compression",
2408 "merge",
2409 "phpzip",
2410 "pkzip",
2411 "stream",
2412 "zip"
2413 ],
2414 "time": "2015-08-18T13:49:33+00:00"
2415 },
2416 {
2417 "name": "grandt/relativepath",
2418 "version": "1.0.2",
2419 "source": {
2420 "type": "git",
2421 "url": "https://github.com/Grandt/PHPRelativePath.git",
2422 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2423 },
2424 "dist": {
2425 "type": "zip",
2426 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2427 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2428 "shasum": ""
2429 },
2430 "require": {
2431 "php": ">=5.0"
2432 },
2433 "type": "library",
2434 "autoload": {
2435 "classmap": [
2436 "RelativePath.php"
2437 ]
2438 },
2439 "notification-url": "https://packagist.org/downloads/",
2440 "license": [
2441 "LGPL-2.1"
2442 ],
2443 "authors": [
2444 {
2445 "name": "A. Grandt",
eb0fa190 2446 "email": "php@grandt.com",
2447 "role": "Developer"
6546aca4
JB
2448 }
2449 ],
2450 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2451 "homepage": "https://github.com/Grandt/PHPRelativePath",
2452 "keywords": [
2453 "file path"
2454 ],
2455 "time": "2015-05-14T08:18:23+00:00"
2456 },
2457 {
2458 "name": "guzzlehttp/guzzle",
2459 "version": "5.3.3",
2460 "source": {
2461 "type": "git",
2462 "url": "https://github.com/guzzle/guzzle.git",
2463 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9"
2464 },
2465 "dist": {
2466 "type": "zip",
2467 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/93bbdb30d59be6cd9839495306c65f2907370eb9",
2468 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9",
2469 "shasum": ""
2470 },
2471 "require": {
2472 "guzzlehttp/ringphp": "^1.1",
2473 "php": ">=5.4.0",
2474 "react/promise": "^2.2"
2475 },
2476 "require-dev": {
2477 "ext-curl": "*",
2478 "phpunit/phpunit": "^4.0"
2479 },
2480 "type": "library",
2481 "autoload": {
2482 "psr-4": {
2483 "GuzzleHttp\\": "src/"
2484 }
2485 },
2486 "notification-url": "https://packagist.org/downloads/",
2487 "license": [
2488 "MIT"
2489 ],
2490 "authors": [
2491 {
2492 "name": "Michael Dowling",
2493 "email": "mtdowling@gmail.com",
2494 "homepage": "https://github.com/mtdowling"
2495 }
2496 ],
2497 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2498 "homepage": "http://guzzlephp.org/",
2499 "keywords": [
2500 "client",
2501 "curl",
2502 "framework",
2503 "http",
2504 "http client",
2505 "rest",
2506 "web service"
2507 ],
2508 "time": "2018-07-31T13:33:10+00:00"
2509 },
eb0fa190 2510 {
2511 "name": "guzzlehttp/promises",
2512 "version": "v1.3.1",
2513 "source": {
2514 "type": "git",
2515 "url": "https://github.com/guzzle/promises.git",
2516 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2517 },
2518 "dist": {
2519 "type": "zip",
2520 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2521 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2522 "shasum": ""
2523 },
2524 "require": {
2525 "php": ">=5.5.0"
2526 },
2527 "require-dev": {
2528 "phpunit/phpunit": "^4.0"
2529 },
2530 "type": "library",
2531 "extra": {
2532 "branch-alias": {
2533 "dev-master": "1.4-dev"
2534 }
2535 },
2536 "autoload": {
2537 "psr-4": {
2538 "GuzzleHttp\\Promise\\": "src/"
2539 },
2540 "files": [
2541 "src/functions_include.php"
2542 ]
2543 },
2544 "notification-url": "https://packagist.org/downloads/",
2545 "license": [
2546 "MIT"
2547 ],
2548 "authors": [
2549 {
2550 "name": "Michael Dowling",
2551 "email": "mtdowling@gmail.com",
2552 "homepage": "https://github.com/mtdowling"
2553 }
2554 ],
2555 "description": "Guzzle promises library",
2556 "keywords": [
2557 "promise"
2558 ],
2559 "time": "2016-12-20T10:07:11+00:00"
2560 },
6546aca4
JB
2561 {
2562 "name": "guzzlehttp/psr7",
154d0974 2563 "version": "1.6.1",
6546aca4
JB
2564 "source": {
2565 "type": "git",
2566 "url": "https://github.com/guzzle/psr7.git",
154d0974 2567 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
6546aca4
JB
2568 },
2569 "dist": {
2570 "type": "zip",
154d0974
JB
2571 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2572 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
6546aca4
JB
2573 "shasum": ""
2574 },
2575 "require": {
2576 "php": ">=5.4.0",
2577 "psr/http-message": "~1.0",
154d0974 2578 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
6546aca4
JB
2579 },
2580 "provide": {
2581 "psr/http-message-implementation": "1.0"
2582 },
2583 "require-dev": {
154d0974 2584 "ext-zlib": "*",
6546aca4
JB
2585 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2586 },
154d0974
JB
2587 "suggest": {
2588 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2589 },
6546aca4
JB
2590 "type": "library",
2591 "extra": {
2592 "branch-alias": {
154d0974 2593 "dev-master": "1.6-dev"
6546aca4
JB
2594 }
2595 },
2596 "autoload": {
2597 "psr-4": {
2598 "GuzzleHttp\\Psr7\\": "src/"
2599 },
2600 "files": [
2601 "src/functions_include.php"
2602 ]
2603 },
2604 "notification-url": "https://packagist.org/downloads/",
2605 "license": [
2606 "MIT"
2607 ],
2608 "authors": [
2609 {
2610 "name": "Michael Dowling",
2611 "email": "mtdowling@gmail.com",
2612 "homepage": "https://github.com/mtdowling"
2613 },
2614 {
2615 "name": "Tobias Schultze",
2616 "homepage": "https://github.com/Tobion"
2617 }
2618 ],
2619 "description": "PSR-7 message implementation that also provides common utility methods",
2620 "keywords": [
2621 "http",
2622 "message",
2623 "psr-7",
2624 "request",
2625 "response",
2626 "stream",
2627 "uri",
2628 "url"
2629 ],
154d0974 2630 "time": "2019-07-01T23:21:34+00:00"
6546aca4
JB
2631 },
2632 {
2633 "name": "guzzlehttp/ringphp",
2634 "version": "1.1.1",
2635 "source": {
2636 "type": "git",
2637 "url": "https://github.com/guzzle/RingPHP.git",
2638 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2639 },
2640 "dist": {
2641 "type": "zip",
2642 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2643 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2644 "shasum": ""
2645 },
2646 "require": {
2647 "guzzlehttp/streams": "~3.0",
2648 "php": ">=5.4.0",
2649 "react/promise": "~2.0"
2650 },
2651 "require-dev": {
2652 "ext-curl": "*",
2653 "phpunit/phpunit": "~4.0"
2654 },
2655 "suggest": {
2656 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2657 },
2658 "type": "library",
2659 "extra": {
2660 "branch-alias": {
2661 "dev-master": "1.1-dev"
2662 }
2663 },
2664 "autoload": {
2665 "psr-4": {
2666 "GuzzleHttp\\Ring\\": "src/"
2667 }
2668 },
2669 "notification-url": "https://packagist.org/downloads/",
2670 "license": [
2671 "MIT"
2672 ],
2673 "authors": [
2674 {
2675 "name": "Michael Dowling",
2676 "email": "mtdowling@gmail.com",
2677 "homepage": "https://github.com/mtdowling"
2678 }
2679 ],
2680 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2681 "time": "2018-07-31T13:22:33+00:00"
2682 },
2683 {
2684 "name": "guzzlehttp/streams",
2685 "version": "3.0.0",
2686 "source": {
2687 "type": "git",
2688 "url": "https://github.com/guzzle/streams.git",
2689 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2690 },
2691 "dist": {
2692 "type": "zip",
2693 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2694 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2695 "shasum": ""
2696 },
2697 "require": {
2698 "php": ">=5.4.0"
2699 },
2700 "require-dev": {
2701 "phpunit/phpunit": "~4.0"
2702 },
2703 "type": "library",
2704 "extra": {
2705 "branch-alias": {
2706 "dev-master": "3.0-dev"
2707 }
2708 },
2709 "autoload": {
2710 "psr-4": {
2711 "GuzzleHttp\\Stream\\": "src/"
2712 }
2713 },
2714 "notification-url": "https://packagist.org/downloads/",
2715 "license": [
2716 "MIT"
2717 ],
2718 "authors": [
2719 {
2720 "name": "Michael Dowling",
2721 "email": "mtdowling@gmail.com",
2722 "homepage": "https://github.com/mtdowling"
2723 }
2724 ],
2725 "description": "Provides a simple abstraction over streams of data",
2726 "homepage": "http://guzzlephp.org/",
2727 "keywords": [
2728 "Guzzle",
2729 "stream"
2730 ],
2731 "time": "2014-10-12T19:18:40+00:00"
2732 },
2733 {
2734 "name": "hoa/compiler",
2735 "version": "3.17.08.08",
2736 "source": {
2737 "type": "git",
2738 "url": "https://github.com/hoaproject/Compiler.git",
2739 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2740 },
2741 "dist": {
2742 "type": "zip",
2743 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2744 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2745 "shasum": ""
2746 },
2747 "require": {
2748 "hoa/consistency": "~1.0",
2749 "hoa/exception": "~1.0",
2750 "hoa/file": "~1.0",
2751 "hoa/iterator": "~2.0",
2752 "hoa/math": "~1.0",
2753 "hoa/protocol": "~1.0",
2754 "hoa/regex": "~1.0",
2755 "hoa/visitor": "~2.0"
2756 },
2757 "require-dev": {
2758 "hoa/json": "~2.0",
2759 "hoa/test": "~2.0"
2760 },
2761 "type": "library",
2762 "extra": {
2763 "branch-alias": {
2764 "dev-master": "3.x-dev"
2765 }
2766 },
2767 "autoload": {
2768 "psr-4": {
2769 "Hoa\\Compiler\\": "."
2770 }
2771 },
2772 "notification-url": "https://packagist.org/downloads/",
2773 "license": [
2774 "BSD-3-Clause"
2775 ],
2776 "authors": [
2777 {
2778 "name": "Ivan Enderlin",
2779 "email": "ivan.enderlin@hoa-project.net"
2780 },
2781 {
2782 "name": "Hoa community",
2783 "homepage": "https://hoa-project.net/"
2784 }
2785 ],
2786 "description": "The Hoa\\Compiler library.",
2787 "homepage": "https://hoa-project.net/",
2788 "keywords": [
2789 "algebraic",
2790 "ast",
2791 "compiler",
2792 "context-free",
2793 "coverage",
2794 "exhaustive",
2795 "grammar",
2796 "isotropic",
2797 "language",
2798 "lexer",
2799 "library",
2800 "ll1",
2801 "llk",
2802 "parser",
2803 "pp",
2804 "random",
2805 "regular",
2806 "rule",
2807 "sampler",
2808 "syntax",
2809 "token",
2810 "trace",
2811 "uniform"
2812 ],
2813 "time": "2017-08-08T07:44:07+00:00"
2814 },
2815 {
2816 "name": "hoa/consistency",
2817 "version": "1.17.05.02",
2818 "source": {
2819 "type": "git",
2820 "url": "https://github.com/hoaproject/Consistency.git",
2821 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2822 },
2823 "dist": {
2824 "type": "zip",
2825 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2826 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2827 "shasum": ""
2828 },
2829 "require": {
2830 "hoa/exception": "~1.0",
2831 "php": ">=5.5.0"
2832 },
2833 "require-dev": {
2834 "hoa/stream": "~1.0",
2835 "hoa/test": "~2.0"
2836 },
2837 "type": "library",
2838 "extra": {
2839 "branch-alias": {
2840 "dev-master": "1.x-dev"
2841 }
2842 },
2843 "autoload": {
2844 "psr-4": {
2845 "Hoa\\Consistency\\": "."
2846 },
2847 "files": [
2848 "Prelude.php"
2849 ]
2850 },
2851 "notification-url": "https://packagist.org/downloads/",
2852 "license": [
2853 "BSD-3-Clause"
2854 ],
2855 "authors": [
2856 {
2857 "name": "Ivan Enderlin",
2858 "email": "ivan.enderlin@hoa-project.net"
2859 },
2860 {
2861 "name": "Hoa community",
2862 "homepage": "https://hoa-project.net/"
2863 }
2864 ],
2865 "description": "The Hoa\\Consistency library.",
2866 "homepage": "https://hoa-project.net/",
2867 "keywords": [
2868 "autoloader",
2869 "callable",
2870 "consistency",
2871 "entity",
2872 "flex",
2873 "keyword",
2874 "library"
2875 ],
2876 "time": "2017-05-02T12:18:12+00:00"
2877 },
2878 {
2879 "name": "hoa/event",
2880 "version": "1.17.01.13",
2881 "source": {
2882 "type": "git",
2883 "url": "https://github.com/hoaproject/Event.git",
2884 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2885 },
2886 "dist": {
2887 "type": "zip",
2888 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2889 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2890 "shasum": ""
2891 },
2892 "require": {
2893 "hoa/consistency": "~1.0",
2894 "hoa/exception": "~1.0"
2895 },
2896 "require-dev": {
2897 "hoa/test": "~2.0"
2898 },
2899 "type": "library",
2900 "extra": {
2901 "branch-alias": {
2902 "dev-master": "1.x-dev"
2903 }
2904 },
2905 "autoload": {
2906 "psr-4": {
2907 "Hoa\\Event\\": "."
2908 }
2909 },
2910 "notification-url": "https://packagist.org/downloads/",
2911 "license": [
2912 "BSD-3-Clause"
2913 ],
2914 "authors": [
2915 {
2916 "name": "Ivan Enderlin",
2917 "email": "ivan.enderlin@hoa-project.net"
2918 },
2919 {
2920 "name": "Hoa community",
2921 "homepage": "https://hoa-project.net/"
2922 }
2923 ],
2924 "description": "The Hoa\\Event library.",
2925 "homepage": "https://hoa-project.net/",
2926 "keywords": [
2927 "event",
2928 "library",
2929 "listener",
2930 "observer"
2931 ],
2932 "time": "2017-01-13T15:30:50+00:00"
2933 },
2934 {
2935 "name": "hoa/exception",
2936 "version": "1.17.01.16",
2937 "source": {
2938 "type": "git",
2939 "url": "https://github.com/hoaproject/Exception.git",
2940 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2941 },
2942 "dist": {
2943 "type": "zip",
2944 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2945 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2946 "shasum": ""
2947 },
2948 "require": {
2949 "hoa/consistency": "~1.0",
2950 "hoa/event": "~1.0"
2951 },
2952 "require-dev": {
2953 "hoa/test": "~2.0"
2954 },
2955 "type": "library",
2956 "extra": {
2957 "branch-alias": {
2958 "dev-master": "1.x-dev"
2959 }
2960 },
2961 "autoload": {
2962 "psr-4": {
2963 "Hoa\\Exception\\": "."
2964 }
2965 },
2966 "notification-url": "https://packagist.org/downloads/",
2967 "license": [
2968 "BSD-3-Clause"
2969 ],
2970 "authors": [
2971 {
2972 "name": "Ivan Enderlin",
2973 "email": "ivan.enderlin@hoa-project.net"
2974 },
2975 {
2976 "name": "Hoa community",
2977 "homepage": "https://hoa-project.net/"
2978 }
2979 ],
2980 "description": "The Hoa\\Exception library.",
2981 "homepage": "https://hoa-project.net/",
2982 "keywords": [
2983 "exception",
2984 "library"
2985 ],
2986 "time": "2017-01-16T07:53:27+00:00"
2987 },
2988 {
2989 "name": "hoa/file",
2990 "version": "1.17.07.11",
2991 "source": {
2992 "type": "git",
2993 "url": "https://github.com/hoaproject/File.git",
2994 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2995 },
2996 "dist": {
2997 "type": "zip",
2998 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2999 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3000 "shasum": ""
3001 },
3002 "require": {
3003 "hoa/consistency": "~1.0",
3004 "hoa/event": "~1.0",
3005 "hoa/exception": "~1.0",
3006 "hoa/iterator": "~2.0",
3007 "hoa/stream": "~1.0"
3008 },
3009 "require-dev": {
3010 "hoa/test": "~2.0"
3011 },
3012 "type": "library",
3013 "extra": {
3014 "branch-alias": {
3015 "dev-master": "1.x-dev"
3016 }
3017 },
3018 "autoload": {
3019 "psr-4": {
3020 "Hoa\\File\\": "."
3021 }
3022 },
3023 "notification-url": "https://packagist.org/downloads/",
3024 "license": [
3025 "BSD-3-Clause"
3026 ],
3027 "authors": [
3028 {
3029 "name": "Ivan Enderlin",
3030 "email": "ivan.enderlin@hoa-project.net"
3031 },
3032 {
3033 "name": "Hoa community",
3034 "homepage": "https://hoa-project.net/"
3035 }
3036 ],
3037 "description": "The Hoa\\File library.",
3038 "homepage": "https://hoa-project.net/",
3039 "keywords": [
3040 "Socket",
3041 "directory",
3042 "file",
3043 "finder",
3044 "library",
3045 "link",
3046 "temporary"
3047 ],
3048 "time": "2017-07-11T07:42:15+00:00"
3049 },
3050 {
3051 "name": "hoa/iterator",
3052 "version": "2.17.01.10",
3053 "source": {
3054 "type": "git",
3055 "url": "https://github.com/hoaproject/Iterator.git",
3056 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3057 },
3058 "dist": {
3059 "type": "zip",
3060 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3061 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3062 "shasum": ""
3063 },
3064 "require": {
3065 "hoa/consistency": "~1.0",
3066 "hoa/exception": "~1.0"
3067 },
3068 "require-dev": {
3069 "hoa/test": "~2.0"
3070 },
3071 "type": "library",
3072 "extra": {
3073 "branch-alias": {
3074 "dev-master": "2.x-dev"
3075 }
3076 },
3077 "autoload": {
3078 "psr-4": {
3079 "Hoa\\Iterator\\": "."
3080 }
3081 },
3082 "notification-url": "https://packagist.org/downloads/",
3083 "license": [
3084 "BSD-3-Clause"
3085 ],
3086 "authors": [
3087 {
3088 "name": "Ivan Enderlin",
3089 "email": "ivan.enderlin@hoa-project.net"
3090 },
3091 {
3092 "name": "Hoa community",
3093 "homepage": "https://hoa-project.net/"
3094 }
3095 ],
3096 "description": "The Hoa\\Iterator library.",
3097 "homepage": "https://hoa-project.net/",
3098 "keywords": [
3099 "iterator",
3100 "library"
3101 ],
3102 "time": "2017-01-10T10:34:47+00:00"
3103 },
3104 {
3105 "name": "hoa/math",
3106 "version": "1.17.05.16",
3107 "source": {
3108 "type": "git",
3109 "url": "https://github.com/hoaproject/Math.git",
3110 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3111 },
3112 "dist": {
3113 "type": "zip",
3114 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3115 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3116 "shasum": ""
3117 },
3118 "require": {
3119 "hoa/compiler": "~3.0",
3120 "hoa/consistency": "~1.0",
3121 "hoa/exception": "~1.0",
3122 "hoa/iterator": "~2.0",
3123 "hoa/protocol": "~1.0",
3124 "hoa/zformat": "~1.0"
3125 },
3126 "require-dev": {
3127 "hoa/test": "~2.0"
3128 },
3129 "type": "library",
3130 "extra": {
3131 "branch-alias": {
3132 "dev-master": "1.x-dev"
3133 }
3134 },
3135 "autoload": {
3136 "psr-4": {
3137 "Hoa\\Math\\": "."
3138 }
3139 },
3140 "notification-url": "https://packagist.org/downloads/",
3141 "license": [
3142 "BSD-3-Clause"
3143 ],
3144 "authors": [
3145 {
3146 "name": "Ivan Enderlin",
3147 "email": "ivan.enderlin@hoa-project.net"
3148 },
3149 {
3150 "name": "Hoa community",
3151 "homepage": "https://hoa-project.net/"
3152 }
3153 ],
3154 "description": "The Hoa\\Math library.",
3155 "homepage": "https://hoa-project.net/",
3156 "keywords": [
3157 "arrangement",
3158 "combination",
3159 "combinatorics",
3160 "counting",
3161 "library",
3162 "math",
3163 "permutation",
3164 "sampler",
3165 "set"
3166 ],
3167 "time": "2017-05-16T08:02:17+00:00"
3168 },
3169 {
3170 "name": "hoa/protocol",
3171 "version": "1.17.01.14",
3172 "source": {
3173 "type": "git",
3174 "url": "https://github.com/hoaproject/Protocol.git",
3175 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3176 },
3177 "dist": {
3178 "type": "zip",
3179 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3180 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3181 "shasum": ""
3182 },
3183 "require": {
3184 "hoa/consistency": "~1.0",
3185 "hoa/exception": "~1.0"
3186 },
3187 "require-dev": {
3188 "hoa/test": "~2.0"
3189 },
3190 "type": "library",
3191 "extra": {
3192 "branch-alias": {
3193 "dev-master": "1.x-dev"
3194 }
3195 },
3196 "autoload": {
3197 "psr-4": {
3198 "Hoa\\Protocol\\": "."
3199 },
3200 "files": [
3201 "Wrapper.php"
3202 ]
3203 },
3204 "notification-url": "https://packagist.org/downloads/",
3205 "license": [
3206 "BSD-3-Clause"
3207 ],
3208 "authors": [
3209 {
3210 "name": "Ivan Enderlin",
3211 "email": "ivan.enderlin@hoa-project.net"
3212 },
3213 {
3214 "name": "Hoa community",
3215 "homepage": "https://hoa-project.net/"
3216 }
3217 ],
3218 "description": "The Hoa\\Protocol library.",
3219 "homepage": "https://hoa-project.net/",
3220 "keywords": [
3221 "library",
3222 "protocol",
3223 "resource",
3224 "stream",
3225 "wrapper"
3226 ],
3227 "time": "2017-01-14T12:26:10+00:00"
3228 },
3229 {
3230 "name": "hoa/regex",
3231 "version": "1.17.01.13",
3232 "source": {
3233 "type": "git",
3234 "url": "https://github.com/hoaproject/Regex.git",
3235 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3236 },
3237 "dist": {
3238 "type": "zip",
3239 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3240 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3241 "shasum": ""
3242 },
3243 "require": {
3244 "hoa/consistency": "~1.0",
3245 "hoa/exception": "~1.0",
3246 "hoa/math": "~1.0",
3247 "hoa/protocol": "~1.0",
3248 "hoa/ustring": "~4.0",
3249 "hoa/visitor": "~2.0"
3250 },
3251 "type": "library",
3252 "extra": {
3253 "branch-alias": {
3254 "dev-master": "1.x-dev"
3255 }
3256 },
3257 "autoload": {
3258 "psr-4": {
3259 "Hoa\\Regex\\": "."
3260 }
3261 },
3262 "notification-url": "https://packagist.org/downloads/",
3263 "license": [
3264 "BSD-3-Clause"
3265 ],
3266 "authors": [
3267 {
3268 "name": "Ivan Enderlin",
3269 "email": "ivan.enderlin@hoa-project.net"
3270 },
3271 {
3272 "name": "Hoa community",
3273 "homepage": "https://hoa-project.net/"
3274 }
3275 ],
3276 "description": "The Hoa\\Regex library.",
3277 "homepage": "https://hoa-project.net/",
3278 "keywords": [
3279 "compiler",
3280 "library",
3281 "regex"
3282 ],
3283 "time": "2017-01-13T16:10:24+00:00"
3284 },
3285 {
3286 "name": "hoa/ruler",
3287 "version": "2.17.05.16",
3288 "source": {
3289 "type": "git",
3290 "url": "https://github.com/hoaproject/Ruler.git",
3291 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3292 },
3293 "dist": {
3294 "type": "zip",
3295 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3296 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3297 "shasum": ""
3298 },
3299 "require": {
3300 "hoa/compiler": "~3.0",
3301 "hoa/consistency": "~1.0",
3302 "hoa/exception": "~1.0",
3303 "hoa/file": "~1.0",
3304 "hoa/protocol": "~1.0",
3305 "hoa/visitor": "~2.0"
3306 },
3307 "require-dev": {
3308 "hoa/test": "~2.0"
3309 },
3310 "type": "library",
3311 "extra": {
3312 "branch-alias": {
3313 "dev-master": "2.x-dev"
3314 }
3315 },
3316 "autoload": {
3317 "psr-4": {
3318 "Hoa\\Ruler\\": "."
3319 }
3320 },
3321 "notification-url": "https://packagist.org/downloads/",
3322 "license": [
3323 "BSD-3-Clause"
3324 ],
3325 "authors": [
3326 {
3327 "name": "Ivan Enderlin",
3328 "email": "ivan.enderlin@hoa-project.net"
3329 },
3330 {
3331 "name": "Hoa community",
3332 "homepage": "https://hoa-project.net/"
3333 }
3334 ],
3335 "description": "The Hoa\\Ruler library.",
3336 "homepage": "https://hoa-project.net/",
3337 "keywords": [
3338 "library",
3339 "ruler"
3340 ],
3341 "time": "2017-05-16T07:52:21+00:00"
3342 },
3343 {
3344 "name": "hoa/stream",
3345 "version": "1.17.02.21",
3346 "source": {
3347 "type": "git",
3348 "url": "https://github.com/hoaproject/Stream.git",
3349 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3350 },
3351 "dist": {
3352 "type": "zip",
3353 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3354 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3355 "shasum": ""
3356 },
3357 "require": {
3358 "hoa/consistency": "~1.0",
3359 "hoa/event": "~1.0",
3360 "hoa/exception": "~1.0",
3361 "hoa/protocol": "~1.0"
3362 },
3363 "require-dev": {
3364 "hoa/test": "~2.0"
3365 },
3366 "type": "library",
3367 "extra": {
3368 "branch-alias": {
3369 "dev-master": "1.x-dev"
3370 }
3371 },
3372 "autoload": {
3373 "psr-4": {
3374 "Hoa\\Stream\\": "."
3375 }
3376 },
3377 "notification-url": "https://packagist.org/downloads/",
3378 "license": [
3379 "BSD-3-Clause"
3380 ],
3381 "authors": [
3382 {
3383 "name": "Ivan Enderlin",
3384 "email": "ivan.enderlin@hoa-project.net"
3385 },
3386 {
3387 "name": "Hoa community",
3388 "homepage": "https://hoa-project.net/"
3389 }
3390 ],
3391 "description": "The Hoa\\Stream library.",
3392 "homepage": "https://hoa-project.net/",
3393 "keywords": [
3394 "Context",
3395 "bucket",
3396 "composite",
3397 "filter",
3398 "in",
3399 "library",
3400 "out",
3401 "protocol",
3402 "stream",
3403 "wrapper"
3404 ],
3405 "time": "2017-02-21T16:01:06+00:00"
3406 },
3407 {
3408 "name": "hoa/ustring",
3409 "version": "4.17.01.16",
3410 "source": {
3411 "type": "git",
3412 "url": "https://github.com/hoaproject/Ustring.git",
3413 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3414 },
3415 "dist": {
3416 "type": "zip",
3417 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3418 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3419 "shasum": ""
3420 },
3421 "require": {
3422 "hoa/consistency": "~1.0",
3423 "hoa/exception": "~1.0"
3424 },
3425 "require-dev": {
3426 "hoa/test": "~2.0"
3427 },
3428 "suggest": {
3429 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3430 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3431 },
3432 "type": "library",
3433 "extra": {
3434 "branch-alias": {
3435 "dev-master": "4.x-dev"
3436 }
3437 },
3438 "autoload": {
3439 "psr-4": {
3440 "Hoa\\Ustring\\": "."
3441 }
3442 },
3443 "notification-url": "https://packagist.org/downloads/",
3444 "license": [
3445 "BSD-3-Clause"
3446 ],
3447 "authors": [
3448 {
3449 "name": "Ivan Enderlin",
3450 "email": "ivan.enderlin@hoa-project.net"
3451 },
3452 {
3453 "name": "Hoa community",
3454 "homepage": "https://hoa-project.net/"
3455 }
3456 ],
3457 "description": "The Hoa\\Ustring library.",
3458 "homepage": "https://hoa-project.net/",
3459 "keywords": [
3460 "library",
3461 "search",
3462 "string",
3463 "unicode"
3464 ],
3465 "time": "2017-01-16T07:08:25+00:00"
3466 },
3467 {
3468 "name": "hoa/visitor",
3469 "version": "2.17.01.16",
3470 "source": {
3471 "type": "git",
3472 "url": "https://github.com/hoaproject/Visitor.git",
3473 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3474 },
3475 "dist": {
3476 "type": "zip",
3477 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3478 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3479 "shasum": ""
3480 },
3481 "require": {
3482 "hoa/consistency": "~1.0"
3483 },
3484 "require-dev": {
3485 "hoa/test": "~2.0"
3486 },
3487 "type": "library",
3488 "extra": {
3489 "branch-alias": {
3490 "dev-master": "2.x-dev"
3491 }
3492 },
3493 "autoload": {
3494 "psr-4": {
3495 "Hoa\\Visitor\\": "."
3496 }
3497 },
3498 "notification-url": "https://packagist.org/downloads/",
3499 "license": [
3500 "BSD-3-Clause"
3501 ],
3502 "authors": [
3503 {
3504 "name": "Ivan Enderlin",
3505 "email": "ivan.enderlin@hoa-project.net"
3506 },
3507 {
3508 "name": "Hoa community",
3509 "homepage": "https://hoa-project.net/"
3510 }
3511 ],
3512 "description": "The Hoa\\Visitor library.",
3513 "homepage": "https://hoa-project.net/",
3514 "keywords": [
3515 "library",
3516 "structure",
3517 "visit",
3518 "visitor"
3519 ],
3520 "time": "2017-01-16T07:02:03+00:00"
3521 },
3522 {
3523 "name": "hoa/zformat",
3524 "version": "1.17.01.10",
3525 "source": {
3526 "type": "git",
3527 "url": "https://github.com/hoaproject/Zformat.git",
3528 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3529 },
3530 "dist": {
3531 "type": "zip",
3532 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3533 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3534 "shasum": ""
3535 },
3536 "require": {
3537 "hoa/consistency": "~1.0",
3538 "hoa/exception": "~1.0"
3539 },
3540 "type": "library",
3541 "extra": {
3542 "branch-alias": {
3543 "dev-master": "1.x-dev"
3544 }
3545 },
3546 "autoload": {
3547 "psr-4": {
3548 "Hoa\\Zformat\\": "."
3549 }
3550 },
3551 "notification-url": "https://packagist.org/downloads/",
3552 "license": [
3553 "BSD-3-Clause"
3554 ],
3555 "authors": [
3556 {
3557 "name": "Ivan Enderlin",
3558 "email": "ivan.enderlin@hoa-project.net"
3559 },
3560 {
3561 "name": "Hoa community",
3562 "homepage": "https://hoa-project.net/"
3563 }
3564 ],
3565 "description": "The Hoa\\Zformat library.",
3566 "homepage": "https://hoa-project.net/",
3567 "keywords": [
3568 "library",
3569 "parameter",
3570 "zformat"
3571 ],
3572 "time": "2017-01-10T10:39:54+00:00"
3573 },
3574 {
3575 "name": "html2text/html2text",
3576 "version": "4.2.1",
3577 "source": {
3578 "type": "git",
3579 "url": "https://github.com/mtibben/html2text.git",
3580 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3581 },
3582 "dist": {
3583 "type": "zip",
3584 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3585 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3586 "shasum": ""
3587 },
3588 "require-dev": {
3589 "phpunit/phpunit": "~4"
3590 },
3591 "suggest": {
3592 "ext-mbstring": "For best performance",
3593 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3594 },
3595 "type": "library",
3596 "autoload": {
3597 "psr-4": {
3598 "Html2Text\\": [
3599 "src/",
3600 "test/"
3601 ]
3602 }
3603 },
3604 "notification-url": "https://packagist.org/downloads/",
3605 "license": [
3606 "GPL-2.0-or-later"
3607 ],
3608 "description": "Converts HTML to formatted plain text",
3609 "time": "2018-08-13T12:05:08+00:00"
3610 },
955a3bde
JB
3611 {
3612 "name": "http-interop/http-factory-guzzle",
3613 "version": "1.0.0",
3614 "source": {
3615 "type": "git",
3616 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3617 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3618 },
3619 "dist": {
3620 "type": "zip",
3621 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3622 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3623 "shasum": ""
3624 },
3625 "require": {
3626 "guzzlehttp/psr7": "^1.4.2",
3627 "psr/http-factory": "^1.0"
3628 },
3629 "provide": {
3630 "psr/http-factory-implementation": "^1.0"
3631 },
3632 "require-dev": {
3633 "http-interop/http-factory-tests": "^0.5",
3634 "phpunit/phpunit": "^6.5"
3635 },
3636 "type": "library",
3637 "autoload": {
3638 "psr-4": {
3639 "Http\\Factory\\Guzzle\\": "src/"
3640 }
3641 },
3642 "notification-url": "https://packagist.org/downloads/",
3643 "license": [
3644 "MIT"
3645 ],
3646 "authors": [
3647 {
3648 "name": "PHP-FIG",
3649 "homepage": "http://www.php-fig.org/"
3650 }
3651 ],
3652 "description": "An HTTP Factory using Guzzle PSR7",
3653 "keywords": [
3654 "factory",
3655 "http",
3656 "psr-17",
3657 "psr-7"
3658 ],
3659 "time": "2018-07-31T19:32:56+00:00"
3660 },
6546aca4
JB
3661 {
3662 "name": "incenteev/composer-parameter-handler",
3663 "version": "v2.1.3",
3664 "source": {
3665 "type": "git",
3666 "url": "https://github.com/Incenteev/ParameterHandler.git",
3667 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3668 },
3669 "dist": {
3670 "type": "zip",
3671 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3672 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3673 "shasum": ""
3674 },
3675 "require": {
3676 "php": ">=5.3.3",
3677 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3678 },
3679 "require-dev": {
3680 "composer/composer": "^1.0@dev",
3681 "symfony/filesystem": "^2.3 || ^3 || ^4",
3682 "symfony/phpunit-bridge": "^4.0"
3683 },
3684 "type": "library",
3685 "extra": {
3686 "branch-alias": {
3687 "dev-master": "2.1.x-dev"
3688 }
3689 },
3690 "autoload": {
3691 "psr-4": {
3692 "Incenteev\\ParameterHandler\\": ""
3693 }
3694 },
3695 "notification-url": "https://packagist.org/downloads/",
3696 "license": [
3697 "MIT"
3698 ],
3699 "authors": [
3700 {
3701 "name": "Christophe Coevoet",
3702 "email": "stof@notk.org"
3703 }
3704 ],
3705 "description": "Composer script handling your ignored parameter file",
3706 "homepage": "https://github.com/Incenteev/ParameterHandler",
3707 "keywords": [
3708 "parameters management"
3709 ],
3710 "time": "2018-02-13T18:05:56+00:00"
3711 },
3712 {
3713 "name": "j0k3r/graby",
313d7350 3714 "version": "2.0.2",
6546aca4
JB
3715 "source": {
3716 "type": "git",
3717 "url": "https://github.com/j0k3r/graby.git",
313d7350 3718 "reference": "5ed35e8959be03cb36335605a70e05571eb8157a"
6546aca4
JB
3719 },
3720 "dist": {
3721 "type": "zip",
313d7350 3722 "url": "https://api.github.com/repos/j0k3r/graby/zipball/5ed35e8959be03cb36335605a70e05571eb8157a",
3723 "reference": "5ed35e8959be03cb36335605a70e05571eb8157a",
6546aca4
JB
3724 "shasum": ""
3725 },
3726 "require": {
3727 "ext-curl": "*",
3728 "ext-tidy": "*",
3729 "fossar/htmlawed": "^1.2.4",
3730 "guzzlehttp/psr7": "^1.5",
3731 "j0k3r/graby-site-config": "^1.0",
3732 "j0k3r/httplug-ssrf-plugin": "^2.0",
3733 "j0k3r/php-readability": "^1.1",
3734 "monolog/monolog": "^1.13.1",
3735 "php": ">=7.1",
3736 "php-http/client-common": "^2.0",
3737 "php-http/discovery": "^1.0",
3738 "php-http/httplug": "^2.0",
3739 "php-http/message": "^1.7",
3740 "psr/http-message": "^1.0",
3741 "simplepie/simplepie": "^1.3.1",
3742 "smalot/pdfparser": "~0.11",
3743 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3744 "true/punycode": "~2.1",
3745 "wallabag/tcpdf": "^6.2.26"
3746 },
3747 "require-dev": {
3748 "friendsofphp/php-cs-fixer": "~2.14",
3749 "php-coveralls/php-coveralls": "^2.0",
3750 "php-http/guzzle6-adapter": "^2.0",
3751 "php-http/mock-client": "^1.2",
3752 "phpstan/phpstan": "^0.11",
3753 "phpstan/phpstan-phpunit": "^0.11",
3754 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3755 },
3756 "type": "library",
3757 "extra": {
3758 "branch-alias": {
3759 "dev-2.0": "2.0-dev"
3760 }
3761 },
3762 "autoload": {
3763 "psr-4": {
3764 "Graby\\": "src/"
3765 }
3766 },
3767 "notification-url": "https://packagist.org/downloads/",
3768 "license": [
3769 "MIT"
3770 ],
3771 "authors": [
3772 {
3773 "name": "Jeremy Benoist",
eb0fa190 3774 "email": "jeremy.benoist@gmail.com",
3775 "role": "Developer"
6546aca4
JB
3776 },
3777 {
3778 "name": "FiveFilters.org",
eb0fa190 3779 "email": "fivefilters@fivefilters.org",
3780 "role": "Developer (original version)"
6546aca4
JB
3781 }
3782 ],
3783 "description": "Graby helps you extract article content from web pages",
313d7350 3784 "time": "2019-07-22T07:05:28+00:00"
6546aca4
JB
3785 },
3786 {
3787 "name": "j0k3r/graby-site-config",
3f2e602f 3788 "version": "1.0.91",
6546aca4
JB
3789 "source": {
3790 "type": "git",
3791 "url": "https://github.com/j0k3r/graby-site-config.git",
3f2e602f 3792 "reference": "2f21c86f0b25911c413d94957a326b812ddbd54d"
6546aca4
JB
3793 },
3794 "dist": {
3795 "type": "zip",
3f2e602f
JB
3796 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/2f21c86f0b25911c413d94957a326b812ddbd54d",
3797 "reference": "2f21c86f0b25911c413d94957a326b812ddbd54d",
6546aca4
JB
3798 "shasum": ""
3799 },
3800 "require": {
3801 "symfony/finder": "~2.6|~3.0|~4.0"
3802 },
3803 "require-dev": {
3804 "liip/rmt": "1.2.*",
1576905e 3805 "symfony/phpunit-bridge": "^4.3"
6546aca4
JB
3806 },
3807 "type": "library",
3808 "autoload": {
3809 "psr-4": {
3810 "GrabySiteConfig\\SiteConfig\\": "src/"
3811 }
3812 },
3813 "notification-url": "https://packagist.org/downloads/",
3814 "license": [
3815 "CC0-1.0"
3816 ],
3817 "authors": [
3818 {
3819 "name": "Jeremy Benoist",
3820 "email": "jeremy.benoist@gmail.com"
3821 }
3822 ],
3823 "description": "Graby site config files",
3f2e602f 3824 "time": "2019-09-04T07:11:32+00:00"
6546aca4
JB
3825 },
3826 {
3827 "name": "j0k3r/httplug-ssrf-plugin",
3828 "version": "v2.0.0",
3829 "source": {
3830 "type": "git",
3831 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3832 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74"
3833 },
3834 "dist": {
3835 "type": "zip",
3836 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/ea8599016240d2a49b91e267550ea3eb243ddd74",
3837 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74",
3838 "shasum": ""
3839 },
3840 "require": {
3841 "php": "^7.1",
3842 "php-http/client-common": "^2.0",
3843 "php-http/discovery": "^1.5",
3844 "php-http/message": "^1.7",
3845 "php-http/message-factory": "^1.0.2"
3846 },
3847 "require-dev": {
3848 "friendsofphp/php-cs-fixer": "^2.14",
3849 "guzzlehttp/psr7": "^1.0",
3850 "php-http/guzzle6-adapter": "^2.0",
3851 "php-http/mock-client": "^1.0",
3852 "phpstan/phpstan": "^0.11",
3853 "phpstan/phpstan-phpunit": "^0.11",
3854 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3855 },
3856 "type": "library",
3857 "extra": {
3858 "branch-alias": {
3859 "dev-master": "2.0-dev"
3860 }
3861 },
3862 "autoload": {
3863 "psr-4": {
3864 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3865 }
3866 },
3867 "notification-url": "https://packagist.org/downloads/",
3868 "license": [
3869 "MIT"
3870 ],
3871 "authors": [
3872 {
3873 "name": "Jeremy Benoist",
3874 "email": "jeremy.benoist@gmail.com"
3875 },
3876 {
3877 "name": "aaa2000",
3878 "email": "adev2000@gmail.com"
3879 },
3880 {
3881 "name": "Jack W",
cc7b2b91 3882 "email": "jack@fin1te.net",
3883 "role": "Developer (SafeCurl original version)"
6546aca4
JB
3884 }
3885 ],
3886 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3887 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3888 "keywords": [
3889 "http",
3890 "httplug",
3891 "plugin",
3892 "security",
3893 "ssrf"
3894 ],
3895 "time": "2019-02-06T10:58:53+00:00"
3896 },
3897 {
3898 "name": "j0k3r/php-readability",
b0817af0 3899 "version": "1.2.4",
6546aca4
JB
3900 "source": {
3901 "type": "git",
3902 "url": "https://github.com/j0k3r/php-readability.git",
b0817af0 3903 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
6546aca4
JB
3904 },
3905 "dist": {
3906 "type": "zip",
b0817af0 3907 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3908 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
6546aca4
JB
3909 "shasum": ""
3910 },
3911 "require": {
3912 "electrolinux/php-html5lib": "^0.1.0",
3913 "ext-mbstring": "*",
3914 "php": ">=5.6.0",
3915 "psr/log": "^1.0"
3916 },
3917 "require-dev": {
3918 "friendsofphp/php-cs-fixer": "^2.14",
3919 "monolog/monolog": "^1.24",
3920 "php-coveralls/php-coveralls": "^2.1",
3921 "symfony/phpunit-bridge": "^4.2.3"
3922 },
3923 "suggest": {
3924 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3925 },
3926 "type": "library",
3927 "autoload": {
3928 "psr-4": {
3929 "Readability\\": "src/"
3930 }
3931 },
3932 "notification-url": "https://packagist.org/downloads/",
3933 "license": [
3934 "Apache-2.0"
3935 ],
3936 "authors": [
3937 {
3938 "name": "Keyvan Minoukadeh",
3939 "email": "keyvan@keyvan.net",
eb0fa190 3940 "homepage": "http://keyvan.net",
3941 "role": "Developer (ported original JS code to PHP)"
6546aca4
JB
3942 },
3943 {
3944 "name": "Arc90",
eb0fa190 3945 "homepage": "http://arc90.com",
3946 "role": "Developer (original JS version)"
6546aca4
JB
3947 },
3948 {
3949 "name": "Jeremy Benoist",
3950 "email": "jeremy.benoist@gmail.com",
eb0fa190 3951 "homepage": "http://www.j0k3r.net",
3952 "role": "Developer"
6546aca4
JB
3953 },
3954 {
3955 "name": "DitherSky",
eb0fa190 3956 "homepage": "https://github.com/Dither",
3957 "role": "Developer (https://github.com/Dither/full-text-rss)"
6546aca4
JB
3958 }
3959 ],
3960 "description": "Automatic article extraction from HTML",
3961 "keywords": [
3962 "article",
3963 "article extraction",
3964 "content",
3965 "content extraction",
3966 "extraction",
3967 "html"
3968 ],
b0817af0 3969 "time": "2019-06-25T15:15:37+00:00"
6546aca4
JB
3970 },
3971 {
3972 "name": "javibravo/simpleue",
3973 "version": "2.1.0",
3974 "source": {
3975 "type": "git",
3976 "url": "https://github.com/javibravo/simpleue.git",
3977 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3978 },
3979 "dist": {
3980 "type": "zip",
3981 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3982 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3983 "shasum": ""
3984 },
3985 "require": {
3986 "php": ">=5.5",
3987 "psr/log": "~1.0"
3988 },
3989 "require-dev": {
3990 "aws/aws-sdk-php": "^3.9",
3991 "pda/pheanstalk": "^3.1",
3992 "phpunit/phpunit": "4.0.*",
3993 "predis/predis": "^1.0"
3994 },
3995 "suggest": {
3996 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3997 "ext-redis": "Allow work with Redis Locker",
3998 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3999 "predis/predis": "Allow work with Redis queues"
4000 },
4001 "type": "library",
4002 "autoload": {
4003 "psr-4": {
4004 "Simpleue\\": "src/Simpleue"
4005 }
4006 },
4007 "notification-url": "https://packagist.org/downloads/",
4008 "license": [
4009 "MIT"
4010 ],
4011 "authors": [
4012 {
4013 "name": "Javier Bravo",
4014 "email": "javibravo85@gmail.com"
4015 }
4016 ],
4017 "description": "Php package to manage queue tasks in a simple way",
4018 "homepage": "http://github.com/javibravo/simpleue",
4019 "keywords": [
4020 "job",
4021 "queue",
4022 "redis",
4023 "sqs",
4024 "task"
4025 ],
4026 "time": "2017-11-15T13:41:13+00:00"
4027 },
4028 {
4029 "name": "jdorn/sql-formatter",
4030 "version": "v1.2.17",
4031 "source": {
4032 "type": "git",
4033 "url": "https://github.com/jdorn/sql-formatter.git",
4034 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4035 },
4036 "dist": {
4037 "type": "zip",
4038 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4039 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4040 "shasum": ""
4041 },
4042 "require": {
4043 "php": ">=5.2.4"
4044 },
4045 "require-dev": {
4046 "phpunit/phpunit": "3.7.*"
4047 },
4048 "type": "library",
4049 "extra": {
4050 "branch-alias": {
4051 "dev-master": "1.3.x-dev"
4052 }
4053 },
4054 "autoload": {
4055 "classmap": [
4056 "lib"
4057 ]
4058 },
4059 "notification-url": "https://packagist.org/downloads/",
4060 "license": [
4061 "MIT"
4062 ],
4063 "authors": [
4064 {
4065 "name": "Jeremy Dorn",
4066 "email": "jeremy@jeremydorn.com",
4067 "homepage": "http://jeremydorn.com/"
4068 }
4069 ],
4070 "description": "a PHP SQL highlighting library",
4071 "homepage": "https://github.com/jdorn/sql-formatter/",
4072 "keywords": [
4073 "highlight",
4074 "sql"
4075 ],
4076 "time": "2014-01-12T16:20:24+00:00"
4077 },
955a3bde
JB
4078 {
4079 "name": "jean85/pretty-package-versions",
4080 "version": "1.2",
4081 "source": {
4082 "type": "git",
4083 "url": "https://github.com/Jean85/pretty-package-versions.git",
4084 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4085 },
4086 "dist": {
4087 "type": "zip",
4088 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4089 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4090 "shasum": ""
4091 },
4092 "require": {
4093 "ocramius/package-versions": "^1.2.0",
4094 "php": "^7.0"
4095 },
4096 "require-dev": {
4097 "phpunit/phpunit": "^6.0"
4098 },
4099 "type": "library",
4100 "extra": {
4101 "branch-alias": {
4102 "dev-master": "1.x-dev"
4103 }
4104 },
4105 "autoload": {
4106 "psr-4": {
4107 "Jean85\\": "src/"
4108 }
4109 },
4110 "notification-url": "https://packagist.org/downloads/",
4111 "license": [
4112 "MIT"
4113 ],
4114 "authors": [
4115 {
4116 "name": "Alessandro Lai",
4117 "email": "alessandro.lai85@gmail.com"
4118 }
4119 ],
4120 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4121 "keywords": [
4122 "composer",
4123 "package",
4124 "release",
4125 "versions"
4126 ],
4127 "time": "2018-06-13T13:22:40+00:00"
4128 },
6546aca4
JB
4129 {
4130 "name": "jms/metadata",
4131 "version": "1.7.0",
4132 "source": {
4133 "type": "git",
4134 "url": "https://github.com/schmittjoh/metadata.git",
4135 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4136 },
4137 "dist": {
4138 "type": "zip",
4139 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4140 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4141 "shasum": ""
4142 },
4143 "require": {
4144 "php": ">=5.3.0"
4145 },
4146 "require-dev": {
4147 "doctrine/cache": "~1.0",
4148 "symfony/cache": "~3.1"
4149 },
4150 "type": "library",
4151 "extra": {
4152 "branch-alias": {
4153 "dev-master": "1.5.x-dev"
4154 }
4155 },
4156 "autoload": {
4157 "psr-0": {
4158 "Metadata\\": "src/"
4159 }
4160 },
4161 "notification-url": "https://packagist.org/downloads/",
4162 "license": [
4163 "MIT"
4164 ],
4165 "authors": [
4166 {
4167 "name": "Asmir Mustafic",
4168 "email": "goetas@gmail.com"
4169 },
4170 {
4171 "name": "Johannes M. Schmitt",
4172 "email": "schmittjoh@gmail.com"
4173 }
4174 ],
4175 "description": "Class/method/property metadata management in PHP",
4176 "keywords": [
4177 "annotations",
4178 "metadata",
4179 "xml",
4180 "yaml"
4181 ],
4182 "time": "2018-10-26T12:40:10+00:00"
4183 },
4184 {
4185 "name": "jms/parser-lib",
4186 "version": "1.0.0",
4187 "source": {
4188 "type": "git",
4189 "url": "https://github.com/schmittjoh/parser-lib.git",
4190 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4191 },
4192 "dist": {
4193 "type": "zip",
4194 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4195 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4196 "shasum": ""
4197 },
4198 "require": {
4199 "phpoption/phpoption": ">=0.9,<2.0-dev"
4200 },
4201 "type": "library",
4202 "extra": {
4203 "branch-alias": {
4204 "dev-master": "1.0-dev"
4205 }
4206 },
4207 "autoload": {
4208 "psr-0": {
4209 "JMS\\": "src/"
4210 }
4211 },
4212 "notification-url": "https://packagist.org/downloads/",
4213 "license": [
4214 "Apache2"
4215 ],
4216 "description": "A library for easily creating recursive-descent parsers.",
4217 "time": "2012-11-18T18:08:43+00:00"
4218 },
4219 {
4220 "name": "jms/serializer",
4221 "version": "1.14.0",
4222 "source": {
4223 "type": "git",
4224 "url": "https://github.com/schmittjoh/serializer.git",
4225 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4226 },
4227 "dist": {
4228 "type": "zip",
4229 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4230 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4231 "shasum": ""
4232 },
4233 "require": {
4234 "doctrine/annotations": "^1.0",
4235 "doctrine/instantiator": "^1.0.3",
4236 "jms/metadata": "^1.3",
4237 "jms/parser-lib": "1.*",
4238 "php": "^5.5|^7.0",
4239 "phpcollection/phpcollection": "~0.1",
4240 "phpoption/phpoption": "^1.1"
4241 },
4242 "conflict": {
4243 "twig/twig": "<1.12"
4244 },
4245 "require-dev": {
4246 "doctrine/orm": "~2.1",
4247 "doctrine/phpcr-odm": "^1.3|^2.0",
4248 "ext-pdo_sqlite": "*",
4249 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4250 "phpunit/phpunit": "^4.8|^5.0",
4251 "propel/propel1": "~1.7",
4252 "psr/container": "^1.0",
4253 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4254 "symfony/expression-language": "^2.6|^3.0",
4255 "symfony/filesystem": "^2.1",
4256 "symfony/form": "~2.1|^3.0",
4257 "symfony/translation": "^2.1|^3.0",
4258 "symfony/validator": "^2.2|^3.0",
4259 "symfony/yaml": "^2.1|^3.0",
4260 "twig/twig": "~1.12|~2.0"
4261 },
4262 "suggest": {
4263 "doctrine/cache": "Required if you like to use cache functionality.",
4264 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4265 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4266 },
4267 "type": "library",
4268 "extra": {
4269 "branch-alias": {
4270 "dev-1.x": "1.14-dev"
4271 }
4272 },
4273 "autoload": {
4274 "psr-0": {
4275 "JMS\\Serializer": "src/"
4276 }
4277 },
4278 "notification-url": "https://packagist.org/downloads/",
4279 "license": [
4280 "MIT"
4281 ],
4282 "authors": [
4283 {
4284 "name": "Asmir Mustafic",
4285 "email": "goetas@gmail.com"
4286 },
4287 {
4288 "name": "Johannes M. Schmitt",
4289 "email": "schmittjoh@gmail.com"
4290 }
4291 ],
4292 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4293 "homepage": "http://jmsyst.com/libs/serializer",
4294 "keywords": [
4295 "deserialization",
4296 "jaxb",
4297 "json",
4298 "serialization",
4299 "xml"
4300 ],
4301 "time": "2019-04-17T08:12:16+00:00"
4302 },
4303 {
4304 "name": "jms/serializer-bundle",
4305 "version": "2.4.4",
4306 "source": {
4307 "type": "git",
4308 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4309 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4310 },
4311 "dist": {
4312 "type": "zip",
4313 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4314 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4315 "shasum": ""
4316 },
4317 "require": {
4318 "jms/serializer": "^1.10",
4319 "php": "^5.4|^7.0",
4320 "phpoption/phpoption": "^1.1.0",
4321 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4322 },
4323 "require-dev": {
4324 "doctrine/orm": "*",
4325 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4326 "symfony/expression-language": "~2.6|~3.0|~4.0",
4327 "symfony/finder": "^2.3|^3.0|^4.0",
4328 "symfony/form": "*",
4329 "symfony/stopwatch": "*",
4330 "symfony/twig-bundle": "*",
4331 "symfony/validator": "*",
4332 "symfony/yaml": "*"
4333 },
4334 "suggest": {
4335 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4336 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4337 },
4338 "type": "symfony-bundle",
4339 "extra": {
4340 "branch-alias": {
4341 "dev-master": "2.4-dev"
4342 }
4343 },
4344 "autoload": {
4345 "psr-4": {
4346 "JMS\\SerializerBundle\\": ""
4347 },
4348 "exclude-from-classmap": [
4349 "/Tests/"
4350 ]
4351 },
4352 "notification-url": "https://packagist.org/downloads/",
4353 "license": [
4354 "MIT"
4355 ],
4356 "authors": [
4357 {
4358 "name": "Asmir Mustafic",
4359 "email": "goetas@gmail.com"
4360 },
4361 {
4362 "name": "Johannes M. Schmitt",
4363 "email": "schmittjoh@gmail.com"
4364 }
4365 ],
4366 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4367 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4368 "keywords": [
4369 "deserialization",
4370 "jaxb",
4371 "json",
4372 "serialization",
4373 "xml"
4374 ],
4375 "time": "2019-03-30T10:26:09+00:00"
4376 },
4377 {
4378 "name": "kphoen/rulerz",
4379 "version": "0.21.1",
4380 "source": {
4381 "type": "git",
4382 "url": "https://github.com/K-Phoen/rulerz.git",
4383 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4384 },
4385 "dist": {
4386 "type": "zip",
4387 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4388 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4389 "shasum": ""
4390 },
4391 "require": {
4392 "hoa/ruler": "~2.0",
4393 "php": ">=7.1",
4394 "symfony/property-access": "~3.0|~4.0"
4395 },
4396 "require-dev": {
4397 "behat/behat": "~3.0",
4398 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4399 "doctrine/orm": "~2.4",
4400 "elasticsearch/elasticsearch": "~1.0",
4401 "illuminate/database": "~5.0",
4402 "kphoen/rusty": "dev-master",
4403 "liip/rmt": "^1.2",
4404 "mikey179/vfsstream": "~1.4",
4405 "phpspec/phpspec": "~2.0,>=2.4-dev",
4406 "pomm-project/cli": "~2.0@dev",
4407 "pomm-project/foundation": "~2.0@dev",
4408 "pomm-project/model-manager": "~2.0.@dev",
4409 "ruflin/elastica": "~1.0",
4410 "solarium/solarium": "~3.0",
4411 "vlucas/phpdotenv": "~2.1"
4412 },
4413 "suggest": {
4414 "doctrine/orm": "To execute rules as Doctrine queries",
4415 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4416 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4417 "pomm-project/model-manager": "To execute rules as Pomm queries",
4418 "solarium/solarium": "To execute rules as Solr queries"
4419 },
4420 "type": "library",
4421 "extra": {
4422 "branch-alias": {
4423 "dev-master": "1.0.x-dev"
4424 }
4425 },
4426 "autoload": {
4427 "psr-4": {
4428 "RulerZ\\": "src/"
4429 }
4430 },
4431 "notification-url": "https://packagist.org/downloads/",
4432 "license": [
4433 "MIT"
4434 ],
4435 "authors": [
4436 {
4437 "name": "Kévin Gomez",
4438 "email": "contact@kevingomez.fr"
4439 }
4440 ],
4441 "description": "Powerful implementation of the Specification pattern",
4442 "homepage": "https://github.com/K-Phoen/RulerZ",
4443 "keywords": [
4444 "doctrine",
4445 "specification"
4446 ],
4447 "time": "2018-09-18T15:15:42+00:00"
4448 },
4449 {
4450 "name": "kphoen/rulerz-bridge",
4451 "version": "1.1.1",
4452 "source": {
4453 "type": "git",
4454 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4455 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4456 },
4457 "dist": {
4458 "type": "zip",
4459 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4460 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4461 "shasum": ""
4462 },
4463 "require": {
4464 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4465 "php": ">=7.1",
4466 "symfony/form": "^3.0|^4.0",
4467 "symfony/validator": "^3.0|^4.0"
4468 },
4469 "require-dev": {
4470 "liip/rmt": "^1.2",
4471 "phpunit/phpunit": "~7.1",
4472 "symfony/phpunit-bridge": "^3.0|^4.0"
4473 },
4474 "type": "symfony-bridge",
4475 "autoload": {
4476 "psr-4": {
4477 "Symfony\\Bridge\\RulerZ\\": ""
4478 },
4479 "exclude-from-classmap": [
4480 "/Tests/"
4481 ]
4482 },
4483 "notification-url": "https://packagist.org/downloads/",
4484 "license": [
4485 "MIT"
4486 ],
4487 "authors": [
4488 {
4489 "name": "Kévin Gomez",
4490 "email": "contact@kevingomez.fr"
4491 }
4492 ],
4493 "description": "Symfony RulerZ Bridge",
4494 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4495 "keywords": [
4496 "Bridge",
4497 "doctrine",
4498 "ruler",
4499 "rulerz",
4500 "specification",
4501 "symfony"
4502 ],
4503 "time": "2018-10-01T14:17:27+00:00"
4504 },
4505 {
4506 "name": "kphoen/rulerz-bundle",
4507 "version": "0.15.0",
4508 "source": {
4509 "type": "git",
4510 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4511 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4512 },
4513 "dist": {
4514 "type": "zip",
4515 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4516 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4517 "shasum": ""
4518 },
4519 "require": {
4520 "kphoen/rulerz": "~0.17,>=0.19.3",
4521 "kphoen/rulerz-bridge": "^1.0",
4522 "php": ">=7.1",
4523 "symfony/framework-bundle": "^3.0|^4.0"
4524 },
4525 "require-dev": {
4526 "liip/rmt": "^1.2",
4527 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4528 "mikey179/vfsstream": "^1.6",
4529 "phpunit/phpunit": "^7.1",
4530 "symfony/phpunit-bridge": "^3.0|^4.0"
4531 },
4532 "type": "symfony-bundle",
4533 "autoload": {
4534 "psr-4": {
4535 "KPhoen\\RulerZBundle\\": ""
4536 },
4537 "exclude-from-classmap": [
4538 "/Tests/"
4539 ]
4540 },
4541 "notification-url": "https://packagist.org/downloads/",
4542 "license": [
4543 "MIT"
4544 ],
4545 "authors": [
4546 {
4547 "name": "Kévin Gomez",
4548 "email": "contact@kevingomez.fr"
4549 }
4550 ],
4551 "description": "Symfony2 Bundle for RulerZ",
4552 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4553 "keywords": [
4554 "doctrine",
4555 "ruler",
4556 "rulerz",
4557 "specification"
4558 ],
4559 "time": "2018-09-17T09:02:32+00:00"
4560 },
4561 {
4562 "name": "lcobucci/jwt",
4563 "version": "3.3.1",
4564 "source": {
4565 "type": "git",
4566 "url": "https://github.com/lcobucci/jwt.git",
4567 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4568 },
4569 "dist": {
4570 "type": "zip",
4571 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4572 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4573 "shasum": ""
4574 },
4575 "require": {
4576 "ext-mbstring": "*",
4577 "ext-openssl": "*",
4578 "php": "^5.6 || ^7.0"
4579 },
4580 "require-dev": {
4581 "mikey179/vfsstream": "~1.5",
4582 "phpmd/phpmd": "~2.2",
4583 "phpunit/php-invoker": "~1.1",
4584 "phpunit/phpunit": "^5.7 || ^7.3",
4585 "squizlabs/php_codesniffer": "~2.3"
4586 },
4587 "type": "library",
4588 "extra": {
4589 "branch-alias": {
4590 "dev-master": "3.1-dev"
4591 }
4592 },
4593 "autoload": {
4594 "psr-4": {
4595 "Lcobucci\\JWT\\": "src"
4596 }
4597 },
4598 "notification-url": "https://packagist.org/downloads/",
4599 "license": [
4600 "BSD-3-Clause"
4601 ],
4602 "authors": [
4603 {
4604 "name": "Luís Otávio Cobucci Oblonczyk",
cc7b2b91 4605 "email": "lcobucci@gmail.com",
4606 "role": "Developer"
6546aca4
JB
4607 }
4608 ],
4609 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4610 "keywords": [
4611 "JWS",
4612 "jwt"
4613 ],
4614 "time": "2019-05-24T18:30:49+00:00"
4615 },
4616 {
4617 "name": "lexik/form-filter-bundle",
4618 "version": "v5.0.10",
4619 "source": {
4620 "type": "git",
4621 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4622 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4623 },
4624 "dist": {
4625 "type": "zip",
4626 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4627 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4628 "shasum": ""
4629 },
4630 "require": {
4631 "doctrine/orm": "^2.4.8",
4632 "php": ">=5.5.9",
4633 "symfony/form": "~2.8|~3.0|^4.0",
4634 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4635 },
4636 "require-dev": {
4637 "doctrine/mongodb-odm-bundle": "^3.0",
4638 "phpunit/phpunit": "~5.0|^7.5"
4639 },
4640 "suggest": {
4641 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4642 },
4643 "type": "symfony-bundle",
4644 "extra": {
4645 "branch-alias": {
4646 "dev-master": "5.x.x-dev"
4647 }
4648 },
4649 "autoload": {
4650 "psr-4": {
4651 "Lexik\\Bundle\\FormFilterBundle\\": ""
4652 }
4653 },
4654 "notification-url": "https://packagist.org/downloads/",
4655 "license": [
4656 "MIT"
4657 ],
4658 "authors": [
4659 {
4660 "name": "Dev Lexik",
4661 "email": "dev@lexik.fr"
4662 },
4663 {
4664 "name": "Cedric Girard",
4665 "email": "c.girard@lexik.fr"
4666 }
4667 ],
4668 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4669 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4670 "keywords": [
4671 "bundle",
4672 "doctrine",
4673 "filter",
4674 "form",
4675 "symfony"
4676 ],
4677 "time": "2019-04-17T17:58:44+00:00"
4678 },
4679 {
4680 "name": "liip/theme-bundle",
a5315365 4681 "version": "1.7.0",
6546aca4
JB
4682 "source": {
4683 "type": "git",
4684 "url": "https://github.com/liip/LiipThemeBundle.git",
a5315365 4685 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
6546aca4
JB
4686 },
4687 "dist": {
4688 "type": "zip",
a5315365 4689 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4690 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
6546aca4
JB
4691 "shasum": ""
4692 },
4693 "require": {
a5315365 4694 "php": "^7.0",
6546aca4 4695 "psr/log": "~1.0",
a5315365 4696 "symfony/finder": "^3.0|^4.0",
4697 "symfony/framework-bundle": "^3.0|^4.0",
4698 "symfony/templating": "^3.0|^4.0",
4699 "symfony/twig-bundle": "^3.0|^4.0",
4700 "twig/twig": "^1.34|^2.4"
6546aca4
JB
4701 },
4702 "conflict": {
4703 "sebastian/comparator": "1.2.3"
4704 },
4705 "require-dev": {
a5315365 4706 "phpunit/phpunit": "^6.0",
4707 "symfony/console": "^3.0|^4.0",
4708 "symfony/expression-language": "^3.0|^4.0"
6546aca4
JB
4709 },
4710 "type": "symfony-bundle",
4711 "extra": {
4712 "branch-alias": {
4713 "dev-master": "1.4-dev"
4714 }
4715 },
4716 "autoload": {
4717 "psr-4": {
4718 "Liip\\ThemeBundle\\": ""
4719 }
4720 },
4721 "notification-url": "https://packagist.org/downloads/",
4722 "license": [
4723 "MIT"
4724 ],
4725 "authors": [
4726 {
4727 "name": "Community contributions",
4728 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4729 },
4730 {
4731 "name": "Liip AG",
4732 "homepage": "http://www.liip.ch/"
4733 }
4734 ],
4735 "description": "Provides theming support for #Symfony2 Bundles",
4736 "keywords": [
4737 "themes",
4738 "theming"
4739 ],
a5315365 4740 "time": "2019-06-19T12:53:08+00:00"
6546aca4
JB
4741 },
4742 {
4743 "name": "masterminds/html5",
1576905e 4744 "version": "2.7.0",
6546aca4
JB
4745 "source": {
4746 "type": "git",
4747 "url": "https://github.com/Masterminds/html5-php.git",
1576905e 4748 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
6546aca4
JB
4749 },
4750 "dist": {
4751 "type": "zip",
1576905e
JB
4752 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4753 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
6546aca4
JB
4754 "shasum": ""
4755 },
4756 "require": {
4757 "ext-ctype": "*",
4758 "ext-dom": "*",
4759 "ext-libxml": "*",
4760 "php": ">=5.3.0"
4761 },
4762 "require-dev": {
4763 "phpunit/phpunit": "^4.8.35",
4764 "sami/sami": "~2.0",
4765 "satooshi/php-coveralls": "1.0.*"
4766 },
4767 "type": "library",
4768 "extra": {
4769 "branch-alias": {
1576905e 4770 "dev-master": "2.7-dev"
6546aca4
JB
4771 }
4772 },
4773 "autoload": {
4774 "psr-4": {
4775 "Masterminds\\": "src"
4776 }
4777 },
4778 "notification-url": "https://packagist.org/downloads/",
4779 "license": [
4780 "MIT"
4781 ],
4782 "authors": [
4783 {
4784 "name": "Matt Butcher",
4785 "email": "technosophos@gmail.com"
4786 },
6546aca4
JB
4787 {
4788 "name": "Matt Farina",
4789 "email": "matt@mattfarina.com"
1576905e
JB
4790 },
4791 {
4792 "name": "Asmir Mustafic",
4793 "email": "goetas@gmail.com"
6546aca4
JB
4794 }
4795 ],
4796 "description": "An HTML5 parser and serializer.",
4797 "homepage": "http://masterminds.github.io/html5-php",
4798 "keywords": [
4799 "HTML5",
4800 "dom",
4801 "html",
4802 "parser",
4803 "querypath",
4804 "serializer",
4805 "xml"
4806 ],
1576905e 4807 "time": "2019-07-25T07:03:26+00:00"
6546aca4
JB
4808 },
4809 {
4810 "name": "mgargano/simplehtmldom",
4811 "version": "1.5",
4812 "source": {
4813 "type": "git",
4814 "url": "https://github.com/matgargano/simplehtmldom.git",
4815 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4816 },
4817 "dist": {
4818 "type": "zip",
4819 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4820 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4821 "shasum": ""
4822 },
4823 "require": {
4824 "php": ">=5.3.0"
4825 },
4826 "type": "library",
4827 "autoload": {
4828 "psr-0": {
4829 "SimpleHtmlDom": "src/"
4830 },
4831 "files": [
4832 "src/simple_html_dom.php"
4833 ]
4834 },
4835 "notification-url": "https://packagist.org/downloads/",
4836 "license": [
4837 "The MIT License"
4838 ],
4839 "authors": [
4840 {
4841 "name": "S.C. Chen",
4842 "email": "me578022@gmail.com"
4843 }
4844 ],
4845 "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",
4846 "homepage": "http://simplehtmldom.sourceforge.net/",
4847 "keywords": [
4848 "Simple",
4849 "dom",
4850 "html"
4851 ],
4852 "time": "2014-01-05T18:17:34+00:00"
4853 },
4854 {
4855 "name": "michelf/php-markdown",
4856 "version": "1.8.0",
4857 "source": {
4858 "type": "git",
4859 "url": "https://github.com/michelf/php-markdown.git",
4860 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
4861 },
4862 "dist": {
4863 "type": "zip",
4864 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
4865 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
4866 "shasum": ""
4867 },
4868 "require": {
4869 "php": ">=5.3.0"
4870 },
4871 "type": "library",
4872 "autoload": {
4873 "psr-4": {
4874 "Michelf\\": "Michelf/"
4875 }
4876 },
4877 "notification-url": "https://packagist.org/downloads/",
4878 "license": [
4879 "BSD-3-Clause"
4880 ],
4881 "authors": [
4882 {
4883 "name": "Michel Fortin",
4884 "email": "michel.fortin@michelf.ca",
1a758230 4885 "homepage": "https://michelf.ca/",
4886 "role": "Developer"
6546aca4
JB
4887 },
4888 {
4889 "name": "John Gruber",
4890 "homepage": "https://daringfireball.net/"
4891 }
4892 ],
4893 "description": "PHP Markdown",
4894 "homepage": "https://michelf.ca/projects/php-markdown/",
4895 "keywords": [
4896 "markdown"
4897 ],
4898 "time": "2018-01-15T00:49:33+00:00"
4899 },
4900 {
4901 "name": "mnapoli/piwik-twig-extension",
c546548e 4902 "version": "2.0.1",
6546aca4
JB
4903 "source": {
4904 "type": "git",
4905 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
c546548e 4906 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
6546aca4
JB
4907 },
4908 "dist": {
4909 "type": "zip",
c546548e 4910 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4911 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
6546aca4
JB
4912 "shasum": ""
4913 },
4914 "require": {
a2f4efe6
JB
4915 "php": ">=7.0",
4916 "twig/twig": "~2.10"
6546aca4
JB
4917 },
4918 "require-dev": {
c546548e 4919 "friendsofphp/php-cs-fixer": "~2.13",
a2f4efe6
JB
4920 "php-coveralls/php-coveralls": "^2.0",
4921 "symfony/phpunit-bridge": "^4.2"
6546aca4
JB
4922 },
4923 "type": "library",
4924 "autoload": {
4925 "psr-4": {
4926 "PiwikTwigExtension\\": "src/"
4927 }
4928 },
4929 "notification-url": "https://packagist.org/downloads/",
4930 "license": [
4931 "MIT"
4932 ],
c546548e 4933 "time": "2019-06-21T10:58:04+00:00"
6546aca4
JB
4934 },
4935 {
4936 "name": "monolog/monolog",
4937 "version": "1.24.0",
4938 "source": {
4939 "type": "git",
4940 "url": "https://github.com/Seldaek/monolog.git",
4941 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
4942 },
4943 "dist": {
4944 "type": "zip",
4945 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
4946 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
4947 "shasum": ""
4948 },
4949 "require": {
4950 "php": ">=5.3.0",
4951 "psr/log": "~1.0"
4952 },
4953 "provide": {
4954 "psr/log-implementation": "1.0.0"
4955 },
4956 "require-dev": {
4957 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4958 "doctrine/couchdb": "~1.0@dev",
4959 "graylog2/gelf-php": "~1.0",
4960 "jakub-onderka/php-parallel-lint": "0.9",
4961 "php-amqplib/php-amqplib": "~2.4",
4962 "php-console/php-console": "^3.1.3",
4963 "phpunit/phpunit": "~4.5",
4964 "phpunit/phpunit-mock-objects": "2.3.0",
4965 "ruflin/elastica": ">=0.90 <3.0",
4966 "sentry/sentry": "^0.13",
4967 "swiftmailer/swiftmailer": "^5.3|^6.0"
4968 },
4969 "suggest": {
4970 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4971 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4972 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4973 "ext-mongo": "Allow sending log messages to a MongoDB server",
4974 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4975 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4976 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4977 "php-console/php-console": "Allow sending log messages to Google Chrome",
4978 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4979 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4980 "sentry/sentry": "Allow sending log messages to a Sentry server"
4981 },
4982 "type": "library",
4983 "extra": {
4984 "branch-alias": {
4985 "dev-master": "2.0.x-dev"
4986 }
4987 },
4988 "autoload": {
4989 "psr-4": {
4990 "Monolog\\": "src/Monolog"
4991 }
4992 },
4993 "notification-url": "https://packagist.org/downloads/",
4994 "license": [
4995 "MIT"
4996 ],
4997 "authors": [
4998 {
4999 "name": "Jordi Boggiano",
5000 "email": "j.boggiano@seld.be",
5001 "homepage": "http://seld.be"
5002 }
5003 ],
5004 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5005 "homepage": "http://github.com/Seldaek/monolog",
5006 "keywords": [
5007 "log",
5008 "logging",
5009 "psr-3"
5010 ],
5011 "time": "2018-11-05T09:00:11+00:00"
5012 },
5013 {
5014 "name": "nelmio/api-doc-bundle",
955a3bde 5015 "version": "2.13.4",
6546aca4
JB
5016 "target-dir": "Nelmio/ApiDocBundle",
5017 "source": {
5018 "type": "git",
5019 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
955a3bde 5020 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
6546aca4
JB
5021 },
5022 "dist": {
5023 "type": "zip",
955a3bde
JB
5024 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5025 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
6546aca4
JB
5026 "shasum": ""
5027 },
5028 "require": {
5029 "michelf/php-markdown": "~1.4",
5030 "php": ">=5.4",
5031 "symfony/console": "~2.3|~3.0|~4.0",
5032 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5033 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5034 },
5035 "conflict": {
5036 "jms/serializer": "<0.12",
5037 "jms/serializer-bundle": "<0.11",
5038 "symfony/symfony": "~2.7.8",
5039 "twig/twig": "<1.12"
5040 },
5041 "require-dev": {
5042 "doctrine/doctrine-bundle": "~1.5",
5043 "doctrine/orm": "~2.3",
5044 "dunglas/api-bundle": "~1.0",
5045 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5046 "jms/serializer-bundle": ">=0.11",
5047 "sensio/framework-extra-bundle": "~3.0",
5048 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5049 "symfony/css-selector": "~2.3|~3.0|~4.0",
5050 "symfony/finder": "~2.3|~3.0|~4.0",
5051 "symfony/form": "~2.3|~3.0|~4.0",
5052 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5053 "symfony/serializer": "~2.7|~3.0|~4.0",
5054 "symfony/validator": "~2.3|~3.0|~4.0",
5055 "symfony/yaml": "~2.3|~3.0|~4.0"
5056 },
5057 "suggest": {
5058 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5059 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5060 "jms/serializer": "For making use of serializer information in the doc.",
5061 "symfony/form": "For using form definitions as input.",
5062 "symfony/validator": "For making use of validator information in the doc."
5063 },
5064 "type": "symfony-bundle",
5065 "extra": {
5066 "branch-alias": {
5067 "dev-2.x": "2.13-dev"
5068 }
5069 },
5070 "autoload": {
5071 "psr-0": {
5072 "Nelmio\\ApiDocBundle": ""
5073 }
5074 },
5075 "notification-url": "https://packagist.org/downloads/",
5076 "license": [
5077 "MIT"
5078 ],
5079 "authors": [
5080 {
5081 "name": "Nelmio",
5082 "homepage": "http://nelm.io"
5083 },
5084 {
5085 "name": "Symfony Community",
5086 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5087 }
5088 ],
5089 "description": "Generates documentation for your REST API from annotations",
5090 "keywords": [
5091 "api",
5092 "doc",
5093 "documentation",
5094 "rest"
5095 ],
955a3bde 5096 "time": "2019-06-01T13:34:59+00:00"
6546aca4
JB
5097 },
5098 {
5099 "name": "nelmio/cors-bundle",
6657b119 5100 "version": "1.5.6",
6546aca4
JB
5101 "source": {
5102 "type": "git",
5103 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
6657b119 5104 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
6546aca4
JB
5105 },
5106 "dist": {
5107 "type": "zip",
6657b119 5108 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5109 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
6546aca4
JB
5110 "shasum": ""
5111 },
5112 "require": {
5113 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5114 },
5115 "require-dev": {
5116 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5117 "mockery/mockery": "^0.9 || ^1.0",
5118 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5119 },
5120 "type": "symfony-bundle",
5121 "extra": {
5122 "branch-alias": {
5123 "dev-master": "1.5.x-dev"
5124 }
5125 },
5126 "autoload": {
5127 "psr-4": {
5128 "Nelmio\\CorsBundle\\": ""
5129 },
5130 "exclude-from-classmap": [
5131 "/Tests/"
5132 ]
5133 },
5134 "notification-url": "https://packagist.org/downloads/",
5135 "license": [
5136 "MIT"
5137 ],
5138 "authors": [
5139 {
5140 "name": "Nelmio",
5141 "homepage": "http://nelm.io"
5142 },
5143 {
5144 "name": "Symfony Community",
5145 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5146 }
5147 ],
5148 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5149 "keywords": [
5150 "api",
5151 "cors",
5152 "crossdomain"
5153 ],
6657b119 5154 "time": "2019-06-17T08:53:14+00:00"
6546aca4
JB
5155 },
5156 {
5157 "name": "ocramius/package-versions",
5158 "version": "1.4.0",
5159 "source": {
5160 "type": "git",
5161 "url": "https://github.com/Ocramius/PackageVersions.git",
5162 "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
5163 },
5164 "dist": {
5165 "type": "zip",
5166 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
5167 "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
5168 "shasum": ""
5169 },
5170 "require": {
5171 "composer-plugin-api": "^1.0.0",
5172 "php": "^7.1.0"
5173 },
5174 "require-dev": {
5175 "composer/composer": "^1.6.3",
5176 "doctrine/coding-standard": "^5.0.1",
5177 "ext-zip": "*",
5178 "infection/infection": "^0.7.1",
5179 "phpunit/phpunit": "^7.0.0"
5180 },
5181 "type": "composer-plugin",
5182 "extra": {
5183 "class": "PackageVersions\\Installer",
5184 "branch-alias": {
5185 "dev-master": "2.0.x-dev"
5186 }
5187 },
5188 "autoload": {
5189 "psr-4": {
5190 "PackageVersions\\": "src/PackageVersions"
5191 }
5192 },
5193 "notification-url": "https://packagist.org/downloads/",
5194 "license": [
5195 "MIT"
5196 ],
5197 "authors": [
5198 {
5199 "name": "Marco Pivetta",
5200 "email": "ocramius@gmail.com"
5201 }
5202 ],
5203 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5204 "time": "2019-02-21T12:16:21+00:00"
5205 },
5206 {
5207 "name": "ocramius/proxy-manager",
5208 "version": "2.1.1",
5209 "source": {
5210 "type": "git",
5211 "url": "https://github.com/Ocramius/ProxyManager.git",
5212 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5213 },
5214 "dist": {
5215 "type": "zip",
5216 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5217 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5218 "shasum": ""
5219 },
5220 "require": {
5221 "ocramius/package-versions": "^1.1.1",
5222 "php": "^7.1.0",
5223 "zendframework/zend-code": "^3.1.0"
5224 },
5225 "require-dev": {
5226 "couscous/couscous": "^1.5.2",
5227 "ext-phar": "*",
5228 "humbug/humbug": "dev-master@DEV",
5229 "nikic/php-parser": "^3.0.4",
5230 "phpbench/phpbench": "^0.12.2",
5231 "phpstan/phpstan": "^0.6.4",
5232 "phpunit/phpunit": "^5.6.4",
5233 "phpunit/phpunit-mock-objects": "^3.4.1",
5234 "squizlabs/php_codesniffer": "^2.7.0"
5235 },
5236 "suggest": {
5237 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5238 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5239 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5240 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5241 },
5242 "type": "library",
5243 "extra": {
5244 "branch-alias": {
5245 "dev-master": "3.0.x-dev"
5246 }
5247 },
5248 "autoload": {
5249 "psr-0": {
5250 "ProxyManager\\": "src"
5251 }
5252 },
5253 "notification-url": "https://packagist.org/downloads/",
5254 "license": [
5255 "MIT"
5256 ],
5257 "authors": [
5258 {
5259 "name": "Marco Pivetta",
5260 "email": "ocramius@gmail.com",
5261 "homepage": "http://ocramius.github.io/"
5262 }
5263 ],
5264 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5265 "homepage": "https://github.com/Ocramius/ProxyManager",
5266 "keywords": [
5267 "aop",
5268 "lazy loading",
5269 "proxy",
5270 "proxy pattern",
5271 "service proxies"
5272 ],
5273 "time": "2017-05-04T11:12:50+00:00"
5274 },
5275 {
5276 "name": "pagerfanta/pagerfanta",
9a80dcf1 5277 "version": "v2.1.3",
6546aca4
JB
5278 "source": {
5279 "type": "git",
5280 "url": "https://github.com/whiteoctober/Pagerfanta.git",
9a80dcf1 5281 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
6546aca4
JB
5282 },
5283 "dist": {
5284 "type": "zip",
9a80dcf1
JB
5285 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5286 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
6546aca4
JB
5287 "shasum": ""
5288 },
5289 "require": {
5290 "php": "^7.0"
5291 },
5292 "require-dev": {
5293 "doctrine/orm": "~2.3",
5294 "doctrine/phpcr-odm": "1.*",
5295 "jackalope/jackalope-doctrine-dbal": "1.*",
5296 "jmikola/geojson": "~1.0",
5297 "mandango/mandango": "~1.0@dev",
5298 "mandango/mondator": "~1.0@dev",
5299 "phpunit/phpunit": "^6.5",
5300 "propel/propel": "~2.0@dev",
5301 "propel/propel1": "~1.6",
5302 "ruflin/elastica": "~1.3",
5303 "solarium/solarium": "~3.1"
5304 },
5305 "suggest": {
5306 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5307 "doctrine/orm": "To use the DoctrineORMAdapter.",
5308 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5309 "mandango/mandango": "To use the MandangoAdapter.",
5310 "propel/propel": "To use the Propel2Adapter",
5311 "propel/propel1": "To use the PropelAdapter",
5312 "solarium/solarium": "To use the SolariumAdapter."
5313 },
5314 "type": "library",
5315 "extra": {
5316 "branch-alias": {
5317 "dev-master": "1.0.x-dev"
5318 }
5319 },
5320 "autoload": {
5321 "psr-4": {
5322 "Pagerfanta\\": "src/Pagerfanta/"
5323 }
5324 },
5325 "notification-url": "https://packagist.org/downloads/",
5326 "license": [
5327 "MIT"
5328 ],
5329 "authors": [
5330 {
5331 "name": "Pablo Díez",
5332 "email": "pablodip@gmail.com"
5333 }
5334 ],
5335 "description": "Pagination for PHP",
5336 "keywords": [
5337 "page",
5338 "pagination",
5339 "paginator",
5340 "paging"
5341 ],
9a80dcf1 5342 "time": "2019-07-17T20:56:16+00:00"
6546aca4 5343 },
28378675 5344 {
5345 "name": "paragonie/constant_time_encoding",
5346 "version": "v2.2.3",
5347 "source": {
5348 "type": "git",
5349 "url": "https://github.com/paragonie/constant_time_encoding.git",
5350 "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb"
5351 },
5352 "dist": {
5353 "type": "zip",
5354 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
5355 "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
5356 "shasum": ""
5357 },
5358 "require": {
5359 "php": "^7"
5360 },
5361 "require-dev": {
5362 "phpunit/phpunit": "^6|^7",
5363 "vimeo/psalm": "^1|^2"
5364 },
5365 "type": "library",
5366 "autoload": {
5367 "psr-4": {
5368 "ParagonIE\\ConstantTime\\": "src/"
5369 }
5370 },
5371 "notification-url": "https://packagist.org/downloads/",
5372 "license": [
5373 "MIT"
5374 ],
5375 "authors": [
5376 {
5377 "name": "Paragon Initiative Enterprises",
5378 "email": "security@paragonie.com",
cc7b2b91 5379 "homepage": "https://paragonie.com",
5380 "role": "Maintainer"
28378675 5381 },
5382 {
5383 "name": "Steve 'Sc00bz' Thomas",
5384 "email": "steve@tobtu.com",
cc7b2b91 5385 "homepage": "https://www.tobtu.com",
5386 "role": "Original Developer"
28378675 5387 }
5388 ],
5389 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5390 "keywords": [
5391 "base16",
5392 "base32",
5393 "base32_decode",
5394 "base32_encode",
5395 "base64",
5396 "base64_decode",
5397 "base64_encode",
5398 "bin2hex",
5399 "encoding",
5400 "hex",
5401 "hex2bin",
5402 "rfc4648"
5403 ],
5404 "time": "2019-01-03T20:26:31+00:00"
5405 },
6546aca4
JB
5406 {
5407 "name": "paragonie/random_compat",
5408 "version": "v2.0.18",
5409 "source": {
5410 "type": "git",
5411 "url": "https://github.com/paragonie/random_compat.git",
5412 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5413 },
5414 "dist": {
5415 "type": "zip",
5416 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5417 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5418 "shasum": ""
5419 },
5420 "require": {
5421 "php": ">=5.2.0"
5422 },
5423 "require-dev": {
5424 "phpunit/phpunit": "4.*|5.*"
5425 },
5426 "suggest": {
5427 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5428 },
5429 "type": "library",
5430 "autoload": {
5431 "files": [
5432 "lib/random.php"
5433 ]
5434 },
5435 "notification-url": "https://packagist.org/downloads/",
5436 "license": [
5437 "MIT"
5438 ],
5439 "authors": [
5440 {
5441 "name": "Paragon Initiative Enterprises",
5442 "email": "security@paragonie.com",
5443 "homepage": "https://paragonie.com"
5444 }
5445 ],
5446 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5447 "keywords": [
5448 "csprng",
5449 "polyfill",
5450 "pseudorandom",
5451 "random"
5452 ],
5453 "time": "2019-01-03T20:59:08+00:00"
5454 },
5455 {
5456 "name": "php-amqplib/php-amqplib",
61e53dda 5457 "version": "v2.10.0",
6546aca4
JB
5458 "source": {
5459 "type": "git",
5460 "url": "https://github.com/php-amqplib/php-amqplib.git",
61e53dda 5461 "reference": "04e5366f032906d5f716890427e425e71307d3a8"
6546aca4
JB
5462 },
5463 "dist": {
5464 "type": "zip",
61e53dda
JB
5465 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/04e5366f032906d5f716890427e425e71307d3a8",
5466 "reference": "04e5366f032906d5f716890427e425e71307d3a8",
6546aca4
JB
5467 "shasum": ""
5468 },
5469 "require": {
5470 "ext-bcmath": "*",
5471 "ext-sockets": "*",
61e53dda 5472 "php": ">=5.6"
6546aca4
JB
5473 },
5474 "replace": {
5475 "videlalvaro/php-amqplib": "self.version"
5476 },
5477 "require-dev": {
5478 "ext-curl": "*",
5479 "nategood/httpful": "^0.2.20",
61e53dda
JB
5480 "phpdocumentor/phpdocumentor": "dev-master",
5481 "phpunit/phpunit": "^5.7|^6.5|^7.0",
6546aca4
JB
5482 "squizlabs/php_codesniffer": "^2.5"
5483 },
5484 "type": "library",
5485 "extra": {
5486 "branch-alias": {
61e53dda 5487 "dev-master": "2.10-dev"
6546aca4
JB
5488 }
5489 },
5490 "autoload": {
5491 "psr-4": {
5492 "PhpAmqpLib\\": "PhpAmqpLib/"
5493 }
5494 },
5495 "notification-url": "https://packagist.org/downloads/",
5496 "license": [
5497 "LGPL-2.1-or-later"
5498 ],
5499 "authors": [
5500 {
5501 "name": "Alvaro Videla",
5502 "role": "Original Maintainer"
5503 },
5504 {
5505 "name": "John Kelly",
cc7b2b91 5506 "email": "johnmkelly86@gmail.com",
5507 "role": "Maintainer"
6546aca4
JB
5508 },
5509 {
5510 "name": "Raúl Araya",
cc7b2b91 5511 "email": "nubeiro@gmail.com",
5512 "role": "Maintainer"
6546aca4
JB
5513 },
5514 {
5515 "name": "Luke Bakken",
cc7b2b91 5516 "email": "luke@bakken.io",
5517 "role": "Maintainer"
6546aca4
JB
5518 }
5519 ],
5520 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5521 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5522 "keywords": [
5523 "message",
5524 "queue",
5525 "rabbitmq"
5526 ],
61e53dda 5527 "time": "2019-08-08T18:28:18+00:00"
6546aca4
JB
5528 },
5529 {
5530 "name": "php-amqplib/rabbitmq-bundle",
5531 "version": "v1.14.4",
5532 "source": {
5533 "type": "git",
5534 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5535 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5536 },
5537 "dist": {
5538 "type": "zip",
5539 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5540 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5541 "shasum": ""
5542 },
5543 "require": {
5544 "php": "^5.3.9|^7.0",
5545 "php-amqplib/php-amqplib": "^2.6",
5546 "psr/log": "^1.0",
5547 "symfony/config": "^2.7|^3.0|^4.0",
5548 "symfony/console": "^2.7|^3.0|^4.0",
5549 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5550 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5551 "symfony/yaml": "^2.7|^3.0|^4.0"
5552 },
5553 "replace": {
5554 "oldsound/rabbitmq-bundle": "self.version"
5555 },
5556 "require-dev": {
5557 "phpunit/phpunit": "^4.8.35|^5.4.3",
5558 "symfony/debug": "^2.7|^3.0|^4.0",
5559 "symfony/serializer": "^2.7|^3.0|^4.0"
5560 },
5561 "suggest": {
5562 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5563 },
5564 "type": "symfony-bundle",
5565 "extra": {
5566 "branch-alias": {
5567 "dev-master": "1.10.x-dev"
5568 }
5569 },
5570 "autoload": {
5571 "psr-4": {
5572 "OldSound\\RabbitMqBundle\\": ""
5573 },
5574 "exclude-from-classmap": [
5575 "/Tests/"
5576 ]
5577 },
5578 "notification-url": "https://packagist.org/downloads/",
5579 "license": [
5580 "MIT"
5581 ],
5582 "authors": [
5583 {
5584 "name": "Alvaro Videla"
5585 }
5586 ],
5587 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5588 "keywords": [
5589 "AMQP",
5590 "Symfony2",
5591 "message",
5592 "queue",
5593 "rabbitmq",
5594 "symfony",
5595 "symfony3",
5596 "symfony4"
5597 ],
5598 "time": "2018-05-02T13:12:32+00:00"
5599 },
5600 {
5601 "name": "php-http/client-common",
5602 "version": "2.0.0",
5603 "source": {
5604 "type": "git",
5605 "url": "https://github.com/php-http/client-common.git",
5606 "reference": "2b8aa3c4910afc21146a9c8f96adb266e869517a"
5607 },
5608 "dist": {
5609 "type": "zip",
5610 "url": "https://api.github.com/repos/php-http/client-common/zipball/2b8aa3c4910afc21146a9c8f96adb266e869517a",
5611 "reference": "2b8aa3c4910afc21146a9c8f96adb266e869517a",
5612 "shasum": ""
5613 },
5614 "require": {
5615 "php": "^7.1",
5616 "php-http/httplug": "^2.0",
5617 "php-http/message": "^1.6",
5618 "php-http/message-factory": "^1.0",
5619 "symfony/options-resolver": " ^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1"
5620 },
5621 "require-dev": {
5622 "doctrine/instantiator": "^1.1",
5623 "guzzlehttp/psr7": "^1.4",
5624 "phpspec/phpspec": "^5.1",
5625 "phpspec/prophecy": "^1.8",
5626 "sebastian/comparator": "^3.0"
5627 },
5628 "suggest": {
5629 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5630 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5631 "php-http/cache-plugin": "PSR-6 Cache plugin",
5632 "php-http/logger-plugin": "PSR-3 Logger plugin",
5633 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5634 },
5635 "type": "library",
5636 "extra": {
5637 "branch-alias": {
5638 "dev-master": "2.0.x-dev"
5639 }
5640 },
5641 "autoload": {
5642 "psr-4": {
5643 "Http\\Client\\Common\\": "src/"
5644 }
5645 },
5646 "notification-url": "https://packagist.org/downloads/",
5647 "license": [
5648 "MIT"
5649 ],
5650 "authors": [
5651 {
5652 "name": "Márk Sági-Kazár",
5653 "email": "mark.sagikazar@gmail.com"
5654 }
5655 ],
5656 "description": "Common HTTP Client implementations and tools for HTTPlug",
5657 "homepage": "http://httplug.io",
5658 "keywords": [
5659 "client",
5660 "common",
5661 "http",
5662 "httplug"
5663 ],
5664 "time": "2019-02-03T16:49:09+00:00"
5665 },
955a3bde
JB
5666 {
5667 "name": "php-http/curl-client",
5668 "version": "2.0.0",
5669 "source": {
5670 "type": "git",
5671 "url": "https://github.com/php-http/curl-client.git",
5672 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da"
5673 },
5674 "dist": {
5675 "type": "zip",
5676 "url": "https://api.github.com/repos/php-http/curl-client/zipball/e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5677 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5678 "shasum": ""
5679 },
5680 "require": {
5681 "ext-curl": "*",
5682 "php": "^7.1",
5683 "php-http/discovery": "^1.6",
5684 "php-http/httplug": "^2.0",
5685 "php-http/message": "^1.2",
5686 "psr/http-client": "^1.0",
5687 "psr/http-factory": "^1.0",
5688 "symfony/options-resolver": "^3.4 || ^4.0"
5689 },
5690 "provide": {
5691 "php-http/async-client-implementation": "1.0",
5692 "php-http/client-implementation": "1.0"
5693 },
5694 "require-dev": {
5695 "guzzlehttp/psr7": "^1.0",
5696 "php-http/client-integration-tests": "^2.0",
5697 "phpunit/phpunit": "^7.5",
5698 "zendframework/zend-diactoros": "^2.0"
5699 },
5700 "type": "library",
5701 "extra": {
5702 "branch-alias": {
5703 "dev-master": "2.x-dev"
5704 }
5705 },
5706 "autoload": {
5707 "psr-4": {
5708 "Http\\Client\\Curl\\": "src/"
5709 }
5710 },
5711 "notification-url": "https://packagist.org/downloads/",
5712 "license": [
5713 "MIT"
5714 ],
5715 "authors": [
5716 {
5717 "name": "Михаил Красильников",
5718 "email": "m.krasilnikov@yandex.ru"
5719 }
5720 ],
5721 "description": "PSR-18 and HTTPlug Async client with cURL",
5722 "homepage": "http://php-http.org",
5723 "keywords": [
5724 "curl",
5725 "http",
5726 "psr-18"
5727 ],
5728 "time": "2019-03-05T19:59:23+00:00"
5729 },
6546aca4
JB
5730 {
5731 "name": "php-http/discovery",
4ef4b64c 5732 "version": "1.7.0",
6546aca4
JB
5733 "source": {
5734 "type": "git",
5735 "url": "https://github.com/php-http/discovery.git",
4ef4b64c 5736 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
6546aca4
JB
5737 },
5738 "dist": {
5739 "type": "zip",
4ef4b64c 5740 "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
5741 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
6546aca4
JB
5742 "shasum": ""
5743 },
5744 "require": {
4ef4b64c 5745 "php": "^7.1"
6546aca4
JB
5746 },
5747 "conflict": {
5748 "nyholm/psr7": "<1.0"
5749 },
5750 "require-dev": {
4ef4b64c 5751 "akeneo/phpspec-skip-example-extension": "^4.0",
6546aca4
JB
5752 "php-http/httplug": "^1.0 || ^2.0",
5753 "php-http/message-factory": "^1.0",
4ef4b64c 5754 "phpspec/phpspec": "^5.1",
6546aca4
JB
5755 "puli/composer-plugin": "1.0.0-beta10"
5756 },
5757 "suggest": {
5758 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5759 "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."
5760 },
5761 "type": "library",
5762 "extra": {
5763 "branch-alias": {
4ef4b64c 5764 "dev-master": "1.7-dev"
6546aca4
JB
5765 }
5766 },
5767 "autoload": {
5768 "psr-4": {
5769 "Http\\Discovery\\": "src/"
5770 }
5771 },
5772 "notification-url": "https://packagist.org/downloads/",
5773 "license": [
5774 "MIT"
5775 ],
5776 "authors": [
5777 {
5778 "name": "Márk Sági-Kazár",
5779 "email": "mark.sagikazar@gmail.com"
5780 }
5781 ],
5782 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5783 "homepage": "http://php-http.org",
5784 "keywords": [
5785 "adapter",
5786 "client",
5787 "discovery",
5788 "factory",
5789 "http",
5790 "message",
5791 "psr7"
5792 ],
4ef4b64c 5793 "time": "2019-06-30T09:04:27+00:00"
6546aca4
JB
5794 },
5795 {
5796 "name": "php-http/guzzle5-adapter",
5797 "version": "2.0.0",
5798 "source": {
5799 "type": "git",
5800 "url": "https://github.com/php-http/guzzle5-adapter.git",
5801 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5802 },
5803 "dist": {
5804 "type": "zip",
5805 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5806 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5807 "shasum": ""
5808 },
5809 "require": {
5810 "guzzlehttp/guzzle": "^5.1",
5811 "php": "^7.0",
5812 "php-http/discovery": "^1.0",
5813 "php-http/httplug": "^2.0"
5814 },
5815 "provide": {
5816 "php-http/client-implementation": "1.0",
5817 "psr/http-client-implementation": "1.0"
5818 },
5819 "require-dev": {
5820 "ext-curl": "*",
5821 "guzzlehttp/ringphp": "^1.1",
5822 "php-http/client-integration-tests": "^2.0",
5823 "phpunit/phpunit": "^6.0 || ^7.0"
5824 },
5825 "type": "library",
5826 "extra": {
5827 "branch-alias": {
5828 "dev-master": "2.0-dev"
5829 }
5830 },
5831 "autoload": {
5832 "psr-4": {
5833 "Http\\Adapter\\Guzzle5\\": "src/"
5834 }
5835 },
5836 "notification-url": "https://packagist.org/downloads/",
5837 "license": [
5838 "MIT"
5839 ],
5840 "authors": [
5841 {
5842 "name": "Eric GELOEN",
5843 "email": "geloen.eric@gmail.com"
5844 },
5845 {
5846 "name": "Márk Sági-Kazár",
5847 "email": "mark.sagikazar@gmail.com"
5848 }
5849 ],
5850 "description": "Guzzle 5 HTTP Adapter",
5851 "homepage": "http://httplug.io",
5852 "keywords": [
5853 "Guzzle",
5854 "http"
5855 ],
5856 "time": "2019-02-05T12:28:45+00:00"
5857 },
5858 {
5859 "name": "php-http/httplug",
5860 "version": "v2.0.0",
5861 "source": {
5862 "type": "git",
5863 "url": "https://github.com/php-http/httplug.git",
5864 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603"
5865 },
5866 "dist": {
5867 "type": "zip",
5868 "url": "https://api.github.com/repos/php-http/httplug/zipball/b3842537338c949f2469557ef4ad4bdc47b58603",
5869 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603",
5870 "shasum": ""
5871 },
5872 "require": {
5873 "php": "^7.0",
5874 "php-http/promise": "^1.0",
5875 "psr/http-client": "^1.0",
5876 "psr/http-message": "^1.0"
5877 },
5878 "require-dev": {
5879 "henrikbjorn/phpspec-code-coverage": "^1.0",
5880 "phpspec/phpspec": "^2.4"
5881 },
5882 "type": "library",
5883 "extra": {
5884 "branch-alias": {
5885 "dev-master": "2.0.x-dev"
5886 }
5887 },
5888 "autoload": {
5889 "psr-4": {
5890 "Http\\Client\\": "src/"
5891 }
5892 },
5893 "notification-url": "https://packagist.org/downloads/",
5894 "license": [
5895 "MIT"
5896 ],
5897 "authors": [
5898 {
5899 "name": "Eric GELOEN",
5900 "email": "geloen.eric@gmail.com"
5901 },
5902 {
5903 "name": "Márk Sági-Kazár",
5904 "email": "mark.sagikazar@gmail.com"
5905 }
5906 ],
5907 "description": "HTTPlug, the HTTP client abstraction for PHP",
5908 "homepage": "http://httplug.io",
5909 "keywords": [
5910 "client",
5911 "http"
5912 ],
5913 "time": "2018-10-31T09:14:44+00:00"
5914 },
5915 {
5916 "name": "php-http/httplug-bundle",
de6171a5 5917 "version": "1.16.0",
6546aca4
JB
5918 "source": {
5919 "type": "git",
5920 "url": "https://github.com/php-http/HttplugBundle.git",
de6171a5 5921 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
6546aca4
JB
5922 },
5923 "dist": {
5924 "type": "zip",
de6171a5 5925 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5926 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
6546aca4
JB
5927 "shasum": ""
5928 },
5929 "require": {
de6171a5 5930 "php": "^7.1",
6546aca4
JB
5931 "php-http/client-common": "^1.9 || ^2.0",
5932 "php-http/client-implementation": "^1.0",
5933 "php-http/discovery": "^1.0",
5934 "php-http/httplug": "^1.0 || ^2.0",
5935 "php-http/logger-plugin": "^1.1",
5936 "php-http/message": "^1.4",
5937 "php-http/message-factory": "^1.0.2",
5938 "php-http/stopwatch-plugin": "^1.2",
5939 "psr/http-message": "^1.0",
de6171a5 5940 "symfony/config": "^3.4.20 || ^4.2.1",
5941 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5942 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5943 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5944 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
6546aca4
JB
5945 },
5946 "conflict": {
de6171a5 5947 "php-http/curl-client": "<2.0",
6546aca4
JB
5948 "php-http/guzzle6-adapter": "<1.1"
5949 },
5950 "require-dev": {
5951 "guzzlehttp/psr7": "^1.0",
de6171a5 5952 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
6546aca4
JB
5953 "nyholm/nsa": "^1.1",
5954 "php-http/cache-plugin": "^1.6",
5955 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5956 "php-http/mock-client": "^1.2",
5957 "php-http/promise": "^1.0",
5958 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
de6171a5 5959 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5960 "symfony/cache": "^3.4.20 || ^4.2.1",
5961 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5962 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5963 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
6546aca4 5964 "symfony/phpunit-bridge": "^3.4 || ^4.2",
de6171a5 5965 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5966 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5967 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
6546aca4
JB
5968 "twig/twig": "^1.36 || ^2.6"
5969 },
5970 "suggest": {
5971 "php-http/cache-plugin": "To configure clients that cache responses",
5972 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5973 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5974 },
5975 "type": "symfony-bundle",
5976 "extra": {
5977 "branch-alias": {
5978 "dev-master": "1.x-dev"
5979 }
5980 },
5981 "autoload": {
5982 "psr-4": {
5983 "Http\\HttplugBundle\\": "src/"
5984 },
5985 "exclude-from-classmap": [
5986 "/Tests/Resources/MyPsr18TestClient.php"
5987 ]
5988 },
5989 "notification-url": "https://packagist.org/downloads/",
5990 "license": [
5991 "MIT"
5992 ],
5993 "authors": [
5994 {
5995 "name": "David Buchmann",
5996 "email": "mail@davidbu.ch"
5997 },
5998 {
5999 "name": "Tobias Nyholm",
6000 "email": "tobias.nyholm@gmail.com"
6001 }
6002 ],
6003 "description": "Symfony integration for HTTPlug",
6004 "homepage": "http://httplug.io",
6005 "keywords": [
6006 "adapter",
6007 "bundle",
6008 "discovery",
6009 "factory",
6010 "http",
6011 "httplug",
6012 "message",
6013 "php-http"
6014 ],
de6171a5 6015 "time": "2019-06-05T12:03:16+00:00"
6546aca4
JB
6016 },
6017 {
6018 "name": "php-http/logger-plugin",
6019 "version": "1.1.0",
6020 "source": {
6021 "type": "git",
6022 "url": "https://github.com/php-http/logger-plugin.git",
6023 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6024 },
6025 "dist": {
6026 "type": "zip",
6027 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6028 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6029 "shasum": ""
6030 },
6031 "require": {
6032 "php": "^5.4 || ^7.0",
6033 "php-http/client-common": "^1.9 || ^2.0",
6034 "php-http/message": "^1.0",
6035 "psr/log": "^1.0"
6036 },
6037 "require-dev": {
6038 "henrikbjorn/phpspec-code-coverage": "^1.0",
6039 "phpspec/phpspec": "^2.5"
6040 },
6041 "type": "library",
6042 "extra": {
6043 "branch-alias": {
6044 "dev-master": "1.1-dev"
6045 }
6046 },
6047 "autoload": {
6048 "psr-4": {
6049 "Http\\Client\\Common\\Plugin\\": "src/"
6050 }
6051 },
6052 "notification-url": "https://packagist.org/downloads/",
6053 "license": [
6054 "MIT"
6055 ],
6056 "authors": [
6057 {
6058 "name": "Márk Sági-Kazár",
6059 "email": "mark.sagikazar@gmail.com"
6060 }
6061 ],
6062 "description": "PSR-3 Logger plugin for HTTPlug",
6063 "homepage": "http://httplug.io",
6064 "keywords": [
6065 "http",
6066 "httplug",
6067 "logger",
6068 "plugin"
6069 ],
6070 "time": "2019-01-30T11:48:21+00:00"
6071 },
6072 {
6073 "name": "php-http/message",
1576905e 6074 "version": "1.8.0",
6546aca4
JB
6075 "source": {
6076 "type": "git",
6077 "url": "https://github.com/php-http/message.git",
1576905e 6078 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6546aca4
JB
6079 },
6080 "dist": {
6081 "type": "zip",
1576905e
JB
6082 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6083 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6546aca4
JB
6084 "shasum": ""
6085 },
6086 "require": {
6087 "clue/stream-filter": "^1.4",
1576905e 6088 "php": "^7.1",
6546aca4
JB
6089 "php-http/message-factory": "^1.0.2",
6090 "psr/http-message": "^1.0"
6091 },
6092 "provide": {
6093 "php-http/message-factory-implementation": "1.0"
6094 },
6095 "require-dev": {
6096 "akeneo/phpspec-skip-example-extension": "^1.0",
6097 "coduo/phpspec-data-provider-extension": "^1.0",
6098 "ext-zlib": "*",
6099 "guzzlehttp/psr7": "^1.0",
6100 "henrikbjorn/phpspec-code-coverage": "^1.0",
6101 "phpspec/phpspec": "^2.4",
6102 "slim/slim": "^3.0",
6103 "zendframework/zend-diactoros": "^1.0"
6104 },
6105 "suggest": {
6106 "ext-zlib": "Used with compressor/decompressor streams",
6107 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6108 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6109 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6110 },
6111 "type": "library",
6112 "extra": {
6113 "branch-alias": {
1576905e 6114 "dev-master": "1.8-dev"
6546aca4
JB
6115 }
6116 },
6117 "autoload": {
6118 "psr-4": {
6119 "Http\\Message\\": "src/"
6120 },
6121 "files": [
6122 "src/filters.php"
6123 ]
6124 },
6125 "notification-url": "https://packagist.org/downloads/",
6126 "license": [
6127 "MIT"
6128 ],
6129 "authors": [
6130 {
6131 "name": "Márk Sági-Kazár",
6132 "email": "mark.sagikazar@gmail.com"
6133 }
6134 ],
6135 "description": "HTTP Message related tools",
6136 "homepage": "http://php-http.org",
6137 "keywords": [
6138 "http",
6139 "message",
6140 "psr-7"
6141 ],
1576905e 6142 "time": "2019-08-05T06:55:08+00:00"
6546aca4
JB
6143 },
6144 {
6145 "name": "php-http/message-factory",
6146 "version": "v1.0.2",
6147 "source": {
6148 "type": "git",
6149 "url": "https://github.com/php-http/message-factory.git",
6150 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6151 },
6152 "dist": {
6153 "type": "zip",
6154 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6155 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6156 "shasum": ""
6157 },
6158 "require": {
6159 "php": ">=5.4",
6160 "psr/http-message": "^1.0"
6161 },
6162 "type": "library",
6163 "extra": {
6164 "branch-alias": {
6165 "dev-master": "1.0-dev"
6166 }
6167 },
6168 "autoload": {
6169 "psr-4": {
6170 "Http\\Message\\": "src/"
6171 }
6172 },
6173 "notification-url": "https://packagist.org/downloads/",
6174 "license": [
6175 "MIT"
6176 ],
6177 "authors": [
6178 {
6179 "name": "Márk Sági-Kazár",
6180 "email": "mark.sagikazar@gmail.com"
6181 }
6182 ],
6183 "description": "Factory interfaces for PSR-7 HTTP Message",
6184 "homepage": "http://php-http.org",
6185 "keywords": [
6186 "factory",
6187 "http",
6188 "message",
6189 "stream",
6190 "uri"
6191 ],
6192 "time": "2015-12-19T14:08:53+00:00"
6193 },
6194 {
6195 "name": "php-http/promise",
6196 "version": "v1.0.0",
6197 "source": {
6198 "type": "git",
6199 "url": "https://github.com/php-http/promise.git",
6200 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6201 },
6202 "dist": {
6203 "type": "zip",
6204 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6205 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6206 "shasum": ""
6207 },
6208 "require-dev": {
6209 "henrikbjorn/phpspec-code-coverage": "^1.0",
6210 "phpspec/phpspec": "^2.4"
6211 },
6212 "type": "library",
6213 "extra": {
6214 "branch-alias": {
6215 "dev-master": "1.1-dev"
6216 }
6217 },
6218 "autoload": {
6219 "psr-4": {
6220 "Http\\Promise\\": "src/"
6221 }
6222 },
6223 "notification-url": "https://packagist.org/downloads/",
6224 "license": [
6225 "MIT"
6226 ],
6227 "authors": [
6228 {
6229 "name": "Márk Sági-Kazár",
6230 "email": "mark.sagikazar@gmail.com"
6231 },
6232 {
6233 "name": "Joel Wurtz",
6234 "email": "joel.wurtz@gmail.com"
6235 }
6236 ],
6237 "description": "Promise used for asynchronous HTTP requests",
6238 "homepage": "http://httplug.io",
6239 "keywords": [
6240 "promise"
6241 ],
6242 "time": "2016-01-26T13:27:02+00:00"
6243 },
6244 {
6245 "name": "php-http/stopwatch-plugin",
6246 "version": "1.2.0",
6247 "source": {
6248 "type": "git",
6249 "url": "https://github.com/php-http/stopwatch-plugin.git",
6250 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7"
6251 },
6252 "dist": {
6253 "type": "zip",
6254 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/520419dd18755a1e7b29077e677fbeb16b6629e7",
6255 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7",
6256 "shasum": ""
6257 },
6258 "require": {
6259 "php": "^5.4 || ^7.0",
6260 "php-http/client-common": "^1.9 || ^2.0",
6261 "symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
6262 },
6263 "require-dev": {
6264 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6265 },
6266 "type": "library",
6267 "extra": {
6268 "branch-alias": {
6269 "dev-master": "1.2-dev"
6270 }
6271 },
6272 "autoload": {
6273 "psr-4": {
6274 "Http\\Client\\Common\\Plugin\\": "src/"
6275 }
6276 },
6277 "notification-url": "https://packagist.org/downloads/",
6278 "license": [
6279 "MIT"
6280 ],
6281 "authors": [
6282 {
6283 "name": "Márk Sági-Kazár",
6284 "email": "mark.sagikazar@gmail.com"
6285 }
6286 ],
6287 "description": "Symfony Stopwatch plugin for HTTPlug",
6288 "homepage": "http://httplug.io",
6289 "keywords": [
6290 "http",
6291 "httplug",
6292 "plugin",
6293 "stopwatch"
6294 ],
6295 "time": "2019-01-30T12:01:37+00:00"
6296 },
6297 {
6298 "name": "phpcollection/phpcollection",
6299 "version": "0.5.0",
6300 "source": {
6301 "type": "git",
6302 "url": "https://github.com/schmittjoh/php-collection.git",
6303 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6304 },
6305 "dist": {
6306 "type": "zip",
6307 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6308 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6309 "shasum": ""
6310 },
6311 "require": {
6312 "phpoption/phpoption": "1.*"
6313 },
6314 "type": "library",
6315 "extra": {
6316 "branch-alias": {
6317 "dev-master": "0.4-dev"
6318 }
6319 },
6320 "autoload": {
6321 "psr-0": {
6322 "PhpCollection": "src/"
6323 }
6324 },
6325 "notification-url": "https://packagist.org/downloads/",
6326 "license": [
6327 "Apache2"
6328 ],
6329 "authors": [
6330 {
6331 "name": "Johannes M. Schmitt",
6332 "email": "schmittjoh@gmail.com"
6333 }
6334 ],
6335 "description": "General-Purpose Collection Library for PHP",
6336 "keywords": [
6337 "collection",
6338 "list",
6339 "map",
6340 "sequence",
6341 "set"
6342 ],
6343 "time": "2015-05-17T12:39:23+00:00"
6344 },
6345 {
6346 "name": "phpoption/phpoption",
6347 "version": "1.5.0",
6348 "source": {
6349 "type": "git",
6350 "url": "https://github.com/schmittjoh/php-option.git",
6351 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
6352 },
6353 "dist": {
6354 "type": "zip",
6355 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6356 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6357 "shasum": ""
6358 },
6359 "require": {
6360 "php": ">=5.3.0"
6361 },
6362 "require-dev": {
6363 "phpunit/phpunit": "4.7.*"
6364 },
6365 "type": "library",
6366 "extra": {
6367 "branch-alias": {
6368 "dev-master": "1.3-dev"
6369 }
6370 },
6371 "autoload": {
6372 "psr-0": {
6373 "PhpOption\\": "src/"
6374 }
6375 },
6376 "notification-url": "https://packagist.org/downloads/",
6377 "license": [
6378 "Apache2"
6379 ],
6380 "authors": [
6381 {
6382 "name": "Johannes M. Schmitt",
6383 "email": "schmittjoh@gmail.com"
6384 }
6385 ],
6386 "description": "Option Type for PHP",
6387 "keywords": [
6388 "language",
6389 "option",
6390 "php",
6391 "type"
6392 ],
6393 "time": "2015-07-25T16:39:46+00:00"
6394 },
6395 {
6396 "name": "phpzip/phpzip",
6397 "version": "2.0.8",
6398 "source": {
6399 "type": "git",
6400 "url": "https://github.com/Grandt/PHPZip.git",
6401 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6402 },
6403 "dist": {
6404 "type": "zip",
6405 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6406 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6407 "shasum": ""
6408 },
6409 "require": {
6410 "grandt/binstring": ">=1.0.0",
6411 "grandt/phpzipmerge": ">=1.0.4",
6412 "grandt/relativepath": ">=1.0.2",
6413 "php": ">=5.3.0"
6414 },
6415 "type": "library",
6416 "autoload": {
6417 "psr-4": {
6418 "PHPZip\\Zip\\": "src/Zip"
6419 }
6420 },
6421 "notification-url": "https://packagist.org/downloads/",
6422 "license": [
6423 "LGPL-2.1"
6424 ],
6425 "authors": [
6426 {
6427 "name": "Adam Schmalhofer",
1a758230 6428 "email": "Adam.Schmalhofer@gmx.de",
6429 "role": "Developer"
6546aca4
JB
6430 },
6431 {
6432 "name": "A. Grandt",
6433 "email": "php@grandt.com",
1a758230 6434 "homepage": "http://grandt.com",
6435 "role": "Developer"
6546aca4
JB
6436 },
6437 {
6438 "name": "Greg Kappatos",
1a758230 6439 "homepage": "http://websiteconnect.com.au",
6440 "role": "Developer"
6546aca4
JB
6441 }
6442 ],
6443 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6444 "homepage": "https://github.com/Grandt/PHPZip",
6445 "keywords": [
6446 "archive",
6447 "compressed",
6448 "compression",
6449 "phpzip",
6450 "pkzip",
6451 "stream",
6452 "zip"
6453 ],
6454 "time": "2015-11-16T16:30:51+00:00"
6455 },
6456 {
6457 "name": "pragmarx/random",
6458 "version": "v0.2.2",
6459 "source": {
6460 "type": "git",
6461 "url": "https://github.com/antonioribeiro/random.git",
6462 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6463 },
6464 "dist": {
6465 "type": "zip",
6466 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6467 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6468 "shasum": ""
6469 },
6470 "require": {
6471 "php": ">=7.0"
6472 },
6473 "require-dev": {
6474 "fzaninotto/faker": "~1.7",
6475 "phpunit/phpunit": "~6.4",
6476 "pragmarx/trivia": "~0.1",
6477 "squizlabs/php_codesniffer": "^2.3"
6478 },
6479 "suggest": {
6480 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6481 "pragmarx/trivia": "For the trivia database"
6482 },
6483 "type": "library",
6484 "extra": {
6485 "branch-alias": {
6486 "dev-master": "1.0-dev"
6487 }
6488 },
6489 "autoload": {
6490 "psr-4": {
6491 "PragmaRX\\Random\\": "src"
6492 }
6493 },
6494 "notification-url": "https://packagist.org/downloads/",
6495 "license": [
6496 "MIT"
6497 ],
6498 "authors": [
6499 {
6500 "name": "Antonio Carlos Ribeiro",
6501 "email": "acr@antoniocarlosribeiro.com",
2133ca31 6502 "homepage": "https://antoniocarlosribeiro.com",
6503 "role": "Developer"
6546aca4
JB
6504 }
6505 ],
6506 "description": "Create random chars, numbers, strings",
6507 "homepage": "https://github.com/antonioribeiro/random",
6508 "keywords": [
6509 "Randomize",
6510 "faker",
6511 "pragmarx",
6512 "random",
6513 "random number",
6514 "random pattern",
6515 "random string"
6516 ],
6517 "time": "2017-11-21T05:26:22+00:00"
6518 },
6519 {
6520 "name": "pragmarx/recovery",
6521 "version": "v0.1.0",
6522 "source": {
6523 "type": "git",
6524 "url": "https://github.com/antonioribeiro/recovery.git",
6525 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6526 },
6527 "dist": {
6528 "type": "zip",
6529 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6530 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6531 "shasum": ""
6532 },
6533 "require": {
6534 "php": "~7.0",
6535 "pragmarx/random": "~0.1"
6536 },
6537 "require-dev": {
6538 "phpunit/phpunit": ">=5.4.3",
6539 "squizlabs/php_codesniffer": "^2.3",
6540 "tightenco/collect": "^5"
6541 },
6542 "suggest": {
6543 "tightenco/collect": "Allows to generate recovery codes as collections"
6544 },
6545 "type": "library",
6546 "extra": {
6547 "branch-alias": {
6548 "dev-master": "1.0-dev"
6549 }
6550 },
6551 "autoload": {
6552 "psr-4": {
6553 "PragmaRX\\Recovery\\": "src"
6554 }
6555 },
6556 "notification-url": "https://packagist.org/downloads/",
6557 "license": [
6558 "MIT"
6559 ],
6560 "authors": [
6561 {
6562 "name": "Antonio Carlos Ribeiro",
6563 "email": "acr@antoniocarlosribeiro.com",
2133ca31 6564 "homepage": "https://antoniocarlosribeiro.com",
6565 "role": "Developer"
6546aca4
JB
6566 }
6567 ],
6568 "description": "Create recovery codes for two factor auth",
6569 "homepage": "https://github.com/antonioribeiro/recovery",
6570 "keywords": [
6571 "2fa",
6572 "account recovery",
6573 "auth",
6574 "backup codes",
6575 "google2fa",
6576 "pragmarx",
6577 "recovery",
6578 "recovery codes",
6579 "two factor auth"
6580 ],
6581 "time": "2017-09-19T16:58:00+00:00"
6582 },
6583 {
6584 "name": "predis/predis",
6585 "version": "v1.1.x-dev",
6586 "source": {
6587 "type": "git",
6588 "url": "https://github.com/nrk/predis.git",
6589 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6590 },
6591 "dist": {
6592 "type": "zip",
6593 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6594 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6595 "shasum": ""
6596 },
6597 "require": {
6598 "php": ">=5.3.9"
6599 },
6600 "require-dev": {
6601 "phpunit/phpunit": "~4.8"
6602 },
6603 "suggest": {
6604 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6605 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6606 },
6607 "type": "library",
6608 "autoload": {
6609 "psr-4": {
6610 "Predis\\": "src/"
6611 }
6612 },
6613 "notification-url": "https://packagist.org/downloads/",
6614 "license": [
6615 "MIT"
6616 ],
6617 "authors": [
6618 {
6619 "name": "Daniele Alessandri",
6620 "email": "suppakilla@gmail.com",
6621 "homepage": "http://clorophilla.net"
6622 }
6623 ],
6624 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6625 "homepage": "http://github.com/nrk/predis",
6626 "keywords": [
6627 "nosql",
6628 "predis",
6629 "redis"
6630 ],
6631 "time": "2017-07-12T14:39:17+00:00"
6632 },
6633 {
6634 "name": "psr/cache",
6635 "version": "1.0.1",
6636 "source": {
6637 "type": "git",
6638 "url": "https://github.com/php-fig/cache.git",
6639 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6640 },
6641 "dist": {
6642 "type": "zip",
6643 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6644 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6645 "shasum": ""
6646 },
6647 "require": {
6648 "php": ">=5.3.0"
6649 },
6650 "type": "library",
6651 "extra": {
6652 "branch-alias": {
6653 "dev-master": "1.0.x-dev"
6654 }
6655 },
6656 "autoload": {
6657 "psr-4": {
6658 "Psr\\Cache\\": "src/"
6659 }
6660 },
6661 "notification-url": "https://packagist.org/downloads/",
6662 "license": [
6663 "MIT"
6664 ],
6665 "authors": [
6666 {
6667 "name": "PHP-FIG",
6668 "homepage": "http://www.php-fig.org/"
6669 }
6670 ],
6671 "description": "Common interface for caching libraries",
6672 "keywords": [
6673 "cache",
6674 "psr",
6675 "psr-6"
6676 ],
6677 "time": "2016-08-06T20:24:11+00:00"
6678 },
6679 {
6680 "name": "psr/container",
6681 "version": "1.0.0",
6682 "source": {
6683 "type": "git",
6684 "url": "https://github.com/php-fig/container.git",
6685 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6686 },
6687 "dist": {
6688 "type": "zip",
6689 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6690 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6691 "shasum": ""
6692 },
6693 "require": {
6694 "php": ">=5.3.0"
6695 },
6696 "type": "library",
6697 "extra": {
6698 "branch-alias": {
6699 "dev-master": "1.0.x-dev"
6700 }
6701 },
6702 "autoload": {
6703 "psr-4": {
6704 "Psr\\Container\\": "src/"
6705 }
6706 },
6707 "notification-url": "https://packagist.org/downloads/",
6708 "license": [
6709 "MIT"
6710 ],
6711 "authors": [
6712 {
6713 "name": "PHP-FIG",
6714 "homepage": "http://www.php-fig.org/"
6715 }
6716 ],
6717 "description": "Common Container Interface (PHP FIG PSR-11)",
6718 "homepage": "https://github.com/php-fig/container",
6719 "keywords": [
6720 "PSR-11",
6721 "container",
6722 "container-interface",
6723 "container-interop",
6724 "psr"
6725 ],
6726 "time": "2017-02-14T16:28:37+00:00"
6727 },
6728 {
6729 "name": "psr/http-client",
6730 "version": "1.0.0",
6731 "source": {
6732 "type": "git",
6733 "url": "https://github.com/php-fig/http-client.git",
6734 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6735 },
6736 "dist": {
6737 "type": "zip",
6738 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6739 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6740 "shasum": ""
6741 },
6742 "require": {
6743 "php": "^7.0",
6744 "psr/http-message": "^1.0"
6745 },
6746 "type": "library",
6747 "extra": {
6748 "branch-alias": {
6749 "dev-master": "1.0.x-dev"
6750 }
6751 },
6752 "autoload": {
6753 "psr-4": {
6754 "Psr\\Http\\Client\\": "src/"
6755 }
6756 },
6757 "notification-url": "https://packagist.org/downloads/",
6758 "license": [
6759 "MIT"
6760 ],
6761 "authors": [
6762 {
6763 "name": "PHP-FIG",
6764 "homepage": "http://www.php-fig.org/"
6765 }
6766 ],
6767 "description": "Common interface for HTTP clients",
6768 "homepage": "https://github.com/php-fig/http-client",
6769 "keywords": [
6770 "http",
6771 "http-client",
6772 "psr",
6773 "psr-18"
6774 ],
6775 "time": "2018-10-30T23:29:13+00:00"
6776 },
955a3bde
JB
6777 {
6778 "name": "psr/http-factory",
6779 "version": "1.0.1",
6780 "source": {
6781 "type": "git",
6782 "url": "https://github.com/php-fig/http-factory.git",
6783 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6784 },
6785 "dist": {
6786 "type": "zip",
6787 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6788 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6789 "shasum": ""
6790 },
6791 "require": {
6792 "php": ">=7.0.0",
6793 "psr/http-message": "^1.0"
6794 },
6795 "type": "library",
6796 "extra": {
6797 "branch-alias": {
6798 "dev-master": "1.0.x-dev"
6799 }
6800 },
6801 "autoload": {
6802 "psr-4": {
6803 "Psr\\Http\\Message\\": "src/"
6804 }
6805 },
6806 "notification-url": "https://packagist.org/downloads/",
6807 "license": [
6808 "MIT"
6809 ],
6810 "authors": [
6811 {
6812 "name": "PHP-FIG",
6813 "homepage": "http://www.php-fig.org/"
6814 }
6815 ],
6816 "description": "Common interfaces for PSR-7 HTTP message factories",
6817 "keywords": [
6818 "factory",
6819 "http",
6820 "message",
6821 "psr",
6822 "psr-17",
6823 "psr-7",
6824 "request",
6825 "response"
6826 ],
6827 "time": "2019-04-30T12:38:16+00:00"
6828 },
6546aca4
JB
6829 {
6830 "name": "psr/http-message",
6831 "version": "1.0.1",
6832 "source": {
6833 "type": "git",
6834 "url": "https://github.com/php-fig/http-message.git",
6835 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6836 },
6837 "dist": {
6838 "type": "zip",
6839 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6840 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6841 "shasum": ""
6842 },
6843 "require": {
6844 "php": ">=5.3.0"
6845 },
6846 "type": "library",
6847 "extra": {
6848 "branch-alias": {
6849 "dev-master": "1.0.x-dev"
6850 }
6851 },
6852 "autoload": {
6853 "psr-4": {
6854 "Psr\\Http\\Message\\": "src/"
6855 }
6856 },
6857 "notification-url": "https://packagist.org/downloads/",
6858 "license": [
6859 "MIT"
6860 ],
6861 "authors": [
6862 {
6863 "name": "PHP-FIG",
6864 "homepage": "http://www.php-fig.org/"
6865 }
6866 ],
6867 "description": "Common interface for HTTP messages",
6868 "homepage": "https://github.com/php-fig/http-message",
6869 "keywords": [
6870 "http",
6871 "http-message",
6872 "psr",
6873 "psr-7",
6874 "request",
6875 "response"
6876 ],
6877 "time": "2016-08-06T14:39:51+00:00"
6878 },
6879 {
6880 "name": "psr/link",
6881 "version": "1.0.0",
6882 "source": {
6883 "type": "git",
6884 "url": "https://github.com/php-fig/link.git",
6885 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
6886 },
6887 "dist": {
6888 "type": "zip",
6889 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
6890 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
6891 "shasum": ""
6892 },
6893 "require": {
6894 "php": ">=5.3.0"
6895 },
6896 "type": "library",
6897 "extra": {
6898 "branch-alias": {
6899 "dev-master": "1.0.x-dev"
6900 }
6901 },
6902 "autoload": {
6903 "psr-4": {
6904 "Psr\\Link\\": "src/"
6905 }
6906 },
6907 "notification-url": "https://packagist.org/downloads/",
6908 "license": [
6909 "MIT"
6910 ],
6911 "authors": [
6912 {
6913 "name": "PHP-FIG",
6914 "homepage": "http://www.php-fig.org/"
6915 }
6916 ],
6917 "description": "Common interfaces for HTTP links",
6918 "keywords": [
6919 "http",
6920 "http-link",
6921 "link",
6922 "psr",
6923 "psr-13",
6924 "rest"
6925 ],
6926 "time": "2016-10-28T16:06:13+00:00"
6927 },
6928 {
6929 "name": "psr/log",
6930 "version": "1.1.0",
6931 "source": {
6932 "type": "git",
6933 "url": "https://github.com/php-fig/log.git",
6934 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
6935 },
6936 "dist": {
6937 "type": "zip",
6938 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
6939 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
6940 "shasum": ""
6941 },
6942 "require": {
6943 "php": ">=5.3.0"
6944 },
6945 "type": "library",
6946 "extra": {
6947 "branch-alias": {
6948 "dev-master": "1.0.x-dev"
6949 }
6950 },
6951 "autoload": {
6952 "psr-4": {
6953 "Psr\\Log\\": "Psr/Log/"
6954 }
6955 },
6956 "notification-url": "https://packagist.org/downloads/",
6957 "license": [
6958 "MIT"
6959 ],
6960 "authors": [
6961 {
6962 "name": "PHP-FIG",
6963 "homepage": "http://www.php-fig.org/"
6964 }
6965 ],
6966 "description": "Common interface for logging libraries",
6967 "homepage": "https://github.com/php-fig/log",
6968 "keywords": [
6969 "log",
6970 "psr",
6971 "psr-3"
6972 ],
6973 "time": "2018-11-20T15:27:04+00:00"
6974 },
6975 {
6976 "name": "psr/simple-cache",
6977 "version": "1.0.1",
6978 "source": {
6979 "type": "git",
6980 "url": "https://github.com/php-fig/simple-cache.git",
6981 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6982 },
6983 "dist": {
6984 "type": "zip",
6985 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6986 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6987 "shasum": ""
6988 },
6989 "require": {
6990 "php": ">=5.3.0"
6991 },
6992 "type": "library",
6993 "extra": {
6994 "branch-alias": {
6995 "dev-master": "1.0.x-dev"
6996 }
6997 },
6998 "autoload": {
6999 "psr-4": {
7000 "Psr\\SimpleCache\\": "src/"
7001 }
7002 },
7003 "notification-url": "https://packagist.org/downloads/",
7004 "license": [
7005 "MIT"
7006 ],
7007 "authors": [
7008 {
7009 "name": "PHP-FIG",
7010 "homepage": "http://www.php-fig.org/"
7011 }
7012 ],
7013 "description": "Common interfaces for simple caching",
7014 "keywords": [
7015 "cache",
7016 "caching",
7017 "psr",
7018 "psr-16",
7019 "simple-cache"
7020 ],
7021 "time": "2017-10-23T01:57:42+00:00"
7022 },
7023 {
7024 "name": "ralouphie/getallheaders",
154d0974 7025 "version": "3.0.3",
6546aca4
JB
7026 "source": {
7027 "type": "git",
7028 "url": "https://github.com/ralouphie/getallheaders.git",
154d0974 7029 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6546aca4
JB
7030 },
7031 "dist": {
7032 "type": "zip",
154d0974
JB
7033 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7034 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6546aca4
JB
7035 "shasum": ""
7036 },
7037 "require": {
154d0974 7038 "php": ">=5.6"
6546aca4
JB
7039 },
7040 "require-dev": {
154d0974
JB
7041 "php-coveralls/php-coveralls": "^2.1",
7042 "phpunit/phpunit": "^5 || ^6.5"
6546aca4
JB
7043 },
7044 "type": "library",
7045 "autoload": {
7046 "files": [
7047 "src/getallheaders.php"
7048 ]
7049 },
7050 "notification-url": "https://packagist.org/downloads/",
7051 "license": [
7052 "MIT"
7053 ],
7054 "authors": [
7055 {
7056 "name": "Ralph Khattar",
7057 "email": "ralph.khattar@gmail.com"
7058 }
7059 ],
7060 "description": "A polyfill for getallheaders.",
154d0974 7061 "time": "2019-03-08T08:55:37+00:00"
6546aca4 7062 },
955a3bde
JB
7063 {
7064 "name": "ramsey/uuid",
7065 "version": "3.8.0",
7066 "source": {
7067 "type": "git",
7068 "url": "https://github.com/ramsey/uuid.git",
7069 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
7070 },
7071 "dist": {
7072 "type": "zip",
7073 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7074 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7075 "shasum": ""
7076 },
7077 "require": {
7078 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
7079 "php": "^5.4 || ^7.0",
7080 "symfony/polyfill-ctype": "^1.8"
7081 },
7082 "replace": {
7083 "rhumsaa/uuid": "self.version"
7084 },
7085 "require-dev": {
7086 "codeception/aspect-mock": "^1.0 | ~2.0.0",
7087 "doctrine/annotations": "~1.2.0",
7088 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
7089 "ircmaxell/random-lib": "^1.1",
7090 "jakub-onderka/php-parallel-lint": "^0.9.0",
7091 "mockery/mockery": "^0.9.9",
7092 "moontoast/math": "^1.1",
7093 "php-mock/php-mock-phpunit": "^0.3|^1.1",
7094 "phpunit/phpunit": "^4.7|^5.0|^6.5",
7095 "squizlabs/php_codesniffer": "^2.3"
7096 },
7097 "suggest": {
7098 "ext-ctype": "Provides support for PHP Ctype functions",
7099 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7100 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7101 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7102 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7103 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7104 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7105 },
7106 "type": "library",
7107 "extra": {
7108 "branch-alias": {
7109 "dev-master": "3.x-dev"
7110 }
7111 },
7112 "autoload": {
7113 "psr-4": {
7114 "Ramsey\\Uuid\\": "src/"
7115 }
7116 },
7117 "notification-url": "https://packagist.org/downloads/",
7118 "license": [
7119 "MIT"
7120 ],
7121 "authors": [
7122 {
7123 "name": "Marijn Huizendveld",
7124 "email": "marijn.huizendveld@gmail.com"
7125 },
7126 {
7127 "name": "Thibaud Fabre",
7128 "email": "thibaud@aztech.io"
7129 },
7130 {
7131 "name": "Ben Ramsey",
7132 "email": "ben@benramsey.com",
7133 "homepage": "https://benramsey.com"
7134 }
7135 ],
7136 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7137 "homepage": "https://github.com/ramsey/uuid",
7138 "keywords": [
7139 "guid",
7140 "identifier",
7141 "uuid"
7142 ],
7143 "time": "2018-07-19T23:38:55+00:00"
7144 },
6546aca4
JB
7145 {
7146 "name": "react/promise",
7147 "version": "v2.7.1",
7148 "source": {
7149 "type": "git",
7150 "url": "https://github.com/reactphp/promise.git",
7151 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7152 },
7153 "dist": {
7154 "type": "zip",
7155 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7156 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7157 "shasum": ""
7158 },
7159 "require": {
7160 "php": ">=5.4.0"
7161 },
7162 "require-dev": {
7163 "phpunit/phpunit": "~4.8"
7164 },
7165 "type": "library",
7166 "autoload": {
7167 "psr-4": {
7168 "React\\Promise\\": "src/"
7169 },
7170 "files": [
7171 "src/functions_include.php"
7172 ]
7173 },
7174 "notification-url": "https://packagist.org/downloads/",
7175 "license": [
7176 "MIT"
7177 ],
7178 "authors": [
7179 {
7180 "name": "Jan Sorgalla",
7181 "email": "jsorgalla@gmail.com"
7182 }
7183 ],
7184 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7185 "keywords": [
7186 "promise",
7187 "promises"
7188 ],
7189 "time": "2019-01-07T21:25:54+00:00"
7190 },
7191 {
7192 "name": "scheb/two-factor-bundle",
31363f36 7193 "version": "v4.7.1",
6546aca4
JB
7194 "source": {
7195 "type": "git",
7196 "url": "https://github.com/scheb/two-factor-bundle.git",
31363f36 7197 "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62"
6546aca4
JB
7198 },
7199 "dist": {
7200 "type": "zip",
31363f36 7201 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/170895e91bdbe2c21983f195271d42e2fcfb3d62",
7202 "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62",
6546aca4
JB
7203 "shasum": ""
7204 },
7205 "require": {
7206 "lcobucci/jwt": "^3.2",
28378675 7207 "paragonie/constant_time_encoding": "^2.2",
6546aca4 7208 "php": "^7.1.3",
28378675 7209 "spomky-labs/otphp": "^9.1",
6546aca4
JB
7210 "symfony/config": "^3.4|^4.0",
7211 "symfony/dependency-injection": "^3.4|^4.0",
7212 "symfony/event-dispatcher": "^3.4|^4.0",
7213 "symfony/framework-bundle": "^3.4|^4.0",
7214 "symfony/http-foundation": "^3.4|^4.0",
7215 "symfony/http-kernel": "^3.4|^4.0",
7216 "symfony/property-access": "^3.4|^4.0",
7217 "symfony/security-bundle": "^3.4|^4.0",
7218 "symfony/twig-bundle": "^3.4|^4.0"
7219 },
7220 "require-dev": {
7221 "doctrine/lexer": "^1.0.1",
7222 "doctrine/orm": "^2.6",
7223 "phpunit/phpunit": "^7.0|^8.0",
7224 "swiftmailer/swiftmailer": "^6.0",
7225 "symfony/yaml": "^3.4|^4.0"
7226 },
7227 "type": "symfony-bundle",
7228 "autoload": {
7229 "psr-4": {
7230 "Scheb\\TwoFactorBundle\\": ""
7231 }
7232 },
7233 "notification-url": "https://packagist.org/downloads/",
7234 "license": [
7235 "MIT"
7236 ],
7237 "authors": [
7238 {
7239 "name": "Christian Scheb",
7240 "email": "me@christianscheb.de"
7241 }
7242 ],
7243 "description": "Provides two-factor authentication for Symfony applications",
7244 "homepage": "https://github.com/scheb/two-factor-bundle",
7245 "keywords": [
7246 "Authentication",
7247 "security",
7248 "symfony",
7249 "two-factor",
7250 "two-step"
7251 ],
31363f36 7252 "time": "2019-09-02T18:36:37+00:00"
6546aca4
JB
7253 },
7254 {
7255 "name": "sensio/distribution-bundle",
e06303d8 7256 "version": "v5.0.25",
6546aca4
JB
7257 "source": {
7258 "type": "git",
7259 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
e06303d8 7260 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
6546aca4
JB
7261 },
7262 "dist": {
7263 "type": "zip",
e06303d8 7264 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7265 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
6546aca4
JB
7266 "shasum": ""
7267 },
7268 "require": {
7269 "php": ">=5.3.9",
e06303d8 7270 "sensiolabs/security-checker": "~5.0|~6.0",
6546aca4
JB
7271 "symfony/class-loader": "~2.3|~3.0",
7272 "symfony/config": "~2.3|~3.0",
7273 "symfony/dependency-injection": "~2.3|~3.0",
7274 "symfony/filesystem": "~2.3|~3.0",
7275 "symfony/http-kernel": "~2.3|~3.0",
7276 "symfony/process": "~2.3|~3.0"
7277 },
7278 "type": "symfony-bundle",
7279 "extra": {
7280 "branch-alias": {
7281 "dev-master": "5.0.x-dev"
7282 }
7283 },
7284 "autoload": {
7285 "psr-4": {
7286 "Sensio\\Bundle\\DistributionBundle\\": ""
7287 }
7288 },
7289 "notification-url": "https://packagist.org/downloads/",
7290 "license": [
7291 "MIT"
7292 ],
7293 "authors": [
7294 {
7295 "name": "Fabien Potencier",
7296 "email": "fabien@symfony.com"
7297 }
7298 ],
7299 "description": "Base bundle for Symfony Distributions",
7300 "keywords": [
7301 "configuration",
7302 "distribution"
7303 ],
e06303d8 7304 "time": "2019-06-18T15:43:58+00:00"
6546aca4
JB
7305 },
7306 {
7307 "name": "sensio/framework-extra-bundle",
d0cf488d 7308 "version": "v5.4.1",
6546aca4
JB
7309 "source": {
7310 "type": "git",
7311 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
d0cf488d 7312 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
6546aca4
JB
7313 },
7314 "dist": {
7315 "type": "zip",
d0cf488d
JB
7316 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7317 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
6546aca4
JB
7318 "shasum": ""
7319 },
7320 "require": {
7321 "doctrine/annotations": "^1.0",
7322 "doctrine/persistence": "^1.0",
7323 "php": ">=7.1.3",
2c8dcab7 7324 "symfony/config": "^3.4|^4.3",
7325 "symfony/dependency-injection": "^3.4|^4.3",
7326 "symfony/framework-bundle": "^3.4|^4.3",
7327 "symfony/http-kernel": "^3.4|^4.3"
6546aca4
JB
7328 },
7329 "require-dev": {
7330 "doctrine/doctrine-bundle": "^1.6",
7331 "doctrine/orm": "^2.5",
7332 "nyholm/psr7": "^1.1",
2c8dcab7 7333 "symfony/browser-kit": "^3.4|^4.3",
7334 "symfony/dom-crawler": "^3.4|^4.3",
7335 "symfony/expression-language": "^3.4|^4.3",
7336 "symfony/finder": "^3.4|^4.3",
6546aca4
JB
7337 "symfony/monolog-bridge": "^3.0|^4.0",
7338 "symfony/monolog-bundle": "^3.2",
7339 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7340 "symfony/psr-http-message-bridge": "^1.1",
2c8dcab7 7341 "symfony/security-bundle": "^3.4|^4.3",
7342 "symfony/twig-bundle": "^3.4|^4.3",
7343 "symfony/yaml": "^3.4|^4.3",
6546aca4
JB
7344 "twig/twig": "~1.12|~2.0"
7345 },
7346 "suggest": {
7347 "symfony/expression-language": "",
7348 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7349 "symfony/security-bundle": ""
7350 },
7351 "type": "symfony-bundle",
7352 "extra": {
7353 "branch-alias": {
2c8dcab7 7354 "dev-master": "5.4.x-dev"
6546aca4
JB
7355 }
7356 },
7357 "autoload": {
7358 "psr-4": {
7359 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7360 }
7361 },
7362 "notification-url": "https://packagist.org/downloads/",
7363 "license": [
7364 "MIT"
7365 ],
7366 "authors": [
7367 {
7368 "name": "Fabien Potencier",
7369 "email": "fabien@symfony.com"
7370 }
7371 ],
7372 "description": "This bundle provides a way to configure your controllers with annotations",
7373 "keywords": [
7374 "annotations",
7375 "controllers"
7376 ],
d0cf488d 7377 "time": "2019-07-08T08:31:25+00:00"
6546aca4
JB
7378 },
7379 {
7380 "name": "sensiolabs/security-checker",
9a80dcf1 7381 "version": "v6.0.2",
6546aca4
JB
7382 "source": {
7383 "type": "git",
7384 "url": "https://github.com/sensiolabs/security-checker.git",
e06303d8 7385 "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4"
6546aca4
JB
7386 },
7387 "dist": {
7388 "type": "zip",
e06303d8 7389 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
7390 "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
6546aca4
JB
7391 "shasum": ""
7392 },
7393 "require": {
e06303d8 7394 "php": ">=7.1.3",
7395 "symfony/console": "^2.8|^3.4|^4.2",
7396 "symfony/http-client": "^4.3",
7397 "symfony/mime": "^4.3",
7398 "symfony/polyfill-ctype": "^1.11"
6546aca4
JB
7399 },
7400 "bin": [
7401 "security-checker"
7402 ],
7403 "type": "library",
7404 "extra": {
7405 "branch-alias": {
e06303d8 7406 "dev-master": "6.0-dev"
6546aca4
JB
7407 }
7408 },
7409 "autoload": {
7410 "psr-4": {
7411 "SensioLabs\\Security\\": "SensioLabs/Security"
7412 }
7413 },
7414 "notification-url": "https://packagist.org/downloads/",
7415 "license": [
7416 "MIT"
7417 ],
7418 "authors": [
7419 {
7420 "name": "Fabien Potencier",
7421 "email": "fabien.potencier@gmail.com"
7422 }
7423 ],
7424 "description": "A security checker for your composer.lock",
e06303d8 7425 "time": "2019-06-08T06:46:26+00:00"
6546aca4 7426 },
955a3bde
JB
7427 {
7428 "name": "sentry/sdk",
eb0fa190 7429 "version": "2.0.4",
955a3bde
JB
7430 "source": {
7431 "type": "git",
7432 "url": "https://github.com/getsentry/sentry-php-sdk.git",
eb0fa190 7433 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
955a3bde
JB
7434 },
7435 "dist": {
7436 "type": "zip",
eb0fa190 7437 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7438 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
955a3bde
JB
7439 "shasum": ""
7440 },
7441 "require": {
7442 "http-interop/http-factory-guzzle": "^1.0",
7443 "php-http/curl-client": "^1.0|^2.0",
eb0fa190 7444 "sentry/sentry": "^2.1.3"
955a3bde
JB
7445 },
7446 "type": "metapackage",
7447 "notification-url": "https://packagist.org/downloads/",
7448 "license": [
7449 "MIT"
7450 ],
7451 "authors": [
7452 {
7453 "name": "Sentry",
7454 "email": "accounts@sentry.io"
7455 }
7456 ],
7457 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
eb0fa190 7458 "time": "2019-09-09T19:54:44+00:00"
955a3bde
JB
7459 },
7460 {
7461 "name": "sentry/sentry",
eb0fa190 7462 "version": "2.2.1",
955a3bde
JB
7463 "source": {
7464 "type": "git",
7465 "url": "https://github.com/getsentry/sentry-php.git",
eb0fa190 7466 "reference": "5896f9f0a00a7525797764ba42091dfbde22a746"
955a3bde
JB
7467 },
7468 "dist": {
7469 "type": "zip",
eb0fa190 7470 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5896f9f0a00a7525797764ba42091dfbde22a746",
7471 "reference": "5896f9f0a00a7525797764ba42091dfbde22a746",
955a3bde
JB
7472 "shasum": ""
7473 },
7474 "require": {
7475 "ext-json": "*",
7476 "ext-mbstring": "*",
eb0fa190 7477 "guzzlehttp/promises": "^1.3",
955a3bde
JB
7478 "jean85/pretty-package-versions": "^1.2",
7479 "php": "^7.1",
7480 "php-http/async-client-implementation": "^1.0",
7481 "php-http/client-common": "^1.5|^2.0",
7482 "php-http/discovery": "^1.6.1",
7483 "php-http/httplug": "^1.1|^2.0",
7484 "php-http/message": "^1.5",
7485 "psr/http-message-implementation": "^1.0",
7486 "ramsey/uuid": "^3.3",
7487 "symfony/options-resolver": "^2.7|^3.0|^4.0",
7488 "zendframework/zend-diactoros": "^1.4|^2.0"
7489 },
7490 "conflict": {
7491 "php-http/client-common": "1.8.0",
7492 "raven/raven": "*"
7493 },
7494 "require-dev": {
7495 "friendsofphp/php-cs-fixer": "^2.13",
7496 "monolog/monolog": "^1.3|^2.0",
7497 "php-http/mock-client": "^1.0",
eb0fa190 7498 "phpstan/extension-installer": "^1.0",
7499 "phpstan/phpstan": "^0.11",
7500 "phpstan/phpstan-phpunit": "^0.11",
7501 "phpunit/phpunit": "^7.5",
7502 "symfony/phpunit-bridge": "^4.3",
7503 "vimeo/psalm": "^3.4"
955a3bde
JB
7504 },
7505 "type": "library",
7506 "extra": {
7507 "branch-alias": {
eb0fa190 7508 "dev-develop": "2.2-dev"
955a3bde
JB
7509 }
7510 },
7511 "autoload": {
7512 "files": [
eb0fa190 7513 "src/functions.php"
955a3bde
JB
7514 ],
7515 "psr-4": {
7516 "Sentry\\": "src/"
7517 }
7518 },
7519 "notification-url": "https://packagist.org/downloads/",
7520 "license": [
7521 "BSD-3-Clause"
7522 ],
7523 "authors": [
7524 {
7525 "name": "Sentry",
7526 "email": "accounts@sentry.io"
7527 }
7528 ],
7529 "description": "A PHP SDK for Sentry (http://sentry.io)",
7530 "homepage": "http://sentry.io",
7531 "keywords": [
7532 "crash-reporting",
7533 "crash-reports",
7534 "error-handler",
7535 "error-monitoring",
7536 "log",
7537 "logging",
7538 "sentry"
7539 ],
eb0fa190 7540 "time": "2019-09-23T11:52:12+00:00"
955a3bde
JB
7541 },
7542 {
7543 "name": "sentry/sentry-symfony",
eb0fa190 7544 "version": "3.2.0",
955a3bde
JB
7545 "source": {
7546 "type": "git",
7547 "url": "https://github.com/getsentry/sentry-symfony.git",
eb0fa190 7548 "reference": "62d5c9d280044283d898d262bdae4062d02039bc"
955a3bde
JB
7549 },
7550 "dist": {
7551 "type": "zip",
eb0fa190 7552 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/62d5c9d280044283d898d262bdae4062d02039bc",
7553 "reference": "62d5c9d280044283d898d262bdae4062d02039bc",
955a3bde
JB
7554 "shasum": ""
7555 },
7556 "require": {
7557 "jean85/pretty-package-versions": "^1.0",
7558 "php": "^7.1",
7559 "sentry/sdk": "^2.0",
4ef4b64c 7560 "symfony/config": "^2.8||^3.0||^4.0",
7561 "symfony/console": "^2.8||^3.0||^4.0",
7562 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7563 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7564 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7565 "symfony/security-core": "^2.8||^3.0||^4.0"
955a3bde
JB
7566 },
7567 "require-dev": {
7568 "friendsofphp/php-cs-fixer": "^2.8",
7569 "jangregor/phpstan-prophecy": "^0.3.0",
eb0fa190 7570 "monolog/monolog": "^1.11||^2.0",
955a3bde
JB
7571 "php-http/mock-client": "^1.0",
7572 "phpstan/phpstan": "^0.11",
7573 "phpstan/phpstan-phpunit": "^0.11",
7574 "phpunit/phpunit": "^7.5",
7575 "scrutinizer/ocular": "^1.4",
4ef4b64c 7576 "symfony/expression-language": "^2.8||^3.0||^4.0"
955a3bde 7577 },
eb0fa190 7578 "suggest": {
7579 "monolog/monolog": "Required to use the Monolog handler"
7580 },
955a3bde
JB
7581 "type": "symfony-bundle",
7582 "extra": {
7583 "branch-alias": {
7584 "master": "3.x-dev",
7585 "releases/2.x": "2.x-dev",
7586 "releases/1.x": "1.x-dev"
7587 }
7588 },
7589 "autoload": {
7590 "psr-4": {
7591 "Sentry\\SentryBundle\\": "src/"
7592 }
7593 },
7594 "notification-url": "https://packagist.org/downloads/",
7595 "license": [
7596 "Apache-2.0"
7597 ],
7598 "authors": [
7599 {
7600 "name": "David Cramer",
7601 "email": "dcramer@gmail.com"
7602 },
7603 {
7604 "name": "Alessandro Lai",
7605 "email": "alessandro.lai85@gmail.com"
7606 }
7607 ],
7608 "description": "Symfony integration for Sentry (http://getsentry.com)",
7609 "homepage": "http://getsentry.com",
7610 "keywords": [
7611 "errors",
7612 "logging",
7613 "sentry",
7614 "symfony"
7615 ],
eb0fa190 7616 "time": "2019-10-04T13:26:24+00:00"
955a3bde 7617 },
6546aca4
JB
7618 {
7619 "name": "simplepie/simplepie",
7620 "version": "1.5.2",
7621 "source": {
7622 "type": "git",
7623 "url": "https://github.com/simplepie/simplepie.git",
7624 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263"
7625 },
7626 "dist": {
7627 "type": "zip",
7628 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/0e8fe72132dad765d25db4cabc69a91139af1263",
7629 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263",
7630 "shasum": ""
7631 },
7632 "require": {
7633 "ext-pcre": "*",
7634 "ext-xml": "*",
7635 "ext-xmlreader": "*",
7636 "php": ">=5.6.0"
7637 },
7638 "require-dev": {
7639 "phpunit/phpunit": "~5.4.3 || ~6.5"
7640 },
7641 "suggest": {
7642 "ext-curl": "",
7643 "ext-iconv": "",
7644 "ext-intl": "",
7645 "ext-mbstring": "",
7646 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7647 },
7648 "type": "library",
7649 "autoload": {
7650 "psr-0": {
7651 "SimplePie": "library"
7652 }
7653 },
7654 "notification-url": "https://packagist.org/downloads/",
7655 "license": [
7656 "BSD-3-Clause"
7657 ],
7658 "authors": [
7659 {
7660 "name": "Ryan Parman",
cc7b2b91 7661 "homepage": "http://ryanparman.com/",
7662 "role": "Creator, alumnus developer"
6546aca4
JB
7663 },
7664 {
7665 "name": "Geoffrey Sneddon",
cc7b2b91 7666 "homepage": "http://gsnedders.com/",
7667 "role": "Alumnus developer"
6546aca4
JB
7668 },
7669 {
7670 "name": "Ryan McCue",
7671 "email": "me@ryanmccue.info",
cc7b2b91 7672 "homepage": "http://ryanmccue.info/",
7673 "role": "Developer"
6546aca4
JB
7674 }
7675 ],
7676 "description": "A simple Atom/RSS parsing library for PHP",
7677 "homepage": "http://simplepie.org/",
7678 "keywords": [
7679 "atom",
7680 "feeds",
7681 "rss"
7682 ],
7683 "time": "2018-08-02T05:43:58+00:00"
7684 },
7685 {
7686 "name": "smalot/pdfparser",
7687 "version": "v0.14.0",
7688 "source": {
7689 "type": "git",
7690 "url": "https://github.com/smalot/pdfparser.git",
7691 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7692 },
7693 "dist": {
7694 "type": "zip",
7695 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7696 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7697 "shasum": ""
7698 },
7699 "require": {
7700 "ext-mbstring": "*",
7701 "ext-zlib": "*",
7702 "php": ">=5.3.0",
7703 "tecnickcom/tcpdf": "~6.0"
7704 },
7705 "require-dev": {
7706 "atoum/atoum": "^2.8 | ^3.0"
7707 },
7708 "type": "library",
7709 "autoload": {
7710 "psr-0": {
7711 "Smalot\\PdfParser\\": "src/"
7712 }
7713 },
7714 "notification-url": "https://packagist.org/downloads/",
7715 "license": [
7716 "LGPL-3.0"
7717 ],
7718 "authors": [
7719 {
dab8b395 7720 "name": "Sebastien Malot",
6546aca4
JB
7721 "email": "sebastien@malot.fr"
7722 }
7723 ],
7724 "description": "Pdf parser library. Can read and extract information from pdf file.",
7725 "homepage": "http://www.pdfparser.org",
7726 "keywords": [
7727 "extract",
7728 "parse",
7729 "parser",
7730 "pdf",
7731 "text"
7732 ],
7733 "time": "2019-01-23T09:14:37+00:00"
7734 },
7735 {
28378675 7736 "name": "spomky-labs/otphp",
7737 "version": "v9.1.4",
6546aca4
JB
7738 "source": {
7739 "type": "git",
28378675 7740 "url": "https://github.com/Spomky-Labs/otphp.git",
7741 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
6546aca4
JB
7742 },
7743 "dist": {
7744 "type": "zip",
28378675 7745 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7746 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
6546aca4
JB
7747 "shasum": ""
7748 },
7749 "require": {
28378675 7750 "beberlei/assert": "^2.4|^3.0",
7751 "paragonie/constant_time_encoding": "^2.0",
6546aca4
JB
7752 "php": "^7.1"
7753 },
7754 "require-dev": {
28378675 7755 "phpunit/phpunit": "^6.0",
7756 "satooshi/php-coveralls": "^1.0"
6546aca4
JB
7757 },
7758 "type": "library",
7759 "extra": {
7760 "branch-alias": {
28378675 7761 "dev-master": "9.0.x-dev"
6546aca4
JB
7762 }
7763 },
7764 "autoload": {
7765 "psr-4": {
28378675 7766 "OTPHP\\": "src/"
6546aca4
JB
7767 }
7768 },
7769 "notification-url": "https://packagist.org/downloads/",
7770 "license": [
7771 "MIT"
7772 ],
7773 "authors": [
7774 {
28378675 7775 "name": "Florent Morselli",
7776 "homepage": "https://github.com/Spomky"
6546aca4
JB
7777 },
7778 {
28378675 7779 "name": "All contributors",
7780 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
6546aca4
JB
7781 }
7782 ],
28378675 7783 "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",
7784 "homepage": "https://github.com/Spomky-Labs/otphp",
6546aca4 7785 "keywords": [
28378675 7786 "FreeOTP",
7787 "RFC 4226",
7788 "RFC 6238",
7789 "google authenticator",
7790 "hotp",
7791 "otp",
7792 "totp"
6546aca4 7793 ],
28378675 7794 "time": "2019-03-18T10:08:51+00:00"
6546aca4
JB
7795 },
7796 {
7797 "name": "stof/doctrine-extensions-bundle",
7798 "version": "v1.3.0",
7799 "source": {
7800 "type": "git",
7801 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7802 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7803 },
7804 "dist": {
7805 "type": "zip",
7806 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7807 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7808 "shasum": ""
7809 },
7810 "require": {
7811 "gedmo/doctrine-extensions": "^2.3.4",
7812 "php": ">=5.3.2",
7813 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7814 },
7815 "require-dev": {
7816 "symfony/phpunit-bridge": "^4.0",
7817 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7818 },
7819 "suggest": {
7820 "doctrine/doctrine-bundle": "to use the ORM extensions",
7821 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7822 },
7823 "type": "symfony-bundle",
7824 "extra": {
7825 "branch-alias": {
7826 "dev-master": "1.3.x-dev"
7827 }
7828 },
7829 "autoload": {
7830 "psr-4": {
7831 "Stof\\DoctrineExtensionsBundle\\": ""
7832 }
7833 },
7834 "notification-url": "https://packagist.org/downloads/",
7835 "license": [
7836 "MIT"
7837 ],
7838 "authors": [
7839 {
7840 "name": "Christophe Coevoet",
7841 "email": "stof@notk.org"
7842 }
7843 ],
7844 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7845 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7846 "keywords": [
7847 "behaviors",
7848 "doctrine2",
7849 "extensions",
7850 "gedmo",
7851 "loggable",
7852 "nestedset",
7853 "sluggable",
7854 "sortable",
7855 "timestampable",
7856 "translatable",
7857 "tree"
7858 ],
7859 "time": "2017-12-24T16:06:50+00:00"
7860 },
7861 {
7862 "name": "swiftmailer/swiftmailer",
7863 "version": "v6.2.1",
7864 "source": {
7865 "type": "git",
7866 "url": "https://github.com/swiftmailer/swiftmailer.git",
7867 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
7868 },
7869 "dist": {
7870 "type": "zip",
7871 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
7872 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
7873 "shasum": ""
7874 },
7875 "require": {
7876 "egulias/email-validator": "~2.0",
7877 "php": ">=7.0.0",
7878 "symfony/polyfill-iconv": "^1.0",
7879 "symfony/polyfill-intl-idn": "^1.10",
7880 "symfony/polyfill-mbstring": "^1.0"
7881 },
7882 "require-dev": {
7883 "mockery/mockery": "~0.9.1",
7884 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
7885 },
7886 "suggest": {
7887 "ext-intl": "Needed to support internationalized email addresses",
7888 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
7889 },
7890 "type": "library",
7891 "extra": {
7892 "branch-alias": {
7893 "dev-master": "6.2-dev"
7894 }
7895 },
7896 "autoload": {
7897 "files": [
7898 "lib/swift_required.php"
7899 ]
7900 },
7901 "notification-url": "https://packagist.org/downloads/",
7902 "license": [
7903 "MIT"
7904 ],
7905 "authors": [
7906 {
7907 "name": "Chris Corbyn"
7908 },
7909 {
7910 "name": "Fabien Potencier",
7911 "email": "fabien@symfony.com"
7912 }
7913 ],
7914 "description": "Swiftmailer, free feature-rich PHP mailer",
7915 "homepage": "https://swiftmailer.symfony.com",
7916 "keywords": [
7917 "email",
7918 "mail",
7919 "mailer"
7920 ],
7921 "time": "2019-04-21T09:21:45+00:00"
7922 },
e06303d8 7923 {
7924 "name": "symfony/http-client",
3f2e602f 7925 "version": "v4.3.4",
e06303d8 7926 "source": {
7927 "type": "git",
7928 "url": "https://github.com/symfony/http-client.git",
3f2e602f 7929 "reference": "9a4fa769269ed730196a5c52c742b30600cf1e87"
e06303d8 7930 },
7931 "dist": {
7932 "type": "zip",
3f2e602f
JB
7933 "url": "https://api.github.com/repos/symfony/http-client/zipball/9a4fa769269ed730196a5c52c742b30600cf1e87",
7934 "reference": "9a4fa769269ed730196a5c52c742b30600cf1e87",
e06303d8 7935 "shasum": ""
7936 },
7937 "require": {
7938 "php": "^7.1.3",
7939 "psr/log": "^1.0",
3f2e602f 7940 "symfony/http-client-contracts": "^1.1.6",
e06303d8 7941 "symfony/polyfill-php73": "^1.11"
7942 },
7943 "provide": {
7944 "psr/http-client-implementation": "1.0",
7945 "symfony/http-client-implementation": "1.1"
7946 },
7947 "require-dev": {
7948 "nyholm/psr7": "^1.0",
7949 "psr/http-client": "^1.0",
7950 "symfony/http-kernel": "^4.3",
7951 "symfony/process": "^4.2"
7952 },
7953 "type": "library",
7954 "extra": {
7955 "branch-alias": {
7956 "dev-master": "4.3-dev"
7957 }
7958 },
7959 "autoload": {
7960 "psr-4": {
7961 "Symfony\\Component\\HttpClient\\": ""
7962 },
7963 "exclude-from-classmap": [
7964 "/Tests/"
7965 ]
7966 },
7967 "notification-url": "https://packagist.org/downloads/",
7968 "license": [
7969 "MIT"
7970 ],
7971 "authors": [
7972 {
7973 "name": "Nicolas Grekas",
7974 "email": "p@tchwork.com"
7975 },
7976 {
7977 "name": "Symfony Community",
7978 "homepage": "https://symfony.com/contributors"
7979 }
7980 ],
7981 "description": "Symfony HttpClient component",
7982 "homepage": "https://symfony.com",
3f2e602f 7983 "time": "2019-08-20T14:27:59+00:00"
e06303d8 7984 },
7985 {
7986 "name": "symfony/http-client-contracts",
3f2e602f 7987 "version": "v1.1.6",
e06303d8 7988 "source": {
7989 "type": "git",
7990 "url": "https://github.com/symfony/http-client-contracts.git",
3f2e602f 7991 "reference": "6005fe61a33724405d56eb5b055d5d370192a1bd"
e06303d8 7992 },
7993 "dist": {
7994 "type": "zip",
3f2e602f
JB
7995 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/6005fe61a33724405d56eb5b055d5d370192a1bd",
7996 "reference": "6005fe61a33724405d56eb5b055d5d370192a1bd",
e06303d8 7997 "shasum": ""
7998 },
7999 "require": {
8000 "php": "^7.1.3"
8001 },
8002 "suggest": {
8003 "symfony/http-client-implementation": ""
8004 },
8005 "type": "library",
8006 "extra": {
8007 "branch-alias": {
8008 "dev-master": "1.1-dev"
8009 }
8010 },
8011 "autoload": {
8012 "psr-4": {
8013 "Symfony\\Contracts\\HttpClient\\": ""
8014 }
8015 },
8016 "notification-url": "https://packagist.org/downloads/",
8017 "license": [
8018 "MIT"
8019 ],
8020 "authors": [
8021 {
8022 "name": "Nicolas Grekas",
8023 "email": "p@tchwork.com"
8024 },
8025 {
8026 "name": "Symfony Community",
8027 "homepage": "https://symfony.com/contributors"
8028 }
8029 ],
8030 "description": "Generic abstractions related to HTTP clients",
8031 "homepage": "https://symfony.com",
8032 "keywords": [
8033 "abstractions",
8034 "contracts",
8035 "decoupling",
8036 "interfaces",
8037 "interoperability",
8038 "standards"
8039 ],
3f2e602f 8040 "time": "2019-08-08T10:05:21+00:00"
e06303d8 8041 },
8042 {
8043 "name": "symfony/mime",
3f2e602f 8044 "version": "v4.3.4",
e06303d8 8045 "source": {
8046 "type": "git",
8047 "url": "https://github.com/symfony/mime.git",
3f2e602f 8048 "reference": "987a05df1c6ac259b34008b932551353f4f408df"
e06303d8 8049 },
8050 "dist": {
8051 "type": "zip",
3f2e602f
JB
8052 "url": "https://api.github.com/repos/symfony/mime/zipball/987a05df1c6ac259b34008b932551353f4f408df",
8053 "reference": "987a05df1c6ac259b34008b932551353f4f408df",
e06303d8 8054 "shasum": ""
8055 },
8056 "require": {
8057 "php": "^7.1.3",
8058 "symfony/polyfill-intl-idn": "^1.10",
8059 "symfony/polyfill-mbstring": "^1.0"
8060 },
8061 "require-dev": {
3f2e602f 8062 "egulias/email-validator": "^2.1.10",
e06303d8 8063 "symfony/dependency-injection": "~3.4|^4.1"
8064 },
8065 "type": "library",
8066 "extra": {
8067 "branch-alias": {
8068 "dev-master": "4.3-dev"
8069 }
8070 },
8071 "autoload": {
8072 "psr-4": {
8073 "Symfony\\Component\\Mime\\": ""
8074 },
8075 "exclude-from-classmap": [
8076 "/Tests/"
8077 ]
8078 },
8079 "notification-url": "https://packagist.org/downloads/",
8080 "license": [
8081 "MIT"
8082 ],
8083 "authors": [
8084 {
8085 "name": "Fabien Potencier",
8086 "email": "fabien@symfony.com"
8087 },
8088 {
8089 "name": "Symfony Community",
8090 "homepage": "https://symfony.com/contributors"
8091 }
8092 ],
8093 "description": "A library to manipulate MIME messages",
8094 "homepage": "https://symfony.com",
8095 "keywords": [
8096 "mime",
8097 "mime-type"
8098 ],
3f2e602f 8099 "time": "2019-08-22T08:16:11+00:00"
e06303d8 8100 },
6546aca4
JB
8101 {
8102 "name": "symfony/monolog-bundle",
7319e7e0 8103 "version": "v3.4.0",
6546aca4
JB
8104 "source": {
8105 "type": "git",
8106 "url": "https://github.com/symfony/monolog-bundle.git",
7319e7e0 8107 "reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d"
6546aca4
JB
8108 },
8109 "dist": {
8110 "type": "zip",
7319e7e0 8111 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
8112 "reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
6546aca4
JB
8113 "shasum": ""
8114 },
8115 "require": {
8116 "monolog/monolog": "~1.22",
8117 "php": ">=5.6",
7319e7e0 8118 "symfony/config": "~3.4|~4.0",
8119 "symfony/dependency-injection": "~3.4.10|^4.0.10",
8120 "symfony/http-kernel": "~3.4|~4.0",
8121 "symfony/monolog-bridge": "~3.4|~4.0"
6546aca4
JB
8122 },
8123 "require-dev": {
7319e7e0 8124 "symfony/console": "~3.4|~4.0",
8125 "symfony/phpunit-bridge": "^3.4.19|^4.0",
8126 "symfony/yaml": "~3.4|~4.0"
6546aca4
JB
8127 },
8128 "type": "symfony-bundle",
8129 "extra": {
8130 "branch-alias": {
8131 "dev-master": "3.x-dev"
8132 }
8133 },
8134 "autoload": {
8135 "psr-4": {
8136 "Symfony\\Bundle\\MonologBundle\\": ""
8137 },
8138 "exclude-from-classmap": [
8139 "/Tests/"
8140 ]
8141 },
8142 "notification-url": "https://packagist.org/downloads/",
8143 "license": [
8144 "MIT"
8145 ],
8146 "authors": [
8147 {
8148 "name": "Symfony Community",
8149 "homepage": "http://symfony.com/contributors"
8150 },
8151 {
8152 "name": "Fabien Potencier",
8153 "email": "fabien@symfony.com"
8154 }
8155 ],
8156 "description": "Symfony MonologBundle",
8157 "homepage": "http://symfony.com",
8158 "keywords": [
8159 "log",
8160 "logging"
8161 ],
7319e7e0 8162 "time": "2019-06-20T12:18:19+00:00"
6546aca4
JB
8163 },
8164 {
8165 "name": "symfony/polyfill-apcu",
1576905e 8166 "version": "v1.12.0",
6546aca4
JB
8167 "source": {
8168 "type": "git",
8169 "url": "https://github.com/symfony/polyfill-apcu.git",
1576905e 8170 "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5"
6546aca4
JB
8171 },
8172 "dist": {
8173 "type": "zip",
1576905e
JB
8174 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/71ce80635d5dcd67772b4dda00b86068595f64d5",
8175 "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5",
6546aca4
JB
8176 "shasum": ""
8177 },
8178 "require": {
8179 "php": ">=5.3.3"
8180 },
8181 "type": "library",
8182 "extra": {
8183 "branch-alias": {
1576905e 8184 "dev-master": "1.12-dev"
6546aca4
JB
8185 }
8186 },
8187 "autoload": {
8188 "psr-4": {
8189 "Symfony\\Polyfill\\Apcu\\": ""
8190 },
8191 "files": [
8192 "bootstrap.php"
8193 ]
8194 },
8195 "notification-url": "https://packagist.org/downloads/",
8196 "license": [
8197 "MIT"
8198 ],
8199 "authors": [
8200 {
8201 "name": "Nicolas Grekas",
8202 "email": "p@tchwork.com"
8203 },
8204 {
8205 "name": "Symfony Community",
8206 "homepage": "https://symfony.com/contributors"
8207 }
8208 ],
8209 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8210 "homepage": "https://symfony.com",
8211 "keywords": [
8212 "apcu",
8213 "compatibility",
8214 "polyfill",
8215 "portable",
8216 "shim"
8217 ],
1576905e 8218 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8219 },
8220 {
8221 "name": "symfony/polyfill-ctype",
1576905e 8222 "version": "v1.12.0",
6546aca4
JB
8223 "source": {
8224 "type": "git",
8225 "url": "https://github.com/symfony/polyfill-ctype.git",
1576905e 8226 "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
6546aca4
JB
8227 },
8228 "dist": {
8229 "type": "zip",
1576905e
JB
8230 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
8231 "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
6546aca4
JB
8232 "shasum": ""
8233 },
8234 "require": {
8235 "php": ">=5.3.3"
8236 },
8237 "suggest": {
8238 "ext-ctype": "For best performance"
8239 },
8240 "type": "library",
8241 "extra": {
8242 "branch-alias": {
1576905e 8243 "dev-master": "1.12-dev"
6546aca4
JB
8244 }
8245 },
8246 "autoload": {
8247 "psr-4": {
8248 "Symfony\\Polyfill\\Ctype\\": ""
8249 },
8250 "files": [
8251 "bootstrap.php"
8252 ]
8253 },
8254 "notification-url": "https://packagist.org/downloads/",
8255 "license": [
8256 "MIT"
8257 ],
8258 "authors": [
6546aca4
JB
8259 {
8260 "name": "Gert de Pagter",
313d7350 8261 "email": "BackEndTea@gmail.com"
1576905e
JB
8262 },
8263 {
8264 "name": "Symfony Community",
8265 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8266 }
8267 ],
8268 "description": "Symfony polyfill for ctype functions",
8269 "homepage": "https://symfony.com",
8270 "keywords": [
8271 "compatibility",
8272 "ctype",
8273 "polyfill",
8274 "portable"
8275 ],
1576905e 8276 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8277 },
8278 {
8279 "name": "symfony/polyfill-iconv",
1576905e 8280 "version": "v1.12.0",
6546aca4
JB
8281 "source": {
8282 "type": "git",
8283 "url": "https://github.com/symfony/polyfill-iconv.git",
1576905e 8284 "reference": "685968b11e61a347c18bf25db32effa478be610f"
6546aca4
JB
8285 },
8286 "dist": {
8287 "type": "zip",
1576905e
JB
8288 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
8289 "reference": "685968b11e61a347c18bf25db32effa478be610f",
6546aca4
JB
8290 "shasum": ""
8291 },
8292 "require": {
8293 "php": ">=5.3.3"
8294 },
8295 "suggest": {
8296 "ext-iconv": "For best performance"
8297 },
8298 "type": "library",
8299 "extra": {
8300 "branch-alias": {
1576905e 8301 "dev-master": "1.12-dev"
6546aca4
JB
8302 }
8303 },
8304 "autoload": {
8305 "psr-4": {
8306 "Symfony\\Polyfill\\Iconv\\": ""
8307 },
8308 "files": [
8309 "bootstrap.php"
8310 ]
8311 },
8312 "notification-url": "https://packagist.org/downloads/",
8313 "license": [
8314 "MIT"
8315 ],
8316 "authors": [
8317 {
8318 "name": "Nicolas Grekas",
8319 "email": "p@tchwork.com"
8320 },
8321 {
8322 "name": "Symfony Community",
8323 "homepage": "https://symfony.com/contributors"
8324 }
8325 ],
8326 "description": "Symfony polyfill for the Iconv extension",
8327 "homepage": "https://symfony.com",
8328 "keywords": [
8329 "compatibility",
8330 "iconv",
8331 "polyfill",
8332 "portable",
8333 "shim"
8334 ],
1576905e 8335 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8336 },
8337 {
8338 "name": "symfony/polyfill-intl-icu",
1576905e 8339 "version": "v1.12.0",
6546aca4
JB
8340 "source": {
8341 "type": "git",
8342 "url": "https://github.com/symfony/polyfill-intl-icu.git",
1576905e 8343 "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e"
6546aca4
JB
8344 },
8345 "dist": {
8346 "type": "zip",
1576905e
JB
8347 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e",
8348 "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e",
6546aca4
JB
8349 "shasum": ""
8350 },
8351 "require": {
8352 "php": ">=5.3.3",
1576905e 8353 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
6546aca4
JB
8354 },
8355 "suggest": {
8356 "ext-intl": "For best performance"
8357 },
8358 "type": "library",
8359 "extra": {
8360 "branch-alias": {
1576905e 8361 "dev-master": "1.12-dev"
6546aca4
JB
8362 }
8363 },
8364 "autoload": {
8365 "files": [
8366 "bootstrap.php"
8367 ]
8368 },
8369 "notification-url": "https://packagist.org/downloads/",
8370 "license": [
8371 "MIT"
8372 ],
8373 "authors": [
8374 {
8375 "name": "Nicolas Grekas",
8376 "email": "p@tchwork.com"
8377 },
8378 {
8379 "name": "Symfony Community",
8380 "homepage": "https://symfony.com/contributors"
8381 }
8382 ],
8383 "description": "Symfony polyfill for intl's ICU-related data and classes",
8384 "homepage": "https://symfony.com",
8385 "keywords": [
8386 "compatibility",
8387 "icu",
8388 "intl",
8389 "polyfill",
8390 "portable",
8391 "shim"
8392 ],
1576905e 8393 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8394 },
8395 {
8396 "name": "symfony/polyfill-intl-idn",
1576905e 8397 "version": "v1.12.0",
6546aca4
JB
8398 "source": {
8399 "type": "git",
8400 "url": "https://github.com/symfony/polyfill-intl-idn.git",
1576905e 8401 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
6546aca4
JB
8402 },
8403 "dist": {
8404 "type": "zip",
1576905e
JB
8405 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
8406 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
6546aca4
JB
8407 "shasum": ""
8408 },
8409 "require": {
8410 "php": ">=5.3.3",
8411 "symfony/polyfill-mbstring": "^1.3",
8412 "symfony/polyfill-php72": "^1.9"
8413 },
8414 "suggest": {
8415 "ext-intl": "For best performance"
8416 },
8417 "type": "library",
8418 "extra": {
8419 "branch-alias": {
1576905e 8420 "dev-master": "1.12-dev"
6546aca4
JB
8421 }
8422 },
8423 "autoload": {
8424 "psr-4": {
8425 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8426 },
8427 "files": [
8428 "bootstrap.php"
8429 ]
8430 },
8431 "notification-url": "https://packagist.org/downloads/",
8432 "license": [
8433 "MIT"
8434 ],
8435 "authors": [
6546aca4
JB
8436 {
8437 "name": "Laurent Bassin",
8438 "email": "laurent@bassin.info"
1576905e
JB
8439 },
8440 {
8441 "name": "Symfony Community",
8442 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8443 }
8444 ],
8445 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8446 "homepage": "https://symfony.com",
8447 "keywords": [
8448 "compatibility",
8449 "idn",
8450 "intl",
8451 "polyfill",
8452 "portable",
8453 "shim"
8454 ],
1576905e 8455 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8456 },
8457 {
8458 "name": "symfony/polyfill-mbstring",
1576905e 8459 "version": "v1.12.0",
6546aca4
JB
8460 "source": {
8461 "type": "git",
8462 "url": "https://github.com/symfony/polyfill-mbstring.git",
1576905e 8463 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
6546aca4
JB
8464 },
8465 "dist": {
8466 "type": "zip",
1576905e
JB
8467 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
8468 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
6546aca4
JB
8469 "shasum": ""
8470 },
8471 "require": {
8472 "php": ">=5.3.3"
8473 },
8474 "suggest": {
8475 "ext-mbstring": "For best performance"
8476 },
8477 "type": "library",
8478 "extra": {
8479 "branch-alias": {
1576905e 8480 "dev-master": "1.12-dev"
6546aca4
JB
8481 }
8482 },
8483 "autoload": {
8484 "psr-4": {
8485 "Symfony\\Polyfill\\Mbstring\\": ""
8486 },
8487 "files": [
8488 "bootstrap.php"
8489 ]
8490 },
8491 "notification-url": "https://packagist.org/downloads/",
8492 "license": [
8493 "MIT"
8494 ],
8495 "authors": [
8496 {
8497 "name": "Nicolas Grekas",
8498 "email": "p@tchwork.com"
8499 },
8500 {
8501 "name": "Symfony Community",
8502 "homepage": "https://symfony.com/contributors"
8503 }
8504 ],
8505 "description": "Symfony polyfill for the Mbstring extension",
8506 "homepage": "https://symfony.com",
8507 "keywords": [
8508 "compatibility",
8509 "mbstring",
8510 "polyfill",
8511 "portable",
8512 "shim"
8513 ],
1576905e 8514 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8515 },
8516 {
8517 "name": "symfony/polyfill-php56",
1576905e 8518 "version": "v1.12.0",
6546aca4
JB
8519 "source": {
8520 "type": "git",
8521 "url": "https://github.com/symfony/polyfill-php56.git",
1576905e 8522 "reference": "0e3b212e96a51338639d8ce175c046d7729c3403"
6546aca4
JB
8523 },
8524 "dist": {
8525 "type": "zip",
1576905e
JB
8526 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403",
8527 "reference": "0e3b212e96a51338639d8ce175c046d7729c3403",
6546aca4
JB
8528 "shasum": ""
8529 },
8530 "require": {
8531 "php": ">=5.3.3",
8532 "symfony/polyfill-util": "~1.0"
8533 },
8534 "type": "library",
8535 "extra": {
8536 "branch-alias": {
1576905e 8537 "dev-master": "1.12-dev"
6546aca4
JB
8538 }
8539 },
8540 "autoload": {
8541 "psr-4": {
8542 "Symfony\\Polyfill\\Php56\\": ""
8543 },
8544 "files": [
8545 "bootstrap.php"
8546 ]
8547 },
8548 "notification-url": "https://packagist.org/downloads/",
8549 "license": [
8550 "MIT"
8551 ],
8552 "authors": [
8553 {
8554 "name": "Nicolas Grekas",
8555 "email": "p@tchwork.com"
8556 },
8557 {
8558 "name": "Symfony Community",
8559 "homepage": "https://symfony.com/contributors"
8560 }
8561 ],
8562 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8563 "homepage": "https://symfony.com",
8564 "keywords": [
8565 "compatibility",
8566 "polyfill",
8567 "portable",
8568 "shim"
8569 ],
1576905e 8570 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8571 },
8572 {
8573 "name": "symfony/polyfill-php70",
1576905e 8574 "version": "v1.12.0",
6546aca4
JB
8575 "source": {
8576 "type": "git",
8577 "url": "https://github.com/symfony/polyfill-php70.git",
1576905e 8578 "reference": "54b4c428a0054e254223797d2713c31e08610831"
6546aca4
JB
8579 },
8580 "dist": {
8581 "type": "zip",
1576905e
JB
8582 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831",
8583 "reference": "54b4c428a0054e254223797d2713c31e08610831",
6546aca4
JB
8584 "shasum": ""
8585 },
8586 "require": {
8587 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8588 "php": ">=5.3.3"
8589 },
8590 "type": "library",
8591 "extra": {
8592 "branch-alias": {
1576905e 8593 "dev-master": "1.12-dev"
6546aca4
JB
8594 }
8595 },
8596 "autoload": {
8597 "psr-4": {
8598 "Symfony\\Polyfill\\Php70\\": ""
8599 },
8600 "files": [
8601 "bootstrap.php"
8602 ],
8603 "classmap": [
8604 "Resources/stubs"
8605 ]
8606 },
8607 "notification-url": "https://packagist.org/downloads/",
8608 "license": [
8609 "MIT"
8610 ],
8611 "authors": [
8612 {
8613 "name": "Nicolas Grekas",
8614 "email": "p@tchwork.com"
8615 },
8616 {
8617 "name": "Symfony Community",
8618 "homepage": "https://symfony.com/contributors"
8619 }
8620 ],
8621 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8622 "homepage": "https://symfony.com",
8623 "keywords": [
8624 "compatibility",
8625 "polyfill",
8626 "portable",
8627 "shim"
8628 ],
1576905e 8629 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8630 },
8631 {
8632 "name": "symfony/polyfill-php72",
1576905e 8633 "version": "v1.12.0",
6546aca4
JB
8634 "source": {
8635 "type": "git",
8636 "url": "https://github.com/symfony/polyfill-php72.git",
1576905e 8637 "reference": "04ce3335667451138df4307d6a9b61565560199e"
6546aca4
JB
8638 },
8639 "dist": {
8640 "type": "zip",
1576905e
JB
8641 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
8642 "reference": "04ce3335667451138df4307d6a9b61565560199e",
6546aca4
JB
8643 "shasum": ""
8644 },
8645 "require": {
8646 "php": ">=5.3.3"
8647 },
8648 "type": "library",
8649 "extra": {
8650 "branch-alias": {
1576905e 8651 "dev-master": "1.12-dev"
6546aca4
JB
8652 }
8653 },
8654 "autoload": {
8655 "psr-4": {
8656 "Symfony\\Polyfill\\Php72\\": ""
8657 },
8658 "files": [
8659 "bootstrap.php"
8660 ]
8661 },
8662 "notification-url": "https://packagist.org/downloads/",
8663 "license": [
8664 "MIT"
8665 ],
8666 "authors": [
8667 {
8668 "name": "Nicolas Grekas",
8669 "email": "p@tchwork.com"
8670 },
8671 {
8672 "name": "Symfony Community",
8673 "homepage": "https://symfony.com/contributors"
8674 }
8675 ],
8676 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8677 "homepage": "https://symfony.com",
8678 "keywords": [
8679 "compatibility",
8680 "polyfill",
8681 "portable",
8682 "shim"
8683 ],
1576905e 8684 "time": "2019-08-06T08:03:45+00:00"
6546aca4 8685 },
e06303d8 8686 {
8687 "name": "symfony/polyfill-php73",
1576905e 8688 "version": "v1.12.0",
e06303d8 8689 "source": {
8690 "type": "git",
8691 "url": "https://github.com/symfony/polyfill-php73.git",
1576905e 8692 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
e06303d8 8693 },
8694 "dist": {
8695 "type": "zip",
1576905e
JB
8696 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
8697 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
e06303d8 8698 "shasum": ""
8699 },
8700 "require": {
8701 "php": ">=5.3.3"
8702 },
8703 "type": "library",
8704 "extra": {
8705 "branch-alias": {
1576905e 8706 "dev-master": "1.12-dev"
e06303d8 8707 }
8708 },
8709 "autoload": {
8710 "psr-4": {
8711 "Symfony\\Polyfill\\Php73\\": ""
8712 },
8713 "files": [
8714 "bootstrap.php"
8715 ],
8716 "classmap": [
8717 "Resources/stubs"
8718 ]
8719 },
8720 "notification-url": "https://packagist.org/downloads/",
8721 "license": [
8722 "MIT"
8723 ],
8724 "authors": [
8725 {
8726 "name": "Nicolas Grekas",
8727 "email": "p@tchwork.com"
8728 },
8729 {
8730 "name": "Symfony Community",
8731 "homepage": "https://symfony.com/contributors"
8732 }
8733 ],
8734 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8735 "homepage": "https://symfony.com",
8736 "keywords": [
8737 "compatibility",
8738 "polyfill",
8739 "portable",
8740 "shim"
8741 ],
1576905e 8742 "time": "2019-08-06T08:03:45+00:00"
e06303d8 8743 },
6546aca4
JB
8744 {
8745 "name": "symfony/polyfill-util",
1576905e 8746 "version": "v1.12.0",
6546aca4
JB
8747 "source": {
8748 "type": "git",
8749 "url": "https://github.com/symfony/polyfill-util.git",
1576905e 8750 "reference": "4317de1386717b4c22caed7725350a8887ab205c"
6546aca4
JB
8751 },
8752 "dist": {
8753 "type": "zip",
1576905e
JB
8754 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c",
8755 "reference": "4317de1386717b4c22caed7725350a8887ab205c",
6546aca4
JB
8756 "shasum": ""
8757 },
8758 "require": {
8759 "php": ">=5.3.3"
8760 },
8761 "type": "library",
8762 "extra": {
8763 "branch-alias": {
1576905e 8764 "dev-master": "1.12-dev"
6546aca4
JB
8765 }
8766 },
8767 "autoload": {
8768 "psr-4": {
8769 "Symfony\\Polyfill\\Util\\": ""
8770 }
8771 },
8772 "notification-url": "https://packagist.org/downloads/",
8773 "license": [
8774 "MIT"
8775 ],
8776 "authors": [
8777 {
8778 "name": "Nicolas Grekas",
8779 "email": "p@tchwork.com"
8780 },
8781 {
8782 "name": "Symfony Community",
8783 "homepage": "https://symfony.com/contributors"
8784 }
8785 ],
8786 "description": "Symfony utilities for portability of PHP codes",
8787 "homepage": "https://symfony.com",
8788 "keywords": [
8789 "compat",
8790 "compatibility",
8791 "polyfill",
8792 "shim"
8793 ],
1576905e 8794 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8795 },
8796 {
8797 "name": "symfony/swiftmailer-bundle",
a2f4efe6 8798 "version": "v3.2.8",
6546aca4
JB
8799 "source": {
8800 "type": "git",
8801 "url": "https://github.com/symfony/swiftmailer-bundle.git",
a2f4efe6 8802 "reference": "cb125b3648f132fb8070b55393f20cb310907d3b"
6546aca4
JB
8803 },
8804 "dist": {
8805 "type": "zip",
a2f4efe6
JB
8806 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/cb125b3648f132fb8070b55393f20cb310907d3b",
8807 "reference": "cb125b3648f132fb8070b55393f20cb310907d3b",
6546aca4
JB
8808 "shasum": ""
8809 },
8810 "require": {
8811 "php": ">=7.0.0",
8812 "swiftmailer/swiftmailer": "^6.1.3",
8813 "symfony/config": "~2.8|~3.3|~4.0",
8814 "symfony/dependency-injection": "~2.7|~3.3|~4.0",
8815 "symfony/http-kernel": "~2.7|~3.3|~4.0"
8816 },
a2f4efe6
JB
8817 "conflict": {
8818 "twig/twig": "<1.41|<2.10"
8819 },
6546aca4
JB
8820 "require-dev": {
8821 "symfony/console": "~2.7|~3.3|~4.0",
8822 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
8823 "symfony/phpunit-bridge": "~3.3|~4.0",
8824 "symfony/yaml": "~2.7|~3.3|~4.0"
8825 },
8826 "suggest": {
8827 "psr/log": "Allows logging"
8828 },
8829 "type": "symfony-bundle",
8830 "extra": {
8831 "branch-alias": {
8832 "dev-master": "3.2-dev"
8833 }
8834 },
8835 "autoload": {
8836 "psr-4": {
8837 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
8838 },
8839 "exclude-from-classmap": [
8840 "/Tests/"
8841 ]
8842 },
8843 "notification-url": "https://packagist.org/downloads/",
8844 "license": [
8845 "MIT"
8846 ],
8847 "authors": [
8848 {
8849 "name": "Symfony Community",
8850 "homepage": "http://symfony.com/contributors"
8851 },
8852 {
8853 "name": "Fabien Potencier",
8854 "email": "fabien@symfony.com"
8855 }
8856 ],
8857 "description": "Symfony SwiftmailerBundle",
8858 "homepage": "http://symfony.com",
a2f4efe6 8859 "time": "2019-06-18T15:27:04+00:00"
6546aca4
JB
8860 },
8861 {
8862 "name": "symfony/symfony",
41fd6487 8863 "version": "v3.4.32",
6546aca4
JB
8864 "source": {
8865 "type": "git",
8866 "url": "https://github.com/symfony/symfony.git",
41fd6487 8867 "reference": "2815d1fa34d417b8b87450667f166edbefff3177"
6546aca4
JB
8868 },
8869 "dist": {
8870 "type": "zip",
41fd6487 8871 "url": "https://api.github.com/repos/symfony/symfony/zipball/2815d1fa34d417b8b87450667f166edbefff3177",
8872 "reference": "2815d1fa34d417b8b87450667f166edbefff3177",
6546aca4
JB
8873 "shasum": ""
8874 },
8875 "require": {
8876 "doctrine/common": "~2.4",
8877 "ext-xml": "*",
8878 "fig/link-util": "^1.0",
8879 "php": "^5.5.9|>=7.0.8",
8880 "psr/cache": "~1.0",
8881 "psr/container": "^1.0",
8882 "psr/link": "^1.0",
8883 "psr/log": "~1.0",
8884 "psr/simple-cache": "^1.0",
8885 "symfony/polyfill-apcu": "~1.1",
8886 "symfony/polyfill-ctype": "~1.8",
8887 "symfony/polyfill-intl-icu": "~1.0",
8888 "symfony/polyfill-mbstring": "~1.0",
8889 "symfony/polyfill-php56": "~1.0",
8890 "symfony/polyfill-php70": "~1.6",
a123881a 8891 "twig/twig": "^1.41|^2.10"
6546aca4
JB
8892 },
8893 "conflict": {
8894 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
8895 "phpdocumentor/type-resolver": "<0.3.0",
8896 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
8897 },
8898 "provide": {
8899 "psr/cache-implementation": "1.0",
8900 "psr/container-implementation": "1.0",
8901 "psr/log-implementation": "1.0",
8902 "psr/simple-cache-implementation": "1.0"
8903 },
8904 "replace": {
8905 "symfony/asset": "self.version",
8906 "symfony/browser-kit": "self.version",
8907 "symfony/cache": "self.version",
8908 "symfony/class-loader": "self.version",
8909 "symfony/config": "self.version",
8910 "symfony/console": "self.version",
8911 "symfony/css-selector": "self.version",
8912 "symfony/debug": "self.version",
8913 "symfony/debug-bundle": "self.version",
8914 "symfony/dependency-injection": "self.version",
8915 "symfony/doctrine-bridge": "self.version",
8916 "symfony/dom-crawler": "self.version",
8917 "symfony/dotenv": "self.version",
8918 "symfony/event-dispatcher": "self.version",
8919 "symfony/expression-language": "self.version",
8920 "symfony/filesystem": "self.version",
8921 "symfony/finder": "self.version",
8922 "symfony/form": "self.version",
8923 "symfony/framework-bundle": "self.version",
8924 "symfony/http-foundation": "self.version",
8925 "symfony/http-kernel": "self.version",
8926 "symfony/inflector": "self.version",
8927 "symfony/intl": "self.version",
8928 "symfony/ldap": "self.version",
8929 "symfony/lock": "self.version",
8930 "symfony/monolog-bridge": "self.version",
8931 "symfony/options-resolver": "self.version",
8932 "symfony/process": "self.version",
8933 "symfony/property-access": "self.version",
8934 "symfony/property-info": "self.version",
8935 "symfony/proxy-manager-bridge": "self.version",
8936 "symfony/routing": "self.version",
8937 "symfony/security": "self.version",
8938 "symfony/security-bundle": "self.version",
8939 "symfony/security-core": "self.version",
8940 "symfony/security-csrf": "self.version",
8941 "symfony/security-guard": "self.version",
8942 "symfony/security-http": "self.version",
8943 "symfony/serializer": "self.version",
8944 "symfony/stopwatch": "self.version",
8945 "symfony/templating": "self.version",
8946 "symfony/translation": "self.version",
8947 "symfony/twig-bridge": "self.version",
8948 "symfony/twig-bundle": "self.version",
8949 "symfony/validator": "self.version",
8950 "symfony/var-dumper": "self.version",
8951 "symfony/web-link": "self.version",
8952 "symfony/web-profiler-bundle": "self.version",
8953 "symfony/web-server-bundle": "self.version",
8954 "symfony/workflow": "self.version",
8955 "symfony/yaml": "self.version"
8956 },
8957 "require-dev": {
8958 "cache/integration-tests": "dev-master",
8959 "doctrine/annotations": "~1.0",
8960 "doctrine/cache": "~1.6",
8961 "doctrine/data-fixtures": "1.0.*",
8962 "doctrine/dbal": "~2.4",
8963 "doctrine/doctrine-bundle": "~1.4",
8964 "doctrine/orm": "~2.4,>=2.4.5",
8965 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
8966 "monolog/monolog": "~1.11",
8967 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
8968 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
8969 "predis/predis": "~1.0",
a123881a 8970 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
6546aca4
JB
8971 "symfony/security-acl": "~2.8|~3.0"
8972 },
8973 "type": "library",
8974 "extra": {
8975 "branch-alias": {
8976 "dev-master": "3.4-dev"
8977 }
8978 },
8979 "autoload": {
8980 "psr-4": {
8981 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
8982 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
8983 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
8984 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
8985 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
8986 "Symfony\\Component\\": "src/Symfony/Component/"
8987 },
8988 "classmap": [
41fd6487 8989 "src/Symfony/Component/Intl/Resources/stubs"
6546aca4
JB
8990 ],
8991 "exclude-from-classmap": [
8992 "**/Tests/"
8993 ]
8994 },
8995 "notification-url": "https://packagist.org/downloads/",
8996 "license": [
8997 "MIT"
8998 ],
8999 "authors": [
9000 {
9001 "name": "Fabien Potencier",
9002 "email": "fabien@symfony.com"
9003 },
9004 {
9005 "name": "Symfony Community",
9006 "homepage": "https://symfony.com/contributors"
9007 }
9008 ],
9009 "description": "The Symfony PHP framework",
9010 "homepage": "https://symfony.com",
9011 "keywords": [
9012 "framework"
9013 ],
41fd6487 9014 "time": "2019-10-07T14:42:16+00:00"
6546aca4
JB
9015 },
9016 {
9017 "name": "true/punycode",
9018 "version": "v2.1.1",
9019 "source": {
9020 "type": "git",
9021 "url": "https://github.com/true/php-punycode.git",
9022 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9023 },
9024 "dist": {
9025 "type": "zip",
9026 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9027 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9028 "shasum": ""
9029 },
9030 "require": {
9031 "php": ">=5.3.0",
9032 "symfony/polyfill-mbstring": "^1.3"
9033 },
9034 "require-dev": {
9035 "phpunit/phpunit": "~4.7",
9036 "squizlabs/php_codesniffer": "~2.0"
9037 },
9038 "type": "library",
9039 "autoload": {
9040 "psr-4": {
9041 "TrueBV\\": "src/"
9042 }
9043 },
9044 "notification-url": "https://packagist.org/downloads/",
9045 "license": [
9046 "MIT"
9047 ],
9048 "authors": [
9049 {
9050 "name": "Renan Gonçalves",
9051 "email": "renan.saddam@gmail.com"
9052 }
9053 ],
9054 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9055 "homepage": "https://github.com/true/php-punycode",
9056 "keywords": [
9057 "idna",
9058 "punycode"
9059 ],
9060 "time": "2016-11-16T10:37:54+00:00"
9061 },
9062 {
9063 "name": "twig/extensions",
9064 "version": "v1.5.4",
9065 "source": {
9066 "type": "git",
9067 "url": "https://github.com/twigphp/Twig-extensions.git",
9068 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9069 },
9070 "dist": {
9071 "type": "zip",
9072 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9073 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9074 "shasum": ""
9075 },
9076 "require": {
9077 "twig/twig": "^1.27|^2.0"
9078 },
9079 "require-dev": {
9080 "symfony/phpunit-bridge": "^3.4",
9081 "symfony/translation": "^2.7|^3.4"
9082 },
9083 "suggest": {
9084 "symfony/translation": "Allow the time_diff output to be translated"
9085 },
9086 "type": "library",
9087 "extra": {
9088 "branch-alias": {
9089 "dev-master": "1.5-dev"
9090 }
9091 },
9092 "autoload": {
9093 "psr-0": {
9094 "Twig_Extensions_": "lib/"
9095 },
9096 "psr-4": {
9097 "Twig\\Extensions\\": "src/"
9098 }
9099 },
9100 "notification-url": "https://packagist.org/downloads/",
9101 "license": [
9102 "MIT"
9103 ],
9104 "authors": [
9105 {
9106 "name": "Fabien Potencier",
9107 "email": "fabien@symfony.com"
9108 }
9109 ],
9110 "description": "Common additional features for Twig that do not directly belong in core",
9111 "keywords": [
9112 "i18n",
9113 "text"
9114 ],
9115 "time": "2018-12-05T18:34:18+00:00"
9116 },
9117 {
9118 "name": "twig/twig",
41fd6487 9119 "version": "v2.12.0",
6546aca4
JB
9120 "source": {
9121 "type": "git",
9122 "url": "https://github.com/twigphp/Twig.git",
41fd6487 9123 "reference": "c7a85fd08348ca04b4d8f234f49583d9910906aa"
6546aca4
JB
9124 },
9125 "dist": {
9126 "type": "zip",
41fd6487 9127 "url": "https://api.github.com/repos/twigphp/Twig/zipball/c7a85fd08348ca04b4d8f234f49583d9910906aa",
9128 "reference": "c7a85fd08348ca04b4d8f234f49583d9910906aa",
6546aca4
JB
9129 "shasum": ""
9130 },
9131 "require": {
a2f4efe6
JB
9132 "php": "^7.0",
9133 "symfony/polyfill-ctype": "^1.8",
9134 "symfony/polyfill-mbstring": "^1.3"
6546aca4
JB
9135 },
9136 "require-dev": {
9137 "psr/container": "^1.0",
41fd6487 9138 "symfony/debug": "^3.4|^4.2",
9139 "symfony/phpunit-bridge": "^4.4@dev|^5.0"
6546aca4
JB
9140 },
9141 "type": "library",
9142 "extra": {
9143 "branch-alias": {
41fd6487 9144 "dev-master": "2.12-dev"
6546aca4
JB
9145 }
9146 },
9147 "autoload": {
9148 "psr-0": {
9149 "Twig_": "lib/"
9150 },
9151 "psr-4": {
9152 "Twig\\": "src/"
9153 }
9154 },
9155 "notification-url": "https://packagist.org/downloads/",
9156 "license": [
9157 "BSD-3-Clause"
9158 ],
9159 "authors": [
9160 {
9161 "name": "Fabien Potencier",
9162 "email": "fabien@symfony.com",
cc7b2b91 9163 "homepage": "http://fabien.potencier.org",
9164 "role": "Lead Developer"
6546aca4 9165 },
6546aca4
JB
9166 {
9167 "name": "Twig Team",
cc7b2b91 9168 "homepage": "https://twig.symfony.com/contributors",
9169 "role": "Contributors"
41fd6487 9170 },
9171 {
9172 "name": "Armin Ronacher",
9173 "email": "armin.ronacher@active-4.com",
9174 "role": "Project Founder"
6546aca4
JB
9175 }
9176 ],
9177 "description": "Twig, the flexible, fast, and secure template language for PHP",
9178 "homepage": "https://twig.symfony.com",
9179 "keywords": [
9180 "templating"
9181 ],
41fd6487 9182 "time": "2019-10-05T16:42:38+00:00"
6546aca4
JB
9183 },
9184 {
9185 "name": "wallabag/php-mobi",
1576905e 9186 "version": "1.1.0",
6546aca4
JB
9187 "source": {
9188 "type": "git",
9189 "url": "https://github.com/wallabag/php-mobi.git",
1576905e 9190 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
6546aca4
JB
9191 },
9192 "dist": {
9193 "type": "zip",
1576905e
JB
9194 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9195 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
6546aca4
JB
9196 "shasum": ""
9197 },
9198 "require": {
1576905e
JB
9199 "php": ">=5.3.0",
9200 "symfony/polyfill-mbstring": "^1.12"
6546aca4
JB
9201 },
9202 "type": "library",
9203 "autoload": {
9204 "files": [
9205 "MOBIClass/MOBI.php"
9206 ]
9207 },
9208 "notification-url": "https://packagist.org/downloads/",
9209 "license": [
9210 "Apache-2.0"
9211 ],
9212 "authors": [
6546aca4
JB
9213 {
9214 "name": "Sander Kromwijk",
cc7b2b91 9215 "email": "s.kromwijk@gmail.co",
9216 "role": "Original developer"
1576905e
JB
9217 },
9218 {
9219 "name": "Nicolas Lœuillet",
9220 "email": "nicolas@loeuillet.org",
9221 "homepage": "http://www.cdetc.fr"
6546aca4
JB
9222 }
9223 ],
9224 "description": "A Mobipocket file (.mobi) creator in PHP.",
1576905e
JB
9225 "homepage": "https://github.com/wallabag/php-mobi",
9226 "time": "2019-08-08T12:26:23+00:00"
6546aca4
JB
9227 },
9228 {
9229 "name": "wallabag/tcpdf",
9230 "version": "6.2.26",
9231 "source": {
9232 "type": "git",
9233 "url": "https://github.com/wallabag/TCPDF.git",
9234 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9235 },
9236 "dist": {
9237 "type": "zip",
9238 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9239 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9240 "shasum": ""
9241 },
9242 "require": {
9243 "php": ">=5.3.0"
9244 },
9245 "replace": {
9246 "tecnickcom/tcpdf": "6.2.*"
9247 },
9248 "type": "library",
9249 "autoload": {
9250 "classmap": [
9251 "fonts",
9252 "config",
9253 "include",
9254 "tcpdf.php",
9255 "tcpdf_parser.php",
9256 "tcpdf_import.php",
9257 "tcpdf_barcodes_1d.php",
9258 "tcpdf_barcodes_2d.php",
9259 "include/tcpdf_colors.php",
9260 "include/tcpdf_filters.php",
9261 "include/tcpdf_font_data.php",
9262 "include/tcpdf_fonts.php",
9263 "include/tcpdf_images.php",
9264 "include/tcpdf_static.php",
9265 "include/barcodes/datamatrix.php",
9266 "include/barcodes/pdf417.php",
9267 "include/barcodes/qrcode.php"
9268 ]
9269 },
9270 "notification-url": "https://packagist.org/downloads/",
9271 "license": [
9272 "LGPL-3.0"
9273 ],
9274 "authors": [
9275 {
9276 "name": "Nicola Asuni",
9277 "email": "info@tecnick.com",
2133ca31 9278 "homepage": "http://nicolaasuni.tecnick.com",
9279 "role": "Main developer"
6546aca4
JB
9280 },
9281 {
9282 "name": "wallabag/core",
2133ca31 9283 "homepage": "https://www.wallabag.org",
9284 "role": "Developers"
6546aca4
JB
9285 }
9286 ],
9287 "description": "Keeping a working 6.2.x TCPDF version.",
9288 "homepage": "https://www.wallabag.org/",
9289 "keywords": [
9290 "PDFD32000-2008",
9291 "TCPDF",
9292 "barcodes",
9293 "datamatrix",
9294 "pdf",
9295 "pdf417",
9296 "qrcode"
9297 ],
9298 "time": "2018-10-25T06:56:14+00:00"
9299 },
9300 {
9301 "name": "white-october/pagerfanta-bundle",
9302 "version": "v1.2.4",
9303 "source": {
9304 "type": "git",
9305 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9306 "reference": "19bf14bf8c72e4205c9ca97028436701fe3991a6"
9307 },
9308 "dist": {
9309 "type": "zip",
9310 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/19bf14bf8c72e4205c9ca97028436701fe3991a6",
9311 "reference": "19bf14bf8c72e4205c9ca97028436701fe3991a6",
9312 "shasum": ""
9313 },
9314 "require": {
9315 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9316 "php": ">=5.3",
9317 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9318 "symfony/property-access": "~2.3|~3.0|~4.0",
9319 "symfony/translation": "~2.3|~3.0|~4.0",
9320 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9321 },
9322 "require-dev": {
9323 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9324 "symfony/symfony": "~2.3|~3.0|~4.0"
9325 },
9326 "type": "symfony-bundle",
9327 "extra": {
9328 "branch-alias": {
9329 "dev-master": "1.0.x-dev"
9330 }
9331 },
9332 "autoload": {
9333 "psr-4": {
9334 "WhiteOctober\\PagerfantaBundle\\": ""
9335 },
9336 "exclude-from-classmap": [
9337 "Tests/",
9338 "TestsProject/"
9339 ]
9340 },
9341 "notification-url": "https://packagist.org/downloads/",
9342 "license": [
9343 "MIT"
9344 ],
9345 "authors": [
9346 {
9347 "name": "Pablo Díez",
9348 "email": "pablodip@gmail.com"
9349 }
9350 ],
9351 "description": "Bundle to use Pagerfanta with Symfony2",
9352 "keywords": [
9353 "page",
9354 "paging"
9355 ],
9356 "time": "2019-02-14T08:42:52+00:00"
9357 },
9358 {
9359 "name": "willdurand/hateoas",
9360 "version": "2.12.0",
9361 "source": {
9362 "type": "git",
9363 "url": "https://github.com/willdurand/Hateoas.git",
9364 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9365 },
9366 "dist": {
9367 "type": "zip",
9368 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9369 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9370 "shasum": ""
9371 },
9372 "require": {
9373 "doctrine/annotations": "~1.0",
9374 "doctrine/common": "~2.0",
9375 "jms/metadata": "~1.1",
9376 "jms/serializer": "^1.7",
9377 "php": "^5.5|^7.0",
9378 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9379 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9380 },
9381 "require-dev": {
9382 "pagerfanta/pagerfanta": "~1.0",
9383 "phpunit/phpunit": "~5",
9384 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9385 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9386 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9387 "twig/twig": "~1.12"
9388 },
9389 "suggest": {
9390 "symfony/routing": "To use the SymfonyRouteFactory.",
9391 "symfony/yaml": "To use yaml based configuration.",
9392 "twig/twig": "To use the Twig extensions."
9393 },
9394 "type": "library",
9395 "extra": {
9396 "branch-alias": {
9397 "dev-master": "2.12-dev"
9398 }
9399 },
9400 "autoload": {
9401 "psr-0": {
9402 "Hateoas": "src/"
9403 }
9404 },
9405 "notification-url": "https://packagist.org/downloads/",
9406 "license": [
9407 "MIT"
9408 ],
9409 "authors": [
9410 {
9411 "name": "Adrien Brault",
9412 "email": "adrien.brault@gmail.com"
9413 },
9414 {
dab8b395 9415 "name": "William DURAND",
6546aca4
JB
9416 "email": "william.durand1@gmail.com"
9417 }
9418 ],
9419 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9420 "time": "2018-02-23T17:05:31+00:00"
9421 },
9422 {
9423 "name": "willdurand/hateoas-bundle",
9424 "version": "1.4.0",
9425 "source": {
9426 "type": "git",
9427 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9428 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9429 },
9430 "dist": {
9431 "type": "zip",
9432 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9433 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9434 "shasum": ""
9435 },
9436 "require": {
9437 "jms/serializer-bundle": "~1.0 || ^2.0",
9438 "php": ">5.4 |^7.0",
9439 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9440 "willdurand/hateoas": "^2.10.0"
9441 },
9442 "require-dev": {
9443 "phpunit/phpunit": "~4.5 || ~5.0",
9444 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9445 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9446 "twig/twig": "~1.12"
9447 },
9448 "type": "symfony-bundle",
9449 "extra": {
9450 "branch-alias": {
9451 "dev-master": "1.4-dev"
9452 }
9453 },
9454 "autoload": {
9455 "psr-4": {
9456 "Bazinga\\Bundle\\HateoasBundle\\": ""
9457 }
9458 },
9459 "notification-url": "https://packagist.org/downloads/",
9460 "license": [
9461 "MIT"
9462 ],
9463 "authors": [
9464 {
dab8b395 9465 "name": "William DURAND",
6546aca4
JB
9466 "email": "william.durand1@gmail.com"
9467 }
9468 ],
9469 "description": "Integration of Hateoas into Symfony2.",
9470 "keywords": [
9471 "HATEOAS",
9472 "rest"
9473 ],
9474 "time": "2018-01-27T13:03:07+00:00"
9475 },
9476 {
9477 "name": "willdurand/jsonp-callback-validator",
9478 "version": "v1.1.0",
9479 "source": {
9480 "type": "git",
9481 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9482 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9483 },
9484 "dist": {
9485 "type": "zip",
9486 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9487 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9488 "shasum": ""
9489 },
9490 "require": {
9491 "php": ">=5.3.0"
9492 },
9493 "require-dev": {
9494 "phpunit/phpunit": "~3.7"
9495 },
9496 "type": "library",
9497 "autoload": {
9498 "psr-0": {
9499 "JsonpCallbackValidator": "src/"
9500 }
9501 },
9502 "notification-url": "https://packagist.org/downloads/",
9503 "license": [
9504 "MIT"
9505 ],
9506 "authors": [
9507 {
9508 "name": "William Durand",
9509 "email": "william.durand1@gmail.com",
9510 "homepage": "http://www.willdurand.fr"
9511 }
9512 ],
9513 "description": "JSONP callback validator.",
9514 "time": "2014-01-20T22:35:06+00:00"
9515 },
9516 {
9517 "name": "willdurand/negotiation",
9518 "version": "v2.3.1",
9519 "source": {
9520 "type": "git",
9521 "url": "https://github.com/willdurand/Negotiation.git",
9522 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9523 },
9524 "dist": {
9525 "type": "zip",
9526 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9527 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9528 "shasum": ""
9529 },
9530 "require": {
9531 "php": ">=5.4.0"
9532 },
9533 "require-dev": {
9534 "phpunit/phpunit": "~4.5"
9535 },
9536 "type": "library",
9537 "extra": {
9538 "branch-alias": {
9539 "dev-master": "2.3-dev"
9540 }
9541 },
9542 "autoload": {
9543 "psr-4": {
9544 "Negotiation\\": "src/Negotiation"
9545 }
9546 },
9547 "notification-url": "https://packagist.org/downloads/",
9548 "license": [
9549 "MIT"
9550 ],
9551 "authors": [
9552 {
9553 "name": "William Durand",
9554 "email": "will+git@drnd.me"
9555 }
9556 ],
9557 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9558 "homepage": "http://williamdurand.fr/Negotiation/",
9559 "keywords": [
9560 "accept",
9561 "content",
9562 "format",
9563 "header",
9564 "negotiation"
9565 ],
9566 "time": "2017-05-14T17:21:12+00:00"
9567 },
9568 {
9569 "name": "zendframework/zend-code",
3f2e602f 9570 "version": "3.3.2",
6546aca4
JB
9571 "source": {
9572 "type": "git",
9573 "url": "https://github.com/zendframework/zend-code.git",
3f2e602f 9574 "reference": "936fa7ad4d53897ea3e3eb41b5b760828246a20b"
6546aca4
JB
9575 },
9576 "dist": {
9577 "type": "zip",
3f2e602f
JB
9578 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/936fa7ad4d53897ea3e3eb41b5b760828246a20b",
9579 "reference": "936fa7ad4d53897ea3e3eb41b5b760828246a20b",
6546aca4
JB
9580 "shasum": ""
9581 },
9582 "require": {
9583 "php": "^7.1",
9584 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9585 },
9586 "require-dev": {
3f2e602f 9587 "doctrine/annotations": "^1.0",
6546aca4 9588 "ext-phar": "*",
3f2e602f
JB
9589 "phpunit/phpunit": "^7.5.15",
9590 "zendframework/zend-coding-standard": "^1.0",
6546aca4
JB
9591 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9592 },
9593 "suggest": {
9594 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9595 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9596 },
9597 "type": "library",
9598 "extra": {
9599 "branch-alias": {
9600 "dev-master": "3.3.x-dev",
9601 "dev-develop": "3.4.x-dev"
9602 }
9603 },
9604 "autoload": {
9605 "psr-4": {
9606 "Zend\\Code\\": "src/"
9607 }
9608 },
9609 "notification-url": "https://packagist.org/downloads/",
9610 "license": [
9611 "BSD-3-Clause"
9612 ],
3f2e602f 9613 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
6546aca4 9614 "keywords": [
3f2e602f 9615 "ZendFramework",
6546aca4 9616 "code",
3f2e602f 9617 "zf"
6546aca4 9618 ],
3f2e602f 9619 "time": "2019-08-31T14:14:34+00:00"
6546aca4 9620 },
955a3bde
JB
9621 {
9622 "name": "zendframework/zend-diactoros",
9a80dcf1 9623 "version": "2.1.3",
955a3bde
JB
9624 "source": {
9625 "type": "git",
9626 "url": "https://github.com/zendframework/zend-diactoros.git",
9a80dcf1 9627 "reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1"
955a3bde
JB
9628 },
9629 "dist": {
9630 "type": "zip",
9a80dcf1
JB
9631 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/279723778c40164bcf984a2df12ff2c6ec5e61c1",
9632 "reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1",
955a3bde
JB
9633 "shasum": ""
9634 },
9635 "require": {
9636 "php": "^7.1",
9637 "psr/http-factory": "^1.0",
9638 "psr/http-message": "^1.0"
9639 },
9640 "provide": {
9641 "psr/http-factory-implementation": "1.0",
9642 "psr/http-message-implementation": "1.0"
9643 },
9644 "require-dev": {
9645 "ext-dom": "*",
9646 "ext-libxml": "*",
9647 "http-interop/http-factory-tests": "^0.5.0",
9648 "php-http/psr7-integration-tests": "dev-master",
9649 "phpunit/phpunit": "^7.0.2",
9650 "zendframework/zend-coding-standard": "~1.0.0"
9651 },
9652 "type": "library",
9653 "extra": {
9654 "branch-alias": {
9655 "dev-master": "2.1.x-dev",
9656 "dev-develop": "2.2.x-dev",
9657 "dev-release-1.8": "1.8.x-dev"
9658 }
9659 },
9660 "autoload": {
9661 "files": [
9662 "src/functions/create_uploaded_file.php",
9663 "src/functions/marshal_headers_from_sapi.php",
9664 "src/functions/marshal_method_from_sapi.php",
9665 "src/functions/marshal_protocol_version_from_sapi.php",
9666 "src/functions/marshal_uri_from_sapi.php",
9667 "src/functions/normalize_server.php",
9668 "src/functions/normalize_uploaded_files.php",
9669 "src/functions/parse_cookie_header.php"
9670 ],
9671 "psr-4": {
9672 "Zend\\Diactoros\\": "src/"
9673 }
9674 },
9675 "notification-url": "https://packagist.org/downloads/",
9676 "license": [
9677 "BSD-3-Clause"
9678 ],
9679 "description": "PSR HTTP Message implementations",
9680 "keywords": [
9681 "http",
9682 "psr",
9683 "psr-7"
9684 ],
9a80dcf1 9685 "time": "2019-07-10T16:13:25+00:00"
955a3bde 9686 },
6546aca4
JB
9687 {
9688 "name": "zendframework/zend-eventmanager",
9689 "version": "3.2.1",
9690 "source": {
9691 "type": "git",
9692 "url": "https://github.com/zendframework/zend-eventmanager.git",
9693 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9694 },
9695 "dist": {
9696 "type": "zip",
9697 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9698 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9699 "shasum": ""
9700 },
9701 "require": {
9702 "php": "^5.6 || ^7.0"
9703 },
9704 "require-dev": {
9705 "athletic/athletic": "^0.1",
9706 "container-interop/container-interop": "^1.1.0",
9707 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9708 "zendframework/zend-coding-standard": "~1.0.0",
9709 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9710 },
9711 "suggest": {
9712 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9713 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9714 },
9715 "type": "library",
9716 "extra": {
9717 "branch-alias": {
9718 "dev-master": "3.2-dev",
9719 "dev-develop": "3.3-dev"
9720 }
9721 },
9722 "autoload": {
9723 "psr-4": {
9724 "Zend\\EventManager\\": "src/"
9725 }
9726 },
9727 "notification-url": "https://packagist.org/downloads/",
9728 "license": [
9729 "BSD-3-Clause"
9730 ],
9731 "description": "Trigger and listen to events within a PHP application",
9732 "homepage": "https://github.com/zendframework/zend-eventmanager",
9733 "keywords": [
9734 "event",
9735 "eventmanager",
9736 "events",
9737 "zf2"
9738 ],
9739 "time": "2018-04-25T15:33:34+00:00"
9740 }
9741 ],
9742 "packages-dev": [
9743 {
9744 "name": "composer/semver",
9745 "version": "1.5.0",
9746 "source": {
9747 "type": "git",
9748 "url": "https://github.com/composer/semver.git",
9749 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9750 },
9751 "dist": {
9752 "type": "zip",
9753 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9754 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9755 "shasum": ""
9756 },
9757 "require": {
9758 "php": "^5.3.2 || ^7.0"
9759 },
9760 "require-dev": {
9761 "phpunit/phpunit": "^4.5 || ^5.0.5",
9762 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9763 },
9764 "type": "library",
9765 "extra": {
9766 "branch-alias": {
9767 "dev-master": "1.x-dev"
9768 }
9769 },
9770 "autoload": {
9771 "psr-4": {
9772 "Composer\\Semver\\": "src"
9773 }
9774 },
9775 "notification-url": "https://packagist.org/downloads/",
9776 "license": [
9777 "MIT"
9778 ],
9779 "authors": [
9780 {
9781 "name": "Nils Adermann",
9782 "email": "naderman@naderman.de",
9783 "homepage": "http://www.naderman.de"
9784 },
9785 {
9786 "name": "Jordi Boggiano",
9787 "email": "j.boggiano@seld.be",
9788 "homepage": "http://seld.be"
9789 },
9790 {
9791 "name": "Rob Bast",
9792 "email": "rob.bast@gmail.com",
9793 "homepage": "http://robbast.nl"
9794 }
9795 ],
9796 "description": "Semver library that offers utilities, version constraint parsing and validation.",
9797 "keywords": [
9798 "semantic",
9799 "semver",
9800 "validation",
9801 "versioning"
9802 ],
9803 "time": "2019-03-19T17:25:45+00:00"
9804 },
9805 {
9806 "name": "composer/xdebug-handler",
9807 "version": "1.3.3",
9808 "source": {
9809 "type": "git",
9810 "url": "https://github.com/composer/xdebug-handler.git",
9811 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f"
9812 },
9813 "dist": {
9814 "type": "zip",
9815 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f",
9816 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f",
9817 "shasum": ""
9818 },
9819 "require": {
9820 "php": "^5.3.2 || ^7.0",
9821 "psr/log": "^1.0"
9822 },
9823 "require-dev": {
9824 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
9825 },
9826 "type": "library",
9827 "autoload": {
9828 "psr-4": {
9829 "Composer\\XdebugHandler\\": "src"
9830 }
9831 },
9832 "notification-url": "https://packagist.org/downloads/",
9833 "license": [
9834 "MIT"
9835 ],
9836 "authors": [
9837 {
9838 "name": "John Stevenson",
9839 "email": "john-stevenson@blueyonder.co.uk"
9840 }
9841 ],
9842 "description": "Restarts a process without xdebug.",
9843 "keywords": [
9844 "Xdebug",
9845 "performance"
9846 ],
9847 "time": "2019-05-27T17:52:04+00:00"
9848 },
9849 {
9850 "name": "dama/doctrine-test-bundle",
9851 "version": "v5.0.3",
9852 "source": {
9853 "type": "git",
9854 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
9855 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
9856 },
9857 "dist": {
9858 "type": "zip",
9859 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
9860 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
9861 "shasum": ""
9862 },
9863 "require": {
9864 "doctrine/dbal": "~2.5",
9865 "doctrine/doctrine-bundle": "~1.4",
9866 "php": "^7.1",
9867 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
9868 },
9869 "require-dev": {
9870 "phpunit/phpunit": "~6.0|~7.0|~8.0",
9871 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
9872 "symfony/yaml": "~2.8|~3.0|~4.0"
9873 },
9874 "type": "symfony-bundle",
9875 "extra": {
9876 "branch-alias": {
9877 "dev-master": "5.1.x-dev"
9878 }
9879 },
9880 "autoload": {
9881 "psr-4": {
9882 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
9883 }
9884 },
9885 "notification-url": "https://packagist.org/downloads/",
9886 "license": [
9887 "MIT"
9888 ],
9889 "authors": [
9890 {
9891 "name": "David Maicher",
9892 "email": "mail@dmaicher.de"
9893 }
9894 ],
9895 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
9896 "keywords": [
9897 "Symfony 3",
9898 "Symfony 4",
9899 "doctrine",
9900 "isolation",
9901 "performance",
9902 "symfony",
9903 "symfony 2",
9904 "tests"
9905 ],
9906 "time": "2019-03-22T10:34:17+00:00"
9907 },
9908 {
9909 "name": "doctrine/data-fixtures",
9a80dcf1 9910 "version": "v1.3.2",
6546aca4
JB
9911 "source": {
9912 "type": "git",
9913 "url": "https://github.com/doctrine/data-fixtures.git",
9a80dcf1 9914 "reference": "09b16943b27f3d80d63988d100ff256148c2f78b"
6546aca4
JB
9915 },
9916 "dist": {
9917 "type": "zip",
9a80dcf1
JB
9918 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/09b16943b27f3d80d63988d100ff256148c2f78b",
9919 "reference": "09b16943b27f3d80d63988d100ff256148c2f78b",
6546aca4
JB
9920 "shasum": ""
9921 },
9922 "require": {
9923 "doctrine/common": "~2.2",
9924 "php": "^7.1"
9925 },
9926 "conflict": {
9927 "doctrine/phpcr-odm": "<1.3.0"
9928 },
9929 "require-dev": {
9930 "doctrine/dbal": "^2.5.4",
9931 "doctrine/orm": "^2.5.4",
9932 "phpunit/phpunit": "^7.0"
9933 },
9934 "suggest": {
9935 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
9936 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
9937 "doctrine/orm": "For loading ORM fixtures",
9938 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
9939 },
9940 "type": "library",
9941 "extra": {
9942 "branch-alias": {
9943 "dev-master": "1.3.x-dev"
9944 }
9945 },
9946 "autoload": {
9947 "psr-4": {
9948 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
9949 }
9950 },
9951 "notification-url": "https://packagist.org/downloads/",
9952 "license": [
9953 "MIT"
9954 ],
9955 "authors": [
9956 {
9957 "name": "Jonathan Wage",
9958 "email": "jonwage@gmail.com"
9959 }
9960 ],
9961 "description": "Data Fixtures for all Doctrine Object Managers",
9962 "homepage": "http://www.doctrine-project.org",
9963 "keywords": [
9964 "database"
9965 ],
9a80dcf1 9966 "time": "2019-07-10T18:30:35+00:00"
6546aca4
JB
9967 },
9968 {
9969 "name": "doctrine/doctrine-fixtures-bundle",
be8e2916 9970 "version": "3.2.2",
6546aca4
JB
9971 "source": {
9972 "type": "git",
9973 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
be8e2916 9974 "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c"
6546aca4
JB
9975 },
9976 "dist": {
9977 "type": "zip",
be8e2916 9978 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/90e4a4f968b2dae40e290a6ee516957af043f16c",
9979 "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c",
6546aca4
JB
9980 "shasum": ""
9981 },
9982 "require": {
9983 "doctrine/data-fixtures": "^1.3",
9984 "doctrine/doctrine-bundle": "^1.6",
cb4108b4 9985 "doctrine/orm": "^2.6.0",
6546aca4
JB
9986 "php": "^7.1",
9987 "symfony/doctrine-bridge": "~3.4|^4.1",
9988 "symfony/framework-bundle": "^3.4|^4.1"
9989 },
9990 "require-dev": {
cb4108b4 9991 "doctrine/coding-standard": "^6.0",
6546aca4
JB
9992 "phpunit/phpunit": "^7.4",
9993 "symfony/phpunit-bridge": "^4.1"
9994 },
9995 "type": "symfony-bundle",
9996 "extra": {
9997 "branch-alias": {
cb4108b4 9998 "dev-master": "3.2.x-dev"
6546aca4
JB
9999 }
10000 },
10001 "autoload": {
10002 "psr-4": {
10003 "Doctrine\\Bundle\\FixturesBundle\\": ""
10004 }
10005 },
10006 "notification-url": "https://packagist.org/downloads/",
10007 "license": [
10008 "MIT"
10009 ],
10010 "authors": [
10011 {
10012 "name": "Symfony Community",
10013 "homepage": "http://symfony.com/contributors"
10014 },
10015 {
10016 "name": "Doctrine Project",
10017 "homepage": "http://www.doctrine-project.org"
10018 },
10019 {
10020 "name": "Fabien Potencier",
10021 "email": "fabien@symfony.com"
10022 }
10023 ],
10024 "description": "Symfony DoctrineFixturesBundle",
10025 "homepage": "http://www.doctrine-project.org",
10026 "keywords": [
10027 "Fixture",
10028 "persistence"
10029 ],
be8e2916 10030 "time": "2019-06-12T12:03:37+00:00"
6546aca4
JB
10031 },
10032 {
10033 "name": "friendsofphp/php-cs-fixer",
66426001 10034 "version": "v2.15.3",
6546aca4
JB
10035 "source": {
10036 "type": "git",
10037 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
66426001 10038 "reference": "705490b0f282f21017d73561e9498d2b622ee34c"
6546aca4
JB
10039 },
10040 "dist": {
10041 "type": "zip",
66426001 10042 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/705490b0f282f21017d73561e9498d2b622ee34c",
10043 "reference": "705490b0f282f21017d73561e9498d2b622ee34c",
6546aca4
JB
10044 "shasum": ""
10045 },
10046 "require": {
10047 "composer/semver": "^1.4",
10048 "composer/xdebug-handler": "^1.2",
10049 "doctrine/annotations": "^1.2",
10050 "ext-json": "*",
10051 "ext-tokenizer": "*",
10052 "php": "^5.6 || ^7.0",
10053 "php-cs-fixer/diff": "^1.3",
10054 "symfony/console": "^3.4.17 || ^4.1.6",
10055 "symfony/event-dispatcher": "^3.0 || ^4.0",
10056 "symfony/filesystem": "^3.0 || ^4.0",
10057 "symfony/finder": "^3.0 || ^4.0",
10058 "symfony/options-resolver": "^3.0 || ^4.0",
10059 "symfony/polyfill-php70": "^1.0",
10060 "symfony/polyfill-php72": "^1.4",
10061 "symfony/process": "^3.0 || ^4.0",
10062 "symfony/stopwatch": "^3.0 || ^4.0"
10063 },
10064 "require-dev": {
10065 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10066 "justinrainbow/json-schema": "^5.0",
10067 "keradus/cli-executor": "^1.2",
10068 "mikey179/vfsstream": "^1.6",
10069 "php-coveralls/php-coveralls": "^2.1",
10070 "php-cs-fixer/accessible-object": "^1.0",
10071 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10072 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
66426001 10073 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
6546aca4 10074 "phpunitgoodpractices/traits": "^1.8",
66426001 10075 "symfony/phpunit-bridge": "^4.3",
10076 "symfony/yaml": "^3.0 || ^4.0"
6546aca4
JB
10077 },
10078 "suggest": {
10079 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10080 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10081 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10082 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10083 },
10084 "bin": [
10085 "php-cs-fixer"
10086 ],
10087 "type": "application",
6546aca4
JB
10088 "autoload": {
10089 "psr-4": {
10090 "PhpCsFixer\\": "src/"
10091 },
10092 "classmap": [
10093 "tests/Test/AbstractFixerTestCase.php",
10094 "tests/Test/AbstractIntegrationCaseFactory.php",
10095 "tests/Test/AbstractIntegrationTestCase.php",
10096 "tests/Test/Assert/AssertTokensTrait.php",
10097 "tests/Test/IntegrationCase.php",
10098 "tests/Test/IntegrationCaseFactory.php",
10099 "tests/Test/IntegrationCaseFactoryInterface.php",
10100 "tests/Test/InternalIntegrationCaseFactory.php",
10101 "tests/TestCase.php"
10102 ]
10103 },
10104 "notification-url": "https://packagist.org/downloads/",
10105 "license": [
10106 "MIT"
10107 ],
10108 "authors": [
6546aca4
JB
10109 {
10110 "name": "Fabien Potencier",
10111 "email": "fabien@symfony.com"
5e8d8ff5 10112 },
10113 {
10114 "name": "Dariusz Rumiński",
10115 "email": "dariusz.ruminski@gmail.com"
6546aca4
JB
10116 }
10117 ],
10118 "description": "A tool to automatically fix PHP code style",
66426001 10119 "time": "2019-08-31T12:51:54+00:00"
6546aca4
JB
10120 },
10121 {
10122 "name": "m6web/redis-mock",
984d63df 10123 "version": "v4.6.1",
6546aca4
JB
10124 "source": {
10125 "type": "git",
10126 "url": "https://github.com/M6Web/RedisMock.git",
984d63df 10127 "reference": "5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc"
6546aca4
JB
10128 },
10129 "dist": {
10130 "type": "zip",
984d63df 10131 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc",
10132 "reference": "5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc",
6546aca4
JB
10133 "shasum": ""
10134 },
10135 "require": {
10136 "php": ">=7.1.0"
10137 },
10138 "require-dev": {
10139 "atoum/atoum": "master-dev",
10140 "predis/predis": "~1.1"
10141 },
10142 "type": "library",
10143 "autoload": {
10144 "psr-0": {
10145 "M6Web\\Component\\RedisMock": "src/"
10146 }
10147 },
10148 "notification-url": "https://packagist.org/downloads/",
10149 "license": [
10150 "MIT"
10151 ],
10152 "authors": [
10153 {
10154 "name": "M6Web",
10155 "email": "opensource@m6web.fr",
10156 "homepage": "http://tech.m6web.fr/"
10157 }
10158 ],
10159 "description": "Library providing a PHP mock for Redis",
10160 "keywords": [
10161 "mock",
10162 "redis"
10163 ],
984d63df 10164 "time": "2019-08-20T13:03:26+00:00"
6546aca4
JB
10165 },
10166 {
10167 "name": "nette/bootstrap",
10168 "version": "v3.0.0",
10169 "source": {
10170 "type": "git",
10171 "url": "https://github.com/nette/bootstrap.git",
10172 "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3"
10173 },
10174 "dist": {
10175 "type": "zip",
10176 "url": "https://api.github.com/repos/nette/bootstrap/zipball/e1075af05c211915e03e0c86542f3ba5433df4a3",
10177 "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3",
10178 "shasum": ""
10179 },
10180 "require": {
10181 "nette/di": "^3.0",
10182 "nette/utils": "^3.0",
10183 "php": ">=7.1"
10184 },
10185 "require-dev": {
10186 "latte/latte": "^2.2",
10187 "nette/application": "^3.0",
10188 "nette/caching": "^3.0",
10189 "nette/database": "^3.0",
10190 "nette/forms": "^3.0",
10191 "nette/http": "^3.0",
10192 "nette/mail": "^3.0",
10193 "nette/robot-loader": "^3.0",
10194 "nette/safe-stream": "^2.2",
10195 "nette/security": "^3.0",
10196 "nette/tester": "^2.0",
10197 "tracy/tracy": "^2.6"
10198 },
10199 "suggest": {
10200 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10201 "tracy/tracy": "to use Configurator::enableTracy()"
10202 },
10203 "type": "library",
10204 "extra": {
10205 "branch-alias": {
10206 "dev-master": "3.0-dev"
10207 }
10208 },
10209 "autoload": {
10210 "classmap": [
10211 "src/"
10212 ]
10213 },
10214 "notification-url": "https://packagist.org/downloads/",
10215 "license": [
10216 "BSD-3-Clause",
10217 "GPL-2.0",
10218 "GPL-3.0"
10219 ],
10220 "authors": [
10221 {
10222 "name": "David Grudl",
10223 "homepage": "https://davidgrudl.com"
10224 },
10225 {
10226 "name": "Nette Community",
10227 "homepage": "https://nette.org/contributors"
10228 }
10229 ],
10230 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10231 "homepage": "https://nette.org",
10232 "keywords": [
10233 "bootstrapping",
10234 "configurator",
10235 "nette"
10236 ],
10237 "time": "2019-03-26T12:59:07+00:00"
10238 },
10239 {
10240 "name": "nette/di",
1576905e 10241 "version": "v3.0.1",
6546aca4
JB
10242 "source": {
10243 "type": "git",
10244 "url": "https://github.com/nette/di.git",
1576905e 10245 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d"
6546aca4
JB
10246 },
10247 "dist": {
10248 "type": "zip",
1576905e
JB
10249 "url": "https://api.github.com/repos/nette/di/zipball/4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10250 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d",
6546aca4
JB
10251 "shasum": ""
10252 },
10253 "require": {
10254 "ext-tokenizer": "*",
10255 "nette/neon": "^3.0",
10256 "nette/php-generator": "^3.2.2",
10257 "nette/robot-loader": "^3.2",
10258 "nette/schema": "^1.0",
10259 "nette/utils": "^3.0",
10260 "php": ">=7.1"
10261 },
10262 "conflict": {
10263 "nette/bootstrap": "<3.0"
10264 },
10265 "require-dev": {
10266 "nette/tester": "^2.2",
10267 "tracy/tracy": "^2.3"
10268 },
10269 "type": "library",
10270 "extra": {
10271 "branch-alias": {
10272 "dev-master": "3.0-dev"
10273 }
10274 },
10275 "autoload": {
10276 "classmap": [
10277 "src/"
10278 ],
10279 "files": [
10280 "src/compatibility.php"
10281 ]
10282 },
10283 "notification-url": "https://packagist.org/downloads/",
10284 "license": [
10285 "BSD-3-Clause",
10286 "GPL-2.0",
10287 "GPL-3.0"
10288 ],
10289 "authors": [
10290 {
10291 "name": "David Grudl",
10292 "homepage": "https://davidgrudl.com"
10293 },
10294 {
10295 "name": "Nette Community",
10296 "homepage": "https://nette.org/contributors"
10297 }
10298 ],
10299 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10300 "homepage": "https://nette.org",
10301 "keywords": [
10302 "compiled",
10303 "di",
10304 "dic",
10305 "factory",
10306 "ioc",
10307 "nette",
10308 "static"
10309 ],
1576905e 10310 "time": "2019-08-07T12:11:33+00:00"
6546aca4
JB
10311 },
10312 {
10313 "name": "nette/finder",
1a758230 10314 "version": "v2.5.1",
6546aca4
JB
10315 "source": {
10316 "type": "git",
10317 "url": "https://github.com/nette/finder.git",
1a758230 10318 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
6546aca4
JB
10319 },
10320 "dist": {
10321 "type": "zip",
1a758230 10322 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10323 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
6546aca4
JB
10324 "shasum": ""
10325 },
10326 "require": {
10327 "nette/utils": "^2.4 || ~3.0.0",
10328 "php": ">=7.1"
10329 },
10330 "conflict": {
10331 "nette/nette": "<2.2"
10332 },
10333 "require-dev": {
10334 "nette/tester": "^2.0",
10335 "tracy/tracy": "^2.3"
10336 },
10337 "type": "library",
10338 "extra": {
10339 "branch-alias": {
10340 "dev-master": "2.5-dev"
10341 }
10342 },
10343 "autoload": {
10344 "classmap": [
10345 "src/"
10346 ]
10347 },
10348 "notification-url": "https://packagist.org/downloads/",
10349 "license": [
10350 "BSD-3-Clause",
10351 "GPL-2.0",
10352 "GPL-3.0"
10353 ],
10354 "authors": [
10355 {
10356 "name": "David Grudl",
10357 "homepage": "https://davidgrudl.com"
10358 },
10359 {
10360 "name": "Nette Community",
10361 "homepage": "https://nette.org/contributors"
10362 }
10363 ],
1a758230 10364 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
6546aca4
JB
10365 "homepage": "https://nette.org",
10366 "keywords": [
10367 "filesystem",
10368 "glob",
10369 "iterator",
10370 "nette"
10371 ],
1a758230 10372 "time": "2019-07-11T18:02:17+00:00"
6546aca4
JB
10373 },
10374 {
10375 "name": "nette/neon",
10376 "version": "v3.0.0",
10377 "source": {
10378 "type": "git",
10379 "url": "https://github.com/nette/neon.git",
10380 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
10381 },
10382 "dist": {
10383 "type": "zip",
10384 "url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10385 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10386 "shasum": ""
10387 },
10388 "require": {
10389 "ext-iconv": "*",
10390 "ext-json": "*",
10391 "php": ">=7.0"
10392 },
10393 "require-dev": {
10394 "nette/tester": "^2.0",
10395 "tracy/tracy": "^2.3"
10396 },
10397 "type": "library",
10398 "extra": {
10399 "branch-alias": {
10400 "dev-master": "3.0-dev"
10401 }
10402 },
10403 "autoload": {
10404 "classmap": [
10405 "src/"
10406 ]
10407 },
10408 "notification-url": "https://packagist.org/downloads/",
10409 "license": [
10410 "BSD-3-Clause",
10411 "GPL-2.0",
10412 "GPL-3.0"
10413 ],
10414 "authors": [
10415 {
10416 "name": "David Grudl",
10417 "homepage": "https://davidgrudl.com"
10418 },
10419 {
10420 "name": "Nette Community",
10421 "homepage": "https://nette.org/contributors"
10422 }
10423 ],
10424 "description": "? Nette NEON: encodes and decodes NEON file format.",
10425 "homepage": "http://ne-on.org",
10426 "keywords": [
10427 "export",
10428 "import",
10429 "neon",
10430 "nette",
10431 "yaml"
10432 ],
10433 "time": "2019-02-05T21:30:40+00:00"
10434 },
10435 {
10436 "name": "nette/php-generator",
154d0974 10437 "version": "v3.2.3",
6546aca4
JB
10438 "source": {
10439 "type": "git",
10440 "url": "https://github.com/nette/php-generator.git",
154d0974 10441 "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b"
6546aca4
JB
10442 },
10443 "dist": {
10444 "type": "zip",
154d0974
JB
10445 "url": "https://api.github.com/repos/nette/php-generator/zipball/aea6e81437bb238e5f0e5b5ce06337433908e63b",
10446 "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b",
6546aca4
JB
10447 "shasum": ""
10448 },
10449 "require": {
10450 "nette/utils": "^2.4.2 || ~3.0.0",
10451 "php": ">=7.1"
10452 },
10453 "require-dev": {
10454 "nette/tester": "^2.0",
10455 "tracy/tracy": "^2.3"
10456 },
10457 "type": "library",
10458 "extra": {
10459 "branch-alias": {
10460 "dev-master": "3.2-dev"
10461 }
10462 },
10463 "autoload": {
10464 "classmap": [
10465 "src/"
10466 ]
10467 },
10468 "notification-url": "https://packagist.org/downloads/",
10469 "license": [
10470 "BSD-3-Clause",
10471 "GPL-2.0",
10472 "GPL-3.0"
10473 ],
10474 "authors": [
10475 {
10476 "name": "David Grudl",
10477 "homepage": "https://davidgrudl.com"
10478 },
10479 {
10480 "name": "Nette Community",
10481 "homepage": "https://nette.org/contributors"
10482 }
10483 ],
10484 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10485 "homepage": "https://nette.org",
10486 "keywords": [
10487 "code",
10488 "nette",
10489 "php",
10490 "scaffolding"
10491 ],
154d0974 10492 "time": "2019-07-05T13:01:56+00:00"
6546aca4
JB
10493 },
10494 {
10495 "name": "nette/robot-loader",
10496 "version": "v3.2.0",
10497 "source": {
10498 "type": "git",
10499 "url": "https://github.com/nette/robot-loader.git",
10500 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
10501 },
10502 "dist": {
10503 "type": "zip",
10504 "url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10505 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10506 "shasum": ""
10507 },
10508 "require": {
10509 "ext-tokenizer": "*",
10510 "nette/finder": "^2.5",
10511 "nette/utils": "^3.0",
10512 "php": ">=7.1"
10513 },
10514 "require-dev": {
10515 "nette/tester": "^2.0",
10516 "tracy/tracy": "^2.3"
10517 },
10518 "type": "library",
10519 "extra": {
10520 "branch-alias": {
10521 "dev-master": "3.2-dev"
10522 }
10523 },
10524 "autoload": {
10525 "classmap": [
10526 "src/"
10527 ]
10528 },
10529 "notification-url": "https://packagist.org/downloads/",
10530 "license": [
10531 "BSD-3-Clause",
10532 "GPL-2.0",
10533 "GPL-3.0"
10534 ],
10535 "authors": [
10536 {
10537 "name": "David Grudl",
10538 "homepage": "https://davidgrudl.com"
10539 },
10540 {
10541 "name": "Nette Community",
10542 "homepage": "https://nette.org/contributors"
10543 }
10544 ],
10545 "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10546 "homepage": "https://nette.org",
10547 "keywords": [
10548 "autoload",
10549 "class",
10550 "interface",
10551 "nette",
10552 "trait"
10553 ],
10554 "time": "2019-03-08T21:57:24+00:00"
10555 },
10556 {
10557 "name": "nette/schema",
10558 "version": "v1.0.0",
10559 "source": {
10560 "type": "git",
10561 "url": "https://github.com/nette/schema.git",
10562 "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d"
10563 },
10564 "dist": {
10565 "type": "zip",
10566 "url": "https://api.github.com/repos/nette/schema/zipball/6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
10567 "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
10568 "shasum": ""
10569 },
10570 "require": {
10571 "nette/utils": "^3.0.1",
10572 "php": ">=7.1"
10573 },
10574 "require-dev": {
10575 "nette/tester": "^2.2",
10576 "tracy/tracy": "^2.3"
10577 },
10578 "type": "library",
10579 "extra": {
10580 "branch-alias": {
10581 "dev-master": "1.0-dev"
10582 }
10583 },
10584 "autoload": {
10585 "classmap": [
10586 "src/"
10587 ]
10588 },
10589 "notification-url": "https://packagist.org/downloads/",
10590 "license": [
10591 "BSD-3-Clause",
10592 "GPL-2.0",
10593 "GPL-3.0"
10594 ],
10595 "authors": [
10596 {
10597 "name": "David Grudl",
10598 "homepage": "https://davidgrudl.com"
10599 },
10600 {
10601 "name": "Nette Community",
10602 "homepage": "https://nette.org/contributors"
10603 }
10604 ],
10605 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10606 "homepage": "https://nette.org",
10607 "keywords": [
10608 "config",
10609 "nette"
10610 ],
10611 "time": "2019-04-03T15:53:25+00:00"
10612 },
10613 {
10614 "name": "nette/utils",
10615 "version": "v3.0.1",
10616 "source": {
10617 "type": "git",
10618 "url": "https://github.com/nette/utils.git",
10619 "reference": "bd961f49b211997202bda1d0fbc410905be370d4"
10620 },
10621 "dist": {
10622 "type": "zip",
10623 "url": "https://api.github.com/repos/nette/utils/zipball/bd961f49b211997202bda1d0fbc410905be370d4",
10624 "reference": "bd961f49b211997202bda1d0fbc410905be370d4",
10625 "shasum": ""
10626 },
10627 "require": {
10628 "php": ">=7.1"
10629 },
10630 "require-dev": {
10631 "nette/tester": "~2.0",
10632 "tracy/tracy": "^2.3"
10633 },
10634 "suggest": {
10635 "ext-gd": "to use Image",
10636 "ext-iconv": "to use Strings::webalize() and toAscii()",
10637 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10638 "ext-json": "to use Nette\\Utils\\Json",
10639 "ext-mbstring": "to use Strings::lower() etc...",
10640 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10641 },
10642 "type": "library",
10643 "extra": {
10644 "branch-alias": {
10645 "dev-master": "3.0-dev"
10646 }
10647 },
10648 "autoload": {
10649 "classmap": [
10650 "src/"
10651 ]
10652 },
10653 "notification-url": "https://packagist.org/downloads/",
10654 "license": [
10655 "BSD-3-Clause",
10656 "GPL-2.0",
10657 "GPL-3.0"
10658 ],
10659 "authors": [
10660 {
10661 "name": "David Grudl",
10662 "homepage": "https://davidgrudl.com"
10663 },
10664 {
10665 "name": "Nette Community",
10666 "homepage": "https://nette.org/contributors"
10667 }
10668 ],
10669 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10670 "homepage": "https://nette.org",
10671 "keywords": [
10672 "array",
10673 "core",
10674 "datetime",
10675 "images",
10676 "json",
10677 "nette",
10678 "paginator",
10679 "password",
10680 "slugify",
10681 "string",
10682 "unicode",
10683 "utf-8",
10684 "utility",
10685 "validation"
10686 ],
10687 "time": "2019-03-22T01:00:30+00:00"
10688 },
10689 {
10690 "name": "nikic/php-parser",
3f2e602f 10691 "version": "v4.2.4",
6546aca4
JB
10692 "source": {
10693 "type": "git",
10694 "url": "https://github.com/nikic/PHP-Parser.git",
3f2e602f 10695 "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4"
6546aca4
JB
10696 },
10697 "dist": {
10698 "type": "zip",
3f2e602f
JB
10699 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4",
10700 "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4",
6546aca4
JB
10701 "shasum": ""
10702 },
10703 "require": {
10704 "ext-tokenizer": "*",
10705 "php": ">=7.0"
10706 },
10707 "require-dev": {
e9ccc686 10708 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
6546aca4
JB
10709 },
10710 "bin": [
10711 "bin/php-parse"
10712 ],
10713 "type": "library",
10714 "extra": {
10715 "branch-alias": {
10716 "dev-master": "4.2-dev"
10717 }
10718 },
10719 "autoload": {
10720 "psr-4": {
10721 "PhpParser\\": "lib/PhpParser"
10722 }
10723 },
10724 "notification-url": "https://packagist.org/downloads/",
10725 "license": [
10726 "BSD-3-Clause"
10727 ],
10728 "authors": [
10729 {
10730 "name": "Nikita Popov"
10731 }
10732 ],
10733 "description": "A PHP parser written in PHP",
10734 "keywords": [
10735 "parser",
10736 "php"
10737 ],
3f2e602f 10738 "time": "2019-09-01T07:51:21+00:00"
6546aca4
JB
10739 },
10740 {
10741 "name": "php-cs-fixer/diff",
10742 "version": "v1.3.0",
10743 "source": {
10744 "type": "git",
10745 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10746 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10747 },
10748 "dist": {
10749 "type": "zip",
10750 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10751 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10752 "shasum": ""
10753 },
10754 "require": {
10755 "php": "^5.6 || ^7.0"
10756 },
10757 "require-dev": {
10758 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10759 "symfony/process": "^3.3"
10760 },
10761 "type": "library",
10762 "autoload": {
10763 "classmap": [
10764 "src/"
10765 ]
10766 },
10767 "notification-url": "https://packagist.org/downloads/",
10768 "license": [
10769 "BSD-3-Clause"
10770 ],
10771 "authors": [
10772 {
10773 "name": "Kore Nordmann",
10774 "email": "mail@kore-nordmann.de"
10775 },
10776 {
10777 "name": "Sebastian Bergmann",
10778 "email": "sebastian@phpunit.de"
10779 },
10780 {
10781 "name": "SpacePossum"
10782 }
10783 ],
10784 "description": "sebastian/diff v2 backport support for PHP5.6",
10785 "homepage": "https://github.com/PHP-CS-Fixer",
10786 "keywords": [
10787 "diff"
10788 ],
10789 "time": "2018-02-15T16:58:55+00:00"
10790 },
10791 {
10792 "name": "php-http/mock-client",
10793 "version": "1.3.0",
10794 "source": {
10795 "type": "git",
10796 "url": "https://github.com/php-http/mock-client.git",
10797 "reference": "d364c4a2847229dd37237d0083887889d3bd8564"
10798 },
10799 "dist": {
10800 "type": "zip",
10801 "url": "https://api.github.com/repos/php-http/mock-client/zipball/d364c4a2847229dd37237d0083887889d3bd8564",
10802 "reference": "d364c4a2847229dd37237d0083887889d3bd8564",
10803 "shasum": ""
10804 },
10805 "require": {
10806 "php": "^5.5 || ^7.0",
10807 "php-http/client-common": "^1.9 || ^2.0",
10808 "php-http/discovery": "^1.0",
10809 "php-http/httplug": "^1.0 || ^2.0",
10810 "php-http/message-factory": "^1.0"
10811 },
10812 "provide": {
10813 "php-http/async-client-implementation": "1.0",
10814 "php-http/client-implementation": "1.0"
10815 },
10816 "require-dev": {
10817 "henrikbjorn/phpspec-code-coverage": "^1.0",
10818 "phpspec/phpspec": "^2.4"
10819 },
10820 "type": "library",
10821 "extra": {
10822 "branch-alias": {
10823 "dev-master": "1.3-dev"
10824 }
10825 },
10826 "autoload": {
10827 "psr-4": {
10828 "Http\\Mock\\": "src/"
10829 }
10830 },
10831 "notification-url": "https://packagist.org/downloads/",
10832 "license": [
10833 "MIT"
10834 ],
10835 "authors": [
10836 {
10837 "name": "David de Boer",
10838 "email": "david@ddeboer.nl"
10839 }
10840 ],
10841 "description": "Mock HTTP client",
10842 "homepage": "http://httplug.io",
10843 "keywords": [
10844 "client",
10845 "http",
10846 "mock",
10847 "psr7"
10848 ],
10849 "time": "2019-02-21T08:51:08+00:00"
10850 },
10851 {
10852 "name": "phpstan/phpdoc-parser",
0a01a5f1 10853 "version": "0.3.5",
6546aca4
JB
10854 "source": {
10855 "type": "git",
10856 "url": "https://github.com/phpstan/phpdoc-parser.git",
0a01a5f1 10857 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
6546aca4
JB
10858 },
10859 "dist": {
10860 "type": "zip",
0a01a5f1
JB
10861 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
10862 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
6546aca4
JB
10863 "shasum": ""
10864 },
10865 "require": {
10866 "php": "~7.1"
10867 },
10868 "require-dev": {
10869 "consistence/coding-standard": "^3.5",
10870 "jakub-onderka/php-parallel-lint": "^0.9.2",
10871 "phing/phing": "^2.16.0",
10872 "phpstan/phpstan": "^0.10",
10873 "phpunit/phpunit": "^6.3",
10874 "slevomat/coding-standard": "^4.7.2",
10875 "squizlabs/php_codesniffer": "^3.3.2",
10876 "symfony/process": "^3.4 || ^4.0"
10877 },
10878 "type": "library",
10879 "extra": {
10880 "branch-alias": {
10881 "dev-master": "0.3-dev"
10882 }
10883 },
10884 "autoload": {
10885 "psr-4": {
10886 "PHPStan\\PhpDocParser\\": [
10887 "src/"
10888 ]
10889 }
10890 },
10891 "notification-url": "https://packagist.org/downloads/",
10892 "license": [
10893 "MIT"
10894 ],
10895 "description": "PHPDoc parser with support for nullable, intersection and generic types",
0a01a5f1 10896 "time": "2019-06-07T19:13:52+00:00"
6546aca4
JB
10897 },
10898 {
10899 "name": "phpstan/phpstan",
1a758230 10900 "version": "0.11.16",
6546aca4
JB
10901 "source": {
10902 "type": "git",
10903 "url": "https://github.com/phpstan/phpstan.git",
1a758230 10904 "reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b"
6546aca4
JB
10905 },
10906 "dist": {
10907 "type": "zip",
1a758230 10908 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b",
10909 "reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b",
6546aca4
JB
10910 "shasum": ""
10911 },
10912 "require": {
10913 "composer/xdebug-handler": "^1.3.0",
10914 "jean85/pretty-package-versions": "^1.0.3",
10915 "nette/bootstrap": "^2.4 || ^3.0",
10916 "nette/di": "^2.4.7 || ^3.0",
10917 "nette/robot-loader": "^3.0.1",
10918 "nette/schema": "^1.0",
10919 "nette/utils": "^2.4.5 || ^3.0",
e9ccc686 10920 "nikic/php-parser": "^4.2.3",
6546aca4 10921 "php": "~7.1",
6f80db69 10922 "phpstan/phpdoc-parser": "^0.3.5",
6546aca4
JB
10923 "symfony/console": "~3.2 || ~4.0",
10924 "symfony/finder": "~3.2 || ~4.0"
10925 },
10926 "conflict": {
10927 "symfony/console": "3.4.16 || 4.1.5"
10928 },
10929 "require-dev": {
e9ccc686 10930 "brianium/paratest": "^2.0 || ^3.0",
6546aca4
JB
10931 "consistence/coding-standard": "^3.5",
10932 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
10933 "ext-intl": "*",
10934 "ext-mysqli": "*",
6f80db69 10935 "ext-simplexml": "*",
6546aca4
JB
10936 "ext-soap": "*",
10937 "ext-zip": "*",
10938 "jakub-onderka/php-parallel-lint": "^1.0",
10939 "localheinz/composer-normalize": "^1.1.0",
10940 "phing/phing": "^2.16.0",
10941 "phpstan/phpstan-deprecation-rules": "^0.11",
10942 "phpstan/phpstan-php-parser": "^0.11",
10943 "phpstan/phpstan-phpunit": "^0.11",
10944 "phpstan/phpstan-strict-rules": "^0.11",
e9ccc686 10945 "phpunit/phpunit": "^7.5.14 || ^8.0",
6546aca4
JB
10946 "slevomat/coding-standard": "^4.7.2",
10947 "squizlabs/php_codesniffer": "^3.3.2"
10948 },
10949 "bin": [
10950 "bin/phpstan"
10951 ],
10952 "type": "library",
10953 "extra": {
10954 "branch-alias": {
10955 "dev-master": "0.11-dev"
10956 }
10957 },
10958 "autoload": {
10959 "psr-4": {
10960 "PHPStan\\": [
1a758230 10961 "src/"
6546aca4
JB
10962 ]
10963 }
10964 },
10965 "notification-url": "https://packagist.org/downloads/",
10966 "license": [
10967 "MIT"
10968 ],
10969 "description": "PHPStan - PHP Static Analysis Tool",
1a758230 10970 "time": "2019-09-17T11:19:51+00:00"
6546aca4
JB
10971 },
10972 {
10973 "name": "phpstan/phpstan-doctrine",
cc7b2b91 10974 "version": "0.11.6",
6546aca4
JB
10975 "source": {
10976 "type": "git",
10977 "url": "https://github.com/phpstan/phpstan-doctrine.git",
cc7b2b91 10978 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
6546aca4
JB
10979 },
10980 "dist": {
10981 "type": "zip",
cc7b2b91 10982 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
10983 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
6546aca4
JB
10984 "shasum": ""
10985 },
10986 "require": {
10987 "nikic/php-parser": "^4.0",
10988 "php": "~7.1",
10989 "phpstan/phpdoc-parser": "^0.3",
10990 "phpstan/phpstan": "^0.11.7"
10991 },
10992 "conflict": {
10993 "doctrine/collections": "<1.0",
10994 "doctrine/common": "<2.7",
10995 "doctrine/mongodb-odm": "<1.2",
10996 "doctrine/orm": "<2.5"
10997 },
10998 "require-dev": {
10999 "consistence/coding-standard": "^3.8",
11000 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11001 "doctrine/collections": "^1.0",
11002 "doctrine/common": "^2.7",
11003 "doctrine/mongodb-odm": "^1.2",
11004 "doctrine/orm": "^2.5",
11005 "jakub-onderka/php-parallel-lint": "^1.0",
11006 "phing/phing": "^2.16.0",
11007 "phpstan/phpstan-phpunit": "^0.11",
11008 "phpstan/phpstan-strict-rules": "^0.11",
11009 "phpunit/phpunit": "^7.0",
11010 "slevomat/coding-standard": "^5.0.4"
11011 },
11012 "type": "phpstan-extension",
11013 "extra": {
11014 "branch-alias": {
11015 "dev-master": "0.11-dev"
11016 },
11017 "phpstan": {
11018 "includes": [
11019 "extension.neon",
11020 "rules.neon"
11021 ]
11022 }
11023 },
11024 "autoload": {
11025 "psr-4": {
11026 "PHPStan\\": "src/"
11027 }
11028 },
11029 "notification-url": "https://packagist.org/downloads/",
11030 "license": [
11031 "MIT"
11032 ],
11033 "description": "Doctrine extensions for PHPStan",
cc7b2b91 11034 "time": "2019-09-13T08:40:06+00:00"
6546aca4
JB
11035 },
11036 {
11037 "name": "phpstan/phpstan-phpunit",
11038 "version": "0.11.2",
11039 "source": {
11040 "type": "git",
11041 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11042 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11043 },
11044 "dist": {
11045 "type": "zip",
11046 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11047 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11048 "shasum": ""
11049 },
11050 "require": {
11051 "nikic/php-parser": "^4.0",
11052 "php": "~7.1",
11053 "phpstan/phpdoc-parser": "^0.3",
11054 "phpstan/phpstan": "^0.11.4"
11055 },
11056 "conflict": {
11057 "phpunit/phpunit": "<7.0"
11058 },
11059 "require-dev": {
11060 "consistence/coding-standard": "^3.0.1",
11061 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11062 "jakub-onderka/php-parallel-lint": "^1.0",
11063 "phing/phing": "^2.16.0",
11064 "phpstan/phpstan-strict-rules": "^0.11",
11065 "phpunit/phpunit": "^7.0",
11066 "satooshi/php-coveralls": "^1.0",
11067 "slevomat/coding-standard": "^4.5.2"
11068 },
11069 "type": "phpstan-extension",
11070 "extra": {
11071 "branch-alias": {
11072 "dev-master": "0.11-dev"
11073 },
11074 "phpstan": {
11075 "includes": [
11076 "extension.neon",
11077 "rules.neon"
11078 ]
11079 }
11080 },
11081 "autoload": {
11082 "psr-4": {
11083 "PHPStan\\": "src/"
11084 }
11085 },
11086 "notification-url": "https://packagist.org/downloads/",
11087 "license": [
11088 "MIT"
11089 ],
11090 "description": "PHPUnit extensions and rules for PHPStan",
11091 "time": "2019-05-17T17:50:16+00:00"
11092 },
11093 {
11094 "name": "phpstan/phpstan-symfony",
11095 "version": "0.11.6",
11096 "source": {
11097 "type": "git",
11098 "url": "https://github.com/phpstan/phpstan-symfony.git",
11099 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11100 },
11101 "dist": {
11102 "type": "zip",
11103 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11104 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11105 "shasum": ""
11106 },
11107 "require": {
11108 "ext-simplexml": "*",
11109 "nikic/php-parser": "^4.0",
11110 "php": "^7.1",
11111 "phpstan/phpstan": "^0.11.7"
11112 },
11113 "conflict": {
11114 "symfony/framework-bundle": "<3.0"
11115 },
11116 "require-dev": {
11117 "consistence/coding-standard": "^3.0.1",
11118 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11119 "jakub-onderka/php-parallel-lint": "^1.0",
11120 "nette/di": "^3.0-stable",
11121 "phing/phing": "^2.16.0",
11122 "phpstan/phpstan-phpunit": "^0.11",
11123 "phpstan/phpstan-strict-rules": "^0.11",
11124 "phpunit/phpunit": "^7.0",
11125 "slevomat/coding-standard": "^4.5.2",
11126 "squizlabs/php_codesniffer": "^3.3.2",
11127 "symfony/console": "^3.0 || ^4.0",
11128 "symfony/framework-bundle": "^3.0 || ^4.0",
11129 "symfony/messenger": "^4.2",
11130 "symfony/serializer": "^3.0 || ^4.0"
11131 },
11132 "type": "phpstan-extension",
11133 "extra": {
11134 "branch-alias": {
11135 "dev-master": "0.11-dev"
11136 },
11137 "phpstan": {
11138 "includes": [
11139 "extension.neon"
11140 ]
11141 }
11142 },
11143 "autoload": {
11144 "psr-4": {
11145 "PHPStan\\": "src/"
11146 }
11147 },
11148 "notification-url": "https://packagist.org/downloads/",
11149 "license": [
11150 "MIT"
11151 ],
11152 "authors": [
11153 {
11154 "name": "Lukáš Unger",
11155 "email": "looky.msc@gmail.com",
11156 "homepage": "https://lookyman.net"
11157 }
11158 ],
11159 "description": "Symfony Framework extensions and rules for PHPStan",
11160 "time": "2019-05-19T17:40:25+00:00"
11161 },
11162 {
11163 "name": "sensio/generator-bundle",
11164 "version": "v3.1.7",
11165 "source": {
11166 "type": "git",
11167 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11168 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11169 },
11170 "dist": {
11171 "type": "zip",
11172 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11173 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11174 "shasum": ""
11175 },
11176 "require": {
11177 "symfony/console": "~2.7|~3.0",
11178 "symfony/framework-bundle": "~2.7|~3.0",
11179 "symfony/process": "~2.7|~3.0",
11180 "symfony/yaml": "~2.7|~3.0",
11181 "twig/twig": "^1.28.2|^2.0"
11182 },
11183 "require-dev": {
11184 "doctrine/orm": "~2.4",
11185 "symfony/doctrine-bridge": "~2.7|~3.0",
11186 "symfony/filesystem": "~2.7|~3.0",
11187 "symfony/phpunit-bridge": "^3.3"
11188 },
11189 "type": "symfony-bundle",
11190 "extra": {
11191 "branch-alias": {
11192 "dev-master": "3.1.x-dev"
11193 }
11194 },
11195 "autoload": {
11196 "psr-4": {
11197 "Sensio\\Bundle\\GeneratorBundle\\": ""
11198 },
11199 "exclude-from-classmap": [
11200 "/Tests/"
11201 ]
11202 },
11203 "notification-url": "https://packagist.org/downloads/",
11204 "license": [
11205 "MIT"
11206 ],
11207 "authors": [
11208 {
11209 "name": "Fabien Potencier",
11210 "email": "fabien@symfony.com"
11211 }
11212 ],
11213 "description": "This bundle generates code for you",
11214 "time": "2017-12-07T15:36:41+00:00"
11215 },
11216 {
11217 "name": "symfony/phpunit-bridge",
195414ef 11218 "version": "v4.3.5",
6546aca4
JB
11219 "source": {
11220 "type": "git",
11221 "url": "https://github.com/symfony/phpunit-bridge.git",
195414ef 11222 "reference": "a7fd9e742c31ac2b607b166c9016bab51a36c574"
6546aca4
JB
11223 },
11224 "dist": {
11225 "type": "zip",
195414ef 11226 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/a7fd9e742c31ac2b607b166c9016bab51a36c574",
11227 "reference": "a7fd9e742c31ac2b607b166c9016bab51a36c574",
6546aca4
JB
11228 "shasum": ""
11229 },
11230 "require": {
955a3bde 11231 "php": ">=5.5.9"
6546aca4
JB
11232 },
11233 "conflict": {
11234 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11235 },
11236 "suggest": {
11237 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11238 },
11239 "bin": [
11240 "bin/simple-phpunit"
11241 ],
11242 "type": "symfony-bridge",
11243 "extra": {
11244 "branch-alias": {
955a3bde 11245 "dev-master": "4.3-dev"
6546aca4
JB
11246 },
11247 "thanks": {
11248 "name": "phpunit/phpunit",
11249 "url": "https://github.com/sebastianbergmann/phpunit"
11250 }
11251 },
11252 "autoload": {
11253 "files": [
11254 "bootstrap.php"
11255 ],
11256 "psr-4": {
11257 "Symfony\\Bridge\\PhpUnit\\": ""
11258 },
11259 "exclude-from-classmap": [
11260 "/Tests/"
11261 ]
11262 },
11263 "notification-url": "https://packagist.org/downloads/",
11264 "license": [
11265 "MIT"
11266 ],
11267 "authors": [
11268 {
11269 "name": "Nicolas Grekas",
11270 "email": "p@tchwork.com"
11271 },
11272 {
11273 "name": "Symfony Community",
11274 "homepage": "https://symfony.com/contributors"
11275 }
11276 ],
11277 "description": "Symfony PHPUnit Bridge",
11278 "homepage": "https://symfony.com",
195414ef 11279 "time": "2019-10-02T08:36:26+00:00"
6546aca4
JB
11280 }
11281 ],
11282 "aliases": [],
11283 "minimum-stability": "dev",
11284 "stability-flags": {
11285 "grandt/phpepub": 20,
6546aca4
JB
11286 "predis/predis": 20
11287 },
11288 "prefer-stable": true,
11289 "prefer-lowest": false,
11290 "platform": {
11291 "php": ">=7.1.3",
11292 "ext-pcre": "*",
11293 "ext-dom": "*",
11294 "ext-curl": "*",
11295 "ext-gd": "*",
11296 "ext-session": "*",
11297 "ext-ctype": "*",
11298 "ext-hash": "*",
11299 "ext-simplexml": "*",
11300 "ext-json": "*",
11301 "ext-mbstring": "*",
11302 "ext-xml": "*",
11303 "ext-iconv": "*",
11304 "ext-tokenizer": "*",
11305 "ext-pdo": "*",
11306 "ext-tidy": "*"
11307 },
11308 "platform-dev": [],
11309 "platform-overrides": {
11310 "php": "7.1.3"
11311 }
11312}