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