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