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