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