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