]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
symfony is there
[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": "0d10cf7cb89589054d7b855026a7bdf5",
8 "packages": [
9 {
10 "name": "doctrine/annotations",
11 "version": "v1.2.3",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/annotations.git",
15 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
20 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
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-20 20:49:38"
76 },
77 {
78 "name": "doctrine/cache",
79 "version": "v1.4.0",
80 "source": {
81 "type": "git",
82 "url": "https://github.com/doctrine/cache.git",
83 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
84 },
85 "dist": {
86 "type": "zip",
87 "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
88 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
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": "~0.8",
100 "satooshi/php-coveralls": "~0.6"
101 },
102 "type": "library",
103 "extra": {
104 "branch-alias": {
105 "dev-master": "1.4.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-01-15 20:38:55"
146 },
147 {
148 "name": "doctrine/collections",
149 "version": "v1.2",
150 "source": {
151 "type": "git",
152 "url": "https://github.com/doctrine/collections.git",
153 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
154 },
155 "dist": {
156 "type": "zip",
157 "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
158 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
159 "shasum": ""
160 },
161 "require": {
162 "php": ">=5.3.2"
163 },
164 "type": "library",
165 "extra": {
166 "branch-alias": {
167 "dev-master": "1.2.x-dev"
168 }
169 },
170 "autoload": {
171 "psr-0": {
172 "Doctrine\\Common\\Collections\\": "lib/"
173 }
174 },
175 "notification-url": "https://packagist.org/downloads/",
176 "license": [
177 "MIT"
178 ],
179 "authors": [
180 {
181 "name": "Jonathan Wage",
182 "email": "jonwage@gmail.com",
183 "homepage": "http://www.jwage.com/",
184 "role": "Creator"
185 },
186 {
187 "name": "Guilherme Blanco",
188 "email": "guilhermeblanco@gmail.com",
189 "homepage": "http://www.instaclick.com"
190 },
191 {
192 "name": "Roman Borschel",
193 "email": "roman@code-factory.org"
194 },
195 {
196 "name": "Benjamin Eberlei",
197 "email": "kontakt@beberlei.de"
198 },
199 {
200 "name": "Johannes Schmitt",
201 "email": "schmittjoh@gmail.com",
202 "homepage": "https://github.com/schmittjoh",
203 "role": "Developer of wrapped JMSSerializerBundle"
204 }
205 ],
206 "description": "Collections Abstraction library",
207 "homepage": "http://www.doctrine-project.org",
208 "keywords": [
209 "array",
210 "collections",
211 "iterator"
212 ],
213 "time": "2014-02-03 23:07:43"
214 },
215 {
216 "name": "doctrine/common",
217 "version": "v2.4.2",
218 "source": {
219 "type": "git",
220 "url": "https://github.com/doctrine/common.git",
221 "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
222 },
223 "dist": {
224 "type": "zip",
225 "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
226 "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
227 "shasum": ""
228 },
229 "require": {
230 "doctrine/annotations": "1.*",
231 "doctrine/cache": "1.*",
232 "doctrine/collections": "1.*",
233 "doctrine/inflector": "1.*",
234 "doctrine/lexer": "1.*",
235 "php": ">=5.3.2"
236 },
237 "require-dev": {
238 "phpunit/phpunit": "~3.7"
239 },
240 "type": "library",
241 "extra": {
242 "branch-alias": {
243 "dev-master": "2.4.x-dev"
244 }
245 },
246 "autoload": {
247 "psr-0": {
248 "Doctrine\\Common\\": "lib/"
249 }
250 },
251 "notification-url": "https://packagist.org/downloads/",
252 "license": [
253 "MIT"
254 ],
255 "authors": [
256 {
257 "name": "Jonathan Wage",
258 "email": "jonwage@gmail.com",
259 "homepage": "http://www.jwage.com/",
260 "role": "Creator"
261 },
262 {
263 "name": "Guilherme Blanco",
264 "email": "guilhermeblanco@gmail.com",
265 "homepage": "http://www.instaclick.com"
266 },
267 {
268 "name": "Roman Borschel",
269 "email": "roman@code-factory.org"
270 },
271 {
272 "name": "Benjamin Eberlei",
273 "email": "kontakt@beberlei.de"
274 },
275 {
276 "name": "Johannes Schmitt",
277 "email": "schmittjoh@gmail.com",
278 "homepage": "https://github.com/schmittjoh",
279 "role": "Developer of wrapped JMSSerializerBundle"
280 }
281 ],
282 "description": "Common Library for Doctrine projects",
283 "homepage": "http://www.doctrine-project.org",
284 "keywords": [
285 "annotations",
286 "collections",
287 "eventmanager",
288 "persistence",
289 "spl"
290 ],
291 "time": "2014-05-21 19:28:51"
292 },
293 {
294 "name": "doctrine/dbal",
295 "version": "v2.5.1",
296 "source": {
297 "type": "git",
298 "url": "https://github.com/doctrine/dbal.git",
299 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
300 },
301 "dist": {
302 "type": "zip",
303 "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
304 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
305 "shasum": ""
306 },
307 "require": {
308 "doctrine/common": ">=2.4,<2.6-dev",
309 "php": ">=5.3.2"
310 },
311 "require-dev": {
312 "phpunit/phpunit": "4.*",
313 "symfony/console": "2.*"
314 },
315 "suggest": {
316 "symfony/console": "For helpful console commands such as SQL execution and import of files."
317 },
318 "bin": [
319 "bin/doctrine-dbal"
320 ],
321 "type": "library",
322 "extra": {
323 "branch-alias": {
324 "dev-master": "2.5.x-dev"
325 }
326 },
327 "autoload": {
328 "psr-0": {
329 "Doctrine\\DBAL\\": "lib/"
330 }
331 },
332 "notification-url": "https://packagist.org/downloads/",
333 "license": [
334 "MIT"
335 ],
336 "authors": [
337 {
338 "name": "Roman Borschel",
339 "email": "roman@code-factory.org"
340 },
341 {
342 "name": "Benjamin Eberlei",
343 "email": "kontakt@beberlei.de"
344 },
345 {
346 "name": "Guilherme Blanco",
347 "email": "guilhermeblanco@gmail.com"
348 },
349 {
350 "name": "Jonathan Wage",
351 "email": "jonwage@gmail.com"
352 }
353 ],
354 "description": "Database Abstraction Layer",
355 "homepage": "http://www.doctrine-project.org",
356 "keywords": [
357 "database",
358 "dbal",
359 "persistence",
360 "queryobject"
361 ],
362 "time": "2015-01-12 21:52:47"
363 },
364 {
365 "name": "doctrine/doctrine-bundle",
366 "version": "v1.3.0",
367 "source": {
368 "type": "git",
369 "url": "https://github.com/doctrine/DoctrineBundle.git",
370 "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
371 },
372 "dist": {
373 "type": "zip",
374 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
375 "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
376 "shasum": ""
377 },
378 "require": {
379 "doctrine/dbal": "~2.3",
380 "doctrine/doctrine-cache-bundle": "~1.0",
381 "jdorn/sql-formatter": "~1.1",
382 "php": ">=5.3.2",
383 "symfony/doctrine-bridge": "~2.2",
384 "symfony/framework-bundle": "~2.2"
385 },
386 "require-dev": {
387 "doctrine/orm": "~2.3",
388 "phpunit/php-code-coverage": "~1.2",
389 "phpunit/phpunit": "~3.7",
390 "phpunit/phpunit-mock-objects": "~1.2",
391 "satooshi/php-coveralls": "~0.6.1",
392 "symfony/validator": "~2.2",
393 "symfony/yaml": "~2.2",
394 "twig/twig": "~1"
395 },
396 "suggest": {
397 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
398 "symfony/web-profiler-bundle": "to use the data collector"
399 },
400 "type": "symfony-bundle",
401 "extra": {
402 "branch-alias": {
403 "dev-master": "1.3.x-dev"
404 }
405 },
406 "autoload": {
407 "psr-4": {
408 "Doctrine\\Bundle\\DoctrineBundle\\": ""
409 }
410 },
411 "notification-url": "https://packagist.org/downloads/",
412 "license": [
413 "MIT"
414 ],
415 "authors": [
416 {
417 "name": "Symfony Community",
418 "homepage": "http://symfony.com/contributors"
419 },
420 {
421 "name": "Benjamin Eberlei",
422 "email": "kontakt@beberlei.de"
423 },
424 {
425 "name": "Doctrine Project",
426 "homepage": "http://www.doctrine-project.org/"
427 },
428 {
429 "name": "Fabien Potencier",
430 "email": "fabien@symfony.com"
431 }
432 ],
433 "description": "Symfony DoctrineBundle",
434 "homepage": "http://www.doctrine-project.org",
435 "keywords": [
436 "database",
437 "dbal",
438 "orm",
439 "persistence"
440 ],
441 "time": "2014-11-28 08:32:03"
442 },
443 {
444 "name": "doctrine/doctrine-cache-bundle",
445 "version": "v1.0.1",
446 "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
447 "source": {
448 "type": "git",
449 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
450 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
451 },
452 "dist": {
453 "type": "zip",
454 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
455 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
456 "shasum": ""
457 },
458 "require": {
459 "doctrine/cache": "~1.3",
460 "doctrine/inflector": "~1.0",
461 "php": ">=5.3.2",
462 "symfony/doctrine-bridge": "~2.2",
463 "symfony/framework-bundle": "~2.2",
464 "symfony/security": "~2.2"
465 },
466 "require-dev": {
467 "instaclick/coding-standard": "~1.1",
468 "instaclick/object-calisthenics-sniffs": "dev-master",
469 "instaclick/symfony2-coding-standard": "dev-remaster",
470 "phpunit/phpunit": "~3.7",
471 "satooshi/php-coveralls": "~0.6.1",
472 "squizlabs/php_codesniffer": "dev-master",
473 "symfony/console": "~2.2",
474 "symfony/finder": "~2.2",
475 "symfony/validator": "~2.2",
476 "symfony/yaml": "~2.2"
477 },
478 "type": "symfony-bundle",
479 "extra": {
480 "branch-alias": {
481 "dev-master": "1.0.x-dev"
482 }
483 },
484 "autoload": {
485 "psr-0": {
486 "Doctrine\\Bundle\\DoctrineCacheBundle": ""
487 }
488 },
489 "notification-url": "https://packagist.org/downloads/",
490 "license": [
491 "MIT"
492 ],
493 "authors": [
494 {
495 "name": "Symfony Community",
496 "homepage": "http://symfony.com/contributors"
497 },
498 {
499 "name": "Benjamin Eberlei",
500 "email": "kontakt@beberlei.de"
501 },
502 {
503 "name": "Fabio B. Silva",
504 "email": "fabio.bat.silva@gmail.com"
505 },
506 {
507 "name": "Guilherme Blanco",
508 "email": "guilhermeblanco@hotmail.com"
509 },
510 {
511 "name": "Doctrine Project",
512 "homepage": "http://www.doctrine-project.org/"
513 },
514 {
515 "name": "Fabien Potencier",
516 "email": "fabien@symfony.com"
517 }
518 ],
519 "description": "Symfony2 Bundle for Doctrine Cache",
520 "homepage": "http://www.doctrine-project.org",
521 "keywords": [
522 "cache",
523 "caching"
524 ],
525 "time": "2014-11-28 09:43:36"
526 },
527 {
528 "name": "doctrine/inflector",
529 "version": "v1.0.1",
530 "source": {
531 "type": "git",
532 "url": "https://github.com/doctrine/inflector.git",
533 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
534 },
535 "dist": {
536 "type": "zip",
537 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
538 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
539 "shasum": ""
540 },
541 "require": {
542 "php": ">=5.3.2"
543 },
544 "require-dev": {
545 "phpunit/phpunit": "4.*"
546 },
547 "type": "library",
548 "extra": {
549 "branch-alias": {
550 "dev-master": "1.0.x-dev"
551 }
552 },
553 "autoload": {
554 "psr-0": {
555 "Doctrine\\Common\\Inflector\\": "lib/"
556 }
557 },
558 "notification-url": "https://packagist.org/downloads/",
559 "license": [
560 "MIT"
561 ],
562 "authors": [
563 {
564 "name": "Roman Borschel",
565 "email": "roman@code-factory.org"
566 },
567 {
568 "name": "Benjamin Eberlei",
569 "email": "kontakt@beberlei.de"
570 },
571 {
572 "name": "Guilherme Blanco",
573 "email": "guilhermeblanco@gmail.com"
574 },
575 {
576 "name": "Jonathan Wage",
577 "email": "jonwage@gmail.com"
578 },
579 {
580 "name": "Johannes Schmitt",
581 "email": "schmittjoh@gmail.com"
582 }
583 ],
584 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
585 "homepage": "http://www.doctrine-project.org",
586 "keywords": [
587 "inflection",
588 "pluralize",
589 "singularize",
590 "string"
591 ],
592 "time": "2014-12-20 21:24:13"
593 },
594 {
595 "name": "doctrine/lexer",
596 "version": "v1.0.1",
597 "source": {
598 "type": "git",
599 "url": "https://github.com/doctrine/lexer.git",
600 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
601 },
602 "dist": {
603 "type": "zip",
604 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
605 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
606 "shasum": ""
607 },
608 "require": {
609 "php": ">=5.3.2"
610 },
611 "type": "library",
612 "extra": {
613 "branch-alias": {
614 "dev-master": "1.0.x-dev"
615 }
616 },
617 "autoload": {
618 "psr-0": {
619 "Doctrine\\Common\\Lexer\\": "lib/"
620 }
621 },
622 "notification-url": "https://packagist.org/downloads/",
623 "license": [
624 "MIT"
625 ],
626 "authors": [
627 {
628 "name": "Roman Borschel",
629 "email": "roman@code-factory.org"
630 },
631 {
632 "name": "Guilherme Blanco",
633 "email": "guilhermeblanco@gmail.com"
634 },
635 {
636 "name": "Johannes Schmitt",
637 "email": "schmittjoh@gmail.com"
638 }
639 ],
640 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
641 "homepage": "http://www.doctrine-project.org",
642 "keywords": [
643 "lexer",
644 "parser"
645 ],
646 "time": "2014-09-09 13:34:57"
647 },
648 {
649 "name": "doctrine/orm",
650 "version": "v2.4.7",
651 "source": {
652 "type": "git",
653 "url": "https://github.com/doctrine/doctrine2.git",
654 "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
655 },
656 "dist": {
657 "type": "zip",
658 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
659 "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
660 "shasum": ""
661 },
662 "require": {
663 "doctrine/collections": "~1.1",
664 "doctrine/dbal": "~2.4",
665 "ext-pdo": "*",
666 "php": ">=5.3.2",
667 "symfony/console": "~2.0"
668 },
669 "require-dev": {
670 "satooshi/php-coveralls": "dev-master",
671 "symfony/yaml": "~2.1"
672 },
673 "suggest": {
674 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
675 },
676 "bin": [
677 "bin/doctrine",
678 "bin/doctrine.php"
679 ],
680 "type": "library",
681 "extra": {
682 "branch-alias": {
683 "dev-master": "2.4.x-dev"
684 }
685 },
686 "autoload": {
687 "psr-0": {
688 "Doctrine\\ORM\\": "lib/"
689 }
690 },
691 "notification-url": "https://packagist.org/downloads/",
692 "license": [
693 "MIT"
694 ],
695 "authors": [
696 {
697 "name": "Roman Borschel",
698 "email": "roman@code-factory.org"
699 },
700 {
701 "name": "Benjamin Eberlei",
702 "email": "kontakt@beberlei.de"
703 },
704 {
705 "name": "Guilherme Blanco",
706 "email": "guilhermeblanco@gmail.com"
707 },
708 {
709 "name": "Jonathan Wage",
710 "email": "jonwage@gmail.com"
711 }
712 ],
713 "description": "Object-Relational-Mapper for PHP",
714 "homepage": "http://www.doctrine-project.org",
715 "keywords": [
716 "database",
717 "orm"
718 ],
719 "time": "2014-12-16 13:45:01"
720 },
721 {
722 "name": "ezyang/htmlpurifier",
723 "version": "dev-master",
724 "source": {
725 "type": "git",
726 "url": "https://github.com/ezyang/htmlpurifier.git",
727 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f"
728 },
729 "dist": {
730 "type": "zip",
731 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
732 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
733 "shasum": ""
734 },
735 "require": {
736 "php": ">=5.2"
737 },
738 "type": "library",
739 "autoload": {
740 "psr-0": {
741 "HTMLPurifier": "library/"
742 },
743 "files": [
744 "library/HTMLPurifier.composer.php"
745 ]
746 },
747 "notification-url": "https://packagist.org/downloads/",
748 "license": [
749 "LGPL"
750 ],
751 "authors": [
752 {
753 "name": "Edward Z. Yang",
754 "email": "admin@htmlpurifier.org",
755 "homepage": "http://ezyang.com"
756 }
757 ],
758 "description": "Standards compliant HTML filter written in PHP",
759 "homepage": "http://htmlpurifier.org/",
760 "keywords": [
761 "html"
762 ],
763 "time": "2014-12-09 02:30:54"
764 },
765 {
766 "name": "htmlawed/htmlawed",
767 "version": "dev-master",
768 "source": {
769 "type": "git",
770 "url": "https://github.com/kesar/HTMLawed.git",
771 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233"
772 },
773 "dist": {
774 "type": "zip",
775 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/9d292af5f4c288aa68f38b87f5d88c8214f5f233",
776 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233",
777 "shasum": ""
778 },
779 "require": {
780 "php": ">4.4.0"
781 },
782 "type": "library",
783 "autoload": {
784 "files": [
785 "htmLawed.php"
786 ]
787 },
788 "notification-url": "https://packagist.org/downloads/",
789 "license": [
790 "GPL-2.0+",
791 "LGPL-3.0"
792 ],
793 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
794 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
795 "keywords": [
796 "HTMLtidy",
797 "html",
798 "sanitize",
799 "strip",
800 "tags"
801 ],
802 "time": "2014-01-05 13:06:52"
803 },
804 {
805 "name": "incenteev/composer-parameter-handler",
806 "version": "v2.1.0",
807 "target-dir": "Incenteev/ParameterHandler",
808 "source": {
809 "type": "git",
810 "url": "https://github.com/Incenteev/ParameterHandler.git",
811 "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
812 },
813 "dist": {
814 "type": "zip",
815 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
816 "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
817 "shasum": ""
818 },
819 "require": {
820 "php": ">=5.3.3",
821 "symfony/yaml": "~2.0"
822 },
823 "require-dev": {
824 "composer/composer": "1.0.*@dev",
825 "phpspec/prophecy-phpunit": "~1.0",
826 "symfony/filesystem": "~2.2"
827 },
828 "type": "library",
829 "extra": {
830 "branch-alias": {
831 "dev-master": "2.1.x-dev"
832 }
833 },
834 "autoload": {
835 "psr-0": {
836 "Incenteev\\ParameterHandler": ""
837 }
838 },
839 "notification-url": "https://packagist.org/downloads/",
840 "license": [
841 "MIT"
842 ],
843 "authors": [
844 {
845 "name": "Christophe Coevoet",
846 "email": "stof@notk.org"
847 }
848 ],
849 "description": "Composer script handling your ignored parameter file",
850 "homepage": "https://github.com/Incenteev/ParameterHandler",
851 "keywords": [
852 "parameters management"
853 ],
854 "time": "2013-12-07 10:10:39"
855 },
856 {
857 "name": "jdorn/sql-formatter",
858 "version": "v1.2.17",
859 "source": {
860 "type": "git",
861 "url": "https://github.com/jdorn/sql-formatter.git",
862 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
863 },
864 "dist": {
865 "type": "zip",
866 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
867 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
868 "shasum": ""
869 },
870 "require": {
871 "php": ">=5.2.4"
872 },
873 "require-dev": {
874 "phpunit/phpunit": "3.7.*"
875 },
876 "type": "library",
877 "extra": {
878 "branch-alias": {
879 "dev-master": "1.3.x-dev"
880 }
881 },
882 "autoload": {
883 "classmap": [
884 "lib"
885 ]
886 },
887 "notification-url": "https://packagist.org/downloads/",
888 "license": [
889 "MIT"
890 ],
891 "authors": [
892 {
893 "name": "Jeremy Dorn",
894 "email": "jeremy@jeremydorn.com",
895 "homepage": "http://jeremydorn.com/"
896 }
897 ],
898 "description": "a PHP SQL highlighting library",
899 "homepage": "https://github.com/jdorn/sql-formatter/",
900 "keywords": [
901 "highlight",
902 "sql"
903 ],
904 "time": "2014-01-12 16:20:24"
905 },
906 {
907 "name": "kriswallsmith/assetic",
908 "version": "v1.2.1",
909 "source": {
910 "type": "git",
911 "url": "https://github.com/kriswallsmith/assetic.git",
912 "reference": "b20efe38845d20458702f97f3ff625d80805897b"
913 },
914 "dist": {
915 "type": "zip",
916 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
917 "reference": "b20efe38845d20458702f97f3ff625d80805897b",
918 "shasum": ""
919 },
920 "require": {
921 "php": ">=5.3.1",
922 "symfony/process": "~2.1"
923 },
924 "require-dev": {
925 "cssmin/cssmin": "*",
926 "joliclic/javascript-packer": "*",
927 "kamicane/packager": "*",
928 "leafo/lessphp": "*",
929 "leafo/scssphp": "*",
930 "leafo/scssphp-compass": "*",
931 "mrclay/minify": "*",
932 "patchwork/jsqueeze": "~1.0",
933 "phpunit/phpunit": "~4",
934 "psr/log": "~1.0",
935 "ptachoire/cssembed": "*",
936 "twig/twig": "~1.6"
937 },
938 "suggest": {
939 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
940 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
941 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
942 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
943 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
944 "twig/twig": "Assetic provides the integration with the Twig templating engine"
945 },
946 "type": "library",
947 "extra": {
948 "branch-alias": {
949 "dev-master": "1.2-dev"
950 }
951 },
952 "autoload": {
953 "psr-0": {
954 "Assetic": "src/"
955 },
956 "files": [
957 "src/functions.php"
958 ]
959 },
960 "notification-url": "https://packagist.org/downloads/",
961 "license": [
962 "MIT"
963 ],
964 "authors": [
965 {
966 "name": "Kris Wallsmith",
967 "email": "kris.wallsmith@gmail.com",
968 "homepage": "http://kriswallsmith.net/"
969 }
970 ],
971 "description": "Asset Management for PHP",
972 "homepage": "https://github.com/kriswallsmith/assetic",
973 "keywords": [
974 "assets",
975 "compression",
976 "minification"
977 ],
978 "time": "2014-12-12 05:04:05"
979 },
980 {
981 "name": "mgargano/simplehtmldom",
982 "version": "dev-master",
983 "source": {
984 "type": "git",
985 "url": "https://github.com/matstars/simplehtmldom.git",
986 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
987 },
988 "dist": {
989 "type": "zip",
990 "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
991 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
992 "shasum": ""
993 },
994 "require": {
995 "php": ">=5.3.0"
996 },
997 "type": "library",
998 "autoload": {
999 "psr-0": {
1000 "SimpleHtmlDom": "src/"
1001 },
1002 "files": [
1003 "src/simple_html_dom.php"
1004 ]
1005 },
1006 "notification-url": "https://packagist.org/downloads/",
1007 "license": [
1008 "The MIT License"
1009 ],
1010 "authors": [
1011 {
1012 "name": "S.C. Chen",
1013 "email": "me578022@gmail.com",
1014 "homepage": "http://simplehtmldom.sourceforge.net/",
1015 "role": "Lead Developer"
1016 }
1017 ],
1018 "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",
1019 "homepage": "http://simplehtmldom.sourceforge.net/",
1020 "keywords": [
1021 "Simple",
1022 "dom",
1023 "html"
1024 ],
1025 "time": "2014-01-05 18:17:34"
1026 },
1027 {
1028 "name": "monolog/monolog",
1029 "version": "1.12.0",
1030 "source": {
1031 "type": "git",
1032 "url": "https://github.com/Seldaek/monolog.git",
1033 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
1034 },
1035 "dist": {
1036 "type": "zip",
1037 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
1038 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
1039 "shasum": ""
1040 },
1041 "require": {
1042 "php": ">=5.3.0",
1043 "psr/log": "~1.0"
1044 },
1045 "provide": {
1046 "psr/log-implementation": "1.0.0"
1047 },
1048 "require-dev": {
1049 "aws/aws-sdk-php": "~2.4, >2.4.8",
1050 "doctrine/couchdb": "~1.0@dev",
1051 "graylog2/gelf-php": "~1.0",
1052 "phpunit/phpunit": "~4.0",
1053 "raven/raven": "~0.5",
1054 "ruflin/elastica": "0.90.*",
1055 "videlalvaro/php-amqplib": "~2.4"
1056 },
1057 "suggest": {
1058 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1059 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1060 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1061 "ext-mongo": "Allow sending log messages to a MongoDB server",
1062 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1063 "raven/raven": "Allow sending log messages to a Sentry server",
1064 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1065 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1066 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1067 },
1068 "type": "library",
1069 "extra": {
1070 "branch-alias": {
1071 "dev-master": "1.12.x-dev"
1072 }
1073 },
1074 "autoload": {
1075 "psr-4": {
1076 "Monolog\\": "src/Monolog"
1077 }
1078 },
1079 "notification-url": "https://packagist.org/downloads/",
1080 "license": [
1081 "MIT"
1082 ],
1083 "authors": [
1084 {
1085 "name": "Jordi Boggiano",
1086 "email": "j.boggiano@seld.be",
1087 "homepage": "http://seld.be"
1088 }
1089 ],
1090 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1091 "homepage": "http://github.com/Seldaek/monolog",
1092 "keywords": [
1093 "log",
1094 "logging",
1095 "psr-3"
1096 ],
1097 "time": "2014-12-29 21:29:35"
1098 },
1099 {
1100 "name": "psr/log",
1101 "version": "1.0.0",
1102 "source": {
1103 "type": "git",
1104 "url": "https://github.com/php-fig/log.git",
1105 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1106 },
1107 "dist": {
1108 "type": "zip",
1109 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1110 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1111 "shasum": ""
1112 },
1113 "type": "library",
1114 "autoload": {
1115 "psr-0": {
1116 "Psr\\Log\\": ""
1117 }
1118 },
1119 "notification-url": "https://packagist.org/downloads/",
1120 "license": [
1121 "MIT"
1122 ],
1123 "authors": [
1124 {
1125 "name": "PHP-FIG",
1126 "homepage": "http://www.php-fig.org/"
1127 }
1128 ],
1129 "description": "Common interface for logging libraries",
1130 "keywords": [
1131 "log",
1132 "psr",
1133 "psr-3"
1134 ],
1135 "time": "2012-12-21 11:40:51"
1136 },
1137 {
1138 "name": "robmorgan/phinx",
1139 "version": "v0.4.1",
1140 "source": {
1141 "type": "git",
1142 "url": "https://github.com/robmorgan/phinx.git",
1143 "reference": "357210707c000f50edea802d84b74724ad122478"
1144 },
1145 "dist": {
1146 "type": "zip",
1147 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/357210707c000f50edea802d84b74724ad122478",
1148 "reference": "357210707c000f50edea802d84b74724ad122478",
1149 "shasum": ""
1150 },
1151 "require": {
1152 "php": ">=5.3.2",
1153 "symfony/class-loader": "~2.6.0",
1154 "symfony/config": "~2.6.0",
1155 "symfony/console": "~2.6.0",
1156 "symfony/yaml": "~2.6.0"
1157 },
1158 "require-dev": {
1159 "phpunit/phpunit": "3.7.*",
1160 "squizlabs/php_codesniffer": "dev-phpcs-fixer"
1161 },
1162 "bin": [
1163 "bin/phinx"
1164 ],
1165 "type": "library",
1166 "autoload": {
1167 "psr-0": {
1168 "Phinx": "src/"
1169 }
1170 },
1171 "notification-url": "https://packagist.org/downloads/",
1172 "license": [
1173 "MIT"
1174 ],
1175 "authors": [
1176 {
1177 "name": "Rob Morgan",
1178 "email": "robbym@gmail.com",
1179 "homepage": "http://robmorgan.id.au",
1180 "role": "Lead Developer"
1181 }
1182 ],
1183 "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
1184 "homepage": "https://phinx.org",
1185 "keywords": [
1186 "database",
1187 "database migrations",
1188 "db",
1189 "migrations",
1190 "phinx"
1191 ],
1192 "time": "2014-12-23 06:06:14"
1193 },
1194 {
1195 "name": "sensio/distribution-bundle",
1196 "version": "v3.0.15",
1197 "target-dir": "Sensio/Bundle/DistributionBundle",
1198 "source": {
1199 "type": "git",
1200 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1201 "reference": "0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c"
1202 },
1203 "dist": {
1204 "type": "zip",
1205 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c",
1206 "reference": "0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c",
1207 "shasum": ""
1208 },
1209 "require": {
1210 "php": ">=5.3.3",
1211 "sensiolabs/security-checker": "~2.0",
1212 "symfony/class-loader": "~2.2",
1213 "symfony/form": "~2.2",
1214 "symfony/framework-bundle": "~2.3",
1215 "symfony/process": "~2.2",
1216 "symfony/validator": "~2.2",
1217 "symfony/yaml": "~2.2"
1218 },
1219 "type": "symfony-bundle",
1220 "extra": {
1221 "branch-alias": {
1222 "dev-master": "3.0.x-dev"
1223 }
1224 },
1225 "autoload": {
1226 "psr-0": {
1227 "Sensio\\Bundle\\DistributionBundle": ""
1228 }
1229 },
1230 "notification-url": "https://packagist.org/downloads/",
1231 "license": [
1232 "MIT"
1233 ],
1234 "authors": [
1235 {
1236 "name": "Fabien Potencier",
1237 "email": "fabien@symfony.com"
1238 }
1239 ],
1240 "description": "Base bundle for Symfony Distributions",
1241 "keywords": [
1242 "configuration",
1243 "distribution"
1244 ],
1245 "time": "2015-01-07 07:13:43"
1246 },
1247 {
1248 "name": "sensio/framework-extra-bundle",
1249 "version": "v3.0.4",
1250 "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
1251 "source": {
1252 "type": "git",
1253 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1254 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a"
1255 },
1256 "dist": {
1257 "type": "zip",
1258 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b3bc3e67c8b6b68b18d727012183520d35ee762a",
1259 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a",
1260 "shasum": ""
1261 },
1262 "require": {
1263 "doctrine/common": "~2.2",
1264 "symfony/framework-bundle": "~2.3"
1265 },
1266 "require-dev": {
1267 "symfony/expression-language": "~2.4",
1268 "symfony/security-bundle": "~2.4"
1269 },
1270 "suggest": {
1271 "symfony/expression-language": "",
1272 "symfony/security-bundle": ""
1273 },
1274 "type": "symfony-bundle",
1275 "extra": {
1276 "branch-alias": {
1277 "dev-master": "3.0.x-dev"
1278 }
1279 },
1280 "autoload": {
1281 "psr-0": {
1282 "Sensio\\Bundle\\FrameworkExtraBundle": ""
1283 }
1284 },
1285 "notification-url": "https://packagist.org/downloads/",
1286 "license": [
1287 "MIT"
1288 ],
1289 "authors": [
1290 {
1291 "name": "Fabien Potencier",
1292 "email": "fabien@symfony.com"
1293 }
1294 ],
1295 "description": "This bundle provides a way to configure your controllers with annotations",
1296 "keywords": [
1297 "annotations",
1298 "controllers"
1299 ],
1300 "time": "2014-12-02 09:52:52"
1301 },
1302 {
1303 "name": "sensiolabs/security-checker",
1304 "version": "v2.0.0",
1305 "source": {
1306 "type": "git",
1307 "url": "https://github.com/sensiolabs/security-checker.git",
1308 "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee"
1309 },
1310 "dist": {
1311 "type": "zip",
1312 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
1313 "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
1314 "shasum": ""
1315 },
1316 "require": {
1317 "ext-curl": "*",
1318 "symfony/console": "~2.0"
1319 },
1320 "bin": [
1321 "security-checker"
1322 ],
1323 "type": "library",
1324 "extra": {
1325 "branch-alias": {
1326 "dev-master": "2.0-dev"
1327 }
1328 },
1329 "autoload": {
1330 "psr-0": {
1331 "SensioLabs\\Security": ""
1332 }
1333 },
1334 "notification-url": "https://packagist.org/downloads/",
1335 "license": [
1336 "MIT"
1337 ],
1338 "authors": [
1339 {
1340 "name": "Fabien Potencier",
1341 "email": "fabien.potencier@gmail.com"
1342 }
1343 ],
1344 "description": "A security checker for your composer.lock",
1345 "time": "2014-07-19 10:52:35"
1346 },
1347 {
1348 "name": "simplepie/simplepie",
1349 "version": "dev-master",
1350 "source": {
1351 "type": "git",
1352 "url": "https://github.com/simplepie/simplepie.git",
1353 "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252"
1354 },
1355 "dist": {
1356 "type": "zip",
1357 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9a9faaa0d563426cf6d897c169373c5b62f1b252",
1358 "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252",
1359 "shasum": ""
1360 },
1361 "require": {
1362 "php": ">=5.2.0"
1363 },
1364 "type": "library",
1365 "autoload": {
1366 "psr-0": {
1367 "SimplePie": "library"
1368 }
1369 },
1370 "notification-url": "https://packagist.org/downloads/",
1371 "license": [
1372 "BSD-3-Clause"
1373 ],
1374 "authors": [
1375 {
1376 "name": "Ryan Parman",
1377 "homepage": "http://ryanparman.com/",
1378 "role": "Creator, alumnus developer"
1379 },
1380 {
1381 "name": "Geoffrey Sneddon",
1382 "homepage": "http://gsnedders.com/",
1383 "role": "Alumnus developer"
1384 },
1385 {
1386 "name": "Ryan McCue",
1387 "email": "me@ryanmccue.info",
1388 "homepage": "http://ryanmccue.info/",
1389 "role": "Developer"
1390 }
1391 ],
1392 "description": "A simple Atom/RSS parsing library for PHP",
1393 "homepage": "http://simplepie.org/",
1394 "keywords": [
1395 "atom",
1396 "feeds",
1397 "rss"
1398 ],
1399 "time": "2014-04-28 12:50:39"
1400 },
1401 {
1402 "name": "swiftmailer/swiftmailer",
1403 "version": "v5.3.1",
1404 "source": {
1405 "type": "git",
1406 "url": "https://github.com/swiftmailer/swiftmailer.git",
1407 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a"
1408 },
1409 "dist": {
1410 "type": "zip",
1411 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
1412 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
1413 "shasum": ""
1414 },
1415 "require": {
1416 "php": ">=5.3.3"
1417 },
1418 "require-dev": {
1419 "mockery/mockery": "~0.9.1"
1420 },
1421 "type": "library",
1422 "extra": {
1423 "branch-alias": {
1424 "dev-master": "5.3-dev"
1425 }
1426 },
1427 "autoload": {
1428 "files": [
1429 "lib/swift_required.php"
1430 ]
1431 },
1432 "notification-url": "https://packagist.org/downloads/",
1433 "license": [
1434 "MIT"
1435 ],
1436 "authors": [
1437 {
1438 "name": "Chris Corbyn"
1439 },
1440 {
1441 "name": "Fabien Potencier",
1442 "email": "fabien@symfony.com"
1443 }
1444 ],
1445 "description": "Swiftmailer, free feature-rich PHP mailer",
1446 "homepage": "http://swiftmailer.org",
1447 "keywords": [
1448 "mail",
1449 "mailer"
1450 ],
1451 "time": "2014-12-05 14:17:14"
1452 },
1453 {
1454 "name": "symfony/assetic-bundle",
1455 "version": "v2.5.0",
1456 "source": {
1457 "type": "git",
1458 "url": "https://github.com/symfony/AsseticBundle.git",
1459 "reference": "90ea7fb66d6d5245fd4afc16e4c8070214254fec"
1460 },
1461 "dist": {
1462 "type": "zip",
1463 "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/90ea7fb66d6d5245fd4afc16e4c8070214254fec",
1464 "reference": "90ea7fb66d6d5245fd4afc16e4c8070214254fec",
1465 "shasum": ""
1466 },
1467 "require": {
1468 "kriswallsmith/assetic": "~1.2",
1469 "php": ">=5.3.0",
1470 "symfony/console": "~2.1",
1471 "symfony/framework-bundle": "~2.1",
1472 "symfony/yaml": "~2.1"
1473 },
1474 "require-dev": {
1475 "kriswallsmith/spork": "~0.2",
1476 "patchwork/jsqueeze": "~1.0",
1477 "symfony/class-loader": "~2.1",
1478 "symfony/css-selector": "~2.1",
1479 "symfony/dom-crawler": "~2.1",
1480 "symfony/twig-bundle": "~2.1"
1481 },
1482 "suggest": {
1483 "kriswallsmith/spork": "to be able to dump assets in parallel",
1484 "symfony/twig-bundle": "to use the Twig integration"
1485 },
1486 "type": "symfony-bundle",
1487 "extra": {
1488 "branch-alias": {
1489 "dev-master": "2.5-dev"
1490 }
1491 },
1492 "autoload": {
1493 "psr-4": {
1494 "Symfony\\Bundle\\AsseticBundle\\": ""
1495 }
1496 },
1497 "notification-url": "https://packagist.org/downloads/",
1498 "license": [
1499 "MIT"
1500 ],
1501 "authors": [
1502 {
1503 "name": "Kris Wallsmith",
1504 "email": "kris.wallsmith@gmail.com",
1505 "homepage": "http://kriswallsmith.net/"
1506 }
1507 ],
1508 "description": "Integrates Assetic into Symfony2",
1509 "homepage": "https://github.com/symfony/AsseticBundle",
1510 "keywords": [
1511 "assets",
1512 "compression",
1513 "minification"
1514 ],
1515 "time": "2014-10-15 12:03:38"
1516 },
1517 {
1518 "name": "symfony/monolog-bundle",
1519 "version": "v2.7.1",
1520 "source": {
1521 "type": "git",
1522 "url": "https://github.com/symfony/MonologBundle.git",
1523 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
1524 },
1525 "dist": {
1526 "type": "zip",
1527 "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
1528 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
1529 "shasum": ""
1530 },
1531 "require": {
1532 "monolog/monolog": "~1.8",
1533 "php": ">=5.3.2",
1534 "symfony/config": "~2.3",
1535 "symfony/dependency-injection": "~2.3",
1536 "symfony/http-kernel": "~2.3",
1537 "symfony/monolog-bridge": "~2.3"
1538 },
1539 "require-dev": {
1540 "symfony/console": "~2.3",
1541 "symfony/yaml": "~2.3"
1542 },
1543 "type": "symfony-bundle",
1544 "extra": {
1545 "branch-alias": {
1546 "dev-master": "2.7.x-dev"
1547 }
1548 },
1549 "autoload": {
1550 "psr-4": {
1551 "Symfony\\Bundle\\MonologBundle\\": ""
1552 }
1553 },
1554 "notification-url": "https://packagist.org/downloads/",
1555 "license": [
1556 "MIT"
1557 ],
1558 "authors": [
1559 {
1560 "name": "Symfony Community",
1561 "homepage": "http://symfony.com/contributors"
1562 },
1563 {
1564 "name": "Fabien Potencier",
1565 "email": "fabien@symfony.com"
1566 }
1567 ],
1568 "description": "Symfony MonologBundle",
1569 "homepage": "http://symfony.com",
1570 "keywords": [
1571 "log",
1572 "logging"
1573 ],
1574 "time": "2015-01-04 20:21:17"
1575 },
1576 {
1577 "name": "symfony/swiftmailer-bundle",
1578 "version": "v2.3.8",
1579 "source": {
1580 "type": "git",
1581 "url": "https://github.com/symfony/SwiftmailerBundle.git",
1582 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
1583 },
1584 "dist": {
1585 "type": "zip",
1586 "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
1587 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
1588 "shasum": ""
1589 },
1590 "require": {
1591 "php": ">=5.3.2",
1592 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
1593 "symfony/swiftmailer-bridge": "~2.1"
1594 },
1595 "require-dev": {
1596 "symfony/config": "~2.1",
1597 "symfony/dependency-injection": "~2.1",
1598 "symfony/http-kernel": "~2.1",
1599 "symfony/yaml": "~2.1"
1600 },
1601 "suggest": {
1602 "psr/log": "Allows logging"
1603 },
1604 "type": "symfony-bundle",
1605 "extra": {
1606 "branch-alias": {
1607 "dev-master": "2.3-dev"
1608 }
1609 },
1610 "autoload": {
1611 "psr-4": {
1612 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
1613 }
1614 },
1615 "notification-url": "https://packagist.org/downloads/",
1616 "license": [
1617 "MIT"
1618 ],
1619 "authors": [
1620 {
1621 "name": "Symfony Community",
1622 "homepage": "http://symfony.com/contributors"
1623 },
1624 {
1625 "name": "Fabien Potencier",
1626 "email": "fabien@symfony.com"
1627 }
1628 ],
1629 "description": "Symfony SwiftmailerBundle",
1630 "homepage": "http://symfony.com",
1631 "time": "2014-12-01 17:44:50"
1632 },
1633 {
1634 "name": "symfony/symfony",
1635 "version": "v2.6.3",
1636 "source": {
1637 "type": "git",
1638 "url": "https://github.com/symfony/symfony.git",
1639 "reference": "c34ef418015793a4653f2670afb69dd167ebf578"
1640 },
1641 "dist": {
1642 "type": "zip",
1643 "url": "https://api.github.com/repos/symfony/symfony/zipball/c34ef418015793a4653f2670afb69dd167ebf578",
1644 "reference": "c34ef418015793a4653f2670afb69dd167ebf578",
1645 "shasum": ""
1646 },
1647 "require": {
1648 "doctrine/common": "~2.3",
1649 "php": ">=5.3.3",
1650 "psr/log": "~1.0",
1651 "twig/twig": "~1.12,>=1.12.3"
1652 },
1653 "replace": {
1654 "symfony/browser-kit": "self.version",
1655 "symfony/class-loader": "self.version",
1656 "symfony/config": "self.version",
1657 "symfony/console": "self.version",
1658 "symfony/css-selector": "self.version",
1659 "symfony/debug": "self.version",
1660 "symfony/debug-bundle": "self.version",
1661 "symfony/dependency-injection": "self.version",
1662 "symfony/doctrine-bridge": "self.version",
1663 "symfony/dom-crawler": "self.version",
1664 "symfony/event-dispatcher": "self.version",
1665 "symfony/expression-language": "self.version",
1666 "symfony/filesystem": "self.version",
1667 "symfony/finder": "self.version",
1668 "symfony/form": "self.version",
1669 "symfony/framework-bundle": "self.version",
1670 "symfony/http-foundation": "self.version",
1671 "symfony/http-kernel": "self.version",
1672 "symfony/intl": "self.version",
1673 "symfony/locale": "self.version",
1674 "symfony/monolog-bridge": "self.version",
1675 "symfony/options-resolver": "self.version",
1676 "symfony/process": "self.version",
1677 "symfony/propel1-bridge": "self.version",
1678 "symfony/property-access": "self.version",
1679 "symfony/proxy-manager-bridge": "self.version",
1680 "symfony/routing": "self.version",
1681 "symfony/security": "self.version",
1682 "symfony/security-acl": "self.version",
1683 "symfony/security-bundle": "self.version",
1684 "symfony/security-core": "self.version",
1685 "symfony/security-csrf": "self.version",
1686 "symfony/security-http": "self.version",
1687 "symfony/serializer": "self.version",
1688 "symfony/stopwatch": "self.version",
1689 "symfony/swiftmailer-bridge": "self.version",
1690 "symfony/templating": "self.version",
1691 "symfony/translation": "self.version",
1692 "symfony/twig-bridge": "self.version",
1693 "symfony/twig-bundle": "self.version",
1694 "symfony/validator": "self.version",
1695 "symfony/var-dumper": "self.version",
1696 "symfony/web-profiler-bundle": "self.version",
1697 "symfony/yaml": "self.version"
1698 },
1699 "require-dev": {
1700 "doctrine/data-fixtures": "1.0.*",
1701 "doctrine/dbal": "~2.2",
1702 "doctrine/doctrine-bundle": "~1.2",
1703 "doctrine/orm": "~2.2,>=2.2.3",
1704 "egulias/email-validator": "~1.2",
1705 "ircmaxell/password-compat": "~1.0",
1706 "monolog/monolog": "~1.11",
1707 "ocramius/proxy-manager": "~0.4|~1.0",
1708 "propel/propel1": "~1.6"
1709 },
1710 "type": "library",
1711 "extra": {
1712 "branch-alias": {
1713 "dev-master": "2.6-dev"
1714 }
1715 },
1716 "autoload": {
1717 "psr-0": {
1718 "Symfony\\": "src/"
1719 },
1720 "classmap": [
1721 "src/Symfony/Component/HttpFoundation/Resources/stubs",
1722 "src/Symfony/Component/Intl/Resources/stubs"
1723 ],
1724 "files": [
1725 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
1726 ]
1727 },
1728 "notification-url": "https://packagist.org/downloads/",
1729 "license": [
1730 "MIT"
1731 ],
1732 "authors": [
1733 {
1734 "name": "Symfony Community",
1735 "homepage": "http://symfony.com/contributors"
1736 },
1737 {
1738 "name": "Fabien Potencier",
1739 "email": "fabien@symfony.com"
1740 }
1741 ],
1742 "description": "The Symfony PHP framework",
1743 "homepage": "http://symfony.com",
1744 "keywords": [
1745 "framework"
1746 ],
1747 "time": "2015-01-07 14:47:29"
1748 },
1749 {
1750 "name": "tecnick.com/tcpdf",
1751 "version": "dev-master",
1752 "source": {
1753 "type": "git",
1754 "url": "https://github.com/tecnickcom/TCPDF.git",
1755 "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b"
1756 },
1757 "dist": {
1758 "type": "zip",
1759 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ba2afad72c6191bfed735dfa357bcaf3f225f52b",
1760 "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b",
1761 "shasum": ""
1762 },
1763 "require": {
1764 "php": ">=5.3.0"
1765 },
1766 "type": "library",
1767 "autoload": {
1768 "classmap": [
1769 "fonts",
1770 "config",
1771 "include",
1772 "tcpdf.php",
1773 "tcpdf_parser.php",
1774 "tcpdf_import.php",
1775 "tcpdf_barcodes_1d.php",
1776 "tcpdf_barcodes_2d.php",
1777 "include/tcpdf_colors.php",
1778 "include/tcpdf_filters.php",
1779 "include/tcpdf_font_data.php",
1780 "include/tcpdf_fonts.php",
1781 "include/tcpdf_images.php",
1782 "include/tcpdf_static.php",
1783 "include/barcodes/datamatrix.php",
1784 "include/barcodes/pdf417.php",
1785 "include/barcodes/qrcode.php"
1786 ]
1787 },
1788 "notification-url": "https://packagist.org/downloads/",
1789 "license": [
1790 "LGPLv3"
1791 ],
1792 "authors": [
1793 {
1794 "name": "Nicola Asuni",
1795 "email": "info@tecnick.com",
1796 "homepage": "http://nicolaasuni.tecnick.com"
1797 }
1798 ],
1799 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1800 "homepage": "http://www.tcpdf.org/",
1801 "keywords": [
1802 "PDFD32000-2008",
1803 "TCPDF",
1804 "barcodes",
1805 "datamatrix",
1806 "pdf",
1807 "pdf417",
1808 "qrcode"
1809 ],
1810 "time": "2015-01-08 18:35:22"
1811 },
1812 {
1813 "name": "twig/extensions",
1814 "version": "v1.0.1",
1815 "source": {
1816 "type": "git",
1817 "url": "https://github.com/twigphp/Twig-extensions.git",
1818 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
1819 },
1820 "dist": {
1821 "type": "zip",
1822 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
1823 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
1824 "shasum": ""
1825 },
1826 "require": {
1827 "twig/twig": "~1.0"
1828 },
1829 "type": "library",
1830 "extra": {
1831 "branch-alias": {
1832 "dev-master": "1.0.x-dev"
1833 }
1834 },
1835 "autoload": {
1836 "psr-0": {
1837 "Twig_Extensions_": "lib/"
1838 }
1839 },
1840 "notification-url": "https://packagist.org/downloads/",
1841 "license": [
1842 "MIT"
1843 ],
1844 "authors": [
1845 {
1846 "name": "Fabien Potencier",
1847 "email": "fabien@symfony.com"
1848 }
1849 ],
1850 "description": "Common additional features for Twig that do not directly belong in core",
1851 "homepage": "https://github.com/fabpot/Twig-extensions",
1852 "keywords": [
1853 "debug",
1854 "i18n",
1855 "text"
1856 ],
1857 "time": "2013-10-18 19:37:15"
1858 },
1859 {
1860 "name": "twig/twig",
1861 "version": "v1.17.0",
1862 "source": {
1863 "type": "git",
1864 "url": "https://github.com/twigphp/Twig.git",
1865 "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608"
1866 },
1867 "dist": {
1868 "type": "zip",
1869 "url": "https://api.github.com/repos/twigphp/Twig/zipball/2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
1870 "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
1871 "shasum": ""
1872 },
1873 "require": {
1874 "php": ">=5.2.4"
1875 },
1876 "type": "library",
1877 "extra": {
1878 "branch-alias": {
1879 "dev-master": "1.17-dev"
1880 }
1881 },
1882 "autoload": {
1883 "psr-0": {
1884 "Twig_": "lib/"
1885 }
1886 },
1887 "notification-url": "https://packagist.org/downloads/",
1888 "license": [
1889 "BSD-3-Clause"
1890 ],
1891 "authors": [
1892 {
1893 "name": "Fabien Potencier",
1894 "email": "fabien@symfony.com",
1895 "homepage": "http://fabien.potencier.org",
1896 "role": "Lead Developer"
1897 },
1898 {
1899 "name": "Armin Ronacher",
1900 "email": "armin.ronacher@active-4.com",
1901 "role": "Project Founder"
1902 },
1903 {
1904 "name": "Twig Team",
1905 "homepage": "http://twig.sensiolabs.org/contributors",
1906 "role": "Contributors"
1907 }
1908 ],
1909 "description": "Twig, the flexible, fast, and secure template language for PHP",
1910 "homepage": "http://twig.sensiolabs.org",
1911 "keywords": [
1912 "templating"
1913 ],
1914 "time": "2015-01-14 10:15:49"
1915 },
1916 {
1917 "name": "umpirsky/twig-gettext-extractor",
1918 "version": "1.1.3",
1919 "source": {
1920 "type": "git",
1921 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
1922 "reference": "1.1.3"
1923 },
1924 "dist": {
1925 "type": "zip",
1926 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/1.1.3",
1927 "reference": "1.1.3",
1928 "shasum": ""
1929 },
1930 "require": {
1931 "php": ">=5.3.3",
1932 "symfony/filesystem": ">=2.0,<3.0",
1933 "symfony/form": ">=2.0,<3.0",
1934 "symfony/routing": ">=2.0,<3.0",
1935 "symfony/translation": ">=2.0,<3.0",
1936 "symfony/twig-bridge": ">=2.0,<3.0",
1937 "twig/extensions": "1.0.*",
1938 "twig/twig": ">=1.2.0,<2.0-dev"
1939 },
1940 "require-dev": {
1941 "symfony/config": "2.1.*"
1942 },
1943 "bin": [
1944 "twig-gettext-extractor"
1945 ],
1946 "type": "application",
1947 "autoload": {
1948 "psr-0": {
1949 "Twig\\Gettext": "."
1950 }
1951 },
1952 "notification-url": "https://packagist.org/downloads/",
1953 "license": [
1954 "MIT"
1955 ],
1956 "authors": [
1957 {
1958 "name": "Саша Стаменковић",
1959 "email": "umpirsky@gmail.com",
1960 "homepage": "http://umpirsky.com"
1961 }
1962 ],
1963 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
1964 "time": "2013-02-14 16:41:48"
1965 },
1966 {
1967 "name": "wallabag/Fivefilters_Libraries",
1968 "version": "dev-master",
1969 "source": {
1970 "type": "git",
1971 "url": "https://github.com/wallabag/Fivefilters_Libraries.git",
1972 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f"
1973 },
1974 "dist": {
1975 "type": "zip",
1976 "url": "https://api.github.com/repos/wallabag/Fivefilters_Libraries/zipball/93b5469d6036a68ce60f126f8430b3e1fbf1562f",
1977 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f",
1978 "shasum": ""
1979 },
1980 "type": "library",
1981 "authors": [
1982 {
1983 "name": "Nicolas LÅ“uillet",
1984 "email": "nicolas@loeuillet.org",
1985 "homepage": "http://www.cdetc.fr"
1986 }
1987 ],
1988 "description": "Libraries from @fivefilters.",
1989 "homepage": "https://github.com/wallabag/Fivefilters_Libraries",
1990 "support": {
1991 "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/master",
1992 "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues"
1993 },
1994 "time": "2015-01-19 20:19:28"
1995 },
1996 {
1997 "name": "wallabag/PHPePub",
1998 "version": "dev-master",
1999 "source": {
2000 "type": "git",
2001 "url": "https://github.com/wallabag/PHPePub.git",
2002 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512"
2003 },
2004 "dist": {
2005 "type": "zip",
2006 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512",
2007 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512",
2008 "shasum": ""
2009 },
2010 "require": {
2011 "php": ">=5.3.0"
2012 },
2013 "type": "library",
2014 "autoload": {
2015 "classmap": [
2016 "EPub.php",
2017 "EPub.HtmlEntities.php",
2018 "EPub.NCX.php",
2019 "EPub.OPF.php",
2020 "EPubChapterSplitter.php",
2021 "lib.uuid.php",
2022 "Logger.php",
2023 "Zip.php"
2024 ]
2025 },
2026 "authors": [
2027 {
2028 "name": "Nicolas LÅ“uillet",
2029 "email": "nicolas@loeuillet.org",
2030 "homepage": "http://www.cdetc.fr"
2031 }
2032 ],
2033 "description": "PHP Classes for dynamically generating EPub files.",
2034 "homepage": "https://github.com/wallabag/PHPePub",
2035 "support": {
2036 "source": "https://github.com/wallabag/PHPePub/tree/master"
2037 },
2038 "time": "2015-01-19 11:44:19"
2039 },
2040 {
2041 "name": "wallabag/kriss_php5",
2042 "version": "dev-master",
2043 "source": {
2044 "type": "git",
2045 "url": "https://github.com/wallabag/kriss_php5.git",
2046 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
2047 },
2048 "dist": {
2049 "type": "zip",
2050 "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2051 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2052 "shasum": ""
2053 },
2054 "require": {
2055 "php": ">=5.3.0"
2056 },
2057 "type": "library",
2058 "autoload": {
2059 "files": [
2060 "Session.php"
2061 ]
2062 },
2063 "authors": [
2064 {
2065 "name": "Nicolas LÅ“uillet",
2066 "email": "nicolas@loeuillet.org",
2067 "homepage": "http://www.cdetc.fr"
2068 }
2069 ],
2070 "description": "A simple and smart (or stupid) php5 snippets repository",
2071 "homepage": "https://github.com/wallabag/kriss_php5",
2072 "support": {
2073 "source": "https://github.com/wallabag/kriss_php5/tree/master"
2074 },
2075 "time": "2015-01-18 21:21:43"
2076 },
2077 {
2078 "name": "wallabag/pagination",
2079 "version": "dev-master",
2080 "source": {
2081 "type": "git",
2082 "url": "https://github.com/wallabag/pagination.git",
2083 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb"
2084 },
2085 "dist": {
2086 "type": "zip",
2087 "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb",
2088 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb",
2089 "shasum": ""
2090 },
2091 "require": {
2092 "php": ">=5.3.0"
2093 },
2094 "type": "library",
2095 "autoload": {
2096 "files": [
2097 "paginator.php"
2098 ]
2099 },
2100 "authors": [
2101 {
2102 "name": "Nicolas LÅ“uillet",
2103 "email": "nicolas@loeuillet.org",
2104 "homepage": "http://www.cdetc.fr"
2105 }
2106 ],
2107 "description": "Paginate record sets, not tied in directly to a database.",
2108 "homepage": "https://github.com/wallabag/pagination",
2109 "support": {
2110 "source": "https://github.com/wallabag/pagination/tree/master"
2111 },
2112 "time": "2015-01-19 09:24:39"
2113 },
2114 {
2115 "name": "wallabag/php-flash-messages",
2116 "version": "dev-master",
2117 "source": {
2118 "type": "git",
2119 "url": "https://github.com/wallabag/PHP-Flash-Messages.git",
2120 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab"
2121 },
2122 "dist": {
2123 "type": "zip",
2124 "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2125 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2126 "shasum": ""
2127 },
2128 "require": {
2129 "php": ">=5.3.0"
2130 },
2131 "type": "library",
2132 "autoload": {
2133 "files": [
2134 "class.messages.php"
2135 ]
2136 },
2137 "license": [
2138 "Apache"
2139 ],
2140 "authors": [
2141 {
2142 "name": "Nicolas LÅ“uillet",
2143 "email": "nicolas@loeuillet.org",
2144 "homepage": "http://www.cdetc.fr"
2145 }
2146 ],
2147 "description": "Session-based Flash Messages class for PHP",
2148 "homepage": "https://github.com/wallabag/PHP-Flash-Messages",
2149 "keywords": [
2150 "flash",
2151 "messages",
2152 "php-flash-messages",
2153 "sessions"
2154 ],
2155 "support": {
2156 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master"
2157 },
2158 "time": "2015-01-18 19:51:55"
2159 },
2160 {
2161 "name": "wallabag/php-readability",
2162 "version": "dev-master",
2163 "source": {
2164 "type": "git",
2165 "url": "https://github.com/wallabag/php-readability.git",
2166 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387"
2167 },
2168 "dist": {
2169 "type": "zip",
2170 "url": "https://api.github.com/repos/wallabag/php-readability/zipball/a37a1482b9964ae1804dbed0bffa00988523c387",
2171 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387",
2172 "shasum": ""
2173 },
2174 "require": {
2175 "php": ">=5.2"
2176 },
2177 "type": "library",
2178 "autoload": {
2179 "psr-0": {
2180 "Readability": ""
2181 }
2182 },
2183 "license": [
2184 "Apache-2.0"
2185 ],
2186 "authors": [
2187 {
2188 "name": "Keyvan Minoukadeh",
2189 "email": "keyvan@keyvan.net",
2190 "homepage": "http://keyvan.net",
2191 "role": "Developer (ported original JS code to PHP)"
2192 },
2193 {
2194 "name": "Arc90",
2195 "homepage": "http://arc90.com",
2196 "role": "Developer (original JS version)"
2197 }
2198 ],
2199 "description": "Automatic article extraction from HTML",
2200 "homepage": "https://github.com/wallabag/php-readability",
2201 "keywords": [
2202 "article",
2203 "article extraction",
2204 "content",
2205 "content extraction",
2206 "extraction",
2207 "html"
2208 ],
2209 "support": {
2210 "source": "https://github.com/wallabag/php-readability/tree/master",
2211 "issues": "https://github.com/wallabag/php-readability/issues"
2212 },
2213 "time": "2015-01-19 12:25:38"
2214 },
2215 {
2216 "name": "wallabag/phpMobi",
2217 "version": "dev-master",
2218 "source": {
2219 "type": "git",
2220 "url": "https://github.com/wallabag/phpMobi.git",
2221 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d"
2222 },
2223 "dist": {
2224 "type": "zip",
2225 "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d",
2226 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d",
2227 "shasum": ""
2228 },
2229 "require": {
2230 "php": ">=5.3.0"
2231 },
2232 "type": "library",
2233 "autoload": {
2234 "files": [
2235 "MOBIClass/MOBI.php"
2236 ]
2237 },
2238 "authors": [
2239 {
2240 "name": "Nicolas LÅ“uillet",
2241 "email": "nicolas@loeuillet.org",
2242 "homepage": "http://www.cdetc.fr"
2243 }
2244 ],
2245 "description": "An experimental Mobipocket file creator in PHP.",
2246 "homepage": "https://github.com/wallabag/phpMobi",
2247 "support": {
2248 "source": "https://github.com/wallabag/phpMobi/tree/master"
2249 },
2250 "time": "2015-01-19 12:43:17"
2251 }
2252 ],
2253 "packages-dev": [
2254 {
2255 "name": "phpunit/php-code-coverage",
2256 "version": "1.2.18",
2257 "source": {
2258 "type": "git",
2259 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2260 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
2261 },
2262 "dist": {
2263 "type": "zip",
2264 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
2265 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
2266 "shasum": ""
2267 },
2268 "require": {
2269 "php": ">=5.3.3",
2270 "phpunit/php-file-iterator": ">=1.3.0@stable",
2271 "phpunit/php-text-template": ">=1.2.0@stable",
2272 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
2273 },
2274 "require-dev": {
2275 "phpunit/phpunit": "3.7.*@dev"
2276 },
2277 "suggest": {
2278 "ext-dom": "*",
2279 "ext-xdebug": ">=2.0.5"
2280 },
2281 "type": "library",
2282 "extra": {
2283 "branch-alias": {
2284 "dev-master": "1.2.x-dev"
2285 }
2286 },
2287 "autoload": {
2288 "classmap": [
2289 "PHP/"
2290 ]
2291 },
2292 "notification-url": "https://packagist.org/downloads/",
2293 "include-path": [
2294 ""
2295 ],
2296 "license": [
2297 "BSD-3-Clause"
2298 ],
2299 "authors": [
2300 {
2301 "name": "Sebastian Bergmann",
2302 "email": "sb@sebastian-bergmann.de",
2303 "role": "lead"
2304 }
2305 ],
2306 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2307 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2308 "keywords": [
2309 "coverage",
2310 "testing",
2311 "xunit"
2312 ],
2313 "time": "2014-09-02 10:13:14"
2314 },
2315 {
2316 "name": "phpunit/php-file-iterator",
2317 "version": "1.3.4",
2318 "source": {
2319 "type": "git",
2320 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2321 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
2322 },
2323 "dist": {
2324 "type": "zip",
2325 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
2326 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
2327 "shasum": ""
2328 },
2329 "require": {
2330 "php": ">=5.3.3"
2331 },
2332 "type": "library",
2333 "autoload": {
2334 "classmap": [
2335 "File/"
2336 ]
2337 },
2338 "notification-url": "https://packagist.org/downloads/",
2339 "include-path": [
2340 ""
2341 ],
2342 "license": [
2343 "BSD-3-Clause"
2344 ],
2345 "authors": [
2346 {
2347 "name": "Sebastian Bergmann",
2348 "email": "sb@sebastian-bergmann.de",
2349 "role": "lead"
2350 }
2351 ],
2352 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2353 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2354 "keywords": [
2355 "filesystem",
2356 "iterator"
2357 ],
2358 "time": "2013-10-10 15:34:57"
2359 },
2360 {
2361 "name": "phpunit/php-text-template",
2362 "version": "1.2.0",
2363 "source": {
2364 "type": "git",
2365 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2366 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
2367 },
2368 "dist": {
2369 "type": "zip",
2370 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2371 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2372 "shasum": ""
2373 },
2374 "require": {
2375 "php": ">=5.3.3"
2376 },
2377 "type": "library",
2378 "autoload": {
2379 "classmap": [
2380 "Text/"
2381 ]
2382 },
2383 "notification-url": "https://packagist.org/downloads/",
2384 "include-path": [
2385 ""
2386 ],
2387 "license": [
2388 "BSD-3-Clause"
2389 ],
2390 "authors": [
2391 {
2392 "name": "Sebastian Bergmann",
2393 "email": "sb@sebastian-bergmann.de",
2394 "role": "lead"
2395 }
2396 ],
2397 "description": "Simple template engine.",
2398 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2399 "keywords": [
2400 "template"
2401 ],
2402 "time": "2014-01-30 17:20:04"
2403 },
2404 {
2405 "name": "phpunit/php-timer",
2406 "version": "1.0.5",
2407 "source": {
2408 "type": "git",
2409 "url": "https://github.com/sebastianbergmann/php-timer.git",
2410 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
2411 },
2412 "dist": {
2413 "type": "zip",
2414 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
2415 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
2416 "shasum": ""
2417 },
2418 "require": {
2419 "php": ">=5.3.3"
2420 },
2421 "type": "library",
2422 "autoload": {
2423 "classmap": [
2424 "PHP/"
2425 ]
2426 },
2427 "notification-url": "https://packagist.org/downloads/",
2428 "include-path": [
2429 ""
2430 ],
2431 "license": [
2432 "BSD-3-Clause"
2433 ],
2434 "authors": [
2435 {
2436 "name": "Sebastian Bergmann",
2437 "email": "sb@sebastian-bergmann.de",
2438 "role": "lead"
2439 }
2440 ],
2441 "description": "Utility class for timing",
2442 "homepage": "https://github.com/sebastianbergmann/php-timer/",
2443 "keywords": [
2444 "timer"
2445 ],
2446 "time": "2013-08-02 07:42:54"
2447 },
2448 {
2449 "name": "phpunit/php-token-stream",
2450 "version": "1.2.2",
2451 "source": {
2452 "type": "git",
2453 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2454 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
2455 },
2456 "dist": {
2457 "type": "zip",
2458 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
2459 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
2460 "shasum": ""
2461 },
2462 "require": {
2463 "ext-tokenizer": "*",
2464 "php": ">=5.3.3"
2465 },
2466 "type": "library",
2467 "extra": {
2468 "branch-alias": {
2469 "dev-master": "1.2-dev"
2470 }
2471 },
2472 "autoload": {
2473 "classmap": [
2474 "PHP/"
2475 ]
2476 },
2477 "notification-url": "https://packagist.org/downloads/",
2478 "include-path": [
2479 ""
2480 ],
2481 "license": [
2482 "BSD-3-Clause"
2483 ],
2484 "authors": [
2485 {
2486 "name": "Sebastian Bergmann",
2487 "email": "sb@sebastian-bergmann.de",
2488 "role": "lead"
2489 }
2490 ],
2491 "description": "Wrapper around PHP's tokenizer extension.",
2492 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2493 "keywords": [
2494 "tokenizer"
2495 ],
2496 "time": "2014-03-03 05:10:30"
2497 },
2498 {
2499 "name": "phpunit/phpunit",
2500 "version": "3.7.38",
2501 "source": {
2502 "type": "git",
2503 "url": "https://github.com/sebastianbergmann/phpunit.git",
2504 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
2505 },
2506 "dist": {
2507 "type": "zip",
2508 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
2509 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
2510 "shasum": ""
2511 },
2512 "require": {
2513 "ext-ctype": "*",
2514 "ext-dom": "*",
2515 "ext-json": "*",
2516 "ext-pcre": "*",
2517 "ext-reflection": "*",
2518 "ext-spl": "*",
2519 "php": ">=5.3.3",
2520 "phpunit/php-code-coverage": "~1.2",
2521 "phpunit/php-file-iterator": "~1.3",
2522 "phpunit/php-text-template": "~1.1",
2523 "phpunit/php-timer": "~1.0",
2524 "phpunit/phpunit-mock-objects": "~1.2",
2525 "symfony/yaml": "~2.0"
2526 },
2527 "require-dev": {
2528 "pear-pear.php.net/pear": "1.9.4"
2529 },
2530 "suggest": {
2531 "phpunit/php-invoker": "~1.1"
2532 },
2533 "bin": [
2534 "composer/bin/phpunit"
2535 ],
2536 "type": "library",
2537 "extra": {
2538 "branch-alias": {
2539 "dev-master": "3.7.x-dev"
2540 }
2541 },
2542 "autoload": {
2543 "classmap": [
2544 "PHPUnit/"
2545 ]
2546 },
2547 "notification-url": "https://packagist.org/downloads/",
2548 "include-path": [
2549 "",
2550 "../../symfony/yaml/"
2551 ],
2552 "license": [
2553 "BSD-3-Clause"
2554 ],
2555 "authors": [
2556 {
2557 "name": "Sebastian Bergmann",
2558 "email": "sebastian@phpunit.de",
2559 "role": "lead"
2560 }
2561 ],
2562 "description": "The PHP Unit Testing framework.",
2563 "homepage": "http://www.phpunit.de/",
2564 "keywords": [
2565 "phpunit",
2566 "testing",
2567 "xunit"
2568 ],
2569 "time": "2014-10-17 09:04:17"
2570 },
2571 {
2572 "name": "phpunit/phpunit-mock-objects",
2573 "version": "1.2.3",
2574 "source": {
2575 "type": "git",
2576 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2577 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
2578 },
2579 "dist": {
2580 "type": "zip",
2581 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
2582 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
2583 "shasum": ""
2584 },
2585 "require": {
2586 "php": ">=5.3.3",
2587 "phpunit/php-text-template": ">=1.1.1@stable"
2588 },
2589 "suggest": {
2590 "ext-soap": "*"
2591 },
2592 "type": "library",
2593 "autoload": {
2594 "classmap": [
2595 "PHPUnit/"
2596 ]
2597 },
2598 "notification-url": "https://packagist.org/downloads/",
2599 "include-path": [
2600 ""
2601 ],
2602 "license": [
2603 "BSD-3-Clause"
2604 ],
2605 "authors": [
2606 {
2607 "name": "Sebastian Bergmann",
2608 "email": "sb@sebastian-bergmann.de",
2609 "role": "lead"
2610 }
2611 ],
2612 "description": "Mock Object library for PHPUnit",
2613 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2614 "keywords": [
2615 "mock",
2616 "xunit"
2617 ],
2618 "time": "2013-01-13 10:24:48"
2619 },
2620 {
2621 "name": "sensio/generator-bundle",
2622 "version": "v2.5.1",
2623 "target-dir": "Sensio/Bundle/GeneratorBundle",
2624 "source": {
2625 "type": "git",
2626 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
2627 "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd"
2628 },
2629 "dist": {
2630 "type": "zip",
2631 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/9e23fc3de265ae013690d84aab98e7a84f46edcd",
2632 "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd",
2633 "shasum": ""
2634 },
2635 "require": {
2636 "symfony/console": "~2.5",
2637 "symfony/framework-bundle": "~2.2"
2638 },
2639 "require-dev": {
2640 "doctrine/orm": "~2.2,>=2.2.3",
2641 "symfony/doctrine-bridge": "~2.2",
2642 "twig/twig": "~1.11"
2643 },
2644 "type": "symfony-bundle",
2645 "extra": {
2646 "branch-alias": {
2647 "dev-master": "2.5.x-dev"
2648 }
2649 },
2650 "autoload": {
2651 "psr-0": {
2652 "Sensio\\Bundle\\GeneratorBundle": ""
2653 }
2654 },
2655 "notification-url": "https://packagist.org/downloads/",
2656 "license": [
2657 "MIT"
2658 ],
2659 "authors": [
2660 {
2661 "name": "Fabien Potencier",
2662 "email": "fabien@symfony.com"
2663 }
2664 ],
2665 "description": "This bundle generates code for you",
2666 "time": "2015-01-13 07:33:46"
2667 }
2668 ],
2669 "aliases": [],
2670 "minimum-stability": "stable",
2671 "stability-flags": {
2672 "ezyang/htmlpurifier": 20,
2673 "mgargano/simplehtmldom": 20,
2674 "tecnick.com/tcpdf": 20,
2675 "simplepie/simplepie": 20,
2676 "htmlawed/htmlawed": 20,
2677 "wallabag/php-flash-messages": 20,
2678 "wallabag/kriss_php5": 20,
2679 "wallabag/pagination": 20,
2680 "wallabag/phpepub": 20,
2681 "wallabag/php-readability": 20,
2682 "wallabag/phpmobi": 20,
2683 "wallabag/fivefilters_libraries": 20
2684 },
2685 "prefer-stable": false,
2686 "prefer-lowest": false,
2687 "platform": {
2688 "php": ">=5.3.3"
2689 },
2690 "platform-dev": []
2691 }