]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Change Travis configuration
[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#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "ba30b73585f433f82b458cbc382ad137",
8 "content-hash": "241710c2b913269e8e7dff9edb379cef",
9 "packages": [
10 {
11 "name": "behat/transliterator",
12 "version": "v1.1.0",
13 "source": {
14 "type": "git",
15 "url": "https://github.com/Behat/Transliterator.git",
16 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
17 },
18 "dist": {
19 "type": "zip",
20 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
21 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
22 "shasum": ""
23 },
24 "require": {
25 "php": ">=5.3.3"
26 },
27 "type": "library",
28 "extra": {
29 "branch-alias": {
30 "dev-master": "1.1-dev"
31 }
32 },
33 "autoload": {
34 "psr-0": {
35 "Behat\\Transliterator": "src/"
36 }
37 },
38 "notification-url": "https://packagist.org/downloads/",
39 "license": [
40 "Artistic-1.0"
41 ],
42 "description": "String transliterator",
43 "keywords": [
44 "i18n",
45 "slug",
46 "transliterator"
47 ],
48 "time": "2015-09-28 16:26:35"
49 },
50 {
51 "name": "craue/config-bundle",
52 "version": "1.4.1",
53 "source": {
54 "type": "git",
55 "url": "https://github.com/craue/CraueConfigBundle.git",
56 "reference": "cc95e0f815431369b3798ea3888a56e56a89b7e9"
57 },
58 "dist": {
59 "type": "zip",
60 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/cc95e0f815431369b3798ea3888a56e56a89b7e9",
61 "reference": "cc95e0f815431369b3798ea3888a56e56a89b7e9",
62 "shasum": ""
63 },
64 "require": {
65 "php": "^5.3.2|~7.0",
66 "symfony/framework-bundle": "~2.3|~3.0"
67 },
68 "require-dev": {
69 "doctrine/doctrine-bundle": "~1.0",
70 "doctrine/orm": "~2.3",
71 "phpunit/phpunit": "~4.1|~5.0",
72 "symfony/assetic-bundle": "~2.3",
73 "symfony/phpunit-bridge": "^2.8.1|^3.0.1",
74 "symfony/symfony": "~2.3|~3.0"
75 },
76 "type": "symfony-bundle",
77 "extra": {
78 "branch-alias": {
79 "dev-master": "1.4.x-dev"
80 }
81 },
82 "autoload": {
83 "psr-4": {
84 "Craue\\ConfigBundle\\": ""
85 }
86 },
87 "notification-url": "https://packagist.org/downloads/",
88 "license": [
89 "MIT"
90 ],
91 "authors": [
92 {
93 "name": "Christian Raue",
94 "email": "christian.raue@gmail.com"
95 },
96 {
97 "name": "Symfony Community",
98 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
99 }
100 ],
101 "description": "Database-stored settings made available via a service for your Symfony project.",
102 "homepage": "https://github.com/craue/CraueConfigBundle",
103 "keywords": [
104 "Symfony2",
105 "config",
106 "symfony3"
107 ],
108 "time": "2015-12-29 22:34:31"
109 },
110 {
111 "name": "doctrine/annotations",
112 "version": "v1.2.7",
113 "source": {
114 "type": "git",
115 "url": "https://github.com/doctrine/annotations.git",
116 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
117 },
118 "dist": {
119 "type": "zip",
120 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
121 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
122 "shasum": ""
123 },
124 "require": {
125 "doctrine/lexer": "1.*",
126 "php": ">=5.3.2"
127 },
128 "require-dev": {
129 "doctrine/cache": "1.*",
130 "phpunit/phpunit": "4.*"
131 },
132 "type": "library",
133 "extra": {
134 "branch-alias": {
135 "dev-master": "1.3.x-dev"
136 }
137 },
138 "autoload": {
139 "psr-0": {
140 "Doctrine\\Common\\Annotations\\": "lib/"
141 }
142 },
143 "notification-url": "https://packagist.org/downloads/",
144 "license": [
145 "MIT"
146 ],
147 "authors": [
148 {
149 "name": "Roman Borschel",
150 "email": "roman@code-factory.org"
151 },
152 {
153 "name": "Benjamin Eberlei",
154 "email": "kontakt@beberlei.de"
155 },
156 {
157 "name": "Guilherme Blanco",
158 "email": "guilhermeblanco@gmail.com"
159 },
160 {
161 "name": "Jonathan Wage",
162 "email": "jonwage@gmail.com"
163 },
164 {
165 "name": "Johannes Schmitt",
166 "email": "schmittjoh@gmail.com"
167 }
168 ],
169 "description": "Docblock Annotations Parser",
170 "homepage": "http://www.doctrine-project.org",
171 "keywords": [
172 "annotations",
173 "docblock",
174 "parser"
175 ],
176 "time": "2015-08-31 12:32:49"
177 },
178 {
179 "name": "doctrine/cache",
180 "version": "v1.6.0",
181 "source": {
182 "type": "git",
183 "url": "https://github.com/doctrine/cache.git",
184 "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
185 },
186 "dist": {
187 "type": "zip",
188 "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
189 "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
190 "shasum": ""
191 },
192 "require": {
193 "php": "~5.5|~7.0"
194 },
195 "conflict": {
196 "doctrine/common": ">2.2,<2.4"
197 },
198 "require-dev": {
199 "phpunit/phpunit": "~4.8|~5.0",
200 "predis/predis": "~1.0",
201 "satooshi/php-coveralls": "~0.6"
202 },
203 "type": "library",
204 "extra": {
205 "branch-alias": {
206 "dev-master": "1.6.x-dev"
207 }
208 },
209 "autoload": {
210 "psr-4": {
211 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
212 }
213 },
214 "notification-url": "https://packagist.org/downloads/",
215 "license": [
216 "MIT"
217 ],
218 "authors": [
219 {
220 "name": "Roman Borschel",
221 "email": "roman@code-factory.org"
222 },
223 {
224 "name": "Benjamin Eberlei",
225 "email": "kontakt@beberlei.de"
226 },
227 {
228 "name": "Guilherme Blanco",
229 "email": "guilhermeblanco@gmail.com"
230 },
231 {
232 "name": "Jonathan Wage",
233 "email": "jonwage@gmail.com"
234 },
235 {
236 "name": "Johannes Schmitt",
237 "email": "schmittjoh@gmail.com"
238 }
239 ],
240 "description": "Caching library offering an object-oriented API for many cache backends",
241 "homepage": "http://www.doctrine-project.org",
242 "keywords": [
243 "cache",
244 "caching"
245 ],
246 "time": "2015-12-31 16:37:02"
247 },
248 {
249 "name": "doctrine/collections",
250 "version": "v1.3.0",
251 "source": {
252 "type": "git",
253 "url": "https://github.com/doctrine/collections.git",
254 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
255 },
256 "dist": {
257 "type": "zip",
258 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
259 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
260 "shasum": ""
261 },
262 "require": {
263 "php": ">=5.3.2"
264 },
265 "require-dev": {
266 "phpunit/phpunit": "~4.0"
267 },
268 "type": "library",
269 "extra": {
270 "branch-alias": {
271 "dev-master": "1.2.x-dev"
272 }
273 },
274 "autoload": {
275 "psr-0": {
276 "Doctrine\\Common\\Collections\\": "lib/"
277 }
278 },
279 "notification-url": "https://packagist.org/downloads/",
280 "license": [
281 "MIT"
282 ],
283 "authors": [
284 {
285 "name": "Roman Borschel",
286 "email": "roman@code-factory.org"
287 },
288 {
289 "name": "Benjamin Eberlei",
290 "email": "kontakt@beberlei.de"
291 },
292 {
293 "name": "Guilherme Blanco",
294 "email": "guilhermeblanco@gmail.com"
295 },
296 {
297 "name": "Jonathan Wage",
298 "email": "jonwage@gmail.com"
299 },
300 {
301 "name": "Johannes Schmitt",
302 "email": "schmittjoh@gmail.com"
303 }
304 ],
305 "description": "Collections Abstraction library",
306 "homepage": "http://www.doctrine-project.org",
307 "keywords": [
308 "array",
309 "collections",
310 "iterator"
311 ],
312 "time": "2015-04-14 22:21:58"
313 },
314 {
315 "name": "doctrine/common",
316 "version": "v2.6.1",
317 "source": {
318 "type": "git",
319 "url": "https://github.com/doctrine/common.git",
320 "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
321 },
322 "dist": {
323 "type": "zip",
324 "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
325 "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
326 "shasum": ""
327 },
328 "require": {
329 "doctrine/annotations": "1.*",
330 "doctrine/cache": "1.*",
331 "doctrine/collections": "1.*",
332 "doctrine/inflector": "1.*",
333 "doctrine/lexer": "1.*",
334 "php": "~5.5|~7.0"
335 },
336 "require-dev": {
337 "phpunit/phpunit": "~4.8|~5.0"
338 },
339 "type": "library",
340 "extra": {
341 "branch-alias": {
342 "dev-master": "2.7.x-dev"
343 }
344 },
345 "autoload": {
346 "psr-4": {
347 "Doctrine\\Common\\": "lib/Doctrine/Common"
348 }
349 },
350 "notification-url": "https://packagist.org/downloads/",
351 "license": [
352 "MIT"
353 ],
354 "authors": [
355 {
356 "name": "Roman Borschel",
357 "email": "roman@code-factory.org"
358 },
359 {
360 "name": "Benjamin Eberlei",
361 "email": "kontakt@beberlei.de"
362 },
363 {
364 "name": "Guilherme Blanco",
365 "email": "guilhermeblanco@gmail.com"
366 },
367 {
368 "name": "Jonathan Wage",
369 "email": "jonwage@gmail.com"
370 },
371 {
372 "name": "Johannes Schmitt",
373 "email": "schmittjoh@gmail.com"
374 }
375 ],
376 "description": "Common Library for Doctrine projects",
377 "homepage": "http://www.doctrine-project.org",
378 "keywords": [
379 "annotations",
380 "collections",
381 "eventmanager",
382 "persistence",
383 "spl"
384 ],
385 "time": "2015-12-25 13:18:31"
386 },
387 {
388 "name": "doctrine/dbal",
389 "version": "v2.5.4",
390 "source": {
391 "type": "git",
392 "url": "https://github.com/doctrine/dbal.git",
393 "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
394 },
395 "dist": {
396 "type": "zip",
397 "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
398 "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
399 "shasum": ""
400 },
401 "require": {
402 "doctrine/common": ">=2.4,<2.7-dev",
403 "php": ">=5.3.2"
404 },
405 "require-dev": {
406 "phpunit/phpunit": "4.*",
407 "symfony/console": "2.*"
408 },
409 "suggest": {
410 "symfony/console": "For helpful console commands such as SQL execution and import of files."
411 },
412 "bin": [
413 "bin/doctrine-dbal"
414 ],
415 "type": "library",
416 "extra": {
417 "branch-alias": {
418 "dev-master": "2.5.x-dev"
419 }
420 },
421 "autoload": {
422 "psr-0": {
423 "Doctrine\\DBAL\\": "lib/"
424 }
425 },
426 "notification-url": "https://packagist.org/downloads/",
427 "license": [
428 "MIT"
429 ],
430 "authors": [
431 {
432 "name": "Roman Borschel",
433 "email": "roman@code-factory.org"
434 },
435 {
436 "name": "Benjamin Eberlei",
437 "email": "kontakt@beberlei.de"
438 },
439 {
440 "name": "Guilherme Blanco",
441 "email": "guilhermeblanco@gmail.com"
442 },
443 {
444 "name": "Jonathan Wage",
445 "email": "jonwage@gmail.com"
446 }
447 ],
448 "description": "Database Abstraction Layer",
449 "homepage": "http://www.doctrine-project.org",
450 "keywords": [
451 "database",
452 "dbal",
453 "persistence",
454 "queryobject"
455 ],
456 "time": "2016-01-05 22:11:12"
457 },
458 {
459 "name": "doctrine/doctrine-bundle",
460 "version": "1.6.2",
461 "source": {
462 "type": "git",
463 "url": "https://github.com/doctrine/DoctrineBundle.git",
464 "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9"
465 },
466 "dist": {
467 "type": "zip",
468 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9",
469 "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9",
470 "shasum": ""
471 },
472 "require": {
473 "doctrine/dbal": "~2.3",
474 "doctrine/doctrine-cache-bundle": "~1.0",
475 "jdorn/sql-formatter": "~1.1",
476 "php": ">=5.3.2",
477 "symfony/console": "~2.3|~3.0",
478 "symfony/doctrine-bridge": "~2.2|~3.0",
479 "symfony/framework-bundle": "~2.3|~3.0"
480 },
481 "require-dev": {
482 "doctrine/orm": "~2.3",
483 "phpunit/phpunit": "~4",
484 "satooshi/php-coveralls": "~0.6.1",
485 "symfony/phpunit-bridge": "~2.7|~3.0",
486 "symfony/validator": "~2.2|~3.0",
487 "symfony/yaml": "~2.2|~3.0",
488 "twig/twig": "~1.10"
489 },
490 "suggest": {
491 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
492 "symfony/web-profiler-bundle": "to use the data collector"
493 },
494 "type": "symfony-bundle",
495 "extra": {
496 "branch-alias": {
497 "dev-master": "1.6.x-dev"
498 }
499 },
500 "autoload": {
501 "psr-4": {
502 "Doctrine\\Bundle\\DoctrineBundle\\": ""
503 }
504 },
505 "notification-url": "https://packagist.org/downloads/",
506 "license": [
507 "MIT"
508 ],
509 "authors": [
510 {
511 "name": "Symfony Community",
512 "homepage": "http://symfony.com/contributors"
513 },
514 {
515 "name": "Benjamin Eberlei",
516 "email": "kontakt@beberlei.de"
517 },
518 {
519 "name": "Doctrine Project",
520 "homepage": "http://www.doctrine-project.org/"
521 },
522 {
523 "name": "Fabien Potencier",
524 "email": "fabien@symfony.com"
525 }
526 ],
527 "description": "Symfony DoctrineBundle",
528 "homepage": "http://www.doctrine-project.org",
529 "keywords": [
530 "database",
531 "dbal",
532 "orm",
533 "persistence"
534 ],
535 "time": "2016-01-10 17:21:44"
536 },
537 {
538 "name": "doctrine/doctrine-cache-bundle",
539 "version": "1.3.0",
540 "source": {
541 "type": "git",
542 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
543 "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
544 },
545 "dist": {
546 "type": "zip",
547 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
548 "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
549 "shasum": ""
550 },
551 "require": {
552 "doctrine/cache": "^1.4.2",
553 "doctrine/inflector": "~1.0",
554 "php": ">=5.3.2",
555 "symfony/doctrine-bridge": "~2.2|~3.0"
556 },
557 "require-dev": {
558 "instaclick/coding-standard": "~1.1",
559 "instaclick/object-calisthenics-sniffs": "dev-master",
560 "instaclick/symfony2-coding-standard": "dev-remaster",
561 "phpunit/phpunit": "~4",
562 "predis/predis": "~0.8",
563 "satooshi/php-coveralls": "~0.6.1",
564 "squizlabs/php_codesniffer": "~1.5",
565 "symfony/console": "~2.2|~3.0",
566 "symfony/finder": "~2.2|~3.0",
567 "symfony/framework-bundle": "~2.2|~3.0",
568 "symfony/phpunit-bridge": "~2.7|~3.0",
569 "symfony/security-acl": "~2.3|~3.0",
570 "symfony/validator": "~2.2|~3.0",
571 "symfony/yaml": "~2.2|~3.0"
572 },
573 "suggest": {
574 "symfony/security-acl": "For using this bundle to cache ACLs"
575 },
576 "type": "symfony-bundle",
577 "extra": {
578 "branch-alias": {
579 "dev-master": "1.2.x-dev"
580 }
581 },
582 "autoload": {
583 "psr-4": {
584 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
585 }
586 },
587 "notification-url": "https://packagist.org/downloads/",
588 "license": [
589 "MIT"
590 ],
591 "authors": [
592 {
593 "name": "Symfony Community",
594 "homepage": "http://symfony.com/contributors"
595 },
596 {
597 "name": "Benjamin Eberlei",
598 "email": "kontakt@beberlei.de"
599 },
600 {
601 "name": "Fabio B. Silva",
602 "email": "fabio.bat.silva@gmail.com"
603 },
604 {
605 "name": "Guilherme Blanco",
606 "email": "guilhermeblanco@hotmail.com"
607 },
608 {
609 "name": "Doctrine Project",
610 "homepage": "http://www.doctrine-project.org/"
611 },
612 {
613 "name": "Fabien Potencier",
614 "email": "fabien@symfony.com"
615 }
616 ],
617 "description": "Symfony Bundle for Doctrine Cache",
618 "homepage": "http://www.doctrine-project.org",
619 "keywords": [
620 "cache",
621 "caching"
622 ],
623 "time": "2016-01-26 17:28:51"
624 },
625 {
626 "name": "doctrine/doctrine-migrations-bundle",
627 "version": "1.1.1",
628 "source": {
629 "type": "git",
630 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
631 "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4"
632 },
633 "dist": {
634 "type": "zip",
635 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/303a576e2124efb07ec215e34ea2480b841cf5e4",
636 "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4",
637 "shasum": ""
638 },
639 "require": {
640 "doctrine/doctrine-bundle": "~1.0",
641 "doctrine/migrations": "~1.0",
642 "php": ">=5.3.2",
643 "symfony/framework-bundle": "~2.3|~3.0"
644 },
645 "type": "symfony-bundle",
646 "extra": {
647 "branch-alias": {
648 "dev-master": "1.1-dev"
649 }
650 },
651 "autoload": {
652 "psr-4": {
653 "Doctrine\\Bundle\\MigrationsBundle\\": ""
654 }
655 },
656 "notification-url": "https://packagist.org/downloads/",
657 "license": [
658 "MIT"
659 ],
660 "authors": [
661 {
662 "name": "Symfony Community",
663 "homepage": "http://symfony.com/contributors"
664 },
665 {
666 "name": "Doctrine Project",
667 "homepage": "http://www.doctrine-project.org"
668 },
669 {
670 "name": "Fabien Potencier",
671 "email": "fabien@symfony.com"
672 }
673 ],
674 "description": "Symfony DoctrineMigrationsBundle",
675 "homepage": "http://www.doctrine-project.org",
676 "keywords": [
677 "dbal",
678 "migrations",
679 "schema"
680 ],
681 "time": "2015-11-04 13:45:30"
682 },
683 {
684 "name": "doctrine/inflector",
685 "version": "v1.1.0",
686 "source": {
687 "type": "git",
688 "url": "https://github.com/doctrine/inflector.git",
689 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
690 },
691 "dist": {
692 "type": "zip",
693 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
694 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
695 "shasum": ""
696 },
697 "require": {
698 "php": ">=5.3.2"
699 },
700 "require-dev": {
701 "phpunit/phpunit": "4.*"
702 },
703 "type": "library",
704 "extra": {
705 "branch-alias": {
706 "dev-master": "1.1.x-dev"
707 }
708 },
709 "autoload": {
710 "psr-0": {
711 "Doctrine\\Common\\Inflector\\": "lib/"
712 }
713 },
714 "notification-url": "https://packagist.org/downloads/",
715 "license": [
716 "MIT"
717 ],
718 "authors": [
719 {
720 "name": "Roman Borschel",
721 "email": "roman@code-factory.org"
722 },
723 {
724 "name": "Benjamin Eberlei",
725 "email": "kontakt@beberlei.de"
726 },
727 {
728 "name": "Guilherme Blanco",
729 "email": "guilhermeblanco@gmail.com"
730 },
731 {
732 "name": "Jonathan Wage",
733 "email": "jonwage@gmail.com"
734 },
735 {
736 "name": "Johannes Schmitt",
737 "email": "schmittjoh@gmail.com"
738 }
739 ],
740 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
741 "homepage": "http://www.doctrine-project.org",
742 "keywords": [
743 "inflection",
744 "pluralize",
745 "singularize",
746 "string"
747 ],
748 "time": "2015-11-06 14:35:42"
749 },
750 {
751 "name": "doctrine/instantiator",
752 "version": "1.0.5",
753 "source": {
754 "type": "git",
755 "url": "https://github.com/doctrine/instantiator.git",
756 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
757 },
758 "dist": {
759 "type": "zip",
760 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
761 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
762 "shasum": ""
763 },
764 "require": {
765 "php": ">=5.3,<8.0-DEV"
766 },
767 "require-dev": {
768 "athletic/athletic": "~0.1.8",
769 "ext-pdo": "*",
770 "ext-phar": "*",
771 "phpunit/phpunit": "~4.0",
772 "squizlabs/php_codesniffer": "~2.0"
773 },
774 "type": "library",
775 "extra": {
776 "branch-alias": {
777 "dev-master": "1.0.x-dev"
778 }
779 },
780 "autoload": {
781 "psr-4": {
782 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
783 }
784 },
785 "notification-url": "https://packagist.org/downloads/",
786 "license": [
787 "MIT"
788 ],
789 "authors": [
790 {
791 "name": "Marco Pivetta",
792 "email": "ocramius@gmail.com",
793 "homepage": "http://ocramius.github.com/"
794 }
795 ],
796 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
797 "homepage": "https://github.com/doctrine/instantiator",
798 "keywords": [
799 "constructor",
800 "instantiate"
801 ],
802 "time": "2015-06-14 21:17:01"
803 },
804 {
805 "name": "doctrine/lexer",
806 "version": "v1.0.1",
807 "source": {
808 "type": "git",
809 "url": "https://github.com/doctrine/lexer.git",
810 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
811 },
812 "dist": {
813 "type": "zip",
814 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
815 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
816 "shasum": ""
817 },
818 "require": {
819 "php": ">=5.3.2"
820 },
821 "type": "library",
822 "extra": {
823 "branch-alias": {
824 "dev-master": "1.0.x-dev"
825 }
826 },
827 "autoload": {
828 "psr-0": {
829 "Doctrine\\Common\\Lexer\\": "lib/"
830 }
831 },
832 "notification-url": "https://packagist.org/downloads/",
833 "license": [
834 "MIT"
835 ],
836 "authors": [
837 {
838 "name": "Roman Borschel",
839 "email": "roman@code-factory.org"
840 },
841 {
842 "name": "Guilherme Blanco",
843 "email": "guilhermeblanco@gmail.com"
844 },
845 {
846 "name": "Johannes Schmitt",
847 "email": "schmittjoh@gmail.com"
848 }
849 ],
850 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
851 "homepage": "http://www.doctrine-project.org",
852 "keywords": [
853 "lexer",
854 "parser"
855 ],
856 "time": "2014-09-09 13:34:57"
857 },
858 {
859 "name": "doctrine/migrations",
860 "version": "1.4.1",
861 "source": {
862 "type": "git",
863 "url": "https://github.com/doctrine/migrations.git",
864 "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05"
865 },
866 "dist": {
867 "type": "zip",
868 "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05",
869 "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05",
870 "shasum": ""
871 },
872 "require": {
873 "doctrine/dbal": "~2.2",
874 "ocramius/proxy-manager": "^1.0|^2.0",
875 "php": "^5.5|^7.0",
876 "symfony/console": "~2.3|~3.0",
877 "symfony/yaml": "~2.3|~3.0"
878 },
879 "require-dev": {
880 "doctrine/coding-standard": "dev-master",
881 "doctrine/orm": "2.*",
882 "jdorn/sql-formatter": "~1.1",
883 "johnkary/phpunit-speedtrap": "~1.0@dev",
884 "mockery/mockery": "^0.9.4",
885 "phpunit/phpunit": "~4.7",
886 "satooshi/php-coveralls": "0.6.*"
887 },
888 "suggest": {
889 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
890 },
891 "bin": [
892 "bin/doctrine-migrations"
893 ],
894 "type": "library",
895 "extra": {
896 "branch-alias": {
897 "dev-master": "v1.5.x-dev"
898 }
899 },
900 "autoload": {
901 "psr-4": {
902 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
903 }
904 },
905 "notification-url": "https://packagist.org/downloads/",
906 "license": [
907 "LGPL-2.1"
908 ],
909 "authors": [
910 {
911 "name": "Benjamin Eberlei",
912 "email": "kontakt@beberlei.de"
913 },
914 {
915 "name": "Jonathan Wage",
916 "email": "jonwage@gmail.com"
917 },
918 {
919 "name": "Michael Simonson",
920 "email": "contact@mikesimonson.com"
921 }
922 ],
923 "description": "Database Schema migrations using Doctrine DBAL",
924 "homepage": "http://www.doctrine-project.org",
925 "keywords": [
926 "database",
927 "migrations"
928 ],
929 "time": "2016-03-14 12:29:11"
930 },
931 {
932 "name": "doctrine/orm",
933 "version": "v2.5.4",
934 "source": {
935 "type": "git",
936 "url": "https://github.com/doctrine/doctrine2.git",
937 "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
938 },
939 "dist": {
940 "type": "zip",
941 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
942 "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
943 "shasum": ""
944 },
945 "require": {
946 "doctrine/cache": "~1.4",
947 "doctrine/collections": "~1.2",
948 "doctrine/common": ">=2.5-dev,<2.7-dev",
949 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
950 "doctrine/instantiator": "~1.0.1",
951 "ext-pdo": "*",
952 "php": ">=5.4",
953 "symfony/console": "~2.5|~3.0"
954 },
955 "require-dev": {
956 "phpunit/phpunit": "~4.0",
957 "symfony/yaml": "~2.3|~3.0"
958 },
959 "suggest": {
960 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
961 },
962 "bin": [
963 "bin/doctrine",
964 "bin/doctrine.php"
965 ],
966 "type": "library",
967 "extra": {
968 "branch-alias": {
969 "dev-master": "2.6.x-dev"
970 }
971 },
972 "autoload": {
973 "psr-0": {
974 "Doctrine\\ORM\\": "lib/"
975 }
976 },
977 "notification-url": "https://packagist.org/downloads/",
978 "license": [
979 "MIT"
980 ],
981 "authors": [
982 {
983 "name": "Roman Borschel",
984 "email": "roman@code-factory.org"
985 },
986 {
987 "name": "Benjamin Eberlei",
988 "email": "kontakt@beberlei.de"
989 },
990 {
991 "name": "Guilherme Blanco",
992 "email": "guilhermeblanco@gmail.com"
993 },
994 {
995 "name": "Jonathan Wage",
996 "email": "jonwage@gmail.com"
997 }
998 ],
999 "description": "Object-Relational-Mapper for PHP",
1000 "homepage": "http://www.doctrine-project.org",
1001 "keywords": [
1002 "database",
1003 "orm"
1004 ],
1005 "time": "2016-01-05 21:34:58"
1006 },
1007 {
1008 "name": "ezyang/htmlpurifier",
1009 "version": "v4.7.0",
1010 "source": {
1011 "type": "git",
1012 "url": "https://github.com/ezyang/htmlpurifier.git",
1013 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
1014 },
1015 "dist": {
1016 "type": "zip",
1017 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
1018 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
1019 "shasum": ""
1020 },
1021 "require": {
1022 "php": ">=5.2"
1023 },
1024 "type": "library",
1025 "autoload": {
1026 "psr-0": {
1027 "HTMLPurifier": "library/"
1028 },
1029 "files": [
1030 "library/HTMLPurifier.composer.php"
1031 ]
1032 },
1033 "notification-url": "https://packagist.org/downloads/",
1034 "license": [
1035 "LGPL"
1036 ],
1037 "authors": [
1038 {
1039 "name": "Edward Z. Yang",
1040 "email": "admin@htmlpurifier.org",
1041 "homepage": "http://ezyang.com"
1042 }
1043 ],
1044 "description": "Standards compliant HTML filter written in PHP",
1045 "homepage": "http://htmlpurifier.org/",
1046 "keywords": [
1047 "html"
1048 ],
1049 "time": "2015-08-05 01:03:42"
1050 },
1051 {
1052 "name": "friendsofsymfony/oauth-server-bundle",
1053 "version": "1.5.2",
1054 "source": {
1055 "type": "git",
1056 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1057 "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1058 },
1059 "dist": {
1060 "type": "zip",
1061 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1062 "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1063 "shasum": ""
1064 },
1065 "require": {
1066 "friendsofsymfony/oauth2-php": "~1.1",
1067 "php": "^5.3.3|^7.0",
1068 "symfony/framework-bundle": "~2.2|~3.0",
1069 "symfony/security-bundle": "~2.1|~3.0"
1070 },
1071 "require-dev": {
1072 "doctrine/doctrine-bundle": "~1.0",
1073 "doctrine/mongodb-odm": "~1.0",
1074 "doctrine/orm": "~2.2",
1075 "phing/phing": "~2.4",
1076 "propel/propel1": "^1.6.5",
1077 "symfony/class-loader": "~2.1|~3.0",
1078 "symfony/form": "~2.3|~3.0",
1079 "symfony/yaml": "~2.1|~3.0",
1080 "willdurand/propel-typehintable-behavior": "^1.0.4"
1081 },
1082 "suggest": {
1083 "doctrine/doctrine-bundle": "*",
1084 "doctrine/mongodb-odm-bundle": "*",
1085 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1086 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1087 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1088 },
1089 "type": "symfony-bundle",
1090 "extra": {
1091 "branch-alias": {
1092 "dev-master": "1.5-dev"
1093 }
1094 },
1095 "autoload": {
1096 "psr-4": {
1097 "FOS\\OAuthServerBundle\\": ""
1098 }
1099 },
1100 "notification-url": "https://packagist.org/downloads/",
1101 "license": [
1102 "MIT"
1103 ],
1104 "authors": [
1105 {
1106 "name": "Arnaud Le Blanc",
1107 "email": "arnaud.lb@gmail.com"
1108 },
1109 {
1110 "name": "FriendsOfSymfony Community",
1111 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1112 }
1113 ],
1114 "description": "Symfony2 OAuth Server Bundle",
1115 "homepage": "http://friendsofsymfony.github.com",
1116 "keywords": [
1117 "oauth",
1118 "oauth2",
1119 "server"
1120 ],
1121 "time": "2016-02-22 13:57:55"
1122 },
1123 {
1124 "name": "friendsofsymfony/oauth2-php",
1125 "version": "1.2.0",
1126 "source": {
1127 "type": "git",
1128 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1129 "reference": "4ae0a2aa85566146ef6f0f7169854c49e0c9243a"
1130 },
1131 "dist": {
1132 "type": "zip",
1133 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/4ae0a2aa85566146ef6f0f7169854c49e0c9243a",
1134 "reference": "4ae0a2aa85566146ef6f0f7169854c49e0c9243a",
1135 "shasum": ""
1136 },
1137 "require": {
1138 "php": ">=5.3.2",
1139 "symfony/http-foundation": "~2.0|~3.0"
1140 },
1141 "require-dev": {
1142 "phpunit/phpunit": "~4.0"
1143 },
1144 "type": "library",
1145 "extra": {
1146 "branch-alias": {
1147 "dev-master": "1.1.x-dev"
1148 }
1149 },
1150 "autoload": {
1151 "psr-4": {
1152 "OAuth2\\": "lib/"
1153 }
1154 },
1155 "notification-url": "https://packagist.org/downloads/",
1156 "license": [
1157 "MIT"
1158 ],
1159 "authors": [
1160 {
1161 "name": "Arnaud Le Blanc",
1162 "email": "arnaud.lb@gmail.com"
1163 },
1164 {
1165 "name": "FriendsOfSymfony Community",
1166 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1167 }
1168 ],
1169 "description": "OAuth2 library",
1170 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1171 "keywords": [
1172 "oauth",
1173 "oauth2"
1174 ],
1175 "time": "2015-12-21 11:32:17"
1176 },
1177 {
1178 "name": "friendsofsymfony/rest-bundle",
1179 "version": "1.7.7",
1180 "target-dir": "FOS/RestBundle",
1181 "source": {
1182 "type": "git",
1183 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1184 "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0"
1185 },
1186 "dist": {
1187 "type": "zip",
1188 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
1189 "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
1190 "shasum": ""
1191 },
1192 "require": {
1193 "doctrine/inflector": "~1.0",
1194 "php": "^5.3.9|~7.0",
1195 "psr/log": "~1.0",
1196 "symfony/framework-bundle": "~2.3|~3.0",
1197 "symfony/http-kernel": "^2.3.24|~3.0",
1198 "willdurand/jsonp-callback-validator": "~1.0",
1199 "willdurand/negotiation": "~1.2"
1200 },
1201 "conflict": {
1202 "jms/serializer": "<0.12",
1203 "jms/serializer-bundle": "<0.11",
1204 "symfony/validator": ">=2.5.0,<2.5.5"
1205 },
1206 "require-dev": {
1207 "jms/serializer": "~0.13|~1.0",
1208 "jms/serializer-bundle": "~0.12|~1.0",
1209 "phpoption/phpoption": "~1.1.0",
1210 "sensio/framework-extra-bundle": "~2.0|~3.0",
1211 "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1212 "symfony/browser-kit": "~2.3|~3.0",
1213 "symfony/dependency-injection": "~2.3|~3.0",
1214 "symfony/form": "~2.3|~3.0",
1215 "symfony/phpunit-bridge": "~2.7|~3.0",
1216 "symfony/security": "~2.3|~3.0",
1217 "symfony/serializer": "~2.3|~3.0",
1218 "symfony/validator": "~2.3|~3.0",
1219 "symfony/yaml": "~2.3|~3.0"
1220 },
1221 "suggest": {
1222 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
1223 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
1224 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1225 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1226 },
1227 "type": "symfony-bundle",
1228 "extra": {
1229 "branch-alias": {
1230 "dev-master": "1.7-dev"
1231 }
1232 },
1233 "autoload": {
1234 "psr-0": {
1235 "FOS\\RestBundle": ""
1236 }
1237 },
1238 "notification-url": "https://packagist.org/downloads/",
1239 "license": [
1240 "MIT"
1241 ],
1242 "authors": [
1243 {
1244 "name": "Lukas Kahwe Smith",
1245 "email": "smith@pooteeweet.org"
1246 },
1247 {
1248 "name": "FriendsOfSymfony Community",
1249 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1250 },
1251 {
1252 "name": "Konstantin Kudryashov",
1253 "email": "ever.zet@gmail.com"
1254 }
1255 ],
1256 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1257 "homepage": "http://friendsofsymfony.github.com",
1258 "keywords": [
1259 "rest"
1260 ],
1261 "time": "2015-12-29 16:02:50"
1262 },
1263 {
1264 "name": "friendsofsymfony/user-bundle",
1265 "version": "dev-master",
1266 "source": {
1267 "type": "git",
1268 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1269 "reference": "16b04c49af05dd3fb381e4abe04f0e5e231ac76d"
1270 },
1271 "dist": {
1272 "type": "zip",
1273 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/16b04c49af05dd3fb381e4abe04f0e5e231ac76d",
1274 "reference": "16b04c49af05dd3fb381e4abe04f0e5e231ac76d",
1275 "shasum": ""
1276 },
1277 "require": {
1278 "php": ">=5.3.9",
1279 "symfony/form": "~2.3|~3.0",
1280 "symfony/framework-bundle": "~2.3|~3.0",
1281 "symfony/security-bundle": "~2.3|~3.0",
1282 "symfony/twig-bundle": "~2.3|~3.0"
1283 },
1284 "require-dev": {
1285 "doctrine/doctrine-bundle": "~1.3",
1286 "swiftmailer/swiftmailer": "~4.3|~5",
1287 "symfony/console": "~2.3|~3.0",
1288 "symfony/phpunit-bridge": "~2.7|~3.0",
1289 "symfony/validator": "~2.3|~3.0",
1290 "symfony/yaml": "~2.3|~3.0",
1291 "willdurand/propel-typehintable-behavior": "~1.0"
1292 },
1293 "suggest": {
1294 "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1295 },
1296 "type": "symfony-bundle",
1297 "extra": {
1298 "branch-alias": {
1299 "dev-master": "2.0.x-dev"
1300 }
1301 },
1302 "autoload": {
1303 "psr-4": {
1304 "FOS\\UserBundle\\": ""
1305 }
1306 },
1307 "notification-url": "https://packagist.org/downloads/",
1308 "license": [
1309 "MIT"
1310 ],
1311 "authors": [
1312 {
1313 "name": "Christophe Coevoet",
1314 "email": "stof@notk.org"
1315 },
1316 {
1317 "name": "FriendsOfSymfony Community",
1318 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1319 },
1320 {
1321 "name": "Thibault Duplessis",
1322 "email": "thibault.duplessis@gmail.com"
1323 }
1324 ],
1325 "description": "Symfony FOSUserBundle",
1326 "homepage": "http://friendsofsymfony.github.com",
1327 "keywords": [
1328 "User management"
1329 ],
1330 "time": "2016-03-08 11:05:28"
1331 },
1332 {
1333 "name": "gedmo/doctrine-extensions",
1334 "version": "v2.4.13",
1335 "source": {
1336 "type": "git",
1337 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1338 "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1"
1339 },
1340 "dist": {
1341 "type": "zip",
1342 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5f4b6c848f0d6834a434a62a09a0935d147082e1",
1343 "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1",
1344 "shasum": ""
1345 },
1346 "require": {
1347 "behat/transliterator": "~1.0",
1348 "doctrine/common": "~2.4",
1349 "php": ">=5.3.2"
1350 },
1351 "require-dev": {
1352 "doctrine/common": ">=2.5.0",
1353 "doctrine/mongodb-odm": ">=1.0.2",
1354 "doctrine/orm": ">=2.5.0",
1355 "phpunit/phpunit": "~4.4",
1356 "phpunit/phpunit-mock-objects": "~2.3",
1357 "symfony/yaml": "~2.6"
1358 },
1359 "suggest": {
1360 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1361 "doctrine/orm": "to use the extensions with the ORM"
1362 },
1363 "type": "library",
1364 "extra": {
1365 "branch-alias": {
1366 "dev-master": "2.4.x-dev"
1367 }
1368 },
1369 "autoload": {
1370 "psr-0": {
1371 "Gedmo\\": "lib/"
1372 }
1373 },
1374 "notification-url": "https://packagist.org/downloads/",
1375 "license": [
1376 "MIT"
1377 ],
1378 "authors": [
1379 {
1380 "name": "David Buchmann",
1381 "email": "david@liip.ch"
1382 },
1383 {
1384 "name": "Gediminas Morkevicius",
1385 "email": "gediminas.morkevicius@gmail.com"
1386 },
1387 {
1388 "name": "Gustavo Falco",
1389 "email": "comfortablynumb84@gmail.com"
1390 }
1391 ],
1392 "description": "Doctrine2 behavioral extensions",
1393 "homepage": "http://gediminasm.org/",
1394 "keywords": [
1395 "Blameable",
1396 "behaviors",
1397 "doctrine2",
1398 "extensions",
1399 "gedmo",
1400 "loggable",
1401 "nestedset",
1402 "sluggable",
1403 "sortable",
1404 "timestampable",
1405 "translatable",
1406 "tree",
1407 "uploadable"
1408 ],
1409 "time": "2016-02-18 15:33:43"
1410 },
1411 {
1412 "name": "grandt/binstring",
1413 "version": "1.0.0",
1414 "source": {
1415 "type": "git",
1416 "url": "https://github.com/Grandt/PHPBinString.git",
1417 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
1418 },
1419 "dist": {
1420 "type": "zip",
1421 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1422 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1423 "shasum": ""
1424 },
1425 "require": {
1426 "php": ">=5.0"
1427 },
1428 "type": "library",
1429 "autoload": {
1430 "classmap": [
1431 "BinString.php",
1432 "BinStringStatic.php"
1433 ]
1434 },
1435 "notification-url": "https://packagist.org/downloads/",
1436 "license": [
1437 "LGPL-2.1"
1438 ],
1439 "authors": [
1440 {
1441 "name": "A. Grandt",
1442 "email": "php@grandt.com",
1443 "role": "Developer"
1444 }
1445 ],
1446 "description": "A class for working around the use of mbstring.func_override",
1447 "homepage": "https://github.com/Grandt/PHPBinString",
1448 "keywords": [
1449 "binary strings",
1450 "mbstring"
1451 ],
1452 "time": "2015-08-13 06:14:41"
1453 },
1454 {
1455 "name": "grandt/phpepub",
1456 "version": "4.0.7.1",
1457 "source": {
1458 "type": "git",
1459 "url": "https://github.com/Grandt/PHPePub.git",
1460 "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452"
1461 },
1462 "dist": {
1463 "type": "zip",
1464 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/ccb501e566358ac19a9fedb6eb8bf96665823452",
1465 "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452",
1466 "shasum": ""
1467 },
1468 "require": {
1469 "grandt/phpresizegif": "~1.0.3",
1470 "grandt/relativepath": "~1.0.1",
1471 "php": ">=5.3.0",
1472 "phpzip/phpzip": "~2.0.7"
1473 },
1474 "type": "library",
1475 "autoload": {
1476 "psr-4": {
1477 "PHPePub\\": "src/PHPePub"
1478 },
1479 "classmap": [
1480 "src/lib.uuid.php"
1481 ]
1482 },
1483 "notification-url": "https://packagist.org/downloads/",
1484 "license": [
1485 "LGPL-2.1"
1486 ],
1487 "authors": [
1488 {
1489 "name": "A. Grandt",
1490 "email": "php@grandt.com",
1491 "homepage": "http://grandt.com",
1492 "role": "Developer"
1493 }
1494 ],
1495 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
1496 "homepage": "https://github.com/Grandt/PHPZip",
1497 "keywords": [
1498 "e-book",
1499 "epub"
1500 ],
1501 "time": "2016-03-16 15:48:26"
1502 },
1503 {
1504 "name": "grandt/phpresizegif",
1505 "version": "1.0.3",
1506 "source": {
1507 "type": "git",
1508 "url": "https://github.com/Grandt/PHPResizeGif.git",
1509 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
1510 },
1511 "dist": {
1512 "type": "zip",
1513 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1514 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1515 "shasum": ""
1516 },
1517 "require": {
1518 "grandt/binstring": ">=0.2.0",
1519 "php": ">=5.3.0"
1520 },
1521 "type": "library",
1522 "autoload": {
1523 "psr-4": {
1524 "grandt\\ResizeGif\\": "src/ResizeGif",
1525 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
1526 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
1527 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
1528 }
1529 },
1530 "notification-url": "https://packagist.org/downloads/",
1531 "license": [
1532 "LGPL-2.1"
1533 ],
1534 "authors": [
1535 {
1536 "name": "A. Grandt",
1537 "email": "php@grandt.com",
1538 "homepage": "http://grandt.com",
1539 "role": "Developer"
1540 }
1541 ],
1542 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
1543 "homepage": "https://github.com/Grandt/PHPResizeGif",
1544 "keywords": [
1545 "GIF89a",
1546 "animated gif",
1547 "gif",
1548 "resize"
1549 ],
1550 "time": "2015-05-10 10:52:24"
1551 },
1552 {
1553 "name": "grandt/phpzipmerge",
1554 "version": "1.0.4",
1555 "source": {
1556 "type": "git",
1557 "url": "https://github.com/Grandt/PHPZipMerge.git",
1558 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
1559 },
1560 "dist": {
1561 "type": "zip",
1562 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1563 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1564 "shasum": ""
1565 },
1566 "require": {
1567 "grandt/binstring": ">=1.0.0",
1568 "grandt/relativepath": ">=1.0.1",
1569 "php": ">=5.3.0"
1570 },
1571 "type": "library",
1572 "autoload": {
1573 "psr-4": {
1574 "ZipMerge\\": "src/ZipMerge"
1575 }
1576 },
1577 "notification-url": "https://packagist.org/downloads/",
1578 "license": [
1579 "LGPL-2.1"
1580 ],
1581 "authors": [
1582 {
1583 "name": "A. Grandt",
1584 "email": "php@grandt.com",
1585 "homepage": "http://grandt.com",
1586 "role": "Developer"
1587 },
1588 {
1589 "name": "Greg Kappatos",
1590 "homepage": "http://websiteconnect.com.au",
1591 "role": "Developer"
1592 }
1593 ],
1594 "description": "Merge and stream multiple Zip files on the fly.",
1595 "homepage": "https://github.com/Grandt/PHPZipMerge",
1596 "keywords": [
1597 "archive",
1598 "compressed",
1599 "compression",
1600 "merge",
1601 "phpzip",
1602 "pkzip",
1603 "stream",
1604 "zip"
1605 ],
1606 "time": "2015-08-18 13:49:33"
1607 },
1608 {
1609 "name": "grandt/relativepath",
1610 "version": "1.0.2",
1611 "source": {
1612 "type": "git",
1613 "url": "https://github.com/Grandt/PHPRelativePath.git",
1614 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
1615 },
1616 "dist": {
1617 "type": "zip",
1618 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
1619 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
1620 "shasum": ""
1621 },
1622 "require": {
1623 "php": ">=5.0"
1624 },
1625 "type": "library",
1626 "autoload": {
1627 "classmap": [
1628 "RelativePath.php"
1629 ]
1630 },
1631 "notification-url": "https://packagist.org/downloads/",
1632 "license": [
1633 "LGPL-2.1"
1634 ],
1635 "authors": [
1636 {
1637 "name": "A. Grandt",
1638 "email": "php@grandt.com",
1639 "role": "Developer"
1640 }
1641 ],
1642 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
1643 "homepage": "https://github.com/Grandt/PHPRelativePath",
1644 "keywords": [
1645 "file path"
1646 ],
1647 "time": "2015-05-14 08:18:23"
1648 },
1649 {
1650 "name": "guzzlehttp/guzzle",
1651 "version": "5.3.0",
1652 "source": {
1653 "type": "git",
1654 "url": "https://github.com/guzzle/guzzle.git",
1655 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
1656 },
1657 "dist": {
1658 "type": "zip",
1659 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
1660 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
1661 "shasum": ""
1662 },
1663 "require": {
1664 "guzzlehttp/ringphp": "^1.1",
1665 "php": ">=5.4.0"
1666 },
1667 "require-dev": {
1668 "ext-curl": "*",
1669 "phpunit/phpunit": "^4.0",
1670 "psr/log": "^1.0"
1671 },
1672 "type": "library",
1673 "extra": {
1674 "branch-alias": {
1675 "dev-master": "5.0-dev"
1676 }
1677 },
1678 "autoload": {
1679 "psr-4": {
1680 "GuzzleHttp\\": "src/"
1681 }
1682 },
1683 "notification-url": "https://packagist.org/downloads/",
1684 "license": [
1685 "MIT"
1686 ],
1687 "authors": [
1688 {
1689 "name": "Michael Dowling",
1690 "email": "mtdowling@gmail.com",
1691 "homepage": "https://github.com/mtdowling"
1692 }
1693 ],
1694 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1695 "homepage": "http://guzzlephp.org/",
1696 "keywords": [
1697 "client",
1698 "curl",
1699 "framework",
1700 "http",
1701 "http client",
1702 "rest",
1703 "web service"
1704 ],
1705 "time": "2015-05-20 03:47:55"
1706 },
1707 {
1708 "name": "guzzlehttp/ringphp",
1709 "version": "1.1.0",
1710 "source": {
1711 "type": "git",
1712 "url": "https://github.com/guzzle/RingPHP.git",
1713 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1714 },
1715 "dist": {
1716 "type": "zip",
1717 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1718 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1719 "shasum": ""
1720 },
1721 "require": {
1722 "guzzlehttp/streams": "~3.0",
1723 "php": ">=5.4.0",
1724 "react/promise": "~2.0"
1725 },
1726 "require-dev": {
1727 "ext-curl": "*",
1728 "phpunit/phpunit": "~4.0"
1729 },
1730 "suggest": {
1731 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1732 },
1733 "type": "library",
1734 "extra": {
1735 "branch-alias": {
1736 "dev-master": "1.1-dev"
1737 }
1738 },
1739 "autoload": {
1740 "psr-4": {
1741 "GuzzleHttp\\Ring\\": "src/"
1742 }
1743 },
1744 "notification-url": "https://packagist.org/downloads/",
1745 "license": [
1746 "MIT"
1747 ],
1748 "authors": [
1749 {
1750 "name": "Michael Dowling",
1751 "email": "mtdowling@gmail.com",
1752 "homepage": "https://github.com/mtdowling"
1753 }
1754 ],
1755 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1756 "time": "2015-05-20 03:37:09"
1757 },
1758 {
1759 "name": "guzzlehttp/streams",
1760 "version": "3.0.0",
1761 "source": {
1762 "type": "git",
1763 "url": "https://github.com/guzzle/streams.git",
1764 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1765 },
1766 "dist": {
1767 "type": "zip",
1768 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1769 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1770 "shasum": ""
1771 },
1772 "require": {
1773 "php": ">=5.4.0"
1774 },
1775 "require-dev": {
1776 "phpunit/phpunit": "~4.0"
1777 },
1778 "type": "library",
1779 "extra": {
1780 "branch-alias": {
1781 "dev-master": "3.0-dev"
1782 }
1783 },
1784 "autoload": {
1785 "psr-4": {
1786 "GuzzleHttp\\Stream\\": "src/"
1787 }
1788 },
1789 "notification-url": "https://packagist.org/downloads/",
1790 "license": [
1791 "MIT"
1792 ],
1793 "authors": [
1794 {
1795 "name": "Michael Dowling",
1796 "email": "mtdowling@gmail.com",
1797 "homepage": "https://github.com/mtdowling"
1798 }
1799 ],
1800 "description": "Provides a simple abstraction over streams of data",
1801 "homepage": "http://guzzlephp.org/",
1802 "keywords": [
1803 "Guzzle",
1804 "stream"
1805 ],
1806 "time": "2014-10-12 19:18:40"
1807 },
1808 {
1809 "name": "hoa/compiler",
1810 "version": "3.16.01.14",
1811 "source": {
1812 "type": "git",
1813 "url": "https://github.com/hoaproject/Compiler.git",
1814 "reference": "a1505e507e8368dbf7a5b490c4a5a90e06d7bd69"
1815 },
1816 "dist": {
1817 "type": "zip",
1818 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/a1505e507e8368dbf7a5b490c4a5a90e06d7bd69",
1819 "reference": "a1505e507e8368dbf7a5b490c4a5a90e06d7bd69",
1820 "shasum": ""
1821 },
1822 "require": {
1823 "hoa/consistency": "~1.0",
1824 "hoa/exception": "~1.0",
1825 "hoa/file": "~1.0",
1826 "hoa/iterator": "~2.0",
1827 "hoa/math": "~1.0",
1828 "hoa/protocol": "~1.0",
1829 "hoa/regex": "~1.0",
1830 "hoa/visitor": "~2.0"
1831 },
1832 "require-dev": {
1833 "hoa/json": "~2.0",
1834 "hoa/test": "~2.0"
1835 },
1836 "type": "library",
1837 "extra": {
1838 "branch-alias": {
1839 "dev-master": "3.x-dev"
1840 }
1841 },
1842 "autoload": {
1843 "psr-4": {
1844 "Hoa\\Compiler\\": "."
1845 }
1846 },
1847 "notification-url": "https://packagist.org/downloads/",
1848 "license": [
1849 "BSD-3-Clause"
1850 ],
1851 "authors": [
1852 {
1853 "name": "Ivan Enderlin",
1854 "email": "ivan.enderlin@hoa-project.net"
1855 },
1856 {
1857 "name": "Hoa community",
1858 "homepage": "http://hoa-project.net/"
1859 }
1860 ],
1861 "description": "The Hoa\\Compiler library.",
1862 "homepage": "http://hoa-project.net/",
1863 "keywords": [
1864 "algebraic",
1865 "ast",
1866 "compiler",
1867 "context-free",
1868 "coverage",
1869 "exhaustive",
1870 "grammar",
1871 "isotropic",
1872 "language",
1873 "lexer",
1874 "library",
1875 "ll1",
1876 "llk",
1877 "parser",
1878 "pp",
1879 "random",
1880 "regular",
1881 "rule",
1882 "sampler",
1883 "syntax",
1884 "token",
1885 "trace",
1886 "uniform"
1887 ],
1888 "time": "2016-01-14 20:44:59"
1889 },
1890 {
1891 "name": "hoa/consistency",
1892 "version": "1.16.03.03",
1893 "source": {
1894 "type": "git",
1895 "url": "https://github.com/hoaproject/Consistency.git",
1896 "reference": "aa7e30f99aa2ae476f83800d3ad350506eec153b"
1897 },
1898 "dist": {
1899 "type": "zip",
1900 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/aa7e30f99aa2ae476f83800d3ad350506eec153b",
1901 "reference": "aa7e30f99aa2ae476f83800d3ad350506eec153b",
1902 "shasum": ""
1903 },
1904 "require": {
1905 "hoa/exception": "~1.0",
1906 "php": ">=5.5.0"
1907 },
1908 "require-dev": {
1909 "hoa/stream": "~1.0",
1910 "hoa/test": "~2.0"
1911 },
1912 "type": "library",
1913 "extra": {
1914 "branch-alias": {
1915 "dev-master": "1.x-dev"
1916 }
1917 },
1918 "autoload": {
1919 "psr-4": {
1920 "Hoa\\Consistency\\": "."
1921 },
1922 "files": [
1923 "Prelude.php"
1924 ]
1925 },
1926 "notification-url": "https://packagist.org/downloads/",
1927 "license": [
1928 "BSD-3-Clause"
1929 ],
1930 "authors": [
1931 {
1932 "name": "Ivan Enderlin",
1933 "email": "ivan.enderlin@hoa-project.net"
1934 },
1935 {
1936 "name": "Hoa community",
1937 "homepage": "http://hoa-project.net/"
1938 }
1939 ],
1940 "description": "The Hoa\\Consistency library.",
1941 "homepage": "http://hoa-project.net/",
1942 "keywords": [
1943 "autoloader",
1944 "callable",
1945 "consistency",
1946 "entity",
1947 "flex",
1948 "keyword",
1949 "library"
1950 ],
1951 "time": "2016-03-03 09:37:24"
1952 },
1953 {
1954 "name": "hoa/event",
1955 "version": "1.16.03.15",
1956 "source": {
1957 "type": "git",
1958 "url": "https://github.com/hoaproject/Event.git",
1959 "reference": "b1577069d63d6efc559406f3bc31813ac33e76b8"
1960 },
1961 "dist": {
1962 "type": "zip",
1963 "url": "https://api.github.com/repos/hoaproject/Event/zipball/b1577069d63d6efc559406f3bc31813ac33e76b8",
1964 "reference": "b1577069d63d6efc559406f3bc31813ac33e76b8",
1965 "shasum": ""
1966 },
1967 "require": {
1968 "hoa/consistency": "~1.0",
1969 "hoa/exception": "~1.0"
1970 },
1971 "require-dev": {
1972 "hoa/test": "~2.0"
1973 },
1974 "type": "library",
1975 "extra": {
1976 "branch-alias": {
1977 "dev-master": "1.x-dev"
1978 }
1979 },
1980 "autoload": {
1981 "psr-4": {
1982 "Hoa\\Event\\": "."
1983 }
1984 },
1985 "notification-url": "https://packagist.org/downloads/",
1986 "license": [
1987 "BSD-3-Clause"
1988 ],
1989 "authors": [
1990 {
1991 "name": "Ivan Enderlin",
1992 "email": "ivan.enderlin@hoa-project.net"
1993 },
1994 {
1995 "name": "Hoa community",
1996 "homepage": "http://hoa-project.net/"
1997 }
1998 ],
1999 "description": "The Hoa\\Event library.",
2000 "homepage": "http://hoa-project.net/",
2001 "keywords": [
2002 "event",
2003 "library",
2004 "listener",
2005 "observer"
2006 ],
2007 "time": "2016-03-15 14:49:59"
2008 },
2009 {
2010 "name": "hoa/exception",
2011 "version": "1.16.01.11",
2012 "source": {
2013 "type": "git",
2014 "url": "https://github.com/hoaproject/Exception.git",
2015 "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366"
2016 },
2017 "dist": {
2018 "type": "zip",
2019 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/fa4a9648aef2c8ca8f4cd543429b24dc8feaa366",
2020 "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366",
2021 "shasum": ""
2022 },
2023 "require": {
2024 "hoa/consistency": "~1.0",
2025 "hoa/event": "~1.0"
2026 },
2027 "require-dev": {
2028 "hoa/test": "~2.0"
2029 },
2030 "type": "library",
2031 "extra": {
2032 "branch-alias": {
2033 "dev-master": "1.x-dev"
2034 }
2035 },
2036 "autoload": {
2037 "psr-4": {
2038 "Hoa\\Exception\\": "."
2039 }
2040 },
2041 "notification-url": "https://packagist.org/downloads/",
2042 "license": [
2043 "BSD-3-Clause"
2044 ],
2045 "authors": [
2046 {
2047 "name": "Ivan Enderlin",
2048 "email": "ivan.enderlin@hoa-project.net"
2049 },
2050 {
2051 "name": "Hoa community",
2052 "homepage": "http://hoa-project.net/"
2053 }
2054 ],
2055 "description": "The Hoa\\Exception library.",
2056 "homepage": "http://hoa-project.net/",
2057 "keywords": [
2058 "exception",
2059 "library"
2060 ],
2061 "time": "2016-01-11 08:38:17"
2062 },
2063 {
2064 "name": "hoa/file",
2065 "version": "1.16.01.15",
2066 "source": {
2067 "type": "git",
2068 "url": "https://github.com/hoaproject/File.git",
2069 "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b"
2070 },
2071 "dist": {
2072 "type": "zip",
2073 "url": "https://api.github.com/repos/hoaproject/File/zipball/bc04ddb476bfeee03c2be585fc37a98d2887277b",
2074 "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b",
2075 "shasum": ""
2076 },
2077 "require": {
2078 "hoa/consistency": "~1.0",
2079 "hoa/event": "~1.0",
2080 "hoa/exception": "~1.0",
2081 "hoa/iterator": "~2.0",
2082 "hoa/stream": "~1.0"
2083 },
2084 "require-dev": {
2085 "hoa/test": "~2.0"
2086 },
2087 "type": "library",
2088 "extra": {
2089 "branch-alias": {
2090 "dev-master": "1.x-dev"
2091 }
2092 },
2093 "autoload": {
2094 "psr-4": {
2095 "Hoa\\File\\": "."
2096 }
2097 },
2098 "notification-url": "https://packagist.org/downloads/",
2099 "license": [
2100 "BSD-3-Clause"
2101 ],
2102 "authors": [
2103 {
2104 "name": "Ivan Enderlin",
2105 "email": "ivan.enderlin@hoa-project.net"
2106 },
2107 {
2108 "name": "Hoa community",
2109 "homepage": "http://hoa-project.net/"
2110 }
2111 ],
2112 "description": "The Hoa\\File library.",
2113 "homepage": "http://hoa-project.net/",
2114 "keywords": [
2115 "Socket",
2116 "directory",
2117 "file",
2118 "finder",
2119 "library",
2120 "link",
2121 "temporary"
2122 ],
2123 "time": "2016-01-14 20:55:07"
2124 },
2125 {
2126 "name": "hoa/iterator",
2127 "version": "2.16.03.15",
2128 "source": {
2129 "type": "git",
2130 "url": "https://github.com/hoaproject/Iterator.git",
2131 "reference": "60bdefab8db17717871a11101dedec60572f95b8"
2132 },
2133 "dist": {
2134 "type": "zip",
2135 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/60bdefab8db17717871a11101dedec60572f95b8",
2136 "reference": "60bdefab8db17717871a11101dedec60572f95b8",
2137 "shasum": ""
2138 },
2139 "require": {
2140 "hoa/consistency": "~1.0",
2141 "hoa/exception": "~1.0"
2142 },
2143 "require-dev": {
2144 "hoa/test": "~2.0"
2145 },
2146 "type": "library",
2147 "extra": {
2148 "branch-alias": {
2149 "dev-master": "2.x-dev"
2150 }
2151 },
2152 "autoload": {
2153 "psr-4": {
2154 "Hoa\\Iterator\\": "."
2155 }
2156 },
2157 "notification-url": "https://packagist.org/downloads/",
2158 "license": [
2159 "BSD-3-Clause"
2160 ],
2161 "authors": [
2162 {
2163 "name": "Ivan Enderlin",
2164 "email": "ivan.enderlin@hoa-project.net"
2165 },
2166 {
2167 "name": "Hoa community",
2168 "homepage": "http://hoa-project.net/"
2169 }
2170 ],
2171 "description": "The Hoa\\Iterator library.",
2172 "homepage": "http://hoa-project.net/",
2173 "keywords": [
2174 "iterator",
2175 "library"
2176 ],
2177 "time": "2016-03-15 14:51:54"
2178 },
2179 {
2180 "name": "hoa/math",
2181 "version": "1.16.01.29",
2182 "source": {
2183 "type": "git",
2184 "url": "https://github.com/hoaproject/Math.git",
2185 "reference": "1997df8aeb2b2f8706cfef3b2c2c665efc2689fa"
2186 },
2187 "dist": {
2188 "type": "zip",
2189 "url": "https://api.github.com/repos/hoaproject/Math/zipball/1997df8aeb2b2f8706cfef3b2c2c665efc2689fa",
2190 "reference": "1997df8aeb2b2f8706cfef3b2c2c665efc2689fa",
2191 "shasum": ""
2192 },
2193 "require": {
2194 "hoa/compiler": "~3.0",
2195 "hoa/consistency": "~1.0",
2196 "hoa/exception": "~1.0",
2197 "hoa/iterator": "~2.0",
2198 "hoa/protocol": "~1.0",
2199 "hoa/zformat": "~1.0"
2200 },
2201 "require-dev": {
2202 "hoa/test": "~2.0"
2203 },
2204 "type": "library",
2205 "extra": {
2206 "branch-alias": {
2207 "dev-master": "1.x-dev"
2208 }
2209 },
2210 "autoload": {
2211 "psr-4": {
2212 "Hoa\\Math\\": "."
2213 }
2214 },
2215 "notification-url": "https://packagist.org/downloads/",
2216 "license": [
2217 "BSD-3-Clause"
2218 ],
2219 "authors": [
2220 {
2221 "name": "Ivan Enderlin",
2222 "email": "ivan.enderlin@hoa-project.net"
2223 },
2224 {
2225 "name": "Hoa community",
2226 "homepage": "http://hoa-project.net/"
2227 }
2228 ],
2229 "description": "The Hoa\\Math library.",
2230 "homepage": "http://hoa-project.net/",
2231 "keywords": [
2232 "arrangement",
2233 "combination",
2234 "combinatorics",
2235 "counting",
2236 "library",
2237 "math",
2238 "permutation",
2239 "sampler",
2240 "set"
2241 ],
2242 "time": "2016-01-29 15:25:18"
2243 },
2244 {
2245 "name": "hoa/protocol",
2246 "version": "1.16.03.07",
2247 "source": {
2248 "type": "git",
2249 "url": "https://github.com/hoaproject/Protocol.git",
2250 "reference": "0745015373812591b1fe2e8229b8815d9250d95a"
2251 },
2252 "dist": {
2253 "type": "zip",
2254 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/0745015373812591b1fe2e8229b8815d9250d95a",
2255 "reference": "0745015373812591b1fe2e8229b8815d9250d95a",
2256 "shasum": ""
2257 },
2258 "require": {
2259 "hoa/consistency": "~1.0",
2260 "hoa/exception": "~1.0"
2261 },
2262 "require-dev": {
2263 "hoa/test": "~2.0"
2264 },
2265 "type": "library",
2266 "extra": {
2267 "branch-alias": {
2268 "dev-master": "1.x-dev"
2269 }
2270 },
2271 "autoload": {
2272 "psr-4": {
2273 "Hoa\\Protocol\\": "."
2274 },
2275 "files": [
2276 "Wrapper.php"
2277 ]
2278 },
2279 "notification-url": "https://packagist.org/downloads/",
2280 "license": [
2281 "BSD-3-Clause"
2282 ],
2283 "authors": [
2284 {
2285 "name": "Ivan Enderlin",
2286 "email": "ivan.enderlin@hoa-project.net"
2287 },
2288 {
2289 "name": "Hoa community",
2290 "homepage": "http://hoa-project.net/"
2291 }
2292 ],
2293 "description": "The Hoa\\Protocol library.",
2294 "homepage": "http://hoa-project.net/",
2295 "keywords": [
2296 "library",
2297 "protocol",
2298 "resource",
2299 "stream",
2300 "wrapper"
2301 ],
2302 "time": "2016-03-07 16:31:08"
2303 },
2304 {
2305 "name": "hoa/regex",
2306 "version": "1.16.01.15",
2307 "source": {
2308 "type": "git",
2309 "url": "https://github.com/hoaproject/Regex.git",
2310 "reference": "e7fb36fdea23ea9fc814a1a68bd0144df1891463"
2311 },
2312 "dist": {
2313 "type": "zip",
2314 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/e7fb36fdea23ea9fc814a1a68bd0144df1891463",
2315 "reference": "e7fb36fdea23ea9fc814a1a68bd0144df1891463",
2316 "shasum": ""
2317 },
2318 "require": {
2319 "hoa/consistency": "~1.0",
2320 "hoa/exception": "~1.0",
2321 "hoa/math": "~1.0",
2322 "hoa/protocol": "~1.0",
2323 "hoa/ustring": "~4.0",
2324 "hoa/visitor": "~2.0"
2325 },
2326 "type": "library",
2327 "extra": {
2328 "branch-alias": {
2329 "dev-master": "1.x-dev"
2330 }
2331 },
2332 "autoload": {
2333 "psr-4": {
2334 "Hoa\\Regex\\": "."
2335 }
2336 },
2337 "notification-url": "https://packagist.org/downloads/",
2338 "license": [
2339 "BSD-3-Clause"
2340 ],
2341 "authors": [
2342 {
2343 "name": "Ivan Enderlin",
2344 "email": "ivan.enderlin@hoa-project.net"
2345 },
2346 {
2347 "name": "Hoa community",
2348 "homepage": "http://hoa-project.net/"
2349 }
2350 ],
2351 "description": "The Hoa\\Regex library.",
2352 "homepage": "http://hoa-project.net/",
2353 "keywords": [
2354 "compiler",
2355 "library",
2356 "regex"
2357 ],
2358 "time": "2016-01-14 21:10:33"
2359 },
2360 {
2361 "name": "hoa/ruler",
2362 "version": "2.16.04.06",
2363 "source": {
2364 "type": "git",
2365 "url": "git@github.com:hoaproject/Ruler.git",
2366 "reference": "9528f5ed84081f83310a65e21754edb4fdc60822"
2367 },
2368 "dist": {
2369 "type": "zip",
2370 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/9528f5ed84081f83310a65e21754edb4fdc60822",
2371 "reference": "9528f5ed84081f83310a65e21754edb4fdc60822",
2372 "shasum": ""
2373 },
2374 "require": {
2375 "hoa/compiler": "~3.0",
2376 "hoa/consistency": "~1.0",
2377 "hoa/exception": "~1.0",
2378 "hoa/file": "~1.0",
2379 "hoa/protocol": "~1.0",
2380 "hoa/visitor": "~2.0"
2381 },
2382 "require-dev": {
2383 "hoa/test": "~2.0"
2384 },
2385 "type": "library",
2386 "extra": {
2387 "branch-alias": {
2388 "dev-master": "2.x-dev"
2389 }
2390 },
2391 "autoload": {
2392 "psr-4": {
2393 "Hoa\\Ruler\\": "."
2394 }
2395 },
2396 "notification-url": "https://packagist.org/downloads/",
2397 "license": [
2398 "BSD-3-Clause"
2399 ],
2400 "authors": [
2401 {
2402 "name": "Ivan Enderlin",
2403 "email": "ivan.enderlin@hoa-project.net"
2404 },
2405 {
2406 "name": "Hoa community",
2407 "homepage": "http://hoa-project.net/"
2408 }
2409 ],
2410 "description": "The Hoa\\Ruler library.",
2411 "homepage": "http://hoa-project.net/",
2412 "keywords": [
2413 "library",
2414 "ruler"
2415 ],
2416 "time": "2016-04-06 08:55:04"
2417 },
2418 {
2419 "name": "hoa/stream",
2420 "version": "1.16.01.14",
2421 "source": {
2422 "type": "git",
2423 "url": "https://github.com/hoaproject/Stream.git",
2424 "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896"
2425 },
2426 "dist": {
2427 "type": "zip",
2428 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/c00b35078ef8c0881b7d2ed533de19fe0aaf9896",
2429 "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896",
2430 "shasum": ""
2431 },
2432 "require": {
2433 "hoa/consistency": "~1.0",
2434 "hoa/event": "~1.0",
2435 "hoa/exception": "~1.0",
2436 "hoa/protocol": "~1.0"
2437 },
2438 "type": "library",
2439 "extra": {
2440 "branch-alias": {
2441 "dev-master": "1.x-dev"
2442 }
2443 },
2444 "autoload": {
2445 "psr-4": {
2446 "Hoa\\Stream\\": "."
2447 }
2448 },
2449 "notification-url": "https://packagist.org/downloads/",
2450 "license": [
2451 "BSD-3-Clause"
2452 ],
2453 "authors": [
2454 {
2455 "name": "Ivan Enderlin",
2456 "email": "ivan.enderlin@hoa-project.net"
2457 },
2458 {
2459 "name": "Hoa community",
2460 "homepage": "http://hoa-project.net/"
2461 }
2462 ],
2463 "description": "The Hoa\\Stream library.",
2464 "homepage": "http://hoa-project.net/",
2465 "keywords": [
2466 "Context",
2467 "bucket",
2468 "composite",
2469 "filter",
2470 "in",
2471 "library",
2472 "out",
2473 "protocol",
2474 "stream",
2475 "wrapper"
2476 ],
2477 "time": "2016-01-14 20:11:37"
2478 },
2479 {
2480 "name": "hoa/ustring",
2481 "version": "4.16.01.11",
2482 "source": {
2483 "type": "git",
2484 "url": "https://github.com/hoaproject/Ustring.git",
2485 "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2"
2486 },
2487 "dist": {
2488 "type": "zip",
2489 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/9f76b9aae5901b4f476ef854e29ccd746d6899d2",
2490 "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2",
2491 "shasum": ""
2492 },
2493 "require": {
2494 "hoa/consistency": "~1.0",
2495 "hoa/exception": "~1.0"
2496 },
2497 "require-dev": {
2498 "hoa/test": "~2.0"
2499 },
2500 "suggest": {
2501 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2502 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2503 },
2504 "type": "library",
2505 "extra": {
2506 "branch-alias": {
2507 "dev-master": "4.x-dev"
2508 }
2509 },
2510 "autoload": {
2511 "psr-4": {
2512 "Hoa\\Ustring\\": "."
2513 }
2514 },
2515 "notification-url": "https://packagist.org/downloads/",
2516 "license": [
2517 "BSD-3-Clause"
2518 ],
2519 "authors": [
2520 {
2521 "name": "Ivan Enderlin",
2522 "email": "ivan.enderlin@hoa-project.net"
2523 },
2524 {
2525 "name": "Hoa community",
2526 "homepage": "http://hoa-project.net/"
2527 }
2528 ],
2529 "description": "The Hoa\\Ustring library.",
2530 "homepage": "http://hoa-project.net/",
2531 "keywords": [
2532 "library",
2533 "search",
2534 "string",
2535 "unicode"
2536 ],
2537 "time": "2016-01-11 09:51:34"
2538 },
2539 {
2540 "name": "hoa/visitor",
2541 "version": "2.16.01.11",
2542 "source": {
2543 "type": "git",
2544 "url": "https://github.com/hoaproject/Visitor.git",
2545 "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9"
2546 },
2547 "dist": {
2548 "type": "zip",
2549 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/cb21074b7eb89c3ac9f76d25c72671d579735ca9",
2550 "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9",
2551 "shasum": ""
2552 },
2553 "require": {
2554 "hoa/consistency": "~1.0"
2555 },
2556 "require-dev": {
2557 "hoa/test": "~2.0"
2558 },
2559 "type": "library",
2560 "extra": {
2561 "branch-alias": {
2562 "dev-master": "2.x-dev"
2563 }
2564 },
2565 "autoload": {
2566 "psr-4": {
2567 "Hoa\\Visitor\\": "."
2568 }
2569 },
2570 "notification-url": "https://packagist.org/downloads/",
2571 "license": [
2572 "BSD-3-Clause"
2573 ],
2574 "authors": [
2575 {
2576 "name": "Ivan Enderlin",
2577 "email": "ivan.enderlin@hoa-project.net"
2578 },
2579 {
2580 "name": "Hoa community",
2581 "homepage": "http://hoa-project.net/"
2582 }
2583 ],
2584 "description": "The Hoa\\Visitor library.",
2585 "homepage": "http://hoa-project.net/",
2586 "keywords": [
2587 "library",
2588 "structure",
2589 "visit",
2590 "visitor"
2591 ],
2592 "time": "2016-01-11 09:54:01"
2593 },
2594 {
2595 "name": "hoa/zformat",
2596 "version": "1.16.03.15",
2597 "source": {
2598 "type": "git",
2599 "url": "https://github.com/hoaproject/Zformat.git",
2600 "reference": "d261637aa6f4485d697ebcb898a379f7a34b4e34"
2601 },
2602 "dist": {
2603 "type": "zip",
2604 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/d261637aa6f4485d697ebcb898a379f7a34b4e34",
2605 "reference": "d261637aa6f4485d697ebcb898a379f7a34b4e34",
2606 "shasum": ""
2607 },
2608 "require": {
2609 "hoa/consistency": "~1.0",
2610 "hoa/exception": "~1.0"
2611 },
2612 "type": "library",
2613 "extra": {
2614 "branch-alias": {
2615 "dev-master": "1.x-dev"
2616 }
2617 },
2618 "autoload": {
2619 "psr-4": {
2620 "Hoa\\Zformat\\": "."
2621 }
2622 },
2623 "notification-url": "https://packagist.org/downloads/",
2624 "license": [
2625 "BSD-3-Clause"
2626 ],
2627 "authors": [
2628 {
2629 "name": "Ivan Enderlin",
2630 "email": "ivan.enderlin@hoa-project.net"
2631 },
2632 {
2633 "name": "Hoa community",
2634 "homepage": "http://hoa-project.net/"
2635 }
2636 ],
2637 "description": "The Hoa\\Zformat library.",
2638 "homepage": "http://hoa-project.net/",
2639 "keywords": [
2640 "library",
2641 "parameter",
2642 "zformat"
2643 ],
2644 "time": "2016-03-15 14:55:30"
2645 },
2646 {
2647 "name": "htmlawed/htmlawed",
2648 "version": "1.1.19",
2649 "source": {
2650 "type": "git",
2651 "url": "https://github.com/kesar/HTMLawed.git",
2652 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
2653 },
2654 "dist": {
2655 "type": "zip",
2656 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
2657 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
2658 "shasum": ""
2659 },
2660 "require": {
2661 "php": ">4.4.0"
2662 },
2663 "type": "library",
2664 "autoload": {
2665 "files": [
2666 "htmLawed.php"
2667 ]
2668 },
2669 "notification-url": "https://packagist.org/downloads/",
2670 "license": [
2671 "GPL-2.0+",
2672 "LGPL-3.0"
2673 ],
2674 "authors": [
2675 {
2676 "name": "Santosh Patnaik",
2677 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
2678 "role": "Developer"
2679 }
2680 ],
2681 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
2682 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
2683 "keywords": [
2684 "HTMLtidy",
2685 "html",
2686 "sanitize",
2687 "strip",
2688 "tags"
2689 ],
2690 "time": "2015-04-05 17:23:05"
2691 },
2692 {
2693 "name": "incenteev/composer-parameter-handler",
2694 "version": "v2.1.2",
2695 "source": {
2696 "type": "git",
2697 "url": "https://github.com/Incenteev/ParameterHandler.git",
2698 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2699 },
2700 "dist": {
2701 "type": "zip",
2702 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2703 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2704 "shasum": ""
2705 },
2706 "require": {
2707 "php": ">=5.3.3",
2708 "symfony/yaml": "~2.3|~3.0"
2709 },
2710 "require-dev": {
2711 "composer/composer": "1.0.*@dev",
2712 "phpspec/prophecy-phpunit": "~1.0",
2713 "symfony/filesystem": "~2.2"
2714 },
2715 "type": "library",
2716 "extra": {
2717 "branch-alias": {
2718 "dev-master": "2.1.x-dev"
2719 }
2720 },
2721 "autoload": {
2722 "psr-4": {
2723 "Incenteev\\ParameterHandler\\": ""
2724 }
2725 },
2726 "notification-url": "https://packagist.org/downloads/",
2727 "license": [
2728 "MIT"
2729 ],
2730 "authors": [
2731 {
2732 "name": "Christophe Coevoet",
2733 "email": "stof@notk.org"
2734 }
2735 ],
2736 "description": "Composer script handling your ignored parameter file",
2737 "homepage": "https://github.com/Incenteev/ParameterHandler",
2738 "keywords": [
2739 "parameters management"
2740 ],
2741 "time": "2015-11-10 17:04:01"
2742 },
2743 {
2744 "name": "j0k3r/graby",
2745 "version": "1.3.0",
2746 "source": {
2747 "type": "git",
2748 "url": "https://github.com/j0k3r/graby.git",
2749 "reference": "461731eb9c2db848ec102b473703cb6f4220f589"
2750 },
2751 "dist": {
2752 "type": "zip",
2753 "url": "https://api.github.com/repos/j0k3r/graby/zipball/461731eb9c2db848ec102b473703cb6f4220f589",
2754 "reference": "461731eb9c2db848ec102b473703cb6f4220f589",
2755 "shasum": ""
2756 },
2757 "require": {
2758 "ext-curl": "*",
2759 "guzzlehttp/guzzle": "^5.2.0",
2760 "htmlawed/htmlawed": "^1.1.19",
2761 "j0k3r/graby-site-config": "^1.0",
2762 "j0k3r/php-readability": "^1.0",
2763 "j0k3r/safecurl": "~2.0",
2764 "monolog/monolog": "^1.13.1",
2765 "neitanod/forceutf8": "^2.0",
2766 "php": ">=5.4",
2767 "simplepie/simplepie": "^1.3.1",
2768 "smalot/pdfparser": "~0.9.24",
2769 "symfony/options-resolver": "~2.6|~3.0"
2770 },
2771 "require-dev": {
2772 "satooshi/php-coveralls": "~0.6"
2773 },
2774 "type": "library",
2775 "autoload": {
2776 "psr-4": {
2777 "Graby\\": "src/"
2778 }
2779 },
2780 "notification-url": "https://packagist.org/downloads/",
2781 "license": [
2782 "AGPL-3.0"
2783 ],
2784 "authors": [
2785 {
2786 "name": "Jeremy Benoist",
2787 "email": "jeremy.benoist@gmail.com",
2788 "role": "Developer"
2789 },
2790 {
2791 "name": "FiveFilters.org",
2792 "email": "fivefilters@fivefilters.org",
2793 "role": "Developer (original version)"
2794 }
2795 ],
2796 "description": "Graby helps you extract article content from web pages",
2797 "time": "2016-02-12 08:30:42"
2798 },
2799 {
2800 "name": "j0k3r/graby-site-config",
2801 "version": "1.0.16",
2802 "source": {
2803 "type": "git",
2804 "url": "https://github.com/j0k3r/graby-site-config.git",
2805 "reference": "553fb65e75f2df9514f606758f105855994abaec"
2806 },
2807 "dist": {
2808 "type": "zip",
2809 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/553fb65e75f2df9514f606758f105855994abaec",
2810 "reference": "553fb65e75f2df9514f606758f105855994abaec",
2811 "shasum": ""
2812 },
2813 "require": {
2814 "symfony/finder": "~2.6|~3.0"
2815 },
2816 "type": "library",
2817 "autoload": {
2818 "psr-4": {
2819 "GrabySiteConfig\\SiteConfig\\": "src/"
2820 }
2821 },
2822 "notification-url": "https://packagist.org/downloads/",
2823 "license": [
2824 "AGPL-3.0"
2825 ],
2826 "authors": [
2827 {
2828 "name": "Jeremy Benoist",
2829 "email": "jeremy.benoist@gmail.com"
2830 }
2831 ],
2832 "description": "Graby site config files",
2833 "time": "2016-04-10 19:15:54"
2834 },
2835 {
2836 "name": "j0k3r/php-readability",
2837 "version": "1.1.1",
2838 "source": {
2839 "type": "git",
2840 "url": "https://github.com/j0k3r/php-readability.git",
2841 "reference": "dec4514c00abf024c570ca496d844e70494b7cda"
2842 },
2843 "dist": {
2844 "type": "zip",
2845 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/dec4514c00abf024c570ca496d844e70494b7cda",
2846 "reference": "dec4514c00abf024c570ca496d844e70494b7cda",
2847 "shasum": ""
2848 },
2849 "require": {
2850 "monolog/monolog": "^1.13.1",
2851 "php": ">=5.3.3"
2852 },
2853 "require-dev": {
2854 "satooshi/php-coveralls": "~0.6"
2855 },
2856 "type": "library",
2857 "autoload": {
2858 "psr-4": {
2859 "Readability\\": "src/"
2860 }
2861 },
2862 "notification-url": "https://packagist.org/downloads/",
2863 "license": [
2864 "Apache-2.0"
2865 ],
2866 "authors": [
2867 {
2868 "name": "Keyvan Minoukadeh",
2869 "email": "keyvan@keyvan.net",
2870 "homepage": "http://keyvan.net",
2871 "role": "Developer (ported original JS code to PHP)"
2872 },
2873 {
2874 "name": "Arc90",
2875 "homepage": "http://arc90.com",
2876 "role": "Developer (original JS version)"
2877 },
2878 {
2879 "name": "Jeremy Benoist",
2880 "email": "jeremy.benoist@gmail.com",
2881 "homepage": "http://www.j0k3r.net",
2882 "role": "Developer"
2883 },
2884 {
2885 "name": "DitherSky",
2886 "homepage": "https://github.com/Dither",
2887 "role": "Developer (https://github.com/Dither/full-text-rss)"
2888 }
2889 ],
2890 "description": "Automatic article extraction from HTML",
2891 "keywords": [
2892 "article",
2893 "article extraction",
2894 "content",
2895 "content extraction",
2896 "extraction",
2897 "html"
2898 ],
2899 "time": "2016-03-01 14:14:36"
2900 },
2901 {
2902 "name": "j0k3r/safecurl",
2903 "version": "2.0.2",
2904 "source": {
2905 "type": "git",
2906 "url": "https://github.com/j0k3r/safecurl.git",
2907 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b"
2908 },
2909 "dist": {
2910 "type": "zip",
2911 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2912 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2913 "shasum": ""
2914 },
2915 "require": {
2916 "ext-curl": "*",
2917 "php": ">=5.3.3"
2918 },
2919 "require-dev": {
2920 "phpunit/phpunit": "^4.0.0"
2921 },
2922 "type": "library",
2923 "autoload": {
2924 "psr-4": {
2925 "fin1te\\SafeCurl\\": "src/"
2926 }
2927 },
2928 "notification-url": "https://packagist.org/downloads/",
2929 "license": [
2930 "MIT"
2931 ],
2932 "authors": [
2933 {
2934 "name": "Jeremy Benoist",
2935 "email": "jeremy.benoist@gmail.com"
2936 },
2937 {
2938 "name": "Jack W",
2939 "email": "jack@fin1te.net",
2940 "role": "Developer (original version)"
2941 }
2942 ],
2943 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
2944 "keywords": [
2945 "curl",
2946 "safe",
2947 "safecurl",
2948 "ssrf",
2949 "websec"
2950 ],
2951 "time": "2015-11-23 08:16:01"
2952 },
2953 {
2954 "name": "jdorn/sql-formatter",
2955 "version": "v1.2.17",
2956 "source": {
2957 "type": "git",
2958 "url": "https://github.com/jdorn/sql-formatter.git",
2959 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2960 },
2961 "dist": {
2962 "type": "zip",
2963 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2964 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2965 "shasum": ""
2966 },
2967 "require": {
2968 "php": ">=5.2.4"
2969 },
2970 "require-dev": {
2971 "phpunit/phpunit": "3.7.*"
2972 },
2973 "type": "library",
2974 "extra": {
2975 "branch-alias": {
2976 "dev-master": "1.3.x-dev"
2977 }
2978 },
2979 "autoload": {
2980 "classmap": [
2981 "lib"
2982 ]
2983 },
2984 "notification-url": "https://packagist.org/downloads/",
2985 "license": [
2986 "MIT"
2987 ],
2988 "authors": [
2989 {
2990 "name": "Jeremy Dorn",
2991 "email": "jeremy@jeremydorn.com",
2992 "homepage": "http://jeremydorn.com/"
2993 }
2994 ],
2995 "description": "a PHP SQL highlighting library",
2996 "homepage": "https://github.com/jdorn/sql-formatter/",
2997 "keywords": [
2998 "highlight",
2999 "sql"
3000 ],
3001 "time": "2014-01-12 16:20:24"
3002 },
3003 {
3004 "name": "jms/metadata",
3005 "version": "1.5.1",
3006 "source": {
3007 "type": "git",
3008 "url": "https://github.com/schmittjoh/metadata.git",
3009 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
3010 },
3011 "dist": {
3012 "type": "zip",
3013 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
3014 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
3015 "shasum": ""
3016 },
3017 "require": {
3018 "php": ">=5.3.0"
3019 },
3020 "require-dev": {
3021 "doctrine/cache": "~1.0"
3022 },
3023 "type": "library",
3024 "extra": {
3025 "branch-alias": {
3026 "dev-master": "1.5.x-dev"
3027 }
3028 },
3029 "autoload": {
3030 "psr-0": {
3031 "Metadata\\": "src/"
3032 }
3033 },
3034 "notification-url": "https://packagist.org/downloads/",
3035 "license": [
3036 "Apache"
3037 ],
3038 "authors": [
3039 {
3040 "name": "Johannes Schmitt",
3041 "email": "schmittjoh@gmail.com",
3042 "homepage": "https://github.com/schmittjoh",
3043 "role": "Developer of wrapped JMSSerializerBundle"
3044 }
3045 ],
3046 "description": "Class/method/property metadata management in PHP",
3047 "keywords": [
3048 "annotations",
3049 "metadata",
3050 "xml",
3051 "yaml"
3052 ],
3053 "time": "2014-07-12 07:13:19"
3054 },
3055 {
3056 "name": "jms/parser-lib",
3057 "version": "1.0.0",
3058 "source": {
3059 "type": "git",
3060 "url": "https://github.com/schmittjoh/parser-lib.git",
3061 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
3062 },
3063 "dist": {
3064 "type": "zip",
3065 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3066 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3067 "shasum": ""
3068 },
3069 "require": {
3070 "phpoption/phpoption": ">=0.9,<2.0-dev"
3071 },
3072 "type": "library",
3073 "extra": {
3074 "branch-alias": {
3075 "dev-master": "1.0-dev"
3076 }
3077 },
3078 "autoload": {
3079 "psr-0": {
3080 "JMS\\": "src/"
3081 }
3082 },
3083 "notification-url": "https://packagist.org/downloads/",
3084 "license": [
3085 "Apache2"
3086 ],
3087 "description": "A library for easily creating recursive-descent parsers.",
3088 "time": "2012-11-18 18:08:43"
3089 },
3090 {
3091 "name": "jms/serializer",
3092 "version": "1.1.0",
3093 "source": {
3094 "type": "git",
3095 "url": "https://github.com/schmittjoh/serializer.git",
3096 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
3097 },
3098 "dist": {
3099 "type": "zip",
3100 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
3101 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
3102 "shasum": ""
3103 },
3104 "require": {
3105 "doctrine/annotations": "1.*",
3106 "doctrine/instantiator": "~1.0.3",
3107 "jms/metadata": "~1.1",
3108 "jms/parser-lib": "1.*",
3109 "php": ">=5.4.0",
3110 "phpcollection/phpcollection": "~0.1"
3111 },
3112 "conflict": {
3113 "twig/twig": "<1.12"
3114 },
3115 "require-dev": {
3116 "doctrine/orm": "~2.1",
3117 "doctrine/phpcr-odm": "~1.0.1",
3118 "jackalope/jackalope-doctrine-dbal": "1.0.*",
3119 "phpunit/phpunit": "~4.0",
3120 "propel/propel1": "~1.7",
3121 "symfony/filesystem": "2.*",
3122 "symfony/form": "~2.1",
3123 "symfony/translation": "~2.0",
3124 "symfony/validator": "~2.0",
3125 "symfony/yaml": "2.*",
3126 "twig/twig": "~1.12|~2.0"
3127 },
3128 "suggest": {
3129 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
3130 },
3131 "type": "library",
3132 "extra": {
3133 "branch-alias": {
3134 "dev-master": "1.1-dev"
3135 }
3136 },
3137 "autoload": {
3138 "psr-0": {
3139 "JMS\\Serializer": "src/"
3140 }
3141 },
3142 "notification-url": "https://packagist.org/downloads/",
3143 "license": [
3144 "Apache2"
3145 ],
3146 "authors": [
3147 {
3148 "name": "Johannes M. Schmitt",
3149 "email": "schmittjoh@gmail.com"
3150 }
3151 ],
3152 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
3153 "homepage": "http://jmsyst.com/libs/serializer",
3154 "keywords": [
3155 "deserialization",
3156 "jaxb",
3157 "json",
3158 "serialization",
3159 "xml"
3160 ],
3161 "time": "2015-10-27 09:24:41"
3162 },
3163 {
3164 "name": "jms/serializer-bundle",
3165 "version": "1.1.0",
3166 "target-dir": "JMS/SerializerBundle",
3167 "source": {
3168 "type": "git",
3169 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
3170 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
3171 },
3172 "dist": {
3173 "type": "zip",
3174 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
3175 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
3176 "shasum": ""
3177 },
3178 "require": {
3179 "jms/serializer": "^1.0.0",
3180 "php": ">=5.4.0",
3181 "phpoption/phpoption": "^1.1.0",
3182 "symfony/framework-bundle": "~2.3|~3.0"
3183 },
3184 "require-dev": {
3185 "doctrine/doctrine-bundle": "*",
3186 "doctrine/orm": "*",
3187 "symfony/browser-kit": "*",
3188 "symfony/class-loader": "*",
3189 "symfony/css-selector": "*",
3190 "symfony/finder": "*",
3191 "symfony/form": "*",
3192 "symfony/process": "*",
3193 "symfony/stopwatch": "*",
3194 "symfony/twig-bundle": "*",
3195 "symfony/validator": "*",
3196 "symfony/yaml": "*"
3197 },
3198 "suggest": {
3199 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
3200 },
3201 "type": "symfony-bundle",
3202 "extra": {
3203 "branch-alias": {
3204 "dev-master": "1.1-dev"
3205 }
3206 },
3207 "autoload": {
3208 "psr-0": {
3209 "JMS\\SerializerBundle": ""
3210 }
3211 },
3212 "notification-url": "https://packagist.org/downloads/",
3213 "license": [
3214 "Apache2"
3215 ],
3216 "authors": [
3217 {
3218 "name": "Johannes M. Schmitt",
3219 "email": "schmittjoh@gmail.com"
3220 }
3221 ],
3222 "description": "Allows you to easily serialize, and deserialize data of any complexity",
3223 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
3224 "keywords": [
3225 "deserialization",
3226 "jaxb",
3227 "json",
3228 "serialization",
3229 "xml"
3230 ],
3231 "time": "2015-11-10 12:26:42"
3232 },
3233 {
3234 "name": "kphoen/rulerz",
3235 "version": "0.19.1",
3236 "source": {
3237 "type": "git",
3238 "url": "https://github.com/K-Phoen/rulerz.git",
3239 "reference": "41236e2d1936ed4adfa126957e13017f728d4eca"
3240 },
3241 "dist": {
3242 "type": "zip",
3243 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/41236e2d1936ed4adfa126957e13017f728d4eca",
3244 "reference": "41236e2d1936ed4adfa126957e13017f728d4eca",
3245 "shasum": ""
3246 },
3247 "require": {
3248 "hoa/ruler": "~2.0",
3249 "php": ">=5.5",
3250 "symfony/property-access": "~2.3|~3.0"
3251 },
3252 "require-dev": {
3253 "behat/behat": "~3.0",
3254 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
3255 "doctrine/orm": "~2.4",
3256 "elasticsearch/elasticsearch": "~1.0",
3257 "illuminate/database": "~5.0",
3258 "mikey179/vfsstream": "~1.4",
3259 "phpspec/phpspec": "~2.0,>=2.4-dev",
3260 "pomm-project/cli": "~2.0@dev",
3261 "pomm-project/foundation": "~2.0@dev",
3262 "pomm-project/model-manager": "~2.0.@dev",
3263 "ruflin/elastica": "~1.0",
3264 "solarium/solarium": "~3.0",
3265 "vlucas/phpdotenv": "~2.1"
3266 },
3267 "suggest": {
3268 "doctrine/orm": "To execute rules as Doctrine queries",
3269 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
3270 "kphoen/rulerz-spec-builder": "If you want a specification builder",
3271 "pomm-project/model-manager": "To execute rules as Pomm queries",
3272 "solarium/solarium": "To execute rules as Solr queries"
3273 },
3274 "type": "library",
3275 "extra": {
3276 "branch-alias": {
3277 "dev-master": "1.0.x-dev"
3278 }
3279 },
3280 "autoload": {
3281 "psr-4": {
3282 "RulerZ\\": "src/"
3283 }
3284 },
3285 "notification-url": "https://packagist.org/downloads/",
3286 "license": [
3287 "MIT"
3288 ],
3289 "authors": [
3290 {
3291 "name": "Kévin Gomez",
3292 "email": "contact@kevingomez.fr"
3293 }
3294 ],
3295 "description": "Powerful implementation of the Specification pattern",
3296 "homepage": "https://github.com/K-Phoen/RulerZ",
3297 "keywords": [
3298 "doctrine",
3299 "specification"
3300 ],
3301 "time": "2016-03-18 08:34:34"
3302 },
3303 {
3304 "name": "kphoen/rulerz-bundle",
3305 "version": "0.12.0",
3306 "source": {
3307 "type": "git",
3308 "url": "https://github.com/K-Phoen/RulerZBundle.git",
3309 "reference": "ef5646f36d4f7d1392c8b51f99ec7f42424a9490"
3310 },
3311 "dist": {
3312 "type": "zip",
3313 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/ef5646f36d4f7d1392c8b51f99ec7f42424a9490",
3314 "reference": "ef5646f36d4f7d1392c8b51f99ec7f42424a9490",
3315 "shasum": ""
3316 },
3317 "require": {
3318 "kphoen/rulerz": "~0.17",
3319 "symfony/framework-bundle": "~2.5|~3.0",
3320 "symfony/validator": "~2.5|~3.0"
3321 },
3322 "require-dev": {
3323 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
3324 "mikey179/vfsstream": "~1.0",
3325 "phpunit/phpunit": "~4.8",
3326 "symfony/phpunit-bridge": "~2.7|~3.0"
3327 },
3328 "type": "symfony-bundle",
3329 "autoload": {
3330 "psr-4": {
3331 "KPhoen\\RulerZBundle\\": ""
3332 }
3333 },
3334 "notification-url": "https://packagist.org/downloads/",
3335 "license": [
3336 "MIT"
3337 ],
3338 "authors": [
3339 {
3340 "name": "Kévin Gomez",
3341 "email": "contact@kevingomez.fr"
3342 }
3343 ],
3344 "description": "Symfony2 Bundle for RulerZ",
3345 "homepage": "https://github.com/K-Phoen/RulerZBundle",
3346 "keywords": [
3347 "doctrine",
3348 "ruler",
3349 "rulerz",
3350 "specification"
3351 ],
3352 "time": "2016-01-20 10:11:33"
3353 },
3354 {
3355 "name": "kriswallsmith/assetic",
3356 "version": "v1.3.2",
3357 "source": {
3358 "type": "git",
3359 "url": "https://github.com/kriswallsmith/assetic.git",
3360 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
3361 },
3362 "dist": {
3363 "type": "zip",
3364 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
3365 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
3366 "shasum": ""
3367 },
3368 "require": {
3369 "php": ">=5.3.1",
3370 "symfony/process": "~2.1|~3.0"
3371 },
3372 "conflict": {
3373 "twig/twig": "<1.23"
3374 },
3375 "require-dev": {
3376 "cssmin/cssmin": "3.0.1",
3377 "joliclic/javascript-packer": "1.1",
3378 "kamicane/packager": "1.0",
3379 "leafo/lessphp": "^0.3.7",
3380 "leafo/scssphp": "~0.1",
3381 "mrclay/minify": "~2.2",
3382 "patchwork/jsqueeze": "~1.0|~2.0",
3383 "phpunit/phpunit": "~4.8",
3384 "psr/log": "~1.0",
3385 "ptachoire/cssembed": "~1.0",
3386 "symfony/phpunit-bridge": "~2.7|~3.0",
3387 "twig/twig": "~1.8|~2.0"
3388 },
3389 "suggest": {
3390 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
3391 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
3392 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
3393 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
3394 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
3395 "twig/twig": "Assetic provides the integration with the Twig templating engine"
3396 },
3397 "type": "library",
3398 "extra": {
3399 "branch-alias": {
3400 "dev-master": "1.4-dev"
3401 }
3402 },
3403 "autoload": {
3404 "psr-0": {
3405 "Assetic": "src/"
3406 },
3407 "files": [
3408 "src/functions.php"
3409 ]
3410 },
3411 "notification-url": "https://packagist.org/downloads/",
3412 "license": [
3413 "MIT"
3414 ],
3415 "authors": [
3416 {
3417 "name": "Kris Wallsmith",
3418 "email": "kris.wallsmith@gmail.com",
3419 "homepage": "http://kriswallsmith.net/"
3420 }
3421 ],
3422 "description": "Asset Management for PHP",
3423 "homepage": "https://github.com/kriswallsmith/assetic",
3424 "keywords": [
3425 "assets",
3426 "compression",
3427 "minification"
3428 ],
3429 "time": "2015-11-12 13:51:40"
3430 },
3431 {
3432 "name": "lexik/form-filter-bundle",
3433 "version": "v5.0.0",
3434 "source": {
3435 "type": "git",
3436 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
3437 "reference": "dbc3c81600d2334a3408b37dccc3627d2019472c"
3438 },
3439 "dist": {
3440 "type": "zip",
3441 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/dbc3c81600d2334a3408b37dccc3627d2019472c",
3442 "reference": "dbc3c81600d2334a3408b37dccc3627d2019472c",
3443 "shasum": ""
3444 },
3445 "require": {
3446 "doctrine/orm": "^2.4.8",
3447 "php": ">=5.5.9",
3448 "symfony/form": "~2.8|~3.0",
3449 "symfony/framework-bundle": "~2.8|~3.0"
3450 },
3451 "require-dev": {
3452 "doctrine/mongodb-odm-bundle": "~3.0",
3453 "phpunit/phpunit": "~3.7"
3454 },
3455 "type": "symfony-bundle",
3456 "extra": {
3457 "branch-alias": {
3458 "dev-master": "5.x.x-dev"
3459 }
3460 },
3461 "autoload": {
3462 "psr-4": {
3463 "Lexik\\Bundle\\FormFilterBundle\\": ""
3464 }
3465 },
3466 "notification-url": "https://packagist.org/downloads/",
3467 "license": [
3468 "MIT"
3469 ],
3470 "authors": [
3471 {
3472 "name": "Dev Lexik",
3473 "email": "dev@lexik.fr"
3474 },
3475 {
3476 "name": "Cedric Girard",
3477 "email": "c.girard@lexik.fr"
3478 }
3479 ],
3480 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3481 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3482 "keywords": [
3483 "Symfony2",
3484 "bundle",
3485 "doctrine",
3486 "filter",
3487 "form"
3488 ],
3489 "time": "2016-01-11 17:05:05"
3490 },
3491 {
3492 "name": "lexik/maintenance-bundle",
3493 "version": "v2.1.1",
3494 "source": {
3495 "type": "git",
3496 "url": "https://github.com/lexik/LexikMaintenanceBundle.git",
3497 "reference": "01c2763f1f2012958d4b43bbb87daf96b0316706"
3498 },
3499 "dist": {
3500 "type": "zip",
3501 "url": "https://api.github.com/repos/lexik/LexikMaintenanceBundle/zipball/01c2763f1f2012958d4b43bbb87daf96b0316706",
3502 "reference": "01c2763f1f2012958d4b43bbb87daf96b0316706",
3503 "shasum": ""
3504 },
3505 "require": {
3506 "php": ">=5.3.2",
3507 "symfony/framework-bundle": "~2.7|~3.0"
3508 },
3509 "require-dev": {
3510 "symfony/phpunit-bridge": "~2.7|~3.0"
3511 },
3512 "type": "symfony-bundle",
3513 "extra": {
3514 "branch-alias": {
3515 "dev-master": "2.0.x-dev"
3516 }
3517 },
3518 "autoload": {
3519 "psr-4": {
3520 "Lexik\\Bundle\\MaintenanceBundle\\": ""
3521 }
3522 },
3523 "notification-url": "https://packagist.org/downloads/",
3524 "license": [
3525 "MIT"
3526 ],
3527 "authors": [
3528 {
3529 "name": "Dev Lexik",
3530 "email": "dev@lexik.fr"
3531 },
3532 {
3533 "name": "Gilles Gauthier",
3534 "email": "g.gauthier@lexik.fr"
3535 },
3536 {
3537 "name": "Djuri Baars",
3538 "email": "info@djurict.nl"
3539 }
3540 ],
3541 "description": "This bundle allows you to place your website in maintenance mode by calling two commands from your console.",
3542 "homepage": "https://github.com/lexik/LexikMaintenanceBundle",
3543 "keywords": [
3544 "Symfony2",
3545 "bundle",
3546 "maintenance"
3547 ],
3548 "time": "2016-03-15 09:38:32"
3549 },
3550 {
3551 "name": "liip/theme-bundle",
3552 "version": "1.4.0",
3553 "source": {
3554 "type": "git",
3555 "url": "https://github.com/liip/LiipThemeBundle.git",
3556 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905"
3557 },
3558 "dist": {
3559 "type": "zip",
3560 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3561 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3562 "shasum": ""
3563 },
3564 "require": {
3565 "php": "^5.3.9|^7.0",
3566 "psr/log": "~1.0",
3567 "symfony/framework-bundle": "~2.3|~3.0"
3568 },
3569 "require-dev": {
3570 "kriswallsmith/assetic": "~1.1",
3571 "phpunit/php-code-coverage": "~2.2@stable",
3572 "phpunit/phpunit": "~4.5@stable",
3573 "symfony/console": "~2.3|~3.0",
3574 "symfony/expression-language": "~2.6|~3.0",
3575 "twig/twig": "~1.4|~2.0@dev"
3576 },
3577 "type": "symfony-bundle",
3578 "extra": {
3579 "branch-alias": {
3580 "dev-master": "1.4-dev"
3581 }
3582 },
3583 "autoload": {
3584 "psr-4": {
3585 "Liip\\ThemeBundle\\": ""
3586 }
3587 },
3588 "notification-url": "https://packagist.org/downloads/",
3589 "license": [
3590 "MIT"
3591 ],
3592 "authors": [
3593 {
3594 "name": "Community contributions",
3595 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
3596 },
3597 {
3598 "name": "Liip AG",
3599 "homepage": "http://www.liip.ch/"
3600 }
3601 ],
3602 "description": "Provides theming support for #Symfony2 Bundles",
3603 "keywords": [
3604 "themes",
3605 "theming"
3606 ],
3607 "time": "2015-12-05 09:33:29"
3608 },
3609 {
3610 "name": "mgargano/simplehtmldom",
3611 "version": "1.5",
3612 "source": {
3613 "type": "git",
3614 "url": "https://github.com/matgargano/simplehtmldom.git",
3615 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
3616 },
3617 "dist": {
3618 "type": "zip",
3619 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3620 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3621 "shasum": ""
3622 },
3623 "require": {
3624 "php": ">=5.3.0"
3625 },
3626 "type": "library",
3627 "autoload": {
3628 "psr-0": {
3629 "SimpleHtmlDom": "src/"
3630 },
3631 "files": [
3632 "src/simple_html_dom.php"
3633 ]
3634 },
3635 "notification-url": "https://packagist.org/downloads/",
3636 "license": [
3637 "The MIT License"
3638 ],
3639 "authors": [
3640 {
3641 "name": "S.C. Chen",
3642 "email": "me578022@gmail.com"
3643 }
3644 ],
3645 "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",
3646 "homepage": "http://simplehtmldom.sourceforge.net/",
3647 "keywords": [
3648 "Simple",
3649 "dom",
3650 "html"
3651 ],
3652 "time": "2014-01-05 18:17:34"
3653 },
3654 {
3655 "name": "michelf/php-markdown",
3656 "version": "1.6.0",
3657 "source": {
3658 "type": "git",
3659 "url": "https://github.com/michelf/php-markdown.git",
3660 "reference": "156e56ee036505ec637d761ee62dc425d807183c"
3661 },
3662 "dist": {
3663 "type": "zip",
3664 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
3665 "reference": "156e56ee036505ec637d761ee62dc425d807183c",
3666 "shasum": ""
3667 },
3668 "require": {
3669 "php": ">=5.3.0"
3670 },
3671 "type": "library",
3672 "extra": {
3673 "branch-alias": {
3674 "dev-lib": "1.4.x-dev"
3675 }
3676 },
3677 "autoload": {
3678 "psr-0": {
3679 "Michelf": ""
3680 }
3681 },
3682 "notification-url": "https://packagist.org/downloads/",
3683 "license": [
3684 "BSD-3-Clause"
3685 ],
3686 "authors": [
3687 {
3688 "name": "Michel Fortin",
3689 "email": "michel.fortin@michelf.ca",
3690 "homepage": "https://michelf.ca/",
3691 "role": "Developer"
3692 },
3693 {
3694 "name": "John Gruber",
3695 "homepage": "https://daringfireball.net/"
3696 }
3697 ],
3698 "description": "PHP Markdown",
3699 "homepage": "https://michelf.ca/projects/php-markdown/",
3700 "keywords": [
3701 "markdown"
3702 ],
3703 "time": "2015-12-24 01:37:31"
3704 },
3705 {
3706 "name": "mnapoli/piwik-twig-extension",
3707 "version": "1.0.0",
3708 "source": {
3709 "type": "git",
3710 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
3711 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f"
3712 },
3713 "dist": {
3714 "type": "zip",
3715 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/5171ab7221830a9d377add03dd60dbe6bd7b331f",
3716 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f",
3717 "shasum": ""
3718 },
3719 "require": {
3720 "php": ">=5.4",
3721 "twig/twig": "~1.10"
3722 },
3723 "require-dev": {
3724 "phpunit/phpunit": "~4.0"
3725 },
3726 "type": "library",
3727 "autoload": {
3728 "psr-4": {
3729 "PiwikTwigExtension\\": "src/"
3730 }
3731 },
3732 "notification-url": "https://packagist.org/downloads/",
3733 "license": [
3734 "MIT"
3735 ],
3736 "time": "2014-09-16 06:51:19"
3737 },
3738 {
3739 "name": "monolog/monolog",
3740 "version": "1.18.2",
3741 "source": {
3742 "type": "git",
3743 "url": "https://github.com/Seldaek/monolog.git",
3744 "reference": "064b38c16790249488e7a8b987acf1c9d7383c09"
3745 },
3746 "dist": {
3747 "type": "zip",
3748 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/064b38c16790249488e7a8b987acf1c9d7383c09",
3749 "reference": "064b38c16790249488e7a8b987acf1c9d7383c09",
3750 "shasum": ""
3751 },
3752 "require": {
3753 "php": ">=5.3.0",
3754 "psr/log": "~1.0"
3755 },
3756 "provide": {
3757 "psr/log-implementation": "1.0.0"
3758 },
3759 "require-dev": {
3760 "aws/aws-sdk-php": "^2.4.9",
3761 "doctrine/couchdb": "~1.0@dev",
3762 "graylog2/gelf-php": "~1.0",
3763 "jakub-onderka/php-parallel-lint": "0.9",
3764 "php-amqplib/php-amqplib": "~2.4",
3765 "php-console/php-console": "^3.1.3",
3766 "phpunit/phpunit": "~4.5",
3767 "phpunit/phpunit-mock-objects": "2.3.0",
3768 "raven/raven": "^0.13",
3769 "ruflin/elastica": ">=0.90 <3.0",
3770 "swiftmailer/swiftmailer": "~5.3"
3771 },
3772 "suggest": {
3773 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3774 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3775 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3776 "ext-mongo": "Allow sending log messages to a MongoDB server",
3777 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3778 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3779 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3780 "php-console/php-console": "Allow sending log messages to Google Chrome",
3781 "raven/raven": "Allow sending log messages to a Sentry server",
3782 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3783 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
3784 },
3785 "type": "library",
3786 "extra": {
3787 "branch-alias": {
3788 "dev-master": "2.0.x-dev"
3789 }
3790 },
3791 "autoload": {
3792 "psr-4": {
3793 "Monolog\\": "src/Monolog"
3794 }
3795 },
3796 "notification-url": "https://packagist.org/downloads/",
3797 "license": [
3798 "MIT"
3799 ],
3800 "authors": [
3801 {
3802 "name": "Jordi Boggiano",
3803 "email": "j.boggiano@seld.be",
3804 "homepage": "http://seld.be"
3805 }
3806 ],
3807 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3808 "homepage": "http://github.com/Seldaek/monolog",
3809 "keywords": [
3810 "log",
3811 "logging",
3812 "psr-3"
3813 ],
3814 "time": "2016-04-02 13:12:58"
3815 },
3816 {
3817 "name": "neitanod/forceutf8",
3818 "version": "v2.0",
3819 "source": {
3820 "type": "git",
3821 "url": "https://github.com/neitanod/forceutf8.git",
3822 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90"
3823 },
3824 "dist": {
3825 "type": "zip",
3826 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3827 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3828 "shasum": ""
3829 },
3830 "require": {
3831 "php": ">=5.3.0"
3832 },
3833 "type": "library",
3834 "autoload": {
3835 "psr-0": {
3836 "ForceUTF8\\": "src/"
3837 }
3838 },
3839 "notification-url": "https://packagist.org/downloads/",
3840 "authors": [
3841 {
3842 "name": "Sebastián Grignoli",
3843 "email": "grignoli@gmail.com"
3844 }
3845 ],
3846 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
3847 "homepage": "https://github.com/neitanod/forceutf8",
3848 "time": "2015-05-07 16:37:23"
3849 },
3850 {
3851 "name": "nelmio/api-doc-bundle",
3852 "version": "2.12.0",
3853 "target-dir": "Nelmio/ApiDocBundle",
3854 "source": {
3855 "type": "git",
3856 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
3857 "reference": "6793b701570f5f426678309910b2440c8f5d1d9e"
3858 },
3859 "dist": {
3860 "type": "zip",
3861 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/6793b701570f5f426678309910b2440c8f5d1d9e",
3862 "reference": "6793b701570f5f426678309910b2440c8f5d1d9e",
3863 "shasum": ""
3864 },
3865 "require": {
3866 "michelf/php-markdown": "~1.4",
3867 "php": ">=5.3",
3868 "symfony/console": "~2.3|~3.0",
3869 "symfony/framework-bundle": "~2.3|~3.0",
3870 "symfony/twig-bundle": "~2.3|~3.0"
3871 },
3872 "conflict": {
3873 "jms/serializer": "<0.12",
3874 "jms/serializer-bundle": "<0.11",
3875 "symfony/symfony": "~2.7.8",
3876 "twig/twig": "<1.12"
3877 },
3878 "require-dev": {
3879 "doctrine/doctrine-bundle": "~1.5",
3880 "doctrine/orm": "~2.3",
3881 "dunglas/api-bundle": "~1.0@dev",
3882 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
3883 "jms/serializer-bundle": ">=0.11",
3884 "sensio/framework-extra-bundle": "~3.0",
3885 "symfony/browser-kit": "~2.3|~3.0",
3886 "symfony/css-selector": "~2.3|~3.0",
3887 "symfony/finder": "~2.3|~3.0",
3888 "symfony/form": "~2.3|~3.0",
3889 "symfony/phpunit-bridge": "~2.7|~3.0",
3890 "symfony/serializer": "~2.7|~3.0",
3891 "symfony/validator": "~2.3|~3.0",
3892 "symfony/yaml": "~2.3|~3.0"
3893 },
3894 "suggest": {
3895 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
3896 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3897 "jms/serializer": "For making use of serializer information in the doc.",
3898 "symfony/form": "For using form definitions as input.",
3899 "symfony/validator": "For making use of validator information in the doc."
3900 },
3901 "type": "symfony-bundle",
3902 "extra": {
3903 "branch-alias": {
3904 "dev-master": "2.12-dev"
3905 }
3906 },
3907 "autoload": {
3908 "psr-0": {
3909 "Nelmio\\ApiDocBundle": ""
3910 }
3911 },
3912 "notification-url": "https://packagist.org/downloads/",
3913 "license": [
3914 "MIT"
3915 ],
3916 "authors": [
3917 {
3918 "name": "Nelmio",
3919 "homepage": "http://nelm.io"
3920 },
3921 {
3922 "name": "Symfony Community",
3923 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3924 }
3925 ],
3926 "description": "Generates documentation for your REST API from annotations",
3927 "keywords": [
3928 "api",
3929 "doc",
3930 "documentation",
3931 "rest"
3932 ],
3933 "time": "2016-03-21 11:19:12"
3934 },
3935 {
3936 "name": "nelmio/cors-bundle",
3937 "version": "1.4.1",
3938 "source": {
3939 "type": "git",
3940 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
3941 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
3942 },
3943 "dist": {
3944 "type": "zip",
3945 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
3946 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
3947 "shasum": ""
3948 },
3949 "require": {
3950 "symfony/framework-bundle": "^2.2 || ^3.0"
3951 },
3952 "require-dev": {
3953 "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3954 "mockery/mockery": "0.9.*"
3955 },
3956 "type": "symfony-bundle",
3957 "extra": {
3958 "branch-alias": {
3959 "dev-master": "1.4.x-dev"
3960 }
3961 },
3962 "autoload": {
3963 "psr-4": {
3964 "Nelmio\\CorsBundle\\": ""
3965 },
3966 "exclude-from-classmap": [
3967 "/Tests/"
3968 ]
3969 },
3970 "notification-url": "https://packagist.org/downloads/",
3971 "license": [
3972 "MIT"
3973 ],
3974 "authors": [
3975 {
3976 "name": "Nelmio",
3977 "homepage": "http://nelm.io"
3978 },
3979 {
3980 "name": "Symfony Community",
3981 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3982 }
3983 ],
3984 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3985 "keywords": [
3986 "api",
3987 "cors",
3988 "crossdomain"
3989 ],
3990 "time": "2015-12-09 17:26:34"
3991 },
3992 {
3993 "name": "ocramius/proxy-manager",
3994 "version": "1.0.2",
3995 "source": {
3996 "type": "git",
3997 "url": "https://github.com/Ocramius/ProxyManager.git",
3998 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3999 },
4000 "dist": {
4001 "type": "zip",
4002 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
4003 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
4004 "shasum": ""
4005 },
4006 "require": {
4007 "php": ">=5.3.3",
4008 "zendframework/zend-code": ">2.2.5,<3.0"
4009 },
4010 "require-dev": {
4011 "ext-phar": "*",
4012 "phpunit/phpunit": "~4.0",
4013 "squizlabs/php_codesniffer": "1.5.*"
4014 },
4015 "suggest": {
4016 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
4017 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
4018 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
4019 "zendframework/zend-stdlib": "To use the hydrator proxy",
4020 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
4021 },
4022 "type": "library",
4023 "extra": {
4024 "branch-alias": {
4025 "dev-master": "2.0.x-dev"
4026 }
4027 },
4028 "autoload": {
4029 "psr-0": {
4030 "ProxyManager\\": "src"
4031 }
4032 },
4033 "notification-url": "https://packagist.org/downloads/",
4034 "license": [
4035 "MIT"
4036 ],
4037 "authors": [
4038 {
4039 "name": "Marco Pivetta",
4040 "email": "ocramius@gmail.com",
4041 "homepage": "http://ocramius.github.com/"
4042 }
4043 ],
4044 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
4045 "homepage": "https://github.com/Ocramius/ProxyManager",
4046 "keywords": [
4047 "aop",
4048 "lazy loading",
4049 "proxy",
4050 "proxy pattern",
4051 "service proxies"
4052 ],
4053 "time": "2015-08-09 04:28:19"
4054 },
4055 {
4056 "name": "pagerfanta/pagerfanta",
4057 "version": "v1.0.3",
4058 "source": {
4059 "type": "git",
4060 "url": "https://github.com/whiteoctober/Pagerfanta.git",
4061 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
4062 },
4063 "dist": {
4064 "type": "zip",
4065 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
4066 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
4067 "shasum": ""
4068 },
4069 "require": {
4070 "php": ">=5.3.0"
4071 },
4072 "require-dev": {
4073 "doctrine/orm": "~2.3",
4074 "doctrine/phpcr-odm": "1.*",
4075 "jackalope/jackalope-doctrine-dbal": "1.*",
4076 "jmikola/geojson": "~1.0",
4077 "mandango/mandango": "~1.0@dev",
4078 "mandango/mondator": "~1.0@dev",
4079 "phpunit/phpunit": "~4",
4080 "propel/propel1": "~1.6",
4081 "ruflin/elastica": "~1.3",
4082 "solarium/solarium": "~3.1"
4083 },
4084 "suggest": {
4085 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
4086 "doctrine/orm": "To use the DoctrineORMAdapter.",
4087 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
4088 "mandango/mandango": "To use the MandangoAdapter.",
4089 "propel/propel1": "To use the PropelAdapter",
4090 "solarium/solarium": "To use the SolariumAdapter."
4091 },
4092 "type": "library",
4093 "extra": {
4094 "branch-alias": {
4095 "dev-master": "1.0.x-dev"
4096 }
4097 },
4098 "autoload": {
4099 "psr-0": {
4100 "Pagerfanta\\": "src/"
4101 }
4102 },
4103 "notification-url": "https://packagist.org/downloads/",
4104 "license": [
4105 "MIT"
4106 ],
4107 "authors": [
4108 {
4109 "name": "Pablo Díez",
4110 "email": "pablodip@gmail.com"
4111 }
4112 ],
4113 "description": "Pagination for PHP 5.3",
4114 "keywords": [
4115 "page",
4116 "pagination",
4117 "paginator",
4118 "paging"
4119 ],
4120 "time": "2014-10-06 10:57:25"
4121 },
4122 {
4123 "name": "paragonie/random_compat",
4124 "version": "v1.4.1",
4125 "source": {
4126 "type": "git",
4127 "url": "https://github.com/paragonie/random_compat.git",
4128 "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
4129 },
4130 "dist": {
4131 "type": "zip",
4132 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
4133 "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
4134 "shasum": ""
4135 },
4136 "require": {
4137 "php": ">=5.2.0"
4138 },
4139 "require-dev": {
4140 "phpunit/phpunit": "4.*|5.*"
4141 },
4142 "suggest": {
4143 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
4144 },
4145 "type": "library",
4146 "autoload": {
4147 "files": [
4148 "lib/random.php"
4149 ]
4150 },
4151 "notification-url": "https://packagist.org/downloads/",
4152 "license": [
4153 "MIT"
4154 ],
4155 "authors": [
4156 {
4157 "name": "Paragon Initiative Enterprises",
4158 "email": "security@paragonie.com",
4159 "homepage": "https://paragonie.com"
4160 }
4161 ],
4162 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
4163 "keywords": [
4164 "csprng",
4165 "pseudorandom",
4166 "random"
4167 ],
4168 "time": "2016-03-18 20:34:03"
4169 },
4170 {
4171 "name": "phpcollection/phpcollection",
4172 "version": "0.4.0",
4173 "source": {
4174 "type": "git",
4175 "url": "https://github.com/schmittjoh/php-collection.git",
4176 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
4177 },
4178 "dist": {
4179 "type": "zip",
4180 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
4181 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
4182 "shasum": ""
4183 },
4184 "require": {
4185 "phpoption/phpoption": "1.*"
4186 },
4187 "type": "library",
4188 "extra": {
4189 "branch-alias": {
4190 "dev-master": "0.3-dev"
4191 }
4192 },
4193 "autoload": {
4194 "psr-0": {
4195 "PhpCollection": "src/"
4196 }
4197 },
4198 "notification-url": "https://packagist.org/downloads/",
4199 "license": [
4200 "Apache2"
4201 ],
4202 "authors": [
4203 {
4204 "name": "Johannes Schmitt",
4205 "email": "schmittjoh@gmail.com",
4206 "homepage": "https://github.com/schmittjoh",
4207 "role": "Developer of wrapped JMSSerializerBundle"
4208 }
4209 ],
4210 "description": "General-Purpose Collection Library for PHP",
4211 "keywords": [
4212 "collection",
4213 "list",
4214 "map",
4215 "sequence",
4216 "set"
4217 ],
4218 "time": "2014-03-11 13:46:42"
4219 },
4220 {
4221 "name": "phpoption/phpoption",
4222 "version": "1.5.0",
4223 "source": {
4224 "type": "git",
4225 "url": "https://github.com/schmittjoh/php-option.git",
4226 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
4227 },
4228 "dist": {
4229 "type": "zip",
4230 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4231 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4232 "shasum": ""
4233 },
4234 "require": {
4235 "php": ">=5.3.0"
4236 },
4237 "require-dev": {
4238 "phpunit/phpunit": "4.7.*"
4239 },
4240 "type": "library",
4241 "extra": {
4242 "branch-alias": {
4243 "dev-master": "1.3-dev"
4244 }
4245 },
4246 "autoload": {
4247 "psr-0": {
4248 "PhpOption\\": "src/"
4249 }
4250 },
4251 "notification-url": "https://packagist.org/downloads/",
4252 "license": [
4253 "Apache2"
4254 ],
4255 "authors": [
4256 {
4257 "name": "Johannes M. Schmitt",
4258 "email": "schmittjoh@gmail.com"
4259 }
4260 ],
4261 "description": "Option Type for PHP",
4262 "keywords": [
4263 "language",
4264 "option",
4265 "php",
4266 "type"
4267 ],
4268 "time": "2015-07-25 16:39:46"
4269 },
4270 {
4271 "name": "phpzip/phpzip",
4272 "version": "2.0.8",
4273 "source": {
4274 "type": "git",
4275 "url": "https://github.com/Grandt/PHPZip.git",
4276 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
4277 },
4278 "dist": {
4279 "type": "zip",
4280 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
4281 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
4282 "shasum": ""
4283 },
4284 "require": {
4285 "grandt/binstring": ">=1.0.0",
4286 "grandt/phpzipmerge": ">=1.0.4",
4287 "grandt/relativepath": ">=1.0.2",
4288 "php": ">=5.3.0"
4289 },
4290 "type": "library",
4291 "autoload": {
4292 "psr-4": {
4293 "PHPZip\\Zip\\": "src/Zip"
4294 }
4295 },
4296 "notification-url": "https://packagist.org/downloads/",
4297 "license": [
4298 "LGPL-2.1"
4299 ],
4300 "authors": [
4301 {
4302 "name": "Adam Schmalhofer",
4303 "email": "Adam.Schmalhofer@gmx.de",
4304 "role": "Developer"
4305 },
4306 {
4307 "name": "A. Grandt",
4308 "email": "php@grandt.com",
4309 "homepage": "http://grandt.com",
4310 "role": "Developer"
4311 },
4312 {
4313 "name": "Greg Kappatos",
4314 "homepage": "http://websiteconnect.com.au",
4315 "role": "Developer"
4316 }
4317 ],
4318 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
4319 "homepage": "https://github.com/Grandt/PHPZip",
4320 "keywords": [
4321 "archive",
4322 "compressed",
4323 "compression",
4324 "phpzip",
4325 "pkzip",
4326 "stream",
4327 "zip"
4328 ],
4329 "time": "2015-11-16 16:30:51"
4330 },
4331 {
4332 "name": "psr/log",
4333 "version": "1.0.0",
4334 "source": {
4335 "type": "git",
4336 "url": "https://github.com/php-fig/log.git",
4337 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
4338 },
4339 "dist": {
4340 "type": "zip",
4341 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
4342 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
4343 "shasum": ""
4344 },
4345 "type": "library",
4346 "autoload": {
4347 "psr-0": {
4348 "Psr\\Log\\": ""
4349 }
4350 },
4351 "notification-url": "https://packagist.org/downloads/",
4352 "license": [
4353 "MIT"
4354 ],
4355 "authors": [
4356 {
4357 "name": "PHP-FIG",
4358 "homepage": "http://www.php-fig.org/"
4359 }
4360 ],
4361 "description": "Common interface for logging libraries",
4362 "keywords": [
4363 "log",
4364 "psr",
4365 "psr-3"
4366 ],
4367 "time": "2012-12-21 11:40:51"
4368 },
4369 {
4370 "name": "react/promise",
4371 "version": "v2.4.0",
4372 "source": {
4373 "type": "git",
4374 "url": "https://github.com/reactphp/promise.git",
4375 "reference": "f942da7b505d1a294284ab343d05df42d02ad6d9"
4376 },
4377 "dist": {
4378 "type": "zip",
4379 "url": "https://api.github.com/repos/reactphp/promise/zipball/f942da7b505d1a294284ab343d05df42d02ad6d9",
4380 "reference": "f942da7b505d1a294284ab343d05df42d02ad6d9",
4381 "shasum": ""
4382 },
4383 "require": {
4384 "php": ">=5.4.0"
4385 },
4386 "type": "library",
4387 "extra": {
4388 "branch-alias": {
4389 "dev-master": "2.0-dev"
4390 }
4391 },
4392 "autoload": {
4393 "psr-4": {
4394 "React\\Promise\\": "src/"
4395 },
4396 "files": [
4397 "src/functions_include.php"
4398 ]
4399 },
4400 "notification-url": "https://packagist.org/downloads/",
4401 "license": [
4402 "MIT"
4403 ],
4404 "authors": [
4405 {
4406 "name": "Jan Sorgalla",
4407 "email": "jsorgalla@gmail.com"
4408 }
4409 ],
4410 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
4411 "time": "2016-03-31 13:10:33"
4412 },
4413 {
4414 "name": "scheb/two-factor-bundle",
4415 "version": "v2.2.0",
4416 "source": {
4417 "type": "git",
4418 "url": "https://github.com/scheb/two-factor-bundle.git",
4419 "reference": "524faa717bdc3c8823e045e8fd8c23b6a2b4dcac"
4420 },
4421 "dist": {
4422 "type": "zip",
4423 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/524faa717bdc3c8823e045e8fd8c23b6a2b4dcac",
4424 "reference": "524faa717bdc3c8823e045e8fd8c23b6a2b4dcac",
4425 "shasum": ""
4426 },
4427 "require": {
4428 "paragonie/random_compat": "~1.0",
4429 "sonata-project/google-authenticator": "~1.0",
4430 "symfony/symfony": "~2.6|~3.0"
4431 },
4432 "require-dev": {
4433 "satooshi/php-coveralls": "~0.6",
4434 "swiftmailer/swiftmailer": ">=4.3, <6.0",
4435 "symfony/phpunit-bridge": "~2.7|~3.0"
4436 },
4437 "type": "symfony-bundle",
4438 "autoload": {
4439 "psr-4": {
4440 "Scheb\\TwoFactorBundle\\": ""
4441 }
4442 },
4443 "notification-url": "https://packagist.org/downloads/",
4444 "license": [
4445 "MIT"
4446 ],
4447 "authors": [
4448 {
4449 "name": "Christian Scheb",
4450 "email": "me@christianscheb.de"
4451 }
4452 ],
4453 "description": "Provides two-factor authentication for Symfony applications",
4454 "homepage": "https://github.com/scheb/two-factor-bundle",
4455 "keywords": [
4456 "Authentication",
4457 "security",
4458 "symfony",
4459 "two-factor",
4460 "two-step"
4461 ],
4462 "time": "2016-03-21 14:47:17"
4463 },
4464 {
4465 "name": "sensio/distribution-bundle",
4466 "version": "v5.0.5",
4467 "source": {
4468 "type": "git",
4469 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
4470 "reference": "3a160355bb1364da55ed9e415c1aa1fa8d457b6f"
4471 },
4472 "dist": {
4473 "type": "zip",
4474 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/3a160355bb1364da55ed9e415c1aa1fa8d457b6f",
4475 "reference": "3a160355bb1364da55ed9e415c1aa1fa8d457b6f",
4476 "shasum": ""
4477 },
4478 "require": {
4479 "php": ">=5.3.9",
4480 "sensiolabs/security-checker": "~3.0",
4481 "symfony/class-loader": "~2.3|~3.0",
4482 "symfony/config": "~2.3|~3.0",
4483 "symfony/dependency-injection": "~2.3|~3.0",
4484 "symfony/filesystem": "~2.3|~3.0",
4485 "symfony/http-kernel": "~2.3|~3.0",
4486 "symfony/process": "~2.3|~3.0"
4487 },
4488 "type": "symfony-bundle",
4489 "extra": {
4490 "branch-alias": {
4491 "dev-master": "5.0.x-dev"
4492 }
4493 },
4494 "autoload": {
4495 "psr-4": {
4496 "Sensio\\Bundle\\DistributionBundle\\": ""
4497 }
4498 },
4499 "notification-url": "https://packagist.org/downloads/",
4500 "license": [
4501 "MIT"
4502 ],
4503 "authors": [
4504 {
4505 "name": "Fabien Potencier",
4506 "email": "fabien@symfony.com"
4507 }
4508 ],
4509 "description": "Base bundle for Symfony Distributions",
4510 "keywords": [
4511 "configuration",
4512 "distribution"
4513 ],
4514 "time": "2016-03-15 16:21:41"
4515 },
4516 {
4517 "name": "sensio/framework-extra-bundle",
4518 "version": "v3.0.16",
4519 "source": {
4520 "type": "git",
4521 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
4522 "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
4523 },
4524 "dist": {
4525 "type": "zip",
4526 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
4527 "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
4528 "shasum": ""
4529 },
4530 "require": {
4531 "doctrine/common": "~2.2",
4532 "symfony/dependency-injection": "~2.3|~3.0",
4533 "symfony/framework-bundle": "~2.3|~3.0"
4534 },
4535 "require-dev": {
4536 "symfony/browser-kit": "~2.3|~3.0",
4537 "symfony/dom-crawler": "~2.3|~3.0",
4538 "symfony/expression-language": "~2.4|~3.0",
4539 "symfony/finder": "~2.3|~3.0",
4540 "symfony/phpunit-bridge": "~2.7|~3.0",
4541 "symfony/security-bundle": "~2.4|~3.0",
4542 "symfony/twig-bundle": "~2.3|~3.0",
4543 "twig/twig": "~1.11|~2.0"
4544 },
4545 "suggest": {
4546 "symfony/expression-language": "",
4547 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
4548 "symfony/security-bundle": ""
4549 },
4550 "type": "symfony-bundle",
4551 "extra": {
4552 "branch-alias": {
4553 "dev-master": "3.0.x-dev"
4554 }
4555 },
4556 "autoload": {
4557 "psr-4": {
4558 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
4559 }
4560 },
4561 "notification-url": "https://packagist.org/downloads/",
4562 "license": [
4563 "MIT"
4564 ],
4565 "authors": [
4566 {
4567 "name": "Fabien Potencier",
4568 "email": "fabien@symfony.com"
4569 }
4570 ],
4571 "description": "This bundle provides a way to configure your controllers with annotations",
4572 "keywords": [
4573 "annotations",
4574 "controllers"
4575 ],
4576 "time": "2016-03-25 17:08:27"
4577 },
4578 {
4579 "name": "sensiolabs/security-checker",
4580 "version": "v3.0.2",
4581 "source": {
4582 "type": "git",
4583 "url": "https://github.com/sensiolabs/security-checker.git",
4584 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
4585 },
4586 "dist": {
4587 "type": "zip",
4588 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
4589 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
4590 "shasum": ""
4591 },
4592 "require": {
4593 "symfony/console": "~2.0|~3.0"
4594 },
4595 "bin": [
4596 "security-checker"
4597 ],
4598 "type": "library",
4599 "extra": {
4600 "branch-alias": {
4601 "dev-master": "3.0-dev"
4602 }
4603 },
4604 "autoload": {
4605 "psr-0": {
4606 "SensioLabs\\Security": ""
4607 }
4608 },
4609 "notification-url": "https://packagist.org/downloads/",
4610 "license": [
4611 "MIT"
4612 ],
4613 "authors": [
4614 {
4615 "name": "Fabien Potencier",
4616 "email": "fabien.potencier@gmail.com"
4617 }
4618 ],
4619 "description": "A security checker for your composer.lock",
4620 "time": "2015-11-07 08:07:40"
4621 },
4622 {
4623 "name": "simplepie/simplepie",
4624 "version": "1.3.1",
4625 "source": {
4626 "type": "git",
4627 "url": "https://github.com/simplepie/simplepie.git",
4628 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
4629 },
4630 "dist": {
4631 "type": "zip",
4632 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
4633 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
4634 "shasum": ""
4635 },
4636 "require": {
4637 "php": ">=5.2.0"
4638 },
4639 "type": "library",
4640 "autoload": {
4641 "psr-0": {
4642 "SimplePie": "library"
4643 }
4644 },
4645 "notification-url": "https://packagist.org/downloads/",
4646 "license": [
4647 "BSD-3-Clause"
4648 ],
4649 "authors": [
4650 {
4651 "name": "Ryan Parman",
4652 "homepage": "http://ryanparman.com/",
4653 "role": "Creator, alumnus developer"
4654 },
4655 {
4656 "name": "Geoffrey Sneddon",
4657 "homepage": "http://gsnedders.com/",
4658 "role": "Alumnus developer"
4659 },
4660 {
4661 "name": "Ryan McCue",
4662 "email": "me@ryanmccue.info",
4663 "homepage": "http://ryanmccue.info/",
4664 "role": "Developer"
4665 }
4666 ],
4667 "description": "A simple Atom/RSS parsing library for PHP",
4668 "homepage": "http://simplepie.org/",
4669 "keywords": [
4670 "atom",
4671 "feeds",
4672 "rss"
4673 ],
4674 "time": "2012-10-30 17:54:03"
4675 },
4676 {
4677 "name": "smalot/pdfparser",
4678 "version": "v0.9.25",
4679 "source": {
4680 "type": "git",
4681 "url": "https://github.com/smalot/pdfparser.git",
4682 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa"
4683 },
4684 "dist": {
4685 "type": "zip",
4686 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4687 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4688 "shasum": ""
4689 },
4690 "require": {
4691 "php": ">=5.3.0",
4692 "tecnickcom/tcpdf": ">=6.0.050"
4693 },
4694 "require-dev": {
4695 "atoum/atoum": "dev-master"
4696 },
4697 "type": "library",
4698 "autoload": {
4699 "psr-0": {
4700 "Smalot\\PdfParser\\": "src/"
4701 }
4702 },
4703 "notification-url": "https://packagist.org/downloads/",
4704 "license": [
4705 "GPL-3.0"
4706 ],
4707 "authors": [
4708 {
4709 "name": "Sebastien MALOT",
4710 "email": "sebastien@malot.fr",
4711 "homepage": "http://www.malot.fr",
4712 "role": "Developer"
4713 }
4714 ],
4715 "description": "Pdf parser library. Can read and extract information from pdf file.",
4716 "homepage": "http://www.pdfparser.org",
4717 "time": "2015-09-18 08:29:33"
4718 },
4719 {
4720 "name": "sonata-project/google-authenticator",
4721 "version": "1.0.2",
4722 "source": {
4723 "type": "git",
4724 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4725 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
4726 },
4727 "dist": {
4728 "type": "zip",
4729 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4730 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4731 "shasum": ""
4732 },
4733 "require": {
4734 "php": ">=5.3.0"
4735 },
4736 "type": "library",
4737 "autoload": {
4738 "psr-4": {
4739 "Google\\Authenticator\\": "lib/",
4740 "Google\\Authenticator\\Tests\\": "tests/"
4741 }
4742 },
4743 "notification-url": "https://packagist.org/downloads/",
4744 "license": [
4745 "MIT"
4746 ],
4747 "authors": [
4748 {
4749 "name": "Thomas Rabaix",
4750 "email": "thomas.rabaix@gmail.com",
4751 "homepage": "http://sonata-project.org/"
4752 },
4753 {
4754 "name": "Christian Stocker",
4755 "email": "me@chregu.tv"
4756 },
4757 {
4758 "name": "Andre DeMarre",
4759 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4760 }
4761 ],
4762 "description": "Library to integrate Google Authenticator into a PHP project",
4763 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
4764 "keywords": [
4765 "google authenticator"
4766 ],
4767 "time": "2014-03-31 09:18:53"
4768 },
4769 {
4770 "name": "stof/doctrine-extensions-bundle",
4771 "version": "v1.2.2",
4772 "source": {
4773 "type": "git",
4774 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
4775 "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25"
4776 },
4777 "dist": {
4778 "type": "zip",
4779 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25",
4780 "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25",
4781 "shasum": ""
4782 },
4783 "require": {
4784 "gedmo/doctrine-extensions": "^2.3.1",
4785 "php": ">=5.3.2",
4786 "symfony/framework-bundle": "~2.1|~3.0"
4787 },
4788 "suggest": {
4789 "doctrine/doctrine-bundle": "to use the ORM extensions",
4790 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
4791 },
4792 "type": "symfony-bundle",
4793 "extra": {
4794 "branch-alias": {
4795 "dev-master": "1.2.x-dev"
4796 }
4797 },
4798 "autoload": {
4799 "psr-4": {
4800 "Stof\\DoctrineExtensionsBundle\\": ""
4801 }
4802 },
4803 "notification-url": "https://packagist.org/downloads/",
4804 "license": [
4805 "MIT"
4806 ],
4807 "authors": [
4808 {
4809 "name": "Christophe Coevoet",
4810 "email": "stof@notk.org"
4811 }
4812 ],
4813 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
4814 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
4815 "keywords": [
4816 "behaviors",
4817 "doctrine2",
4818 "extensions",
4819 "gedmo",
4820 "loggable",
4821 "nestedset",
4822 "sluggable",
4823 "sortable",
4824 "timestampable",
4825 "translatable",
4826 "tree"
4827 ],
4828 "time": "2016-01-26 23:58:32"
4829 },
4830 {
4831 "name": "swiftmailer/swiftmailer",
4832 "version": "v5.4.1",
4833 "source": {
4834 "type": "git",
4835 "url": "https://github.com/swiftmailer/swiftmailer.git",
4836 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
4837 },
4838 "dist": {
4839 "type": "zip",
4840 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4841 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4842 "shasum": ""
4843 },
4844 "require": {
4845 "php": ">=5.3.3"
4846 },
4847 "require-dev": {
4848 "mockery/mockery": "~0.9.1,<0.9.4"
4849 },
4850 "type": "library",
4851 "extra": {
4852 "branch-alias": {
4853 "dev-master": "5.4-dev"
4854 }
4855 },
4856 "autoload": {
4857 "files": [
4858 "lib/swift_required.php"
4859 ]
4860 },
4861 "notification-url": "https://packagist.org/downloads/",
4862 "license": [
4863 "MIT"
4864 ],
4865 "authors": [
4866 {
4867 "name": "Chris Corbyn"
4868 },
4869 {
4870 "name": "Fabien Potencier",
4871 "email": "fabien@symfony.com"
4872 }
4873 ],
4874 "description": "Swiftmailer, free feature-rich PHP mailer",
4875 "homepage": "http://swiftmailer.org",
4876 "keywords": [
4877 "email",
4878 "mail",
4879 "mailer"
4880 ],
4881 "time": "2015-06-06 14:19:39"
4882 },
4883 {
4884 "name": "symfony/assetic-bundle",
4885 "version": "v2.8.0",
4886 "source": {
4887 "type": "git",
4888 "url": "https://github.com/symfony/assetic-bundle.git",
4889 "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
4890 },
4891 "dist": {
4892 "type": "zip",
4893 "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
4894 "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
4895 "shasum": ""
4896 },
4897 "require": {
4898 "kriswallsmith/assetic": "~1.3",
4899 "php": ">=5.3.0",
4900 "symfony/console": "~2.3|~3.0",
4901 "symfony/dependency-injection": "~2.3|~3.0",
4902 "symfony/framework-bundle": "~2.3|~3.0",
4903 "symfony/yaml": "~2.3|~3.0"
4904 },
4905 "conflict": {
4906 "kriswallsmith/spork": "<=0.2",
4907 "twig/twig": "<1.20"
4908 },
4909 "require-dev": {
4910 "kriswallsmith/spork": "~0.3",
4911 "patchwork/jsqueeze": "~1.0",
4912 "symfony/class-loader": "~2.3|~3.0",
4913 "symfony/css-selector": "~2.3|~3.0",
4914 "symfony/dom-crawler": "~2.3|~3.0",
4915 "symfony/phpunit-bridge": "~2.7|~3.0",
4916 "symfony/twig-bundle": "~2.3|~3.0"
4917 },
4918 "suggest": {
4919 "kriswallsmith/spork": "to be able to dump assets in parallel",
4920 "symfony/twig-bundle": "to use the Twig integration"
4921 },
4922 "type": "symfony-bundle",
4923 "extra": {
4924 "branch-alias": {
4925 "dev-master": "2.7-dev"
4926 }
4927 },
4928 "autoload": {
4929 "psr-4": {
4930 "Symfony\\Bundle\\AsseticBundle\\": ""
4931 }
4932 },
4933 "notification-url": "https://packagist.org/downloads/",
4934 "license": [
4935 "MIT"
4936 ],
4937 "authors": [
4938 {
4939 "name": "Kris Wallsmith",
4940 "email": "kris.wallsmith@gmail.com",
4941 "homepage": "http://kriswallsmith.net/"
4942 }
4943 ],
4944 "description": "Integrates Assetic into Symfony2",
4945 "homepage": "https://github.com/symfony/AsseticBundle",
4946 "keywords": [
4947 "assets",
4948 "compression",
4949 "minification"
4950 ],
4951 "time": "2015-12-28 13:12:39"
4952 },
4953 {
4954 "name": "symfony/monolog-bundle",
4955 "version": "v2.10.0",
4956 "source": {
4957 "type": "git",
4958 "url": "https://github.com/symfony/monolog-bundle.git",
4959 "reference": "82fd8f36e2cccbe94faf237403c48052d4d4b77e"
4960 },
4961 "dist": {
4962 "type": "zip",
4963 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/82fd8f36e2cccbe94faf237403c48052d4d4b77e",
4964 "reference": "82fd8f36e2cccbe94faf237403c48052d4d4b77e",
4965 "shasum": ""
4966 },
4967 "require": {
4968 "monolog/monolog": "~1.12",
4969 "php": ">=5.3.2",
4970 "symfony/config": "~2.3|~3.0",
4971 "symfony/dependency-injection": "~2.3|~3.0",
4972 "symfony/http-kernel": "~2.3|~3.0",
4973 "symfony/monolog-bridge": "~2.3|~3.0"
4974 },
4975 "require-dev": {
4976 "phpunit/phpunit": "^4.8",
4977 "symfony/console": "~2.3|~3.0",
4978 "symfony/yaml": "~2.3|~3.0"
4979 },
4980 "type": "symfony-bundle",
4981 "extra": {
4982 "branch-alias": {
4983 "dev-master": "2.9.x-dev"
4984 }
4985 },
4986 "autoload": {
4987 "psr-4": {
4988 "Symfony\\Bundle\\MonologBundle\\": ""
4989 }
4990 },
4991 "notification-url": "https://packagist.org/downloads/",
4992 "license": [
4993 "MIT"
4994 ],
4995 "authors": [
4996 {
4997 "name": "Symfony Community",
4998 "homepage": "http://symfony.com/contributors"
4999 },
5000 {
5001 "name": "Fabien Potencier",
5002 "email": "fabien@symfony.com"
5003 }
5004 ],
5005 "description": "Symfony MonologBundle",
5006 "homepage": "http://symfony.com",
5007 "keywords": [
5008 "log",
5009 "logging"
5010 ],
5011 "time": "2016-03-13 15:55:56"
5012 },
5013 {
5014 "name": "symfony/polyfill-intl-icu",
5015 "version": "v1.1.1",
5016 "source": {
5017 "type": "git",
5018 "url": "https://github.com/symfony/polyfill-intl-icu.git",
5019 "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942"
5020 },
5021 "dist": {
5022 "type": "zip",
5023 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/8328069d9f5322f0e7b3c3518485acfdc94c3942",
5024 "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942",
5025 "shasum": ""
5026 },
5027 "require": {
5028 "php": ">=5.3.3",
5029 "symfony/intl": "~2.3|~3.0"
5030 },
5031 "suggest": {
5032 "ext-intl": "For best performance"
5033 },
5034 "type": "library",
5035 "extra": {
5036 "branch-alias": {
5037 "dev-master": "1.1-dev"
5038 }
5039 },
5040 "autoload": {
5041 "files": [
5042 "bootstrap.php"
5043 ]
5044 },
5045 "notification-url": "https://packagist.org/downloads/",
5046 "license": [
5047 "MIT"
5048 ],
5049 "authors": [
5050 {
5051 "name": "Nicolas Grekas",
5052 "email": "p@tchwork.com"
5053 },
5054 {
5055 "name": "Symfony Community",
5056 "homepage": "https://symfony.com/contributors"
5057 }
5058 ],
5059 "description": "Symfony polyfill for intl's ICU-related data and classes",
5060 "homepage": "https://symfony.com",
5061 "keywords": [
5062 "compatibility",
5063 "icu",
5064 "intl",
5065 "polyfill",
5066 "portable",
5067 "shim"
5068 ],
5069 "time": "2016-02-26 16:18:12"
5070 },
5071 {
5072 "name": "symfony/polyfill-mbstring",
5073 "version": "v1.1.1",
5074 "source": {
5075 "type": "git",
5076 "url": "https://github.com/symfony/polyfill-mbstring.git",
5077 "reference": "1289d16209491b584839022f29257ad859b8532d"
5078 },
5079 "dist": {
5080 "type": "zip",
5081 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
5082 "reference": "1289d16209491b584839022f29257ad859b8532d",
5083 "shasum": ""
5084 },
5085 "require": {
5086 "php": ">=5.3.3"
5087 },
5088 "suggest": {
5089 "ext-mbstring": "For best performance"
5090 },
5091 "type": "library",
5092 "extra": {
5093 "branch-alias": {
5094 "dev-master": "1.1-dev"
5095 }
5096 },
5097 "autoload": {
5098 "psr-4": {
5099 "Symfony\\Polyfill\\Mbstring\\": ""
5100 },
5101 "files": [
5102 "bootstrap.php"
5103 ]
5104 },
5105 "notification-url": "https://packagist.org/downloads/",
5106 "license": [
5107 "MIT"
5108 ],
5109 "authors": [
5110 {
5111 "name": "Nicolas Grekas",
5112 "email": "p@tchwork.com"
5113 },
5114 {
5115 "name": "Symfony Community",
5116 "homepage": "https://symfony.com/contributors"
5117 }
5118 ],
5119 "description": "Symfony polyfill for the Mbstring extension",
5120 "homepage": "https://symfony.com",
5121 "keywords": [
5122 "compatibility",
5123 "mbstring",
5124 "polyfill",
5125 "portable",
5126 "shim"
5127 ],
5128 "time": "2016-01-20 09:13:37"
5129 },
5130 {
5131 "name": "symfony/polyfill-php56",
5132 "version": "v1.1.1",
5133 "source": {
5134 "type": "git",
5135 "url": "https://github.com/symfony/polyfill-php56.git",
5136 "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
5137 },
5138 "dist": {
5139 "type": "zip",
5140 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
5141 "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
5142 "shasum": ""
5143 },
5144 "require": {
5145 "php": ">=5.3.3",
5146 "symfony/polyfill-util": "~1.0"
5147 },
5148 "type": "library",
5149 "extra": {
5150 "branch-alias": {
5151 "dev-master": "1.1-dev"
5152 }
5153 },
5154 "autoload": {
5155 "psr-4": {
5156 "Symfony\\Polyfill\\Php56\\": ""
5157 },
5158 "files": [
5159 "bootstrap.php"
5160 ]
5161 },
5162 "notification-url": "https://packagist.org/downloads/",
5163 "license": [
5164 "MIT"
5165 ],
5166 "authors": [
5167 {
5168 "name": "Nicolas Grekas",
5169 "email": "p@tchwork.com"
5170 },
5171 {
5172 "name": "Symfony Community",
5173 "homepage": "https://symfony.com/contributors"
5174 }
5175 ],
5176 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
5177 "homepage": "https://symfony.com",
5178 "keywords": [
5179 "compatibility",
5180 "polyfill",
5181 "portable",
5182 "shim"
5183 ],
5184 "time": "2016-01-20 09:13:37"
5185 },
5186 {
5187 "name": "symfony/polyfill-php70",
5188 "version": "v1.1.1",
5189 "source": {
5190 "type": "git",
5191 "url": "https://github.com/symfony/polyfill-php70.git",
5192 "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
5193 },
5194 "dist": {
5195 "type": "zip",
5196 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
5197 "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
5198 "shasum": ""
5199 },
5200 "require": {
5201 "paragonie/random_compat": "~1.0",
5202 "php": ">=5.3.3"
5203 },
5204 "type": "library",
5205 "extra": {
5206 "branch-alias": {
5207 "dev-master": "1.1-dev"
5208 }
5209 },
5210 "autoload": {
5211 "psr-4": {
5212 "Symfony\\Polyfill\\Php70\\": ""
5213 },
5214 "files": [
5215 "bootstrap.php"
5216 ],
5217 "classmap": [
5218 "Resources/stubs"
5219 ]
5220 },
5221 "notification-url": "https://packagist.org/downloads/",
5222 "license": [
5223 "MIT"
5224 ],
5225 "authors": [
5226 {
5227 "name": "Nicolas Grekas",
5228 "email": "p@tchwork.com"
5229 },
5230 {
5231 "name": "Symfony Community",
5232 "homepage": "https://symfony.com/contributors"
5233 }
5234 ],
5235 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
5236 "homepage": "https://symfony.com",
5237 "keywords": [
5238 "compatibility",
5239 "polyfill",
5240 "portable",
5241 "shim"
5242 ],
5243 "time": "2016-01-28 22:42:02"
5244 },
5245 {
5246 "name": "symfony/polyfill-util",
5247 "version": "v1.1.1",
5248 "source": {
5249 "type": "git",
5250 "url": "https://github.com/symfony/polyfill-util.git",
5251 "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
5252 },
5253 "dist": {
5254 "type": "zip",
5255 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
5256 "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
5257 "shasum": ""
5258 },
5259 "require": {
5260 "php": ">=5.3.3"
5261 },
5262 "type": "library",
5263 "extra": {
5264 "branch-alias": {
5265 "dev-master": "1.1-dev"
5266 }
5267 },
5268 "autoload": {
5269 "psr-4": {
5270 "Symfony\\Polyfill\\Util\\": ""
5271 }
5272 },
5273 "notification-url": "https://packagist.org/downloads/",
5274 "license": [
5275 "MIT"
5276 ],
5277 "authors": [
5278 {
5279 "name": "Nicolas Grekas",
5280 "email": "p@tchwork.com"
5281 },
5282 {
5283 "name": "Symfony Community",
5284 "homepage": "https://symfony.com/contributors"
5285 }
5286 ],
5287 "description": "Symfony utilities for portability of PHP codes",
5288 "homepage": "https://symfony.com",
5289 "keywords": [
5290 "compat",
5291 "compatibility",
5292 "polyfill",
5293 "shim"
5294 ],
5295 "time": "2016-01-20 09:13:37"
5296 },
5297 {
5298 "name": "symfony/swiftmailer-bundle",
5299 "version": "v2.3.11",
5300 "source": {
5301 "type": "git",
5302 "url": "https://github.com/symfony/swiftmailer-bundle.git",
5303 "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
5304 },
5305 "dist": {
5306 "type": "zip",
5307 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
5308 "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
5309 "shasum": ""
5310 },
5311 "require": {
5312 "php": ">=5.3.2",
5313 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
5314 "symfony/config": "~2.3|~3.0",
5315 "symfony/dependency-injection": "~2.3|~3.0",
5316 "symfony/http-kernel": "~2.3|~3.0",
5317 "symfony/yaml": "~2.3|~3.0"
5318 },
5319 "require-dev": {
5320 "symfony/phpunit-bridge": "~2.7|~3.0"
5321 },
5322 "suggest": {
5323 "psr/log": "Allows logging"
5324 },
5325 "type": "symfony-bundle",
5326 "extra": {
5327 "branch-alias": {
5328 "dev-master": "2.3-dev"
5329 }
5330 },
5331 "autoload": {
5332 "psr-4": {
5333 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
5334 }
5335 },
5336 "notification-url": "https://packagist.org/downloads/",
5337 "license": [
5338 "MIT"
5339 ],
5340 "authors": [
5341 {
5342 "name": "Symfony Community",
5343 "homepage": "http://symfony.com/contributors"
5344 },
5345 {
5346 "name": "Fabien Potencier",
5347 "email": "fabien@symfony.com"
5348 }
5349 ],
5350 "description": "Symfony SwiftmailerBundle",
5351 "homepage": "http://symfony.com",
5352 "time": "2016-01-15 16:41:20"
5353 },
5354 {
5355 "name": "symfony/symfony",
5356 "version": "v3.0.4",
5357 "source": {
5358 "type": "git",
5359 "url": "https://github.com/symfony/symfony.git",
5360 "reference": "4e17cb2ecb3fd637097ebeb871fc0e2cbdd5e7ff"
5361 },
5362 "dist": {
5363 "type": "zip",
5364 "url": "https://api.github.com/repos/symfony/symfony/zipball/4e17cb2ecb3fd637097ebeb871fc0e2cbdd5e7ff",
5365 "reference": "4e17cb2ecb3fd637097ebeb871fc0e2cbdd5e7ff",
5366 "shasum": ""
5367 },
5368 "require": {
5369 "doctrine/common": "~2.4",
5370 "php": ">=5.5.9",
5371 "psr/log": "~1.0",
5372 "symfony/polyfill-intl-icu": "~1.0",
5373 "symfony/polyfill-mbstring": "~1.0",
5374 "symfony/polyfill-php56": "~1.0",
5375 "symfony/polyfill-php70": "~1.0",
5376 "symfony/polyfill-util": "~1.0",
5377 "twig/twig": "~1.23|~2.0"
5378 },
5379 "conflict": {
5380 "phpdocumentor/reflection": "<1.0.7"
5381 },
5382 "replace": {
5383 "symfony/asset": "self.version",
5384 "symfony/browser-kit": "self.version",
5385 "symfony/class-loader": "self.version",
5386 "symfony/config": "self.version",
5387 "symfony/console": "self.version",
5388 "symfony/css-selector": "self.version",
5389 "symfony/debug": "self.version",
5390 "symfony/debug-bundle": "self.version",
5391 "symfony/dependency-injection": "self.version",
5392 "symfony/doctrine-bridge": "self.version",
5393 "symfony/dom-crawler": "self.version",
5394 "symfony/event-dispatcher": "self.version",
5395 "symfony/expression-language": "self.version",
5396 "symfony/filesystem": "self.version",
5397 "symfony/finder": "self.version",
5398 "symfony/form": "self.version",
5399 "symfony/framework-bundle": "self.version",
5400 "symfony/http-foundation": "self.version",
5401 "symfony/http-kernel": "self.version",
5402 "symfony/intl": "self.version",
5403 "symfony/ldap": "self.version",
5404 "symfony/monolog-bridge": "self.version",
5405 "symfony/options-resolver": "self.version",
5406 "symfony/process": "self.version",
5407 "symfony/property-access": "self.version",
5408 "symfony/property-info": "self.version",
5409 "symfony/proxy-manager-bridge": "self.version",
5410 "symfony/routing": "self.version",
5411 "symfony/security": "self.version",
5412 "symfony/security-bundle": "self.version",
5413 "symfony/security-core": "self.version",
5414 "symfony/security-csrf": "self.version",
5415 "symfony/security-guard": "self.version",
5416 "symfony/security-http": "self.version",
5417 "symfony/serializer": "self.version",
5418 "symfony/stopwatch": "self.version",
5419 "symfony/templating": "self.version",
5420 "symfony/translation": "self.version",
5421 "symfony/twig-bridge": "self.version",
5422 "symfony/twig-bundle": "self.version",
5423 "symfony/validator": "self.version",
5424 "symfony/var-dumper": "self.version",
5425 "symfony/web-profiler-bundle": "self.version",
5426 "symfony/yaml": "self.version"
5427 },
5428 "require-dev": {
5429 "doctrine/data-fixtures": "1.0.*",
5430 "doctrine/dbal": "~2.4",
5431 "doctrine/doctrine-bundle": "~1.4",
5432 "doctrine/orm": "~2.4,>=2.4.5",
5433 "egulias/email-validator": "~1.2",
5434 "monolog/monolog": "~1.11",
5435 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
5436 "phpdocumentor/reflection": "^1.0.7",
5437 "symfony/polyfill-apcu": "~1.1",
5438 "symfony/security-acl": "~2.8|~3.0"
5439 },
5440 "type": "library",
5441 "extra": {
5442 "branch-alias": {
5443 "dev-master": "3.0-dev"
5444 }
5445 },
5446 "autoload": {
5447 "psr-4": {
5448 "Symfony\\Bridge\\": "src/Symfony/Bridge/",
5449 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
5450 "Symfony\\Component\\": "src/Symfony/Component/"
5451 },
5452 "classmap": [
5453 "src/Symfony/Component/Intl/Resources/stubs"
5454 ],
5455 "exclude-from-classmap": [
5456 "**/Tests/"
5457 ]
5458 },
5459 "notification-url": "https://packagist.org/downloads/",
5460 "license": [
5461 "MIT"
5462 ],
5463 "authors": [
5464 {
5465 "name": "Fabien Potencier",
5466 "email": "fabien@symfony.com"
5467 },
5468 {
5469 "name": "Symfony Community",
5470 "homepage": "https://symfony.com/contributors"
5471 }
5472 ],
5473 "description": "The Symfony PHP framework",
5474 "homepage": "https://symfony.com",
5475 "keywords": [
5476 "framework"
5477 ],
5478 "time": "2016-03-30 10:41:14"
5479 },
5480 {
5481 "name": "tecnickcom/tcpdf",
5482 "version": "6.2.12",
5483 "source": {
5484 "type": "git",
5485 "url": "https://github.com/tecnickcom/TCPDF.git",
5486 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
5487 },
5488 "dist": {
5489 "type": "zip",
5490 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
5491 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
5492 "shasum": ""
5493 },
5494 "require": {
5495 "php": ">=5.3.0"
5496 },
5497 "type": "library",
5498 "autoload": {
5499 "classmap": [
5500 "fonts",
5501 "config",
5502 "include",
5503 "tcpdf.php",
5504 "tcpdf_parser.php",
5505 "tcpdf_import.php",
5506 "tcpdf_barcodes_1d.php",
5507 "tcpdf_barcodes_2d.php",
5508 "include/tcpdf_colors.php",
5509 "include/tcpdf_filters.php",
5510 "include/tcpdf_font_data.php",
5511 "include/tcpdf_fonts.php",
5512 "include/tcpdf_images.php",
5513 "include/tcpdf_static.php",
5514 "include/barcodes/datamatrix.php",
5515 "include/barcodes/pdf417.php",
5516 "include/barcodes/qrcode.php"
5517 ]
5518 },
5519 "notification-url": "https://packagist.org/downloads/",
5520 "license": [
5521 "LGPLv3"
5522 ],
5523 "authors": [
5524 {
5525 "name": "Nicola Asuni",
5526 "email": "info@tecnick.com",
5527 "homepage": "http://nicolaasuni.tecnick.com"
5528 }
5529 ],
5530 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5531 "homepage": "http://www.tcpdf.org/",
5532 "keywords": [
5533 "PDFD32000-2008",
5534 "TCPDF",
5535 "barcodes",
5536 "datamatrix",
5537 "pdf",
5538 "pdf417",
5539 "qrcode"
5540 ],
5541 "time": "2015-09-12 10:08:34"
5542 },
5543 {
5544 "name": "twig/extensions",
5545 "version": "v1.3.0",
5546 "source": {
5547 "type": "git",
5548 "url": "https://github.com/twigphp/Twig-extensions.git",
5549 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
5550 },
5551 "dist": {
5552 "type": "zip",
5553 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
5554 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
5555 "shasum": ""
5556 },
5557 "require": {
5558 "twig/twig": "~1.20|~2.0"
5559 },
5560 "require-dev": {
5561 "symfony/translation": "~2.3"
5562 },
5563 "suggest": {
5564 "symfony/translation": "Allow the time_diff output to be translated"
5565 },
5566 "type": "library",
5567 "extra": {
5568 "branch-alias": {
5569 "dev-master": "1.3-dev"
5570 }
5571 },
5572 "autoload": {
5573 "psr-0": {
5574 "Twig_Extensions_": "lib/"
5575 }
5576 },
5577 "notification-url": "https://packagist.org/downloads/",
5578 "license": [
5579 "MIT"
5580 ],
5581 "authors": [
5582 {
5583 "name": "Fabien Potencier",
5584 "email": "fabien@symfony.com"
5585 }
5586 ],
5587 "description": "Common additional features for Twig that do not directly belong in core",
5588 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
5589 "keywords": [
5590 "i18n",
5591 "text"
5592 ],
5593 "time": "2015-08-22 16:38:35"
5594 },
5595 {
5596 "name": "twig/twig",
5597 "version": "v1.24.0",
5598 "source": {
5599 "type": "git",
5600 "url": "https://github.com/twigphp/Twig.git",
5601 "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
5602 },
5603 "dist": {
5604 "type": "zip",
5605 "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
5606 "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
5607 "shasum": ""
5608 },
5609 "require": {
5610 "php": ">=5.2.7"
5611 },
5612 "require-dev": {
5613 "symfony/debug": "~2.7",
5614 "symfony/phpunit-bridge": "~2.7"
5615 },
5616 "type": "library",
5617 "extra": {
5618 "branch-alias": {
5619 "dev-master": "1.24-dev"
5620 }
5621 },
5622 "autoload": {
5623 "psr-0": {
5624 "Twig_": "lib/"
5625 }
5626 },
5627 "notification-url": "https://packagist.org/downloads/",
5628 "license": [
5629 "BSD-3-Clause"
5630 ],
5631 "authors": [
5632 {
5633 "name": "Fabien Potencier",
5634 "email": "fabien@symfony.com",
5635 "homepage": "http://fabien.potencier.org",
5636 "role": "Lead Developer"
5637 },
5638 {
5639 "name": "Armin Ronacher",
5640 "email": "armin.ronacher@active-4.com",
5641 "role": "Project Founder"
5642 },
5643 {
5644 "name": "Twig Team",
5645 "homepage": "http://twig.sensiolabs.org/contributors",
5646 "role": "Contributors"
5647 }
5648 ],
5649 "description": "Twig, the flexible, fast, and secure template language for PHP",
5650 "homepage": "http://twig.sensiolabs.org",
5651 "keywords": [
5652 "templating"
5653 ],
5654 "time": "2016-01-25 21:22:18"
5655 },
5656 {
5657 "name": "wallabag/php-mobi",
5658 "version": "1.0.1",
5659 "source": {
5660 "type": "git",
5661 "url": "https://github.com/wallabag/php-mobi.git",
5662 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
5663 },
5664 "dist": {
5665 "type": "zip",
5666 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
5667 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
5668 "shasum": ""
5669 },
5670 "require": {
5671 "php": ">=5.3.0"
5672 },
5673 "replace": {
5674 "wallabag/phpmobi": "*"
5675 },
5676 "type": "library",
5677 "autoload": {
5678 "files": [
5679 "MOBIClass/MOBI.php"
5680 ]
5681 },
5682 "notification-url": "https://packagist.org/downloads/",
5683 "license": [
5684 "Apache-2.0"
5685 ],
5686 "authors": [
5687 {
5688 "name": "Nicolas LÅ“uillet",
5689 "email": "nicolas@loeuillet.org",
5690 "homepage": "http://www.cdetc.fr"
5691 },
5692 {
5693 "name": "Sander Kromwijk",
5694 "email": "s.kromwijk@gmail.co",
5695 "role": "Original developer"
5696 }
5697 ],
5698 "description": "A Mobipocket file (.mobi) creator in PHP.",
5699 "homepage": "https://github.com/wallabag/phpMobi",
5700 "time": "2015-10-16 08:42:42"
5701 },
5702 {
5703 "name": "willdurand/hateoas",
5704 "version": "2.9.1",
5705 "source": {
5706 "type": "git",
5707 "url": "https://github.com/willdurand/Hateoas.git",
5708 "reference": "1add9a4448793cf40b52544136532b9752e06d7b"
5709 },
5710 "dist": {
5711 "type": "zip",
5712 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/1add9a4448793cf40b52544136532b9752e06d7b",
5713 "reference": "1add9a4448793cf40b52544136532b9752e06d7b",
5714 "shasum": ""
5715 },
5716 "require": {
5717 "doctrine/annotations": "~1.0",
5718 "doctrine/common": "~2.0",
5719 "jms/metadata": "~1.1",
5720 "jms/serializer": "~1.0",
5721 "php": ">=5.4",
5722 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
5723 "symfony/expression-language": "~2.4 || ~3.0"
5724 },
5725 "require-dev": {
5726 "pagerfanta/pagerfanta": "~1.0",
5727 "phpunit/phpunit": "~4.5",
5728 "symfony/dependency-injection": "~2.4 || ~3.0",
5729 "symfony/routing": "~2.4 || ~3.0",
5730 "symfony/yaml": "~2.4 || ~3.0",
5731 "twig/twig": "~1.12"
5732 },
5733 "suggest": {
5734 "symfony/routing": "To use the SymfonyRouteFactory.",
5735 "symfony/yaml": "To use yaml based configuration.",
5736 "twig/twig": "To use the Twig extensions."
5737 },
5738 "type": "library",
5739 "extra": {
5740 "branch-alias": {
5741 "dev-master": "2.9-dev"
5742 }
5743 },
5744 "autoload": {
5745 "psr-0": {
5746 "Hateoas": "src/"
5747 }
5748 },
5749 "notification-url": "https://packagist.org/downloads/",
5750 "license": [
5751 "MIT"
5752 ],
5753 "authors": [
5754 {
5755 "name": "Adrien Brault",
5756 "email": "adrien.brault@gmail.com"
5757 },
5758 {
5759 "name": "William Durand",
5760 "email": "william.durand1@gmail.com"
5761 }
5762 ],
5763 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
5764 "time": "2016-01-26 15:39:06"
5765 },
5766 {
5767 "name": "willdurand/hateoas-bundle",
5768 "version": "1.1.1",
5769 "target-dir": "Bazinga/Bundle/HateoasBundle",
5770 "source": {
5771 "type": "git",
5772 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
5773 "reference": "a53f6f1d3d8cda3fa8cdd90773cb48e9647a08c5"
5774 },
5775 "dist": {
5776 "type": "zip",
5777 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/a53f6f1d3d8cda3fa8cdd90773cb48e9647a08c5",
5778 "reference": "a53f6f1d3d8cda3fa8cdd90773cb48e9647a08c5",
5779 "shasum": ""
5780 },
5781 "require": {
5782 "jms/serializer-bundle": "~1.0",
5783 "symfony/framework-bundle": "~2.2 || ~3.0",
5784 "willdurand/hateoas": "~2.9"
5785 },
5786 "require-dev": {
5787 "phpunit/phpunit": "~4.5",
5788 "symfony/expression-language": "~2.4 || ~3.0",
5789 "twig/twig": "~1.12"
5790 },
5791 "type": "symfony-bundle",
5792 "extra": {
5793 "branch-alias": {
5794 "dev-master": "1.2-dev"
5795 }
5796 },
5797 "autoload": {
5798 "psr-0": {
5799 "Bazinga\\Bundle\\HateoasBundle": ""
5800 }
5801 },
5802 "notification-url": "https://packagist.org/downloads/",
5803 "license": [
5804 "MIT"
5805 ],
5806 "authors": [
5807 {
5808 "name": "William Durand",
5809 "email": "william.durand1@gmail.com"
5810 }
5811 ],
5812 "description": "Integration of Hateoas into Symfony2.",
5813 "keywords": [
5814 "HATEOAS",
5815 "rest"
5816 ],
5817 "time": "2016-02-22 13:12:41"
5818 },
5819 {
5820 "name": "willdurand/jsonp-callback-validator",
5821 "version": "v1.1.0",
5822 "source": {
5823 "type": "git",
5824 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
5825 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
5826 },
5827 "dist": {
5828 "type": "zip",
5829 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
5830 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
5831 "shasum": ""
5832 },
5833 "require": {
5834 "php": ">=5.3.0"
5835 },
5836 "require-dev": {
5837 "phpunit/phpunit": "~3.7"
5838 },
5839 "type": "library",
5840 "autoload": {
5841 "psr-0": {
5842 "JsonpCallbackValidator": "src/"
5843 }
5844 },
5845 "notification-url": "https://packagist.org/downloads/",
5846 "license": [
5847 "MIT"
5848 ],
5849 "authors": [
5850 {
5851 "name": "William Durand",
5852 "email": "william.durand1@gmail.com",
5853 "homepage": "http://www.willdurand.fr"
5854 }
5855 ],
5856 "description": "JSONP callback validator.",
5857 "time": "2014-01-20 22:35:06"
5858 },
5859 {
5860 "name": "willdurand/negotiation",
5861 "version": "1.5.0",
5862 "source": {
5863 "type": "git",
5864 "url": "https://github.com/willdurand/Negotiation.git",
5865 "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
5866 },
5867 "dist": {
5868 "type": "zip",
5869 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
5870 "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
5871 "shasum": ""
5872 },
5873 "require": {
5874 "php": ">=5.3.0"
5875 },
5876 "type": "library",
5877 "extra": {
5878 "branch-alias": {
5879 "dev-master": "1.5-dev"
5880 }
5881 },
5882 "autoload": {
5883 "psr-4": {
5884 "Negotiation\\": "src/Negotiation"
5885 }
5886 },
5887 "notification-url": "https://packagist.org/downloads/",
5888 "license": [
5889 "MIT"
5890 ],
5891 "authors": [
5892 {
5893 "name": "William Durand",
5894 "email": "william.durand1@gmail.com"
5895 }
5896 ],
5897 "description": "Content Negotiation tools for PHP provided as a standalone library.",
5898 "homepage": "http://williamdurand.fr/Negotiation/",
5899 "keywords": [
5900 "accept",
5901 "content",
5902 "format",
5903 "header",
5904 "negotiation"
5905 ],
5906 "time": "2015-10-01 07:42:40"
5907 },
5908 {
5909 "name": "zendframework/zend-code",
5910 "version": "2.6.2",
5911 "source": {
5912 "type": "git",
5913 "url": "https://github.com/zendframework/zend-code.git",
5914 "reference": "c4e8f976a772cfb14b47dabd69b5245a423082b4"
5915 },
5916 "dist": {
5917 "type": "zip",
5918 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c4e8f976a772cfb14b47dabd69b5245a423082b4",
5919 "reference": "c4e8f976a772cfb14b47dabd69b5245a423082b4",
5920 "shasum": ""
5921 },
5922 "require": {
5923 "php": ">=5.5",
5924 "zendframework/zend-eventmanager": "^2.6|^3.0"
5925 },
5926 "require-dev": {
5927 "doctrine/annotations": "~1.0",
5928 "fabpot/php-cs-fixer": "1.7.*",
5929 "phpunit/phpunit": "~4.0",
5930 "zendframework/zend-stdlib": "~2.7"
5931 },
5932 "suggest": {
5933 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
5934 "zendframework/zend-stdlib": "Zend\\Stdlib component"
5935 },
5936 "type": "library",
5937 "extra": {
5938 "branch-alias": {
5939 "dev-master": "2.6-dev",
5940 "dev-develop": "2.7-dev"
5941 }
5942 },
5943 "autoload": {
5944 "psr-4": {
5945 "Zend\\Code\\": "src/"
5946 }
5947 },
5948 "notification-url": "https://packagist.org/downloads/",
5949 "license": [
5950 "BSD-3-Clause"
5951 ],
5952 "description": "provides facilities to generate arbitrary code using an object oriented interface",
5953 "homepage": "https://github.com/zendframework/zend-code",
5954 "keywords": [
5955 "code",
5956 "zf2"
5957 ],
5958 "time": "2016-01-05 05:58:37"
5959 },
5960 {
5961 "name": "zendframework/zend-eventmanager",
5962 "version": "3.0.1",
5963 "source": {
5964 "type": "git",
5965 "url": "https://github.com/zendframework/zend-eventmanager.git",
5966 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
5967 },
5968 "dist": {
5969 "type": "zip",
5970 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
5971 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
5972 "shasum": ""
5973 },
5974 "require": {
5975 "php": "^5.5 || ^7.0"
5976 },
5977 "require-dev": {
5978 "athletic/athletic": "^0.1",
5979 "container-interop/container-interop": "^1.1.0",
5980 "phpunit/phpunit": "~4.0",
5981 "squizlabs/php_codesniffer": "^2.0",
5982 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
5983 },
5984 "suggest": {
5985 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
5986 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
5987 },
5988 "type": "library",
5989 "extra": {
5990 "branch-alias": {
5991 "dev-master": "3.0-dev",
5992 "dev-develop": "3.1-dev"
5993 }
5994 },
5995 "autoload": {
5996 "psr-4": {
5997 "Zend\\EventManager\\": "src/"
5998 }
5999 },
6000 "notification-url": "https://packagist.org/downloads/",
6001 "license": [
6002 "BSD-3-Clause"
6003 ],
6004 "description": "Trigger and listen to events within a PHP application",
6005 "homepage": "https://github.com/zendframework/zend-eventmanager",
6006 "keywords": [
6007 "event",
6008 "eventmanager",
6009 "events",
6010 "zf2"
6011 ],
6012 "time": "2016-02-18 20:53:00"
6013 }
6014 ],
6015 "packages-dev": null,
6016 "aliases": [],
6017 "minimum-stability": "dev",
6018 "stability-flags": {
6019 "friendsofsymfony/user-bundle": 20,
6020 "stof/doctrine-extensions-bundle": 20
6021 },
6022 "prefer-stable": true,
6023 "prefer-lowest": false,
6024 "platform": {
6025 "php": ">=5.5.9",
6026 "ext-pcre": "*",
6027 "ext-dom": "*",
6028 "ext-curl": "*",
6029 "ext-gd": "*",
6030 "ext-session": "*",
6031 "ext-ctype": "*",
6032 "ext-hash": "*",
6033 "ext-simplexml": "*",
6034 "ext-json": "*",
6035 "ext-mbstring": "*",
6036 "ext-xml": "*",
6037 "ext-iconv": "*",
6038 "ext-tokenizer": "*",
6039 "ext-pdo": "*"
6040 },
6041 "platform-dev": []
6042 }