]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Release wallabag 2.3.7
[github/wallabag/wallabag.git] / composer.lock
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 ],
7 "content-hash": "9cd56d6ca82444bb7d172424c0ffb378",
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 },
59 {
60 "name": "behat/transliterator",
61 "version": "v1.2.0",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/Behat/Transliterator.git",
65 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
70 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
71 "shasum": ""
72 },
73 "require": {
74 "php": ">=5.3.3"
75 },
76 "require-dev": {
77 "chuyskywalker/rolling-curl": "^3.1",
78 "php-yaoi/php-yaoi": "^1.0"
79 },
80 "type": "library",
81 "extra": {
82 "branch-alias": {
83 "dev-master": "1.2-dev"
84 }
85 },
86 "autoload": {
87 "psr-0": {
88 "Behat\\Transliterator": "src/"
89 }
90 },
91 "notification-url": "https://packagist.org/downloads/",
92 "license": [
93 "Artistic-1.0"
94 ],
95 "description": "String transliterator",
96 "keywords": [
97 "i18n",
98 "slug",
99 "transliterator"
100 ],
101 "time": "2017-04-04T11:38:05+00:00"
102 },
103 {
104 "name": "composer/ca-bundle",
105 "version": "1.1.4",
106 "source": {
107 "type": "git",
108 "url": "https://github.com/composer/ca-bundle.git",
109 "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
110 },
111 "dist": {
112 "type": "zip",
113 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
114 "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
115 "shasum": ""
116 },
117 "require": {
118 "ext-openssl": "*",
119 "ext-pcre": "*",
120 "php": "^5.3.2 || ^7.0"
121 },
122 "require-dev": {
123 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
124 "psr/log": "^1.0",
125 "symfony/process": "^2.5 || ^3.0 || ^4.0"
126 },
127 "type": "library",
128 "extra": {
129 "branch-alias": {
130 "dev-master": "1.x-dev"
131 }
132 },
133 "autoload": {
134 "psr-4": {
135 "Composer\\CaBundle\\": "src"
136 }
137 },
138 "notification-url": "https://packagist.org/downloads/",
139 "license": [
140 "MIT"
141 ],
142 "authors": [
143 {
144 "name": "Jordi Boggiano",
145 "email": "j.boggiano@seld.be",
146 "homepage": "http://seld.be"
147 }
148 ],
149 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
150 "keywords": [
151 "cabundle",
152 "cacert",
153 "certificate",
154 "ssl",
155 "tls"
156 ],
157 "time": "2019-01-28T09:30:10+00:00"
158 },
159 {
160 "name": "craue/config-bundle",
161 "version": "2.1.0",
162 "source": {
163 "type": "git",
164 "url": "https://github.com/craue/CraueConfigBundle.git",
165 "reference": "9b6dffb96dd15183b4255db234284776bffa4dde"
166 },
167 "dist": {
168 "type": "zip",
169 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/9b6dffb96dd15183b4255db234284776bffa4dde",
170 "reference": "9b6dffb96dd15183b4255db234284776bffa4dde",
171 "shasum": ""
172 },
173 "require": {
174 "doctrine/doctrine-bundle": "~1.3",
175 "php": "^5.3.9|~7.0",
176 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
177 },
178 "require-dev": {
179 "doctrine/doctrine-cache-bundle": "~1.3",
180 "doctrine/orm": "^2.3.1",
181 "phpunit/phpunit": "^4.8.35|~5.7|~6.0",
182 "symfony/phpunit-bridge": "~3.2|~4.0",
183 "symfony/symfony": "~2.7|~3.0|~4.0"
184 },
185 "type": "symfony-bundle",
186 "extra": {
187 "branch-alias": {
188 "dev-master": "2.1.x-dev"
189 }
190 },
191 "autoload": {
192 "psr-4": {
193 "Craue\\ConfigBundle\\": ""
194 }
195 },
196 "notification-url": "https://packagist.org/downloads/",
197 "license": [
198 "MIT"
199 ],
200 "authors": [
201 {
202 "name": "Christian Raue",
203 "email": "christian.raue@gmail.com"
204 },
205 {
206 "name": "Symfony Community",
207 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
208 }
209 ],
210 "description": "Database-stored settings made available via a service for your Symfony project.",
211 "homepage": "https://github.com/craue/CraueConfigBundle",
212 "keywords": [
213 "Symfony2",
214 "config",
215 "symfony3",
216 "symfony4"
217 ],
218 "time": "2018-01-02T19:53:16+00:00"
219 },
220 {
221 "name": "defuse/php-encryption",
222 "version": "v2.2.1",
223 "source": {
224 "type": "git",
225 "url": "https://github.com/defuse/php-encryption.git",
226 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
227 },
228 "dist": {
229 "type": "zip",
230 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
231 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
232 "shasum": ""
233 },
234 "require": {
235 "ext-openssl": "*",
236 "paragonie/random_compat": ">= 2",
237 "php": ">=5.4.0"
238 },
239 "require-dev": {
240 "nikic/php-parser": "^2.0|^3.0|^4.0",
241 "phpunit/phpunit": "^4|^5"
242 },
243 "bin": [
244 "bin/generate-defuse-key"
245 ],
246 "type": "library",
247 "autoload": {
248 "psr-4": {
249 "Defuse\\Crypto\\": "src"
250 }
251 },
252 "notification-url": "https://packagist.org/downloads/",
253 "license": [
254 "MIT"
255 ],
256 "authors": [
257 {
258 "name": "Taylor Hornby",
259 "email": "taylor@defuse.ca",
260 "homepage": "https://defuse.ca/"
261 },
262 {
263 "name": "Scott Arciszewski",
264 "email": "info@paragonie.com",
265 "homepage": "https://paragonie.com"
266 }
267 ],
268 "description": "Secure PHP Encryption Library",
269 "keywords": [
270 "aes",
271 "authenticated encryption",
272 "cipher",
273 "crypto",
274 "cryptography",
275 "encrypt",
276 "encryption",
277 "openssl",
278 "security",
279 "symmetric key cryptography"
280 ],
281 "time": "2018-07-24T23:27:56+00:00"
282 },
283 {
284 "name": "doctrine/annotations",
285 "version": "v1.4.0",
286 "source": {
287 "type": "git",
288 "url": "https://github.com/doctrine/annotations.git",
289 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
290 },
291 "dist": {
292 "type": "zip",
293 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
294 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
295 "shasum": ""
296 },
297 "require": {
298 "doctrine/lexer": "1.*",
299 "php": "^5.6 || ^7.0"
300 },
301 "require-dev": {
302 "doctrine/cache": "1.*",
303 "phpunit/phpunit": "^5.7"
304 },
305 "type": "library",
306 "extra": {
307 "branch-alias": {
308 "dev-master": "1.4.x-dev"
309 }
310 },
311 "autoload": {
312 "psr-4": {
313 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
314 }
315 },
316 "notification-url": "https://packagist.org/downloads/",
317 "license": [
318 "MIT"
319 ],
320 "authors": [
321 {
322 "name": "Roman Borschel",
323 "email": "roman@code-factory.org"
324 },
325 {
326 "name": "Benjamin Eberlei",
327 "email": "kontakt@beberlei.de"
328 },
329 {
330 "name": "Guilherme Blanco",
331 "email": "guilhermeblanco@gmail.com"
332 },
333 {
334 "name": "Jonathan Wage",
335 "email": "jonwage@gmail.com"
336 },
337 {
338 "name": "Johannes Schmitt",
339 "email": "schmittjoh@gmail.com"
340 }
341 ],
342 "description": "Docblock Annotations Parser",
343 "homepage": "http://www.doctrine-project.org",
344 "keywords": [
345 "annotations",
346 "docblock",
347 "parser"
348 ],
349 "time": "2017-02-24T16:22:25+00:00"
350 },
351 {
352 "name": "doctrine/cache",
353 "version": "v1.6.2",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/cache.git",
357 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
362 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
363 "shasum": ""
364 },
365 "require": {
366 "php": "~5.5|~7.0"
367 },
368 "conflict": {
369 "doctrine/common": ">2.2,<2.4"
370 },
371 "require-dev": {
372 "phpunit/phpunit": "~4.8|~5.0",
373 "predis/predis": "~1.0",
374 "satooshi/php-coveralls": "~0.6"
375 },
376 "type": "library",
377 "extra": {
378 "branch-alias": {
379 "dev-master": "1.6.x-dev"
380 }
381 },
382 "autoload": {
383 "psr-4": {
384 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
385 }
386 },
387 "notification-url": "https://packagist.org/downloads/",
388 "license": [
389 "MIT"
390 ],
391 "authors": [
392 {
393 "name": "Roman Borschel",
394 "email": "roman@code-factory.org"
395 },
396 {
397 "name": "Benjamin Eberlei",
398 "email": "kontakt@beberlei.de"
399 },
400 {
401 "name": "Guilherme Blanco",
402 "email": "guilhermeblanco@gmail.com"
403 },
404 {
405 "name": "Jonathan Wage",
406 "email": "jonwage@gmail.com"
407 },
408 {
409 "name": "Johannes Schmitt",
410 "email": "schmittjoh@gmail.com"
411 }
412 ],
413 "description": "Caching library offering an object-oriented API for many cache backends",
414 "homepage": "http://www.doctrine-project.org",
415 "keywords": [
416 "cache",
417 "caching"
418 ],
419 "time": "2017-07-22T12:49:21+00:00"
420 },
421 {
422 "name": "doctrine/collections",
423 "version": "v1.4.0",
424 "source": {
425 "type": "git",
426 "url": "https://github.com/doctrine/collections.git",
427 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
428 },
429 "dist": {
430 "type": "zip",
431 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
432 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
433 "shasum": ""
434 },
435 "require": {
436 "php": "^5.6 || ^7.0"
437 },
438 "require-dev": {
439 "doctrine/coding-standard": "~0.1@dev",
440 "phpunit/phpunit": "^5.7"
441 },
442 "type": "library",
443 "extra": {
444 "branch-alias": {
445 "dev-master": "1.3.x-dev"
446 }
447 },
448 "autoload": {
449 "psr-0": {
450 "Doctrine\\Common\\Collections\\": "lib/"
451 }
452 },
453 "notification-url": "https://packagist.org/downloads/",
454 "license": [
455 "MIT"
456 ],
457 "authors": [
458 {
459 "name": "Roman Borschel",
460 "email": "roman@code-factory.org"
461 },
462 {
463 "name": "Benjamin Eberlei",
464 "email": "kontakt@beberlei.de"
465 },
466 {
467 "name": "Guilherme Blanco",
468 "email": "guilhermeblanco@gmail.com"
469 },
470 {
471 "name": "Jonathan Wage",
472 "email": "jonwage@gmail.com"
473 },
474 {
475 "name": "Johannes Schmitt",
476 "email": "schmittjoh@gmail.com"
477 }
478 ],
479 "description": "Collections Abstraction library",
480 "homepage": "http://www.doctrine-project.org",
481 "keywords": [
482 "array",
483 "collections",
484 "iterator"
485 ],
486 "time": "2017-01-03T10:49:41+00:00"
487 },
488 {
489 "name": "doctrine/common",
490 "version": "v2.7.3",
491 "source": {
492 "type": "git",
493 "url": "https://github.com/doctrine/common.git",
494 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
495 },
496 "dist": {
497 "type": "zip",
498 "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
499 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
500 "shasum": ""
501 },
502 "require": {
503 "doctrine/annotations": "1.*",
504 "doctrine/cache": "1.*",
505 "doctrine/collections": "1.*",
506 "doctrine/inflector": "1.*",
507 "doctrine/lexer": "1.*",
508 "php": "~5.6|~7.0"
509 },
510 "require-dev": {
511 "phpunit/phpunit": "^5.4.6"
512 },
513 "type": "library",
514 "extra": {
515 "branch-alias": {
516 "dev-master": "2.7.x-dev"
517 }
518 },
519 "autoload": {
520 "psr-4": {
521 "Doctrine\\Common\\": "lib/Doctrine/Common"
522 }
523 },
524 "notification-url": "https://packagist.org/downloads/",
525 "license": [
526 "MIT"
527 ],
528 "authors": [
529 {
530 "name": "Roman Borschel",
531 "email": "roman@code-factory.org"
532 },
533 {
534 "name": "Benjamin Eberlei",
535 "email": "kontakt@beberlei.de"
536 },
537 {
538 "name": "Guilherme Blanco",
539 "email": "guilhermeblanco@gmail.com"
540 },
541 {
542 "name": "Jonathan Wage",
543 "email": "jonwage@gmail.com"
544 },
545 {
546 "name": "Johannes Schmitt",
547 "email": "schmittjoh@gmail.com"
548 }
549 ],
550 "description": "Common Library for Doctrine projects",
551 "homepage": "http://www.doctrine-project.org",
552 "keywords": [
553 "annotations",
554 "collections",
555 "eventmanager",
556 "persistence",
557 "spl"
558 ],
559 "time": "2017-07-22T08:35:12+00:00"
560 },
561 {
562 "name": "doctrine/dbal",
563 "version": "v2.5.13",
564 "source": {
565 "type": "git",
566 "url": "https://github.com/doctrine/dbal.git",
567 "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
568 },
569 "dist": {
570 "type": "zip",
571 "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
572 "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
573 "shasum": ""
574 },
575 "require": {
576 "doctrine/common": ">=2.4,<2.8-dev",
577 "php": ">=5.3.2"
578 },
579 "require-dev": {
580 "phpunit/phpunit": "4.*",
581 "symfony/console": "2.*||^3.0"
582 },
583 "suggest": {
584 "symfony/console": "For helpful console commands such as SQL execution and import of files."
585 },
586 "bin": [
587 "bin/doctrine-dbal"
588 ],
589 "type": "library",
590 "extra": {
591 "branch-alias": {
592 "dev-master": "2.5.x-dev"
593 }
594 },
595 "autoload": {
596 "psr-0": {
597 "Doctrine\\DBAL\\": "lib/"
598 }
599 },
600 "notification-url": "https://packagist.org/downloads/",
601 "license": [
602 "MIT"
603 ],
604 "authors": [
605 {
606 "name": "Roman Borschel",
607 "email": "roman@code-factory.org"
608 },
609 {
610 "name": "Benjamin Eberlei",
611 "email": "kontakt@beberlei.de"
612 },
613 {
614 "name": "Guilherme Blanco",
615 "email": "guilhermeblanco@gmail.com"
616 },
617 {
618 "name": "Jonathan Wage",
619 "email": "jonwage@gmail.com"
620 }
621 ],
622 "description": "Database Abstraction Layer",
623 "homepage": "http://www.doctrine-project.org",
624 "keywords": [
625 "database",
626 "dbal",
627 "persistence",
628 "queryobject"
629 ],
630 "time": "2017-07-22T20:44:48+00:00"
631 },
632 {
633 "name": "doctrine/doctrine-bundle",
634 "version": "1.10.2",
635 "source": {
636 "type": "git",
637 "url": "https://github.com/doctrine/DoctrineBundle.git",
638 "reference": "1f99e6645030542079c57d4680601a4a8778a1bd"
639 },
640 "dist": {
641 "type": "zip",
642 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/1f99e6645030542079c57d4680601a4a8778a1bd",
643 "reference": "1f99e6645030542079c57d4680601a4a8778a1bd",
644 "shasum": ""
645 },
646 "require": {
647 "doctrine/dbal": "^2.5.12",
648 "doctrine/doctrine-cache-bundle": "~1.2",
649 "jdorn/sql-formatter": "^1.2.16",
650 "php": "^5.5.9|^7.0",
651 "symfony/console": "~2.7|~3.0|~4.0",
652 "symfony/dependency-injection": "~2.7|~3.0|~4.0",
653 "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
654 "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
655 },
656 "conflict": {
657 "symfony/http-foundation": "<2.6"
658 },
659 "require-dev": {
660 "doctrine/orm": "~2.4",
661 "php-coveralls/php-coveralls": "^2.1",
662 "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
663 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
664 "symfony/property-info": "~2.8|~3.0|~4.0",
665 "symfony/validator": "~2.7|~3.0|~4.0",
666 "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
667 "symfony/yaml": "~2.7|~3.0|~4.0",
668 "twig/twig": "~1.26|~2.0"
669 },
670 "suggest": {
671 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
672 "symfony/web-profiler-bundle": "To use the data collector."
673 },
674 "type": "symfony-bundle",
675 "extra": {
676 "branch-alias": {
677 "dev-master": "1.9.x-dev"
678 }
679 },
680 "autoload": {
681 "psr-4": {
682 "Doctrine\\Bundle\\DoctrineBundle\\": ""
683 }
684 },
685 "notification-url": "https://packagist.org/downloads/",
686 "license": [
687 "MIT"
688 ],
689 "authors": [
690 {
691 "name": "Symfony Community",
692 "homepage": "http://symfony.com/contributors"
693 },
694 {
695 "name": "Benjamin Eberlei",
696 "email": "kontakt@beberlei.de"
697 },
698 {
699 "name": "Doctrine Project",
700 "homepage": "http://www.doctrine-project.org/"
701 },
702 {
703 "name": "Fabien Potencier",
704 "email": "fabien@symfony.com"
705 }
706 ],
707 "description": "Symfony DoctrineBundle",
708 "homepage": "http://www.doctrine-project.org",
709 "keywords": [
710 "database",
711 "dbal",
712 "orm",
713 "persistence"
714 ],
715 "time": "2019-02-06T13:18:04+00:00"
716 },
717 {
718 "name": "doctrine/doctrine-cache-bundle",
719 "version": "1.3.5",
720 "source": {
721 "type": "git",
722 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
723 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
724 },
725 "dist": {
726 "type": "zip",
727 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
728 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
729 "shasum": ""
730 },
731 "require": {
732 "doctrine/cache": "^1.4.2",
733 "doctrine/inflector": "~1.0",
734 "php": ">=5.3.2",
735 "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
736 },
737 "require-dev": {
738 "instaclick/coding-standard": "~1.1",
739 "instaclick/object-calisthenics-sniffs": "dev-master",
740 "instaclick/symfony2-coding-standard": "dev-remaster",
741 "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
742 "predis/predis": "~0.8",
743 "satooshi/php-coveralls": "^1.0",
744 "squizlabs/php_codesniffer": "~1.5",
745 "symfony/console": "~2.7|~3.3|~4.0",
746 "symfony/finder": "~2.7|~3.3|~4.0",
747 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
748 "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
749 "symfony/security-acl": "~2.7|~3.3",
750 "symfony/validator": "~2.7|~3.3|~4.0",
751 "symfony/yaml": "~2.7|~3.3|~4.0"
752 },
753 "suggest": {
754 "symfony/security-acl": "For using this bundle to cache ACLs"
755 },
756 "type": "symfony-bundle",
757 "extra": {
758 "branch-alias": {
759 "dev-master": "1.3.x-dev"
760 }
761 },
762 "autoload": {
763 "psr-4": {
764 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
765 },
766 "exclude-from-classmap": [
767 "/Tests/"
768 ]
769 },
770 "notification-url": "https://packagist.org/downloads/",
771 "license": [
772 "MIT"
773 ],
774 "authors": [
775 {
776 "name": "Symfony Community",
777 "homepage": "http://symfony.com/contributors"
778 },
779 {
780 "name": "Benjamin Eberlei",
781 "email": "kontakt@beberlei.de"
782 },
783 {
784 "name": "Fabio B. Silva",
785 "email": "fabio.bat.silva@gmail.com"
786 },
787 {
788 "name": "Guilherme Blanco",
789 "email": "guilhermeblanco@hotmail.com"
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 Bundle for Doctrine Cache",
801 "homepage": "https://www.doctrine-project.org",
802 "keywords": [
803 "cache",
804 "caching"
805 ],
806 "time": "2018-11-09T06:25:35+00:00"
807 },
808 {
809 "name": "doctrine/doctrine-migrations-bundle",
810 "version": "v1.3.2",
811 "source": {
812 "type": "git",
813 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
814 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
815 },
816 "dist": {
817 "type": "zip",
818 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
819 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
820 "shasum": ""
821 },
822 "require": {
823 "doctrine/doctrine-bundle": "~1.0",
824 "doctrine/migrations": "^1.1",
825 "php": ">=5.4.0",
826 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
827 },
828 "require-dev": {
829 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
830 },
831 "type": "symfony-bundle",
832 "extra": {
833 "branch-alias": {
834 "dev-master": "1.3-dev"
835 }
836 },
837 "autoload": {
838 "psr-4": {
839 "Doctrine\\Bundle\\MigrationsBundle\\": ""
840 }
841 },
842 "notification-url": "https://packagist.org/downloads/",
843 "license": [
844 "MIT"
845 ],
846 "authors": [
847 {
848 "name": "Symfony Community",
849 "homepage": "http://symfony.com/contributors"
850 },
851 {
852 "name": "Doctrine Project",
853 "homepage": "http://www.doctrine-project.org"
854 },
855 {
856 "name": "Fabien Potencier",
857 "email": "fabien@symfony.com"
858 }
859 ],
860 "description": "Symfony DoctrineMigrationsBundle",
861 "homepage": "http://www.doctrine-project.org",
862 "keywords": [
863 "dbal",
864 "migrations",
865 "schema"
866 ],
867 "time": "2018-12-03T11:55:33+00:00"
868 },
869 {
870 "name": "doctrine/inflector",
871 "version": "v1.1.0",
872 "source": {
873 "type": "git",
874 "url": "https://github.com/doctrine/inflector.git",
875 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
876 },
877 "dist": {
878 "type": "zip",
879 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
880 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
881 "shasum": ""
882 },
883 "require": {
884 "php": ">=5.3.2"
885 },
886 "require-dev": {
887 "phpunit/phpunit": "4.*"
888 },
889 "type": "library",
890 "extra": {
891 "branch-alias": {
892 "dev-master": "1.1.x-dev"
893 }
894 },
895 "autoload": {
896 "psr-0": {
897 "Doctrine\\Common\\Inflector\\": "lib/"
898 }
899 },
900 "notification-url": "https://packagist.org/downloads/",
901 "license": [
902 "MIT"
903 ],
904 "authors": [
905 {
906 "name": "Roman Borschel",
907 "email": "roman@code-factory.org"
908 },
909 {
910 "name": "Benjamin Eberlei",
911 "email": "kontakt@beberlei.de"
912 },
913 {
914 "name": "Guilherme Blanco",
915 "email": "guilhermeblanco@gmail.com"
916 },
917 {
918 "name": "Jonathan Wage",
919 "email": "jonwage@gmail.com"
920 },
921 {
922 "name": "Johannes Schmitt",
923 "email": "schmittjoh@gmail.com"
924 }
925 ],
926 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
927 "homepage": "http://www.doctrine-project.org",
928 "keywords": [
929 "inflection",
930 "pluralize",
931 "singularize",
932 "string"
933 ],
934 "time": "2015-11-06T14:35:42+00:00"
935 },
936 {
937 "name": "doctrine/instantiator",
938 "version": "1.0.5",
939 "source": {
940 "type": "git",
941 "url": "https://github.com/doctrine/instantiator.git",
942 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
943 },
944 "dist": {
945 "type": "zip",
946 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
947 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
948 "shasum": ""
949 },
950 "require": {
951 "php": ">=5.3,<8.0-DEV"
952 },
953 "require-dev": {
954 "athletic/athletic": "~0.1.8",
955 "ext-pdo": "*",
956 "ext-phar": "*",
957 "phpunit/phpunit": "~4.0",
958 "squizlabs/php_codesniffer": "~2.0"
959 },
960 "type": "library",
961 "extra": {
962 "branch-alias": {
963 "dev-master": "1.0.x-dev"
964 }
965 },
966 "autoload": {
967 "psr-4": {
968 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
969 }
970 },
971 "notification-url": "https://packagist.org/downloads/",
972 "license": [
973 "MIT"
974 ],
975 "authors": [
976 {
977 "name": "Marco Pivetta",
978 "email": "ocramius@gmail.com",
979 "homepage": "http://ocramius.github.com/"
980 }
981 ],
982 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
983 "homepage": "https://github.com/doctrine/instantiator",
984 "keywords": [
985 "constructor",
986 "instantiate"
987 ],
988 "time": "2015-06-14T21:17:01+00:00"
989 },
990 {
991 "name": "doctrine/lexer",
992 "version": "v1.0.1",
993 "source": {
994 "type": "git",
995 "url": "https://github.com/doctrine/lexer.git",
996 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
997 },
998 "dist": {
999 "type": "zip",
1000 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1001 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1002 "shasum": ""
1003 },
1004 "require": {
1005 "php": ">=5.3.2"
1006 },
1007 "type": "library",
1008 "extra": {
1009 "branch-alias": {
1010 "dev-master": "1.0.x-dev"
1011 }
1012 },
1013 "autoload": {
1014 "psr-0": {
1015 "Doctrine\\Common\\Lexer\\": "lib/"
1016 }
1017 },
1018 "notification-url": "https://packagist.org/downloads/",
1019 "license": [
1020 "MIT"
1021 ],
1022 "authors": [
1023 {
1024 "name": "Roman Borschel",
1025 "email": "roman@code-factory.org"
1026 },
1027 {
1028 "name": "Guilherme Blanco",
1029 "email": "guilhermeblanco@gmail.com"
1030 },
1031 {
1032 "name": "Johannes Schmitt",
1033 "email": "schmittjoh@gmail.com"
1034 }
1035 ],
1036 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1037 "homepage": "http://www.doctrine-project.org",
1038 "keywords": [
1039 "lexer",
1040 "parser"
1041 ],
1042 "time": "2014-09-09T13:34:57+00:00"
1043 },
1044 {
1045 "name": "doctrine/migrations",
1046 "version": "v1.5.0",
1047 "source": {
1048 "type": "git",
1049 "url": "https://github.com/doctrine/migrations.git",
1050 "reference": "c81147c0f2938a6566594455367e095150547f72"
1051 },
1052 "dist": {
1053 "type": "zip",
1054 "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
1055 "reference": "c81147c0f2938a6566594455367e095150547f72",
1056 "shasum": ""
1057 },
1058 "require": {
1059 "doctrine/dbal": "~2.2",
1060 "ocramius/proxy-manager": "^1.0|^2.0",
1061 "php": "^5.5|^7.0",
1062 "symfony/console": "~2.3|~3.0",
1063 "symfony/yaml": "~2.3|~3.0"
1064 },
1065 "require-dev": {
1066 "doctrine/coding-standard": "dev-master",
1067 "doctrine/orm": "2.*",
1068 "jdorn/sql-formatter": "~1.1",
1069 "johnkary/phpunit-speedtrap": "~1.0@dev",
1070 "mikey179/vfsstream": "^1.6",
1071 "mockery/mockery": "^0.9.4",
1072 "phpunit/phpunit": "~4.7",
1073 "satooshi/php-coveralls": "^1.0"
1074 },
1075 "suggest": {
1076 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
1077 },
1078 "bin": [
1079 "bin/doctrine-migrations"
1080 ],
1081 "type": "library",
1082 "extra": {
1083 "branch-alias": {
1084 "dev-master": "v1.6.x-dev"
1085 }
1086 },
1087 "autoload": {
1088 "psr-4": {
1089 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1090 }
1091 },
1092 "notification-url": "https://packagist.org/downloads/",
1093 "license": [
1094 "LGPL-2.1"
1095 ],
1096 "authors": [
1097 {
1098 "name": "Benjamin Eberlei",
1099 "email": "kontakt@beberlei.de"
1100 },
1101 {
1102 "name": "Jonathan Wage",
1103 "email": "jonwage@gmail.com"
1104 },
1105 {
1106 "name": "Michael Simonson",
1107 "email": "contact@mikesimonson.com"
1108 }
1109 ],
1110 "description": "Database Schema migrations using Doctrine DBAL",
1111 "homepage": "http://www.doctrine-project.org",
1112 "keywords": [
1113 "database",
1114 "migrations"
1115 ],
1116 "time": "2016-12-25T22:54:00+00:00"
1117 },
1118 {
1119 "name": "doctrine/orm",
1120 "version": "v2.5.14",
1121 "source": {
1122 "type": "git",
1123 "url": "https://github.com/doctrine/orm.git",
1124 "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
1125 },
1126 "dist": {
1127 "type": "zip",
1128 "url": "https://api.github.com/repos/doctrine/orm/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
1129 "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
1130 "shasum": ""
1131 },
1132 "require": {
1133 "doctrine/cache": "~1.4",
1134 "doctrine/collections": "~1.2",
1135 "doctrine/common": ">=2.5-dev,<2.9-dev",
1136 "doctrine/dbal": ">=2.5-dev,<2.7-dev",
1137 "doctrine/instantiator": "^1.0.1",
1138 "ext-pdo": "*",
1139 "php": ">=5.4",
1140 "symfony/console": "~2.5|~3.0|~4.0"
1141 },
1142 "require-dev": {
1143 "phpunit/phpunit": "~4.0",
1144 "symfony/yaml": "~2.3|~3.0|~4.0"
1145 },
1146 "suggest": {
1147 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1148 },
1149 "bin": [
1150 "bin/doctrine",
1151 "bin/doctrine.php"
1152 ],
1153 "type": "library",
1154 "extra": {
1155 "branch-alias": {
1156 "dev-master": "2.6.x-dev"
1157 }
1158 },
1159 "autoload": {
1160 "psr-0": {
1161 "Doctrine\\ORM\\": "lib/"
1162 }
1163 },
1164 "notification-url": "https://packagist.org/downloads/",
1165 "license": [
1166 "MIT"
1167 ],
1168 "authors": [
1169 {
1170 "name": "Roman Borschel",
1171 "email": "roman@code-factory.org"
1172 },
1173 {
1174 "name": "Benjamin Eberlei",
1175 "email": "kontakt@beberlei.de"
1176 },
1177 {
1178 "name": "Guilherme Blanco",
1179 "email": "guilhermeblanco@gmail.com"
1180 },
1181 {
1182 "name": "Jonathan Wage",
1183 "email": "jonwage@gmail.com"
1184 }
1185 ],
1186 "description": "Object-Relational-Mapper for PHP",
1187 "homepage": "http://www.doctrine-project.org",
1188 "keywords": [
1189 "database",
1190 "orm"
1191 ],
1192 "time": "2017-12-17T02:57:51+00:00"
1193 },
1194 {
1195 "name": "electrolinux/php-html5lib",
1196 "version": "0.1.0",
1197 "source": {
1198 "type": "git",
1199 "url": "https://github.com/electrolinux/php-html5lib.git",
1200 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1201 },
1202 "dist": {
1203 "type": "zip",
1204 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1205 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1206 "shasum": ""
1207 },
1208 "require": {
1209 "php": ">=5.3.2"
1210 },
1211 "type": "library",
1212 "autoload": {
1213 "psr-0": {
1214 "HTML5Lib": "src/",
1215 "HTML5Lib\\Tests": "tests/"
1216 }
1217 },
1218 "notification-url": "https://packagist.org/downloads/",
1219 "license": [
1220 "MIT"
1221 ],
1222 "authors": [
1223 {
1224 "name": "Multiple users",
1225 "homepage": "https://code.google.com/p/html5lib/",
1226 "role": "Original developers"
1227 },
1228 {
1229 "name": "Sébastien Lavoie",
1230 "homepage": "http://blog.lavoie.sl",
1231 "role": "Packager"
1232 },
1233 {
1234 "name": "didier Belot",
1235 "role": "Packager"
1236 }
1237 ],
1238 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1239 "homepage": "https://github.com/electrolinux/php-html5lib",
1240 "keywords": [
1241 "HTML5",
1242 "php"
1243 ],
1244 "time": "2013-03-18T18:32:30+00:00"
1245 },
1246 {
1247 "name": "fig/link-util",
1248 "version": "1.0.0",
1249 "source": {
1250 "type": "git",
1251 "url": "https://github.com/php-fig/link-util.git",
1252 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1253 },
1254 "dist": {
1255 "type": "zip",
1256 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1257 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1258 "shasum": ""
1259 },
1260 "require": {
1261 "php": ">=5.5.0",
1262 "psr/link": "~1.0@dev"
1263 },
1264 "require-dev": {
1265 "phpunit/phpunit": "^5.1",
1266 "squizlabs/php_codesniffer": "^2.3.1"
1267 },
1268 "type": "library",
1269 "extra": {
1270 "branch-alias": {
1271 "dev-master": "1.0.x-dev"
1272 }
1273 },
1274 "autoload": {
1275 "psr-4": {
1276 "Fig\\Link\\": "src/"
1277 }
1278 },
1279 "notification-url": "https://packagist.org/downloads/",
1280 "license": [
1281 "MIT"
1282 ],
1283 "authors": [
1284 {
1285 "name": "PHP-FIG",
1286 "homepage": "http://www.php-fig.org/"
1287 }
1288 ],
1289 "description": "Common utility implementations for HTTP links",
1290 "keywords": [
1291 "http",
1292 "http-link",
1293 "link",
1294 "psr",
1295 "psr-13",
1296 "rest"
1297 ],
1298 "time": "2016-10-17T18:31:11+00:00"
1299 },
1300 {
1301 "name": "fossar/htmlawed",
1302 "version": "1.2.6",
1303 "source": {
1304 "type": "git",
1305 "url": "https://github.com/fossar/HTMLawed.git",
1306 "reference": "f83914ca2a5bf450e79462be22486f51a4ae7f79"
1307 },
1308 "dist": {
1309 "type": "zip",
1310 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/f83914ca2a5bf450e79462be22486f51a4ae7f79",
1311 "reference": "f83914ca2a5bf450e79462be22486f51a4ae7f79",
1312 "shasum": ""
1313 },
1314 "require": {
1315 "php": ">4.4.0"
1316 },
1317 "replace": {
1318 "htmlawed/htmlawed": "*"
1319 },
1320 "type": "library",
1321 "autoload": {
1322 "files": [
1323 "htmLawed.php"
1324 ]
1325 },
1326 "notification-url": "https://packagist.org/downloads/",
1327 "license": [
1328 "GPL-2.0+",
1329 "LGPL-3.0"
1330 ],
1331 "authors": [
1332 {
1333 "name": "Santosh Patnaik",
1334 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1335 "role": "Developer"
1336 }
1337 ],
1338 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1339 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1340 "keywords": [
1341 "HTMLtidy",
1342 "html",
1343 "sanitize",
1344 "strip",
1345 "tags"
1346 ],
1347 "time": "2018-12-14T19:44:53+00:00"
1348 },
1349 {
1350 "name": "friendsofsymfony/jsrouting-bundle",
1351 "version": "1.6.3",
1352 "source": {
1353 "type": "git",
1354 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1355 "reference": "49c1069132dcef371fb526351569deabeb6f0d8e"
1356 },
1357 "dist": {
1358 "type": "zip",
1359 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/49c1069132dcef371fb526351569deabeb6f0d8e",
1360 "reference": "49c1069132dcef371fb526351569deabeb6f0d8e",
1361 "shasum": ""
1362 },
1363 "require": {
1364 "php": ">=5.3.2",
1365 "symfony/console": "~2.3|3.*",
1366 "symfony/framework-bundle": "~2.3|3.*",
1367 "symfony/serializer": "~2.3|3.*",
1368 "willdurand/jsonp-callback-validator": "~1.0"
1369 },
1370 "require-dev": {
1371 "symfony/expression-language": "~2.4|3.*",
1372 "symfony/phpunit-bridge": "^3.3"
1373 },
1374 "type": "symfony-bundle",
1375 "extra": {
1376 "branch-alias": {
1377 "dev-master": "1.6-dev"
1378 }
1379 },
1380 "autoload": {
1381 "psr-4": {
1382 "FOS\\JsRoutingBundle\\": ""
1383 }
1384 },
1385 "notification-url": "https://packagist.org/downloads/",
1386 "license": [
1387 "MIT"
1388 ],
1389 "authors": [
1390 {
1391 "name": "FriendsOfSymfony Community",
1392 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1393 },
1394 {
1395 "name": "William Durand",
1396 "email": "william.durand1@gmail.com"
1397 }
1398 ],
1399 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1400 "homepage": "http://friendsofsymfony.github.com",
1401 "keywords": [
1402 "Js Routing",
1403 "javascript",
1404 "routing"
1405 ],
1406 "time": "2017-08-25T15:21:42+00:00"
1407 },
1408 {
1409 "name": "friendsofsymfony/oauth-server-bundle",
1410 "version": "1.6.2",
1411 "source": {
1412 "type": "git",
1413 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1414 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1415 },
1416 "dist": {
1417 "type": "zip",
1418 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1419 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1420 "shasum": ""
1421 },
1422 "require": {
1423 "friendsofsymfony/oauth2-php": "~1.1",
1424 "paragonie/random_compat": "^1|^2",
1425 "php": "^5.5|^7.0",
1426 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1427 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1428 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1429 },
1430 "require-dev": {
1431 "doctrine/doctrine-bundle": "~1.0",
1432 "doctrine/mongodb-odm": "~1.0",
1433 "doctrine/orm": "~2.2",
1434 "phing/phing": "~2.4",
1435 "php-mock/php-mock-phpunit": "^1.1",
1436 "phpunit/phpunit": "~4.8|~5.0",
1437 "propel/propel1": "^1.6.5",
1438 "symfony/class-loader": "~2.8|~3.0|^4.0",
1439 "symfony/console": "~2.8|~3.0|^4.0",
1440 "symfony/form": "~2.8|~3.0|^4.0",
1441 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1442 "symfony/templating": "~2.8|~3.0|^4.0",
1443 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1444 "symfony/yaml": "~2.8|~3.0|^4.0",
1445 "willdurand/propel-typehintable-behavior": "^1.0.4"
1446 },
1447 "suggest": {
1448 "doctrine/doctrine-bundle": "*",
1449 "doctrine/mongodb-odm-bundle": "*",
1450 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1451 "symfony/console": "Needed to be able to use commands",
1452 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1453 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1454 },
1455 "type": "symfony-bundle",
1456 "extra": {
1457 "branch-alias": {
1458 "dev-master": "1.5-dev"
1459 }
1460 },
1461 "autoload": {
1462 "psr-4": {
1463 "FOS\\OAuthServerBundle\\": ""
1464 },
1465 "exclude-from-classmap": [
1466 "/Tests/"
1467 ]
1468 },
1469 "notification-url": "https://packagist.org/downloads/",
1470 "license": [
1471 "MIT"
1472 ],
1473 "authors": [
1474 {
1475 "name": "Arnaud Le Blanc",
1476 "email": "arnaud.lb@gmail.com"
1477 },
1478 {
1479 "name": "FriendsOfSymfony Community",
1480 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1481 }
1482 ],
1483 "description": "Symfony2 OAuth Server Bundle",
1484 "homepage": "http://friendsofsymfony.github.com",
1485 "keywords": [
1486 "oauth",
1487 "oauth2",
1488 "server"
1489 ],
1490 "time": "2019-01-23T15:23:04+00:00"
1491 },
1492 {
1493 "name": "friendsofsymfony/oauth2-php",
1494 "version": "1.2.3",
1495 "source": {
1496 "type": "git",
1497 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1498 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1499 },
1500 "dist": {
1501 "type": "zip",
1502 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1503 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1504 "shasum": ""
1505 },
1506 "require": {
1507 "php": "^5.5.9|>=7.0.8",
1508 "symfony/http-foundation": "~3.0|~4.0"
1509 },
1510 "require-dev": {
1511 "phpunit/phpunit": "~4.0"
1512 },
1513 "type": "library",
1514 "extra": {
1515 "branch-alias": {
1516 "dev-master": "1.2.x-dev"
1517 }
1518 },
1519 "autoload": {
1520 "psr-4": {
1521 "OAuth2\\": "lib/"
1522 }
1523 },
1524 "notification-url": "https://packagist.org/downloads/",
1525 "license": [
1526 "MIT"
1527 ],
1528 "authors": [
1529 {
1530 "name": "Arnaud Le Blanc",
1531 "email": "arnaud.lb@gmail.com"
1532 },
1533 {
1534 "name": "FriendsOfSymfony Community",
1535 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1536 }
1537 ],
1538 "description": "OAuth2 library",
1539 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1540 "keywords": [
1541 "oauth",
1542 "oauth2"
1543 ],
1544 "time": "2018-01-30T19:58:25+00:00"
1545 },
1546 {
1547 "name": "friendsofsymfony/rest-bundle",
1548 "version": "2.4.0",
1549 "source": {
1550 "type": "git",
1551 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1552 "reference": "3725279a6554c1d894eee0b377f49d3f69e3c217"
1553 },
1554 "dist": {
1555 "type": "zip",
1556 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3725279a6554c1d894eee0b377f49d3f69e3c217",
1557 "reference": "3725279a6554c1d894eee0b377f49d3f69e3c217",
1558 "shasum": ""
1559 },
1560 "require": {
1561 "doctrine/inflector": "^1.0",
1562 "php": "^5.5.9|~7.0",
1563 "psr/log": "^1.0",
1564 "symfony/config": "^2.7|^3.0|^4.0",
1565 "symfony/debug": "^2.7|^3.0|^4.0",
1566 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
1567 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
1568 "symfony/finder": "^2.7|^3.0|^4.0",
1569 "symfony/framework-bundle": "^2.7|^3.0|^4.0",
1570 "symfony/http-foundation": "^2.7|^3.0|^4.0",
1571 "symfony/http-kernel": "^2.7|^3.0|^4.0",
1572 "symfony/routing": "^2.7|^3.0|^4.0",
1573 "symfony/security-core": "^2.7|^3.0|^4.0",
1574 "symfony/templating": "^2.7|^3.0|^4.0",
1575 "willdurand/jsonp-callback-validator": "^1.0",
1576 "willdurand/negotiation": "^2.0"
1577 },
1578 "conflict": {
1579 "jms/serializer": "1.3.0",
1580 "jms/serializer-bundle": "<1.2.0",
1581 "sensio/framework-extra-bundle": "<3.0.13"
1582 },
1583 "require-dev": {
1584 "jms/serializer-bundle": "^1.2|^2.0",
1585 "phpoption/phpoption": "^1.1",
1586 "psr/http-message": "^1.0",
1587 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
1588 "symfony/asset": "^2.7|^3.0|^4.0",
1589 "symfony/browser-kit": "^2.7|^3.0|^4.0",
1590 "symfony/css-selector": "^2.7|^3.0|^4.0",
1591 "symfony/dependency-injection": "^2.7.20|^3.0|^4.0",
1592 "symfony/expression-language": "~2.7|^3.0|^4.0",
1593 "symfony/form": "^2.7|^3.0|^4.0",
1594 "symfony/phpunit-bridge": "^4.0",
1595 "symfony/security-bundle": "^2.7|^3.0|^4.0",
1596 "symfony/serializer": "^2.7.11|^3.0.4|^4.0",
1597 "symfony/twig-bundle": "^2.7|^3.0|^4.0",
1598 "symfony/validator": "^2.7|^3.0|^4.0",
1599 "symfony/web-profiler-bundle": "^2.7|^3.0|^4.0",
1600 "symfony/yaml": "^2.7|^3.0|^4.0"
1601 },
1602 "suggest": {
1603 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0",
1604 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
1605 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
1606 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
1607 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
1608 },
1609 "type": "symfony-bundle",
1610 "extra": {
1611 "branch-alias": {
1612 "dev-master": "2.4-dev"
1613 }
1614 },
1615 "autoload": {
1616 "psr-4": {
1617 "FOS\\RestBundle\\": ""
1618 },
1619 "exclude-from-classmap": [
1620 "Tests/"
1621 ]
1622 },
1623 "notification-url": "https://packagist.org/downloads/",
1624 "license": [
1625 "MIT"
1626 ],
1627 "authors": [
1628 {
1629 "name": "Lukas Kahwe Smith",
1630 "email": "smith@pooteeweet.org"
1631 },
1632 {
1633 "name": "FriendsOfSymfony Community",
1634 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1635 },
1636 {
1637 "name": "Konstantin Kudryashov",
1638 "email": "ever.zet@gmail.com"
1639 }
1640 ],
1641 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1642 "homepage": "http://friendsofsymfony.github.com",
1643 "keywords": [
1644 "rest"
1645 ],
1646 "time": "2018-08-21T16:54:14+00:00"
1647 },
1648 {
1649 "name": "friendsofsymfony/user-bundle",
1650 "version": "v2.0.2",
1651 "source": {
1652 "type": "git",
1653 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1654 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
1655 },
1656 "dist": {
1657 "type": "zip",
1658 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
1659 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
1660 "shasum": ""
1661 },
1662 "require": {
1663 "paragonie/random_compat": "^1 || ^2",
1664 "php": "^5.5.9 || ^7.0",
1665 "symfony/form": "^2.7 || ^3.0",
1666 "symfony/framework-bundle": "^2.7 || ^3.0",
1667 "symfony/security-bundle": "^2.7 || ^3.0",
1668 "symfony/templating": "^2.7 || ^3.0",
1669 "symfony/twig-bundle": "^2.7 || ^3.0",
1670 "twig/twig": "^1.28 || ^2.0"
1671 },
1672 "conflict": {
1673 "doctrine/doctrine-bundle": "<1.3",
1674 "symfony/doctrine-bridge": "<2.7"
1675 },
1676 "require-dev": {
1677 "doctrine/doctrine-bundle": "^1.3",
1678 "friendsofphp/php-cs-fixer": "^1.11",
1679 "phpunit/phpunit": "~4.8|~5.0",
1680 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
1681 "symfony/console": "^2.7 || ^3.0",
1682 "symfony/phpunit-bridge": "^2.7 || ^3.0",
1683 "symfony/validator": "^2.7 || ^3.0",
1684 "symfony/yaml": "^2.7 || ^3.0"
1685 },
1686 "type": "symfony-bundle",
1687 "extra": {
1688 "branch-alias": {
1689 "dev-master": "2.0.x-dev"
1690 }
1691 },
1692 "autoload": {
1693 "psr-4": {
1694 "FOS\\UserBundle\\": ""
1695 },
1696 "exclude-from-classmap": [
1697 "/Tests/"
1698 ]
1699 },
1700 "notification-url": "https://packagist.org/downloads/",
1701 "license": [
1702 "MIT"
1703 ],
1704 "authors": [
1705 {
1706 "name": "Christophe Coevoet",
1707 "email": "stof@notk.org"
1708 },
1709 {
1710 "name": "FriendsOfSymfony Community",
1711 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1712 },
1713 {
1714 "name": "Thibault Duplessis",
1715 "email": "thibault.duplessis@gmail.com"
1716 }
1717 ],
1718 "description": "Symfony FOSUserBundle",
1719 "homepage": "http://friendsofsymfony.github.com",
1720 "keywords": [
1721 "User management"
1722 ],
1723 "time": "2017-11-29T17:01:21+00:00"
1724 },
1725 {
1726 "name": "gedmo/doctrine-extensions",
1727 "version": "v2.4.36",
1728 "source": {
1729 "type": "git",
1730 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1731 "reference": "87c78ff9fd4b90460386f753d95622f6fbbfcb27"
1732 },
1733 "dist": {
1734 "type": "zip",
1735 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/87c78ff9fd4b90460386f753d95622f6fbbfcb27",
1736 "reference": "87c78ff9fd4b90460386f753d95622f6fbbfcb27",
1737 "shasum": ""
1738 },
1739 "require": {
1740 "behat/transliterator": "~1.2",
1741 "doctrine/common": "~2.4",
1742 "php": ">=5.3.2"
1743 },
1744 "conflict": {
1745 "doctrine/annotations": "<1.2"
1746 },
1747 "require-dev": {
1748 "doctrine/common": ">=2.5.0",
1749 "doctrine/mongodb-odm": ">=1.0.2",
1750 "doctrine/orm": ">=2.5.0",
1751 "phpunit/phpunit": "^4.8.35|^5.7|^6.5",
1752 "symfony/yaml": "~2.6|~3.0|~4.0"
1753 },
1754 "suggest": {
1755 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1756 "doctrine/orm": "to use the extensions with the ORM"
1757 },
1758 "type": "library",
1759 "extra": {
1760 "branch-alias": {
1761 "dev-master": "2.4.x-dev"
1762 }
1763 },
1764 "autoload": {
1765 "psr-4": {
1766 "Gedmo\\": "lib/Gedmo"
1767 }
1768 },
1769 "notification-url": "https://packagist.org/downloads/",
1770 "license": [
1771 "MIT"
1772 ],
1773 "authors": [
1774 {
1775 "name": "David Buchmann",
1776 "email": "david@liip.ch"
1777 },
1778 {
1779 "name": "Gediminas Morkevicius",
1780 "email": "gediminas.morkevicius@gmail.com"
1781 },
1782 {
1783 "name": "Gustavo Falco",
1784 "email": "comfortablynumb84@gmail.com"
1785 }
1786 ],
1787 "description": "Doctrine2 behavioral extensions",
1788 "homepage": "http://gediminasm.org/",
1789 "keywords": [
1790 "Blameable",
1791 "behaviors",
1792 "doctrine2",
1793 "extensions",
1794 "gedmo",
1795 "loggable",
1796 "nestedset",
1797 "sluggable",
1798 "sortable",
1799 "timestampable",
1800 "translatable",
1801 "tree",
1802 "uploadable"
1803 ],
1804 "time": "2018-07-26T12:16:35+00:00"
1805 },
1806 {
1807 "name": "grandt/binstring",
1808 "version": "1.0.0",
1809 "source": {
1810 "type": "git",
1811 "url": "https://github.com/Grandt/PHPBinString.git",
1812 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
1813 },
1814 "dist": {
1815 "type": "zip",
1816 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1817 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1818 "shasum": ""
1819 },
1820 "require": {
1821 "php": ">=5.0"
1822 },
1823 "type": "library",
1824 "autoload": {
1825 "classmap": [
1826 "BinString.php",
1827 "BinStringStatic.php"
1828 ]
1829 },
1830 "notification-url": "https://packagist.org/downloads/",
1831 "license": [
1832 "LGPL-2.1"
1833 ],
1834 "authors": [
1835 {
1836 "name": "A. Grandt",
1837 "email": "php@grandt.com",
1838 "role": "Developer"
1839 }
1840 ],
1841 "description": "A class for working around the use of mbstring.func_override",
1842 "homepage": "https://github.com/Grandt/PHPBinString",
1843 "keywords": [
1844 "binary strings",
1845 "mbstring"
1846 ],
1847 "time": "2015-08-13T06:14:41+00:00"
1848 },
1849 {
1850 "name": "grandt/phpepub",
1851 "version": "4.0.7.1",
1852 "source": {
1853 "type": "git",
1854 "url": "https://github.com/Grandt/PHPePub.git",
1855 "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452"
1856 },
1857 "dist": {
1858 "type": "zip",
1859 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/ccb501e566358ac19a9fedb6eb8bf96665823452",
1860 "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452",
1861 "shasum": ""
1862 },
1863 "require": {
1864 "grandt/phpresizegif": "~1.0.3",
1865 "grandt/relativepath": "~1.0.1",
1866 "php": ">=5.3.0",
1867 "phpzip/phpzip": "~2.0.7"
1868 },
1869 "type": "library",
1870 "autoload": {
1871 "psr-4": {
1872 "PHPePub\\": "src/PHPePub"
1873 },
1874 "classmap": [
1875 "src/lib.uuid.php"
1876 ]
1877 },
1878 "notification-url": "https://packagist.org/downloads/",
1879 "license": [
1880 "LGPL-2.1"
1881 ],
1882 "authors": [
1883 {
1884 "name": "A. Grandt",
1885 "email": "php@grandt.com",
1886 "homepage": "http://grandt.com",
1887 "role": "Developer"
1888 }
1889 ],
1890 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
1891 "homepage": "https://github.com/Grandt/PHPZip",
1892 "keywords": [
1893 "e-book",
1894 "epub"
1895 ],
1896 "time": "2016-03-16T15:48:26+00:00"
1897 },
1898 {
1899 "name": "grandt/phpresizegif",
1900 "version": "1.0.3",
1901 "source": {
1902 "type": "git",
1903 "url": "https://github.com/Grandt/PHPResizeGif.git",
1904 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
1905 },
1906 "dist": {
1907 "type": "zip",
1908 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1909 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1910 "shasum": ""
1911 },
1912 "require": {
1913 "grandt/binstring": ">=0.2.0",
1914 "php": ">=5.3.0"
1915 },
1916 "type": "library",
1917 "autoload": {
1918 "psr-4": {
1919 "grandt\\ResizeGif\\": "src/ResizeGif",
1920 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
1921 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
1922 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
1923 }
1924 },
1925 "notification-url": "https://packagist.org/downloads/",
1926 "license": [
1927 "LGPL-2.1"
1928 ],
1929 "authors": [
1930 {
1931 "name": "A. Grandt",
1932 "email": "php@grandt.com",
1933 "homepage": "http://grandt.com",
1934 "role": "Developer"
1935 }
1936 ],
1937 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
1938 "homepage": "https://github.com/Grandt/PHPResizeGif",
1939 "keywords": [
1940 "GIF89a",
1941 "animated gif",
1942 "gif",
1943 "resize"
1944 ],
1945 "time": "2015-05-10T10:52:24+00:00"
1946 },
1947 {
1948 "name": "grandt/phpzipmerge",
1949 "version": "1.0.4",
1950 "source": {
1951 "type": "git",
1952 "url": "https://github.com/Grandt/PHPZipMerge.git",
1953 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
1954 },
1955 "dist": {
1956 "type": "zip",
1957 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1958 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1959 "shasum": ""
1960 },
1961 "require": {
1962 "grandt/binstring": ">=1.0.0",
1963 "grandt/relativepath": ">=1.0.1",
1964 "php": ">=5.3.0"
1965 },
1966 "type": "library",
1967 "autoload": {
1968 "psr-4": {
1969 "ZipMerge\\": "src/ZipMerge"
1970 }
1971 },
1972 "notification-url": "https://packagist.org/downloads/",
1973 "license": [
1974 "LGPL-2.1"
1975 ],
1976 "authors": [
1977 {
1978 "name": "A. Grandt",
1979 "email": "php@grandt.com",
1980 "homepage": "http://grandt.com",
1981 "role": "Developer"
1982 },
1983 {
1984 "name": "Greg Kappatos",
1985 "homepage": "http://websiteconnect.com.au",
1986 "role": "Developer"
1987 }
1988 ],
1989 "description": "Merge and stream multiple Zip files on the fly.",
1990 "homepage": "https://github.com/Grandt/PHPZipMerge",
1991 "keywords": [
1992 "archive",
1993 "compressed",
1994 "compression",
1995 "merge",
1996 "phpzip",
1997 "pkzip",
1998 "stream",
1999 "zip"
2000 ],
2001 "time": "2015-08-18T13:49:33+00:00"
2002 },
2003 {
2004 "name": "grandt/relativepath",
2005 "version": "1.0.2",
2006 "source": {
2007 "type": "git",
2008 "url": "https://github.com/Grandt/PHPRelativePath.git",
2009 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2010 },
2011 "dist": {
2012 "type": "zip",
2013 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2014 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2015 "shasum": ""
2016 },
2017 "require": {
2018 "php": ">=5.0"
2019 },
2020 "type": "library",
2021 "autoload": {
2022 "classmap": [
2023 "RelativePath.php"
2024 ]
2025 },
2026 "notification-url": "https://packagist.org/downloads/",
2027 "license": [
2028 "LGPL-2.1"
2029 ],
2030 "authors": [
2031 {
2032 "name": "A. Grandt",
2033 "email": "php@grandt.com",
2034 "role": "Developer"
2035 }
2036 ],
2037 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2038 "homepage": "https://github.com/Grandt/PHPRelativePath",
2039 "keywords": [
2040 "file path"
2041 ],
2042 "time": "2015-05-14T08:18:23+00:00"
2043 },
2044 {
2045 "name": "guzzlehttp/guzzle",
2046 "version": "5.3.3",
2047 "source": {
2048 "type": "git",
2049 "url": "https://github.com/guzzle/guzzle.git",
2050 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9"
2051 },
2052 "dist": {
2053 "type": "zip",
2054 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/93bbdb30d59be6cd9839495306c65f2907370eb9",
2055 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9",
2056 "shasum": ""
2057 },
2058 "require": {
2059 "guzzlehttp/ringphp": "^1.1",
2060 "php": ">=5.4.0",
2061 "react/promise": "^2.2"
2062 },
2063 "require-dev": {
2064 "ext-curl": "*",
2065 "phpunit/phpunit": "^4.0"
2066 },
2067 "type": "library",
2068 "autoload": {
2069 "psr-4": {
2070 "GuzzleHttp\\": "src/"
2071 }
2072 },
2073 "notification-url": "https://packagist.org/downloads/",
2074 "license": [
2075 "MIT"
2076 ],
2077 "authors": [
2078 {
2079 "name": "Michael Dowling",
2080 "email": "mtdowling@gmail.com",
2081 "homepage": "https://github.com/mtdowling"
2082 }
2083 ],
2084 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2085 "homepage": "http://guzzlephp.org/",
2086 "keywords": [
2087 "client",
2088 "curl",
2089 "framework",
2090 "http",
2091 "http client",
2092 "rest",
2093 "web service"
2094 ],
2095 "time": "2018-07-31T13:33:10+00:00"
2096 },
2097 {
2098 "name": "guzzlehttp/ringphp",
2099 "version": "1.1.1",
2100 "source": {
2101 "type": "git",
2102 "url": "https://github.com/guzzle/RingPHP.git",
2103 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2104 },
2105 "dist": {
2106 "type": "zip",
2107 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2108 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2109 "shasum": ""
2110 },
2111 "require": {
2112 "guzzlehttp/streams": "~3.0",
2113 "php": ">=5.4.0",
2114 "react/promise": "~2.0"
2115 },
2116 "require-dev": {
2117 "ext-curl": "*",
2118 "phpunit/phpunit": "~4.0"
2119 },
2120 "suggest": {
2121 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2122 },
2123 "type": "library",
2124 "extra": {
2125 "branch-alias": {
2126 "dev-master": "1.1-dev"
2127 }
2128 },
2129 "autoload": {
2130 "psr-4": {
2131 "GuzzleHttp\\Ring\\": "src/"
2132 }
2133 },
2134 "notification-url": "https://packagist.org/downloads/",
2135 "license": [
2136 "MIT"
2137 ],
2138 "authors": [
2139 {
2140 "name": "Michael Dowling",
2141 "email": "mtdowling@gmail.com",
2142 "homepage": "https://github.com/mtdowling"
2143 }
2144 ],
2145 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2146 "time": "2018-07-31T13:22:33+00:00"
2147 },
2148 {
2149 "name": "guzzlehttp/streams",
2150 "version": "3.0.0",
2151 "source": {
2152 "type": "git",
2153 "url": "https://github.com/guzzle/streams.git",
2154 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2155 },
2156 "dist": {
2157 "type": "zip",
2158 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2159 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2160 "shasum": ""
2161 },
2162 "require": {
2163 "php": ">=5.4.0"
2164 },
2165 "require-dev": {
2166 "phpunit/phpunit": "~4.0"
2167 },
2168 "type": "library",
2169 "extra": {
2170 "branch-alias": {
2171 "dev-master": "3.0-dev"
2172 }
2173 },
2174 "autoload": {
2175 "psr-4": {
2176 "GuzzleHttp\\Stream\\": "src/"
2177 }
2178 },
2179 "notification-url": "https://packagist.org/downloads/",
2180 "license": [
2181 "MIT"
2182 ],
2183 "authors": [
2184 {
2185 "name": "Michael Dowling",
2186 "email": "mtdowling@gmail.com",
2187 "homepage": "https://github.com/mtdowling"
2188 }
2189 ],
2190 "description": "Provides a simple abstraction over streams of data",
2191 "homepage": "http://guzzlephp.org/",
2192 "keywords": [
2193 "Guzzle",
2194 "stream"
2195 ],
2196 "time": "2014-10-12T19:18:40+00:00"
2197 },
2198 {
2199 "name": "hoa/compiler",
2200 "version": "3.17.08.08",
2201 "source": {
2202 "type": "git",
2203 "url": "https://github.com/hoaproject/Compiler.git",
2204 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2205 },
2206 "dist": {
2207 "type": "zip",
2208 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2209 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2210 "shasum": ""
2211 },
2212 "require": {
2213 "hoa/consistency": "~1.0",
2214 "hoa/exception": "~1.0",
2215 "hoa/file": "~1.0",
2216 "hoa/iterator": "~2.0",
2217 "hoa/math": "~1.0",
2218 "hoa/protocol": "~1.0",
2219 "hoa/regex": "~1.0",
2220 "hoa/visitor": "~2.0"
2221 },
2222 "require-dev": {
2223 "hoa/json": "~2.0",
2224 "hoa/test": "~2.0"
2225 },
2226 "type": "library",
2227 "extra": {
2228 "branch-alias": {
2229 "dev-master": "3.x-dev"
2230 }
2231 },
2232 "autoload": {
2233 "psr-4": {
2234 "Hoa\\Compiler\\": "."
2235 }
2236 },
2237 "notification-url": "https://packagist.org/downloads/",
2238 "license": [
2239 "BSD-3-Clause"
2240 ],
2241 "authors": [
2242 {
2243 "name": "Ivan Enderlin",
2244 "email": "ivan.enderlin@hoa-project.net"
2245 },
2246 {
2247 "name": "Hoa community",
2248 "homepage": "https://hoa-project.net/"
2249 }
2250 ],
2251 "description": "The Hoa\\Compiler library.",
2252 "homepage": "https://hoa-project.net/",
2253 "keywords": [
2254 "algebraic",
2255 "ast",
2256 "compiler",
2257 "context-free",
2258 "coverage",
2259 "exhaustive",
2260 "grammar",
2261 "isotropic",
2262 "language",
2263 "lexer",
2264 "library",
2265 "ll1",
2266 "llk",
2267 "parser",
2268 "pp",
2269 "random",
2270 "regular",
2271 "rule",
2272 "sampler",
2273 "syntax",
2274 "token",
2275 "trace",
2276 "uniform"
2277 ],
2278 "time": "2017-08-08T07:44:07+00:00"
2279 },
2280 {
2281 "name": "hoa/consistency",
2282 "version": "1.17.05.02",
2283 "source": {
2284 "type": "git",
2285 "url": "https://github.com/hoaproject/Consistency.git",
2286 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2287 },
2288 "dist": {
2289 "type": "zip",
2290 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2291 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2292 "shasum": ""
2293 },
2294 "require": {
2295 "hoa/exception": "~1.0",
2296 "php": ">=5.5.0"
2297 },
2298 "require-dev": {
2299 "hoa/stream": "~1.0",
2300 "hoa/test": "~2.0"
2301 },
2302 "type": "library",
2303 "extra": {
2304 "branch-alias": {
2305 "dev-master": "1.x-dev"
2306 }
2307 },
2308 "autoload": {
2309 "psr-4": {
2310 "Hoa\\Consistency\\": "."
2311 },
2312 "files": [
2313 "Prelude.php"
2314 ]
2315 },
2316 "notification-url": "https://packagist.org/downloads/",
2317 "license": [
2318 "BSD-3-Clause"
2319 ],
2320 "authors": [
2321 {
2322 "name": "Ivan Enderlin",
2323 "email": "ivan.enderlin@hoa-project.net"
2324 },
2325 {
2326 "name": "Hoa community",
2327 "homepage": "https://hoa-project.net/"
2328 }
2329 ],
2330 "description": "The Hoa\\Consistency library.",
2331 "homepage": "https://hoa-project.net/",
2332 "keywords": [
2333 "autoloader",
2334 "callable",
2335 "consistency",
2336 "entity",
2337 "flex",
2338 "keyword",
2339 "library"
2340 ],
2341 "time": "2017-05-02T12:18:12+00:00"
2342 },
2343 {
2344 "name": "hoa/event",
2345 "version": "1.17.01.13",
2346 "source": {
2347 "type": "git",
2348 "url": "https://github.com/hoaproject/Event.git",
2349 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2350 },
2351 "dist": {
2352 "type": "zip",
2353 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2354 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2355 "shasum": ""
2356 },
2357 "require": {
2358 "hoa/consistency": "~1.0",
2359 "hoa/exception": "~1.0"
2360 },
2361 "require-dev": {
2362 "hoa/test": "~2.0"
2363 },
2364 "type": "library",
2365 "extra": {
2366 "branch-alias": {
2367 "dev-master": "1.x-dev"
2368 }
2369 },
2370 "autoload": {
2371 "psr-4": {
2372 "Hoa\\Event\\": "."
2373 }
2374 },
2375 "notification-url": "https://packagist.org/downloads/",
2376 "license": [
2377 "BSD-3-Clause"
2378 ],
2379 "authors": [
2380 {
2381 "name": "Ivan Enderlin",
2382 "email": "ivan.enderlin@hoa-project.net"
2383 },
2384 {
2385 "name": "Hoa community",
2386 "homepage": "https://hoa-project.net/"
2387 }
2388 ],
2389 "description": "The Hoa\\Event library.",
2390 "homepage": "https://hoa-project.net/",
2391 "keywords": [
2392 "event",
2393 "library",
2394 "listener",
2395 "observer"
2396 ],
2397 "time": "2017-01-13T15:30:50+00:00"
2398 },
2399 {
2400 "name": "hoa/exception",
2401 "version": "1.17.01.16",
2402 "source": {
2403 "type": "git",
2404 "url": "https://github.com/hoaproject/Exception.git",
2405 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2406 },
2407 "dist": {
2408 "type": "zip",
2409 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2410 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2411 "shasum": ""
2412 },
2413 "require": {
2414 "hoa/consistency": "~1.0",
2415 "hoa/event": "~1.0"
2416 },
2417 "require-dev": {
2418 "hoa/test": "~2.0"
2419 },
2420 "type": "library",
2421 "extra": {
2422 "branch-alias": {
2423 "dev-master": "1.x-dev"
2424 }
2425 },
2426 "autoload": {
2427 "psr-4": {
2428 "Hoa\\Exception\\": "."
2429 }
2430 },
2431 "notification-url": "https://packagist.org/downloads/",
2432 "license": [
2433 "BSD-3-Clause"
2434 ],
2435 "authors": [
2436 {
2437 "name": "Ivan Enderlin",
2438 "email": "ivan.enderlin@hoa-project.net"
2439 },
2440 {
2441 "name": "Hoa community",
2442 "homepage": "https://hoa-project.net/"
2443 }
2444 ],
2445 "description": "The Hoa\\Exception library.",
2446 "homepage": "https://hoa-project.net/",
2447 "keywords": [
2448 "exception",
2449 "library"
2450 ],
2451 "time": "2017-01-16T07:53:27+00:00"
2452 },
2453 {
2454 "name": "hoa/file",
2455 "version": "1.17.07.11",
2456 "source": {
2457 "type": "git",
2458 "url": "https://github.com/hoaproject/File.git",
2459 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2460 },
2461 "dist": {
2462 "type": "zip",
2463 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2464 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2465 "shasum": ""
2466 },
2467 "require": {
2468 "hoa/consistency": "~1.0",
2469 "hoa/event": "~1.0",
2470 "hoa/exception": "~1.0",
2471 "hoa/iterator": "~2.0",
2472 "hoa/stream": "~1.0"
2473 },
2474 "require-dev": {
2475 "hoa/test": "~2.0"
2476 },
2477 "type": "library",
2478 "extra": {
2479 "branch-alias": {
2480 "dev-master": "1.x-dev"
2481 }
2482 },
2483 "autoload": {
2484 "psr-4": {
2485 "Hoa\\File\\": "."
2486 }
2487 },
2488 "notification-url": "https://packagist.org/downloads/",
2489 "license": [
2490 "BSD-3-Clause"
2491 ],
2492 "authors": [
2493 {
2494 "name": "Ivan Enderlin",
2495 "email": "ivan.enderlin@hoa-project.net"
2496 },
2497 {
2498 "name": "Hoa community",
2499 "homepage": "https://hoa-project.net/"
2500 }
2501 ],
2502 "description": "The Hoa\\File library.",
2503 "homepage": "https://hoa-project.net/",
2504 "keywords": [
2505 "Socket",
2506 "directory",
2507 "file",
2508 "finder",
2509 "library",
2510 "link",
2511 "temporary"
2512 ],
2513 "time": "2017-07-11T07:42:15+00:00"
2514 },
2515 {
2516 "name": "hoa/iterator",
2517 "version": "2.17.01.10",
2518 "source": {
2519 "type": "git",
2520 "url": "https://github.com/hoaproject/Iterator.git",
2521 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
2522 },
2523 "dist": {
2524 "type": "zip",
2525 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
2526 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
2527 "shasum": ""
2528 },
2529 "require": {
2530 "hoa/consistency": "~1.0",
2531 "hoa/exception": "~1.0"
2532 },
2533 "require-dev": {
2534 "hoa/test": "~2.0"
2535 },
2536 "type": "library",
2537 "extra": {
2538 "branch-alias": {
2539 "dev-master": "2.x-dev"
2540 }
2541 },
2542 "autoload": {
2543 "psr-4": {
2544 "Hoa\\Iterator\\": "."
2545 }
2546 },
2547 "notification-url": "https://packagist.org/downloads/",
2548 "license": [
2549 "BSD-3-Clause"
2550 ],
2551 "authors": [
2552 {
2553 "name": "Ivan Enderlin",
2554 "email": "ivan.enderlin@hoa-project.net"
2555 },
2556 {
2557 "name": "Hoa community",
2558 "homepage": "https://hoa-project.net/"
2559 }
2560 ],
2561 "description": "The Hoa\\Iterator library.",
2562 "homepage": "https://hoa-project.net/",
2563 "keywords": [
2564 "iterator",
2565 "library"
2566 ],
2567 "time": "2017-01-10T10:34:47+00:00"
2568 },
2569 {
2570 "name": "hoa/math",
2571 "version": "1.17.05.16",
2572 "source": {
2573 "type": "git",
2574 "url": "https://github.com/hoaproject/Math.git",
2575 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
2576 },
2577 "dist": {
2578 "type": "zip",
2579 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
2580 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
2581 "shasum": ""
2582 },
2583 "require": {
2584 "hoa/compiler": "~3.0",
2585 "hoa/consistency": "~1.0",
2586 "hoa/exception": "~1.0",
2587 "hoa/iterator": "~2.0",
2588 "hoa/protocol": "~1.0",
2589 "hoa/zformat": "~1.0"
2590 },
2591 "require-dev": {
2592 "hoa/test": "~2.0"
2593 },
2594 "type": "library",
2595 "extra": {
2596 "branch-alias": {
2597 "dev-master": "1.x-dev"
2598 }
2599 },
2600 "autoload": {
2601 "psr-4": {
2602 "Hoa\\Math\\": "."
2603 }
2604 },
2605 "notification-url": "https://packagist.org/downloads/",
2606 "license": [
2607 "BSD-3-Clause"
2608 ],
2609 "authors": [
2610 {
2611 "name": "Ivan Enderlin",
2612 "email": "ivan.enderlin@hoa-project.net"
2613 },
2614 {
2615 "name": "Hoa community",
2616 "homepage": "https://hoa-project.net/"
2617 }
2618 ],
2619 "description": "The Hoa\\Math library.",
2620 "homepage": "https://hoa-project.net/",
2621 "keywords": [
2622 "arrangement",
2623 "combination",
2624 "combinatorics",
2625 "counting",
2626 "library",
2627 "math",
2628 "permutation",
2629 "sampler",
2630 "set"
2631 ],
2632 "time": "2017-05-16T08:02:17+00:00"
2633 },
2634 {
2635 "name": "hoa/protocol",
2636 "version": "1.17.01.14",
2637 "source": {
2638 "type": "git",
2639 "url": "https://github.com/hoaproject/Protocol.git",
2640 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
2641 },
2642 "dist": {
2643 "type": "zip",
2644 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
2645 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
2646 "shasum": ""
2647 },
2648 "require": {
2649 "hoa/consistency": "~1.0",
2650 "hoa/exception": "~1.0"
2651 },
2652 "require-dev": {
2653 "hoa/test": "~2.0"
2654 },
2655 "type": "library",
2656 "extra": {
2657 "branch-alias": {
2658 "dev-master": "1.x-dev"
2659 }
2660 },
2661 "autoload": {
2662 "psr-4": {
2663 "Hoa\\Protocol\\": "."
2664 },
2665 "files": [
2666 "Wrapper.php"
2667 ]
2668 },
2669 "notification-url": "https://packagist.org/downloads/",
2670 "license": [
2671 "BSD-3-Clause"
2672 ],
2673 "authors": [
2674 {
2675 "name": "Ivan Enderlin",
2676 "email": "ivan.enderlin@hoa-project.net"
2677 },
2678 {
2679 "name": "Hoa community",
2680 "homepage": "https://hoa-project.net/"
2681 }
2682 ],
2683 "description": "The Hoa\\Protocol library.",
2684 "homepage": "https://hoa-project.net/",
2685 "keywords": [
2686 "library",
2687 "protocol",
2688 "resource",
2689 "stream",
2690 "wrapper"
2691 ],
2692 "time": "2017-01-14T12:26:10+00:00"
2693 },
2694 {
2695 "name": "hoa/regex",
2696 "version": "1.17.01.13",
2697 "source": {
2698 "type": "git",
2699 "url": "https://github.com/hoaproject/Regex.git",
2700 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
2701 },
2702 "dist": {
2703 "type": "zip",
2704 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
2705 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
2706 "shasum": ""
2707 },
2708 "require": {
2709 "hoa/consistency": "~1.0",
2710 "hoa/exception": "~1.0",
2711 "hoa/math": "~1.0",
2712 "hoa/protocol": "~1.0",
2713 "hoa/ustring": "~4.0",
2714 "hoa/visitor": "~2.0"
2715 },
2716 "type": "library",
2717 "extra": {
2718 "branch-alias": {
2719 "dev-master": "1.x-dev"
2720 }
2721 },
2722 "autoload": {
2723 "psr-4": {
2724 "Hoa\\Regex\\": "."
2725 }
2726 },
2727 "notification-url": "https://packagist.org/downloads/",
2728 "license": [
2729 "BSD-3-Clause"
2730 ],
2731 "authors": [
2732 {
2733 "name": "Ivan Enderlin",
2734 "email": "ivan.enderlin@hoa-project.net"
2735 },
2736 {
2737 "name": "Hoa community",
2738 "homepage": "https://hoa-project.net/"
2739 }
2740 ],
2741 "description": "The Hoa\\Regex library.",
2742 "homepage": "https://hoa-project.net/",
2743 "keywords": [
2744 "compiler",
2745 "library",
2746 "regex"
2747 ],
2748 "time": "2017-01-13T16:10:24+00:00"
2749 },
2750 {
2751 "name": "hoa/ruler",
2752 "version": "2.17.05.16",
2753 "source": {
2754 "type": "git",
2755 "url": "https://github.com/hoaproject/Ruler.git",
2756 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
2757 },
2758 "dist": {
2759 "type": "zip",
2760 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
2761 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
2762 "shasum": ""
2763 },
2764 "require": {
2765 "hoa/compiler": "~3.0",
2766 "hoa/consistency": "~1.0",
2767 "hoa/exception": "~1.0",
2768 "hoa/file": "~1.0",
2769 "hoa/protocol": "~1.0",
2770 "hoa/visitor": "~2.0"
2771 },
2772 "require-dev": {
2773 "hoa/test": "~2.0"
2774 },
2775 "type": "library",
2776 "extra": {
2777 "branch-alias": {
2778 "dev-master": "2.x-dev"
2779 }
2780 },
2781 "autoload": {
2782 "psr-4": {
2783 "Hoa\\Ruler\\": "."
2784 }
2785 },
2786 "notification-url": "https://packagist.org/downloads/",
2787 "license": [
2788 "BSD-3-Clause"
2789 ],
2790 "authors": [
2791 {
2792 "name": "Ivan Enderlin",
2793 "email": "ivan.enderlin@hoa-project.net"
2794 },
2795 {
2796 "name": "Hoa community",
2797 "homepage": "https://hoa-project.net/"
2798 }
2799 ],
2800 "description": "The Hoa\\Ruler library.",
2801 "homepage": "https://hoa-project.net/",
2802 "keywords": [
2803 "library",
2804 "ruler"
2805 ],
2806 "time": "2017-05-16T07:52:21+00:00"
2807 },
2808 {
2809 "name": "hoa/stream",
2810 "version": "1.17.02.21",
2811 "source": {
2812 "type": "git",
2813 "url": "https://github.com/hoaproject/Stream.git",
2814 "reference": "3293cfffca2de10525df51436adf88a559151d82"
2815 },
2816 "dist": {
2817 "type": "zip",
2818 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
2819 "reference": "3293cfffca2de10525df51436adf88a559151d82",
2820 "shasum": ""
2821 },
2822 "require": {
2823 "hoa/consistency": "~1.0",
2824 "hoa/event": "~1.0",
2825 "hoa/exception": "~1.0",
2826 "hoa/protocol": "~1.0"
2827 },
2828 "require-dev": {
2829 "hoa/test": "~2.0"
2830 },
2831 "type": "library",
2832 "extra": {
2833 "branch-alias": {
2834 "dev-master": "1.x-dev"
2835 }
2836 },
2837 "autoload": {
2838 "psr-4": {
2839 "Hoa\\Stream\\": "."
2840 }
2841 },
2842 "notification-url": "https://packagist.org/downloads/",
2843 "license": [
2844 "BSD-3-Clause"
2845 ],
2846 "authors": [
2847 {
2848 "name": "Ivan Enderlin",
2849 "email": "ivan.enderlin@hoa-project.net"
2850 },
2851 {
2852 "name": "Hoa community",
2853 "homepage": "https://hoa-project.net/"
2854 }
2855 ],
2856 "description": "The Hoa\\Stream library.",
2857 "homepage": "https://hoa-project.net/",
2858 "keywords": [
2859 "Context",
2860 "bucket",
2861 "composite",
2862 "filter",
2863 "in",
2864 "library",
2865 "out",
2866 "protocol",
2867 "stream",
2868 "wrapper"
2869 ],
2870 "time": "2017-02-21T16:01:06+00:00"
2871 },
2872 {
2873 "name": "hoa/ustring",
2874 "version": "4.17.01.16",
2875 "source": {
2876 "type": "git",
2877 "url": "https://github.com/hoaproject/Ustring.git",
2878 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
2879 },
2880 "dist": {
2881 "type": "zip",
2882 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
2883 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
2884 "shasum": ""
2885 },
2886 "require": {
2887 "hoa/consistency": "~1.0",
2888 "hoa/exception": "~1.0"
2889 },
2890 "require-dev": {
2891 "hoa/test": "~2.0"
2892 },
2893 "suggest": {
2894 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2895 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2896 },
2897 "type": "library",
2898 "extra": {
2899 "branch-alias": {
2900 "dev-master": "4.x-dev"
2901 }
2902 },
2903 "autoload": {
2904 "psr-4": {
2905 "Hoa\\Ustring\\": "."
2906 }
2907 },
2908 "notification-url": "https://packagist.org/downloads/",
2909 "license": [
2910 "BSD-3-Clause"
2911 ],
2912 "authors": [
2913 {
2914 "name": "Ivan Enderlin",
2915 "email": "ivan.enderlin@hoa-project.net"
2916 },
2917 {
2918 "name": "Hoa community",
2919 "homepage": "https://hoa-project.net/"
2920 }
2921 ],
2922 "description": "The Hoa\\Ustring library.",
2923 "homepage": "https://hoa-project.net/",
2924 "keywords": [
2925 "library",
2926 "search",
2927 "string",
2928 "unicode"
2929 ],
2930 "time": "2017-01-16T07:08:25+00:00"
2931 },
2932 {
2933 "name": "hoa/visitor",
2934 "version": "2.17.01.16",
2935 "source": {
2936 "type": "git",
2937 "url": "https://github.com/hoaproject/Visitor.git",
2938 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
2939 },
2940 "dist": {
2941 "type": "zip",
2942 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
2943 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
2944 "shasum": ""
2945 },
2946 "require": {
2947 "hoa/consistency": "~1.0"
2948 },
2949 "require-dev": {
2950 "hoa/test": "~2.0"
2951 },
2952 "type": "library",
2953 "extra": {
2954 "branch-alias": {
2955 "dev-master": "2.x-dev"
2956 }
2957 },
2958 "autoload": {
2959 "psr-4": {
2960 "Hoa\\Visitor\\": "."
2961 }
2962 },
2963 "notification-url": "https://packagist.org/downloads/",
2964 "license": [
2965 "BSD-3-Clause"
2966 ],
2967 "authors": [
2968 {
2969 "name": "Ivan Enderlin",
2970 "email": "ivan.enderlin@hoa-project.net"
2971 },
2972 {
2973 "name": "Hoa community",
2974 "homepage": "https://hoa-project.net/"
2975 }
2976 ],
2977 "description": "The Hoa\\Visitor library.",
2978 "homepage": "https://hoa-project.net/",
2979 "keywords": [
2980 "library",
2981 "structure",
2982 "visit",
2983 "visitor"
2984 ],
2985 "time": "2017-01-16T07:02:03+00:00"
2986 },
2987 {
2988 "name": "hoa/zformat",
2989 "version": "1.17.01.10",
2990 "source": {
2991 "type": "git",
2992 "url": "https://github.com/hoaproject/Zformat.git",
2993 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
2994 },
2995 "dist": {
2996 "type": "zip",
2997 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
2998 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
2999 "shasum": ""
3000 },
3001 "require": {
3002 "hoa/consistency": "~1.0",
3003 "hoa/exception": "~1.0"
3004 },
3005 "type": "library",
3006 "extra": {
3007 "branch-alias": {
3008 "dev-master": "1.x-dev"
3009 }
3010 },
3011 "autoload": {
3012 "psr-4": {
3013 "Hoa\\Zformat\\": "."
3014 }
3015 },
3016 "notification-url": "https://packagist.org/downloads/",
3017 "license": [
3018 "BSD-3-Clause"
3019 ],
3020 "authors": [
3021 {
3022 "name": "Ivan Enderlin",
3023 "email": "ivan.enderlin@hoa-project.net"
3024 },
3025 {
3026 "name": "Hoa community",
3027 "homepage": "https://hoa-project.net/"
3028 }
3029 ],
3030 "description": "The Hoa\\Zformat library.",
3031 "homepage": "https://hoa-project.net/",
3032 "keywords": [
3033 "library",
3034 "parameter",
3035 "zformat"
3036 ],
3037 "time": "2017-01-10T10:39:54+00:00"
3038 },
3039 {
3040 "name": "html2text/html2text",
3041 "version": "4.2.1",
3042 "source": {
3043 "type": "git",
3044 "url": "https://github.com/mtibben/html2text.git",
3045 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3046 },
3047 "dist": {
3048 "type": "zip",
3049 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3050 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3051 "shasum": ""
3052 },
3053 "require-dev": {
3054 "phpunit/phpunit": "~4"
3055 },
3056 "suggest": {
3057 "ext-mbstring": "For best performance",
3058 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3059 },
3060 "type": "library",
3061 "autoload": {
3062 "psr-4": {
3063 "Html2Text\\": [
3064 "src/",
3065 "test/"
3066 ]
3067 }
3068 },
3069 "notification-url": "https://packagist.org/downloads/",
3070 "license": [
3071 "GPL-2.0-or-later"
3072 ],
3073 "description": "Converts HTML to formatted plain text",
3074 "time": "2018-08-13T12:05:08+00:00"
3075 },
3076 {
3077 "name": "incenteev/composer-parameter-handler",
3078 "version": "v2.1.3",
3079 "source": {
3080 "type": "git",
3081 "url": "https://github.com/Incenteev/ParameterHandler.git",
3082 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3083 },
3084 "dist": {
3085 "type": "zip",
3086 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3087 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3088 "shasum": ""
3089 },
3090 "require": {
3091 "php": ">=5.3.3",
3092 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3093 },
3094 "require-dev": {
3095 "composer/composer": "^1.0@dev",
3096 "symfony/filesystem": "^2.3 || ^3 || ^4",
3097 "symfony/phpunit-bridge": "^4.0"
3098 },
3099 "type": "library",
3100 "extra": {
3101 "branch-alias": {
3102 "dev-master": "2.1.x-dev"
3103 }
3104 },
3105 "autoload": {
3106 "psr-4": {
3107 "Incenteev\\ParameterHandler\\": ""
3108 }
3109 },
3110 "notification-url": "https://packagist.org/downloads/",
3111 "license": [
3112 "MIT"
3113 ],
3114 "authors": [
3115 {
3116 "name": "Christophe Coevoet",
3117 "email": "stof@notk.org"
3118 }
3119 ],
3120 "description": "Composer script handling your ignored parameter file",
3121 "homepage": "https://github.com/Incenteev/ParameterHandler",
3122 "keywords": [
3123 "parameters management"
3124 ],
3125 "time": "2018-02-13T18:05:56+00:00"
3126 },
3127 {
3128 "name": "j0k3r/graby",
3129 "version": "1.19.1",
3130 "source": {
3131 "type": "git",
3132 "url": "https://github.com/j0k3r/graby.git",
3133 "reference": "6c1506f19d1bb876fb26bfc11e3e11a993eb7fe8"
3134 },
3135 "dist": {
3136 "type": "zip",
3137 "url": "https://api.github.com/repos/j0k3r/graby/zipball/6c1506f19d1bb876fb26bfc11e3e11a993eb7fe8",
3138 "reference": "6c1506f19d1bb876fb26bfc11e3e11a993eb7fe8",
3139 "shasum": ""
3140 },
3141 "require": {
3142 "ext-curl": "*",
3143 "fossar/htmlawed": "^1.2.4",
3144 "guzzlehttp/guzzle": "^5.2.0",
3145 "j0k3r/graby-site-config": "^1.0",
3146 "j0k3r/php-readability": "^1.0",
3147 "j0k3r/safecurl": "~2.0",
3148 "monolog/monolog": "^1.13.1",
3149 "php": ">=5.4",
3150 "simplepie/simplepie": "^1.3.1",
3151 "smalot/pdfparser": "~0.11",
3152 "symfony/options-resolver": "~2.6|~3.0",
3153 "true/punycode": "~2.0",
3154 "wallabag/tcpdf": "^6.2"
3155 },
3156 "require-dev": {
3157 "friendsofphp/php-cs-fixer": "~2.0",
3158 "php-coveralls/php-coveralls": "~0.6",
3159 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3160 },
3161 "type": "library",
3162 "autoload": {
3163 "psr-4": {
3164 "Graby\\": "src/"
3165 }
3166 },
3167 "notification-url": "https://packagist.org/downloads/",
3168 "license": [
3169 "MIT"
3170 ],
3171 "authors": [
3172 {
3173 "name": "Jeremy Benoist",
3174 "email": "jeremy.benoist@gmail.com",
3175 "role": "Developer"
3176 },
3177 {
3178 "name": "FiveFilters.org",
3179 "email": "fivefilters@fivefilters.org",
3180 "role": "Developer (original version)"
3181 }
3182 ],
3183 "description": "Graby helps you extract article content from web pages",
3184 "time": "2019-02-13T10:04:47+00:00"
3185 },
3186 {
3187 "name": "j0k3r/graby-site-config",
3188 "version": "1.0.76",
3189 "source": {
3190 "type": "git",
3191 "url": "https://github.com/j0k3r/graby-site-config.git",
3192 "reference": "efc1be6a13c27414c2b7ad44568949b1045c6dc8"
3193 },
3194 "dist": {
3195 "type": "zip",
3196 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/efc1be6a13c27414c2b7ad44568949b1045c6dc8",
3197 "reference": "efc1be6a13c27414c2b7ad44568949b1045c6dc8",
3198 "shasum": ""
3199 },
3200 "require": {
3201 "symfony/finder": "~2.6|~3.0|~4.0"
3202 },
3203 "require-dev": {
3204 "liip/rmt": "1.2.*",
3205 "symfony/phpunit-bridge": "^3.2"
3206 },
3207 "type": "library",
3208 "autoload": {
3209 "psr-4": {
3210 "GrabySiteConfig\\SiteConfig\\": "src/"
3211 }
3212 },
3213 "notification-url": "https://packagist.org/downloads/",
3214 "license": [
3215 "CC0-1.0"
3216 ],
3217 "authors": [
3218 {
3219 "name": "Jeremy Benoist",
3220 "email": "jeremy.benoist@gmail.com"
3221 }
3222 ],
3223 "description": "Graby site config files",
3224 "time": "2019-03-04T09:22:34+00:00"
3225 },
3226 {
3227 "name": "j0k3r/php-readability",
3228 "version": "1.2.1",
3229 "source": {
3230 "type": "git",
3231 "url": "https://github.com/j0k3r/php-readability.git",
3232 "reference": "3c0289bf8943cbef6a2cc89b645c33617fd38066"
3233 },
3234 "dist": {
3235 "type": "zip",
3236 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/3c0289bf8943cbef6a2cc89b645c33617fd38066",
3237 "reference": "3c0289bf8943cbef6a2cc89b645c33617fd38066",
3238 "shasum": ""
3239 },
3240 "require": {
3241 "electrolinux/php-html5lib": "^0.1.0",
3242 "ext-mbstring": "*",
3243 "php": ">=5.6.0",
3244 "psr/log": "^1.0"
3245 },
3246 "require-dev": {
3247 "friendsofphp/php-cs-fixer": "^2.14",
3248 "monolog/monolog": "^1.24",
3249 "php-coveralls/php-coveralls": "^2.1",
3250 "symfony/phpunit-bridge": "^4.2.3"
3251 },
3252 "suggest": {
3253 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3254 },
3255 "type": "library",
3256 "autoload": {
3257 "psr-4": {
3258 "Readability\\": "src/"
3259 }
3260 },
3261 "notification-url": "https://packagist.org/downloads/",
3262 "license": [
3263 "Apache-2.0"
3264 ],
3265 "authors": [
3266 {
3267 "name": "Keyvan Minoukadeh",
3268 "email": "keyvan@keyvan.net",
3269 "homepage": "http://keyvan.net",
3270 "role": "Developer (ported original JS code to PHP)"
3271 },
3272 {
3273 "name": "Arc90",
3274 "homepage": "http://arc90.com",
3275 "role": "Developer (original JS version)"
3276 },
3277 {
3278 "name": "Jeremy Benoist",
3279 "email": "jeremy.benoist@gmail.com",
3280 "homepage": "http://www.j0k3r.net",
3281 "role": "Developer"
3282 },
3283 {
3284 "name": "DitherSky",
3285 "homepage": "https://github.com/Dither",
3286 "role": "Developer (https://github.com/Dither/full-text-rss)"
3287 }
3288 ],
3289 "description": "Automatic article extraction from HTML",
3290 "keywords": [
3291 "article",
3292 "article extraction",
3293 "content",
3294 "content extraction",
3295 "extraction",
3296 "html"
3297 ],
3298 "time": "2019-02-07T15:08:33+00:00"
3299 },
3300 {
3301 "name": "j0k3r/safecurl",
3302 "version": "2.0.4",
3303 "source": {
3304 "type": "git",
3305 "url": "https://github.com/j0k3r/safecurl.git",
3306 "reference": "71bdb1a87502fa72b777e1106725d255d34478ab"
3307 },
3308 "dist": {
3309 "type": "zip",
3310 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/71bdb1a87502fa72b777e1106725d255d34478ab",
3311 "reference": "71bdb1a87502fa72b777e1106725d255d34478ab",
3312 "shasum": ""
3313 },
3314 "require": {
3315 "ext-curl": "*",
3316 "php": ">=5.3.3"
3317 },
3318 "require-dev": {
3319 "phpunit/phpunit": "^4.0.0"
3320 },
3321 "type": "library",
3322 "autoload": {
3323 "psr-4": {
3324 "fin1te\\SafeCurl\\": "src/"
3325 }
3326 },
3327 "notification-url": "https://packagist.org/downloads/",
3328 "license": [
3329 "MIT"
3330 ],
3331 "authors": [
3332 {
3333 "name": "Jeremy Benoist",
3334 "email": "jeremy.benoist@gmail.com"
3335 },
3336 {
3337 "name": "Jack W",
3338 "email": "jack@fin1te.net",
3339 "role": "Developer (original version)"
3340 }
3341 ],
3342 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
3343 "keywords": [
3344 "curl",
3345 "safe",
3346 "safecurl",
3347 "ssrf",
3348 "websec"
3349 ],
3350 "time": "2018-10-17T12:07:16+00:00"
3351 },
3352 {
3353 "name": "javibravo/simpleue",
3354 "version": "2.1.0",
3355 "source": {
3356 "type": "git",
3357 "url": "https://github.com/javibravo/simpleue.git",
3358 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3359 },
3360 "dist": {
3361 "type": "zip",
3362 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3363 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3364 "shasum": ""
3365 },
3366 "require": {
3367 "php": ">=5.5",
3368 "psr/log": "~1.0"
3369 },
3370 "require-dev": {
3371 "aws/aws-sdk-php": "^3.9",
3372 "pda/pheanstalk": "^3.1",
3373 "phpunit/phpunit": "4.0.*",
3374 "predis/predis": "^1.0"
3375 },
3376 "suggest": {
3377 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3378 "ext-redis": "Allow work with Redis Locker",
3379 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3380 "predis/predis": "Allow work with Redis queues"
3381 },
3382 "type": "library",
3383 "autoload": {
3384 "psr-4": {
3385 "Simpleue\\": "src/Simpleue"
3386 }
3387 },
3388 "notification-url": "https://packagist.org/downloads/",
3389 "license": [
3390 "MIT"
3391 ],
3392 "authors": [
3393 {
3394 "name": "Javier Bravo",
3395 "email": "javibravo85@gmail.com"
3396 }
3397 ],
3398 "description": "Php package to manage queue tasks in a simple way",
3399 "homepage": "http://github.com/javibravo/simpleue",
3400 "keywords": [
3401 "job",
3402 "queue",
3403 "redis",
3404 "sqs",
3405 "task"
3406 ],
3407 "time": "2017-11-15T13:41:13+00:00"
3408 },
3409 {
3410 "name": "jdorn/sql-formatter",
3411 "version": "v1.2.17",
3412 "source": {
3413 "type": "git",
3414 "url": "https://github.com/jdorn/sql-formatter.git",
3415 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
3416 },
3417 "dist": {
3418 "type": "zip",
3419 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
3420 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
3421 "shasum": ""
3422 },
3423 "require": {
3424 "php": ">=5.2.4"
3425 },
3426 "require-dev": {
3427 "phpunit/phpunit": "3.7.*"
3428 },
3429 "type": "library",
3430 "extra": {
3431 "branch-alias": {
3432 "dev-master": "1.3.x-dev"
3433 }
3434 },
3435 "autoload": {
3436 "classmap": [
3437 "lib"
3438 ]
3439 },
3440 "notification-url": "https://packagist.org/downloads/",
3441 "license": [
3442 "MIT"
3443 ],
3444 "authors": [
3445 {
3446 "name": "Jeremy Dorn",
3447 "email": "jeremy@jeremydorn.com",
3448 "homepage": "http://jeremydorn.com/"
3449 }
3450 ],
3451 "description": "a PHP SQL highlighting library",
3452 "homepage": "https://github.com/jdorn/sql-formatter/",
3453 "keywords": [
3454 "highlight",
3455 "sql"
3456 ],
3457 "time": "2014-01-12T16:20:24+00:00"
3458 },
3459 {
3460 "name": "jms/metadata",
3461 "version": "1.7.0",
3462 "source": {
3463 "type": "git",
3464 "url": "https://github.com/schmittjoh/metadata.git",
3465 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
3466 },
3467 "dist": {
3468 "type": "zip",
3469 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
3470 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
3471 "shasum": ""
3472 },
3473 "require": {
3474 "php": ">=5.3.0"
3475 },
3476 "require-dev": {
3477 "doctrine/cache": "~1.0",
3478 "symfony/cache": "~3.1"
3479 },
3480 "type": "library",
3481 "extra": {
3482 "branch-alias": {
3483 "dev-master": "1.5.x-dev"
3484 }
3485 },
3486 "autoload": {
3487 "psr-0": {
3488 "Metadata\\": "src/"
3489 }
3490 },
3491 "notification-url": "https://packagist.org/downloads/",
3492 "license": [
3493 "MIT"
3494 ],
3495 "authors": [
3496 {
3497 "name": "Asmir Mustafic",
3498 "email": "goetas@gmail.com"
3499 },
3500 {
3501 "name": "Johannes M. Schmitt",
3502 "email": "schmittjoh@gmail.com"
3503 }
3504 ],
3505 "description": "Class/method/property metadata management in PHP",
3506 "keywords": [
3507 "annotations",
3508 "metadata",
3509 "xml",
3510 "yaml"
3511 ],
3512 "time": "2018-10-26T12:40:10+00:00"
3513 },
3514 {
3515 "name": "jms/parser-lib",
3516 "version": "1.0.0",
3517 "source": {
3518 "type": "git",
3519 "url": "https://github.com/schmittjoh/parser-lib.git",
3520 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
3521 },
3522 "dist": {
3523 "type": "zip",
3524 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3525 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3526 "shasum": ""
3527 },
3528 "require": {
3529 "phpoption/phpoption": ">=0.9,<2.0-dev"
3530 },
3531 "type": "library",
3532 "extra": {
3533 "branch-alias": {
3534 "dev-master": "1.0-dev"
3535 }
3536 },
3537 "autoload": {
3538 "psr-0": {
3539 "JMS\\": "src/"
3540 }
3541 },
3542 "notification-url": "https://packagist.org/downloads/",
3543 "license": [
3544 "Apache2"
3545 ],
3546 "description": "A library for easily creating recursive-descent parsers.",
3547 "time": "2012-11-18T18:08:43+00:00"
3548 },
3549 {
3550 "name": "jms/serializer",
3551 "version": "1.13.0",
3552 "source": {
3553 "type": "git",
3554 "url": "https://github.com/schmittjoh/serializer.git",
3555 "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c"
3556 },
3557 "dist": {
3558 "type": "zip",
3559 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
3560 "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
3561 "shasum": ""
3562 },
3563 "require": {
3564 "doctrine/annotations": "^1.0",
3565 "doctrine/instantiator": "^1.0.3",
3566 "jms/metadata": "^1.3",
3567 "jms/parser-lib": "1.*",
3568 "php": "^5.5|^7.0",
3569 "phpcollection/phpcollection": "~0.1",
3570 "phpoption/phpoption": "^1.1"
3571 },
3572 "conflict": {
3573 "twig/twig": "<1.12"
3574 },
3575 "require-dev": {
3576 "doctrine/orm": "~2.1",
3577 "doctrine/phpcr-odm": "^1.3|^2.0",
3578 "ext-pdo_sqlite": "*",
3579 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
3580 "phpunit/phpunit": "^4.8|^5.0",
3581 "propel/propel1": "~1.7",
3582 "psr/container": "^1.0",
3583 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
3584 "symfony/expression-language": "^2.6|^3.0",
3585 "symfony/filesystem": "^2.1",
3586 "symfony/form": "~2.1|^3.0",
3587 "symfony/translation": "^2.1|^3.0",
3588 "symfony/validator": "^2.2|^3.0",
3589 "symfony/yaml": "^2.1|^3.0",
3590 "twig/twig": "~1.12|~2.0"
3591 },
3592 "suggest": {
3593 "doctrine/cache": "Required if you like to use cache functionality.",
3594 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
3595 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
3596 },
3597 "type": "library",
3598 "extra": {
3599 "branch-alias": {
3600 "dev-1.x": "1.13-dev"
3601 }
3602 },
3603 "autoload": {
3604 "psr-0": {
3605 "JMS\\Serializer": "src/"
3606 }
3607 },
3608 "notification-url": "https://packagist.org/downloads/",
3609 "license": [
3610 "MIT"
3611 ],
3612 "authors": [
3613 {
3614 "name": "Asmir Mustafic",
3615 "email": "goetas@gmail.com"
3616 },
3617 {
3618 "name": "Johannes M. Schmitt",
3619 "email": "schmittjoh@gmail.com"
3620 }
3621 ],
3622 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
3623 "homepage": "http://jmsyst.com/libs/serializer",
3624 "keywords": [
3625 "deserialization",
3626 "jaxb",
3627 "json",
3628 "serialization",
3629 "xml"
3630 ],
3631 "time": "2018-07-25T13:58:54+00:00"
3632 },
3633 {
3634 "name": "jms/serializer-bundle",
3635 "version": "2.4.3",
3636 "source": {
3637 "type": "git",
3638 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
3639 "reference": "e5231652ce24b8673b2ac70bc76b0cabaf35deea"
3640 },
3641 "dist": {
3642 "type": "zip",
3643 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/e5231652ce24b8673b2ac70bc76b0cabaf35deea",
3644 "reference": "e5231652ce24b8673b2ac70bc76b0cabaf35deea",
3645 "shasum": ""
3646 },
3647 "require": {
3648 "jms/serializer": "^1.10",
3649 "php": "^5.4|^7.0",
3650 "phpoption/phpoption": "^1.1.0",
3651 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
3652 },
3653 "require-dev": {
3654 "doctrine/orm": "*",
3655 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
3656 "symfony/expression-language": "~2.6|~3.0|~4.0",
3657 "symfony/finder": "^2.3|^3.0|^4.0",
3658 "symfony/form": "*",
3659 "symfony/stopwatch": "*",
3660 "symfony/twig-bundle": "*",
3661 "symfony/validator": "*",
3662 "symfony/yaml": "*"
3663 },
3664 "suggest": {
3665 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
3666 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
3667 },
3668 "type": "symfony-bundle",
3669 "extra": {
3670 "branch-alias": {
3671 "dev-master": "2.4-dev"
3672 }
3673 },
3674 "autoload": {
3675 "psr-4": {
3676 "JMS\\SerializerBundle\\": ""
3677 },
3678 "exclude-from-classmap": [
3679 "/Tests/"
3680 ]
3681 },
3682 "notification-url": "https://packagist.org/downloads/",
3683 "license": [
3684 "MIT"
3685 ],
3686 "authors": [
3687 {
3688 "name": "Asmir Mustafic",
3689 "email": "goetas@gmail.com"
3690 },
3691 {
3692 "name": "Johannes M. Schmitt",
3693 "email": "schmittjoh@gmail.com"
3694 }
3695 ],
3696 "description": "Allows you to easily serialize, and deserialize data of any complexity",
3697 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
3698 "keywords": [
3699 "deserialization",
3700 "jaxb",
3701 "json",
3702 "serialization",
3703 "xml"
3704 ],
3705 "time": "2018-12-09T07:52:19+00:00"
3706 },
3707 {
3708 "name": "kphoen/rulerz",
3709 "version": "0.20.5",
3710 "source": {
3711 "type": "git",
3712 "url": "https://github.com/K-Phoen/rulerz.git",
3713 "reference": "42fc542d338717c4649786b4b9e3195cb66c421a"
3714 },
3715 "dist": {
3716 "type": "zip",
3717 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/42fc542d338717c4649786b4b9e3195cb66c421a",
3718 "reference": "42fc542d338717c4649786b4b9e3195cb66c421a",
3719 "shasum": ""
3720 },
3721 "require": {
3722 "hoa/ruler": "~2.0",
3723 "php": ">=5.5",
3724 "symfony/property-access": "~2.3|~3.0"
3725 },
3726 "require-dev": {
3727 "behat/behat": "~3.0",
3728 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
3729 "doctrine/orm": "~2.4",
3730 "elasticsearch/elasticsearch": "~1.0",
3731 "illuminate/database": "~5.0",
3732 "liip/rmt": "^1.2",
3733 "mikey179/vfsstream": "~1.4",
3734 "phpspec/phpspec": "~2.0,>=2.4-dev",
3735 "pomm-project/cli": "~2.0@dev",
3736 "pomm-project/foundation": "~2.0@dev",
3737 "pomm-project/model-manager": "~2.0.@dev",
3738 "ruflin/elastica": "~1.0",
3739 "solarium/solarium": "~3.0",
3740 "vlucas/phpdotenv": "~2.1"
3741 },
3742 "suggest": {
3743 "doctrine/orm": "To execute rules as Doctrine queries",
3744 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
3745 "kphoen/rulerz-spec-builder": "If you want a specification builder",
3746 "pomm-project/model-manager": "To execute rules as Pomm queries",
3747 "solarium/solarium": "To execute rules as Solr queries"
3748 },
3749 "type": "library",
3750 "extra": {
3751 "branch-alias": {
3752 "dev-master": "1.0.x-dev"
3753 }
3754 },
3755 "autoload": {
3756 "psr-4": {
3757 "RulerZ\\": "src/"
3758 }
3759 },
3760 "notification-url": "https://packagist.org/downloads/",
3761 "license": [
3762 "MIT"
3763 ],
3764 "authors": [
3765 {
3766 "name": "Kévin Gomez",
3767 "email": "contact@kevingomez.fr"
3768 }
3769 ],
3770 "description": "Powerful implementation of the Specification pattern",
3771 "homepage": "https://github.com/K-Phoen/RulerZ",
3772 "keywords": [
3773 "doctrine",
3774 "specification"
3775 ],
3776 "time": "2017-12-29T23:36:53+00:00"
3777 },
3778 {
3779 "name": "kphoen/rulerz-bridge",
3780 "version": "1.0.1",
3781 "source": {
3782 "type": "git",
3783 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
3784 "reference": "d0dbf900f93723e82350b307e5d694bb3acc46e3"
3785 },
3786 "dist": {
3787 "type": "zip",
3788 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/d0dbf900f93723e82350b307e5d694bb3acc46e3",
3789 "reference": "d0dbf900f93723e82350b307e5d694bb3acc46e3",
3790 "shasum": ""
3791 },
3792 "require": {
3793 "kphoen/rulerz": "~0.19,>=0.19.3",
3794 "symfony/form": "^2.8|^3.0",
3795 "symfony/validator": "^2.8|^3.0"
3796 },
3797 "require-dev": {
3798 "liip/rmt": "^1.2",
3799 "phpunit/phpunit": "~4.8",
3800 "symfony/phpunit-bridge": "^2.7|^3.0"
3801 },
3802 "type": "symfony-bridge",
3803 "autoload": {
3804 "psr-4": {
3805 "Symfony\\Bridge\\RulerZ\\": ""
3806 },
3807 "exclude-from-classmap": [
3808 "/Tests/"
3809 ]
3810 },
3811 "notification-url": "https://packagist.org/downloads/",
3812 "license": [
3813 "MIT"
3814 ],
3815 "authors": [
3816 {
3817 "name": "Kévin Gomez",
3818 "email": "contact@kevingomez.fr"
3819 }
3820 ],
3821 "description": "Symfony RulerZ Bridge",
3822 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
3823 "keywords": [
3824 "Bridge",
3825 "doctrine",
3826 "ruler",
3827 "rulerz",
3828 "specification",
3829 "symfony"
3830 ],
3831 "time": "2017-10-09T20:31:47+00:00"
3832 },
3833 {
3834 "name": "kphoen/rulerz-bundle",
3835 "version": "0.14.1",
3836 "source": {
3837 "type": "git",
3838 "url": "https://github.com/K-Phoen/RulerZBundle.git",
3839 "reference": "a78a4b431b00f6ab12805c01aace090924a7b33a"
3840 },
3841 "dist": {
3842 "type": "zip",
3843 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/a78a4b431b00f6ab12805c01aace090924a7b33a",
3844 "reference": "a78a4b431b00f6ab12805c01aace090924a7b33a",
3845 "shasum": ""
3846 },
3847 "require": {
3848 "kphoen/rulerz": "~0.17,>=0.19.3",
3849 "kphoen/rulerz-bridge": "^1.0",
3850 "symfony/framework-bundle": "^2.8|^3.0",
3851 "symfony/validator": "^2.8|^3.0"
3852 },
3853 "require-dev": {
3854 "liip/rmt": "^1.2",
3855 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
3856 "mikey179/vfsstream": "~1.0",
3857 "phpunit/phpunit": "^5.0",
3858 "symfony/phpunit-bridge": "^2.7|^3.0"
3859 },
3860 "type": "symfony-bundle",
3861 "autoload": {
3862 "psr-4": {
3863 "KPhoen\\RulerZBundle\\": ""
3864 }
3865 },
3866 "notification-url": "https://packagist.org/downloads/",
3867 "license": [
3868 "MIT"
3869 ],
3870 "authors": [
3871 {
3872 "name": "Kévin Gomez",
3873 "email": "contact@kevingomez.fr"
3874 }
3875 ],
3876 "description": "Symfony2 Bundle for RulerZ",
3877 "homepage": "https://github.com/K-Phoen/RulerZBundle",
3878 "keywords": [
3879 "doctrine",
3880 "ruler",
3881 "rulerz",
3882 "specification"
3883 ],
3884 "time": "2017-10-22T16:37:45+00:00"
3885 },
3886 {
3887 "name": "lexik/form-filter-bundle",
3888 "version": "v5.0.7",
3889 "source": {
3890 "type": "git",
3891 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
3892 "reference": "c8014b678c8872dfc045c18b159d0b4b85cf7be3"
3893 },
3894 "dist": {
3895 "type": "zip",
3896 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/c8014b678c8872dfc045c18b159d0b4b85cf7be3",
3897 "reference": "c8014b678c8872dfc045c18b159d0b4b85cf7be3",
3898 "shasum": ""
3899 },
3900 "require": {
3901 "doctrine/orm": "^2.4.8",
3902 "php": ">=5.5.9",
3903 "symfony/form": "~2.8|~3.0|^4.0",
3904 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
3905 },
3906 "require-dev": {
3907 "doctrine/mongodb-odm-bundle": "~3.0",
3908 "phpunit/phpunit": "^5.7|~6.0"
3909 },
3910 "type": "symfony-bundle",
3911 "extra": {
3912 "branch-alias": {
3913 "dev-master": "5.x.x-dev"
3914 }
3915 },
3916 "autoload": {
3917 "psr-4": {
3918 "Lexik\\Bundle\\FormFilterBundle\\": ""
3919 }
3920 },
3921 "notification-url": "https://packagist.org/downloads/",
3922 "license": [
3923 "MIT"
3924 ],
3925 "authors": [
3926 {
3927 "name": "Dev Lexik",
3928 "email": "dev@lexik.fr"
3929 },
3930 {
3931 "name": "Cedric Girard",
3932 "email": "c.girard@lexik.fr"
3933 }
3934 ],
3935 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3936 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3937 "keywords": [
3938 "bundle",
3939 "doctrine",
3940 "filter",
3941 "form",
3942 "symfony"
3943 ],
3944 "time": "2018-04-04T11:14:22+00:00"
3945 },
3946 {
3947 "name": "liip/theme-bundle",
3948 "version": "1.6.1",
3949 "source": {
3950 "type": "git",
3951 "url": "https://github.com/liip/LiipThemeBundle.git",
3952 "reference": "f40637ce0523a4e0968e203c09a46acfa4b95d4d"
3953 },
3954 "dist": {
3955 "type": "zip",
3956 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/f40637ce0523a4e0968e203c09a46acfa4b95d4d",
3957 "reference": "f40637ce0523a4e0968e203c09a46acfa4b95d4d",
3958 "shasum": ""
3959 },
3960 "require": {
3961 "php": "^5.3.9|^7.0",
3962 "psr/log": "~1.0",
3963 "symfony/finder": "^2.7|^3.0|^4.0",
3964 "symfony/framework-bundle": "^2.7|^3.0|^4.0",
3965 "symfony/templating": "^2.7|^3.0|^4.0",
3966 "symfony/twig-bundle": "^2.7|^3.0|^4.0",
3967 "twig/twig": "^1.27|^2.0"
3968 },
3969 "conflict": {
3970 "sebastian/comparator": "1.2.3"
3971 },
3972 "require-dev": {
3973 "phpunit/phpunit": "^4.8.35|^6.0",
3974 "symfony/console": "^2.7|^3.0|^4.0",
3975 "symfony/expression-language": "^2.7|^3.0|^4.0"
3976 },
3977 "type": "symfony-bundle",
3978 "extra": {
3979 "branch-alias": {
3980 "dev-master": "1.4-dev"
3981 }
3982 },
3983 "autoload": {
3984 "psr-4": {
3985 "Liip\\ThemeBundle\\": ""
3986 }
3987 },
3988 "notification-url": "https://packagist.org/downloads/",
3989 "license": [
3990 "MIT"
3991 ],
3992 "authors": [
3993 {
3994 "name": "Community contributions",
3995 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
3996 },
3997 {
3998 "name": "Liip AG",
3999 "homepage": "http://www.liip.ch/"
4000 }
4001 ],
4002 "description": "Provides theming support for #Symfony2 Bundles",
4003 "keywords": [
4004 "themes",
4005 "theming"
4006 ],
4007 "time": "2018-10-08T07:20:20+00:00"
4008 },
4009 {
4010 "name": "mgargano/simplehtmldom",
4011 "version": "1.5",
4012 "source": {
4013 "type": "git",
4014 "url": "https://github.com/matgargano/simplehtmldom.git",
4015 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4016 },
4017 "dist": {
4018 "type": "zip",
4019 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4020 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4021 "shasum": ""
4022 },
4023 "require": {
4024 "php": ">=5.3.0"
4025 },
4026 "type": "library",
4027 "autoload": {
4028 "psr-0": {
4029 "SimpleHtmlDom": "src/"
4030 },
4031 "files": [
4032 "src/simple_html_dom.php"
4033 ]
4034 },
4035 "notification-url": "https://packagist.org/downloads/",
4036 "license": [
4037 "The MIT License"
4038 ],
4039 "authors": [
4040 {
4041 "name": "S.C. Chen",
4042 "email": "me578022@gmail.com"
4043 }
4044 ],
4045 "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",
4046 "homepage": "http://simplehtmldom.sourceforge.net/",
4047 "keywords": [
4048 "Simple",
4049 "dom",
4050 "html"
4051 ],
4052 "time": "2014-01-05T18:17:34+00:00"
4053 },
4054 {
4055 "name": "michelf/php-markdown",
4056 "version": "1.8.0",
4057 "source": {
4058 "type": "git",
4059 "url": "https://github.com/michelf/php-markdown.git",
4060 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
4061 },
4062 "dist": {
4063 "type": "zip",
4064 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
4065 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
4066 "shasum": ""
4067 },
4068 "require": {
4069 "php": ">=5.3.0"
4070 },
4071 "type": "library",
4072 "autoload": {
4073 "psr-4": {
4074 "Michelf\\": "Michelf/"
4075 }
4076 },
4077 "notification-url": "https://packagist.org/downloads/",
4078 "license": [
4079 "BSD-3-Clause"
4080 ],
4081 "authors": [
4082 {
4083 "name": "Michel Fortin",
4084 "email": "michel.fortin@michelf.ca",
4085 "homepage": "https://michelf.ca/",
4086 "role": "Developer"
4087 },
4088 {
4089 "name": "John Gruber",
4090 "homepage": "https://daringfireball.net/"
4091 }
4092 ],
4093 "description": "PHP Markdown",
4094 "homepage": "https://michelf.ca/projects/php-markdown/",
4095 "keywords": [
4096 "markdown"
4097 ],
4098 "time": "2018-01-15T00:49:33+00:00"
4099 },
4100 {
4101 "name": "mnapoli/piwik-twig-extension",
4102 "version": "1.0.0",
4103 "source": {
4104 "type": "git",
4105 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4106 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f"
4107 },
4108 "dist": {
4109 "type": "zip",
4110 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/5171ab7221830a9d377add03dd60dbe6bd7b331f",
4111 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f",
4112 "shasum": ""
4113 },
4114 "require": {
4115 "php": ">=5.4",
4116 "twig/twig": "~1.10"
4117 },
4118 "require-dev": {
4119 "phpunit/phpunit": "~4.0"
4120 },
4121 "type": "library",
4122 "autoload": {
4123 "psr-4": {
4124 "PiwikTwigExtension\\": "src/"
4125 }
4126 },
4127 "notification-url": "https://packagist.org/downloads/",
4128 "license": [
4129 "MIT"
4130 ],
4131 "time": "2014-09-16T06:51:19+00:00"
4132 },
4133 {
4134 "name": "monolog/monolog",
4135 "version": "1.24.0",
4136 "source": {
4137 "type": "git",
4138 "url": "https://github.com/Seldaek/monolog.git",
4139 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
4140 },
4141 "dist": {
4142 "type": "zip",
4143 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
4144 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
4145 "shasum": ""
4146 },
4147 "require": {
4148 "php": ">=5.3.0",
4149 "psr/log": "~1.0"
4150 },
4151 "provide": {
4152 "psr/log-implementation": "1.0.0"
4153 },
4154 "require-dev": {
4155 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4156 "doctrine/couchdb": "~1.0@dev",
4157 "graylog2/gelf-php": "~1.0",
4158 "jakub-onderka/php-parallel-lint": "0.9",
4159 "php-amqplib/php-amqplib": "~2.4",
4160 "php-console/php-console": "^3.1.3",
4161 "phpunit/phpunit": "~4.5",
4162 "phpunit/phpunit-mock-objects": "2.3.0",
4163 "ruflin/elastica": ">=0.90 <3.0",
4164 "sentry/sentry": "^0.13",
4165 "swiftmailer/swiftmailer": "^5.3|^6.0"
4166 },
4167 "suggest": {
4168 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4169 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4170 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4171 "ext-mongo": "Allow sending log messages to a MongoDB server",
4172 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4173 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4174 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4175 "php-console/php-console": "Allow sending log messages to Google Chrome",
4176 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4177 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4178 "sentry/sentry": "Allow sending log messages to a Sentry server"
4179 },
4180 "type": "library",
4181 "extra": {
4182 "branch-alias": {
4183 "dev-master": "2.0.x-dev"
4184 }
4185 },
4186 "autoload": {
4187 "psr-4": {
4188 "Monolog\\": "src/Monolog"
4189 }
4190 },
4191 "notification-url": "https://packagist.org/downloads/",
4192 "license": [
4193 "MIT"
4194 ],
4195 "authors": [
4196 {
4197 "name": "Jordi Boggiano",
4198 "email": "j.boggiano@seld.be",
4199 "homepage": "http://seld.be"
4200 }
4201 ],
4202 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4203 "homepage": "http://github.com/Seldaek/monolog",
4204 "keywords": [
4205 "log",
4206 "logging",
4207 "psr-3"
4208 ],
4209 "time": "2018-11-05T09:00:11+00:00"
4210 },
4211 {
4212 "name": "nelmio/api-doc-bundle",
4213 "version": "2.13.3",
4214 "target-dir": "Nelmio/ApiDocBundle",
4215 "source": {
4216 "type": "git",
4217 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
4218 "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2"
4219 },
4220 "dist": {
4221 "type": "zip",
4222 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/f0a606b6362c363043e01aa079bee2b0b5eb47a2",
4223 "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2",
4224 "shasum": ""
4225 },
4226 "require": {
4227 "michelf/php-markdown": "~1.4",
4228 "php": ">=5.4",
4229 "symfony/console": "~2.3|~3.0|~4.0",
4230 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
4231 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
4232 },
4233 "conflict": {
4234 "jms/serializer": "<0.12",
4235 "jms/serializer-bundle": "<0.11",
4236 "symfony/symfony": "~2.7.8",
4237 "twig/twig": "<1.12"
4238 },
4239 "require-dev": {
4240 "doctrine/doctrine-bundle": "~1.5",
4241 "doctrine/orm": "~2.3",
4242 "dunglas/api-bundle": "~1.0",
4243 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
4244 "jms/serializer-bundle": ">=0.11",
4245 "sensio/framework-extra-bundle": "~3.0",
4246 "symfony/browser-kit": "~2.3|~3.0|~4.0",
4247 "symfony/css-selector": "~2.3|~3.0|~4.0",
4248 "symfony/finder": "~2.3|~3.0|~4.0",
4249 "symfony/form": "~2.3|~3.0|~4.0",
4250 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
4251 "symfony/serializer": "~2.7|~3.0|~4.0",
4252 "symfony/validator": "~2.3|~3.0|~4.0",
4253 "symfony/yaml": "~2.3|~3.0|~4.0"
4254 },
4255 "suggest": {
4256 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
4257 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
4258 "jms/serializer": "For making use of serializer information in the doc.",
4259 "symfony/form": "For using form definitions as input.",
4260 "symfony/validator": "For making use of validator information in the doc."
4261 },
4262 "type": "symfony-bundle",
4263 "extra": {
4264 "branch-alias": {
4265 "dev-2.x": "2.13-dev"
4266 }
4267 },
4268 "autoload": {
4269 "psr-0": {
4270 "Nelmio\\ApiDocBundle": ""
4271 }
4272 },
4273 "notification-url": "https://packagist.org/downloads/",
4274 "license": [
4275 "MIT"
4276 ],
4277 "authors": [
4278 {
4279 "name": "Nelmio",
4280 "homepage": "http://nelm.io"
4281 },
4282 {
4283 "name": "Symfony Community",
4284 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
4285 }
4286 ],
4287 "description": "Generates documentation for your REST API from annotations",
4288 "keywords": [
4289 "api",
4290 "doc",
4291 "documentation",
4292 "rest"
4293 ],
4294 "time": "2017-12-05T06:14:09+00:00"
4295 },
4296 {
4297 "name": "nelmio/cors-bundle",
4298 "version": "1.5.5",
4299 "source": {
4300 "type": "git",
4301 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
4302 "reference": "adabee944e6fe52ee566caf1770a29355b1e8d83"
4303 },
4304 "dist": {
4305 "type": "zip",
4306 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/adabee944e6fe52ee566caf1770a29355b1e8d83",
4307 "reference": "adabee944e6fe52ee566caf1770a29355b1e8d83",
4308 "shasum": ""
4309 },
4310 "require": {
4311 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
4312 },
4313 "require-dev": {
4314 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
4315 "mockery/mockery": "^0.9 || ^1.0",
4316 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
4317 },
4318 "type": "symfony-bundle",
4319 "extra": {
4320 "branch-alias": {
4321 "dev-master": "1.5.x-dev"
4322 }
4323 },
4324 "autoload": {
4325 "psr-4": {
4326 "Nelmio\\CorsBundle\\": ""
4327 },
4328 "exclude-from-classmap": [
4329 "/Tests/"
4330 ]
4331 },
4332 "notification-url": "https://packagist.org/downloads/",
4333 "license": [
4334 "MIT"
4335 ],
4336 "authors": [
4337 {
4338 "name": "Nelmio",
4339 "homepage": "http://nelm.io"
4340 },
4341 {
4342 "name": "Symfony Community",
4343 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
4344 }
4345 ],
4346 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
4347 "keywords": [
4348 "api",
4349 "cors",
4350 "crossdomain"
4351 ],
4352 "time": "2019-02-27T13:13:15+00:00"
4353 },
4354 {
4355 "name": "ocramius/proxy-manager",
4356 "version": "1.0.2",
4357 "source": {
4358 "type": "git",
4359 "url": "https://github.com/Ocramius/ProxyManager.git",
4360 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
4361 },
4362 "dist": {
4363 "type": "zip",
4364 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
4365 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
4366 "shasum": ""
4367 },
4368 "require": {
4369 "php": ">=5.3.3",
4370 "zendframework/zend-code": ">2.2.5,<3.0"
4371 },
4372 "require-dev": {
4373 "ext-phar": "*",
4374 "phpunit/phpunit": "~4.0",
4375 "squizlabs/php_codesniffer": "1.5.*"
4376 },
4377 "suggest": {
4378 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
4379 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
4380 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
4381 "zendframework/zend-stdlib": "To use the hydrator proxy",
4382 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
4383 },
4384 "type": "library",
4385 "extra": {
4386 "branch-alias": {
4387 "dev-master": "2.0.x-dev"
4388 }
4389 },
4390 "autoload": {
4391 "psr-0": {
4392 "ProxyManager\\": "src"
4393 }
4394 },
4395 "notification-url": "https://packagist.org/downloads/",
4396 "license": [
4397 "MIT"
4398 ],
4399 "authors": [
4400 {
4401 "name": "Marco Pivetta",
4402 "email": "ocramius@gmail.com",
4403 "homepage": "http://ocramius.github.com/"
4404 }
4405 ],
4406 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
4407 "homepage": "https://github.com/Ocramius/ProxyManager",
4408 "keywords": [
4409 "aop",
4410 "lazy loading",
4411 "proxy",
4412 "proxy pattern",
4413 "service proxies"
4414 ],
4415 "time": "2015-08-09T04:28:19+00:00"
4416 },
4417 {
4418 "name": "pagerfanta/pagerfanta",
4419 "version": "v1.1.0",
4420 "source": {
4421 "type": "git",
4422 "url": "https://github.com/whiteoctober/Pagerfanta.git",
4423 "reference": "8400ab498e500018cff9a099ac22555e7949aa9a"
4424 },
4425 "dist": {
4426 "type": "zip",
4427 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/8400ab498e500018cff9a099ac22555e7949aa9a",
4428 "reference": "8400ab498e500018cff9a099ac22555e7949aa9a",
4429 "shasum": ""
4430 },
4431 "require": {
4432 "php": ">=5.3.0"
4433 },
4434 "require-dev": {
4435 "doctrine/orm": "~2.3",
4436 "doctrine/phpcr-odm": "1.*",
4437 "jackalope/jackalope-doctrine-dbal": "1.*",
4438 "jmikola/geojson": "~1.0",
4439 "mandango/mandango": "~1.0@dev",
4440 "mandango/mondator": "~1.0@dev",
4441 "phpunit/phpunit": "^4.8.35 | ^5.7",
4442 "propel/propel": "~2.0@dev",
4443 "propel/propel1": "~1.6",
4444 "ruflin/elastica": "~1.3",
4445 "solarium/solarium": "~3.1"
4446 },
4447 "suggest": {
4448 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
4449 "doctrine/orm": "To use the DoctrineORMAdapter.",
4450 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
4451 "mandango/mandango": "To use the MandangoAdapter.",
4452 "propel/propel": "To use the Propel2Adapter",
4453 "propel/propel1": "To use the PropelAdapter",
4454 "solarium/solarium": "To use the SolariumAdapter."
4455 },
4456 "type": "library",
4457 "extra": {
4458 "branch-alias": {
4459 "dev-master": "1.0.x-dev"
4460 }
4461 },
4462 "autoload": {
4463 "psr-0": {
4464 "Pagerfanta\\": "src/"
4465 }
4466 },
4467 "notification-url": "https://packagist.org/downloads/",
4468 "license": [
4469 "MIT"
4470 ],
4471 "authors": [
4472 {
4473 "name": "Pablo Díez",
4474 "email": "pablodip@gmail.com"
4475 }
4476 ],
4477 "description": "Pagination for PHP 5.3",
4478 "keywords": [
4479 "page",
4480 "pagination",
4481 "paginator",
4482 "paging"
4483 ],
4484 "time": "2018-05-01T10:49:10+00:00"
4485 },
4486 {
4487 "name": "paragonie/random_compat",
4488 "version": "v2.0.18",
4489 "source": {
4490 "type": "git",
4491 "url": "https://github.com/paragonie/random_compat.git",
4492 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
4493 },
4494 "dist": {
4495 "type": "zip",
4496 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
4497 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
4498 "shasum": ""
4499 },
4500 "require": {
4501 "php": ">=5.2.0"
4502 },
4503 "require-dev": {
4504 "phpunit/phpunit": "4.*|5.*"
4505 },
4506 "suggest": {
4507 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
4508 },
4509 "type": "library",
4510 "autoload": {
4511 "files": [
4512 "lib/random.php"
4513 ]
4514 },
4515 "notification-url": "https://packagist.org/downloads/",
4516 "license": [
4517 "MIT"
4518 ],
4519 "authors": [
4520 {
4521 "name": "Paragon Initiative Enterprises",
4522 "email": "security@paragonie.com",
4523 "homepage": "https://paragonie.com"
4524 }
4525 ],
4526 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
4527 "keywords": [
4528 "csprng",
4529 "polyfill",
4530 "pseudorandom",
4531 "random"
4532 ],
4533 "time": "2019-01-03T20:59:08+00:00"
4534 },
4535 {
4536 "name": "php-amqplib/php-amqplib",
4537 "version": "v2.8.1",
4538 "source": {
4539 "type": "git",
4540 "url": "https://github.com/php-amqplib/php-amqplib.git",
4541 "reference": "84449ffd3f5a7466bbee3946facb3746ff11f075"
4542 },
4543 "dist": {
4544 "type": "zip",
4545 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/84449ffd3f5a7466bbee3946facb3746ff11f075",
4546 "reference": "84449ffd3f5a7466bbee3946facb3746ff11f075",
4547 "shasum": ""
4548 },
4549 "require": {
4550 "ext-bcmath": "*",
4551 "ext-sockets": "*",
4552 "php": ">=5.4.0"
4553 },
4554 "replace": {
4555 "videlalvaro/php-amqplib": "self.version"
4556 },
4557 "require-dev": {
4558 "phpdocumentor/phpdocumentor": "^2.9",
4559 "phpunit/phpunit": "^4.8",
4560 "scrutinizer/ocular": "^1.1",
4561 "squizlabs/php_codesniffer": "^2.5"
4562 },
4563 "type": "library",
4564 "extra": {
4565 "branch-alias": {
4566 "dev-master": "2.8-dev"
4567 }
4568 },
4569 "autoload": {
4570 "psr-4": {
4571 "PhpAmqpLib\\": "PhpAmqpLib/"
4572 }
4573 },
4574 "notification-url": "https://packagist.org/downloads/",
4575 "license": [
4576 "LGPL-2.1-or-later"
4577 ],
4578 "authors": [
4579 {
4580 "name": "Alvaro Videla",
4581 "role": "Original Maintainer"
4582 },
4583 {
4584 "name": "John Kelly",
4585 "email": "johnmkelly86@gmail.com",
4586 "role": "Maintainer"
4587 },
4588 {
4589 "name": "Raúl Araya",
4590 "email": "nubeiro@gmail.com",
4591 "role": "Maintainer"
4592 },
4593 {
4594 "name": "Luke Bakken",
4595 "email": "luke@bakken.io",
4596 "role": "Maintainer"
4597 }
4598 ],
4599 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
4600 "homepage": "https://github.com/php-amqplib/php-amqplib/",
4601 "keywords": [
4602 "message",
4603 "queue",
4604 "rabbitmq"
4605 ],
4606 "time": "2018-11-13T09:35:17+00:00"
4607 },
4608 {
4609 "name": "php-amqplib/rabbitmq-bundle",
4610 "version": "v1.14.4",
4611 "source": {
4612 "type": "git",
4613 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
4614 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
4615 },
4616 "dist": {
4617 "type": "zip",
4618 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
4619 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
4620 "shasum": ""
4621 },
4622 "require": {
4623 "php": "^5.3.9|^7.0",
4624 "php-amqplib/php-amqplib": "^2.6",
4625 "psr/log": "^1.0",
4626 "symfony/config": "^2.7|^3.0|^4.0",
4627 "symfony/console": "^2.7|^3.0|^4.0",
4628 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
4629 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
4630 "symfony/yaml": "^2.7|^3.0|^4.0"
4631 },
4632 "replace": {
4633 "oldsound/rabbitmq-bundle": "self.version"
4634 },
4635 "require-dev": {
4636 "phpunit/phpunit": "^4.8.35|^5.4.3",
4637 "symfony/debug": "^2.7|^3.0|^4.0",
4638 "symfony/serializer": "^2.7|^3.0|^4.0"
4639 },
4640 "suggest": {
4641 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
4642 },
4643 "type": "symfony-bundle",
4644 "extra": {
4645 "branch-alias": {
4646 "dev-master": "1.10.x-dev"
4647 }
4648 },
4649 "autoload": {
4650 "psr-4": {
4651 "OldSound\\RabbitMqBundle\\": ""
4652 },
4653 "exclude-from-classmap": [
4654 "/Tests/"
4655 ]
4656 },
4657 "notification-url": "https://packagist.org/downloads/",
4658 "license": [
4659 "MIT"
4660 ],
4661 "authors": [
4662 {
4663 "name": "Alvaro Videla"
4664 }
4665 ],
4666 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
4667 "keywords": [
4668 "AMQP",
4669 "Symfony2",
4670 "message",
4671 "queue",
4672 "rabbitmq",
4673 "symfony",
4674 "symfony3",
4675 "symfony4"
4676 ],
4677 "time": "2018-05-02T13:12:32+00:00"
4678 },
4679 {
4680 "name": "phpcollection/phpcollection",
4681 "version": "0.5.0",
4682 "source": {
4683 "type": "git",
4684 "url": "https://github.com/schmittjoh/php-collection.git",
4685 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
4686 },
4687 "dist": {
4688 "type": "zip",
4689 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4690 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4691 "shasum": ""
4692 },
4693 "require": {
4694 "phpoption/phpoption": "1.*"
4695 },
4696 "type": "library",
4697 "extra": {
4698 "branch-alias": {
4699 "dev-master": "0.4-dev"
4700 }
4701 },
4702 "autoload": {
4703 "psr-0": {
4704 "PhpCollection": "src/"
4705 }
4706 },
4707 "notification-url": "https://packagist.org/downloads/",
4708 "license": [
4709 "Apache2"
4710 ],
4711 "authors": [
4712 {
4713 "name": "Johannes M. Schmitt",
4714 "email": "schmittjoh@gmail.com"
4715 }
4716 ],
4717 "description": "General-Purpose Collection Library for PHP",
4718 "keywords": [
4719 "collection",
4720 "list",
4721 "map",
4722 "sequence",
4723 "set"
4724 ],
4725 "time": "2015-05-17T12:39:23+00:00"
4726 },
4727 {
4728 "name": "phpoption/phpoption",
4729 "version": "1.5.0",
4730 "source": {
4731 "type": "git",
4732 "url": "https://github.com/schmittjoh/php-option.git",
4733 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
4734 },
4735 "dist": {
4736 "type": "zip",
4737 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4738 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4739 "shasum": ""
4740 },
4741 "require": {
4742 "php": ">=5.3.0"
4743 },
4744 "require-dev": {
4745 "phpunit/phpunit": "4.7.*"
4746 },
4747 "type": "library",
4748 "extra": {
4749 "branch-alias": {
4750 "dev-master": "1.3-dev"
4751 }
4752 },
4753 "autoload": {
4754 "psr-0": {
4755 "PhpOption\\": "src/"
4756 }
4757 },
4758 "notification-url": "https://packagist.org/downloads/",
4759 "license": [
4760 "Apache2"
4761 ],
4762 "authors": [
4763 {
4764 "name": "Johannes M. Schmitt",
4765 "email": "schmittjoh@gmail.com"
4766 }
4767 ],
4768 "description": "Option Type for PHP",
4769 "keywords": [
4770 "language",
4771 "option",
4772 "php",
4773 "type"
4774 ],
4775 "time": "2015-07-25T16:39:46+00:00"
4776 },
4777 {
4778 "name": "phpzip/phpzip",
4779 "version": "2.0.8",
4780 "source": {
4781 "type": "git",
4782 "url": "https://github.com/Grandt/PHPZip.git",
4783 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
4784 },
4785 "dist": {
4786 "type": "zip",
4787 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
4788 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
4789 "shasum": ""
4790 },
4791 "require": {
4792 "grandt/binstring": ">=1.0.0",
4793 "grandt/phpzipmerge": ">=1.0.4",
4794 "grandt/relativepath": ">=1.0.2",
4795 "php": ">=5.3.0"
4796 },
4797 "type": "library",
4798 "autoload": {
4799 "psr-4": {
4800 "PHPZip\\Zip\\": "src/Zip"
4801 }
4802 },
4803 "notification-url": "https://packagist.org/downloads/",
4804 "license": [
4805 "LGPL-2.1"
4806 ],
4807 "authors": [
4808 {
4809 "name": "Adam Schmalhofer",
4810 "email": "Adam.Schmalhofer@gmx.de",
4811 "role": "Developer"
4812 },
4813 {
4814 "name": "A. Grandt",
4815 "email": "php@grandt.com",
4816 "homepage": "http://grandt.com",
4817 "role": "Developer"
4818 },
4819 {
4820 "name": "Greg Kappatos",
4821 "homepage": "http://websiteconnect.com.au",
4822 "role": "Developer"
4823 }
4824 ],
4825 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
4826 "homepage": "https://github.com/Grandt/PHPZip",
4827 "keywords": [
4828 "archive",
4829 "compressed",
4830 "compression",
4831 "phpzip",
4832 "pkzip",
4833 "stream",
4834 "zip"
4835 ],
4836 "time": "2015-11-16T16:30:51+00:00"
4837 },
4838 {
4839 "name": "predis/predis",
4840 "version": "v1.1.1",
4841 "source": {
4842 "type": "git",
4843 "url": "https://github.com/nrk/predis.git",
4844 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
4845 },
4846 "dist": {
4847 "type": "zip",
4848 "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
4849 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
4850 "shasum": ""
4851 },
4852 "require": {
4853 "php": ">=5.3.9"
4854 },
4855 "require-dev": {
4856 "phpunit/phpunit": "~4.8"
4857 },
4858 "suggest": {
4859 "ext-curl": "Allows access to Webdis when paired with phpiredis",
4860 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
4861 },
4862 "type": "library",
4863 "autoload": {
4864 "psr-4": {
4865 "Predis\\": "src/"
4866 }
4867 },
4868 "notification-url": "https://packagist.org/downloads/",
4869 "license": [
4870 "MIT"
4871 ],
4872 "authors": [
4873 {
4874 "name": "Daniele Alessandri",
4875 "email": "suppakilla@gmail.com",
4876 "homepage": "http://clorophilla.net"
4877 }
4878 ],
4879 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
4880 "homepage": "http://github.com/nrk/predis",
4881 "keywords": [
4882 "nosql",
4883 "predis",
4884 "redis"
4885 ],
4886 "time": "2016-06-16T16:22:20+00:00"
4887 },
4888 {
4889 "name": "psr/cache",
4890 "version": "1.0.1",
4891 "source": {
4892 "type": "git",
4893 "url": "https://github.com/php-fig/cache.git",
4894 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
4895 },
4896 "dist": {
4897 "type": "zip",
4898 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
4899 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
4900 "shasum": ""
4901 },
4902 "require": {
4903 "php": ">=5.3.0"
4904 },
4905 "type": "library",
4906 "extra": {
4907 "branch-alias": {
4908 "dev-master": "1.0.x-dev"
4909 }
4910 },
4911 "autoload": {
4912 "psr-4": {
4913 "Psr\\Cache\\": "src/"
4914 }
4915 },
4916 "notification-url": "https://packagist.org/downloads/",
4917 "license": [
4918 "MIT"
4919 ],
4920 "authors": [
4921 {
4922 "name": "PHP-FIG",
4923 "homepage": "http://www.php-fig.org/"
4924 }
4925 ],
4926 "description": "Common interface for caching libraries",
4927 "keywords": [
4928 "cache",
4929 "psr",
4930 "psr-6"
4931 ],
4932 "time": "2016-08-06T20:24:11+00:00"
4933 },
4934 {
4935 "name": "psr/container",
4936 "version": "1.0.0",
4937 "source": {
4938 "type": "git",
4939 "url": "https://github.com/php-fig/container.git",
4940 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
4941 },
4942 "dist": {
4943 "type": "zip",
4944 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4945 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4946 "shasum": ""
4947 },
4948 "require": {
4949 "php": ">=5.3.0"
4950 },
4951 "type": "library",
4952 "extra": {
4953 "branch-alias": {
4954 "dev-master": "1.0.x-dev"
4955 }
4956 },
4957 "autoload": {
4958 "psr-4": {
4959 "Psr\\Container\\": "src/"
4960 }
4961 },
4962 "notification-url": "https://packagist.org/downloads/",
4963 "license": [
4964 "MIT"
4965 ],
4966 "authors": [
4967 {
4968 "name": "PHP-FIG",
4969 "homepage": "http://www.php-fig.org/"
4970 }
4971 ],
4972 "description": "Common Container Interface (PHP FIG PSR-11)",
4973 "homepage": "https://github.com/php-fig/container",
4974 "keywords": [
4975 "PSR-11",
4976 "container",
4977 "container-interface",
4978 "container-interop",
4979 "psr"
4980 ],
4981 "time": "2017-02-14T16:28:37+00:00"
4982 },
4983 {
4984 "name": "psr/link",
4985 "version": "1.0.0",
4986 "source": {
4987 "type": "git",
4988 "url": "https://github.com/php-fig/link.git",
4989 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
4990 },
4991 "dist": {
4992 "type": "zip",
4993 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
4994 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
4995 "shasum": ""
4996 },
4997 "require": {
4998 "php": ">=5.3.0"
4999 },
5000 "type": "library",
5001 "extra": {
5002 "branch-alias": {
5003 "dev-master": "1.0.x-dev"
5004 }
5005 },
5006 "autoload": {
5007 "psr-4": {
5008 "Psr\\Link\\": "src/"
5009 }
5010 },
5011 "notification-url": "https://packagist.org/downloads/",
5012 "license": [
5013 "MIT"
5014 ],
5015 "authors": [
5016 {
5017 "name": "PHP-FIG",
5018 "homepage": "http://www.php-fig.org/"
5019 }
5020 ],
5021 "description": "Common interfaces for HTTP links",
5022 "keywords": [
5023 "http",
5024 "http-link",
5025 "link",
5026 "psr",
5027 "psr-13",
5028 "rest"
5029 ],
5030 "time": "2016-10-28T16:06:13+00:00"
5031 },
5032 {
5033 "name": "psr/log",
5034 "version": "1.1.0",
5035 "source": {
5036 "type": "git",
5037 "url": "https://github.com/php-fig/log.git",
5038 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
5039 },
5040 "dist": {
5041 "type": "zip",
5042 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
5043 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
5044 "shasum": ""
5045 },
5046 "require": {
5047 "php": ">=5.3.0"
5048 },
5049 "type": "library",
5050 "extra": {
5051 "branch-alias": {
5052 "dev-master": "1.0.x-dev"
5053 }
5054 },
5055 "autoload": {
5056 "psr-4": {
5057 "Psr\\Log\\": "Psr/Log/"
5058 }
5059 },
5060 "notification-url": "https://packagist.org/downloads/",
5061 "license": [
5062 "MIT"
5063 ],
5064 "authors": [
5065 {
5066 "name": "PHP-FIG",
5067 "homepage": "http://www.php-fig.org/"
5068 }
5069 ],
5070 "description": "Common interface for logging libraries",
5071 "homepage": "https://github.com/php-fig/log",
5072 "keywords": [
5073 "log",
5074 "psr",
5075 "psr-3"
5076 ],
5077 "time": "2018-11-20T15:27:04+00:00"
5078 },
5079 {
5080 "name": "psr/simple-cache",
5081 "version": "1.0.1",
5082 "source": {
5083 "type": "git",
5084 "url": "https://github.com/php-fig/simple-cache.git",
5085 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
5086 },
5087 "dist": {
5088 "type": "zip",
5089 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
5090 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
5091 "shasum": ""
5092 },
5093 "require": {
5094 "php": ">=5.3.0"
5095 },
5096 "type": "library",
5097 "extra": {
5098 "branch-alias": {
5099 "dev-master": "1.0.x-dev"
5100 }
5101 },
5102 "autoload": {
5103 "psr-4": {
5104 "Psr\\SimpleCache\\": "src/"
5105 }
5106 },
5107 "notification-url": "https://packagist.org/downloads/",
5108 "license": [
5109 "MIT"
5110 ],
5111 "authors": [
5112 {
5113 "name": "PHP-FIG",
5114 "homepage": "http://www.php-fig.org/"
5115 }
5116 ],
5117 "description": "Common interfaces for simple caching",
5118 "keywords": [
5119 "cache",
5120 "caching",
5121 "psr",
5122 "psr-16",
5123 "simple-cache"
5124 ],
5125 "time": "2017-10-23T01:57:42+00:00"
5126 },
5127 {
5128 "name": "react/promise",
5129 "version": "v2.7.1",
5130 "source": {
5131 "type": "git",
5132 "url": "https://github.com/reactphp/promise.git",
5133 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
5134 },
5135 "dist": {
5136 "type": "zip",
5137 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
5138 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
5139 "shasum": ""
5140 },
5141 "require": {
5142 "php": ">=5.4.0"
5143 },
5144 "require-dev": {
5145 "phpunit/phpunit": "~4.8"
5146 },
5147 "type": "library",
5148 "autoload": {
5149 "psr-4": {
5150 "React\\Promise\\": "src/"
5151 },
5152 "files": [
5153 "src/functions_include.php"
5154 ]
5155 },
5156 "notification-url": "https://packagist.org/downloads/",
5157 "license": [
5158 "MIT"
5159 ],
5160 "authors": [
5161 {
5162 "name": "Jan Sorgalla",
5163 "email": "jsorgalla@gmail.com"
5164 }
5165 ],
5166 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
5167 "keywords": [
5168 "promise",
5169 "promises"
5170 ],
5171 "time": "2019-01-07T21:25:54+00:00"
5172 },
5173 {
5174 "name": "scheb/two-factor-bundle",
5175 "version": "v2.14.0",
5176 "source": {
5177 "type": "git",
5178 "url": "https://github.com/scheb/two-factor-bundle.git",
5179 "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222"
5180 },
5181 "dist": {
5182 "type": "zip",
5183 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222",
5184 "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222",
5185 "shasum": ""
5186 },
5187 "require": {
5188 "paragonie/random_compat": "~1.0|~2.0",
5189 "sonata-project/google-authenticator": "~1.0",
5190 "symfony/config": "~2.6|~3.0|^4.0",
5191 "symfony/console": "~2.6|~3.0|^4.0",
5192 "symfony/dependency-injection": "~2.6|~3.0|^4.0",
5193 "symfony/event-dispatcher": "~2.6|~3.0|^4.0",
5194 "symfony/framework-bundle": "~2.6|~3.0|^4.0",
5195 "symfony/http-foundation": "~2.6|~3.0|^4.0",
5196 "symfony/http-kernel": "~2.6|~3.0|^4.0",
5197 "symfony/security-core": "~2.6|~3.0|^4.0",
5198 "symfony/security-http": "~2.6|~3.0|^4.0"
5199 },
5200 "require-dev": {
5201 "doctrine/orm": "~2.4,>=2.4.5",
5202 "phpunit/phpunit": ">=4.8,<6.0",
5203 "satooshi/php-coveralls": "~0.6",
5204 "swiftmailer/swiftmailer": ">=4.3,<6.0",
5205 "symfony/phpunit-bridge": "~2.7|~3.0|^4.0",
5206 "symfony/templating": "~2.6|~3.0|^4.0"
5207 },
5208 "suggest": {
5209 "ocramius/proxy-manager": "For performance improvements",
5210 "r/u2f-two-factor-bundle": "Two-factor provider for U2F Yuibkey"
5211 },
5212 "type": "symfony-bundle",
5213 "autoload": {
5214 "psr-4": {
5215 "Scheb\\TwoFactorBundle\\": ""
5216 }
5217 },
5218 "notification-url": "https://packagist.org/downloads/",
5219 "license": [
5220 "MIT"
5221 ],
5222 "authors": [
5223 {
5224 "name": "Christian Scheb",
5225 "email": "me@christianscheb.de"
5226 }
5227 ],
5228 "description": "Provides two-factor authentication for Symfony applications",
5229 "homepage": "https://github.com/scheb/two-factor-bundle",
5230 "keywords": [
5231 "Authentication",
5232 "security",
5233 "symfony",
5234 "two-factor",
5235 "two-step"
5236 ],
5237 "time": "2017-11-18T10:48:13+00:00"
5238 },
5239 {
5240 "name": "sensio/distribution-bundle",
5241 "version": "v5.0.24",
5242 "source": {
5243 "type": "git",
5244 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
5245 "reference": "59eac70f15f97ee945924948a6f5e2f6f86b7a4b"
5246 },
5247 "dist": {
5248 "type": "zip",
5249 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/59eac70f15f97ee945924948a6f5e2f6f86b7a4b",
5250 "reference": "59eac70f15f97ee945924948a6f5e2f6f86b7a4b",
5251 "shasum": ""
5252 },
5253 "require": {
5254 "php": ">=5.3.9",
5255 "sensiolabs/security-checker": "~5.0",
5256 "symfony/class-loader": "~2.3|~3.0",
5257 "symfony/config": "~2.3|~3.0",
5258 "symfony/dependency-injection": "~2.3|~3.0",
5259 "symfony/filesystem": "~2.3|~3.0",
5260 "symfony/http-kernel": "~2.3|~3.0",
5261 "symfony/process": "~2.3|~3.0"
5262 },
5263 "type": "symfony-bundle",
5264 "extra": {
5265 "branch-alias": {
5266 "dev-master": "5.0.x-dev"
5267 }
5268 },
5269 "autoload": {
5270 "psr-4": {
5271 "Sensio\\Bundle\\DistributionBundle\\": ""
5272 }
5273 },
5274 "notification-url": "https://packagist.org/downloads/",
5275 "license": [
5276 "MIT"
5277 ],
5278 "authors": [
5279 {
5280 "name": "Fabien Potencier",
5281 "email": "fabien@symfony.com"
5282 }
5283 ],
5284 "description": "Base bundle for Symfony Distributions",
5285 "keywords": [
5286 "configuration",
5287 "distribution"
5288 ],
5289 "time": "2018-12-14T17:36:15+00:00"
5290 },
5291 {
5292 "name": "sensio/framework-extra-bundle",
5293 "version": "v3.0.29",
5294 "source": {
5295 "type": "git",
5296 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
5297 "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
5298 },
5299 "dist": {
5300 "type": "zip",
5301 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
5302 "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
5303 "shasum": ""
5304 },
5305 "require": {
5306 "doctrine/common": "~2.2",
5307 "symfony/dependency-injection": "~2.3|~3.0",
5308 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
5309 },
5310 "require-dev": {
5311 "doctrine/doctrine-bundle": "~1.5",
5312 "doctrine/orm": "~2.4,>=2.4.5",
5313 "symfony/asset": "~2.7|~3.0|~4.0",
5314 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5315 "symfony/dom-crawler": "~2.3|~3.0|~4.0",
5316 "symfony/expression-language": "~2.4|~3.0|~4.0",
5317 "symfony/finder": "~2.3|~3.0|~4.0",
5318 "symfony/phpunit-bridge": "~3.2|~4.0",
5319 "symfony/psr-http-message-bridge": "^0.3|^1.0",
5320 "symfony/security-bundle": "~2.4|~3.0|~4.0",
5321 "symfony/templating": "~2.3|~3.0|~4.0",
5322 "symfony/translation": "~2.3|~3.0|~4.0",
5323 "symfony/twig-bundle": "~2.3|~3.0|~4.0",
5324 "symfony/yaml": "~2.3|~3.0|~4.0",
5325 "twig/twig": "~1.12|~2.0",
5326 "zendframework/zend-diactoros": "^1.3"
5327 },
5328 "suggest": {
5329 "symfony/expression-language": "",
5330 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
5331 "symfony/security-bundle": ""
5332 },
5333 "type": "symfony-bundle",
5334 "extra": {
5335 "branch-alias": {
5336 "dev-master": "3.0.x-dev"
5337 }
5338 },
5339 "autoload": {
5340 "psr-4": {
5341 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
5342 }
5343 },
5344 "notification-url": "https://packagist.org/downloads/",
5345 "license": [
5346 "MIT"
5347 ],
5348 "authors": [
5349 {
5350 "name": "Fabien Potencier",
5351 "email": "fabien@symfony.com"
5352 }
5353 ],
5354 "description": "This bundle provides a way to configure your controllers with annotations",
5355 "keywords": [
5356 "annotations",
5357 "controllers"
5358 ],
5359 "time": "2017-12-14T19:03:23+00:00"
5360 },
5361 {
5362 "name": "sensiolabs/security-checker",
5363 "version": "v5.0.3",
5364 "source": {
5365 "type": "git",
5366 "url": "https://github.com/sensiolabs/security-checker.git",
5367 "reference": "46be3f58adac13084497961e10eed9a7fb4d44d1"
5368 },
5369 "dist": {
5370 "type": "zip",
5371 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/46be3f58adac13084497961e10eed9a7fb4d44d1",
5372 "reference": "46be3f58adac13084497961e10eed9a7fb4d44d1",
5373 "shasum": ""
5374 },
5375 "require": {
5376 "composer/ca-bundle": "^1.0",
5377 "php": ">=5.5.9",
5378 "symfony/console": "~2.7|~3.0|~4.0"
5379 },
5380 "bin": [
5381 "security-checker"
5382 ],
5383 "type": "library",
5384 "extra": {
5385 "branch-alias": {
5386 "dev-master": "5.0-dev"
5387 }
5388 },
5389 "autoload": {
5390 "psr-4": {
5391 "SensioLabs\\Security\\": "SensioLabs/Security"
5392 }
5393 },
5394 "notification-url": "https://packagist.org/downloads/",
5395 "license": [
5396 "MIT"
5397 ],
5398 "authors": [
5399 {
5400 "name": "Fabien Potencier",
5401 "email": "fabien.potencier@gmail.com"
5402 }
5403 ],
5404 "description": "A security checker for your composer.lock",
5405 "time": "2018-12-19T17:14:59+00:00"
5406 },
5407 {
5408 "name": "simplepie/simplepie",
5409 "version": "1.5.2",
5410 "source": {
5411 "type": "git",
5412 "url": "https://github.com/simplepie/simplepie.git",
5413 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263"
5414 },
5415 "dist": {
5416 "type": "zip",
5417 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/0e8fe72132dad765d25db4cabc69a91139af1263",
5418 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263",
5419 "shasum": ""
5420 },
5421 "require": {
5422 "ext-pcre": "*",
5423 "ext-xml": "*",
5424 "ext-xmlreader": "*",
5425 "php": ">=5.6.0"
5426 },
5427 "require-dev": {
5428 "phpunit/phpunit": "~5.4.3 || ~6.5"
5429 },
5430 "suggest": {
5431 "ext-curl": "",
5432 "ext-iconv": "",
5433 "ext-intl": "",
5434 "ext-mbstring": "",
5435 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
5436 },
5437 "type": "library",
5438 "autoload": {
5439 "psr-0": {
5440 "SimplePie": "library"
5441 }
5442 },
5443 "notification-url": "https://packagist.org/downloads/",
5444 "license": [
5445 "BSD-3-Clause"
5446 ],
5447 "authors": [
5448 {
5449 "name": "Ryan Parman",
5450 "homepage": "http://ryanparman.com/",
5451 "role": "Creator, alumnus developer"
5452 },
5453 {
5454 "name": "Geoffrey Sneddon",
5455 "homepage": "http://gsnedders.com/",
5456 "role": "Alumnus developer"
5457 },
5458 {
5459 "name": "Ryan McCue",
5460 "email": "me@ryanmccue.info",
5461 "homepage": "http://ryanmccue.info/",
5462 "role": "Developer"
5463 }
5464 ],
5465 "description": "A simple Atom/RSS parsing library for PHP",
5466 "homepage": "http://simplepie.org/",
5467 "keywords": [
5468 "atom",
5469 "feeds",
5470 "rss"
5471 ],
5472 "time": "2018-08-02T05:43:58+00:00"
5473 },
5474 {
5475 "name": "smalot/pdfparser",
5476 "version": "v0.14.0",
5477 "source": {
5478 "type": "git",
5479 "url": "https://github.com/smalot/pdfparser.git",
5480 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
5481 },
5482 "dist": {
5483 "type": "zip",
5484 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
5485 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
5486 "shasum": ""
5487 },
5488 "require": {
5489 "ext-mbstring": "*",
5490 "ext-zlib": "*",
5491 "php": ">=5.3.0",
5492 "tecnickcom/tcpdf": "~6.0"
5493 },
5494 "require-dev": {
5495 "atoum/atoum": "^2.8 | ^3.0"
5496 },
5497 "type": "library",
5498 "autoload": {
5499 "psr-0": {
5500 "Smalot\\PdfParser\\": "src/"
5501 }
5502 },
5503 "notification-url": "https://packagist.org/downloads/",
5504 "license": [
5505 "LGPL-3.0"
5506 ],
5507 "authors": [
5508 {
5509 "name": "Sebastien MALOT",
5510 "email": "sebastien@malot.fr"
5511 }
5512 ],
5513 "description": "Pdf parser library. Can read and extract information from pdf file.",
5514 "homepage": "http://www.pdfparser.org",
5515 "keywords": [
5516 "extract",
5517 "parse",
5518 "parser",
5519 "pdf",
5520 "text"
5521 ],
5522 "time": "2019-01-23T09:14:37+00:00"
5523 },
5524 {
5525 "name": "sonata-project/google-authenticator",
5526 "version": "1.1.0",
5527 "source": {
5528 "type": "git",
5529 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
5530 "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39"
5531 },
5532 "dist": {
5533 "type": "zip",
5534 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/ccf7ecb68e875562c70b28a470fe0daf48625b39",
5535 "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39",
5536 "shasum": ""
5537 },
5538 "require": {
5539 "paragonie/random_compat": "^2.0",
5540 "php": "^5.3 || ^7.0"
5541 },
5542 "require-dev": {
5543 "sllh/php-cs-fixer-styleci-bridge": "^2.0",
5544 "symfony/phpunit-bridge": "~2.7|~3.0"
5545 },
5546 "type": "library",
5547 "extra": {
5548 "branch-alias": {
5549 "dev-master": "1.x-dev"
5550 }
5551 },
5552 "autoload": {
5553 "psr-4": {
5554 "Google\\Authenticator\\": "src/"
5555 }
5556 },
5557 "notification-url": "https://packagist.org/downloads/",
5558 "license": [
5559 "MIT"
5560 ],
5561 "authors": [
5562 {
5563 "name": "Christian Stocker",
5564 "email": "me@chregu.tv"
5565 },
5566 {
5567 "name": "Andre DeMarre",
5568 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
5569 },
5570 {
5571 "name": "Thomas Rabaix",
5572 "email": "thomas.rabaix@gmail.com"
5573 }
5574 ],
5575 "description": "Library to integrate Google Authenticator into a PHP project",
5576 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
5577 "keywords": [
5578 "google authenticator"
5579 ],
5580 "time": "2017-04-19T14:00:07+00:00"
5581 },
5582 {
5583 "name": "stof/doctrine-extensions-bundle",
5584 "version": "v1.3.0",
5585 "source": {
5586 "type": "git",
5587 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
5588 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
5589 },
5590 "dist": {
5591 "type": "zip",
5592 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
5593 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
5594 "shasum": ""
5595 },
5596 "require": {
5597 "gedmo/doctrine-extensions": "^2.3.4",
5598 "php": ">=5.3.2",
5599 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
5600 },
5601 "require-dev": {
5602 "symfony/phpunit-bridge": "^4.0",
5603 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
5604 },
5605 "suggest": {
5606 "doctrine/doctrine-bundle": "to use the ORM extensions",
5607 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
5608 },
5609 "type": "symfony-bundle",
5610 "extra": {
5611 "branch-alias": {
5612 "dev-master": "1.3.x-dev"
5613 }
5614 },
5615 "autoload": {
5616 "psr-4": {
5617 "Stof\\DoctrineExtensionsBundle\\": ""
5618 }
5619 },
5620 "notification-url": "https://packagist.org/downloads/",
5621 "license": [
5622 "MIT"
5623 ],
5624 "authors": [
5625 {
5626 "name": "Christophe Coevoet",
5627 "email": "stof@notk.org"
5628 }
5629 ],
5630 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
5631 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
5632 "keywords": [
5633 "behaviors",
5634 "doctrine2",
5635 "extensions",
5636 "gedmo",
5637 "loggable",
5638 "nestedset",
5639 "sluggable",
5640 "sortable",
5641 "timestampable",
5642 "translatable",
5643 "tree"
5644 ],
5645 "time": "2017-12-24T16:06:50+00:00"
5646 },
5647 {
5648 "name": "swiftmailer/swiftmailer",
5649 "version": "v5.4.12",
5650 "source": {
5651 "type": "git",
5652 "url": "https://github.com/swiftmailer/swiftmailer.git",
5653 "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
5654 },
5655 "dist": {
5656 "type": "zip",
5657 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
5658 "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
5659 "shasum": ""
5660 },
5661 "require": {
5662 "php": ">=5.3.3"
5663 },
5664 "require-dev": {
5665 "mockery/mockery": "~0.9.1",
5666 "symfony/phpunit-bridge": "~3.2"
5667 },
5668 "type": "library",
5669 "extra": {
5670 "branch-alias": {
5671 "dev-master": "5.4-dev"
5672 }
5673 },
5674 "autoload": {
5675 "files": [
5676 "lib/swift_required.php"
5677 ]
5678 },
5679 "notification-url": "https://packagist.org/downloads/",
5680 "license": [
5681 "MIT"
5682 ],
5683 "authors": [
5684 {
5685 "name": "Chris Corbyn"
5686 },
5687 {
5688 "name": "Fabien Potencier",
5689 "email": "fabien@symfony.com"
5690 }
5691 ],
5692 "description": "Swiftmailer, free feature-rich PHP mailer",
5693 "homepage": "https://swiftmailer.symfony.com",
5694 "keywords": [
5695 "email",
5696 "mail",
5697 "mailer"
5698 ],
5699 "time": "2018-07-31T09:26:32+00:00"
5700 },
5701 {
5702 "name": "symfony/monolog-bundle",
5703 "version": "v3.2.0",
5704 "source": {
5705 "type": "git",
5706 "url": "https://github.com/symfony/monolog-bundle.git",
5707 "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd"
5708 },
5709 "dist": {
5710 "type": "zip",
5711 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd",
5712 "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd",
5713 "shasum": ""
5714 },
5715 "require": {
5716 "monolog/monolog": "~1.22",
5717 "php": ">=5.3.2",
5718 "symfony/config": "~2.7|~3.0|~4.0",
5719 "symfony/dependency-injection": "~2.7|~3.0|~4.0",
5720 "symfony/http-kernel": "~2.7|~3.0|~4.0",
5721 "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
5722 },
5723 "require-dev": {
5724 "symfony/console": "~2.3|~3.0|~4.0",
5725 "symfony/phpunit-bridge": "^3.3|^4.0",
5726 "symfony/yaml": "~2.3|~3.0|~4.0"
5727 },
5728 "type": "symfony-bundle",
5729 "extra": {
5730 "branch-alias": {
5731 "dev-master": "3.x-dev"
5732 }
5733 },
5734 "autoload": {
5735 "psr-4": {
5736 "Symfony\\Bundle\\MonologBundle\\": ""
5737 },
5738 "exclude-from-classmap": [
5739 "/Tests/"
5740 ]
5741 },
5742 "notification-url": "https://packagist.org/downloads/",
5743 "license": [
5744 "MIT"
5745 ],
5746 "authors": [
5747 {
5748 "name": "Symfony Community",
5749 "homepage": "http://symfony.com/contributors"
5750 },
5751 {
5752 "name": "Fabien Potencier",
5753 "email": "fabien@symfony.com"
5754 }
5755 ],
5756 "description": "Symfony MonologBundle",
5757 "homepage": "http://symfony.com",
5758 "keywords": [
5759 "log",
5760 "logging"
5761 ],
5762 "time": "2018-03-05T14:51:36+00:00"
5763 },
5764 {
5765 "name": "symfony/polyfill-apcu",
5766 "version": "v1.10.0",
5767 "source": {
5768 "type": "git",
5769 "url": "https://github.com/symfony/polyfill-apcu.git",
5770 "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
5771 },
5772 "dist": {
5773 "type": "zip",
5774 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
5775 "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
5776 "shasum": ""
5777 },
5778 "require": {
5779 "php": ">=5.3.3"
5780 },
5781 "type": "library",
5782 "extra": {
5783 "branch-alias": {
5784 "dev-master": "1.9-dev"
5785 }
5786 },
5787 "autoload": {
5788 "psr-4": {
5789 "Symfony\\Polyfill\\Apcu\\": ""
5790 },
5791 "files": [
5792 "bootstrap.php"
5793 ]
5794 },
5795 "notification-url": "https://packagist.org/downloads/",
5796 "license": [
5797 "MIT"
5798 ],
5799 "authors": [
5800 {
5801 "name": "Nicolas Grekas",
5802 "email": "p@tchwork.com"
5803 },
5804 {
5805 "name": "Symfony Community",
5806 "homepage": "https://symfony.com/contributors"
5807 }
5808 ],
5809 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
5810 "homepage": "https://symfony.com",
5811 "keywords": [
5812 "apcu",
5813 "compatibility",
5814 "polyfill",
5815 "portable",
5816 "shim"
5817 ],
5818 "time": "2018-08-06T14:22:27+00:00"
5819 },
5820 {
5821 "name": "symfony/polyfill-ctype",
5822 "version": "v1.10.0",
5823 "source": {
5824 "type": "git",
5825 "url": "https://github.com/symfony/polyfill-ctype.git",
5826 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
5827 },
5828 "dist": {
5829 "type": "zip",
5830 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
5831 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
5832 "shasum": ""
5833 },
5834 "require": {
5835 "php": ">=5.3.3"
5836 },
5837 "suggest": {
5838 "ext-ctype": "For best performance"
5839 },
5840 "type": "library",
5841 "extra": {
5842 "branch-alias": {
5843 "dev-master": "1.9-dev"
5844 }
5845 },
5846 "autoload": {
5847 "psr-4": {
5848 "Symfony\\Polyfill\\Ctype\\": ""
5849 },
5850 "files": [
5851 "bootstrap.php"
5852 ]
5853 },
5854 "notification-url": "https://packagist.org/downloads/",
5855 "license": [
5856 "MIT"
5857 ],
5858 "authors": [
5859 {
5860 "name": "Symfony Community",
5861 "homepage": "https://symfony.com/contributors"
5862 },
5863 {
5864 "name": "Gert de Pagter",
5865 "email": "BackEndTea@gmail.com"
5866 }
5867 ],
5868 "description": "Symfony polyfill for ctype functions",
5869 "homepage": "https://symfony.com",
5870 "keywords": [
5871 "compatibility",
5872 "ctype",
5873 "polyfill",
5874 "portable"
5875 ],
5876 "time": "2018-08-06T14:22:27+00:00"
5877 },
5878 {
5879 "name": "symfony/polyfill-intl-icu",
5880 "version": "v1.10.0",
5881 "source": {
5882 "type": "git",
5883 "url": "https://github.com/symfony/polyfill-intl-icu.git",
5884 "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
5885 },
5886 "dist": {
5887 "type": "zip",
5888 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
5889 "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
5890 "shasum": ""
5891 },
5892 "require": {
5893 "php": ">=5.3.3",
5894 "symfony/intl": "~2.3|~3.0|~4.0"
5895 },
5896 "suggest": {
5897 "ext-intl": "For best performance"
5898 },
5899 "type": "library",
5900 "extra": {
5901 "branch-alias": {
5902 "dev-master": "1.9-dev"
5903 }
5904 },
5905 "autoload": {
5906 "files": [
5907 "bootstrap.php"
5908 ]
5909 },
5910 "notification-url": "https://packagist.org/downloads/",
5911 "license": [
5912 "MIT"
5913 ],
5914 "authors": [
5915 {
5916 "name": "Nicolas Grekas",
5917 "email": "p@tchwork.com"
5918 },
5919 {
5920 "name": "Symfony Community",
5921 "homepage": "https://symfony.com/contributors"
5922 }
5923 ],
5924 "description": "Symfony polyfill for intl's ICU-related data and classes",
5925 "homepage": "https://symfony.com",
5926 "keywords": [
5927 "compatibility",
5928 "icu",
5929 "intl",
5930 "polyfill",
5931 "portable",
5932 "shim"
5933 ],
5934 "time": "2018-08-06T14:22:27+00:00"
5935 },
5936 {
5937 "name": "symfony/polyfill-mbstring",
5938 "version": "v1.10.0",
5939 "source": {
5940 "type": "git",
5941 "url": "https://github.com/symfony/polyfill-mbstring.git",
5942 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
5943 },
5944 "dist": {
5945 "type": "zip",
5946 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
5947 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
5948 "shasum": ""
5949 },
5950 "require": {
5951 "php": ">=5.3.3"
5952 },
5953 "suggest": {
5954 "ext-mbstring": "For best performance"
5955 },
5956 "type": "library",
5957 "extra": {
5958 "branch-alias": {
5959 "dev-master": "1.9-dev"
5960 }
5961 },
5962 "autoload": {
5963 "psr-4": {
5964 "Symfony\\Polyfill\\Mbstring\\": ""
5965 },
5966 "files": [
5967 "bootstrap.php"
5968 ]
5969 },
5970 "notification-url": "https://packagist.org/downloads/",
5971 "license": [
5972 "MIT"
5973 ],
5974 "authors": [
5975 {
5976 "name": "Nicolas Grekas",
5977 "email": "p@tchwork.com"
5978 },
5979 {
5980 "name": "Symfony Community",
5981 "homepage": "https://symfony.com/contributors"
5982 }
5983 ],
5984 "description": "Symfony polyfill for the Mbstring extension",
5985 "homepage": "https://symfony.com",
5986 "keywords": [
5987 "compatibility",
5988 "mbstring",
5989 "polyfill",
5990 "portable",
5991 "shim"
5992 ],
5993 "time": "2018-09-21T13:07:52+00:00"
5994 },
5995 {
5996 "name": "symfony/polyfill-php56",
5997 "version": "v1.10.0",
5998 "source": {
5999 "type": "git",
6000 "url": "https://github.com/symfony/polyfill-php56.git",
6001 "reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
6002 },
6003 "dist": {
6004 "type": "zip",
6005 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
6006 "reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
6007 "shasum": ""
6008 },
6009 "require": {
6010 "php": ">=5.3.3",
6011 "symfony/polyfill-util": "~1.0"
6012 },
6013 "type": "library",
6014 "extra": {
6015 "branch-alias": {
6016 "dev-master": "1.9-dev"
6017 }
6018 },
6019 "autoload": {
6020 "psr-4": {
6021 "Symfony\\Polyfill\\Php56\\": ""
6022 },
6023 "files": [
6024 "bootstrap.php"
6025 ]
6026 },
6027 "notification-url": "https://packagist.org/downloads/",
6028 "license": [
6029 "MIT"
6030 ],
6031 "authors": [
6032 {
6033 "name": "Nicolas Grekas",
6034 "email": "p@tchwork.com"
6035 },
6036 {
6037 "name": "Symfony Community",
6038 "homepage": "https://symfony.com/contributors"
6039 }
6040 ],
6041 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
6042 "homepage": "https://symfony.com",
6043 "keywords": [
6044 "compatibility",
6045 "polyfill",
6046 "portable",
6047 "shim"
6048 ],
6049 "time": "2018-09-21T06:26:08+00:00"
6050 },
6051 {
6052 "name": "symfony/polyfill-php70",
6053 "version": "v1.10.0",
6054 "source": {
6055 "type": "git",
6056 "url": "https://github.com/symfony/polyfill-php70.git",
6057 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
6058 },
6059 "dist": {
6060 "type": "zip",
6061 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
6062 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
6063 "shasum": ""
6064 },
6065 "require": {
6066 "paragonie/random_compat": "~1.0|~2.0|~9.99",
6067 "php": ">=5.3.3"
6068 },
6069 "type": "library",
6070 "extra": {
6071 "branch-alias": {
6072 "dev-master": "1.9-dev"
6073 }
6074 },
6075 "autoload": {
6076 "psr-4": {
6077 "Symfony\\Polyfill\\Php70\\": ""
6078 },
6079 "files": [
6080 "bootstrap.php"
6081 ],
6082 "classmap": [
6083 "Resources/stubs"
6084 ]
6085 },
6086 "notification-url": "https://packagist.org/downloads/",
6087 "license": [
6088 "MIT"
6089 ],
6090 "authors": [
6091 {
6092 "name": "Nicolas Grekas",
6093 "email": "p@tchwork.com"
6094 },
6095 {
6096 "name": "Symfony Community",
6097 "homepage": "https://symfony.com/contributors"
6098 }
6099 ],
6100 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
6101 "homepage": "https://symfony.com",
6102 "keywords": [
6103 "compatibility",
6104 "polyfill",
6105 "portable",
6106 "shim"
6107 ],
6108 "time": "2018-09-21T06:26:08+00:00"
6109 },
6110 {
6111 "name": "symfony/polyfill-util",
6112 "version": "v1.10.0",
6113 "source": {
6114 "type": "git",
6115 "url": "https://github.com/symfony/polyfill-util.git",
6116 "reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
6117 },
6118 "dist": {
6119 "type": "zip",
6120 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
6121 "reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
6122 "shasum": ""
6123 },
6124 "require": {
6125 "php": ">=5.3.3"
6126 },
6127 "type": "library",
6128 "extra": {
6129 "branch-alias": {
6130 "dev-master": "1.9-dev"
6131 }
6132 },
6133 "autoload": {
6134 "psr-4": {
6135 "Symfony\\Polyfill\\Util\\": ""
6136 }
6137 },
6138 "notification-url": "https://packagist.org/downloads/",
6139 "license": [
6140 "MIT"
6141 ],
6142 "authors": [
6143 {
6144 "name": "Nicolas Grekas",
6145 "email": "p@tchwork.com"
6146 },
6147 {
6148 "name": "Symfony Community",
6149 "homepage": "https://symfony.com/contributors"
6150 }
6151 ],
6152 "description": "Symfony utilities for portability of PHP codes",
6153 "homepage": "https://symfony.com",
6154 "keywords": [
6155 "compat",
6156 "compatibility",
6157 "polyfill",
6158 "shim"
6159 ],
6160 "time": "2018-09-30T16:36:12+00:00"
6161 },
6162 {
6163 "name": "symfony/swiftmailer-bundle",
6164 "version": "v2.6.7",
6165 "source": {
6166 "type": "git",
6167 "url": "https://github.com/symfony/swiftmailer-bundle.git",
6168 "reference": "c4808f5169efc05567be983909d00f00521c53ec"
6169 },
6170 "dist": {
6171 "type": "zip",
6172 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
6173 "reference": "c4808f5169efc05567be983909d00f00521c53ec",
6174 "shasum": ""
6175 },
6176 "require": {
6177 "php": ">=5.3.2",
6178 "swiftmailer/swiftmailer": "~4.2|~5.0",
6179 "symfony/config": "~2.7|~3.0",
6180 "symfony/dependency-injection": "~2.7|~3.0",
6181 "symfony/http-kernel": "~2.7|~3.0"
6182 },
6183 "require-dev": {
6184 "symfony/console": "~2.7|~3.0",
6185 "symfony/framework-bundle": "~2.7|~3.0",
6186 "symfony/phpunit-bridge": "~3.3@dev",
6187 "symfony/yaml": "~2.7|~3.0"
6188 },
6189 "suggest": {
6190 "psr/log": "Allows logging"
6191 },
6192 "type": "symfony-bundle",
6193 "extra": {
6194 "branch-alias": {
6195 "dev-master": "2.6-dev"
6196 }
6197 },
6198 "autoload": {
6199 "psr-4": {
6200 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
6201 }
6202 },
6203 "notification-url": "https://packagist.org/downloads/",
6204 "license": [
6205 "MIT"
6206 ],
6207 "authors": [
6208 {
6209 "name": "Symfony Community",
6210 "homepage": "http://symfony.com/contributors"
6211 },
6212 {
6213 "name": "Fabien Potencier",
6214 "email": "fabien@symfony.com"
6215 }
6216 ],
6217 "description": "Symfony SwiftmailerBundle",
6218 "homepage": "http://symfony.com",
6219 "time": "2017-10-19T01:06:41+00:00"
6220 },
6221 {
6222 "name": "symfony/symfony",
6223 "version": "v3.3.18",
6224 "source": {
6225 "type": "git",
6226 "url": "https://github.com/symfony/symfony.git",
6227 "reference": "e8d2a2ed1f1ad9726388b97a0e76b20405379d1b"
6228 },
6229 "dist": {
6230 "type": "zip",
6231 "url": "https://api.github.com/repos/symfony/symfony/zipball/e8d2a2ed1f1ad9726388b97a0e76b20405379d1b",
6232 "reference": "e8d2a2ed1f1ad9726388b97a0e76b20405379d1b",
6233 "shasum": ""
6234 },
6235 "require": {
6236 "doctrine/common": "~2.4",
6237 "ext-xml": "*",
6238 "fig/link-util": "^1.0",
6239 "php": "^5.5.9|>=7.0.8",
6240 "psr/cache": "~1.0",
6241 "psr/container": "^1.0",
6242 "psr/link": "^1.0",
6243 "psr/log": "~1.0",
6244 "psr/simple-cache": "^1.0",
6245 "symfony/polyfill-apcu": "~1.1",
6246 "symfony/polyfill-intl-icu": "~1.0",
6247 "symfony/polyfill-mbstring": "~1.0",
6248 "symfony/polyfill-php56": "~1.0",
6249 "symfony/polyfill-php70": "~1.0",
6250 "twig/twig": "~1.34|~2.4"
6251 },
6252 "conflict": {
6253 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
6254 "phpdocumentor/type-resolver": "<0.2.1",
6255 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6256 },
6257 "provide": {
6258 "psr/cache-implementation": "1.0",
6259 "psr/container-implementation": "1.0",
6260 "psr/simple-cache-implementation": "1.0"
6261 },
6262 "replace": {
6263 "symfony/asset": "self.version",
6264 "symfony/browser-kit": "self.version",
6265 "symfony/cache": "self.version",
6266 "symfony/class-loader": "self.version",
6267 "symfony/config": "self.version",
6268 "symfony/console": "self.version",
6269 "symfony/css-selector": "self.version",
6270 "symfony/debug": "self.version",
6271 "symfony/debug-bundle": "self.version",
6272 "symfony/dependency-injection": "self.version",
6273 "symfony/doctrine-bridge": "self.version",
6274 "symfony/dom-crawler": "self.version",
6275 "symfony/dotenv": "self.version",
6276 "symfony/event-dispatcher": "self.version",
6277 "symfony/expression-language": "self.version",
6278 "symfony/filesystem": "self.version",
6279 "symfony/finder": "self.version",
6280 "symfony/form": "self.version",
6281 "symfony/framework-bundle": "self.version",
6282 "symfony/http-foundation": "self.version",
6283 "symfony/http-kernel": "self.version",
6284 "symfony/inflector": "self.version",
6285 "symfony/intl": "self.version",
6286 "symfony/ldap": "self.version",
6287 "symfony/monolog-bridge": "self.version",
6288 "symfony/options-resolver": "self.version",
6289 "symfony/process": "self.version",
6290 "symfony/property-access": "self.version",
6291 "symfony/property-info": "self.version",
6292 "symfony/proxy-manager-bridge": "self.version",
6293 "symfony/routing": "self.version",
6294 "symfony/security": "self.version",
6295 "symfony/security-bundle": "self.version",
6296 "symfony/security-core": "self.version",
6297 "symfony/security-csrf": "self.version",
6298 "symfony/security-guard": "self.version",
6299 "symfony/security-http": "self.version",
6300 "symfony/serializer": "self.version",
6301 "symfony/stopwatch": "self.version",
6302 "symfony/templating": "self.version",
6303 "symfony/translation": "self.version",
6304 "symfony/twig-bridge": "self.version",
6305 "symfony/twig-bundle": "self.version",
6306 "symfony/validator": "self.version",
6307 "symfony/var-dumper": "self.version",
6308 "symfony/web-link": "self.version",
6309 "symfony/web-profiler-bundle": "self.version",
6310 "symfony/web-server-bundle": "self.version",
6311 "symfony/workflow": "self.version",
6312 "symfony/yaml": "self.version"
6313 },
6314 "require-dev": {
6315 "cache/integration-tests": "dev-master",
6316 "doctrine/annotations": "~1.0",
6317 "doctrine/cache": "~1.6",
6318 "doctrine/data-fixtures": "1.0.*",
6319 "doctrine/dbal": "~2.4",
6320 "doctrine/doctrine-bundle": "~1.4",
6321 "doctrine/orm": "~2.4,>=2.4.5",
6322 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
6323 "monolog/monolog": "~1.11",
6324 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
6325 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
6326 "predis/predis": "~1.0",
6327 "sensio/framework-extra-bundle": "^3.0.2",
6328 "symfony/phpunit-bridge": "~3.4|~4.0",
6329 "symfony/security-acl": "~2.8|~3.0"
6330 },
6331 "type": "library",
6332 "extra": {
6333 "branch-alias": {
6334 "dev-master": "3.3-dev"
6335 }
6336 },
6337 "autoload": {
6338 "psr-4": {
6339 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
6340 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
6341 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
6342 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
6343 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
6344 "Symfony\\Component\\": "src/Symfony/Component/"
6345 },
6346 "classmap": [
6347 "src/Symfony/Component/Intl/Resources/stubs"
6348 ],
6349 "exclude-from-classmap": [
6350 "**/Tests/"
6351 ]
6352 },
6353 "notification-url": "https://packagist.org/downloads/",
6354 "license": [
6355 "MIT"
6356 ],
6357 "authors": [
6358 {
6359 "name": "Fabien Potencier",
6360 "email": "fabien@symfony.com"
6361 },
6362 {
6363 "name": "Symfony Community",
6364 "homepage": "https://symfony.com/contributors"
6365 }
6366 ],
6367 "description": "The Symfony PHP framework",
6368 "homepage": "https://symfony.com",
6369 "keywords": [
6370 "framework"
6371 ],
6372 "time": "2018-08-01T14:04:47+00:00"
6373 },
6374 {
6375 "name": "true/punycode",
6376 "version": "v2.1.1",
6377 "source": {
6378 "type": "git",
6379 "url": "https://github.com/true/php-punycode.git",
6380 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
6381 },
6382 "dist": {
6383 "type": "zip",
6384 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
6385 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
6386 "shasum": ""
6387 },
6388 "require": {
6389 "php": ">=5.3.0",
6390 "symfony/polyfill-mbstring": "^1.3"
6391 },
6392 "require-dev": {
6393 "phpunit/phpunit": "~4.7",
6394 "squizlabs/php_codesniffer": "~2.0"
6395 },
6396 "type": "library",
6397 "autoload": {
6398 "psr-4": {
6399 "TrueBV\\": "src/"
6400 }
6401 },
6402 "notification-url": "https://packagist.org/downloads/",
6403 "license": [
6404 "MIT"
6405 ],
6406 "authors": [
6407 {
6408 "name": "Renan Gonçalves",
6409 "email": "renan.saddam@gmail.com"
6410 }
6411 ],
6412 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
6413 "homepage": "https://github.com/true/php-punycode",
6414 "keywords": [
6415 "idna",
6416 "punycode"
6417 ],
6418 "time": "2016-11-16T10:37:54+00:00"
6419 },
6420 {
6421 "name": "twig/extensions",
6422 "version": "v1.5.4",
6423 "source": {
6424 "type": "git",
6425 "url": "https://github.com/twigphp/Twig-extensions.git",
6426 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
6427 },
6428 "dist": {
6429 "type": "zip",
6430 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
6431 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
6432 "shasum": ""
6433 },
6434 "require": {
6435 "twig/twig": "^1.27|^2.0"
6436 },
6437 "require-dev": {
6438 "symfony/phpunit-bridge": "^3.4",
6439 "symfony/translation": "^2.7|^3.4"
6440 },
6441 "suggest": {
6442 "symfony/translation": "Allow the time_diff output to be translated"
6443 },
6444 "type": "library",
6445 "extra": {
6446 "branch-alias": {
6447 "dev-master": "1.5-dev"
6448 }
6449 },
6450 "autoload": {
6451 "psr-0": {
6452 "Twig_Extensions_": "lib/"
6453 },
6454 "psr-4": {
6455 "Twig\\Extensions\\": "src/"
6456 }
6457 },
6458 "notification-url": "https://packagist.org/downloads/",
6459 "license": [
6460 "MIT"
6461 ],
6462 "authors": [
6463 {
6464 "name": "Fabien Potencier",
6465 "email": "fabien@symfony.com"
6466 }
6467 ],
6468 "description": "Common additional features for Twig that do not directly belong in core",
6469 "keywords": [
6470 "i18n",
6471 "text"
6472 ],
6473 "time": "2018-12-05T18:34:18+00:00"
6474 },
6475 {
6476 "name": "twig/twig",
6477 "version": "v1.37.1",
6478 "source": {
6479 "type": "git",
6480 "url": "https://github.com/twigphp/Twig.git",
6481 "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62"
6482 },
6483 "dist": {
6484 "type": "zip",
6485 "url": "https://api.github.com/repos/twigphp/Twig/zipball/66be9366c76cbf23e82e7171d47cbfa54a057a62",
6486 "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62",
6487 "shasum": ""
6488 },
6489 "require": {
6490 "php": ">=5.4.0",
6491 "symfony/polyfill-ctype": "^1.8"
6492 },
6493 "require-dev": {
6494 "psr/container": "^1.0",
6495 "symfony/debug": "^2.7",
6496 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
6497 },
6498 "type": "library",
6499 "extra": {
6500 "branch-alias": {
6501 "dev-master": "1.37-dev"
6502 }
6503 },
6504 "autoload": {
6505 "psr-0": {
6506 "Twig_": "lib/"
6507 },
6508 "psr-4": {
6509 "Twig\\": "src/"
6510 }
6511 },
6512 "notification-url": "https://packagist.org/downloads/",
6513 "license": [
6514 "BSD-3-Clause"
6515 ],
6516 "authors": [
6517 {
6518 "name": "Fabien Potencier",
6519 "email": "fabien@symfony.com",
6520 "homepage": "http://fabien.potencier.org",
6521 "role": "Lead Developer"
6522 },
6523 {
6524 "name": "Armin Ronacher",
6525 "email": "armin.ronacher@active-4.com",
6526 "role": "Project Founder"
6527 },
6528 {
6529 "name": "Twig Team",
6530 "homepage": "https://twig.symfony.com/contributors",
6531 "role": "Contributors"
6532 }
6533 ],
6534 "description": "Twig, the flexible, fast, and secure template language for PHP",
6535 "homepage": "https://twig.symfony.com",
6536 "keywords": [
6537 "templating"
6538 ],
6539 "time": "2019-01-14T14:59:29+00:00"
6540 },
6541 {
6542 "name": "wallabag/php-mobi",
6543 "version": "1.0.1",
6544 "source": {
6545 "type": "git",
6546 "url": "https://github.com/wallabag/php-mobi.git",
6547 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
6548 },
6549 "dist": {
6550 "type": "zip",
6551 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
6552 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
6553 "shasum": ""
6554 },
6555 "require": {
6556 "php": ">=5.3.0"
6557 },
6558 "replace": {
6559 "wallabag/phpmobi": "*"
6560 },
6561 "type": "library",
6562 "autoload": {
6563 "files": [
6564 "MOBIClass/MOBI.php"
6565 ]
6566 },
6567 "notification-url": "https://packagist.org/downloads/",
6568 "license": [
6569 "Apache-2.0"
6570 ],
6571 "authors": [
6572 {
6573 "name": "Nicolas LÅ“uillet",
6574 "email": "nicolas@loeuillet.org",
6575 "homepage": "http://www.cdetc.fr"
6576 },
6577 {
6578 "name": "Sander Kromwijk",
6579 "email": "s.kromwijk@gmail.co",
6580 "role": "Original developer"
6581 }
6582 ],
6583 "description": "A Mobipocket file (.mobi) creator in PHP.",
6584 "homepage": "https://github.com/wallabag/phpMobi",
6585 "time": "2015-10-16T08:42:42+00:00"
6586 },
6587 {
6588 "name": "wallabag/tcpdf",
6589 "version": "6.2.26",
6590 "source": {
6591 "type": "git",
6592 "url": "https://github.com/wallabag/TCPDF.git",
6593 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
6594 },
6595 "dist": {
6596 "type": "zip",
6597 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
6598 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
6599 "shasum": ""
6600 },
6601 "require": {
6602 "php": ">=5.3.0"
6603 },
6604 "replace": {
6605 "tecnickcom/tcpdf": "6.2.*"
6606 },
6607 "type": "library",
6608 "autoload": {
6609 "classmap": [
6610 "fonts",
6611 "config",
6612 "include",
6613 "tcpdf.php",
6614 "tcpdf_parser.php",
6615 "tcpdf_import.php",
6616 "tcpdf_barcodes_1d.php",
6617 "tcpdf_barcodes_2d.php",
6618 "include/tcpdf_colors.php",
6619 "include/tcpdf_filters.php",
6620 "include/tcpdf_font_data.php",
6621 "include/tcpdf_fonts.php",
6622 "include/tcpdf_images.php",
6623 "include/tcpdf_static.php",
6624 "include/barcodes/datamatrix.php",
6625 "include/barcodes/pdf417.php",
6626 "include/barcodes/qrcode.php"
6627 ]
6628 },
6629 "notification-url": "https://packagist.org/downloads/",
6630 "license": [
6631 "LGPL-3.0"
6632 ],
6633 "authors": [
6634 {
6635 "name": "Nicola Asuni",
6636 "email": "info@tecnick.com",
6637 "homepage": "http://nicolaasuni.tecnick.com",
6638 "role": "Main developer"
6639 },
6640 {
6641 "name": "wallabag/core",
6642 "homepage": "https://www.wallabag.org",
6643 "role": "Developers"
6644 }
6645 ],
6646 "description": "Keeping a working 6.2.x TCPDF version.",
6647 "homepage": "https://www.wallabag.org/",
6648 "keywords": [
6649 "PDFD32000-2008",
6650 "TCPDF",
6651 "barcodes",
6652 "datamatrix",
6653 "pdf",
6654 "pdf417",
6655 "qrcode"
6656 ],
6657 "time": "2018-10-25T06:56:14+00:00"
6658 },
6659 {
6660 "name": "white-october/pagerfanta-bundle",
6661 "version": "v1.2.3",
6662 "source": {
6663 "type": "git",
6664 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
6665 "reference": "3a2f39fecde9b8aefe7c9cbd0baf06bc72ef3e5e"
6666 },
6667 "dist": {
6668 "type": "zip",
6669 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/3a2f39fecde9b8aefe7c9cbd0baf06bc72ef3e5e",
6670 "reference": "3a2f39fecde9b8aefe7c9cbd0baf06bc72ef3e5e",
6671 "shasum": ""
6672 },
6673 "require": {
6674 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
6675 "php": ">=5.3",
6676 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
6677 "symfony/property-access": "~2.3|~3.0|~4.0",
6678 "symfony/translation": "~2.3|~3.0|~4.0",
6679 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
6680 },
6681 "require-dev": {
6682 "phpunit/phpunit": "~3.7|~4.0|^5.0",
6683 "symfony/symfony": "~2.3|~3.0|~4.0"
6684 },
6685 "type": "symfony-bundle",
6686 "extra": {
6687 "branch-alias": {
6688 "dev-master": "1.0.x-dev"
6689 }
6690 },
6691 "autoload": {
6692 "psr-4": {
6693 "WhiteOctober\\PagerfantaBundle\\": ""
6694 },
6695 "exclude-from-classmap": [
6696 "Tests/",
6697 "TestsProject/"
6698 ]
6699 },
6700 "notification-url": "https://packagist.org/downloads/",
6701 "license": [
6702 "MIT"
6703 ],
6704 "authors": [
6705 {
6706 "name": "Pablo Díez",
6707 "email": "pablodip@gmail.com"
6708 }
6709 ],
6710 "description": "Bundle to use Pagerfanta with Symfony2",
6711 "keywords": [
6712 "page",
6713 "paging"
6714 ],
6715 "time": "2018-12-05T16:58:18+00:00"
6716 },
6717 {
6718 "name": "willdurand/hateoas",
6719 "version": "2.12.0",
6720 "source": {
6721 "type": "git",
6722 "url": "https://github.com/willdurand/Hateoas.git",
6723 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
6724 },
6725 "dist": {
6726 "type": "zip",
6727 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
6728 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
6729 "shasum": ""
6730 },
6731 "require": {
6732 "doctrine/annotations": "~1.0",
6733 "doctrine/common": "~2.0",
6734 "jms/metadata": "~1.1",
6735 "jms/serializer": "^1.7",
6736 "php": "^5.5|^7.0",
6737 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
6738 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
6739 },
6740 "require-dev": {
6741 "pagerfanta/pagerfanta": "~1.0",
6742 "phpunit/phpunit": "~5",
6743 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
6744 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
6745 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
6746 "twig/twig": "~1.12"
6747 },
6748 "suggest": {
6749 "symfony/routing": "To use the SymfonyRouteFactory.",
6750 "symfony/yaml": "To use yaml based configuration.",
6751 "twig/twig": "To use the Twig extensions."
6752 },
6753 "type": "library",
6754 "extra": {
6755 "branch-alias": {
6756 "dev-master": "2.12-dev"
6757 }
6758 },
6759 "autoload": {
6760 "psr-0": {
6761 "Hateoas": "src/"
6762 }
6763 },
6764 "notification-url": "https://packagist.org/downloads/",
6765 "license": [
6766 "MIT"
6767 ],
6768 "authors": [
6769 {
6770 "name": "Adrien Brault",
6771 "email": "adrien.brault@gmail.com"
6772 },
6773 {
6774 "name": "William Durand",
6775 "email": "william.durand1@gmail.com"
6776 }
6777 ],
6778 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
6779 "time": "2018-02-23T17:05:31+00:00"
6780 },
6781 {
6782 "name": "willdurand/hateoas-bundle",
6783 "version": "1.4.0",
6784 "source": {
6785 "type": "git",
6786 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
6787 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
6788 },
6789 "dist": {
6790 "type": "zip",
6791 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
6792 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
6793 "shasum": ""
6794 },
6795 "require": {
6796 "jms/serializer-bundle": "~1.0 || ^2.0",
6797 "php": ">5.4 |^7.0",
6798 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
6799 "willdurand/hateoas": "^2.10.0"
6800 },
6801 "require-dev": {
6802 "phpunit/phpunit": "~4.5 || ~5.0",
6803 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
6804 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
6805 "twig/twig": "~1.12"
6806 },
6807 "type": "symfony-bundle",
6808 "extra": {
6809 "branch-alias": {
6810 "dev-master": "1.4-dev"
6811 }
6812 },
6813 "autoload": {
6814 "psr-4": {
6815 "Bazinga\\Bundle\\HateoasBundle\\": ""
6816 }
6817 },
6818 "notification-url": "https://packagist.org/downloads/",
6819 "license": [
6820 "MIT"
6821 ],
6822 "authors": [
6823 {
6824 "name": "William Durand",
6825 "email": "william.durand1@gmail.com"
6826 }
6827 ],
6828 "description": "Integration of Hateoas into Symfony2.",
6829 "keywords": [
6830 "HATEOAS",
6831 "rest"
6832 ],
6833 "time": "2018-01-27T13:03:07+00:00"
6834 },
6835 {
6836 "name": "willdurand/jsonp-callback-validator",
6837 "version": "v1.1.0",
6838 "source": {
6839 "type": "git",
6840 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
6841 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
6842 },
6843 "dist": {
6844 "type": "zip",
6845 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
6846 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
6847 "shasum": ""
6848 },
6849 "require": {
6850 "php": ">=5.3.0"
6851 },
6852 "require-dev": {
6853 "phpunit/phpunit": "~3.7"
6854 },
6855 "type": "library",
6856 "autoload": {
6857 "psr-0": {
6858 "JsonpCallbackValidator": "src/"
6859 }
6860 },
6861 "notification-url": "https://packagist.org/downloads/",
6862 "license": [
6863 "MIT"
6864 ],
6865 "authors": [
6866 {
6867 "name": "William Durand",
6868 "email": "william.durand1@gmail.com",
6869 "homepage": "http://www.willdurand.fr"
6870 }
6871 ],
6872 "description": "JSONP callback validator.",
6873 "time": "2014-01-20T22:35:06+00:00"
6874 },
6875 {
6876 "name": "willdurand/negotiation",
6877 "version": "v2.3.1",
6878 "source": {
6879 "type": "git",
6880 "url": "https://github.com/willdurand/Negotiation.git",
6881 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
6882 },
6883 "dist": {
6884 "type": "zip",
6885 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
6886 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
6887 "shasum": ""
6888 },
6889 "require": {
6890 "php": ">=5.4.0"
6891 },
6892 "require-dev": {
6893 "phpunit/phpunit": "~4.5"
6894 },
6895 "type": "library",
6896 "extra": {
6897 "branch-alias": {
6898 "dev-master": "2.3-dev"
6899 }
6900 },
6901 "autoload": {
6902 "psr-4": {
6903 "Negotiation\\": "src/Negotiation"
6904 }
6905 },
6906 "notification-url": "https://packagist.org/downloads/",
6907 "license": [
6908 "MIT"
6909 ],
6910 "authors": [
6911 {
6912 "name": "William Durand",
6913 "email": "will+git@drnd.me"
6914 }
6915 ],
6916 "description": "Content Negotiation tools for PHP provided as a standalone library.",
6917 "homepage": "http://williamdurand.fr/Negotiation/",
6918 "keywords": [
6919 "accept",
6920 "content",
6921 "format",
6922 "header",
6923 "negotiation"
6924 ],
6925 "time": "2017-05-14T17:21:12+00:00"
6926 },
6927 {
6928 "name": "zendframework/zend-code",
6929 "version": "2.6.3",
6930 "source": {
6931 "type": "git",
6932 "url": "https://github.com/zendframework/zend-code.git",
6933 "reference": "95033f061b083e16cdee60530ec260d7d628b887"
6934 },
6935 "dist": {
6936 "type": "zip",
6937 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
6938 "reference": "95033f061b083e16cdee60530ec260d7d628b887",
6939 "shasum": ""
6940 },
6941 "require": {
6942 "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
6943 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
6944 },
6945 "require-dev": {
6946 "doctrine/annotations": "~1.0",
6947 "fabpot/php-cs-fixer": "1.7.*",
6948 "phpunit/phpunit": "^4.8.21",
6949 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6950 },
6951 "suggest": {
6952 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
6953 "zendframework/zend-stdlib": "Zend\\Stdlib component"
6954 },
6955 "type": "library",
6956 "extra": {
6957 "branch-alias": {
6958 "dev-master": "2.6-dev",
6959 "dev-develop": "2.7-dev"
6960 }
6961 },
6962 "autoload": {
6963 "psr-4": {
6964 "Zend\\Code\\": "src/"
6965 }
6966 },
6967 "notification-url": "https://packagist.org/downloads/",
6968 "license": [
6969 "BSD-3-Clause"
6970 ],
6971 "description": "provides facilities to generate arbitrary code using an object oriented interface",
6972 "homepage": "https://github.com/zendframework/zend-code",
6973 "keywords": [
6974 "code",
6975 "zf2"
6976 ],
6977 "time": "2016-04-20T17:26:42+00:00"
6978 },
6979 {
6980 "name": "zendframework/zend-eventmanager",
6981 "version": "3.2.1",
6982 "source": {
6983 "type": "git",
6984 "url": "https://github.com/zendframework/zend-eventmanager.git",
6985 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
6986 },
6987 "dist": {
6988 "type": "zip",
6989 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
6990 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
6991 "shasum": ""
6992 },
6993 "require": {
6994 "php": "^5.6 || ^7.0"
6995 },
6996 "require-dev": {
6997 "athletic/athletic": "^0.1",
6998 "container-interop/container-interop": "^1.1.0",
6999 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7000 "zendframework/zend-coding-standard": "~1.0.0",
7001 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
7002 },
7003 "suggest": {
7004 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
7005 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
7006 },
7007 "type": "library",
7008 "extra": {
7009 "branch-alias": {
7010 "dev-master": "3.2-dev",
7011 "dev-develop": "3.3-dev"
7012 }
7013 },
7014 "autoload": {
7015 "psr-4": {
7016 "Zend\\EventManager\\": "src/"
7017 }
7018 },
7019 "notification-url": "https://packagist.org/downloads/",
7020 "license": [
7021 "BSD-3-Clause"
7022 ],
7023 "description": "Trigger and listen to events within a PHP application",
7024 "homepage": "https://github.com/zendframework/zend-eventmanager",
7025 "keywords": [
7026 "event",
7027 "eventmanager",
7028 "events",
7029 "zf2"
7030 ],
7031 "time": "2018-04-25T15:33:34+00:00"
7032 }
7033 ],
7034 "packages-dev": [
7035 {
7036 "name": "composer/semver",
7037 "version": "1.4.2",
7038 "source": {
7039 "type": "git",
7040 "url": "https://github.com/composer/semver.git",
7041 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
7042 },
7043 "dist": {
7044 "type": "zip",
7045 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
7046 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
7047 "shasum": ""
7048 },
7049 "require": {
7050 "php": "^5.3.2 || ^7.0"
7051 },
7052 "require-dev": {
7053 "phpunit/phpunit": "^4.5 || ^5.0.5",
7054 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
7055 },
7056 "type": "library",
7057 "extra": {
7058 "branch-alias": {
7059 "dev-master": "1.x-dev"
7060 }
7061 },
7062 "autoload": {
7063 "psr-4": {
7064 "Composer\\Semver\\": "src"
7065 }
7066 },
7067 "notification-url": "https://packagist.org/downloads/",
7068 "license": [
7069 "MIT"
7070 ],
7071 "authors": [
7072 {
7073 "name": "Nils Adermann",
7074 "email": "naderman@naderman.de",
7075 "homepage": "http://www.naderman.de"
7076 },
7077 {
7078 "name": "Jordi Boggiano",
7079 "email": "j.boggiano@seld.be",
7080 "homepage": "http://seld.be"
7081 },
7082 {
7083 "name": "Rob Bast",
7084 "email": "rob.bast@gmail.com",
7085 "homepage": "http://robbast.nl"
7086 }
7087 ],
7088 "description": "Semver library that offers utilities, version constraint parsing and validation.",
7089 "keywords": [
7090 "semantic",
7091 "semver",
7092 "validation",
7093 "versioning"
7094 ],
7095 "time": "2016-08-30T16:08:34+00:00"
7096 },
7097 {
7098 "name": "composer/xdebug-handler",
7099 "version": "1.3.2",
7100 "source": {
7101 "type": "git",
7102 "url": "https://github.com/composer/xdebug-handler.git",
7103 "reference": "d17708133b6c276d6e42ef887a877866b909d892"
7104 },
7105 "dist": {
7106 "type": "zip",
7107 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/d17708133b6c276d6e42ef887a877866b909d892",
7108 "reference": "d17708133b6c276d6e42ef887a877866b909d892",
7109 "shasum": ""
7110 },
7111 "require": {
7112 "php": "^5.3.2 || ^7.0",
7113 "psr/log": "^1.0"
7114 },
7115 "require-dev": {
7116 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
7117 },
7118 "type": "library",
7119 "autoload": {
7120 "psr-4": {
7121 "Composer\\XdebugHandler\\": "src"
7122 }
7123 },
7124 "notification-url": "https://packagist.org/downloads/",
7125 "license": [
7126 "MIT"
7127 ],
7128 "authors": [
7129 {
7130 "name": "John Stevenson",
7131 "email": "john-stevenson@blueyonder.co.uk"
7132 }
7133 ],
7134 "description": "Restarts a process without xdebug.",
7135 "keywords": [
7136 "Xdebug",
7137 "performance"
7138 ],
7139 "time": "2019-01-28T20:25:53+00:00"
7140 },
7141 {
7142 "name": "dama/doctrine-test-bundle",
7143 "version": "v4.0.2",
7144 "source": {
7145 "type": "git",
7146 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
7147 "reference": "438346b3380cc7675e37fbcdca912fdc33471d32"
7148 },
7149 "dist": {
7150 "type": "zip",
7151 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/438346b3380cc7675e37fbcdca912fdc33471d32",
7152 "reference": "438346b3380cc7675e37fbcdca912fdc33471d32",
7153 "shasum": ""
7154 },
7155 "require": {
7156 "doctrine/dbal": "~2.5",
7157 "doctrine/doctrine-bundle": "~1.4",
7158 "php": ">=5.5.0",
7159 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
7160 },
7161 "require-dev": {
7162 "phpunit/phpunit": "^5.4.4|~6.0",
7163 "symfony/yaml": "~2.7|~3.0"
7164 },
7165 "type": "symfony-bundle",
7166 "extra": {
7167 "branch-alias": {
7168 "dev-master": "4.1.x-dev"
7169 }
7170 },
7171 "autoload": {
7172 "psr-4": {
7173 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
7174 }
7175 },
7176 "notification-url": "https://packagist.org/downloads/",
7177 "license": [
7178 "MIT"
7179 ],
7180 "authors": [
7181 {
7182 "name": "David Maicher",
7183 "email": "mail@dmaicher.de"
7184 }
7185 ],
7186 "description": "Symfony 2/3 bundle to isolate doctrine database tests and improve test performance",
7187 "keywords": [
7188 "Symfony 3",
7189 "doctrine",
7190 "isolation",
7191 "performance",
7192 "symfony",
7193 "symfony 2",
7194 "tests"
7195 ],
7196 "time": "2018-01-13T13:14:27+00:00"
7197 },
7198 {
7199 "name": "doctrine/data-fixtures",
7200 "version": "v1.2.2",
7201 "source": {
7202 "type": "git",
7203 "url": "https://github.com/doctrine/data-fixtures.git",
7204 "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
7205 },
7206 "dist": {
7207 "type": "zip",
7208 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
7209 "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
7210 "shasum": ""
7211 },
7212 "require": {
7213 "doctrine/common": "~2.2",
7214 "php": "^5.6 || ^7.0"
7215 },
7216 "conflict": {
7217 "doctrine/orm": "< 2.4"
7218 },
7219 "require-dev": {
7220 "doctrine/dbal": "^2.5.4",
7221 "doctrine/orm": "^2.5.4",
7222 "phpunit/phpunit": "^5.4.6"
7223 },
7224 "suggest": {
7225 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
7226 "doctrine/orm": "For loading ORM fixtures",
7227 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
7228 },
7229 "type": "library",
7230 "extra": {
7231 "branch-alias": {
7232 "dev-master": "1.3.x-dev"
7233 }
7234 },
7235 "autoload": {
7236 "psr-0": {
7237 "Doctrine\\Common\\DataFixtures": "lib/"
7238 }
7239 },
7240 "notification-url": "https://packagist.org/downloads/",
7241 "license": [
7242 "MIT"
7243 ],
7244 "authors": [
7245 {
7246 "name": "Jonathan Wage",
7247 "email": "jonwage@gmail.com"
7248 }
7249 ],
7250 "description": "Data Fixtures for all Doctrine Object Managers",
7251 "homepage": "http://www.doctrine-project.org",
7252 "keywords": [
7253 "database"
7254 ],
7255 "time": "2016-09-20T10:07:57+00:00"
7256 },
7257 {
7258 "name": "doctrine/doctrine-fixtures-bundle",
7259 "version": "v2.4.1",
7260 "source": {
7261 "type": "git",
7262 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
7263 "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273"
7264 },
7265 "dist": {
7266 "type": "zip",
7267 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/74b8cc70a4a25b774628ee59f4cdf3623a146273",
7268 "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273",
7269 "shasum": ""
7270 },
7271 "require": {
7272 "doctrine/data-fixtures": "~1.0",
7273 "doctrine/doctrine-bundle": "~1.0",
7274 "php": ">=5.3.2",
7275 "symfony/doctrine-bridge": "~2.7|~3.0|~4.0"
7276 },
7277 "type": "symfony-bundle",
7278 "extra": {
7279 "branch-alias": {
7280 "dev-master": "2.4.x-dev"
7281 }
7282 },
7283 "autoload": {
7284 "psr-4": {
7285 "Doctrine\\Bundle\\FixturesBundle\\": ""
7286 }
7287 },
7288 "notification-url": "https://packagist.org/downloads/",
7289 "license": [
7290 "MIT"
7291 ],
7292 "authors": [
7293 {
7294 "name": "Symfony Community",
7295 "homepage": "http://symfony.com/contributors"
7296 },
7297 {
7298 "name": "Doctrine Project",
7299 "homepage": "http://www.doctrine-project.org"
7300 },
7301 {
7302 "name": "Fabien Potencier",
7303 "email": "fabien@symfony.com"
7304 }
7305 ],
7306 "description": "Symfony DoctrineFixturesBundle",
7307 "homepage": "http://www.doctrine-project.org",
7308 "keywords": [
7309 "Fixture",
7310 "persistence"
7311 ],
7312 "time": "2017-10-30T19:26:42+00:00"
7313 },
7314 {
7315 "name": "friendsofphp/php-cs-fixer",
7316 "version": "v2.13.0",
7317 "source": {
7318 "type": "git",
7319 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
7320 "reference": "7136aa4e0c5f912e8af82383775460d906168a10"
7321 },
7322 "dist": {
7323 "type": "zip",
7324 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7136aa4e0c5f912e8af82383775460d906168a10",
7325 "reference": "7136aa4e0c5f912e8af82383775460d906168a10",
7326 "shasum": ""
7327 },
7328 "require": {
7329 "composer/semver": "^1.4",
7330 "composer/xdebug-handler": "^1.2",
7331 "doctrine/annotations": "^1.2",
7332 "ext-json": "*",
7333 "ext-tokenizer": "*",
7334 "php": "^5.6 || >=7.0 <7.3",
7335 "php-cs-fixer/diff": "^1.3",
7336 "symfony/console": "^3.2 || ^4.0",
7337 "symfony/event-dispatcher": "^3.0 || ^4.0",
7338 "symfony/filesystem": "^3.0 || ^4.0",
7339 "symfony/finder": "^3.0 || ^4.0",
7340 "symfony/options-resolver": "^3.0 || ^4.0",
7341 "symfony/polyfill-php70": "^1.0",
7342 "symfony/polyfill-php72": "^1.4",
7343 "symfony/process": "^3.0 || ^4.0",
7344 "symfony/stopwatch": "^3.0 || ^4.0"
7345 },
7346 "conflict": {
7347 "hhvm": "*"
7348 },
7349 "require-dev": {
7350 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
7351 "justinrainbow/json-schema": "^5.0",
7352 "keradus/cli-executor": "^1.1",
7353 "mikey179/vfsstream": "^1.6",
7354 "php-coveralls/php-coveralls": "^2.1",
7355 "php-cs-fixer/accessible-object": "^1.0",
7356 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1",
7357 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1",
7358 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
7359 "phpunitgoodpractices/traits": "^1.5.1",
7360 "symfony/phpunit-bridge": "^4.0"
7361 },
7362 "suggest": {
7363 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
7364 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
7365 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
7366 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
7367 },
7368 "bin": [
7369 "php-cs-fixer"
7370 ],
7371 "type": "application",
7372 "extra": {
7373 "branch-alias": {
7374 "dev-master": "2.13-dev"
7375 }
7376 },
7377 "autoload": {
7378 "psr-4": {
7379 "PhpCsFixer\\": "src/"
7380 },
7381 "classmap": [
7382 "tests/Test/AbstractFixerTestCase.php",
7383 "tests/Test/AbstractIntegrationCaseFactory.php",
7384 "tests/Test/AbstractIntegrationTestCase.php",
7385 "tests/Test/Assert/AssertTokensTrait.php",
7386 "tests/Test/IntegrationCase.php",
7387 "tests/Test/IntegrationCaseFactory.php",
7388 "tests/Test/IntegrationCaseFactoryInterface.php",
7389 "tests/Test/InternalIntegrationCaseFactory.php",
7390 "tests/TestCase.php"
7391 ]
7392 },
7393 "notification-url": "https://packagist.org/downloads/",
7394 "license": [
7395 "MIT"
7396 ],
7397 "authors": [
7398 {
7399 "name": "Dariusz Rumiński",
7400 "email": "dariusz.ruminski@gmail.com"
7401 },
7402 {
7403 "name": "Fabien Potencier",
7404 "email": "fabien@symfony.com"
7405 }
7406 ],
7407 "description": "A tool to automatically fix PHP code style",
7408 "time": "2018-08-23T13:15:44+00:00"
7409 },
7410 {
7411 "name": "m6web/redis-mock",
7412 "version": "v2.8.0",
7413 "source": {
7414 "type": "git",
7415 "url": "https://github.com/M6Web/RedisMock.git",
7416 "reference": "a869f5374645830869a464dbb14c18acf80a1bef"
7417 },
7418 "dist": {
7419 "type": "zip",
7420 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/a869f5374645830869a464dbb14c18acf80a1bef",
7421 "reference": "a869f5374645830869a464dbb14c18acf80a1bef",
7422 "shasum": ""
7423 },
7424 "require": {
7425 "php": ">=5.3.3"
7426 },
7427 "require-dev": {
7428 "atoum/atoum": "master-dev",
7429 "predis/predis": "~0.8"
7430 },
7431 "type": "library",
7432 "autoload": {
7433 "psr-0": {
7434 "M6Web\\Component\\RedisMock": "src/"
7435 }
7436 },
7437 "notification-url": "https://packagist.org/downloads/",
7438 "license": [
7439 "MIT"
7440 ],
7441 "authors": [
7442 {
7443 "name": "M6Web",
7444 "email": "opensource@m6web.fr",
7445 "homepage": "http://tech.m6web.fr/"
7446 }
7447 ],
7448 "description": "Library providing a PHP mock for Redis",
7449 "keywords": [
7450 "mock",
7451 "redis"
7452 ],
7453 "time": "2016-10-30T19:34:36+00:00"
7454 },
7455 {
7456 "name": "php-cs-fixer/diff",
7457 "version": "v1.3.0",
7458 "source": {
7459 "type": "git",
7460 "url": "https://github.com/PHP-CS-Fixer/diff.git",
7461 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
7462 },
7463 "dist": {
7464 "type": "zip",
7465 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
7466 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
7467 "shasum": ""
7468 },
7469 "require": {
7470 "php": "^5.6 || ^7.0"
7471 },
7472 "require-dev": {
7473 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
7474 "symfony/process": "^3.3"
7475 },
7476 "type": "library",
7477 "autoload": {
7478 "classmap": [
7479 "src/"
7480 ]
7481 },
7482 "notification-url": "https://packagist.org/downloads/",
7483 "license": [
7484 "BSD-3-Clause"
7485 ],
7486 "authors": [
7487 {
7488 "name": "Kore Nordmann",
7489 "email": "mail@kore-nordmann.de"
7490 },
7491 {
7492 "name": "Sebastian Bergmann",
7493 "email": "sebastian@phpunit.de"
7494 },
7495 {
7496 "name": "SpacePossum"
7497 }
7498 ],
7499 "description": "sebastian/diff v2 backport support for PHP5.6",
7500 "homepage": "https://github.com/PHP-CS-Fixer",
7501 "keywords": [
7502 "diff"
7503 ],
7504 "time": "2018-02-15T16:58:55+00:00"
7505 },
7506 {
7507 "name": "sensio/generator-bundle",
7508 "version": "v3.1.7",
7509 "source": {
7510 "type": "git",
7511 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
7512 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
7513 },
7514 "dist": {
7515 "type": "zip",
7516 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
7517 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
7518 "shasum": ""
7519 },
7520 "require": {
7521 "symfony/console": "~2.7|~3.0",
7522 "symfony/framework-bundle": "~2.7|~3.0",
7523 "symfony/process": "~2.7|~3.0",
7524 "symfony/yaml": "~2.7|~3.0",
7525 "twig/twig": "^1.28.2|^2.0"
7526 },
7527 "require-dev": {
7528 "doctrine/orm": "~2.4",
7529 "symfony/doctrine-bridge": "~2.7|~3.0",
7530 "symfony/filesystem": "~2.7|~3.0",
7531 "symfony/phpunit-bridge": "^3.3"
7532 },
7533 "type": "symfony-bundle",
7534 "extra": {
7535 "branch-alias": {
7536 "dev-master": "3.1.x-dev"
7537 }
7538 },
7539 "autoload": {
7540 "psr-4": {
7541 "Sensio\\Bundle\\GeneratorBundle\\": ""
7542 },
7543 "exclude-from-classmap": [
7544 "/Tests/"
7545 ]
7546 },
7547 "notification-url": "https://packagist.org/downloads/",
7548 "license": [
7549 "MIT"
7550 ],
7551 "authors": [
7552 {
7553 "name": "Fabien Potencier",
7554 "email": "fabien@symfony.com"
7555 }
7556 ],
7557 "description": "This bundle generates code for you",
7558 "time": "2017-12-07T15:36:41+00:00"
7559 },
7560 {
7561 "name": "symfony/phpunit-bridge",
7562 "version": "v4.2.4",
7563 "source": {
7564 "type": "git",
7565 "url": "https://github.com/symfony/phpunit-bridge.git",
7566 "reference": "2cc651a38fcb831a405c14fcb76fcb00320e7ee8"
7567 },
7568 "dist": {
7569 "type": "zip",
7570 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2cc651a38fcb831a405c14fcb76fcb00320e7ee8",
7571 "reference": "2cc651a38fcb831a405c14fcb76fcb00320e7ee8",
7572 "shasum": ""
7573 },
7574 "require": {
7575 "php": ">=5.3.3"
7576 },
7577 "conflict": {
7578 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
7579 },
7580 "suggest": {
7581 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
7582 },
7583 "bin": [
7584 "bin/simple-phpunit"
7585 ],
7586 "type": "symfony-bridge",
7587 "extra": {
7588 "branch-alias": {
7589 "dev-master": "4.2-dev"
7590 },
7591 "thanks": {
7592 "name": "phpunit/phpunit",
7593 "url": "https://github.com/sebastianbergmann/phpunit"
7594 }
7595 },
7596 "autoload": {
7597 "files": [
7598 "bootstrap.php"
7599 ],
7600 "psr-4": {
7601 "Symfony\\Bridge\\PhpUnit\\": ""
7602 },
7603 "exclude-from-classmap": [
7604 "/Tests/"
7605 ]
7606 },
7607 "notification-url": "https://packagist.org/downloads/",
7608 "license": [
7609 "MIT"
7610 ],
7611 "authors": [
7612 {
7613 "name": "Nicolas Grekas",
7614 "email": "p@tchwork.com"
7615 },
7616 {
7617 "name": "Symfony Community",
7618 "homepage": "https://symfony.com/contributors"
7619 }
7620 ],
7621 "description": "Symfony PHPUnit Bridge",
7622 "homepage": "https://symfony.com",
7623 "time": "2019-02-18T06:49:49+00:00"
7624 },
7625 {
7626 "name": "symfony/polyfill-php72",
7627 "version": "v1.10.0",
7628 "source": {
7629 "type": "git",
7630 "url": "https://github.com/symfony/polyfill-php72.git",
7631 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
7632 },
7633 "dist": {
7634 "type": "zip",
7635 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
7636 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
7637 "shasum": ""
7638 },
7639 "require": {
7640 "php": ">=5.3.3"
7641 },
7642 "type": "library",
7643 "extra": {
7644 "branch-alias": {
7645 "dev-master": "1.9-dev"
7646 }
7647 },
7648 "autoload": {
7649 "psr-4": {
7650 "Symfony\\Polyfill\\Php72\\": ""
7651 },
7652 "files": [
7653 "bootstrap.php"
7654 ]
7655 },
7656 "notification-url": "https://packagist.org/downloads/",
7657 "license": [
7658 "MIT"
7659 ],
7660 "authors": [
7661 {
7662 "name": "Nicolas Grekas",
7663 "email": "p@tchwork.com"
7664 },
7665 {
7666 "name": "Symfony Community",
7667 "homepage": "https://symfony.com/contributors"
7668 }
7669 ],
7670 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
7671 "homepage": "https://symfony.com",
7672 "keywords": [
7673 "compatibility",
7674 "polyfill",
7675 "portable",
7676 "shim"
7677 ],
7678 "time": "2018-09-21T13:07:52+00:00"
7679 }
7680 ],
7681 "aliases": [],
7682 "minimum-stability": "dev",
7683 "stability-flags": [],
7684 "prefer-stable": true,
7685 "prefer-lowest": false,
7686 "platform": {
7687 "php": ">=5.6.0",
7688 "ext-pcre": "*",
7689 "ext-dom": "*",
7690 "ext-curl": "*",
7691 "ext-gd": "*",
7692 "ext-session": "*",
7693 "ext-ctype": "*",
7694 "ext-hash": "*",
7695 "ext-simplexml": "*",
7696 "ext-json": "*",
7697 "ext-mbstring": "*",
7698 "ext-xml": "*",
7699 "ext-iconv": "*",
7700 "ext-tokenizer": "*",
7701 "ext-pdo": "*",
7702 "ext-tidy": "*"
7703 },
7704 "platform-dev": [],
7705 "platform-overrides": {
7706 "php": "5.6.0"
7707 }
7708 }