]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #1500 from wallabag/v2-quote-pgsql
[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": "guzzlehttp/guzzle",
1093 "version": "5.3.0",
1094 "source": {
1095 "type": "git",
1096 "url": "https://github.com/guzzle/guzzle.git",
1097 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
1098 },
1099 "dist": {
1100 "type": "zip",
1101 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
1102 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
1103 "shasum": ""
1104 },
1105 "require": {
1106 "guzzlehttp/ringphp": "^1.1",
1107 "php": ">=5.4.0"
1108 },
1109 "require-dev": {
1110 "ext-curl": "*",
1111 "phpunit/phpunit": "^4.0",
1112 "psr/log": "^1.0"
1113 },
1114 "type": "library",
1115 "extra": {
1116 "branch-alias": {
1117 "dev-master": "5.0-dev"
1118 }
1119 },
1120 "autoload": {
1121 "psr-4": {
1122 "GuzzleHttp\\": "src/"
1123 }
1124 },
1125 "notification-url": "https://packagist.org/downloads/",
1126 "license": [
1127 "MIT"
1128 ],
1129 "authors": [
1130 {
1131 "name": "Michael Dowling",
1132 "email": "mtdowling@gmail.com",
1133 "homepage": "https://github.com/mtdowling"
1134 }
1135 ],
1136 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1137 "homepage": "http://guzzlephp.org/",
1138 "keywords": [
1139 "client",
1140 "curl",
1141 "framework",
1142 "http",
1143 "http client",
1144 "rest",
1145 "web service"
1146 ],
1147 "time": "2015-05-20 03:47:55"
1148 },
1149 {
1150 "name": "guzzlehttp/ringphp",
1151 "version": "1.1.0",
1152 "source": {
1153 "type": "git",
1154 "url": "https://github.com/guzzle/RingPHP.git",
1155 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1156 },
1157 "dist": {
1158 "type": "zip",
1159 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1160 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1161 "shasum": ""
1162 },
1163 "require": {
1164 "guzzlehttp/streams": "~3.0",
1165 "php": ">=5.4.0",
1166 "react/promise": "~2.0"
1167 },
1168 "require-dev": {
1169 "ext-curl": "*",
1170 "phpunit/phpunit": "~4.0"
1171 },
1172 "suggest": {
1173 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1174 },
1175 "type": "library",
1176 "extra": {
1177 "branch-alias": {
1178 "dev-master": "1.1-dev"
1179 }
1180 },
1181 "autoload": {
1182 "psr-4": {
1183 "GuzzleHttp\\Ring\\": "src/"
1184 }
1185 },
1186 "notification-url": "https://packagist.org/downloads/",
1187 "license": [
1188 "MIT"
1189 ],
1190 "authors": [
1191 {
1192 "name": "Michael Dowling",
1193 "email": "mtdowling@gmail.com",
1194 "homepage": "https://github.com/mtdowling"
1195 }
1196 ],
1197 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1198 "time": "2015-05-20 03:37:09"
1199 },
1200 {
1201 "name": "guzzlehttp/streams",
1202 "version": "3.0.0",
1203 "source": {
1204 "type": "git",
1205 "url": "https://github.com/guzzle/streams.git",
1206 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1207 },
1208 "dist": {
1209 "type": "zip",
1210 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1211 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1212 "shasum": ""
1213 },
1214 "require": {
1215 "php": ">=5.4.0"
1216 },
1217 "require-dev": {
1218 "phpunit/phpunit": "~4.0"
1219 },
1220 "type": "library",
1221 "extra": {
1222 "branch-alias": {
1223 "dev-master": "3.0-dev"
1224 }
1225 },
1226 "autoload": {
1227 "psr-4": {
1228 "GuzzleHttp\\Stream\\": "src/"
1229 }
1230 },
1231 "notification-url": "https://packagist.org/downloads/",
1232 "license": [
1233 "MIT"
1234 ],
1235 "authors": [
1236 {
1237 "name": "Michael Dowling",
1238 "email": "mtdowling@gmail.com",
1239 "homepage": "https://github.com/mtdowling"
1240 }
1241 ],
1242 "description": "Provides a simple abstraction over streams of data",
1243 "homepage": "http://guzzlephp.org/",
1244 "keywords": [
1245 "Guzzle",
1246 "stream"
1247 ],
1248 "time": "2014-10-12 19:18:40"
1249 },
1250 {
1251 "name": "htmlawed/htmlawed",
1252 "version": "1.1.19",
1253 "source": {
1254 "type": "git",
1255 "url": "https://github.com/kesar/HTMLawed.git",
1256 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
1257 },
1258 "dist": {
1259 "type": "zip",
1260 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1261 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1262 "shasum": ""
1263 },
1264 "require": {
1265 "php": ">4.4.0"
1266 },
1267 "type": "library",
1268 "autoload": {
1269 "files": [
1270 "htmLawed.php"
1271 ]
1272 },
1273 "notification-url": "https://packagist.org/downloads/",
1274 "license": [
1275 "GPL-2.0+",
1276 "LGPL-3.0"
1277 ],
1278 "authors": [
1279 {
1280 "name": "Santosh Patnaik",
1281 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1282 "role": "Developer"
1283 }
1284 ],
1285 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1286 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1287 "keywords": [
1288 "HTMLtidy",
1289 "html",
1290 "sanitize",
1291 "strip",
1292 "tags"
1293 ],
1294 "time": "2015-04-05 17:23:05"
1295 },
1296 {
1297 "name": "incenteev/composer-parameter-handler",
1298 "version": "v2.1.1",
1299 "source": {
1300 "type": "git",
1301 "url": "https://github.com/Incenteev/ParameterHandler.git",
1302 "reference": "84a205fe80a46101607bafbc423019527893ddd0"
1303 },
1304 "dist": {
1305 "type": "zip",
1306 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/84a205fe80a46101607bafbc423019527893ddd0",
1307 "reference": "84a205fe80a46101607bafbc423019527893ddd0",
1308 "shasum": ""
1309 },
1310 "require": {
1311 "php": ">=5.3.3",
1312 "symfony/yaml": "~2.0"
1313 },
1314 "require-dev": {
1315 "composer/composer": "1.0.*@dev",
1316 "phpspec/prophecy-phpunit": "~1.0",
1317 "symfony/filesystem": "~2.2"
1318 },
1319 "type": "library",
1320 "extra": {
1321 "branch-alias": {
1322 "dev-master": "2.1.x-dev"
1323 }
1324 },
1325 "autoload": {
1326 "psr-4": {
1327 "Incenteev\\ParameterHandler\\": ""
1328 }
1329 },
1330 "notification-url": "https://packagist.org/downloads/",
1331 "license": [
1332 "MIT"
1333 ],
1334 "authors": [
1335 {
1336 "name": "Christophe Coevoet",
1337 "email": "stof@notk.org"
1338 }
1339 ],
1340 "description": "Composer script handling your ignored parameter file",
1341 "homepage": "https://github.com/Incenteev/ParameterHandler",
1342 "keywords": [
1343 "parameters management"
1344 ],
1345 "time": "2015-06-03 08:27:03"
1346 },
1347 {
1348 "name": "j0k3r/graby",
1349 "version": "1.0.4",
1350 "source": {
1351 "type": "git",
1352 "url": "https://github.com/j0k3r/graby.git",
1353 "reference": "488cee65ac6ea5dd6bb9734b982159e591de6f0e"
1354 },
1355 "dist": {
1356 "type": "zip",
1357 "url": "https://api.github.com/repos/j0k3r/graby/zipball/488cee65ac6ea5dd6bb9734b982159e591de6f0e",
1358 "reference": "488cee65ac6ea5dd6bb9734b982159e591de6f0e",
1359 "shasum": ""
1360 },
1361 "require": {
1362 "guzzlehttp/guzzle": "^5.2.0",
1363 "htmlawed/htmlawed": "^1.1.19",
1364 "j0k3r/graby-site-config": "^1.0.0",
1365 "j0k3r/php-readability": "^1.0",
1366 "j0k3r/safecurl": "1.1.1",
1367 "monolog/monolog": "^1.13.1",
1368 "neitanod/forceutf8": "^1.4",
1369 "php": ">=5.4",
1370 "simplepie/simplepie": "^1.3.1",
1371 "smalot/pdfparser": "~0.9.24",
1372 "symfony/options-resolver": "^2.6.6"
1373 },
1374 "type": "library",
1375 "autoload": {
1376 "psr-4": {
1377 "Graby\\": "src/"
1378 }
1379 },
1380 "notification-url": "https://packagist.org/downloads/",
1381 "license": [
1382 "AGPL-3.0"
1383 ],
1384 "authors": [
1385 {
1386 "name": "Jeremy Benoist",
1387 "email": "jeremy.benoist@gmail.com",
1388 "role": "Developer"
1389 },
1390 {
1391 "name": "FiveFilters.org",
1392 "email": "fivefilters@fivefilters.org",
1393 "role": "Developer (original version)"
1394 }
1395 ],
1396 "description": "Graby helps you extract article content from web pages",
1397 "time": "2015-10-28 06:38:06"
1398 },
1399 {
1400 "name": "j0k3r/graby-site-config",
1401 "version": "1.0.6",
1402 "source": {
1403 "type": "git",
1404 "url": "https://github.com/j0k3r/graby-site-config.git",
1405 "reference": "6631451c1be563ff3bc8fa16c60ef7df38f8e65b"
1406 },
1407 "dist": {
1408 "type": "zip",
1409 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/6631451c1be563ff3bc8fa16c60ef7df38f8e65b",
1410 "reference": "6631451c1be563ff3bc8fa16c60ef7df38f8e65b",
1411 "shasum": ""
1412 },
1413 "require": {
1414 "symfony/finder": "^2.6.6"
1415 },
1416 "type": "library",
1417 "autoload": {
1418 "psr-4": {
1419 "GrabySiteConfig\\SiteConfig\\": "src/"
1420 }
1421 },
1422 "notification-url": "https://packagist.org/downloads/",
1423 "license": [
1424 "AGPL-3.0"
1425 ],
1426 "authors": [
1427 {
1428 "name": "Jeremy Benoist",
1429 "email": "jeremy.benoist@gmail.com"
1430 }
1431 ],
1432 "description": "Graby site config files",
1433 "time": "2015-10-24 14:44:25"
1434 },
1435 {
1436 "name": "j0k3r/php-readability",
1437 "version": "v1.0.8",
1438 "source": {
1439 "type": "git",
1440 "url": "https://github.com/j0k3r/php-readability.git",
1441 "reference": "f71c3a419623f821c245e0a003edfbf2c67f278e"
1442 },
1443 "dist": {
1444 "type": "zip",
1445 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/f71c3a419623f821c245e0a003edfbf2c67f278e",
1446 "reference": "f71c3a419623f821c245e0a003edfbf2c67f278e",
1447 "shasum": ""
1448 },
1449 "require": {
1450 "ext-tidy": ">=1.2",
1451 "php": ">=5.3.3"
1452 },
1453 "type": "library",
1454 "autoload": {
1455 "psr-4": {
1456 "Readability\\": "src/"
1457 }
1458 },
1459 "notification-url": "https://packagist.org/downloads/",
1460 "license": [
1461 "Apache-2.0"
1462 ],
1463 "authors": [
1464 {
1465 "name": "Keyvan Minoukadeh",
1466 "email": "keyvan@keyvan.net",
1467 "homepage": "http://keyvan.net",
1468 "role": "Developer (ported original JS code to PHP)"
1469 },
1470 {
1471 "name": "Arc90",
1472 "homepage": "http://arc90.com",
1473 "role": "Developer (original JS version)"
1474 },
1475 {
1476 "name": "Jeremy Benoist",
1477 "email": "jeremy.benoist@gmail.com",
1478 "homepage": "http://www.j0k3r.net",
1479 "role": "Developer"
1480 },
1481 {
1482 "name": "DitherSky",
1483 "homepage": "https://github.com/Dither",
1484 "role": "Developer (https://github.com/Dither/full-text-rss)"
1485 }
1486 ],
1487 "description": "Automatic article extraction from HTML",
1488 "keywords": [
1489 "article",
1490 "article extraction",
1491 "content",
1492 "content extraction",
1493 "extraction",
1494 "html"
1495 ],
1496 "time": "2015-09-23 19:09:38"
1497 },
1498 {
1499 "name": "j0k3r/safecurl",
1500 "version": "v1.1.1",
1501 "source": {
1502 "type": "git",
1503 "url": "https://github.com/j0k3r/safecurl.git",
1504 "reference": "3e8594a944ede2b74f3e24e371f2770bbfed6aa5"
1505 },
1506 "dist": {
1507 "type": "zip",
1508 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/3e8594a944ede2b74f3e24e371f2770bbfed6aa5",
1509 "reference": "3e8594a944ede2b74f3e24e371f2770bbfed6aa5",
1510 "shasum": ""
1511 },
1512 "require": {
1513 "php": ">=5.3.0"
1514 },
1515 "type": "library",
1516 "autoload": {
1517 "psr-0": {
1518 "fin1te\\SafeCurl": "src/"
1519 }
1520 },
1521 "notification-url": "https://packagist.org/downloads/",
1522 "license": [
1523 "MIT"
1524 ],
1525 "authors": [
1526 {
1527 "name": "Jeremy Benoist",
1528 "email": "jeremy.benoist@gmail.com"
1529 },
1530 {
1531 "name": "Jack W",
1532 "email": "jack@fin1te.net",
1533 "role": "Developer (original version)"
1534 }
1535 ],
1536 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
1537 "keywords": [
1538 "curl",
1539 "safe",
1540 "safecurl",
1541 "ssrf",
1542 "websec"
1543 ],
1544 "time": "2015-10-01 18:30:41"
1545 },
1546 {
1547 "name": "jdorn/sql-formatter",
1548 "version": "v1.2.17",
1549 "source": {
1550 "type": "git",
1551 "url": "https://github.com/jdorn/sql-formatter.git",
1552 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1553 },
1554 "dist": {
1555 "type": "zip",
1556 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1557 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1558 "shasum": ""
1559 },
1560 "require": {
1561 "php": ">=5.2.4"
1562 },
1563 "require-dev": {
1564 "phpunit/phpunit": "3.7.*"
1565 },
1566 "type": "library",
1567 "extra": {
1568 "branch-alias": {
1569 "dev-master": "1.3.x-dev"
1570 }
1571 },
1572 "autoload": {
1573 "classmap": [
1574 "lib"
1575 ]
1576 },
1577 "notification-url": "https://packagist.org/downloads/",
1578 "license": [
1579 "MIT"
1580 ],
1581 "authors": [
1582 {
1583 "name": "Jeremy Dorn",
1584 "email": "jeremy@jeremydorn.com",
1585 "homepage": "http://jeremydorn.com/"
1586 }
1587 ],
1588 "description": "a PHP SQL highlighting library",
1589 "homepage": "https://github.com/jdorn/sql-formatter/",
1590 "keywords": [
1591 "highlight",
1592 "sql"
1593 ],
1594 "time": "2014-01-12 16:20:24"
1595 },
1596 {
1597 "name": "jms/metadata",
1598 "version": "1.5.1",
1599 "source": {
1600 "type": "git",
1601 "url": "https://github.com/schmittjoh/metadata.git",
1602 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1603 },
1604 "dist": {
1605 "type": "zip",
1606 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1607 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1608 "shasum": ""
1609 },
1610 "require": {
1611 "php": ">=5.3.0"
1612 },
1613 "require-dev": {
1614 "doctrine/cache": "~1.0"
1615 },
1616 "type": "library",
1617 "extra": {
1618 "branch-alias": {
1619 "dev-master": "1.5.x-dev"
1620 }
1621 },
1622 "autoload": {
1623 "psr-0": {
1624 "Metadata\\": "src/"
1625 }
1626 },
1627 "notification-url": "https://packagist.org/downloads/",
1628 "license": [
1629 "Apache"
1630 ],
1631 "authors": [
1632 {
1633 "name": "Johannes Schmitt",
1634 "email": "schmittjoh@gmail.com",
1635 "homepage": "https://github.com/schmittjoh",
1636 "role": "Developer of wrapped JMSSerializerBundle"
1637 }
1638 ],
1639 "description": "Class/method/property metadata management in PHP",
1640 "keywords": [
1641 "annotations",
1642 "metadata",
1643 "xml",
1644 "yaml"
1645 ],
1646 "time": "2014-07-12 07:13:19"
1647 },
1648 {
1649 "name": "jms/parser-lib",
1650 "version": "1.0.0",
1651 "source": {
1652 "type": "git",
1653 "url": "https://github.com/schmittjoh/parser-lib.git",
1654 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1655 },
1656 "dist": {
1657 "type": "zip",
1658 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1659 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1660 "shasum": ""
1661 },
1662 "require": {
1663 "phpoption/phpoption": ">=0.9,<2.0-dev"
1664 },
1665 "type": "library",
1666 "extra": {
1667 "branch-alias": {
1668 "dev-master": "1.0-dev"
1669 }
1670 },
1671 "autoload": {
1672 "psr-0": {
1673 "JMS\\": "src/"
1674 }
1675 },
1676 "notification-url": "https://packagist.org/downloads/",
1677 "license": [
1678 "Apache2"
1679 ],
1680 "description": "A library for easily creating recursive-descent parsers.",
1681 "time": "2012-11-18 18:08:43"
1682 },
1683 {
1684 "name": "jms/serializer",
1685 "version": "0.16.0",
1686 "source": {
1687 "type": "git",
1688 "url": "https://github.com/schmittjoh/serializer.git",
1689 "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
1690 },
1691 "dist": {
1692 "type": "zip",
1693 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
1694 "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
1695 "shasum": ""
1696 },
1697 "require": {
1698 "doctrine/annotations": "1.*",
1699 "jms/metadata": "~1.1",
1700 "jms/parser-lib": "1.*",
1701 "php": ">=5.3.2",
1702 "phpcollection/phpcollection": "~0.1"
1703 },
1704 "require-dev": {
1705 "doctrine/orm": "~2.1",
1706 "doctrine/phpcr-odm": "~1.0.1",
1707 "jackalope/jackalope-doctrine-dbal": "1.0.*",
1708 "propel/propel1": "~1.7",
1709 "symfony/filesystem": "2.*",
1710 "symfony/form": "~2.1",
1711 "symfony/translation": "~2.0",
1712 "symfony/validator": "~2.0",
1713 "symfony/yaml": "2.*",
1714 "twig/twig": ">=1.8,<2.0-dev"
1715 },
1716 "suggest": {
1717 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1718 },
1719 "type": "library",
1720 "extra": {
1721 "branch-alias": {
1722 "dev-master": "0.15-dev"
1723 }
1724 },
1725 "autoload": {
1726 "psr-0": {
1727 "JMS\\Serializer": "src/"
1728 }
1729 },
1730 "notification-url": "https://packagist.org/downloads/",
1731 "license": [
1732 "Apache2"
1733 ],
1734 "authors": [
1735 {
1736 "name": "Johannes Schmitt",
1737 "email": "schmittjoh@gmail.com",
1738 "homepage": "https://github.com/schmittjoh",
1739 "role": "Developer of wrapped JMSSerializerBundle"
1740 }
1741 ],
1742 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1743 "homepage": "http://jmsyst.com/libs/serializer",
1744 "keywords": [
1745 "deserialization",
1746 "jaxb",
1747 "json",
1748 "serialization",
1749 "xml"
1750 ],
1751 "time": "2014-03-18 08:39:00"
1752 },
1753 {
1754 "name": "jms/serializer-bundle",
1755 "version": "0.13.0",
1756 "target-dir": "JMS/SerializerBundle",
1757 "source": {
1758 "type": "git",
1759 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1760 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
1761 },
1762 "dist": {
1763 "type": "zip",
1764 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
1765 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
1766 "shasum": ""
1767 },
1768 "require": {
1769 "jms/serializer": "~0.11",
1770 "php": ">=5.3.2",
1771 "symfony/framework-bundle": "~2.1"
1772 },
1773 "require-dev": {
1774 "doctrine/doctrine-bundle": "*",
1775 "doctrine/orm": "*",
1776 "symfony/browser-kit": "*",
1777 "symfony/class-loader": "*",
1778 "symfony/css-selector": "*",
1779 "symfony/finder": "*",
1780 "symfony/form": "*",
1781 "symfony/process": "*",
1782 "symfony/twig-bundle": "*",
1783 "symfony/validator": "*",
1784 "symfony/yaml": "*"
1785 },
1786 "suggest": {
1787 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1788 },
1789 "type": "symfony-bundle",
1790 "extra": {
1791 "branch-alias": {
1792 "dev-master": "0.13-dev"
1793 }
1794 },
1795 "autoload": {
1796 "psr-0": {
1797 "JMS\\SerializerBundle": ""
1798 }
1799 },
1800 "notification-url": "https://packagist.org/downloads/",
1801 "license": [
1802 "Apache2"
1803 ],
1804 "authors": [
1805 {
1806 "name": "Johannes Schmitt",
1807 "email": "schmittjoh@gmail.com",
1808 "homepage": "https://github.com/schmittjoh",
1809 "role": "Developer of wrapped JMSSerializerBundle"
1810 }
1811 ],
1812 "description": "Allows you to easily serialize, and deserialize data of any complexity",
1813 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1814 "keywords": [
1815 "deserialization",
1816 "jaxb",
1817 "json",
1818 "serialization",
1819 "xml"
1820 ],
1821 "time": "2013-12-05 14:36:11"
1822 },
1823 {
1824 "name": "kriswallsmith/assetic",
1825 "version": "v1.3.1",
1826 "source": {
1827 "type": "git",
1828 "url": "https://github.com/kriswallsmith/assetic.git",
1829 "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5"
1830 },
1831 "dist": {
1832 "type": "zip",
1833 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/cb92b179dddfb8a3f341d53bd27e088f24d9c2e5",
1834 "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5",
1835 "shasum": ""
1836 },
1837 "require": {
1838 "php": ">=5.3.1",
1839 "symfony/process": "~2.1"
1840 },
1841 "conflict": {
1842 "twig/twig": "<1.12"
1843 },
1844 "require-dev": {
1845 "cssmin/cssmin": "*",
1846 "joliclic/javascript-packer": "*",
1847 "kamicane/packager": "*",
1848 "leafo/lessphp": "^0.3.7",
1849 "leafo/scssphp": "*@dev",
1850 "leafo/scssphp-compass": "*@dev",
1851 "mrclay/minify": "*",
1852 "patchwork/jsqueeze": "~1.0|~2.0",
1853 "phpunit/phpunit": "~4.8",
1854 "psr/log": "~1.0",
1855 "ptachoire/cssembed": "*",
1856 "symfony/phpunit-bridge": "~2.7",
1857 "twig/twig": "~1.8|~2.0"
1858 },
1859 "suggest": {
1860 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1861 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1862 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1863 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1864 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1865 "twig/twig": "Assetic provides the integration with the Twig templating engine"
1866 },
1867 "type": "library",
1868 "extra": {
1869 "branch-alias": {
1870 "dev-master": "1.4-dev"
1871 }
1872 },
1873 "autoload": {
1874 "psr-0": {
1875 "Assetic": "src/"
1876 },
1877 "files": [
1878 "src/functions.php"
1879 ]
1880 },
1881 "notification-url": "https://packagist.org/downloads/",
1882 "license": [
1883 "MIT"
1884 ],
1885 "authors": [
1886 {
1887 "name": "Kris Wallsmith",
1888 "email": "kris.wallsmith@gmail.com",
1889 "homepage": "http://kriswallsmith.net/"
1890 }
1891 ],
1892 "description": "Asset Management for PHP",
1893 "homepage": "https://github.com/kriswallsmith/assetic",
1894 "keywords": [
1895 "assets",
1896 "compression",
1897 "minification"
1898 ],
1899 "time": "2015-10-15 01:33:42"
1900 },
1901 {
1902 "name": "lexik/form-filter-bundle",
1903 "version": "v4.0.2",
1904 "source": {
1905 "type": "git",
1906 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
1907 "reference": "d6081d308b71e14509602722c78d28801e4ed78a"
1908 },
1909 "dist": {
1910 "type": "zip",
1911 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/d6081d308b71e14509602722c78d28801e4ed78a",
1912 "reference": "d6081d308b71e14509602722c78d28801e4ed78a",
1913 "shasum": ""
1914 },
1915 "require": {
1916 "doctrine/orm": "~2.2",
1917 "php": ">=5.3.2",
1918 "symfony/form": "~2.7",
1919 "symfony/framework-bundle": "~2.7"
1920 },
1921 "require-dev": {
1922 "phpunit/phpunit": "~3.7"
1923 },
1924 "type": "symfony-bundle",
1925 "extra": {
1926 "branch-alias": {
1927 "dev-master": "4.x.x-dev"
1928 }
1929 },
1930 "autoload": {
1931 "psr-4": {
1932 "Lexik\\Bundle\\FormFilterBundle\\": ""
1933 }
1934 },
1935 "notification-url": "https://packagist.org/downloads/",
1936 "license": [
1937 "MIT"
1938 ],
1939 "authors": [
1940 {
1941 "name": "Dev Lexik",
1942 "email": "dev@lexik.fr"
1943 },
1944 {
1945 "name": "Cedric Girard",
1946 "email": "c.girard@lexik.fr"
1947 }
1948 ],
1949 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
1950 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
1951 "keywords": [
1952 "Symfony2",
1953 "bundle",
1954 "doctrine",
1955 "filter",
1956 "form"
1957 ],
1958 "time": "2015-10-20 12:45:52"
1959 },
1960 {
1961 "name": "liip/theme-bundle",
1962 "version": "1.1.3",
1963 "target-dir": "Liip/ThemeBundle",
1964 "source": {
1965 "type": "git",
1966 "url": "https://github.com/liip/LiipThemeBundle.git",
1967 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b"
1968 },
1969 "dist": {
1970 "type": "zip",
1971 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/a594cc6deda293034b8fd7795c9950f02fc8251b",
1972 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b",
1973 "shasum": ""
1974 },
1975 "require": {
1976 "php": ">=5.3.3",
1977 "symfony/framework-bundle": "~2.0"
1978 },
1979 "require-dev": {
1980 "symfony/console": "~2.0",
1981 "symfony/expression-language": "~2.6"
1982 },
1983 "type": "symfony-bundle",
1984 "extra": {
1985 "branch-alias": {
1986 "dev-master": "1.1-dev"
1987 }
1988 },
1989 "autoload": {
1990 "psr-0": {
1991 "Liip\\ThemeBundle": ""
1992 }
1993 },
1994 "notification-url": "https://packagist.org/downloads/",
1995 "license": [
1996 "MIT"
1997 ],
1998 "authors": [
1999 {
2000 "name": "Community contributions",
2001 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
2002 },
2003 {
2004 "name": "Liip AG",
2005 "homepage": "http://www.liip.ch/"
2006 }
2007 ],
2008 "description": "Provides theming support for #Symfony2 Bundles",
2009 "keywords": [
2010 "themes",
2011 "theming"
2012 ],
2013 "time": "2015-02-02 15:55:54"
2014 },
2015 {
2016 "name": "mgargano/simplehtmldom",
2017 "version": "1.5",
2018 "source": {
2019 "type": "git",
2020 "url": "https://github.com/matgargano/simplehtmldom.git",
2021 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
2022 },
2023 "dist": {
2024 "type": "zip",
2025 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
2026 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
2027 "shasum": ""
2028 },
2029 "require": {
2030 "php": ">=5.3.0"
2031 },
2032 "type": "library",
2033 "autoload": {
2034 "psr-0": {
2035 "SimpleHtmlDom": "src/"
2036 },
2037 "files": [
2038 "src/simple_html_dom.php"
2039 ]
2040 },
2041 "notification-url": "https://packagist.org/downloads/",
2042 "license": [
2043 "The MIT License"
2044 ],
2045 "authors": [
2046 {
2047 "name": "S.C. Chen",
2048 "email": "me578022@gmail.com"
2049 }
2050 ],
2051 "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",
2052 "homepage": "http://simplehtmldom.sourceforge.net/",
2053 "keywords": [
2054 "Simple",
2055 "dom",
2056 "html"
2057 ],
2058 "time": "2014-01-05 18:17:34"
2059 },
2060 {
2061 "name": "michelf/php-markdown",
2062 "version": "1.5.0",
2063 "source": {
2064 "type": "git",
2065 "url": "https://github.com/michelf/php-markdown.git",
2066 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
2067 },
2068 "dist": {
2069 "type": "zip",
2070 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
2071 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
2072 "shasum": ""
2073 },
2074 "require": {
2075 "php": ">=5.3.0"
2076 },
2077 "type": "library",
2078 "extra": {
2079 "branch-alias": {
2080 "dev-lib": "1.4.x-dev"
2081 }
2082 },
2083 "autoload": {
2084 "psr-0": {
2085 "Michelf": ""
2086 }
2087 },
2088 "notification-url": "https://packagist.org/downloads/",
2089 "license": [
2090 "BSD-3-Clause"
2091 ],
2092 "authors": [
2093 {
2094 "name": "John Gruber",
2095 "homepage": "http://daringfireball.net/"
2096 },
2097 {
2098 "name": "Michel Fortin",
2099 "email": "michel.fortin@michelf.ca",
2100 "homepage": "https://michelf.ca/",
2101 "role": "Developer"
2102 }
2103 ],
2104 "description": "PHP Markdown",
2105 "homepage": "https://michelf.ca/projects/php-markdown/",
2106 "keywords": [
2107 "markdown"
2108 ],
2109 "time": "2015-03-01 12:03:08"
2110 },
2111 {
2112 "name": "monolog/monolog",
2113 "version": "1.17.2",
2114 "source": {
2115 "type": "git",
2116 "url": "https://github.com/Seldaek/monolog.git",
2117 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
2118 },
2119 "dist": {
2120 "type": "zip",
2121 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
2122 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
2123 "shasum": ""
2124 },
2125 "require": {
2126 "php": ">=5.3.0",
2127 "psr/log": "~1.0"
2128 },
2129 "provide": {
2130 "psr/log-implementation": "1.0.0"
2131 },
2132 "require-dev": {
2133 "aws/aws-sdk-php": "^2.4.9",
2134 "doctrine/couchdb": "~1.0@dev",
2135 "graylog2/gelf-php": "~1.0",
2136 "jakub-onderka/php-parallel-lint": "0.9",
2137 "php-console/php-console": "^3.1.3",
2138 "phpunit/phpunit": "~4.5",
2139 "phpunit/phpunit-mock-objects": "2.3.0",
2140 "raven/raven": "^0.13",
2141 "ruflin/elastica": ">=0.90 <3.0",
2142 "swiftmailer/swiftmailer": "~5.3",
2143 "videlalvaro/php-amqplib": "~2.4"
2144 },
2145 "suggest": {
2146 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2147 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2148 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2149 "ext-mongo": "Allow sending log messages to a MongoDB server",
2150 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2151 "php-console/php-console": "Allow sending log messages to Google Chrome",
2152 "raven/raven": "Allow sending log messages to a Sentry server",
2153 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2154 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2155 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
2156 },
2157 "type": "library",
2158 "extra": {
2159 "branch-alias": {
2160 "dev-master": "1.16.x-dev"
2161 }
2162 },
2163 "autoload": {
2164 "psr-4": {
2165 "Monolog\\": "src/Monolog"
2166 }
2167 },
2168 "notification-url": "https://packagist.org/downloads/",
2169 "license": [
2170 "MIT"
2171 ],
2172 "authors": [
2173 {
2174 "name": "Jordi Boggiano",
2175 "email": "j.boggiano@seld.be",
2176 "homepage": "http://seld.be"
2177 }
2178 ],
2179 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2180 "homepage": "http://github.com/Seldaek/monolog",
2181 "keywords": [
2182 "log",
2183 "logging",
2184 "psr-3"
2185 ],
2186 "time": "2015-10-14 12:51:02"
2187 },
2188 {
2189 "name": "neitanod/forceutf8",
2190 "version": "v1.5",
2191 "source": {
2192 "type": "git",
2193 "url": "https://github.com/neitanod/forceutf8.git",
2194 "reference": "1b577b9430cb7bd20d8dd7435f36120b85880ace"
2195 },
2196 "dist": {
2197 "type": "zip",
2198 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/1b577b9430cb7bd20d8dd7435f36120b85880ace",
2199 "reference": "1b577b9430cb7bd20d8dd7435f36120b85880ace",
2200 "shasum": ""
2201 },
2202 "require": {
2203 "php": ">=5.3.0"
2204 },
2205 "type": "library",
2206 "autoload": {
2207 "psr-0": {
2208 "ForceUTF8\\": "src/"
2209 }
2210 },
2211 "notification-url": "https://packagist.org/downloads/",
2212 "authors": [
2213 {
2214 "name": "Sebastián Grignoli",
2215 "email": "grignoli@gmail.com"
2216 }
2217 ],
2218 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
2219 "homepage": "https://github.com/neitanod/forceutf8",
2220 "time": "2015-01-02 13:36:36"
2221 },
2222 {
2223 "name": "nelmio/api-doc-bundle",
2224 "version": "2.10.3",
2225 "target-dir": "Nelmio/ApiDocBundle",
2226 "source": {
2227 "type": "git",
2228 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
2229 "reference": "be90e8aad60b7701097b900c4a3a971a50f9862e"
2230 },
2231 "dist": {
2232 "type": "zip",
2233 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/be90e8aad60b7701097b900c4a3a971a50f9862e",
2234 "reference": "be90e8aad60b7701097b900c4a3a971a50f9862e",
2235 "shasum": ""
2236 },
2237 "require": {
2238 "michelf/php-markdown": "~1.4",
2239 "php": ">=5.3",
2240 "symfony/console": "~2.3",
2241 "symfony/framework-bundle": "~2.3",
2242 "symfony/twig-bundle": "~2.3"
2243 },
2244 "conflict": {
2245 "jms/serializer": "<0.12",
2246 "jms/serializer-bundle": "<0.11",
2247 "twig/twig": "<1.12"
2248 },
2249 "require-dev": {
2250 "dunglas/api-bundle": "~1.0",
2251 "friendsofsymfony/rest-bundle": "~1.0",
2252 "jms/serializer-bundle": ">=0.11",
2253 "sensio/framework-extra-bundle": "~3.0",
2254 "symfony/browser-kit": "~2.3",
2255 "symfony/css-selector": "~2.3",
2256 "symfony/finder": "~2.3",
2257 "symfony/form": "~2.3",
2258 "symfony/phpunit-bridge": "~2.7",
2259 "symfony/serializer": "~2.7",
2260 "symfony/validator": "~2.3",
2261 "symfony/yaml": "~2.3"
2262 },
2263 "suggest": {
2264 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
2265 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
2266 "jms/serializer": "For making use of serializer information in the doc.",
2267 "symfony/form": "For using form definitions as input.",
2268 "symfony/validator": "For making use of validator information in the doc."
2269 },
2270 "type": "symfony-bundle",
2271 "extra": {
2272 "branch-alias": {
2273 "dev-master": "2.10.x-dev"
2274 }
2275 },
2276 "autoload": {
2277 "psr-0": {
2278 "Nelmio\\ApiDocBundle": ""
2279 }
2280 },
2281 "notification-url": "https://packagist.org/downloads/",
2282 "license": [
2283 "MIT"
2284 ],
2285 "authors": [
2286 {
2287 "name": "Nelmio",
2288 "homepage": "http://nelm.io"
2289 },
2290 {
2291 "name": "Symfony Community",
2292 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
2293 }
2294 ],
2295 "description": "Generates documentation for your REST API from annotations",
2296 "keywords": [
2297 "api",
2298 "doc",
2299 "documentation",
2300 "rest"
2301 ],
2302 "time": "2015-10-28 09:30:40"
2303 },
2304 {
2305 "name": "nelmio/cors-bundle",
2306 "version": "1.4.0",
2307 "target-dir": "Nelmio/CorsBundle",
2308 "source": {
2309 "type": "git",
2310 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
2311 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6"
2312 },
2313 "dist": {
2314 "type": "zip",
2315 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2316 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2317 "shasum": ""
2318 },
2319 "require": {
2320 "symfony/framework-bundle": "~2.2"
2321 },
2322 "require-dev": {
2323 "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
2324 "mockery/mockery": "dev-master"
2325 },
2326 "type": "symfony-bundle",
2327 "extra": {
2328 "branch-alias": {
2329 "dev-master": "1.3.x-dev"
2330 }
2331 },
2332 "autoload": {
2333 "psr-0": {
2334 "Nelmio\\CorsBundle": ""
2335 }
2336 },
2337 "notification-url": "https://packagist.org/downloads/",
2338 "license": [
2339 "MIT"
2340 ],
2341 "authors": [
2342 {
2343 "name": "Nelmio",
2344 "homepage": "http://nelm.io"
2345 },
2346 {
2347 "name": "Symfony Community",
2348 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2349 }
2350 ],
2351 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2352 "keywords": [
2353 "api",
2354 "cors",
2355 "crossdomain"
2356 ],
2357 "time": "2015-01-13 17:53:27"
2358 },
2359 {
2360 "name": "pagerfanta/pagerfanta",
2361 "version": "v1.0.3",
2362 "source": {
2363 "type": "git",
2364 "url": "https://github.com/whiteoctober/Pagerfanta.git",
2365 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
2366 },
2367 "dist": {
2368 "type": "zip",
2369 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
2370 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
2371 "shasum": ""
2372 },
2373 "require": {
2374 "php": ">=5.3.0"
2375 },
2376 "require-dev": {
2377 "doctrine/orm": "~2.3",
2378 "doctrine/phpcr-odm": "1.*",
2379 "jackalope/jackalope-doctrine-dbal": "1.*",
2380 "jmikola/geojson": "~1.0",
2381 "mandango/mandango": "~1.0@dev",
2382 "mandango/mondator": "~1.0@dev",
2383 "phpunit/phpunit": "~4",
2384 "propel/propel1": "~1.6",
2385 "ruflin/elastica": "~1.3",
2386 "solarium/solarium": "~3.1"
2387 },
2388 "suggest": {
2389 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
2390 "doctrine/orm": "To use the DoctrineORMAdapter.",
2391 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
2392 "mandango/mandango": "To use the MandangoAdapter.",
2393 "propel/propel1": "To use the PropelAdapter",
2394 "solarium/solarium": "To use the SolariumAdapter."
2395 },
2396 "type": "library",
2397 "extra": {
2398 "branch-alias": {
2399 "dev-master": "1.0.x-dev"
2400 }
2401 },
2402 "autoload": {
2403 "psr-0": {
2404 "Pagerfanta\\": "src/"
2405 }
2406 },
2407 "notification-url": "https://packagist.org/downloads/",
2408 "license": [
2409 "MIT"
2410 ],
2411 "authors": [
2412 {
2413 "name": "Pablo Díez",
2414 "email": "pablodip@gmail.com"
2415 }
2416 ],
2417 "description": "Pagination for PHP 5.3",
2418 "keywords": [
2419 "page",
2420 "pagination",
2421 "paginator",
2422 "paging"
2423 ],
2424 "time": "2014-10-06 10:57:25"
2425 },
2426 {
2427 "name": "phpcollection/phpcollection",
2428 "version": "0.4.0",
2429 "source": {
2430 "type": "git",
2431 "url": "https://github.com/schmittjoh/php-collection.git",
2432 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
2433 },
2434 "dist": {
2435 "type": "zip",
2436 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
2437 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
2438 "shasum": ""
2439 },
2440 "require": {
2441 "phpoption/phpoption": "1.*"
2442 },
2443 "type": "library",
2444 "extra": {
2445 "branch-alias": {
2446 "dev-master": "0.3-dev"
2447 }
2448 },
2449 "autoload": {
2450 "psr-0": {
2451 "PhpCollection": "src/"
2452 }
2453 },
2454 "notification-url": "https://packagist.org/downloads/",
2455 "license": [
2456 "Apache2"
2457 ],
2458 "authors": [
2459 {
2460 "name": "Johannes Schmitt",
2461 "email": "schmittjoh@gmail.com",
2462 "homepage": "https://github.com/schmittjoh",
2463 "role": "Developer of wrapped JMSSerializerBundle"
2464 }
2465 ],
2466 "description": "General-Purpose Collection Library for PHP",
2467 "keywords": [
2468 "collection",
2469 "list",
2470 "map",
2471 "sequence",
2472 "set"
2473 ],
2474 "time": "2014-03-11 13:46:42"
2475 },
2476 {
2477 "name": "phpoption/phpoption",
2478 "version": "1.5.0",
2479 "source": {
2480 "type": "git",
2481 "url": "https://github.com/schmittjoh/php-option.git",
2482 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2483 },
2484 "dist": {
2485 "type": "zip",
2486 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2487 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2488 "shasum": ""
2489 },
2490 "require": {
2491 "php": ">=5.3.0"
2492 },
2493 "require-dev": {
2494 "phpunit/phpunit": "4.7.*"
2495 },
2496 "type": "library",
2497 "extra": {
2498 "branch-alias": {
2499 "dev-master": "1.3-dev"
2500 }
2501 },
2502 "autoload": {
2503 "psr-0": {
2504 "PhpOption\\": "src/"
2505 }
2506 },
2507 "notification-url": "https://packagist.org/downloads/",
2508 "license": [
2509 "Apache2"
2510 ],
2511 "authors": [
2512 {
2513 "name": "Johannes M. Schmitt",
2514 "email": "schmittjoh@gmail.com"
2515 }
2516 ],
2517 "description": "Option Type for PHP",
2518 "keywords": [
2519 "language",
2520 "option",
2521 "php",
2522 "type"
2523 ],
2524 "time": "2015-07-25 16:39:46"
2525 },
2526 {
2527 "name": "psr/log",
2528 "version": "1.0.0",
2529 "source": {
2530 "type": "git",
2531 "url": "https://github.com/php-fig/log.git",
2532 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2533 },
2534 "dist": {
2535 "type": "zip",
2536 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2537 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2538 "shasum": ""
2539 },
2540 "type": "library",
2541 "autoload": {
2542 "psr-0": {
2543 "Psr\\Log\\": ""
2544 }
2545 },
2546 "notification-url": "https://packagist.org/downloads/",
2547 "license": [
2548 "MIT"
2549 ],
2550 "authors": [
2551 {
2552 "name": "PHP-FIG",
2553 "homepage": "http://www.php-fig.org/"
2554 }
2555 ],
2556 "description": "Common interface for logging libraries",
2557 "keywords": [
2558 "log",
2559 "psr",
2560 "psr-3"
2561 ],
2562 "time": "2012-12-21 11:40:51"
2563 },
2564 {
2565 "name": "react/promise",
2566 "version": "v2.2.1",
2567 "source": {
2568 "type": "git",
2569 "url": "https://github.com/reactphp/promise.git",
2570 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
2571 },
2572 "dist": {
2573 "type": "zip",
2574 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
2575 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
2576 "shasum": ""
2577 },
2578 "require": {
2579 "php": ">=5.4.0"
2580 },
2581 "type": "library",
2582 "extra": {
2583 "branch-alias": {
2584 "dev-master": "2.0-dev"
2585 }
2586 },
2587 "autoload": {
2588 "psr-4": {
2589 "React\\Promise\\": "src/"
2590 },
2591 "files": [
2592 "src/functions_include.php"
2593 ]
2594 },
2595 "notification-url": "https://packagist.org/downloads/",
2596 "license": [
2597 "MIT"
2598 ],
2599 "authors": [
2600 {
2601 "name": "Jan Sorgalla",
2602 "email": "jsorgalla@gmail.com"
2603 }
2604 ],
2605 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2606 "time": "2015-07-03 13:48:55"
2607 },
2608 {
2609 "name": "scheb/two-factor-bundle",
2610 "version": "v1.4.7",
2611 "source": {
2612 "type": "git",
2613 "url": "https://github.com/scheb/two-factor-bundle.git",
2614 "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2"
2615 },
2616 "dist": {
2617 "type": "zip",
2618 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
2619 "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
2620 "shasum": ""
2621 },
2622 "require": {
2623 "sonata-project/google-authenticator": "~1.0",
2624 "symfony/symfony": "~2.1"
2625 },
2626 "require-dev": {
2627 "satooshi/php-coveralls": "~0.6",
2628 "swiftmailer/swiftmailer": ">=4.3, <6.0",
2629 "symfony/phpunit-bridge": "~2.7"
2630 },
2631 "type": "symfony-bundle",
2632 "autoload": {
2633 "psr-4": {
2634 "Scheb\\TwoFactorBundle\\": ""
2635 }
2636 },
2637 "notification-url": "https://packagist.org/downloads/",
2638 "license": [
2639 "MIT"
2640 ],
2641 "authors": [
2642 {
2643 "name": "Christian Scheb",
2644 "email": "me@christianscheb.de"
2645 }
2646 ],
2647 "description": "Provides two-factor authenticaton for Symfony2",
2648 "homepage": "https://github.com/scheb/two-factor-bundle",
2649 "keywords": [
2650 "Authentication",
2651 "Symfony2",
2652 "two-factor",
2653 "two-step"
2654 ],
2655 "time": "2015-08-25 19:58:00"
2656 },
2657 {
2658 "name": "sensio/distribution-bundle",
2659 "version": "v3.0.33",
2660 "target-dir": "Sensio/Bundle/DistributionBundle",
2661 "source": {
2662 "type": "git",
2663 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2664 "reference": "63245e12c948bf50278383e70fd5d6841af17e17"
2665 },
2666 "dist": {
2667 "type": "zip",
2668 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/63245e12c948bf50278383e70fd5d6841af17e17",
2669 "reference": "63245e12c948bf50278383e70fd5d6841af17e17",
2670 "shasum": ""
2671 },
2672 "require": {
2673 "php": ">=5.3.3",
2674 "sensiolabs/security-checker": "~3.0",
2675 "symfony/class-loader": "~2.2",
2676 "symfony/framework-bundle": "~2.3",
2677 "symfony/process": "~2.2"
2678 },
2679 "require-dev": {
2680 "symfony/form": "~2.2",
2681 "symfony/validator": "~2.2",
2682 "symfony/yaml": "~2.2"
2683 },
2684 "suggest": {
2685 "symfony/form": "If you want to use the configurator",
2686 "symfony/validator": "If you want to use the configurator",
2687 "symfony/yaml": "If you want to use the configurator"
2688 },
2689 "type": "symfony-bundle",
2690 "extra": {
2691 "branch-alias": {
2692 "dev-master": "3.0.x-dev"
2693 }
2694 },
2695 "autoload": {
2696 "psr-0": {
2697 "Sensio\\Bundle\\DistributionBundle": ""
2698 }
2699 },
2700 "notification-url": "https://packagist.org/downloads/",
2701 "license": [
2702 "MIT"
2703 ],
2704 "authors": [
2705 {
2706 "name": "Fabien Potencier",
2707 "email": "fabien@symfony.com"
2708 }
2709 ],
2710 "description": "Base bundle for Symfony Distributions",
2711 "keywords": [
2712 "configuration",
2713 "distribution"
2714 ],
2715 "time": "2015-10-27 18:46:42"
2716 },
2717 {
2718 "name": "sensio/framework-extra-bundle",
2719 "version": "v3.0.10",
2720 "source": {
2721 "type": "git",
2722 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2723 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c"
2724 },
2725 "dist": {
2726 "type": "zip",
2727 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/18fc2063c4d6569cdca47a39fbac32342eb65f3c",
2728 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c",
2729 "shasum": ""
2730 },
2731 "require": {
2732 "doctrine/common": "~2.2",
2733 "symfony/framework-bundle": "~2.3"
2734 },
2735 "require-dev": {
2736 "symfony/expression-language": "~2.4",
2737 "symfony/security-bundle": "~2.4"
2738 },
2739 "suggest": {
2740 "symfony/expression-language": "",
2741 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2742 "symfony/security-bundle": ""
2743 },
2744 "type": "symfony-bundle",
2745 "extra": {
2746 "branch-alias": {
2747 "dev-master": "3.0.x-dev"
2748 }
2749 },
2750 "autoload": {
2751 "psr-4": {
2752 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2753 }
2754 },
2755 "notification-url": "https://packagist.org/downloads/",
2756 "license": [
2757 "MIT"
2758 ],
2759 "authors": [
2760 {
2761 "name": "Fabien Potencier",
2762 "email": "fabien@symfony.com"
2763 }
2764 ],
2765 "description": "This bundle provides a way to configure your controllers with annotations",
2766 "keywords": [
2767 "annotations",
2768 "controllers"
2769 ],
2770 "time": "2015-08-03 11:59:27"
2771 },
2772 {
2773 "name": "sensiolabs/security-checker",
2774 "version": "v3.0.2",
2775 "source": {
2776 "type": "git",
2777 "url": "https://github.com/sensiolabs/security-checker.git",
2778 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
2779 },
2780 "dist": {
2781 "type": "zip",
2782 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
2783 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
2784 "shasum": ""
2785 },
2786 "require": {
2787 "symfony/console": "~2.0|~3.0"
2788 },
2789 "bin": [
2790 "security-checker"
2791 ],
2792 "type": "library",
2793 "extra": {
2794 "branch-alias": {
2795 "dev-master": "3.0-dev"
2796 }
2797 },
2798 "autoload": {
2799 "psr-0": {
2800 "SensioLabs\\Security": ""
2801 }
2802 },
2803 "notification-url": "https://packagist.org/downloads/",
2804 "license": [
2805 "MIT"
2806 ],
2807 "authors": [
2808 {
2809 "name": "Fabien Potencier",
2810 "email": "fabien.potencier@gmail.com"
2811 }
2812 ],
2813 "description": "A security checker for your composer.lock",
2814 "time": "2015-11-07 08:07:40"
2815 },
2816 {
2817 "name": "simplepie/simplepie",
2818 "version": "1.3.1",
2819 "source": {
2820 "type": "git",
2821 "url": "https://github.com/simplepie/simplepie.git",
2822 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
2823 },
2824 "dist": {
2825 "type": "zip",
2826 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
2827 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
2828 "shasum": ""
2829 },
2830 "require": {
2831 "php": ">=5.2.0"
2832 },
2833 "type": "library",
2834 "autoload": {
2835 "psr-0": {
2836 "SimplePie": "library"
2837 }
2838 },
2839 "notification-url": "https://packagist.org/downloads/",
2840 "license": [
2841 "BSD-3-Clause"
2842 ],
2843 "authors": [
2844 {
2845 "name": "Ryan Parman",
2846 "homepage": "http://ryanparman.com/",
2847 "role": "Creator, alumnus developer"
2848 },
2849 {
2850 "name": "Geoffrey Sneddon",
2851 "homepage": "http://gsnedders.com/",
2852 "role": "Alumnus developer"
2853 },
2854 {
2855 "name": "Ryan McCue",
2856 "email": "me@ryanmccue.info",
2857 "homepage": "http://ryanmccue.info/",
2858 "role": "Developer"
2859 }
2860 ],
2861 "description": "A simple Atom/RSS parsing library for PHP",
2862 "homepage": "http://simplepie.org/",
2863 "keywords": [
2864 "atom",
2865 "feeds",
2866 "rss"
2867 ],
2868 "time": "2012-10-30 17:54:03"
2869 },
2870 {
2871 "name": "smalot/pdfparser",
2872 "version": "v0.9.25",
2873 "source": {
2874 "type": "git",
2875 "url": "https://github.com/smalot/pdfparser.git",
2876 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa"
2877 },
2878 "dist": {
2879 "type": "zip",
2880 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa",
2881 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa",
2882 "shasum": ""
2883 },
2884 "require": {
2885 "php": ">=5.3.0",
2886 "tecnickcom/tcpdf": ">=6.0.050"
2887 },
2888 "require-dev": {
2889 "atoum/atoum": "dev-master"
2890 },
2891 "type": "library",
2892 "autoload": {
2893 "psr-0": {
2894 "Smalot\\PdfParser\\": "src/"
2895 }
2896 },
2897 "notification-url": "https://packagist.org/downloads/",
2898 "license": [
2899 "GPL-3.0"
2900 ],
2901 "authors": [
2902 {
2903 "name": "Sebastien MALOT",
2904 "email": "sebastien@malot.fr",
2905 "homepage": "http://www.malot.fr",
2906 "role": "Developer"
2907 }
2908 ],
2909 "description": "Pdf parser library. Can read and extract information from pdf file.",
2910 "homepage": "http://www.pdfparser.org",
2911 "time": "2015-09-18 08:29:33"
2912 },
2913 {
2914 "name": "sonata-project/google-authenticator",
2915 "version": "1.0.2",
2916 "source": {
2917 "type": "git",
2918 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
2919 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
2920 },
2921 "dist": {
2922 "type": "zip",
2923 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
2924 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
2925 "shasum": ""
2926 },
2927 "require": {
2928 "php": ">=5.3.0"
2929 },
2930 "type": "library",
2931 "autoload": {
2932 "psr-4": {
2933 "Google\\Authenticator\\": "lib/",
2934 "Google\\Authenticator\\Tests\\": "tests/"
2935 }
2936 },
2937 "notification-url": "https://packagist.org/downloads/",
2938 "license": [
2939 "MIT"
2940 ],
2941 "authors": [
2942 {
2943 "name": "Thomas Rabaix",
2944 "email": "thomas.rabaix@gmail.com",
2945 "homepage": "http://sonata-project.org/"
2946 },
2947 {
2948 "name": "Christian Stocker",
2949 "email": "me@chregu.tv"
2950 },
2951 {
2952 "name": "Andre DeMarre",
2953 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
2954 }
2955 ],
2956 "description": "Library to integrate Google Authenticator into a PHP project",
2957 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
2958 "keywords": [
2959 "google authenticator"
2960 ],
2961 "time": "2014-03-31 09:18:53"
2962 },
2963 {
2964 "name": "swiftmailer/swiftmailer",
2965 "version": "v5.4.1",
2966 "source": {
2967 "type": "git",
2968 "url": "https://github.com/swiftmailer/swiftmailer.git",
2969 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
2970 },
2971 "dist": {
2972 "type": "zip",
2973 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2974 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2975 "shasum": ""
2976 },
2977 "require": {
2978 "php": ">=5.3.3"
2979 },
2980 "require-dev": {
2981 "mockery/mockery": "~0.9.1,<0.9.4"
2982 },
2983 "type": "library",
2984 "extra": {
2985 "branch-alias": {
2986 "dev-master": "5.4-dev"
2987 }
2988 },
2989 "autoload": {
2990 "files": [
2991 "lib/swift_required.php"
2992 ]
2993 },
2994 "notification-url": "https://packagist.org/downloads/",
2995 "license": [
2996 "MIT"
2997 ],
2998 "authors": [
2999 {
3000 "name": "Chris Corbyn"
3001 },
3002 {
3003 "name": "Fabien Potencier",
3004 "email": "fabien@symfony.com"
3005 }
3006 ],
3007 "description": "Swiftmailer, free feature-rich PHP mailer",
3008 "homepage": "http://swiftmailer.org",
3009 "keywords": [
3010 "email",
3011 "mail",
3012 "mailer"
3013 ],
3014 "time": "2015-06-06 14:19:39"
3015 },
3016 {
3017 "name": "symfony/assetic-bundle",
3018 "version": "v2.7.0",
3019 "source": {
3020 "type": "git",
3021 "url": "https://github.com/symfony/assetic-bundle.git",
3022 "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5"
3023 },
3024 "dist": {
3025 "type": "zip",
3026 "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
3027 "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
3028 "shasum": ""
3029 },
3030 "require": {
3031 "kriswallsmith/assetic": "~1.3",
3032 "php": ">=5.3.0",
3033 "symfony/console": "~2.3",
3034 "symfony/dependency-injection": "~2.3",
3035 "symfony/framework-bundle": "~2.3",
3036 "symfony/yaml": "~2.3"
3037 },
3038 "conflict": {
3039 "kriswallsmith/spork": "<=0.2",
3040 "twig/twig": "<1.20"
3041 },
3042 "require-dev": {
3043 "kriswallsmith/spork": "~0.3",
3044 "patchwork/jsqueeze": "~1.0",
3045 "symfony/class-loader": "~2.3",
3046 "symfony/css-selector": "~2.3",
3047 "symfony/dom-crawler": "~2.3",
3048 "symfony/phpunit-bridge": "~2.7",
3049 "symfony/twig-bundle": "~2.3"
3050 },
3051 "suggest": {
3052 "kriswallsmith/spork": "to be able to dump assets in parallel",
3053 "symfony/twig-bundle": "to use the Twig integration"
3054 },
3055 "type": "symfony-bundle",
3056 "extra": {
3057 "branch-alias": {
3058 "dev-master": "2.7-dev"
3059 }
3060 },
3061 "autoload": {
3062 "psr-4": {
3063 "Symfony\\Bundle\\AsseticBundle\\": ""
3064 }
3065 },
3066 "notification-url": "https://packagist.org/downloads/",
3067 "license": [
3068 "MIT"
3069 ],
3070 "authors": [
3071 {
3072 "name": "Kris Wallsmith",
3073 "email": "kris.wallsmith@gmail.com",
3074 "homepage": "http://kriswallsmith.net/"
3075 }
3076 ],
3077 "description": "Integrates Assetic into Symfony2",
3078 "homepage": "https://github.com/symfony/AsseticBundle",
3079 "keywords": [
3080 "assets",
3081 "compression",
3082 "minification"
3083 ],
3084 "time": "2015-09-01 00:05:29"
3085 },
3086 {
3087 "name": "symfony/monolog-bundle",
3088 "version": "2.8.1",
3089 "source": {
3090 "type": "git",
3091 "url": "https://github.com/symfony/monolog-bundle.git",
3092 "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a"
3093 },
3094 "dist": {
3095 "type": "zip",
3096 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7117b9a145722e3c5768db4585f6ad0643ed5c4a",
3097 "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a",
3098 "shasum": ""
3099 },
3100 "require": {
3101 "monolog/monolog": "~1.8",
3102 "php": ">=5.3.2",
3103 "symfony/config": "~2.3|3.*",
3104 "symfony/dependency-injection": "~2.3|3.*",
3105 "symfony/http-kernel": "~2.3|3.*",
3106 "symfony/monolog-bridge": "~2.3|3.*"
3107 },
3108 "require-dev": {
3109 "symfony/console": "~2.3|3.*",
3110 "symfony/yaml": "~2.3"
3111 },
3112 "type": "symfony-bundle",
3113 "extra": {
3114 "branch-alias": {
3115 "dev-master": "2.8.x-dev"
3116 }
3117 },
3118 "autoload": {
3119 "psr-4": {
3120 "Symfony\\Bundle\\MonologBundle\\": ""
3121 }
3122 },
3123 "notification-url": "https://packagist.org/downloads/",
3124 "license": [
3125 "MIT"
3126 ],
3127 "authors": [
3128 {
3129 "name": "Symfony Community",
3130 "homepage": "http://symfony.com/contributors"
3131 },
3132 {
3133 "name": "Fabien Potencier",
3134 "email": "fabien@symfony.com"
3135 }
3136 ],
3137 "description": "Symfony MonologBundle",
3138 "homepage": "http://symfony.com",
3139 "keywords": [
3140 "log",
3141 "logging"
3142 ],
3143 "time": "2015-10-02 11:51:59"
3144 },
3145 {
3146 "name": "symfony/swiftmailer-bundle",
3147 "version": "v2.3.8",
3148 "source": {
3149 "type": "git",
3150 "url": "https://github.com/symfony/swiftmailer-bundle.git",
3151 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
3152 },
3153 "dist": {
3154 "type": "zip",
3155 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
3156 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
3157 "shasum": ""
3158 },
3159 "require": {
3160 "php": ">=5.3.2",
3161 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
3162 "symfony/swiftmailer-bridge": "~2.1"
3163 },
3164 "require-dev": {
3165 "symfony/config": "~2.1",
3166 "symfony/dependency-injection": "~2.1",
3167 "symfony/http-kernel": "~2.1",
3168 "symfony/yaml": "~2.1"
3169 },
3170 "suggest": {
3171 "psr/log": "Allows logging"
3172 },
3173 "type": "symfony-bundle",
3174 "extra": {
3175 "branch-alias": {
3176 "dev-master": "2.3-dev"
3177 }
3178 },
3179 "autoload": {
3180 "psr-4": {
3181 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3182 }
3183 },
3184 "notification-url": "https://packagist.org/downloads/",
3185 "license": [
3186 "MIT"
3187 ],
3188 "authors": [
3189 {
3190 "name": "Symfony Community",
3191 "homepage": "http://symfony.com/contributors"
3192 },
3193 {
3194 "name": "Fabien Potencier",
3195 "email": "fabien@symfony.com"
3196 }
3197 ],
3198 "description": "Symfony SwiftmailerBundle",
3199 "homepage": "http://symfony.com",
3200 "time": "2014-12-01 17:44:50"
3201 },
3202 {
3203 "name": "symfony/symfony",
3204 "version": "v2.7.6",
3205 "source": {
3206 "type": "git",
3207 "url": "https://github.com/symfony/symfony.git",
3208 "reference": "66b2e9662c44d478b69e48278aa54079a006eb42"
3209 },
3210 "dist": {
3211 "type": "zip",
3212 "url": "https://api.github.com/repos/symfony/symfony/zipball/66b2e9662c44d478b69e48278aa54079a006eb42",
3213 "reference": "66b2e9662c44d478b69e48278aa54079a006eb42",
3214 "shasum": ""
3215 },
3216 "require": {
3217 "doctrine/common": "~2.4",
3218 "php": ">=5.3.9",
3219 "psr/log": "~1.0",
3220 "twig/twig": "~1.20|~2.0"
3221 },
3222 "replace": {
3223 "symfony/asset": "self.version",
3224 "symfony/browser-kit": "self.version",
3225 "symfony/class-loader": "self.version",
3226 "symfony/config": "self.version",
3227 "symfony/console": "self.version",
3228 "symfony/css-selector": "self.version",
3229 "symfony/debug": "self.version",
3230 "symfony/debug-bundle": "self.version",
3231 "symfony/dependency-injection": "self.version",
3232 "symfony/doctrine-bridge": "self.version",
3233 "symfony/dom-crawler": "self.version",
3234 "symfony/event-dispatcher": "self.version",
3235 "symfony/expression-language": "self.version",
3236 "symfony/filesystem": "self.version",
3237 "symfony/finder": "self.version",
3238 "symfony/form": "self.version",
3239 "symfony/framework-bundle": "self.version",
3240 "symfony/http-foundation": "self.version",
3241 "symfony/http-kernel": "self.version",
3242 "symfony/intl": "self.version",
3243 "symfony/locale": "self.version",
3244 "symfony/monolog-bridge": "self.version",
3245 "symfony/options-resolver": "self.version",
3246 "symfony/process": "self.version",
3247 "symfony/property-access": "self.version",
3248 "symfony/proxy-manager-bridge": "self.version",
3249 "symfony/routing": "self.version",
3250 "symfony/security": "self.version",
3251 "symfony/security-acl": "self.version",
3252 "symfony/security-bundle": "self.version",
3253 "symfony/security-core": "self.version",
3254 "symfony/security-csrf": "self.version",
3255 "symfony/security-http": "self.version",
3256 "symfony/serializer": "self.version",
3257 "symfony/stopwatch": "self.version",
3258 "symfony/swiftmailer-bridge": "self.version",
3259 "symfony/templating": "self.version",
3260 "symfony/translation": "self.version",
3261 "symfony/twig-bridge": "self.version",
3262 "symfony/twig-bundle": "self.version",
3263 "symfony/validator": "self.version",
3264 "symfony/var-dumper": "self.version",
3265 "symfony/web-profiler-bundle": "self.version",
3266 "symfony/yaml": "self.version"
3267 },
3268 "require-dev": {
3269 "doctrine/data-fixtures": "1.0.*",
3270 "doctrine/dbal": "~2.4",
3271 "doctrine/doctrine-bundle": "~1.2",
3272 "doctrine/orm": "~2.4,>=2.4.5",
3273 "egulias/email-validator": "~1.2",
3274 "ircmaxell/password-compat": "~1.0",
3275 "monolog/monolog": "~1.11",
3276 "ocramius/proxy-manager": "~0.4|~1.0"
3277 },
3278 "type": "library",
3279 "extra": {
3280 "branch-alias": {
3281 "dev-master": "2.7-dev"
3282 }
3283 },
3284 "autoload": {
3285 "psr-4": {
3286 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3287 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3288 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3289 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3290 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3291 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3292 "Symfony\\Component\\": "src/Symfony/Component/"
3293 },
3294 "classmap": [
3295 "src/Symfony/Component/HttpFoundation/Resources/stubs",
3296 "src/Symfony/Component/Intl/Resources/stubs"
3297 ],
3298 "files": [
3299 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
3300 ]
3301 },
3302 "notification-url": "https://packagist.org/downloads/",
3303 "license": [
3304 "MIT"
3305 ],
3306 "authors": [
3307 {
3308 "name": "Fabien Potencier",
3309 "email": "fabien@symfony.com"
3310 },
3311 {
3312 "name": "Symfony Community",
3313 "homepage": "https://symfony.com/contributors"
3314 }
3315 ],
3316 "description": "The Symfony PHP framework",
3317 "homepage": "https://symfony.com",
3318 "keywords": [
3319 "framework"
3320 ],
3321 "time": "2015-10-27 19:07:24"
3322 },
3323 {
3324 "name": "tecnickcom/tcpdf",
3325 "version": "6.2.12",
3326 "source": {
3327 "type": "git",
3328 "url": "https://github.com/tecnickcom/TCPDF.git",
3329 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
3330 },
3331 "dist": {
3332 "type": "zip",
3333 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
3334 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
3335 "shasum": ""
3336 },
3337 "require": {
3338 "php": ">=5.3.0"
3339 },
3340 "type": "library",
3341 "autoload": {
3342 "classmap": [
3343 "fonts",
3344 "config",
3345 "include",
3346 "tcpdf.php",
3347 "tcpdf_parser.php",
3348 "tcpdf_import.php",
3349 "tcpdf_barcodes_1d.php",
3350 "tcpdf_barcodes_2d.php",
3351 "include/tcpdf_colors.php",
3352 "include/tcpdf_filters.php",
3353 "include/tcpdf_font_data.php",
3354 "include/tcpdf_fonts.php",
3355 "include/tcpdf_images.php",
3356 "include/tcpdf_static.php",
3357 "include/barcodes/datamatrix.php",
3358 "include/barcodes/pdf417.php",
3359 "include/barcodes/qrcode.php"
3360 ]
3361 },
3362 "notification-url": "https://packagist.org/downloads/",
3363 "license": [
3364 "LGPLv3"
3365 ],
3366 "authors": [
3367 {
3368 "name": "Nicola Asuni",
3369 "email": "info@tecnick.com",
3370 "homepage": "http://nicolaasuni.tecnick.com"
3371 }
3372 ],
3373 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3374 "homepage": "http://www.tcpdf.org/",
3375 "keywords": [
3376 "PDFD32000-2008",
3377 "TCPDF",
3378 "barcodes",
3379 "datamatrix",
3380 "pdf",
3381 "pdf417",
3382 "qrcode"
3383 ],
3384 "time": "2015-09-12 10:08:34"
3385 },
3386 {
3387 "name": "twig/extensions",
3388 "version": "v1.3.0",
3389 "source": {
3390 "type": "git",
3391 "url": "https://github.com/twigphp/Twig-extensions.git",
3392 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
3393 },
3394 "dist": {
3395 "type": "zip",
3396 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3397 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
3398 "shasum": ""
3399 },
3400 "require": {
3401 "twig/twig": "~1.20|~2.0"
3402 },
3403 "require-dev": {
3404 "symfony/translation": "~2.3"
3405 },
3406 "suggest": {
3407 "symfony/translation": "Allow the time_diff output to be translated"
3408 },
3409 "type": "library",
3410 "extra": {
3411 "branch-alias": {
3412 "dev-master": "1.3-dev"
3413 }
3414 },
3415 "autoload": {
3416 "psr-0": {
3417 "Twig_Extensions_": "lib/"
3418 }
3419 },
3420 "notification-url": "https://packagist.org/downloads/",
3421 "license": [
3422 "MIT"
3423 ],
3424 "authors": [
3425 {
3426 "name": "Fabien Potencier",
3427 "email": "fabien@symfony.com"
3428 }
3429 ],
3430 "description": "Common additional features for Twig that do not directly belong in core",
3431 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3432 "keywords": [
3433 "i18n",
3434 "text"
3435 ],
3436 "time": "2015-08-22 16:38:35"
3437 },
3438 {
3439 "name": "twig/twig",
3440 "version": "v1.23.1",
3441 "source": {
3442 "type": "git",
3443 "url": "https://github.com/twigphp/Twig.git",
3444 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
3445 },
3446 "dist": {
3447 "type": "zip",
3448 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
3449 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
3450 "shasum": ""
3451 },
3452 "require": {
3453 "php": ">=5.2.7"
3454 },
3455 "require-dev": {
3456 "symfony/debug": "~2.7",
3457 "symfony/phpunit-bridge": "~2.7"
3458 },
3459 "type": "library",
3460 "extra": {
3461 "branch-alias": {
3462 "dev-master": "1.23-dev"
3463 }
3464 },
3465 "autoload": {
3466 "psr-0": {
3467 "Twig_": "lib/"
3468 }
3469 },
3470 "notification-url": "https://packagist.org/downloads/",
3471 "license": [
3472 "BSD-3-Clause"
3473 ],
3474 "authors": [
3475 {
3476 "name": "Fabien Potencier",
3477 "email": "fabien@symfony.com",
3478 "homepage": "http://fabien.potencier.org",
3479 "role": "Lead Developer"
3480 },
3481 {
3482 "name": "Armin Ronacher",
3483 "email": "armin.ronacher@active-4.com",
3484 "role": "Project Founder"
3485 },
3486 {
3487 "name": "Twig Team",
3488 "homepage": "http://twig.sensiolabs.org/contributors",
3489 "role": "Contributors"
3490 }
3491 ],
3492 "description": "Twig, the flexible, fast, and secure template language for PHP",
3493 "homepage": "http://twig.sensiolabs.org",
3494 "keywords": [
3495 "templating"
3496 ],
3497 "time": "2015-11-05 12:49:06"
3498 },
3499 {
3500 "name": "willdurand/hateoas",
3501 "version": "v2.6.0",
3502 "source": {
3503 "type": "git",
3504 "url": "https://github.com/willdurand/Hateoas.git",
3505 "reference": "fc0869381d6934e5d430084154584761297caa6c"
3506 },
3507 "dist": {
3508 "type": "zip",
3509 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
3510 "reference": "fc0869381d6934e5d430084154584761297caa6c",
3511 "shasum": ""
3512 },
3513 "require": {
3514 "doctrine/annotations": "~1.0",
3515 "doctrine/common": "~2.0",
3516 "jms/metadata": "~1.1",
3517 "jms/serializer": "~0.13",
3518 "php": ">=5.3",
3519 "symfony/expression-language": "~2.4"
3520 },
3521 "require-dev": {
3522 "atoum/atoum": "*@dev",
3523 "hautelook/frankenstein": "~0.1",
3524 "pagerfanta/pagerfanta": "~1.0",
3525 "phpunit/phpunit": "~3.7",
3526 "symfony/dependency-injection": "~2.0",
3527 "symfony/routing": "~2.0",
3528 "symfony/yaml": "~2.0",
3529 "twig/twig": "~1.12"
3530 },
3531 "suggest": {
3532 "symfony/routing": "To use the SymfonyRouteFactory.",
3533 "symfony/yaml": "To use yaml based configuration.",
3534 "twig/twig": "To use the Twig extensions."
3535 },
3536 "type": "library",
3537 "extra": {
3538 "branch-alias": {
3539 "dev-master": "2.6-dev"
3540 }
3541 },
3542 "autoload": {
3543 "psr-0": {
3544 "Hateoas": "src/"
3545 }
3546 },
3547 "notification-url": "https://packagist.org/downloads/",
3548 "license": [
3549 "MIT"
3550 ],
3551 "authors": [
3552 {
3553 "name": "Adrien Brault",
3554 "email": "adrien.brault@gmail.com"
3555 },
3556 {
3557 "name": "William Durand",
3558 "email": "william.durand1@gmail.com"
3559 }
3560 ],
3561 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
3562 "time": "2015-05-21 21:57:34"
3563 },
3564 {
3565 "name": "willdurand/hateoas-bundle",
3566 "version": "0.5.0",
3567 "target-dir": "Bazinga/Bundle/HateoasBundle",
3568 "source": {
3569 "type": "git",
3570 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
3571 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b"
3572 },
3573 "dist": {
3574 "type": "zip",
3575 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b",
3576 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b",
3577 "shasum": ""
3578 },
3579 "require": {
3580 "jms/serializer-bundle": "~0.13",
3581 "symfony/framework-bundle": "~2.2",
3582 "willdurand/hateoas": "~2.0"
3583 },
3584 "require-dev": {
3585 "symfony/expression-language": "~2.4",
3586 "twig/twig": "~1.12"
3587 },
3588 "type": "symfony-bundle",
3589 "extra": {
3590 "branch-alias": {
3591 "dev-master": "1.0.x-dev"
3592 }
3593 },
3594 "autoload": {
3595 "psr-0": {
3596 "Bazinga\\Bundle\\HateoasBundle": ""
3597 }
3598 },
3599 "notification-url": "https://packagist.org/downloads/",
3600 "license": [
3601 "MIT"
3602 ],
3603 "authors": [
3604 {
3605 "name": "William Durand",
3606 "email": "william.durand1@gmail.com"
3607 }
3608 ],
3609 "description": "Integration of Hateoas into Symfony2.",
3610 "keywords": [
3611 "HATEOAS",
3612 "rest"
3613 ],
3614 "time": "2015-02-19 16:27:51"
3615 },
3616 {
3617 "name": "willdurand/jsonp-callback-validator",
3618 "version": "v1.1.0",
3619 "source": {
3620 "type": "git",
3621 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
3622 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
3623 },
3624 "dist": {
3625 "type": "zip",
3626 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
3627 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
3628 "shasum": ""
3629 },
3630 "require": {
3631 "php": ">=5.3.0"
3632 },
3633 "require-dev": {
3634 "phpunit/phpunit": "~3.7"
3635 },
3636 "type": "library",
3637 "autoload": {
3638 "psr-0": {
3639 "JsonpCallbackValidator": "src/"
3640 }
3641 },
3642 "notification-url": "https://packagist.org/downloads/",
3643 "license": [
3644 "MIT"
3645 ],
3646 "authors": [
3647 {
3648 "name": "William Durand",
3649 "email": "william.durand1@gmail.com",
3650 "homepage": "http://www.willdurand.fr"
3651 }
3652 ],
3653 "description": "JSONP callback validator.",
3654 "time": "2014-01-20 22:35:06"
3655 },
3656 {
3657 "name": "willdurand/negotiation",
3658 "version": "1.5.0",
3659 "source": {
3660 "type": "git",
3661 "url": "https://github.com/willdurand/Negotiation.git",
3662 "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
3663 },
3664 "dist": {
3665 "type": "zip",
3666 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
3667 "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
3668 "shasum": ""
3669 },
3670 "require": {
3671 "php": ">=5.3.0"
3672 },
3673 "type": "library",
3674 "extra": {
3675 "branch-alias": {
3676 "dev-master": "1.5-dev"
3677 }
3678 },
3679 "autoload": {
3680 "psr-4": {
3681 "Negotiation\\": "src/Negotiation"
3682 }
3683 },
3684 "notification-url": "https://packagist.org/downloads/",
3685 "license": [
3686 "MIT"
3687 ],
3688 "authors": [
3689 {
3690 "name": "William Durand",
3691 "email": "william.durand1@gmail.com"
3692 }
3693 ],
3694 "description": "Content Negotiation tools for PHP provided as a standalone library.",
3695 "homepage": "http://williamdurand.fr/Negotiation/",
3696 "keywords": [
3697 "accept",
3698 "content",
3699 "format",
3700 "header",
3701 "negotiation"
3702 ],
3703 "time": "2015-10-01 07:42:40"
3704 }
3705 ],
3706 "packages-dev": [
3707 {
3708 "name": "doctrine/data-fixtures",
3709 "version": "v1.1.1",
3710 "source": {
3711 "type": "git",
3712 "url": "https://github.com/doctrine/data-fixtures.git",
3713 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
3714 },
3715 "dist": {
3716 "type": "zip",
3717 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3718 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3719 "shasum": ""
3720 },
3721 "require": {
3722 "doctrine/common": "~2.2",
3723 "php": ">=5.3.2"
3724 },
3725 "conflict": {
3726 "doctrine/orm": "< 2.4"
3727 },
3728 "require-dev": {
3729 "doctrine/orm": "~2.4"
3730 },
3731 "suggest": {
3732 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3733 "doctrine/orm": "For loading ORM fixtures",
3734 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3735 },
3736 "type": "library",
3737 "extra": {
3738 "branch-alias": {
3739 "dev-master": "1.1.x-dev"
3740 }
3741 },
3742 "autoload": {
3743 "psr-0": {
3744 "Doctrine\\Common\\DataFixtures": "lib/"
3745 }
3746 },
3747 "notification-url": "https://packagist.org/downloads/",
3748 "license": [
3749 "MIT"
3750 ],
3751 "authors": [
3752 {
3753 "name": "Jonathan Wage",
3754 "email": "jonwage@gmail.com"
3755 }
3756 ],
3757 "description": "Data Fixtures for all Doctrine Object Managers",
3758 "homepage": "http://www.doctrine-project.org",
3759 "keywords": [
3760 "database"
3761 ],
3762 "time": "2015-03-30 12:14:13"
3763 },
3764 {
3765 "name": "doctrine/doctrine-fixtures-bundle",
3766 "version": "v2.2.1",
3767 "source": {
3768 "type": "git",
3769 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
3770 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
3771 },
3772 "dist": {
3773 "type": "zip",
3774 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3775 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3776 "shasum": ""
3777 },
3778 "require": {
3779 "doctrine/data-fixtures": "~1.0",
3780 "doctrine/doctrine-bundle": "~1.0",
3781 "php": ">=5.3.2",
3782 "symfony/doctrine-bridge": "~2.1"
3783 },
3784 "type": "symfony-bundle",
3785 "extra": {
3786 "branch-alias": {
3787 "dev-master": "2.2.x-dev"
3788 }
3789 },
3790 "autoload": {
3791 "psr-4": {
3792 "Doctrine\\Bundle\\FixturesBundle\\": ""
3793 }
3794 },
3795 "notification-url": "https://packagist.org/downloads/",
3796 "license": [
3797 "MIT"
3798 ],
3799 "authors": [
3800 {
3801 "name": "Symfony Community",
3802 "homepage": "http://symfony.com/contributors"
3803 },
3804 {
3805 "name": "Doctrine Project",
3806 "homepage": "http://www.doctrine-project.org"
3807 },
3808 {
3809 "name": "Fabien Potencier",
3810 "email": "fabien@symfony.com"
3811 }
3812 ],
3813 "description": "Symfony DoctrineFixturesBundle",
3814 "homepage": "http://www.doctrine-project.org",
3815 "keywords": [
3816 "Fixture",
3817 "persistence"
3818 ],
3819 "time": "2015-08-04 22:43:14"
3820 },
3821 {
3822 "name": "phpdocumentor/reflection-docblock",
3823 "version": "2.0.4",
3824 "source": {
3825 "type": "git",
3826 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3827 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3828 },
3829 "dist": {
3830 "type": "zip",
3831 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3832 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3833 "shasum": ""
3834 },
3835 "require": {
3836 "php": ">=5.3.3"
3837 },
3838 "require-dev": {
3839 "phpunit/phpunit": "~4.0"
3840 },
3841 "suggest": {
3842 "dflydev/markdown": "~1.0",
3843 "erusev/parsedown": "~1.0"
3844 },
3845 "type": "library",
3846 "extra": {
3847 "branch-alias": {
3848 "dev-master": "2.0.x-dev"
3849 }
3850 },
3851 "autoload": {
3852 "psr-0": {
3853 "phpDocumentor": [
3854 "src/"
3855 ]
3856 }
3857 },
3858 "notification-url": "https://packagist.org/downloads/",
3859 "license": [
3860 "MIT"
3861 ],
3862 "authors": [
3863 {
3864 "name": "Mike van Riel",
3865 "email": "mike.vanriel@naenius.com"
3866 }
3867 ],
3868 "time": "2015-02-03 12:10:50"
3869 },
3870 {
3871 "name": "phpspec/prophecy",
3872 "version": "v1.5.0",
3873 "source": {
3874 "type": "git",
3875 "url": "https://github.com/phpspec/prophecy.git",
3876 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
3877 },
3878 "dist": {
3879 "type": "zip",
3880 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3881 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3882 "shasum": ""
3883 },
3884 "require": {
3885 "doctrine/instantiator": "^1.0.2",
3886 "phpdocumentor/reflection-docblock": "~2.0",
3887 "sebastian/comparator": "~1.1"
3888 },
3889 "require-dev": {
3890 "phpspec/phpspec": "~2.0"
3891 },
3892 "type": "library",
3893 "extra": {
3894 "branch-alias": {
3895 "dev-master": "1.4.x-dev"
3896 }
3897 },
3898 "autoload": {
3899 "psr-0": {
3900 "Prophecy\\": "src/"
3901 }
3902 },
3903 "notification-url": "https://packagist.org/downloads/",
3904 "license": [
3905 "MIT"
3906 ],
3907 "authors": [
3908 {
3909 "name": "Konstantin Kudryashov",
3910 "email": "ever.zet@gmail.com",
3911 "homepage": "http://everzet.com"
3912 },
3913 {
3914 "name": "Marcello Duarte",
3915 "email": "marcello.duarte@gmail.com"
3916 }
3917 ],
3918 "description": "Highly opinionated mocking framework for PHP 5.3+",
3919 "homepage": "https://github.com/phpspec/prophecy",
3920 "keywords": [
3921 "Double",
3922 "Dummy",
3923 "fake",
3924 "mock",
3925 "spy",
3926 "stub"
3927 ],
3928 "time": "2015-08-13 10:07:40"
3929 },
3930 {
3931 "name": "phpunit/php-code-coverage",
3932 "version": "2.2.4",
3933 "source": {
3934 "type": "git",
3935 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3936 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3937 },
3938 "dist": {
3939 "type": "zip",
3940 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3941 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3942 "shasum": ""
3943 },
3944 "require": {
3945 "php": ">=5.3.3",
3946 "phpunit/php-file-iterator": "~1.3",
3947 "phpunit/php-text-template": "~1.2",
3948 "phpunit/php-token-stream": "~1.3",
3949 "sebastian/environment": "^1.3.2",
3950 "sebastian/version": "~1.0"
3951 },
3952 "require-dev": {
3953 "ext-xdebug": ">=2.1.4",
3954 "phpunit/phpunit": "~4"
3955 },
3956 "suggest": {
3957 "ext-dom": "*",
3958 "ext-xdebug": ">=2.2.1",
3959 "ext-xmlwriter": "*"
3960 },
3961 "type": "library",
3962 "extra": {
3963 "branch-alias": {
3964 "dev-master": "2.2.x-dev"
3965 }
3966 },
3967 "autoload": {
3968 "classmap": [
3969 "src/"
3970 ]
3971 },
3972 "notification-url": "https://packagist.org/downloads/",
3973 "license": [
3974 "BSD-3-Clause"
3975 ],
3976 "authors": [
3977 {
3978 "name": "Sebastian Bergmann",
3979 "email": "sb@sebastian-bergmann.de",
3980 "role": "lead"
3981 }
3982 ],
3983 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3984 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3985 "keywords": [
3986 "coverage",
3987 "testing",
3988 "xunit"
3989 ],
3990 "time": "2015-10-06 15:47:00"
3991 },
3992 {
3993 "name": "phpunit/php-file-iterator",
3994 "version": "1.4.1",
3995 "source": {
3996 "type": "git",
3997 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3998 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3999 },
4000 "dist": {
4001 "type": "zip",
4002 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4003 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4004 "shasum": ""
4005 },
4006 "require": {
4007 "php": ">=5.3.3"
4008 },
4009 "type": "library",
4010 "extra": {
4011 "branch-alias": {
4012 "dev-master": "1.4.x-dev"
4013 }
4014 },
4015 "autoload": {
4016 "classmap": [
4017 "src/"
4018 ]
4019 },
4020 "notification-url": "https://packagist.org/downloads/",
4021 "license": [
4022 "BSD-3-Clause"
4023 ],
4024 "authors": [
4025 {
4026 "name": "Sebastian Bergmann",
4027 "email": "sb@sebastian-bergmann.de",
4028 "role": "lead"
4029 }
4030 ],
4031 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4032 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4033 "keywords": [
4034 "filesystem",
4035 "iterator"
4036 ],
4037 "time": "2015-06-21 13:08:43"
4038 },
4039 {
4040 "name": "phpunit/php-text-template",
4041 "version": "1.2.1",
4042 "source": {
4043 "type": "git",
4044 "url": "https://github.com/sebastianbergmann/php-text-template.git",
4045 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4046 },
4047 "dist": {
4048 "type": "zip",
4049 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4050 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4051 "shasum": ""
4052 },
4053 "require": {
4054 "php": ">=5.3.3"
4055 },
4056 "type": "library",
4057 "autoload": {
4058 "classmap": [
4059 "src/"
4060 ]
4061 },
4062 "notification-url": "https://packagist.org/downloads/",
4063 "license": [
4064 "BSD-3-Clause"
4065 ],
4066 "authors": [
4067 {
4068 "name": "Sebastian Bergmann",
4069 "email": "sebastian@phpunit.de",
4070 "role": "lead"
4071 }
4072 ],
4073 "description": "Simple template engine.",
4074 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4075 "keywords": [
4076 "template"
4077 ],
4078 "time": "2015-06-21 13:50:34"
4079 },
4080 {
4081 "name": "phpunit/php-timer",
4082 "version": "1.0.7",
4083 "source": {
4084 "type": "git",
4085 "url": "https://github.com/sebastianbergmann/php-timer.git",
4086 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
4087 },
4088 "dist": {
4089 "type": "zip",
4090 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4091 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4092 "shasum": ""
4093 },
4094 "require": {
4095 "php": ">=5.3.3"
4096 },
4097 "type": "library",
4098 "autoload": {
4099 "classmap": [
4100 "src/"
4101 ]
4102 },
4103 "notification-url": "https://packagist.org/downloads/",
4104 "license": [
4105 "BSD-3-Clause"
4106 ],
4107 "authors": [
4108 {
4109 "name": "Sebastian Bergmann",
4110 "email": "sb@sebastian-bergmann.de",
4111 "role": "lead"
4112 }
4113 ],
4114 "description": "Utility class for timing",
4115 "homepage": "https://github.com/sebastianbergmann/php-timer/",
4116 "keywords": [
4117 "timer"
4118 ],
4119 "time": "2015-06-21 08:01:12"
4120 },
4121 {
4122 "name": "phpunit/php-token-stream",
4123 "version": "1.4.8",
4124 "source": {
4125 "type": "git",
4126 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4127 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4128 },
4129 "dist": {
4130 "type": "zip",
4131 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4132 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4133 "shasum": ""
4134 },
4135 "require": {
4136 "ext-tokenizer": "*",
4137 "php": ">=5.3.3"
4138 },
4139 "require-dev": {
4140 "phpunit/phpunit": "~4.2"
4141 },
4142 "type": "library",
4143 "extra": {
4144 "branch-alias": {
4145 "dev-master": "1.4-dev"
4146 }
4147 },
4148 "autoload": {
4149 "classmap": [
4150 "src/"
4151 ]
4152 },
4153 "notification-url": "https://packagist.org/downloads/",
4154 "license": [
4155 "BSD-3-Clause"
4156 ],
4157 "authors": [
4158 {
4159 "name": "Sebastian Bergmann",
4160 "email": "sebastian@phpunit.de"
4161 }
4162 ],
4163 "description": "Wrapper around PHP's tokenizer extension.",
4164 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4165 "keywords": [
4166 "tokenizer"
4167 ],
4168 "time": "2015-09-15 10:49:45"
4169 },
4170 {
4171 "name": "phpunit/phpunit",
4172 "version": "4.8.16",
4173 "source": {
4174 "type": "git",
4175 "url": "https://github.com/sebastianbergmann/phpunit.git",
4176 "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e"
4177 },
4178 "dist": {
4179 "type": "zip",
4180 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/625f8c345606ed0f3a141dfb88f4116f0e22978e",
4181 "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e",
4182 "shasum": ""
4183 },
4184 "require": {
4185 "ext-dom": "*",
4186 "ext-json": "*",
4187 "ext-pcre": "*",
4188 "ext-reflection": "*",
4189 "ext-spl": "*",
4190 "php": ">=5.3.3",
4191 "phpspec/prophecy": "^1.3.1",
4192 "phpunit/php-code-coverage": "~2.1",
4193 "phpunit/php-file-iterator": "~1.4",
4194 "phpunit/php-text-template": "~1.2",
4195 "phpunit/php-timer": ">=1.0.6",
4196 "phpunit/phpunit-mock-objects": "~2.3",
4197 "sebastian/comparator": "~1.1",
4198 "sebastian/diff": "~1.2",
4199 "sebastian/environment": "~1.3",
4200 "sebastian/exporter": "~1.2",
4201 "sebastian/global-state": "~1.0",
4202 "sebastian/version": "~1.0",
4203 "symfony/yaml": "~2.1|~3.0"
4204 },
4205 "suggest": {
4206 "phpunit/php-invoker": "~1.1"
4207 },
4208 "bin": [
4209 "phpunit"
4210 ],
4211 "type": "library",
4212 "extra": {
4213 "branch-alias": {
4214 "dev-master": "4.8.x-dev"
4215 }
4216 },
4217 "autoload": {
4218 "classmap": [
4219 "src/"
4220 ]
4221 },
4222 "notification-url": "https://packagist.org/downloads/",
4223 "license": [
4224 "BSD-3-Clause"
4225 ],
4226 "authors": [
4227 {
4228 "name": "Sebastian Bergmann",
4229 "email": "sebastian@phpunit.de",
4230 "role": "lead"
4231 }
4232 ],
4233 "description": "The PHP Unit Testing framework.",
4234 "homepage": "https://phpunit.de/",
4235 "keywords": [
4236 "phpunit",
4237 "testing",
4238 "xunit"
4239 ],
4240 "time": "2015-10-23 06:48:33"
4241 },
4242 {
4243 "name": "phpunit/phpunit-mock-objects",
4244 "version": "2.3.8",
4245 "source": {
4246 "type": "git",
4247 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4248 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4249 },
4250 "dist": {
4251 "type": "zip",
4252 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4253 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4254 "shasum": ""
4255 },
4256 "require": {
4257 "doctrine/instantiator": "^1.0.2",
4258 "php": ">=5.3.3",
4259 "phpunit/php-text-template": "~1.2",
4260 "sebastian/exporter": "~1.2"
4261 },
4262 "require-dev": {
4263 "phpunit/phpunit": "~4.4"
4264 },
4265 "suggest": {
4266 "ext-soap": "*"
4267 },
4268 "type": "library",
4269 "extra": {
4270 "branch-alias": {
4271 "dev-master": "2.3.x-dev"
4272 }
4273 },
4274 "autoload": {
4275 "classmap": [
4276 "src/"
4277 ]
4278 },
4279 "notification-url": "https://packagist.org/downloads/",
4280 "license": [
4281 "BSD-3-Clause"
4282 ],
4283 "authors": [
4284 {
4285 "name": "Sebastian Bergmann",
4286 "email": "sb@sebastian-bergmann.de",
4287 "role": "lead"
4288 }
4289 ],
4290 "description": "Mock Object library for PHPUnit",
4291 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4292 "keywords": [
4293 "mock",
4294 "xunit"
4295 ],
4296 "time": "2015-10-02 06:51:40"
4297 },
4298 {
4299 "name": "sebastian/comparator",
4300 "version": "1.2.0",
4301 "source": {
4302 "type": "git",
4303 "url": "https://github.com/sebastianbergmann/comparator.git",
4304 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4305 },
4306 "dist": {
4307 "type": "zip",
4308 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4309 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4310 "shasum": ""
4311 },
4312 "require": {
4313 "php": ">=5.3.3",
4314 "sebastian/diff": "~1.2",
4315 "sebastian/exporter": "~1.2"
4316 },
4317 "require-dev": {
4318 "phpunit/phpunit": "~4.4"
4319 },
4320 "type": "library",
4321 "extra": {
4322 "branch-alias": {
4323 "dev-master": "1.2.x-dev"
4324 }
4325 },
4326 "autoload": {
4327 "classmap": [
4328 "src/"
4329 ]
4330 },
4331 "notification-url": "https://packagist.org/downloads/",
4332 "license": [
4333 "BSD-3-Clause"
4334 ],
4335 "authors": [
4336 {
4337 "name": "Jeff Welch",
4338 "email": "whatthejeff@gmail.com"
4339 },
4340 {
4341 "name": "Volker Dusch",
4342 "email": "github@wallbash.com"
4343 },
4344 {
4345 "name": "Bernhard Schussek",
4346 "email": "bschussek@2bepublished.at"
4347 },
4348 {
4349 "name": "Sebastian Bergmann",
4350 "email": "sebastian@phpunit.de"
4351 }
4352 ],
4353 "description": "Provides the functionality to compare PHP values for equality",
4354 "homepage": "http://www.github.com/sebastianbergmann/comparator",
4355 "keywords": [
4356 "comparator",
4357 "compare",
4358 "equality"
4359 ],
4360 "time": "2015-07-26 15:48:44"
4361 },
4362 {
4363 "name": "sebastian/diff",
4364 "version": "1.3.0",
4365 "source": {
4366 "type": "git",
4367 "url": "https://github.com/sebastianbergmann/diff.git",
4368 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
4369 },
4370 "dist": {
4371 "type": "zip",
4372 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
4373 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
4374 "shasum": ""
4375 },
4376 "require": {
4377 "php": ">=5.3.3"
4378 },
4379 "require-dev": {
4380 "phpunit/phpunit": "~4.2"
4381 },
4382 "type": "library",
4383 "extra": {
4384 "branch-alias": {
4385 "dev-master": "1.3-dev"
4386 }
4387 },
4388 "autoload": {
4389 "classmap": [
4390 "src/"
4391 ]
4392 },
4393 "notification-url": "https://packagist.org/downloads/",
4394 "license": [
4395 "BSD-3-Clause"
4396 ],
4397 "authors": [
4398 {
4399 "name": "Kore Nordmann",
4400 "email": "mail@kore-nordmann.de"
4401 },
4402 {
4403 "name": "Sebastian Bergmann",
4404 "email": "sebastian@phpunit.de"
4405 }
4406 ],
4407 "description": "Diff implementation",
4408 "homepage": "http://www.github.com/sebastianbergmann/diff",
4409 "keywords": [
4410 "diff"
4411 ],
4412 "time": "2015-02-22 15:13:53"
4413 },
4414 {
4415 "name": "sebastian/environment",
4416 "version": "1.3.2",
4417 "source": {
4418 "type": "git",
4419 "url": "https://github.com/sebastianbergmann/environment.git",
4420 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
4421 },
4422 "dist": {
4423 "type": "zip",
4424 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
4425 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
4426 "shasum": ""
4427 },
4428 "require": {
4429 "php": ">=5.3.3"
4430 },
4431 "require-dev": {
4432 "phpunit/phpunit": "~4.4"
4433 },
4434 "type": "library",
4435 "extra": {
4436 "branch-alias": {
4437 "dev-master": "1.3.x-dev"
4438 }
4439 },
4440 "autoload": {
4441 "classmap": [
4442 "src/"
4443 ]
4444 },
4445 "notification-url": "https://packagist.org/downloads/",
4446 "license": [
4447 "BSD-3-Clause"
4448 ],
4449 "authors": [
4450 {
4451 "name": "Sebastian Bergmann",
4452 "email": "sebastian@phpunit.de"
4453 }
4454 ],
4455 "description": "Provides functionality to handle HHVM/PHP environments",
4456 "homepage": "http://www.github.com/sebastianbergmann/environment",
4457 "keywords": [
4458 "Xdebug",
4459 "environment",
4460 "hhvm"
4461 ],
4462 "time": "2015-08-03 06:14:51"
4463 },
4464 {
4465 "name": "sebastian/exporter",
4466 "version": "1.2.1",
4467 "source": {
4468 "type": "git",
4469 "url": "https://github.com/sebastianbergmann/exporter.git",
4470 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4471 },
4472 "dist": {
4473 "type": "zip",
4474 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4475 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4476 "shasum": ""
4477 },
4478 "require": {
4479 "php": ">=5.3.3",
4480 "sebastian/recursion-context": "~1.0"
4481 },
4482 "require-dev": {
4483 "phpunit/phpunit": "~4.4"
4484 },
4485 "type": "library",
4486 "extra": {
4487 "branch-alias": {
4488 "dev-master": "1.2.x-dev"
4489 }
4490 },
4491 "autoload": {
4492 "classmap": [
4493 "src/"
4494 ]
4495 },
4496 "notification-url": "https://packagist.org/downloads/",
4497 "license": [
4498 "BSD-3-Clause"
4499 ],
4500 "authors": [
4501 {
4502 "name": "Jeff Welch",
4503 "email": "whatthejeff@gmail.com"
4504 },
4505 {
4506 "name": "Volker Dusch",
4507 "email": "github@wallbash.com"
4508 },
4509 {
4510 "name": "Bernhard Schussek",
4511 "email": "bschussek@2bepublished.at"
4512 },
4513 {
4514 "name": "Sebastian Bergmann",
4515 "email": "sebastian@phpunit.de"
4516 },
4517 {
4518 "name": "Adam Harvey",
4519 "email": "aharvey@php.net"
4520 }
4521 ],
4522 "description": "Provides the functionality to export PHP variables for visualization",
4523 "homepage": "http://www.github.com/sebastianbergmann/exporter",
4524 "keywords": [
4525 "export",
4526 "exporter"
4527 ],
4528 "time": "2015-06-21 07:55:53"
4529 },
4530 {
4531 "name": "sebastian/global-state",
4532 "version": "1.1.1",
4533 "source": {
4534 "type": "git",
4535 "url": "https://github.com/sebastianbergmann/global-state.git",
4536 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4537 },
4538 "dist": {
4539 "type": "zip",
4540 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4541 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4542 "shasum": ""
4543 },
4544 "require": {
4545 "php": ">=5.3.3"
4546 },
4547 "require-dev": {
4548 "phpunit/phpunit": "~4.2"
4549 },
4550 "suggest": {
4551 "ext-uopz": "*"
4552 },
4553 "type": "library",
4554 "extra": {
4555 "branch-alias": {
4556 "dev-master": "1.0-dev"
4557 }
4558 },
4559 "autoload": {
4560 "classmap": [
4561 "src/"
4562 ]
4563 },
4564 "notification-url": "https://packagist.org/downloads/",
4565 "license": [
4566 "BSD-3-Clause"
4567 ],
4568 "authors": [
4569 {
4570 "name": "Sebastian Bergmann",
4571 "email": "sebastian@phpunit.de"
4572 }
4573 ],
4574 "description": "Snapshotting of global state",
4575 "homepage": "http://www.github.com/sebastianbergmann/global-state",
4576 "keywords": [
4577 "global state"
4578 ],
4579 "time": "2015-10-12 03:26:01"
4580 },
4581 {
4582 "name": "sebastian/recursion-context",
4583 "version": "1.0.1",
4584 "source": {
4585 "type": "git",
4586 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4587 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
4588 },
4589 "dist": {
4590 "type": "zip",
4591 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
4592 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
4593 "shasum": ""
4594 },
4595 "require": {
4596 "php": ">=5.3.3"
4597 },
4598 "require-dev": {
4599 "phpunit/phpunit": "~4.4"
4600 },
4601 "type": "library",
4602 "extra": {
4603 "branch-alias": {
4604 "dev-master": "1.0.x-dev"
4605 }
4606 },
4607 "autoload": {
4608 "classmap": [
4609 "src/"
4610 ]
4611 },
4612 "notification-url": "https://packagist.org/downloads/",
4613 "license": [
4614 "BSD-3-Clause"
4615 ],
4616 "authors": [
4617 {
4618 "name": "Jeff Welch",
4619 "email": "whatthejeff@gmail.com"
4620 },
4621 {
4622 "name": "Sebastian Bergmann",
4623 "email": "sebastian@phpunit.de"
4624 },
4625 {
4626 "name": "Adam Harvey",
4627 "email": "aharvey@php.net"
4628 }
4629 ],
4630 "description": "Provides functionality to recursively process PHP variables",
4631 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4632 "time": "2015-06-21 08:04:50"
4633 },
4634 {
4635 "name": "sebastian/version",
4636 "version": "1.0.6",
4637 "source": {
4638 "type": "git",
4639 "url": "https://github.com/sebastianbergmann/version.git",
4640 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4641 },
4642 "dist": {
4643 "type": "zip",
4644 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4645 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4646 "shasum": ""
4647 },
4648 "type": "library",
4649 "autoload": {
4650 "classmap": [
4651 "src/"
4652 ]
4653 },
4654 "notification-url": "https://packagist.org/downloads/",
4655 "license": [
4656 "BSD-3-Clause"
4657 ],
4658 "authors": [
4659 {
4660 "name": "Sebastian Bergmann",
4661 "email": "sebastian@phpunit.de",
4662 "role": "lead"
4663 }
4664 ],
4665 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4666 "homepage": "https://github.com/sebastianbergmann/version",
4667 "time": "2015-06-21 13:59:46"
4668 },
4669 {
4670 "name": "sensio/generator-bundle",
4671 "version": "v2.5.3",
4672 "target-dir": "Sensio/Bundle/GeneratorBundle",
4673 "source": {
4674 "type": "git",
4675 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4676 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4677 },
4678 "dist": {
4679 "type": "zip",
4680 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4681 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4682 "shasum": ""
4683 },
4684 "require": {
4685 "symfony/console": "~2.5",
4686 "symfony/framework-bundle": "~2.2"
4687 },
4688 "require-dev": {
4689 "doctrine/orm": "~2.2,>=2.2.3",
4690 "symfony/doctrine-bridge": "~2.2",
4691 "twig/twig": "~1.11"
4692 },
4693 "type": "symfony-bundle",
4694 "extra": {
4695 "branch-alias": {
4696 "dev-master": "2.5.x-dev"
4697 }
4698 },
4699 "autoload": {
4700 "psr-0": {
4701 "Sensio\\Bundle\\GeneratorBundle": ""
4702 }
4703 },
4704 "notification-url": "https://packagist.org/downloads/",
4705 "license": [
4706 "MIT"
4707 ],
4708 "authors": [
4709 {
4710 "name": "Fabien Potencier",
4711 "email": "fabien@symfony.com"
4712 }
4713 ],
4714 "description": "This bundle generates code for you",
4715 "time": "2015-03-17 06:36:52"
4716 },
4717 {
4718 "name": "symfony/phpunit-bridge",
4719 "version": "v2.7.6",
4720 "source": {
4721 "type": "git",
4722 "url": "https://github.com/symfony/phpunit-bridge.git",
4723 "reference": "896bbd1742a6ecd2f7904167bdb6bf88eb6cfbe4"
4724 },
4725 "dist": {
4726 "type": "zip",
4727 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/896bbd1742a6ecd2f7904167bdb6bf88eb6cfbe4",
4728 "reference": "896bbd1742a6ecd2f7904167bdb6bf88eb6cfbe4",
4729 "shasum": ""
4730 },
4731 "require": {
4732 "php": ">=5.3.3"
4733 },
4734 "suggest": {
4735 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
4736 },
4737 "type": "symfony-bridge",
4738 "extra": {
4739 "branch-alias": {
4740 "dev-master": "2.7-dev"
4741 }
4742 },
4743 "autoload": {
4744 "files": [
4745 "bootstrap.php"
4746 ],
4747 "psr-4": {
4748 "Symfony\\Bridge\\PhpUnit\\": ""
4749 }
4750 },
4751 "notification-url": "https://packagist.org/downloads/",
4752 "license": [
4753 "MIT"
4754 ],
4755 "authors": [
4756 {
4757 "name": "Nicolas Grekas",
4758 "email": "p@tchwork.com"
4759 },
4760 {
4761 "name": "Symfony Community",
4762 "homepage": "https://symfony.com/contributors"
4763 }
4764 ],
4765 "description": "Symfony PHPUnit Bridge",
4766 "homepage": "https://symfony.com",
4767 "time": "2015-09-27 10:08:51"
4768 }
4769 ],
4770 "aliases": [],
4771 "minimum-stability": "dev",
4772 "stability-flags": {
4773 "friendsofsymfony/user-bundle": 20,
4774 "friendsofsymfony/oauth-server-bundle": 20
4775 },
4776 "prefer-stable": true,
4777 "prefer-lowest": false,
4778 "platform": {
4779 "php": ">=5.3.3"
4780 },
4781 "platform-dev": []
4782 }