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