]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Test with old command
[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": "e3aeeae0e8d73fc682d2f5a5e710d411",
8 "content-hash": "bdb2cdbe68aa6ef654fd8c67764e8ebb",
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": "v1.4.0",
861 "source": {
862 "type": "git",
863 "url": "https://github.com/doctrine/migrations.git",
864 "reference": "abc571dadd45df42f19baac7a0a1a371216dd93d"
865 },
866 "dist": {
867 "type": "zip",
868 "url": "https://api.github.com/repos/doctrine/migrations/zipball/abc571dadd45df42f19baac7a0a1a371216dd93d",
869 "reference": "abc571dadd45df42f19baac7a0a1a371216dd93d",
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-02-23 15:28:39"
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": "v4.0.6",
1457 "source": {
1458 "type": "git",
1459 "url": "https://github.com/Grandt/PHPePub.git",
1460 "reference": "05d309052ddeaf38dea89bae72c6016f27b61108"
1461 },
1462 "dist": {
1463 "type": "zip",
1464 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/05d309052ddeaf38dea89bae72c6016f27b61108",
1465 "reference": "05d309052ddeaf38dea89bae72c6016f27b61108",
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-08 21:46:00"
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.01.11",
1956 "source": {
1957 "type": "git",
1958 "url": "https://github.com/hoaproject/Event.git",
1959 "reference": "4470e090207336c01ea0cc6f9f1fa8832e4d9866"
1960 },
1961 "dist": {
1962 "type": "zip",
1963 "url": "https://api.github.com/repos/hoaproject/Event/zipball/4470e090207336c01ea0cc6f9f1fa8832e4d9866",
1964 "reference": "4470e090207336c01ea0cc6f9f1fa8832e4d9866",
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-01-11 08:34:41"
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.01.11",
2128 "source": {
2129 "type": "git",
2130 "url": "https://github.com/hoaproject/Iterator.git",
2131 "reference": "eed36f2ec8233f494fd4450d570453b9a84736da"
2132 },
2133 "dist": {
2134 "type": "zip",
2135 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/eed36f2ec8233f494fd4450d570453b9a84736da",
2136 "reference": "eed36f2ec8233f494fd4450d570453b9a84736da",
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-01-11 09:13:46"
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.01.15",
2363 "source": {
2364 "type": "git",
2365 "url": "https://github.com/hoaproject/Ruler.git",
2366 "reference": "0aeb1a48d78427a55fbf656c65c6406c096a4325"
2367 },
2368 "dist": {
2369 "type": "zip",
2370 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/0aeb1a48d78427a55fbf656c65c6406c096a4325",
2371 "reference": "0aeb1a48d78427a55fbf656c65c6406c096a4325",
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/visitor": "~2.0"
2380 },
2381 "require-dev": {
2382 "hoa/test": "~2.0"
2383 },
2384 "type": "library",
2385 "extra": {
2386 "branch-alias": {
2387 "dev-master": "2.x-dev"
2388 }
2389 },
2390 "autoload": {
2391 "psr-4": {
2392 "Hoa\\Ruler\\": "."
2393 }
2394 },
2395 "notification-url": "https://packagist.org/downloads/",
2396 "license": [
2397 "BSD-3-Clause"
2398 ],
2399 "authors": [
2400 {
2401 "name": "Ivan Enderlin",
2402 "email": "ivan.enderlin@hoa-project.net"
2403 },
2404 {
2405 "name": "Hoa community",
2406 "homepage": "http://hoa-project.net/"
2407 }
2408 ],
2409 "description": "The Hoa\\Ruler library.",
2410 "homepage": "http://hoa-project.net/",
2411 "keywords": [
2412 "library",
2413 "ruler"
2414 ],
2415 "time": "2016-01-14 21:42:47"
2416 },
2417 {
2418 "name": "hoa/stream",
2419 "version": "1.16.01.14",
2420 "source": {
2421 "type": "git",
2422 "url": "https://github.com/hoaproject/Stream.git",
2423 "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896"
2424 },
2425 "dist": {
2426 "type": "zip",
2427 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/c00b35078ef8c0881b7d2ed533de19fe0aaf9896",
2428 "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896",
2429 "shasum": ""
2430 },
2431 "require": {
2432 "hoa/consistency": "~1.0",
2433 "hoa/event": "~1.0",
2434 "hoa/exception": "~1.0",
2435 "hoa/protocol": "~1.0"
2436 },
2437 "type": "library",
2438 "extra": {
2439 "branch-alias": {
2440 "dev-master": "1.x-dev"
2441 }
2442 },
2443 "autoload": {
2444 "psr-4": {
2445 "Hoa\\Stream\\": "."
2446 }
2447 },
2448 "notification-url": "https://packagist.org/downloads/",
2449 "license": [
2450 "BSD-3-Clause"
2451 ],
2452 "authors": [
2453 {
2454 "name": "Ivan Enderlin",
2455 "email": "ivan.enderlin@hoa-project.net"
2456 },
2457 {
2458 "name": "Hoa community",
2459 "homepage": "http://hoa-project.net/"
2460 }
2461 ],
2462 "description": "The Hoa\\Stream library.",
2463 "homepage": "http://hoa-project.net/",
2464 "keywords": [
2465 "Context",
2466 "bucket",
2467 "composite",
2468 "filter",
2469 "in",
2470 "library",
2471 "out",
2472 "protocol",
2473 "stream",
2474 "wrapper"
2475 ],
2476 "time": "2016-01-14 20:11:37"
2477 },
2478 {
2479 "name": "hoa/ustring",
2480 "version": "4.16.01.11",
2481 "source": {
2482 "type": "git",
2483 "url": "https://github.com/hoaproject/Ustring.git",
2484 "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2"
2485 },
2486 "dist": {
2487 "type": "zip",
2488 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/9f76b9aae5901b4f476ef854e29ccd746d6899d2",
2489 "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2",
2490 "shasum": ""
2491 },
2492 "require": {
2493 "hoa/consistency": "~1.0",
2494 "hoa/exception": "~1.0"
2495 },
2496 "require-dev": {
2497 "hoa/test": "~2.0"
2498 },
2499 "suggest": {
2500 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2501 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2502 },
2503 "type": "library",
2504 "extra": {
2505 "branch-alias": {
2506 "dev-master": "4.x-dev"
2507 }
2508 },
2509 "autoload": {
2510 "psr-4": {
2511 "Hoa\\Ustring\\": "."
2512 }
2513 },
2514 "notification-url": "https://packagist.org/downloads/",
2515 "license": [
2516 "BSD-3-Clause"
2517 ],
2518 "authors": [
2519 {
2520 "name": "Ivan Enderlin",
2521 "email": "ivan.enderlin@hoa-project.net"
2522 },
2523 {
2524 "name": "Hoa community",
2525 "homepage": "http://hoa-project.net/"
2526 }
2527 ],
2528 "description": "The Hoa\\Ustring library.",
2529 "homepage": "http://hoa-project.net/",
2530 "keywords": [
2531 "library",
2532 "search",
2533 "string",
2534 "unicode"
2535 ],
2536 "time": "2016-01-11 09:51:34"
2537 },
2538 {
2539 "name": "hoa/visitor",
2540 "version": "2.16.01.11",
2541 "source": {
2542 "type": "git",
2543 "url": "https://github.com/hoaproject/Visitor.git",
2544 "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9"
2545 },
2546 "dist": {
2547 "type": "zip",
2548 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/cb21074b7eb89c3ac9f76d25c72671d579735ca9",
2549 "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9",
2550 "shasum": ""
2551 },
2552 "require": {
2553 "hoa/consistency": "~1.0"
2554 },
2555 "require-dev": {
2556 "hoa/test": "~2.0"
2557 },
2558 "type": "library",
2559 "extra": {
2560 "branch-alias": {
2561 "dev-master": "2.x-dev"
2562 }
2563 },
2564 "autoload": {
2565 "psr-4": {
2566 "Hoa\\Visitor\\": "."
2567 }
2568 },
2569 "notification-url": "https://packagist.org/downloads/",
2570 "license": [
2571 "BSD-3-Clause"
2572 ],
2573 "authors": [
2574 {
2575 "name": "Ivan Enderlin",
2576 "email": "ivan.enderlin@hoa-project.net"
2577 },
2578 {
2579 "name": "Hoa community",
2580 "homepage": "http://hoa-project.net/"
2581 }
2582 ],
2583 "description": "The Hoa\\Visitor library.",
2584 "homepage": "http://hoa-project.net/",
2585 "keywords": [
2586 "library",
2587 "structure",
2588 "visit",
2589 "visitor"
2590 ],
2591 "time": "2016-01-11 09:54:01"
2592 },
2593 {
2594 "name": "hoa/zformat",
2595 "version": "1.16.01.14",
2596 "source": {
2597 "type": "git",
2598 "url": "https://github.com/hoaproject/Zformat.git",
2599 "reference": "685bba314c5cacb97afdd5e638b64c42399a580c"
2600 },
2601 "dist": {
2602 "type": "zip",
2603 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/685bba314c5cacb97afdd5e638b64c42399a580c",
2604 "reference": "685bba314c5cacb97afdd5e638b64c42399a580c",
2605 "shasum": ""
2606 },
2607 "require": {
2608 "hoa/consistency": "~1.0",
2609 "hoa/exception": "~1.0"
2610 },
2611 "type": "library",
2612 "extra": {
2613 "branch-alias": {
2614 "dev-master": "1.x-dev"
2615 }
2616 },
2617 "autoload": {
2618 "psr-4": {
2619 "Hoa\\Zformat\\": "."
2620 }
2621 },
2622 "notification-url": "https://packagist.org/downloads/",
2623 "license": [
2624 "BSD-3-Clause"
2625 ],
2626 "authors": [
2627 {
2628 "name": "Ivan Enderlin",
2629 "email": "ivan.enderlin@hoa-project.net"
2630 },
2631 {
2632 "name": "Hoa community",
2633 "homepage": "http://hoa-project.net/"
2634 }
2635 ],
2636 "description": "The Hoa\\Zformat library.",
2637 "homepage": "http://hoa-project.net/",
2638 "keywords": [
2639 "library",
2640 "parameter",
2641 "zformat"
2642 ],
2643 "time": "2016-01-14 20:19:54"
2644 },
2645 {
2646 "name": "htmlawed/htmlawed",
2647 "version": "1.1.19",
2648 "source": {
2649 "type": "git",
2650 "url": "https://github.com/kesar/HTMLawed.git",
2651 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
2652 },
2653 "dist": {
2654 "type": "zip",
2655 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
2656 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
2657 "shasum": ""
2658 },
2659 "require": {
2660 "php": ">4.4.0"
2661 },
2662 "type": "library",
2663 "autoload": {
2664 "files": [
2665 "htmLawed.php"
2666 ]
2667 },
2668 "notification-url": "https://packagist.org/downloads/",
2669 "license": [
2670 "GPL-2.0+",
2671 "LGPL-3.0"
2672 ],
2673 "authors": [
2674 {
2675 "name": "Santosh Patnaik",
2676 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
2677 "role": "Developer"
2678 }
2679 ],
2680 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
2681 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
2682 "keywords": [
2683 "HTMLtidy",
2684 "html",
2685 "sanitize",
2686 "strip",
2687 "tags"
2688 ],
2689 "time": "2015-04-05 17:23:05"
2690 },
2691 {
2692 "name": "incenteev/composer-parameter-handler",
2693 "version": "v2.1.2",
2694 "source": {
2695 "type": "git",
2696 "url": "https://github.com/Incenteev/ParameterHandler.git",
2697 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2698 },
2699 "dist": {
2700 "type": "zip",
2701 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2702 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2703 "shasum": ""
2704 },
2705 "require": {
2706 "php": ">=5.3.3",
2707 "symfony/yaml": "~2.3|~3.0"
2708 },
2709 "require-dev": {
2710 "composer/composer": "1.0.*@dev",
2711 "phpspec/prophecy-phpunit": "~1.0",
2712 "symfony/filesystem": "~2.2"
2713 },
2714 "type": "library",
2715 "extra": {
2716 "branch-alias": {
2717 "dev-master": "2.1.x-dev"
2718 }
2719 },
2720 "autoload": {
2721 "psr-4": {
2722 "Incenteev\\ParameterHandler\\": ""
2723 }
2724 },
2725 "notification-url": "https://packagist.org/downloads/",
2726 "license": [
2727 "MIT"
2728 ],
2729 "authors": [
2730 {
2731 "name": "Christophe Coevoet",
2732 "email": "stof@notk.org"
2733 }
2734 ],
2735 "description": "Composer script handling your ignored parameter file",
2736 "homepage": "https://github.com/Incenteev/ParameterHandler",
2737 "keywords": [
2738 "parameters management"
2739 ],
2740 "time": "2015-11-10 17:04:01"
2741 },
2742 {
2743 "name": "j0k3r/graby",
2744 "version": "1.3.0",
2745 "source": {
2746 "type": "git",
2747 "url": "https://github.com/j0k3r/graby.git",
2748 "reference": "461731eb9c2db848ec102b473703cb6f4220f589"
2749 },
2750 "dist": {
2751 "type": "zip",
2752 "url": "https://api.github.com/repos/j0k3r/graby/zipball/461731eb9c2db848ec102b473703cb6f4220f589",
2753 "reference": "461731eb9c2db848ec102b473703cb6f4220f589",
2754 "shasum": ""
2755 },
2756 "require": {
2757 "ext-curl": "*",
2758 "guzzlehttp/guzzle": "^5.2.0",
2759 "htmlawed/htmlawed": "^1.1.19",
2760 "j0k3r/graby-site-config": "^1.0",
2761 "j0k3r/php-readability": "^1.0",
2762 "j0k3r/safecurl": "~2.0",
2763 "monolog/monolog": "^1.13.1",
2764 "neitanod/forceutf8": "^2.0",
2765 "php": ">=5.4",
2766 "simplepie/simplepie": "^1.3.1",
2767 "smalot/pdfparser": "~0.9.24",
2768 "symfony/options-resolver": "~2.6|~3.0"
2769 },
2770 "require-dev": {
2771 "satooshi/php-coveralls": "~0.6"
2772 },
2773 "type": "library",
2774 "autoload": {
2775 "psr-4": {
2776 "Graby\\": "src/"
2777 }
2778 },
2779 "notification-url": "https://packagist.org/downloads/",
2780 "license": [
2781 "AGPL-3.0"
2782 ],
2783 "authors": [
2784 {
2785 "name": "Jeremy Benoist",
2786 "email": "jeremy.benoist@gmail.com",
2787 "role": "Developer"
2788 },
2789 {
2790 "name": "FiveFilters.org",
2791 "email": "fivefilters@fivefilters.org",
2792 "role": "Developer (original version)"
2793 }
2794 ],
2795 "description": "Graby helps you extract article content from web pages",
2796 "time": "2016-02-12 08:30:42"
2797 },
2798 {
2799 "name": "j0k3r/graby-site-config",
2800 "version": "1.0.14",
2801 "source": {
2802 "type": "git",
2803 "url": "https://github.com/j0k3r/graby-site-config.git",
2804 "reference": "bd9b8555b72a23b1dcaa47ec9072eadc6507a311"
2805 },
2806 "dist": {
2807 "type": "zip",
2808 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/bd9b8555b72a23b1dcaa47ec9072eadc6507a311",
2809 "reference": "bd9b8555b72a23b1dcaa47ec9072eadc6507a311",
2810 "shasum": ""
2811 },
2812 "require": {
2813 "symfony/finder": "~2.6|~3.0"
2814 },
2815 "type": "library",
2816 "autoload": {
2817 "psr-4": {
2818 "GrabySiteConfig\\SiteConfig\\": "src/"
2819 }
2820 },
2821 "notification-url": "https://packagist.org/downloads/",
2822 "license": [
2823 "AGPL-3.0"
2824 ],
2825 "authors": [
2826 {
2827 "name": "Jeremy Benoist",
2828 "email": "jeremy.benoist@gmail.com"
2829 }
2830 ],
2831 "description": "Graby site config files",
2832 "time": "2016-02-29 12:02:57"
2833 },
2834 {
2835 "name": "j0k3r/php-readability",
2836 "version": "1.1.1",
2837 "source": {
2838 "type": "git",
2839 "url": "https://github.com/j0k3r/php-readability.git",
2840 "reference": "dec4514c00abf024c570ca496d844e70494b7cda"
2841 },
2842 "dist": {
2843 "type": "zip",
2844 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/dec4514c00abf024c570ca496d844e70494b7cda",
2845 "reference": "dec4514c00abf024c570ca496d844e70494b7cda",
2846 "shasum": ""
2847 },
2848 "require": {
2849 "monolog/monolog": "^1.13.1",
2850 "php": ">=5.3.3"
2851 },
2852 "require-dev": {
2853 "satooshi/php-coveralls": "~0.6"
2854 },
2855 "type": "library",
2856 "autoload": {
2857 "psr-4": {
2858 "Readability\\": "src/"
2859 }
2860 },
2861 "notification-url": "https://packagist.org/downloads/",
2862 "license": [
2863 "Apache-2.0"
2864 ],
2865 "authors": [
2866 {
2867 "name": "Keyvan Minoukadeh",
2868 "email": "keyvan@keyvan.net",
2869 "homepage": "http://keyvan.net",
2870 "role": "Developer (ported original JS code to PHP)"
2871 },
2872 {
2873 "name": "Arc90",
2874 "homepage": "http://arc90.com",
2875 "role": "Developer (original JS version)"
2876 },
2877 {
2878 "name": "Jeremy Benoist",
2879 "email": "jeremy.benoist@gmail.com",
2880 "homepage": "http://www.j0k3r.net",
2881 "role": "Developer"
2882 },
2883 {
2884 "name": "DitherSky",
2885 "homepage": "https://github.com/Dither",
2886 "role": "Developer (https://github.com/Dither/full-text-rss)"
2887 }
2888 ],
2889 "description": "Automatic article extraction from HTML",
2890 "keywords": [
2891 "article",
2892 "article extraction",
2893 "content",
2894 "content extraction",
2895 "extraction",
2896 "html"
2897 ],
2898 "time": "2016-03-01 14:14:36"
2899 },
2900 {
2901 "name": "j0k3r/safecurl",
2902 "version": "2.0.2",
2903 "source": {
2904 "type": "git",
2905 "url": "https://github.com/j0k3r/safecurl.git",
2906 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b"
2907 },
2908 "dist": {
2909 "type": "zip",
2910 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2911 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2912 "shasum": ""
2913 },
2914 "require": {
2915 "ext-curl": "*",
2916 "php": ">=5.3.3"
2917 },
2918 "require-dev": {
2919 "phpunit/phpunit": "^4.0.0"
2920 },
2921 "type": "library",
2922 "autoload": {
2923 "psr-4": {
2924 "fin1te\\SafeCurl\\": "src/"
2925 }
2926 },
2927 "notification-url": "https://packagist.org/downloads/",
2928 "license": [
2929 "MIT"
2930 ],
2931 "authors": [
2932 {
2933 "name": "Jeremy Benoist",
2934 "email": "jeremy.benoist@gmail.com"
2935 },
2936 {
2937 "name": "Jack W",
2938 "email": "jack@fin1te.net",
2939 "role": "Developer (original version)"
2940 }
2941 ],
2942 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
2943 "keywords": [
2944 "curl",
2945 "safe",
2946 "safecurl",
2947 "ssrf",
2948 "websec"
2949 ],
2950 "time": "2015-11-23 08:16:01"
2951 },
2952 {
2953 "name": "jdorn/sql-formatter",
2954 "version": "v1.2.17",
2955 "source": {
2956 "type": "git",
2957 "url": "https://github.com/jdorn/sql-formatter.git",
2958 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2959 },
2960 "dist": {
2961 "type": "zip",
2962 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2963 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2964 "shasum": ""
2965 },
2966 "require": {
2967 "php": ">=5.2.4"
2968 },
2969 "require-dev": {
2970 "phpunit/phpunit": "3.7.*"
2971 },
2972 "type": "library",
2973 "extra": {
2974 "branch-alias": {
2975 "dev-master": "1.3.x-dev"
2976 }
2977 },
2978 "autoload": {
2979 "classmap": [
2980 "lib"
2981 ]
2982 },
2983 "notification-url": "https://packagist.org/downloads/",
2984 "license": [
2985 "MIT"
2986 ],
2987 "authors": [
2988 {
2989 "name": "Jeremy Dorn",
2990 "email": "jeremy@jeremydorn.com",
2991 "homepage": "http://jeremydorn.com/"
2992 }
2993 ],
2994 "description": "a PHP SQL highlighting library",
2995 "homepage": "https://github.com/jdorn/sql-formatter/",
2996 "keywords": [
2997 "highlight",
2998 "sql"
2999 ],
3000 "time": "2014-01-12 16:20:24"
3001 },
3002 {
3003 "name": "jms/metadata",
3004 "version": "1.5.1",
3005 "source": {
3006 "type": "git",
3007 "url": "https://github.com/schmittjoh/metadata.git",
3008 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
3009 },
3010 "dist": {
3011 "type": "zip",
3012 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
3013 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
3014 "shasum": ""
3015 },
3016 "require": {
3017 "php": ">=5.3.0"
3018 },
3019 "require-dev": {
3020 "doctrine/cache": "~1.0"
3021 },
3022 "type": "library",
3023 "extra": {
3024 "branch-alias": {
3025 "dev-master": "1.5.x-dev"
3026 }
3027 },
3028 "autoload": {
3029 "psr-0": {
3030 "Metadata\\": "src/"
3031 }
3032 },
3033 "notification-url": "https://packagist.org/downloads/",
3034 "license": [
3035 "Apache"
3036 ],
3037 "authors": [
3038 {
3039 "name": "Johannes Schmitt",
3040 "email": "schmittjoh@gmail.com",
3041 "homepage": "https://github.com/schmittjoh",
3042 "role": "Developer of wrapped JMSSerializerBundle"
3043 }
3044 ],
3045 "description": "Class/method/property metadata management in PHP",
3046 "keywords": [
3047 "annotations",
3048 "metadata",
3049 "xml",
3050 "yaml"
3051 ],
3052 "time": "2014-07-12 07:13:19"
3053 },
3054 {
3055 "name": "jms/parser-lib",
3056 "version": "1.0.0",
3057 "source": {
3058 "type": "git",
3059 "url": "https://github.com/schmittjoh/parser-lib.git",
3060 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
3061 },
3062 "dist": {
3063 "type": "zip",
3064 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3065 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3066 "shasum": ""
3067 },
3068 "require": {
3069 "phpoption/phpoption": ">=0.9,<2.0-dev"
3070 },
3071 "type": "library",
3072 "extra": {
3073 "branch-alias": {
3074 "dev-master": "1.0-dev"
3075 }
3076 },
3077 "autoload": {
3078 "psr-0": {
3079 "JMS\\": "src/"
3080 }
3081 },
3082 "notification-url": "https://packagist.org/downloads/",
3083 "license": [
3084 "Apache2"
3085 ],
3086 "description": "A library for easily creating recursive-descent parsers.",
3087 "time": "2012-11-18 18:08:43"
3088 },
3089 {
3090 "name": "jms/serializer",
3091 "version": "1.1.0",
3092 "source": {
3093 "type": "git",
3094 "url": "https://github.com/schmittjoh/serializer.git",
3095 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
3096 },
3097 "dist": {
3098 "type": "zip",
3099 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
3100 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
3101 "shasum": ""
3102 },
3103 "require": {
3104 "doctrine/annotations": "1.*",
3105 "doctrine/instantiator": "~1.0.3",
3106 "jms/metadata": "~1.1",
3107 "jms/parser-lib": "1.*",
3108 "php": ">=5.4.0",
3109 "phpcollection/phpcollection": "~0.1"
3110 },
3111 "conflict": {
3112 "twig/twig": "<1.12"
3113 },
3114 "require-dev": {
3115 "doctrine/orm": "~2.1",
3116 "doctrine/phpcr-odm": "~1.0.1",
3117 "jackalope/jackalope-doctrine-dbal": "1.0.*",
3118 "phpunit/phpunit": "~4.0",
3119 "propel/propel1": "~1.7",
3120 "symfony/filesystem": "2.*",
3121 "symfony/form": "~2.1",
3122 "symfony/translation": "~2.0",
3123 "symfony/validator": "~2.0",
3124 "symfony/yaml": "2.*",
3125 "twig/twig": "~1.12|~2.0"
3126 },
3127 "suggest": {
3128 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
3129 },
3130 "type": "library",
3131 "extra": {
3132 "branch-alias": {
3133 "dev-master": "1.1-dev"
3134 }
3135 },
3136 "autoload": {
3137 "psr-0": {
3138 "JMS\\Serializer": "src/"
3139 }
3140 },
3141 "notification-url": "https://packagist.org/downloads/",
3142 "license": [
3143 "Apache2"
3144 ],
3145 "authors": [
3146 {
3147 "name": "Johannes M. Schmitt",
3148 "email": "schmittjoh@gmail.com"
3149 }
3150 ],
3151 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
3152 "homepage": "http://jmsyst.com/libs/serializer",
3153 "keywords": [
3154 "deserialization",
3155 "jaxb",
3156 "json",
3157 "serialization",
3158 "xml"
3159 ],
3160 "time": "2015-10-27 09:24:41"
3161 },
3162 {
3163 "name": "jms/serializer-bundle",
3164 "version": "1.1.0",
3165 "target-dir": "JMS/SerializerBundle",
3166 "source": {
3167 "type": "git",
3168 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
3169 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
3170 },
3171 "dist": {
3172 "type": "zip",
3173 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
3174 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
3175 "shasum": ""
3176 },
3177 "require": {
3178 "jms/serializer": "^1.0.0",
3179 "php": ">=5.4.0",
3180 "phpoption/phpoption": "^1.1.0",
3181 "symfony/framework-bundle": "~2.3|~3.0"
3182 },
3183 "require-dev": {
3184 "doctrine/doctrine-bundle": "*",
3185 "doctrine/orm": "*",
3186 "symfony/browser-kit": "*",
3187 "symfony/class-loader": "*",
3188 "symfony/css-selector": "*",
3189 "symfony/finder": "*",
3190 "symfony/form": "*",
3191 "symfony/process": "*",
3192 "symfony/stopwatch": "*",
3193 "symfony/twig-bundle": "*",
3194 "symfony/validator": "*",
3195 "symfony/yaml": "*"
3196 },
3197 "suggest": {
3198 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
3199 },
3200 "type": "symfony-bundle",
3201 "extra": {
3202 "branch-alias": {
3203 "dev-master": "1.1-dev"
3204 }
3205 },
3206 "autoload": {
3207 "psr-0": {
3208 "JMS\\SerializerBundle": ""
3209 }
3210 },
3211 "notification-url": "https://packagist.org/downloads/",
3212 "license": [
3213 "Apache2"
3214 ],
3215 "authors": [
3216 {
3217 "name": "Johannes M. Schmitt",
3218 "email": "schmittjoh@gmail.com"
3219 }
3220 ],
3221 "description": "Allows you to easily serialize, and deserialize data of any complexity",
3222 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
3223 "keywords": [
3224 "deserialization",
3225 "jaxb",
3226 "json",
3227 "serialization",
3228 "xml"
3229 ],
3230 "time": "2015-11-10 12:26:42"
3231 },
3232 {
3233 "name": "kphoen/rulerz",
3234 "version": "0.18.1",
3235 "source": {
3236 "type": "git",
3237 "url": "https://github.com/K-Phoen/rulerz.git",
3238 "reference": "7228f1378c260e9c272f90ea191ac9d7959c98a7"
3239 },
3240 "dist": {
3241 "type": "zip",
3242 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/7228f1378c260e9c272f90ea191ac9d7959c98a7",
3243 "reference": "7228f1378c260e9c272f90ea191ac9d7959c98a7",
3244 "shasum": ""
3245 },
3246 "require": {
3247 "hoa/ruler": "~2.0",
3248 "php": ">=5.5",
3249 "symfony/property-access": "~2.3|~3.0"
3250 },
3251 "require-dev": {
3252 "behat/behat": "~3.0",
3253 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
3254 "doctrine/orm": "~2.4",
3255 "elasticsearch/elasticsearch": "~1.0",
3256 "illuminate/database": "~5.0",
3257 "mikey179/vfsstream": "~1.4",
3258 "phpspec/phpspec": "~2.0,>=2.4-dev",
3259 "pomm-project/cli": "~2.0@dev",
3260 "pomm-project/foundation": "~2.0@dev",
3261 "pomm-project/model-manager": "~2.0.@dev",
3262 "ruflin/elastica": "~1.0",
3263 "solarium/solarium": "~3.0",
3264 "vlucas/phpdotenv": "~2.1"
3265 },
3266 "suggest": {
3267 "doctrine/orm": "To execute rules as Doctrine queries",
3268 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
3269 "kphoen/rulerz-spec-builder": "If you want a specification builder",
3270 "pomm-project/model-manager": "To execute rules as Pomm queries",
3271 "solarium/solarium": "To execute rules as Solr queries"
3272 },
3273 "type": "library",
3274 "extra": {
3275 "branch-alias": {
3276 "dev-master": "1.0.x-dev"
3277 }
3278 },
3279 "autoload": {
3280 "psr-4": {
3281 "RulerZ\\": "src/"
3282 }
3283 },
3284 "notification-url": "https://packagist.org/downloads/",
3285 "license": [
3286 "MIT"
3287 ],
3288 "authors": [
3289 {
3290 "name": "Kévin Gomez",
3291 "email": "contact@kevingomez.fr"
3292 }
3293 ],
3294 "description": "Powerful implementation of the Specification pattern",
3295 "homepage": "https://github.com/K-Phoen/RulerZ",
3296 "keywords": [
3297 "doctrine",
3298 "specification"
3299 ],
3300 "time": "2016-02-19 21:44:56"
3301 },
3302 {
3303 "name": "kphoen/rulerz-bundle",
3304 "version": "0.12.0",
3305 "source": {
3306 "type": "git",
3307 "url": "https://github.com/K-Phoen/RulerZBundle.git",
3308 "reference": "ef5646f36d4f7d1392c8b51f99ec7f42424a9490"
3309 },
3310 "dist": {
3311 "type": "zip",
3312 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/ef5646f36d4f7d1392c8b51f99ec7f42424a9490",
3313 "reference": "ef5646f36d4f7d1392c8b51f99ec7f42424a9490",
3314 "shasum": ""
3315 },
3316 "require": {
3317 "kphoen/rulerz": "~0.17",
3318 "symfony/framework-bundle": "~2.5|~3.0",
3319 "symfony/validator": "~2.5|~3.0"
3320 },
3321 "require-dev": {
3322 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
3323 "mikey179/vfsstream": "~1.0",
3324 "phpunit/phpunit": "~4.8",
3325 "symfony/phpunit-bridge": "~2.7|~3.0"
3326 },
3327 "type": "symfony-bundle",
3328 "autoload": {
3329 "psr-4": {
3330 "KPhoen\\RulerZBundle\\": ""
3331 }
3332 },
3333 "notification-url": "https://packagist.org/downloads/",
3334 "license": [
3335 "MIT"
3336 ],
3337 "authors": [
3338 {
3339 "name": "Kévin Gomez",
3340 "email": "contact@kevingomez.fr"
3341 }
3342 ],
3343 "description": "Symfony2 Bundle for RulerZ",
3344 "homepage": "https://github.com/K-Phoen/RulerZBundle",
3345 "keywords": [
3346 "doctrine",
3347 "ruler",
3348 "rulerz",
3349 "specification"
3350 ],
3351 "time": "2016-01-20 10:11:33"
3352 },
3353 {
3354 "name": "kriswallsmith/assetic",
3355 "version": "v1.3.2",
3356 "source": {
3357 "type": "git",
3358 "url": "https://github.com/kriswallsmith/assetic.git",
3359 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
3360 },
3361 "dist": {
3362 "type": "zip",
3363 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
3364 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
3365 "shasum": ""
3366 },
3367 "require": {
3368 "php": ">=5.3.1",
3369 "symfony/process": "~2.1|~3.0"
3370 },
3371 "conflict": {
3372 "twig/twig": "<1.23"
3373 },
3374 "require-dev": {
3375 "cssmin/cssmin": "3.0.1",
3376 "joliclic/javascript-packer": "1.1",
3377 "kamicane/packager": "1.0",
3378 "leafo/lessphp": "^0.3.7",
3379 "leafo/scssphp": "~0.1",
3380 "mrclay/minify": "~2.2",
3381 "patchwork/jsqueeze": "~1.0|~2.0",
3382 "phpunit/phpunit": "~4.8",
3383 "psr/log": "~1.0",
3384 "ptachoire/cssembed": "~1.0",
3385 "symfony/phpunit-bridge": "~2.7|~3.0",
3386 "twig/twig": "~1.8|~2.0"
3387 },
3388 "suggest": {
3389 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
3390 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
3391 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
3392 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
3393 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
3394 "twig/twig": "Assetic provides the integration with the Twig templating engine"
3395 },
3396 "type": "library",
3397 "extra": {
3398 "branch-alias": {
3399 "dev-master": "1.4-dev"
3400 }
3401 },
3402 "autoload": {
3403 "psr-0": {
3404 "Assetic": "src/"
3405 },
3406 "files": [
3407 "src/functions.php"
3408 ]
3409 },
3410 "notification-url": "https://packagist.org/downloads/",
3411 "license": [
3412 "MIT"
3413 ],
3414 "authors": [
3415 {
3416 "name": "Kris Wallsmith",
3417 "email": "kris.wallsmith@gmail.com",
3418 "homepage": "http://kriswallsmith.net/"
3419 }
3420 ],
3421 "description": "Asset Management for PHP",
3422 "homepage": "https://github.com/kriswallsmith/assetic",
3423 "keywords": [
3424 "assets",
3425 "compression",
3426 "minification"
3427 ],
3428 "time": "2015-11-12 13:51:40"
3429 },
3430 {
3431 "name": "lexik/form-filter-bundle",
3432 "version": "v5.0.0",
3433 "source": {
3434 "type": "git",
3435 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
3436 "reference": "dbc3c81600d2334a3408b37dccc3627d2019472c"
3437 },
3438 "dist": {
3439 "type": "zip",
3440 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/dbc3c81600d2334a3408b37dccc3627d2019472c",
3441 "reference": "dbc3c81600d2334a3408b37dccc3627d2019472c",
3442 "shasum": ""
3443 },
3444 "require": {
3445 "doctrine/orm": "^2.4.8",
3446 "php": ">=5.5.9",
3447 "symfony/form": "~2.8|~3.0",
3448 "symfony/framework-bundle": "~2.8|~3.0"
3449 },
3450 "require-dev": {
3451 "doctrine/mongodb-odm-bundle": "~3.0",
3452 "phpunit/phpunit": "~3.7"
3453 },
3454 "type": "symfony-bundle",
3455 "extra": {
3456 "branch-alias": {
3457 "dev-master": "5.x.x-dev"
3458 }
3459 },
3460 "autoload": {
3461 "psr-4": {
3462 "Lexik\\Bundle\\FormFilterBundle\\": ""
3463 }
3464 },
3465 "notification-url": "https://packagist.org/downloads/",
3466 "license": [
3467 "MIT"
3468 ],
3469 "authors": [
3470 {
3471 "name": "Dev Lexik",
3472 "email": "dev@lexik.fr"
3473 },
3474 {
3475 "name": "Cedric Girard",
3476 "email": "c.girard@lexik.fr"
3477 }
3478 ],
3479 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3480 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3481 "keywords": [
3482 "Symfony2",
3483 "bundle",
3484 "doctrine",
3485 "filter",
3486 "form"
3487 ],
3488 "time": "2016-01-11 17:05:05"
3489 },
3490 {
3491 "name": "lexik/maintenance-bundle",
3492 "version": "v2.1.0",
3493 "source": {
3494 "type": "git",
3495 "url": "https://github.com/lexik/LexikMaintenanceBundle.git",
3496 "reference": "722b5be3f5d97c3f482a15d70f7a3eacd212a36d"
3497 },
3498 "dist": {
3499 "type": "zip",
3500 "url": "https://api.github.com/repos/lexik/LexikMaintenanceBundle/zipball/722b5be3f5d97c3f482a15d70f7a3eacd212a36d",
3501 "reference": "722b5be3f5d97c3f482a15d70f7a3eacd212a36d",
3502 "shasum": ""
3503 },
3504 "require": {
3505 "php": ">=5.3.2",
3506 "symfony/framework-bundle": "~2.7|~3.0"
3507 },
3508 "require-dev": {
3509 "symfony/phpunit-bridge": "~2.7|~3.0"
3510 },
3511 "type": "symfony-bundle",
3512 "extra": {
3513 "branch-alias": {
3514 "dev-master": "2.0.x-dev"
3515 }
3516 },
3517 "autoload": {
3518 "psr-4": {
3519 "Lexik\\Bundle\\MaintenanceBundle\\": ""
3520 }
3521 },
3522 "notification-url": "https://packagist.org/downloads/",
3523 "license": [
3524 "MIT"
3525 ],
3526 "authors": [
3527 {
3528 "name": "Dev Lexik",
3529 "email": "dev@lexik.fr"
3530 },
3531 {
3532 "name": "Gilles Gauthier",
3533 "email": "g.gauthier@lexik.fr"
3534 },
3535 {
3536 "name": "Djuri Baars",
3537 "email": "info@djurict.nl"
3538 }
3539 ],
3540 "description": "This bundle allows you to place your website in maintenance mode by calling two commands from your console.",
3541 "homepage": "https://github.com/lexik/LexikMaintenanceBundle",
3542 "keywords": [
3543 "Symfony2",
3544 "bundle",
3545 "maintenance"
3546 ],
3547 "time": "2016-02-22 08:01:18"
3548 },
3549 {
3550 "name": "liip/theme-bundle",
3551 "version": "1.4.0",
3552 "source": {
3553 "type": "git",
3554 "url": "https://github.com/liip/LiipThemeBundle.git",
3555 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905"
3556 },
3557 "dist": {
3558 "type": "zip",
3559 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3560 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3561 "shasum": ""
3562 },
3563 "require": {
3564 "php": "^5.3.9|^7.0",
3565 "psr/log": "~1.0",
3566 "symfony/framework-bundle": "~2.3|~3.0"
3567 },
3568 "require-dev": {
3569 "kriswallsmith/assetic": "~1.1",
3570 "phpunit/php-code-coverage": "~2.2@stable",
3571 "phpunit/phpunit": "~4.5@stable",
3572 "symfony/console": "~2.3|~3.0",
3573 "symfony/expression-language": "~2.6|~3.0",
3574 "twig/twig": "~1.4|~2.0@dev"
3575 },
3576 "type": "symfony-bundle",
3577 "extra": {
3578 "branch-alias": {
3579 "dev-master": "1.4-dev"
3580 }
3581 },
3582 "autoload": {
3583 "psr-4": {
3584 "Liip\\ThemeBundle\\": ""
3585 }
3586 },
3587 "notification-url": "https://packagist.org/downloads/",
3588 "license": [
3589 "MIT"
3590 ],
3591 "authors": [
3592 {
3593 "name": "Community contributions",
3594 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
3595 },
3596 {
3597 "name": "Liip AG",
3598 "homepage": "http://www.liip.ch/"
3599 }
3600 ],
3601 "description": "Provides theming support for #Symfony2 Bundles",
3602 "keywords": [
3603 "themes",
3604 "theming"
3605 ],
3606 "time": "2015-12-05 09:33:29"
3607 },
3608 {
3609 "name": "mgargano/simplehtmldom",
3610 "version": "1.5",
3611 "source": {
3612 "type": "git",
3613 "url": "https://github.com/matgargano/simplehtmldom.git",
3614 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
3615 },
3616 "dist": {
3617 "type": "zip",
3618 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3619 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3620 "shasum": ""
3621 },
3622 "require": {
3623 "php": ">=5.3.0"
3624 },
3625 "type": "library",
3626 "autoload": {
3627 "psr-0": {
3628 "SimpleHtmlDom": "src/"
3629 },
3630 "files": [
3631 "src/simple_html_dom.php"
3632 ]
3633 },
3634 "notification-url": "https://packagist.org/downloads/",
3635 "license": [
3636 "The MIT License"
3637 ],
3638 "authors": [
3639 {
3640 "name": "S.C. Chen",
3641 "email": "me578022@gmail.com"
3642 }
3643 ],
3644 "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",
3645 "homepage": "http://simplehtmldom.sourceforge.net/",
3646 "keywords": [
3647 "Simple",
3648 "dom",
3649 "html"
3650 ],
3651 "time": "2014-01-05 18:17:34"
3652 },
3653 {
3654 "name": "michelf/php-markdown",
3655 "version": "1.6.0",
3656 "source": {
3657 "type": "git",
3658 "url": "https://github.com/michelf/php-markdown.git",
3659 "reference": "156e56ee036505ec637d761ee62dc425d807183c"
3660 },
3661 "dist": {
3662 "type": "zip",
3663 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
3664 "reference": "156e56ee036505ec637d761ee62dc425d807183c",
3665 "shasum": ""
3666 },
3667 "require": {
3668 "php": ">=5.3.0"
3669 },
3670 "type": "library",
3671 "extra": {
3672 "branch-alias": {
3673 "dev-lib": "1.4.x-dev"
3674 }
3675 },
3676 "autoload": {
3677 "psr-0": {
3678 "Michelf": ""
3679 }
3680 },
3681 "notification-url": "https://packagist.org/downloads/",
3682 "license": [
3683 "BSD-3-Clause"
3684 ],
3685 "authors": [
3686 {
3687 "name": "Michel Fortin",
3688 "email": "michel.fortin@michelf.ca",
3689 "homepage": "https://michelf.ca/",
3690 "role": "Developer"
3691 },
3692 {
3693 "name": "John Gruber",
3694 "homepage": "https://daringfireball.net/"
3695 }
3696 ],
3697 "description": "PHP Markdown",
3698 "homepage": "https://michelf.ca/projects/php-markdown/",
3699 "keywords": [
3700 "markdown"
3701 ],
3702 "time": "2015-12-24 01:37:31"
3703 },
3704 {
3705 "name": "mnapoli/piwik-twig-extension",
3706 "version": "1.0.0",
3707 "source": {
3708 "type": "git",
3709 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
3710 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f"
3711 },
3712 "dist": {
3713 "type": "zip",
3714 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/5171ab7221830a9d377add03dd60dbe6bd7b331f",
3715 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f",
3716 "shasum": ""
3717 },
3718 "require": {
3719 "php": ">=5.4",
3720 "twig/twig": "~1.10"
3721 },
3722 "require-dev": {
3723 "phpunit/phpunit": "~4.0"
3724 },
3725 "type": "library",
3726 "autoload": {
3727 "psr-4": {
3728 "PiwikTwigExtension\\": "src/"
3729 }
3730 },
3731 "notification-url": "https://packagist.org/downloads/",
3732 "license": [
3733 "MIT"
3734 ],
3735 "time": "2014-09-16 06:51:19"
3736 },
3737 {
3738 "name": "monolog/monolog",
3739 "version": "1.18.0",
3740 "source": {
3741 "type": "git",
3742 "url": "https://github.com/Seldaek/monolog.git",
3743 "reference": "e19b764b5c855580e8ffa7e615f72c10fd2f99cc"
3744 },
3745 "dist": {
3746 "type": "zip",
3747 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/e19b764b5c855580e8ffa7e615f72c10fd2f99cc",
3748 "reference": "e19b764b5c855580e8ffa7e615f72c10fd2f99cc",
3749 "shasum": ""
3750 },
3751 "require": {
3752 "php": ">=5.3.0",
3753 "psr/log": "~1.0"
3754 },
3755 "provide": {
3756 "psr/log-implementation": "1.0.0"
3757 },
3758 "require-dev": {
3759 "aws/aws-sdk-php": "^2.4.9",
3760 "doctrine/couchdb": "~1.0@dev",
3761 "graylog2/gelf-php": "~1.0",
3762 "jakub-onderka/php-parallel-lint": "0.9",
3763 "php-console/php-console": "^3.1.3",
3764 "phpunit/phpunit": "~4.5",
3765 "phpunit/phpunit-mock-objects": "2.3.0",
3766 "raven/raven": "^0.13",
3767 "ruflin/elastica": ">=0.90 <3.0",
3768 "swiftmailer/swiftmailer": "~5.3",
3769 "videlalvaro/php-amqplib": "~2.4"
3770 },
3771 "suggest": {
3772 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3773 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3774 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3775 "ext-mongo": "Allow sending log messages to a MongoDB server",
3776 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3777 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3778 "php-console/php-console": "Allow sending log messages to Google Chrome",
3779 "raven/raven": "Allow sending log messages to a Sentry server",
3780 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3781 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3782 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
3783 },
3784 "type": "library",
3785 "extra": {
3786 "branch-alias": {
3787 "dev-master": "2.0.x-dev"
3788 }
3789 },
3790 "autoload": {
3791 "psr-4": {
3792 "Monolog\\": "src/Monolog"
3793 }
3794 },
3795 "notification-url": "https://packagist.org/downloads/",
3796 "license": [
3797 "MIT"
3798 ],
3799 "authors": [
3800 {
3801 "name": "Jordi Boggiano",
3802 "email": "j.boggiano@seld.be",
3803 "homepage": "http://seld.be"
3804 }
3805 ],
3806 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3807 "homepage": "http://github.com/Seldaek/monolog",
3808 "keywords": [
3809 "log",
3810 "logging",
3811 "psr-3"
3812 ],
3813 "time": "2016-03-01 18:00:40"
3814 },
3815 {
3816 "name": "neitanod/forceutf8",
3817 "version": "v2.0",
3818 "source": {
3819 "type": "git",
3820 "url": "https://github.com/neitanod/forceutf8.git",
3821 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90"
3822 },
3823 "dist": {
3824 "type": "zip",
3825 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3826 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3827 "shasum": ""
3828 },
3829 "require": {
3830 "php": ">=5.3.0"
3831 },
3832 "type": "library",
3833 "autoload": {
3834 "psr-0": {
3835 "ForceUTF8\\": "src/"
3836 }
3837 },
3838 "notification-url": "https://packagist.org/downloads/",
3839 "authors": [
3840 {
3841 "name": "Sebastián Grignoli",
3842 "email": "grignoli@gmail.com"
3843 }
3844 ],
3845 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
3846 "homepage": "https://github.com/neitanod/forceutf8",
3847 "time": "2015-05-07 16:37:23"
3848 },
3849 {
3850 "name": "nelmio/api-doc-bundle",
3851 "version": "2.11.2",
3852 "target-dir": "Nelmio/ApiDocBundle",
3853 "source": {
3854 "type": "git",
3855 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
3856 "reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d"
3857 },
3858 "dist": {
3859 "type": "zip",
3860 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/1ae2cfa9a50279d722d6b6e7b02322cef948d55d",
3861 "reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d",
3862 "shasum": ""
3863 },
3864 "require": {
3865 "michelf/php-markdown": "~1.4",
3866 "php": ">=5.3",
3867 "symfony/console": "~2.3|~3.0",
3868 "symfony/framework-bundle": "~2.3|~3.0",
3869 "symfony/twig-bundle": "~2.3|~3.0"
3870 },
3871 "conflict": {
3872 "jms/serializer": "<0.12",
3873 "jms/serializer-bundle": "<0.11",
3874 "twig/twig": "<1.12"
3875 },
3876 "require-dev": {
3877 "doctrine/doctrine-bundle": "~1.5",
3878 "doctrine/orm": "~2.3",
3879 "dunglas/api-bundle": "~1.0@dev",
3880 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
3881 "jms/serializer-bundle": ">=0.11",
3882 "sensio/framework-extra-bundle": "~3.0",
3883 "symfony/browser-kit": "~2.3|~3.0",
3884 "symfony/css-selector": "~2.3|~3.0",
3885 "symfony/finder": "~2.3|~3.0",
3886 "symfony/form": "~2.3|~3.0",
3887 "symfony/phpunit-bridge": "~2.7|~3.0",
3888 "symfony/serializer": "~2.7|~3.0",
3889 "symfony/validator": "~2.3|~3.0",
3890 "symfony/yaml": "~2.3|~3.0"
3891 },
3892 "suggest": {
3893 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
3894 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3895 "jms/serializer": "For making use of serializer information in the doc.",
3896 "symfony/form": "For using form definitions as input.",
3897 "symfony/validator": "For making use of validator information in the doc."
3898 },
3899 "type": "symfony-bundle",
3900 "extra": {
3901 "branch-alias": {
3902 "dev-master": "2.11-dev"
3903 }
3904 },
3905 "autoload": {
3906 "psr-0": {
3907 "Nelmio\\ApiDocBundle": ""
3908 }
3909 },
3910 "notification-url": "https://packagist.org/downloads/",
3911 "license": [
3912 "MIT"
3913 ],
3914 "authors": [
3915 {
3916 "name": "Nelmio",
3917 "homepage": "http://nelm.io"
3918 },
3919 {
3920 "name": "Symfony Community",
3921 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3922 }
3923 ],
3924 "description": "Generates documentation for your REST API from annotations",
3925 "keywords": [
3926 "api",
3927 "doc",
3928 "documentation",
3929 "rest"
3930 ],
3931 "time": "2015-12-16 15:17:51"
3932 },
3933 {
3934 "name": "nelmio/cors-bundle",
3935 "version": "1.4.1",
3936 "source": {
3937 "type": "git",
3938 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
3939 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
3940 },
3941 "dist": {
3942 "type": "zip",
3943 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
3944 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
3945 "shasum": ""
3946 },
3947 "require": {
3948 "symfony/framework-bundle": "^2.2 || ^3.0"
3949 },
3950 "require-dev": {
3951 "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3952 "mockery/mockery": "0.9.*"
3953 },
3954 "type": "symfony-bundle",
3955 "extra": {
3956 "branch-alias": {
3957 "dev-master": "1.4.x-dev"
3958 }
3959 },
3960 "autoload": {
3961 "psr-4": {
3962 "Nelmio\\CorsBundle\\": ""
3963 },
3964 "exclude-from-classmap": [
3965 "/Tests/"
3966 ]
3967 },
3968 "notification-url": "https://packagist.org/downloads/",
3969 "license": [
3970 "MIT"
3971 ],
3972 "authors": [
3973 {
3974 "name": "Nelmio",
3975 "homepage": "http://nelm.io"
3976 },
3977 {
3978 "name": "Symfony Community",
3979 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3980 }
3981 ],
3982 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3983 "keywords": [
3984 "api",
3985 "cors",
3986 "crossdomain"
3987 ],
3988 "time": "2015-12-09 17:26:34"
3989 },
3990 {
3991 "name": "ocramius/proxy-manager",
3992 "version": "1.0.2",
3993 "source": {
3994 "type": "git",
3995 "url": "https://github.com/Ocramius/ProxyManager.git",
3996 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3997 },
3998 "dist": {
3999 "type": "zip",
4000 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
4001 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
4002 "shasum": ""
4003 },
4004 "require": {
4005 "php": ">=5.3.3",
4006 "zendframework/zend-code": ">2.2.5,<3.0"
4007 },
4008 "require-dev": {
4009 "ext-phar": "*",
4010 "phpunit/phpunit": "~4.0",
4011 "squizlabs/php_codesniffer": "1.5.*"
4012 },
4013 "suggest": {
4014 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
4015 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
4016 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
4017 "zendframework/zend-stdlib": "To use the hydrator proxy",
4018 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
4019 },
4020 "type": "library",
4021 "extra": {
4022 "branch-alias": {
4023 "dev-master": "2.0.x-dev"
4024 }
4025 },
4026 "autoload": {
4027 "psr-0": {
4028 "ProxyManager\\": "src"
4029 }
4030 },
4031 "notification-url": "https://packagist.org/downloads/",
4032 "license": [
4033 "MIT"
4034 ],
4035 "authors": [
4036 {
4037 "name": "Marco Pivetta",
4038 "email": "ocramius@gmail.com",
4039 "homepage": "http://ocramius.github.com/"
4040 }
4041 ],
4042 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
4043 "homepage": "https://github.com/Ocramius/ProxyManager",
4044 "keywords": [
4045 "aop",
4046 "lazy loading",
4047 "proxy",
4048 "proxy pattern",
4049 "service proxies"
4050 ],
4051 "time": "2015-08-09 04:28:19"
4052 },
4053 {
4054 "name": "pagerfanta/pagerfanta",
4055 "version": "v1.0.3",
4056 "source": {
4057 "type": "git",
4058 "url": "https://github.com/whiteoctober/Pagerfanta.git",
4059 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
4060 },
4061 "dist": {
4062 "type": "zip",
4063 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
4064 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
4065 "shasum": ""
4066 },
4067 "require": {
4068 "php": ">=5.3.0"
4069 },
4070 "require-dev": {
4071 "doctrine/orm": "~2.3",
4072 "doctrine/phpcr-odm": "1.*",
4073 "jackalope/jackalope-doctrine-dbal": "1.*",
4074 "jmikola/geojson": "~1.0",
4075 "mandango/mandango": "~1.0@dev",
4076 "mandango/mondator": "~1.0@dev",
4077 "phpunit/phpunit": "~4",
4078 "propel/propel1": "~1.6",
4079 "ruflin/elastica": "~1.3",
4080 "solarium/solarium": "~3.1"
4081 },
4082 "suggest": {
4083 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
4084 "doctrine/orm": "To use the DoctrineORMAdapter.",
4085 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
4086 "mandango/mandango": "To use the MandangoAdapter.",
4087 "propel/propel1": "To use the PropelAdapter",
4088 "solarium/solarium": "To use the SolariumAdapter."
4089 },
4090 "type": "library",
4091 "extra": {
4092 "branch-alias": {
4093 "dev-master": "1.0.x-dev"
4094 }
4095 },
4096 "autoload": {
4097 "psr-0": {
4098 "Pagerfanta\\": "src/"
4099 }
4100 },
4101 "notification-url": "https://packagist.org/downloads/",
4102 "license": [
4103 "MIT"
4104 ],
4105 "authors": [
4106 {
4107 "name": "Pablo Díez",
4108 "email": "pablodip@gmail.com"
4109 }
4110 ],
4111 "description": "Pagination for PHP 5.3",
4112 "keywords": [
4113 "page",
4114 "pagination",
4115 "paginator",
4116 "paging"
4117 ],
4118 "time": "2014-10-06 10:57:25"
4119 },
4120 {
4121 "name": "paragonie/random_compat",
4122 "version": "v1.2.2",
4123 "source": {
4124 "type": "git",
4125 "url": "https://github.com/paragonie/random_compat.git",
4126 "reference": "b3313b618f4edd76523572531d5d7e22fe747430"
4127 },
4128 "dist": {
4129 "type": "zip",
4130 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/b3313b618f4edd76523572531d5d7e22fe747430",
4131 "reference": "b3313b618f4edd76523572531d5d7e22fe747430",
4132 "shasum": ""
4133 },
4134 "require": {
4135 "php": ">=5.2.0"
4136 },
4137 "require-dev": {
4138 "phpunit/phpunit": "4.*|5.*"
4139 },
4140 "suggest": {
4141 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
4142 },
4143 "type": "library",
4144 "autoload": {
4145 "files": [
4146 "lib/random.php"
4147 ]
4148 },
4149 "notification-url": "https://packagist.org/downloads/",
4150 "license": [
4151 "MIT"
4152 ],
4153 "authors": [
4154 {
4155 "name": "Paragon Initiative Enterprises",
4156 "email": "security@paragonie.com",
4157 "homepage": "https://paragonie.com"
4158 }
4159 ],
4160 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
4161 "keywords": [
4162 "csprng",
4163 "pseudorandom",
4164 "random"
4165 ],
4166 "time": "2016-03-11 19:54:08"
4167 },
4168 {
4169 "name": "phpcollection/phpcollection",
4170 "version": "0.4.0",
4171 "source": {
4172 "type": "git",
4173 "url": "https://github.com/schmittjoh/php-collection.git",
4174 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
4175 },
4176 "dist": {
4177 "type": "zip",
4178 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
4179 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
4180 "shasum": ""
4181 },
4182 "require": {
4183 "phpoption/phpoption": "1.*"
4184 },
4185 "type": "library",
4186 "extra": {
4187 "branch-alias": {
4188 "dev-master": "0.3-dev"
4189 }
4190 },
4191 "autoload": {
4192 "psr-0": {
4193 "PhpCollection": "src/"
4194 }
4195 },
4196 "notification-url": "https://packagist.org/downloads/",
4197 "license": [
4198 "Apache2"
4199 ],
4200 "authors": [
4201 {
4202 "name": "Johannes Schmitt",
4203 "email": "schmittjoh@gmail.com",
4204 "homepage": "https://github.com/schmittjoh",
4205 "role": "Developer of wrapped JMSSerializerBundle"
4206 }
4207 ],
4208 "description": "General-Purpose Collection Library for PHP",
4209 "keywords": [
4210 "collection",
4211 "list",
4212 "map",
4213 "sequence",
4214 "set"
4215 ],
4216 "time": "2014-03-11 13:46:42"
4217 },
4218 {
4219 "name": "phpoption/phpoption",
4220 "version": "1.5.0",
4221 "source": {
4222 "type": "git",
4223 "url": "https://github.com/schmittjoh/php-option.git",
4224 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
4225 },
4226 "dist": {
4227 "type": "zip",
4228 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4229 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4230 "shasum": ""
4231 },
4232 "require": {
4233 "php": ">=5.3.0"
4234 },
4235 "require-dev": {
4236 "phpunit/phpunit": "4.7.*"
4237 },
4238 "type": "library",
4239 "extra": {
4240 "branch-alias": {
4241 "dev-master": "1.3-dev"
4242 }
4243 },
4244 "autoload": {
4245 "psr-0": {
4246 "PhpOption\\": "src/"
4247 }
4248 },
4249 "notification-url": "https://packagist.org/downloads/",
4250 "license": [
4251 "Apache2"
4252 ],
4253 "authors": [
4254 {
4255 "name": "Johannes M. Schmitt",
4256 "email": "schmittjoh@gmail.com"
4257 }
4258 ],
4259 "description": "Option Type for PHP",
4260 "keywords": [
4261 "language",
4262 "option",
4263 "php",
4264 "type"
4265 ],
4266 "time": "2015-07-25 16:39:46"
4267 },
4268 {
4269 "name": "phpzip/phpzip",
4270 "version": "2.0.8",
4271 "source": {
4272 "type": "git",
4273 "url": "https://github.com/Grandt/PHPZip.git",
4274 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
4275 },
4276 "dist": {
4277 "type": "zip",
4278 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
4279 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
4280 "shasum": ""
4281 },
4282 "require": {
4283 "grandt/binstring": ">=1.0.0",
4284 "grandt/phpzipmerge": ">=1.0.4",
4285 "grandt/relativepath": ">=1.0.2",
4286 "php": ">=5.3.0"
4287 },
4288 "type": "library",
4289 "autoload": {
4290 "psr-4": {
4291 "PHPZip\\Zip\\": "src/Zip"
4292 }
4293 },
4294 "notification-url": "https://packagist.org/downloads/",
4295 "license": [
4296 "LGPL-2.1"
4297 ],
4298 "authors": [
4299 {
4300 "name": "Adam Schmalhofer",
4301 "email": "Adam.Schmalhofer@gmx.de",
4302 "role": "Developer"
4303 },
4304 {
4305 "name": "A. Grandt",
4306 "email": "php@grandt.com",
4307 "homepage": "http://grandt.com",
4308 "role": "Developer"
4309 },
4310 {
4311 "name": "Greg Kappatos",
4312 "homepage": "http://websiteconnect.com.au",
4313 "role": "Developer"
4314 }
4315 ],
4316 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
4317 "homepage": "https://github.com/Grandt/PHPZip",
4318 "keywords": [
4319 "archive",
4320 "compressed",
4321 "compression",
4322 "phpzip",
4323 "pkzip",
4324 "stream",
4325 "zip"
4326 ],
4327 "time": "2015-11-16 16:30:51"
4328 },
4329 {
4330 "name": "psr/log",
4331 "version": "1.0.0",
4332 "source": {
4333 "type": "git",
4334 "url": "https://github.com/php-fig/log.git",
4335 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
4336 },
4337 "dist": {
4338 "type": "zip",
4339 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
4340 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
4341 "shasum": ""
4342 },
4343 "type": "library",
4344 "autoload": {
4345 "psr-0": {
4346 "Psr\\Log\\": ""
4347 }
4348 },
4349 "notification-url": "https://packagist.org/downloads/",
4350 "license": [
4351 "MIT"
4352 ],
4353 "authors": [
4354 {
4355 "name": "PHP-FIG",
4356 "homepage": "http://www.php-fig.org/"
4357 }
4358 ],
4359 "description": "Common interface for logging libraries",
4360 "keywords": [
4361 "log",
4362 "psr",
4363 "psr-3"
4364 ],
4365 "time": "2012-12-21 11:40:51"
4366 },
4367 {
4368 "name": "react/promise",
4369 "version": "v2.2.2",
4370 "source": {
4371 "type": "git",
4372 "url": "https://github.com/reactphp/promise.git",
4373 "reference": "3aacad8bf10c7d83e6fa2089d413529888c2bedf"
4374 },
4375 "dist": {
4376 "type": "zip",
4377 "url": "https://api.github.com/repos/reactphp/promise/zipball/3aacad8bf10c7d83e6fa2089d413529888c2bedf",
4378 "reference": "3aacad8bf10c7d83e6fa2089d413529888c2bedf",
4379 "shasum": ""
4380 },
4381 "require": {
4382 "php": ">=5.4.0"
4383 },
4384 "type": "library",
4385 "extra": {
4386 "branch-alias": {
4387 "dev-master": "2.0-dev"
4388 }
4389 },
4390 "autoload": {
4391 "psr-4": {
4392 "React\\Promise\\": "src/"
4393 },
4394 "files": [
4395 "src/functions_include.php"
4396 ]
4397 },
4398 "notification-url": "https://packagist.org/downloads/",
4399 "license": [
4400 "MIT"
4401 ],
4402 "authors": [
4403 {
4404 "name": "Jan Sorgalla",
4405 "email": "jsorgalla@gmail.com"
4406 }
4407 ],
4408 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
4409 "time": "2016-02-26 19:09:02"
4410 },
4411 {
4412 "name": "scheb/two-factor-bundle",
4413 "version": "v2.1.0",
4414 "source": {
4415 "type": "git",
4416 "url": "https://github.com/scheb/two-factor-bundle.git",
4417 "reference": "949f00ece5aabc1b6f38a81ab05fe73dcd406c91"
4418 },
4419 "dist": {
4420 "type": "zip",
4421 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/949f00ece5aabc1b6f38a81ab05fe73dcd406c91",
4422 "reference": "949f00ece5aabc1b6f38a81ab05fe73dcd406c91",
4423 "shasum": ""
4424 },
4425 "require": {
4426 "paragonie/random_compat": "~1.0",
4427 "sonata-project/google-authenticator": "~1.0",
4428 "symfony/symfony": "~2.6|~3.0"
4429 },
4430 "require-dev": {
4431 "satooshi/php-coveralls": "~0.6",
4432 "swiftmailer/swiftmailer": ">=4.3, <6.0",
4433 "symfony/phpunit-bridge": "~2.7|~3.0"
4434 },
4435 "type": "symfony-bundle",
4436 "autoload": {
4437 "psr-4": {
4438 "Scheb\\TwoFactorBundle\\": ""
4439 }
4440 },
4441 "notification-url": "https://packagist.org/downloads/",
4442 "license": [
4443 "MIT"
4444 ],
4445 "authors": [
4446 {
4447 "name": "Christian Scheb",
4448 "email": "me@christianscheb.de"
4449 }
4450 ],
4451 "description": "Provides two-factor authentication for Symfony applications",
4452 "homepage": "https://github.com/scheb/two-factor-bundle",
4453 "keywords": [
4454 "Authentication",
4455 "security",
4456 "symfony",
4457 "two-factor",
4458 "two-step"
4459 ],
4460 "time": "2016-02-14 14:03:21"
4461 },
4462 {
4463 "name": "sensio/distribution-bundle",
4464 "version": "v5.0.4",
4465 "source": {
4466 "type": "git",
4467 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
4468 "reference": "2c167426fc24f9de116345195bc1697a748ee847"
4469 },
4470 "dist": {
4471 "type": "zip",
4472 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/2c167426fc24f9de116345195bc1697a748ee847",
4473 "reference": "2c167426fc24f9de116345195bc1697a748ee847",
4474 "shasum": ""
4475 },
4476 "require": {
4477 "php": ">=5.3.9",
4478 "sensiolabs/security-checker": "~3.0",
4479 "symfony/class-loader": "~2.3|~3.0",
4480 "symfony/config": "~2.3|~3.0",
4481 "symfony/dependency-injection": "~2.3|~3.0",
4482 "symfony/filesystem": "~2.3|~3.0",
4483 "symfony/http-kernel": "~2.3|~3.0",
4484 "symfony/process": "~2.3|~3.0"
4485 },
4486 "type": "symfony-bundle",
4487 "extra": {
4488 "branch-alias": {
4489 "dev-master": "5.0.x-dev"
4490 }
4491 },
4492 "autoload": {
4493 "psr-4": {
4494 "Sensio\\Bundle\\DistributionBundle\\": ""
4495 }
4496 },
4497 "notification-url": "https://packagist.org/downloads/",
4498 "license": [
4499 "MIT"
4500 ],
4501 "authors": [
4502 {
4503 "name": "Fabien Potencier",
4504 "email": "fabien@symfony.com"
4505 }
4506 ],
4507 "description": "Base bundle for Symfony Distributions",
4508 "keywords": [
4509 "configuration",
4510 "distribution"
4511 ],
4512 "time": "2016-02-12 16:21:30"
4513 },
4514 {
4515 "name": "sensio/framework-extra-bundle",
4516 "version": "v3.0.14",
4517 "source": {
4518 "type": "git",
4519 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
4520 "reference": "cccf975c565ccd835bddc30a8fea5cdfe3357bf1"
4521 },
4522 "dist": {
4523 "type": "zip",
4524 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/cccf975c565ccd835bddc30a8fea5cdfe3357bf1",
4525 "reference": "cccf975c565ccd835bddc30a8fea5cdfe3357bf1",
4526 "shasum": ""
4527 },
4528 "require": {
4529 "doctrine/common": "~2.2",
4530 "symfony/dependency-injection": "~2.3|~3.0",
4531 "symfony/framework-bundle": "~2.3|~3.0"
4532 },
4533 "require-dev": {
4534 "symfony/browser-kit": "~2.3|~3.0",
4535 "symfony/dom-crawler": "~2.3|~3.0",
4536 "symfony/expression-language": "~2.4|~3.0",
4537 "symfony/finder": "~2.3|~3.0",
4538 "symfony/phpunit-bridge": "~2.7|~3.0",
4539 "symfony/security-bundle": "~2.4|~3.0",
4540 "symfony/twig-bundle": "~2.3|~3.0",
4541 "twig/twig": "~1.11|~2.0"
4542 },
4543 "suggest": {
4544 "symfony/expression-language": "",
4545 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
4546 "symfony/security-bundle": ""
4547 },
4548 "type": "symfony-bundle",
4549 "extra": {
4550 "branch-alias": {
4551 "dev-master": "3.0.x-dev"
4552 }
4553 },
4554 "autoload": {
4555 "psr-4": {
4556 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
4557 }
4558 },
4559 "notification-url": "https://packagist.org/downloads/",
4560 "license": [
4561 "MIT"
4562 ],
4563 "authors": [
4564 {
4565 "name": "Fabien Potencier",
4566 "email": "fabien@symfony.com"
4567 }
4568 ],
4569 "description": "This bundle provides a way to configure your controllers with annotations",
4570 "keywords": [
4571 "annotations",
4572 "controllers"
4573 ],
4574 "time": "2016-03-01 10:50:07"
4575 },
4576 {
4577 "name": "sensiolabs/security-checker",
4578 "version": "v3.0.2",
4579 "source": {
4580 "type": "git",
4581 "url": "https://github.com/sensiolabs/security-checker.git",
4582 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
4583 },
4584 "dist": {
4585 "type": "zip",
4586 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
4587 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
4588 "shasum": ""
4589 },
4590 "require": {
4591 "symfony/console": "~2.0|~3.0"
4592 },
4593 "bin": [
4594 "security-checker"
4595 ],
4596 "type": "library",
4597 "extra": {
4598 "branch-alias": {
4599 "dev-master": "3.0-dev"
4600 }
4601 },
4602 "autoload": {
4603 "psr-0": {
4604 "SensioLabs\\Security": ""
4605 }
4606 },
4607 "notification-url": "https://packagist.org/downloads/",
4608 "license": [
4609 "MIT"
4610 ],
4611 "authors": [
4612 {
4613 "name": "Fabien Potencier",
4614 "email": "fabien.potencier@gmail.com"
4615 }
4616 ],
4617 "description": "A security checker for your composer.lock",
4618 "time": "2015-11-07 08:07:40"
4619 },
4620 {
4621 "name": "simplepie/simplepie",
4622 "version": "1.3.1",
4623 "source": {
4624 "type": "git",
4625 "url": "https://github.com/simplepie/simplepie.git",
4626 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
4627 },
4628 "dist": {
4629 "type": "zip",
4630 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
4631 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
4632 "shasum": ""
4633 },
4634 "require": {
4635 "php": ">=5.2.0"
4636 },
4637 "type": "library",
4638 "autoload": {
4639 "psr-0": {
4640 "SimplePie": "library"
4641 }
4642 },
4643 "notification-url": "https://packagist.org/downloads/",
4644 "license": [
4645 "BSD-3-Clause"
4646 ],
4647 "authors": [
4648 {
4649 "name": "Ryan Parman",
4650 "homepage": "http://ryanparman.com/",
4651 "role": "Creator, alumnus developer"
4652 },
4653 {
4654 "name": "Geoffrey Sneddon",
4655 "homepage": "http://gsnedders.com/",
4656 "role": "Alumnus developer"
4657 },
4658 {
4659 "name": "Ryan McCue",
4660 "email": "me@ryanmccue.info",
4661 "homepage": "http://ryanmccue.info/",
4662 "role": "Developer"
4663 }
4664 ],
4665 "description": "A simple Atom/RSS parsing library for PHP",
4666 "homepage": "http://simplepie.org/",
4667 "keywords": [
4668 "atom",
4669 "feeds",
4670 "rss"
4671 ],
4672 "time": "2012-10-30 17:54:03"
4673 },
4674 {
4675 "name": "smalot/pdfparser",
4676 "version": "v0.9.25",
4677 "source": {
4678 "type": "git",
4679 "url": "https://github.com/smalot/pdfparser.git",
4680 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa"
4681 },
4682 "dist": {
4683 "type": "zip",
4684 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4685 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4686 "shasum": ""
4687 },
4688 "require": {
4689 "php": ">=5.3.0",
4690 "tecnickcom/tcpdf": ">=6.0.050"
4691 },
4692 "require-dev": {
4693 "atoum/atoum": "dev-master"
4694 },
4695 "type": "library",
4696 "autoload": {
4697 "psr-0": {
4698 "Smalot\\PdfParser\\": "src/"
4699 }
4700 },
4701 "notification-url": "https://packagist.org/downloads/",
4702 "license": [
4703 "GPL-3.0"
4704 ],
4705 "authors": [
4706 {
4707 "name": "Sebastien MALOT",
4708 "email": "sebastien@malot.fr",
4709 "homepage": "http://www.malot.fr",
4710 "role": "Developer"
4711 }
4712 ],
4713 "description": "Pdf parser library. Can read and extract information from pdf file.",
4714 "homepage": "http://www.pdfparser.org",
4715 "time": "2015-09-18 08:29:33"
4716 },
4717 {
4718 "name": "sonata-project/google-authenticator",
4719 "version": "1.0.2",
4720 "source": {
4721 "type": "git",
4722 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4723 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
4724 },
4725 "dist": {
4726 "type": "zip",
4727 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4728 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4729 "shasum": ""
4730 },
4731 "require": {
4732 "php": ">=5.3.0"
4733 },
4734 "type": "library",
4735 "autoload": {
4736 "psr-4": {
4737 "Google\\Authenticator\\": "lib/",
4738 "Google\\Authenticator\\Tests\\": "tests/"
4739 }
4740 },
4741 "notification-url": "https://packagist.org/downloads/",
4742 "license": [
4743 "MIT"
4744 ],
4745 "authors": [
4746 {
4747 "name": "Thomas Rabaix",
4748 "email": "thomas.rabaix@gmail.com",
4749 "homepage": "http://sonata-project.org/"
4750 },
4751 {
4752 "name": "Christian Stocker",
4753 "email": "me@chregu.tv"
4754 },
4755 {
4756 "name": "Andre DeMarre",
4757 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4758 }
4759 ],
4760 "description": "Library to integrate Google Authenticator into a PHP project",
4761 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
4762 "keywords": [
4763 "google authenticator"
4764 ],
4765 "time": "2014-03-31 09:18:53"
4766 },
4767 {
4768 "name": "stof/doctrine-extensions-bundle",
4769 "version": "v1.2.2",
4770 "source": {
4771 "type": "git",
4772 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
4773 "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25"
4774 },
4775 "dist": {
4776 "type": "zip",
4777 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25",
4778 "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25",
4779 "shasum": ""
4780 },
4781 "require": {
4782 "gedmo/doctrine-extensions": "^2.3.1",
4783 "php": ">=5.3.2",
4784 "symfony/framework-bundle": "~2.1|~3.0"
4785 },
4786 "suggest": {
4787 "doctrine/doctrine-bundle": "to use the ORM extensions",
4788 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
4789 },
4790 "type": "symfony-bundle",
4791 "extra": {
4792 "branch-alias": {
4793 "dev-master": "1.2.x-dev"
4794 }
4795 },
4796 "autoload": {
4797 "psr-4": {
4798 "Stof\\DoctrineExtensionsBundle\\": ""
4799 }
4800 },
4801 "notification-url": "https://packagist.org/downloads/",
4802 "license": [
4803 "MIT"
4804 ],
4805 "authors": [
4806 {
4807 "name": "Christophe Coevoet",
4808 "email": "stof@notk.org"
4809 }
4810 ],
4811 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
4812 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
4813 "keywords": [
4814 "behaviors",
4815 "doctrine2",
4816 "extensions",
4817 "gedmo",
4818 "loggable",
4819 "nestedset",
4820 "sluggable",
4821 "sortable",
4822 "timestampable",
4823 "translatable",
4824 "tree"
4825 ],
4826 "time": "2016-01-26 23:58:32"
4827 },
4828 {
4829 "name": "swiftmailer/swiftmailer",
4830 "version": "v5.4.1",
4831 "source": {
4832 "type": "git",
4833 "url": "https://github.com/swiftmailer/swiftmailer.git",
4834 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
4835 },
4836 "dist": {
4837 "type": "zip",
4838 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4839 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4840 "shasum": ""
4841 },
4842 "require": {
4843 "php": ">=5.3.3"
4844 },
4845 "require-dev": {
4846 "mockery/mockery": "~0.9.1,<0.9.4"
4847 },
4848 "type": "library",
4849 "extra": {
4850 "branch-alias": {
4851 "dev-master": "5.4-dev"
4852 }
4853 },
4854 "autoload": {
4855 "files": [
4856 "lib/swift_required.php"
4857 ]
4858 },
4859 "notification-url": "https://packagist.org/downloads/",
4860 "license": [
4861 "MIT"
4862 ],
4863 "authors": [
4864 {
4865 "name": "Chris Corbyn"
4866 },
4867 {
4868 "name": "Fabien Potencier",
4869 "email": "fabien@symfony.com"
4870 }
4871 ],
4872 "description": "Swiftmailer, free feature-rich PHP mailer",
4873 "homepage": "http://swiftmailer.org",
4874 "keywords": [
4875 "email",
4876 "mail",
4877 "mailer"
4878 ],
4879 "time": "2015-06-06 14:19:39"
4880 },
4881 {
4882 "name": "symfony/assetic-bundle",
4883 "version": "v2.7.1",
4884 "source": {
4885 "type": "git",
4886 "url": "https://github.com/symfony/assetic-bundle.git",
4887 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
4888 },
4889 "dist": {
4890 "type": "zip",
4891 "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
4892 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
4893 "shasum": ""
4894 },
4895 "require": {
4896 "kriswallsmith/assetic": "~1.3",
4897 "php": ">=5.3.0",
4898 "symfony/console": "~2.3|~3.0",
4899 "symfony/dependency-injection": "~2.3|~3.0",
4900 "symfony/framework-bundle": "~2.3|~3.0",
4901 "symfony/yaml": "~2.3|~3.0"
4902 },
4903 "conflict": {
4904 "kriswallsmith/spork": "<=0.2",
4905 "twig/twig": "<1.20"
4906 },
4907 "require-dev": {
4908 "kriswallsmith/spork": "~0.3",
4909 "patchwork/jsqueeze": "~1.0",
4910 "symfony/class-loader": "~2.3|~3.0",
4911 "symfony/css-selector": "~2.3|~3.0",
4912 "symfony/dom-crawler": "~2.3|~3.0",
4913 "symfony/phpunit-bridge": "~2.7|~3.0",
4914 "symfony/twig-bundle": "~2.3|~3.0"
4915 },
4916 "suggest": {
4917 "kriswallsmith/spork": "to be able to dump assets in parallel",
4918 "symfony/twig-bundle": "to use the Twig integration"
4919 },
4920 "type": "symfony-bundle",
4921 "extra": {
4922 "branch-alias": {
4923 "dev-master": "2.7-dev"
4924 }
4925 },
4926 "autoload": {
4927 "psr-4": {
4928 "Symfony\\Bundle\\AsseticBundle\\": ""
4929 }
4930 },
4931 "notification-url": "https://packagist.org/downloads/",
4932 "license": [
4933 "MIT"
4934 ],
4935 "authors": [
4936 {
4937 "name": "Kris Wallsmith",
4938 "email": "kris.wallsmith@gmail.com",
4939 "homepage": "http://kriswallsmith.net/"
4940 }
4941 ],
4942 "description": "Integrates Assetic into Symfony2",
4943 "homepage": "https://github.com/symfony/AsseticBundle",
4944 "keywords": [
4945 "assets",
4946 "compression",
4947 "minification"
4948 ],
4949 "time": "2015-11-17 09:45:47"
4950 },
4951 {
4952 "name": "symfony/monolog-bundle",
4953 "version": "v2.9.0",
4954 "source": {
4955 "type": "git",
4956 "url": "https://github.com/symfony/monolog-bundle.git",
4957 "reference": "27c2e3eaec7a0ba3462f99ea92678cbfc7b146e4"
4958 },
4959 "dist": {
4960 "type": "zip",
4961 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/27c2e3eaec7a0ba3462f99ea92678cbfc7b146e4",
4962 "reference": "27c2e3eaec7a0ba3462f99ea92678cbfc7b146e4",
4963 "shasum": ""
4964 },
4965 "require": {
4966 "monolog/monolog": "~1.12",
4967 "php": ">=5.3.2",
4968 "symfony/config": "~2.3|~3.0",
4969 "symfony/dependency-injection": "~2.3|~3.0",
4970 "symfony/http-kernel": "~2.3|~3.0",
4971 "symfony/monolog-bridge": "~2.3|~3.0"
4972 },
4973 "require-dev": {
4974 "symfony/console": "~2.3|~3.0",
4975 "symfony/yaml": "~2.3|~3.0"
4976 },
4977 "type": "symfony-bundle",
4978 "extra": {
4979 "branch-alias": {
4980 "dev-master": "2.9.x-dev"
4981 }
4982 },
4983 "autoload": {
4984 "psr-4": {
4985 "Symfony\\Bundle\\MonologBundle\\": ""
4986 }
4987 },
4988 "notification-url": "https://packagist.org/downloads/",
4989 "license": [
4990 "MIT"
4991 ],
4992 "authors": [
4993 {
4994 "name": "Symfony Community",
4995 "homepage": "http://symfony.com/contributors"
4996 },
4997 {
4998 "name": "Fabien Potencier",
4999 "email": "fabien@symfony.com"
5000 }
5001 ],
5002 "description": "Symfony MonologBundle",
5003 "homepage": "http://symfony.com",
5004 "keywords": [
5005 "log",
5006 "logging"
5007 ],
5008 "time": "2016-03-01 17:53:42"
5009 },
5010 {
5011 "name": "symfony/polyfill-intl-icu",
5012 "version": "v1.1.1",
5013 "source": {
5014 "type": "git",
5015 "url": "https://github.com/symfony/polyfill-intl-icu.git",
5016 "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942"
5017 },
5018 "dist": {
5019 "type": "zip",
5020 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/8328069d9f5322f0e7b3c3518485acfdc94c3942",
5021 "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942",
5022 "shasum": ""
5023 },
5024 "require": {
5025 "php": ">=5.3.3",
5026 "symfony/intl": "~2.3|~3.0"
5027 },
5028 "suggest": {
5029 "ext-intl": "For best performance"
5030 },
5031 "type": "library",
5032 "extra": {
5033 "branch-alias": {
5034 "dev-master": "1.1-dev"
5035 }
5036 },
5037 "autoload": {
5038 "files": [
5039 "bootstrap.php"
5040 ]
5041 },
5042 "notification-url": "https://packagist.org/downloads/",
5043 "license": [
5044 "MIT"
5045 ],
5046 "authors": [
5047 {
5048 "name": "Nicolas Grekas",
5049 "email": "p@tchwork.com"
5050 },
5051 {
5052 "name": "Symfony Community",
5053 "homepage": "https://symfony.com/contributors"
5054 }
5055 ],
5056 "description": "Symfony polyfill for intl's ICU-related data and classes",
5057 "homepage": "https://symfony.com",
5058 "keywords": [
5059 "compatibility",
5060 "icu",
5061 "intl",
5062 "polyfill",
5063 "portable",
5064 "shim"
5065 ],
5066 "time": "2016-02-26 16:18:12"
5067 },
5068 {
5069 "name": "symfony/polyfill-mbstring",
5070 "version": "v1.1.1",
5071 "source": {
5072 "type": "git",
5073 "url": "https://github.com/symfony/polyfill-mbstring.git",
5074 "reference": "1289d16209491b584839022f29257ad859b8532d"
5075 },
5076 "dist": {
5077 "type": "zip",
5078 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
5079 "reference": "1289d16209491b584839022f29257ad859b8532d",
5080 "shasum": ""
5081 },
5082 "require": {
5083 "php": ">=5.3.3"
5084 },
5085 "suggest": {
5086 "ext-mbstring": "For best performance"
5087 },
5088 "type": "library",
5089 "extra": {
5090 "branch-alias": {
5091 "dev-master": "1.1-dev"
5092 }
5093 },
5094 "autoload": {
5095 "psr-4": {
5096 "Symfony\\Polyfill\\Mbstring\\": ""
5097 },
5098 "files": [
5099 "bootstrap.php"
5100 ]
5101 },
5102 "notification-url": "https://packagist.org/downloads/",
5103 "license": [
5104 "MIT"
5105 ],
5106 "authors": [
5107 {
5108 "name": "Nicolas Grekas",
5109 "email": "p@tchwork.com"
5110 },
5111 {
5112 "name": "Symfony Community",
5113 "homepage": "https://symfony.com/contributors"
5114 }
5115 ],
5116 "description": "Symfony polyfill for the Mbstring extension",
5117 "homepage": "https://symfony.com",
5118 "keywords": [
5119 "compatibility",
5120 "mbstring",
5121 "polyfill",
5122 "portable",
5123 "shim"
5124 ],
5125 "time": "2016-01-20 09:13:37"
5126 },
5127 {
5128 "name": "symfony/polyfill-php56",
5129 "version": "v1.1.1",
5130 "source": {
5131 "type": "git",
5132 "url": "https://github.com/symfony/polyfill-php56.git",
5133 "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
5134 },
5135 "dist": {
5136 "type": "zip",
5137 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
5138 "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
5139 "shasum": ""
5140 },
5141 "require": {
5142 "php": ">=5.3.3",
5143 "symfony/polyfill-util": "~1.0"
5144 },
5145 "type": "library",
5146 "extra": {
5147 "branch-alias": {
5148 "dev-master": "1.1-dev"
5149 }
5150 },
5151 "autoload": {
5152 "psr-4": {
5153 "Symfony\\Polyfill\\Php56\\": ""
5154 },
5155 "files": [
5156 "bootstrap.php"
5157 ]
5158 },
5159 "notification-url": "https://packagist.org/downloads/",
5160 "license": [
5161 "MIT"
5162 ],
5163 "authors": [
5164 {
5165 "name": "Nicolas Grekas",
5166 "email": "p@tchwork.com"
5167 },
5168 {
5169 "name": "Symfony Community",
5170 "homepage": "https://symfony.com/contributors"
5171 }
5172 ],
5173 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
5174 "homepage": "https://symfony.com",
5175 "keywords": [
5176 "compatibility",
5177 "polyfill",
5178 "portable",
5179 "shim"
5180 ],
5181 "time": "2016-01-20 09:13:37"
5182 },
5183 {
5184 "name": "symfony/polyfill-php70",
5185 "version": "v1.1.1",
5186 "source": {
5187 "type": "git",
5188 "url": "https://github.com/symfony/polyfill-php70.git",
5189 "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
5190 },
5191 "dist": {
5192 "type": "zip",
5193 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
5194 "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
5195 "shasum": ""
5196 },
5197 "require": {
5198 "paragonie/random_compat": "~1.0",
5199 "php": ">=5.3.3"
5200 },
5201 "type": "library",
5202 "extra": {
5203 "branch-alias": {
5204 "dev-master": "1.1-dev"
5205 }
5206 },
5207 "autoload": {
5208 "psr-4": {
5209 "Symfony\\Polyfill\\Php70\\": ""
5210 },
5211 "files": [
5212 "bootstrap.php"
5213 ],
5214 "classmap": [
5215 "Resources/stubs"
5216 ]
5217 },
5218 "notification-url": "https://packagist.org/downloads/",
5219 "license": [
5220 "MIT"
5221 ],
5222 "authors": [
5223 {
5224 "name": "Nicolas Grekas",
5225 "email": "p@tchwork.com"
5226 },
5227 {
5228 "name": "Symfony Community",
5229 "homepage": "https://symfony.com/contributors"
5230 }
5231 ],
5232 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
5233 "homepage": "https://symfony.com",
5234 "keywords": [
5235 "compatibility",
5236 "polyfill",
5237 "portable",
5238 "shim"
5239 ],
5240 "time": "2016-01-28 22:42:02"
5241 },
5242 {
5243 "name": "symfony/polyfill-util",
5244 "version": "v1.1.1",
5245 "source": {
5246 "type": "git",
5247 "url": "https://github.com/symfony/polyfill-util.git",
5248 "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
5249 },
5250 "dist": {
5251 "type": "zip",
5252 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
5253 "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
5254 "shasum": ""
5255 },
5256 "require": {
5257 "php": ">=5.3.3"
5258 },
5259 "type": "library",
5260 "extra": {
5261 "branch-alias": {
5262 "dev-master": "1.1-dev"
5263 }
5264 },
5265 "autoload": {
5266 "psr-4": {
5267 "Symfony\\Polyfill\\Util\\": ""
5268 }
5269 },
5270 "notification-url": "https://packagist.org/downloads/",
5271 "license": [
5272 "MIT"
5273 ],
5274 "authors": [
5275 {
5276 "name": "Nicolas Grekas",
5277 "email": "p@tchwork.com"
5278 },
5279 {
5280 "name": "Symfony Community",
5281 "homepage": "https://symfony.com/contributors"
5282 }
5283 ],
5284 "description": "Symfony utilities for portability of PHP codes",
5285 "homepage": "https://symfony.com",
5286 "keywords": [
5287 "compat",
5288 "compatibility",
5289 "polyfill",
5290 "shim"
5291 ],
5292 "time": "2016-01-20 09:13:37"
5293 },
5294 {
5295 "name": "symfony/swiftmailer-bundle",
5296 "version": "v2.3.11",
5297 "source": {
5298 "type": "git",
5299 "url": "https://github.com/symfony/swiftmailer-bundle.git",
5300 "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
5301 },
5302 "dist": {
5303 "type": "zip",
5304 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
5305 "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
5306 "shasum": ""
5307 },
5308 "require": {
5309 "php": ">=5.3.2",
5310 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
5311 "symfony/config": "~2.3|~3.0",
5312 "symfony/dependency-injection": "~2.3|~3.0",
5313 "symfony/http-kernel": "~2.3|~3.0",
5314 "symfony/yaml": "~2.3|~3.0"
5315 },
5316 "require-dev": {
5317 "symfony/phpunit-bridge": "~2.7|~3.0"
5318 },
5319 "suggest": {
5320 "psr/log": "Allows logging"
5321 },
5322 "type": "symfony-bundle",
5323 "extra": {
5324 "branch-alias": {
5325 "dev-master": "2.3-dev"
5326 }
5327 },
5328 "autoload": {
5329 "psr-4": {
5330 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
5331 }
5332 },
5333 "notification-url": "https://packagist.org/downloads/",
5334 "license": [
5335 "MIT"
5336 ],
5337 "authors": [
5338 {
5339 "name": "Symfony Community",
5340 "homepage": "http://symfony.com/contributors"
5341 },
5342 {
5343 "name": "Fabien Potencier",
5344 "email": "fabien@symfony.com"
5345 }
5346 ],
5347 "description": "Symfony SwiftmailerBundle",
5348 "homepage": "http://symfony.com",
5349 "time": "2016-01-15 16:41:20"
5350 },
5351 {
5352 "name": "symfony/symfony",
5353 "version": "v3.0.3",
5354 "source": {
5355 "type": "git",
5356 "url": "https://github.com/symfony/symfony.git",
5357 "reference": "09ae53562ce8b7842206efa217ec81442975f055"
5358 },
5359 "dist": {
5360 "type": "zip",
5361 "url": "https://api.github.com/repos/symfony/symfony/zipball/09ae53562ce8b7842206efa217ec81442975f055",
5362 "reference": "09ae53562ce8b7842206efa217ec81442975f055",
5363 "shasum": ""
5364 },
5365 "require": {
5366 "doctrine/common": "~2.4",
5367 "php": ">=5.5.9",
5368 "psr/log": "~1.0",
5369 "symfony/polyfill-intl-icu": "~1.0",
5370 "symfony/polyfill-mbstring": "~1.0",
5371 "symfony/polyfill-php56": "~1.0",
5372 "symfony/polyfill-php70": "~1.0",
5373 "symfony/polyfill-util": "~1.0",
5374 "twig/twig": "~1.23|~2.0"
5375 },
5376 "conflict": {
5377 "phpdocumentor/reflection": "<1.0.7"
5378 },
5379 "replace": {
5380 "symfony/asset": "self.version",
5381 "symfony/browser-kit": "self.version",
5382 "symfony/class-loader": "self.version",
5383 "symfony/config": "self.version",
5384 "symfony/console": "self.version",
5385 "symfony/css-selector": "self.version",
5386 "symfony/debug": "self.version",
5387 "symfony/debug-bundle": "self.version",
5388 "symfony/dependency-injection": "self.version",
5389 "symfony/doctrine-bridge": "self.version",
5390 "symfony/dom-crawler": "self.version",
5391 "symfony/event-dispatcher": "self.version",
5392 "symfony/expression-language": "self.version",
5393 "symfony/filesystem": "self.version",
5394 "symfony/finder": "self.version",
5395 "symfony/form": "self.version",
5396 "symfony/framework-bundle": "self.version",
5397 "symfony/http-foundation": "self.version",
5398 "symfony/http-kernel": "self.version",
5399 "symfony/intl": "self.version",
5400 "symfony/ldap": "self.version",
5401 "symfony/monolog-bridge": "self.version",
5402 "symfony/options-resolver": "self.version",
5403 "symfony/process": "self.version",
5404 "symfony/property-access": "self.version",
5405 "symfony/property-info": "self.version",
5406 "symfony/proxy-manager-bridge": "self.version",
5407 "symfony/routing": "self.version",
5408 "symfony/security": "self.version",
5409 "symfony/security-bundle": "self.version",
5410 "symfony/security-core": "self.version",
5411 "symfony/security-csrf": "self.version",
5412 "symfony/security-guard": "self.version",
5413 "symfony/security-http": "self.version",
5414 "symfony/serializer": "self.version",
5415 "symfony/stopwatch": "self.version",
5416 "symfony/templating": "self.version",
5417 "symfony/translation": "self.version",
5418 "symfony/twig-bridge": "self.version",
5419 "symfony/twig-bundle": "self.version",
5420 "symfony/validator": "self.version",
5421 "symfony/var-dumper": "self.version",
5422 "symfony/web-profiler-bundle": "self.version",
5423 "symfony/yaml": "self.version"
5424 },
5425 "require-dev": {
5426 "doctrine/data-fixtures": "1.0.*",
5427 "doctrine/dbal": "~2.4",
5428 "doctrine/doctrine-bundle": "~1.4",
5429 "doctrine/orm": "~2.4,>=2.4.5",
5430 "egulias/email-validator": "~1.2",
5431 "monolog/monolog": "~1.11",
5432 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
5433 "phpdocumentor/reflection": "^1.0.7",
5434 "symfony/polyfill-apcu": "~1.1",
5435 "symfony/security-acl": "~2.8|~3.0"
5436 },
5437 "type": "library",
5438 "extra": {
5439 "branch-alias": {
5440 "dev-master": "3.0-dev"
5441 }
5442 },
5443 "autoload": {
5444 "psr-4": {
5445 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
5446 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
5447 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
5448 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
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-02-28 21:33:29"
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 }