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