]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #1167 from wallabag/v2-api-bundle
[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": "43d869c37ae73d7b74d3f77c4028bf9c",
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": "dev-master",
902 "source": {
903 "type": "git",
904 "url": "https://github.com/kesar/HTMLawed.git",
905 "reference": "f842e793614bdf3af70a62b1e70570e824dc9ab6"
906 },
907 "dist": {
908 "type": "zip",
909 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/f842e793614bdf3af70a62b1e70570e824dc9ab6",
910 "reference": "f842e793614bdf3af70a62b1e70570e824dc9ab6",
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-12 19:37:20"
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.3.3",
1655 "target-dir": "Nelmio/CorsBundle",
1656 "source": {
1657 "type": "git",
1658 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
1659 "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425"
1660 },
1661 "dist": {
1662 "type": "zip",
1663 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/d482c01f6ca0840025b81b65534d0ffb7c18f425",
1664 "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425",
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": "2014-12-10 17:26:49"
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": "robmorgan/phinx",
1913 "version": "v0.4.3",
1914 "source": {
1915 "type": "git",
1916 "url": "https://github.com/robmorgan/phinx.git",
1917 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4"
1918 },
1919 "dist": {
1920 "type": "zip",
1921 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
1922 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
1923 "shasum": ""
1924 },
1925 "require": {
1926 "php": ">=5.3.2",
1927 "symfony/config": "~2.6.0",
1928 "symfony/console": "~2.6.0",
1929 "symfony/yaml": "~2.6.0"
1930 },
1931 "require-dev": {
1932 "phpunit/phpunit": "3.7.*",
1933 "squizlabs/php_codesniffer": "dev-phpcs-fixer"
1934 },
1935 "bin": [
1936 "bin/phinx"
1937 ],
1938 "type": "library",
1939 "autoload": {
1940 "psr-4": {
1941 "Phinx\\": "src/Phinx"
1942 }
1943 },
1944 "notification-url": "https://packagist.org/downloads/",
1945 "license": [
1946 "MIT"
1947 ],
1948 "authors": [
1949 {
1950 "name": "Rob Morgan",
1951 "email": "robbym@gmail.com",
1952 "homepage": "http://robmorgan.id.au",
1953 "role": "Lead Developer"
1954 },
1955 {
1956 "name": "Woody Gilk",
1957 "email": "woody.gilk@gmail.com",
1958 "homepage": "http://shadowhand.me",
1959 "role": "Developer"
1960 }
1961 ],
1962 "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
1963 "homepage": "https://phinx.org",
1964 "keywords": [
1965 "database",
1966 "database migrations",
1967 "db",
1968 "migrations",
1969 "phinx"
1970 ],
1971 "time": "2015-02-23 16:38:12"
1972 },
1973 {
1974 "name": "sensio/distribution-bundle",
1975 "version": "v3.0.25",
1976 "target-dir": "Sensio/Bundle/DistributionBundle",
1977 "source": {
1978 "type": "git",
1979 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1980 "reference": "01931139b0f067a4016d5d56e82c2b3086533b89"
1981 },
1982 "dist": {
1983 "type": "zip",
1984 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/01931139b0f067a4016d5d56e82c2b3086533b89",
1985 "reference": "01931139b0f067a4016d5d56e82c2b3086533b89",
1986 "shasum": ""
1987 },
1988 "require": {
1989 "php": ">=5.3.3",
1990 "sensiolabs/security-checker": "~2.0",
1991 "symfony/class-loader": "~2.2",
1992 "symfony/framework-bundle": "~2.3",
1993 "symfony/process": "~2.2"
1994 },
1995 "require-dev": {
1996 "symfony/form": "~2.2",
1997 "symfony/validator": "~2.2",
1998 "symfony/yaml": "~2.2"
1999 },
2000 "suggest": {
2001 "symfony/form": "If you want to use the configurator",
2002 "symfony/validator": "If you want to use the configurator",
2003 "symfony/yaml": "If you want to use the configurator"
2004 },
2005 "type": "symfony-bundle",
2006 "extra": {
2007 "branch-alias": {
2008 "dev-master": "3.0.x-dev"
2009 }
2010 },
2011 "autoload": {
2012 "psr-0": {
2013 "Sensio\\Bundle\\DistributionBundle": ""
2014 }
2015 },
2016 "notification-url": "https://packagist.org/downloads/",
2017 "license": [
2018 "MIT"
2019 ],
2020 "authors": [
2021 {
2022 "name": "Fabien Potencier",
2023 "email": "fabien@symfony.com"
2024 }
2025 ],
2026 "description": "Base bundle for Symfony Distributions",
2027 "keywords": [
2028 "configuration",
2029 "distribution"
2030 ],
2031 "time": "2015-05-29 22:35:41"
2032 },
2033 {
2034 "name": "sensio/framework-extra-bundle",
2035 "version": "v3.0.8",
2036 "source": {
2037 "type": "git",
2038 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2039 "reference": "a30fc18bf147bc25faf6b1d54bf55cfad4b63cba"
2040 },
2041 "dist": {
2042 "type": "zip",
2043 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/a30fc18bf147bc25faf6b1d54bf55cfad4b63cba",
2044 "reference": "a30fc18bf147bc25faf6b1d54bf55cfad4b63cba",
2045 "shasum": ""
2046 },
2047 "require": {
2048 "doctrine/common": "~2.2",
2049 "symfony/framework-bundle": "~2.3"
2050 },
2051 "require-dev": {
2052 "symfony/expression-language": "~2.4",
2053 "symfony/security-bundle": "~2.4"
2054 },
2055 "suggest": {
2056 "symfony/expression-language": "",
2057 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2058 "symfony/security-bundle": ""
2059 },
2060 "type": "symfony-bundle",
2061 "extra": {
2062 "branch-alias": {
2063 "dev-master": "3.0.x-dev"
2064 }
2065 },
2066 "autoload": {
2067 "psr-4": {
2068 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2069 }
2070 },
2071 "notification-url": "https://packagist.org/downloads/",
2072 "license": [
2073 "MIT"
2074 ],
2075 "authors": [
2076 {
2077 "name": "Fabien Potencier",
2078 "email": "fabien@symfony.com"
2079 }
2080 ],
2081 "description": "This bundle provides a way to configure your controllers with annotations",
2082 "keywords": [
2083 "annotations",
2084 "controllers"
2085 ],
2086 "time": "2015-05-29 18:27:23"
2087 },
2088 {
2089 "name": "sensiolabs/security-checker",
2090 "version": "v2.0.5",
2091 "source": {
2092 "type": "git",
2093 "url": "https://github.com/sensiolabs/security-checker.git",
2094 "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
2095 },
2096 "dist": {
2097 "type": "zip",
2098 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
2099 "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
2100 "shasum": ""
2101 },
2102 "require": {
2103 "ext-curl": "*",
2104 "symfony/console": "~2.0"
2105 },
2106 "bin": [
2107 "security-checker"
2108 ],
2109 "type": "library",
2110 "extra": {
2111 "branch-alias": {
2112 "dev-master": "2.0-dev"
2113 }
2114 },
2115 "autoload": {
2116 "psr-0": {
2117 "SensioLabs\\Security": ""
2118 }
2119 },
2120 "notification-url": "https://packagist.org/downloads/",
2121 "license": [
2122 "MIT"
2123 ],
2124 "authors": [
2125 {
2126 "name": "Fabien Potencier",
2127 "email": "fabien.potencier@gmail.com"
2128 }
2129 ],
2130 "description": "A security checker for your composer.lock",
2131 "time": "2015-05-28 14:22:40"
2132 },
2133 {
2134 "name": "simplepie/simplepie",
2135 "version": "1.3.1",
2136 "source": {
2137 "type": "git",
2138 "url": "https://github.com/simplepie/simplepie.git",
2139 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
2140 },
2141 "dist": {
2142 "type": "zip",
2143 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
2144 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
2145 "shasum": ""
2146 },
2147 "require": {
2148 "php": ">=5.2.0"
2149 },
2150 "type": "library",
2151 "autoload": {
2152 "psr-0": {
2153 "SimplePie": "library"
2154 }
2155 },
2156 "notification-url": "https://packagist.org/downloads/",
2157 "license": [
2158 "BSD-3-Clause"
2159 ],
2160 "authors": [
2161 {
2162 "name": "Ryan Parman",
2163 "homepage": "http://ryanparman.com/",
2164 "role": "Creator, alumnus developer"
2165 },
2166 {
2167 "name": "Geoffrey Sneddon",
2168 "homepage": "http://gsnedders.com/",
2169 "role": "Alumnus developer"
2170 },
2171 {
2172 "name": "Ryan McCue",
2173 "email": "me@ryanmccue.info",
2174 "homepage": "http://ryanmccue.info/",
2175 "role": "Developer"
2176 }
2177 ],
2178 "description": "A simple Atom/RSS parsing library for PHP",
2179 "homepage": "http://simplepie.org/",
2180 "keywords": [
2181 "atom",
2182 "feeds",
2183 "rss"
2184 ],
2185 "time": "2012-10-30 17:54:03"
2186 },
2187 {
2188 "name": "swiftmailer/swiftmailer",
2189 "version": "v5.4.0",
2190 "source": {
2191 "type": "git",
2192 "url": "https://github.com/swiftmailer/swiftmailer.git",
2193 "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
2194 },
2195 "dist": {
2196 "type": "zip",
2197 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
2198 "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
2199 "shasum": ""
2200 },
2201 "require": {
2202 "php": ">=5.3.3"
2203 },
2204 "require-dev": {
2205 "mockery/mockery": "~0.9.1"
2206 },
2207 "type": "library",
2208 "extra": {
2209 "branch-alias": {
2210 "dev-master": "5.4-dev"
2211 }
2212 },
2213 "autoload": {
2214 "files": [
2215 "lib/swift_required.php"
2216 ]
2217 },
2218 "notification-url": "https://packagist.org/downloads/",
2219 "license": [
2220 "MIT"
2221 ],
2222 "authors": [
2223 {
2224 "name": "Chris Corbyn"
2225 },
2226 {
2227 "name": "Fabien Potencier",
2228 "email": "fabien@symfony.com"
2229 }
2230 ],
2231 "description": "Swiftmailer, free feature-rich PHP mailer",
2232 "homepage": "http://swiftmailer.org",
2233 "keywords": [
2234 "mail",
2235 "mailer"
2236 ],
2237 "time": "2015-03-14 06:06:39"
2238 },
2239 {
2240 "name": "symfony/assetic-bundle",
2241 "version": "v2.6.1",
2242 "source": {
2243 "type": "git",
2244 "url": "https://github.com/symfony/AsseticBundle.git",
2245 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
2246 },
2247 "dist": {
2248 "type": "zip",
2249 "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2250 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2251 "shasum": ""
2252 },
2253 "require": {
2254 "kriswallsmith/assetic": "~1.2",
2255 "php": ">=5.3.0",
2256 "symfony/console": "~2.3",
2257 "symfony/dependency-injection": "~2.3",
2258 "symfony/framework-bundle": "~2.3",
2259 "symfony/yaml": "~2.3"
2260 },
2261 "require-dev": {
2262 "kriswallsmith/spork": "~0.2",
2263 "patchwork/jsqueeze": "~1.0",
2264 "symfony/class-loader": "~2.3",
2265 "symfony/css-selector": "~2.3",
2266 "symfony/dom-crawler": "~2.3",
2267 "symfony/twig-bundle": "~2.3"
2268 },
2269 "suggest": {
2270 "kriswallsmith/spork": "to be able to dump assets in parallel",
2271 "symfony/twig-bundle": "to use the Twig integration"
2272 },
2273 "type": "symfony-bundle",
2274 "extra": {
2275 "branch-alias": {
2276 "dev-master": "2.5-dev"
2277 }
2278 },
2279 "autoload": {
2280 "psr-4": {
2281 "Symfony\\Bundle\\AsseticBundle\\": ""
2282 }
2283 },
2284 "notification-url": "https://packagist.org/downloads/",
2285 "license": [
2286 "MIT"
2287 ],
2288 "authors": [
2289 {
2290 "name": "Kris Wallsmith",
2291 "email": "kris.wallsmith@gmail.com",
2292 "homepage": "http://kriswallsmith.net/"
2293 }
2294 ],
2295 "description": "Integrates Assetic into Symfony2",
2296 "homepage": "https://github.com/symfony/AsseticBundle",
2297 "keywords": [
2298 "assets",
2299 "compression",
2300 "minification"
2301 ],
2302 "time": "2015-01-27 12:45:16"
2303 },
2304 {
2305 "name": "symfony/monolog-bundle",
2306 "version": "v2.7.1",
2307 "source": {
2308 "type": "git",
2309 "url": "https://github.com/symfony/MonologBundle.git",
2310 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
2311 },
2312 "dist": {
2313 "type": "zip",
2314 "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
2315 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
2316 "shasum": ""
2317 },
2318 "require": {
2319 "monolog/monolog": "~1.8",
2320 "php": ">=5.3.2",
2321 "symfony/config": "~2.3",
2322 "symfony/dependency-injection": "~2.3",
2323 "symfony/http-kernel": "~2.3",
2324 "symfony/monolog-bridge": "~2.3"
2325 },
2326 "require-dev": {
2327 "symfony/console": "~2.3",
2328 "symfony/yaml": "~2.3"
2329 },
2330 "type": "symfony-bundle",
2331 "extra": {
2332 "branch-alias": {
2333 "dev-master": "2.7.x-dev"
2334 }
2335 },
2336 "autoload": {
2337 "psr-4": {
2338 "Symfony\\Bundle\\MonologBundle\\": ""
2339 }
2340 },
2341 "notification-url": "https://packagist.org/downloads/",
2342 "license": [
2343 "MIT"
2344 ],
2345 "authors": [
2346 {
2347 "name": "Symfony Community",
2348 "homepage": "http://symfony.com/contributors"
2349 },
2350 {
2351 "name": "Fabien Potencier",
2352 "email": "fabien@symfony.com"
2353 }
2354 ],
2355 "description": "Symfony MonologBundle",
2356 "homepage": "http://symfony.com",
2357 "keywords": [
2358 "log",
2359 "logging"
2360 ],
2361 "time": "2015-01-04 20:21:17"
2362 },
2363 {
2364 "name": "symfony/swiftmailer-bundle",
2365 "version": "v2.3.8",
2366 "source": {
2367 "type": "git",
2368 "url": "https://github.com/symfony/SwiftmailerBundle.git",
2369 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
2370 },
2371 "dist": {
2372 "type": "zip",
2373 "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
2374 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
2375 "shasum": ""
2376 },
2377 "require": {
2378 "php": ">=5.3.2",
2379 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2380 "symfony/swiftmailer-bridge": "~2.1"
2381 },
2382 "require-dev": {
2383 "symfony/config": "~2.1",
2384 "symfony/dependency-injection": "~2.1",
2385 "symfony/http-kernel": "~2.1",
2386 "symfony/yaml": "~2.1"
2387 },
2388 "suggest": {
2389 "psr/log": "Allows logging"
2390 },
2391 "type": "symfony-bundle",
2392 "extra": {
2393 "branch-alias": {
2394 "dev-master": "2.3-dev"
2395 }
2396 },
2397 "autoload": {
2398 "psr-4": {
2399 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2400 }
2401 },
2402 "notification-url": "https://packagist.org/downloads/",
2403 "license": [
2404 "MIT"
2405 ],
2406 "authors": [
2407 {
2408 "name": "Symfony Community",
2409 "homepage": "http://symfony.com/contributors"
2410 },
2411 {
2412 "name": "Fabien Potencier",
2413 "email": "fabien@symfony.com"
2414 }
2415 ],
2416 "description": "Symfony SwiftmailerBundle",
2417 "homepage": "http://symfony.com",
2418 "time": "2014-12-01 17:44:50"
2419 },
2420 {
2421 "name": "symfony/symfony",
2422 "version": "v2.6.9",
2423 "source": {
2424 "type": "git",
2425 "url": "https://github.com/symfony/symfony.git",
2426 "reference": "b06539573ccf64dd3a62852685f052553d02c5ba"
2427 },
2428 "dist": {
2429 "type": "zip",
2430 "url": "https://api.github.com/repos/symfony/symfony/zipball/b06539573ccf64dd3a62852685f052553d02c5ba",
2431 "reference": "b06539573ccf64dd3a62852685f052553d02c5ba",
2432 "shasum": ""
2433 },
2434 "require": {
2435 "doctrine/common": "~2.3",
2436 "php": ">=5.3.3",
2437 "psr/log": "~1.0",
2438 "twig/twig": "~1.12,>=1.12.3"
2439 },
2440 "replace": {
2441 "symfony/browser-kit": "self.version",
2442 "symfony/class-loader": "self.version",
2443 "symfony/config": "self.version",
2444 "symfony/console": "self.version",
2445 "symfony/css-selector": "self.version",
2446 "symfony/debug": "self.version",
2447 "symfony/debug-bundle": "self.version",
2448 "symfony/dependency-injection": "self.version",
2449 "symfony/doctrine-bridge": "self.version",
2450 "symfony/dom-crawler": "self.version",
2451 "symfony/event-dispatcher": "self.version",
2452 "symfony/expression-language": "self.version",
2453 "symfony/filesystem": "self.version",
2454 "symfony/finder": "self.version",
2455 "symfony/form": "self.version",
2456 "symfony/framework-bundle": "self.version",
2457 "symfony/http-foundation": "self.version",
2458 "symfony/http-kernel": "self.version",
2459 "symfony/intl": "self.version",
2460 "symfony/locale": "self.version",
2461 "symfony/monolog-bridge": "self.version",
2462 "symfony/options-resolver": "self.version",
2463 "symfony/process": "self.version",
2464 "symfony/propel1-bridge": "self.version",
2465 "symfony/property-access": "self.version",
2466 "symfony/proxy-manager-bridge": "self.version",
2467 "symfony/routing": "self.version",
2468 "symfony/security": "self.version",
2469 "symfony/security-acl": "self.version",
2470 "symfony/security-bundle": "self.version",
2471 "symfony/security-core": "self.version",
2472 "symfony/security-csrf": "self.version",
2473 "symfony/security-http": "self.version",
2474 "symfony/serializer": "self.version",
2475 "symfony/stopwatch": "self.version",
2476 "symfony/swiftmailer-bridge": "self.version",
2477 "symfony/templating": "self.version",
2478 "symfony/translation": "self.version",
2479 "symfony/twig-bridge": "self.version",
2480 "symfony/twig-bundle": "self.version",
2481 "symfony/validator": "self.version",
2482 "symfony/var-dumper": "self.version",
2483 "symfony/web-profiler-bundle": "self.version",
2484 "symfony/yaml": "self.version"
2485 },
2486 "require-dev": {
2487 "doctrine/data-fixtures": "1.0.*",
2488 "doctrine/dbal": "~2.2",
2489 "doctrine/doctrine-bundle": "~1.2",
2490 "doctrine/orm": "~2.2,>=2.2.3",
2491 "egulias/email-validator": "~1.2",
2492 "ircmaxell/password-compat": "~1.0",
2493 "monolog/monolog": "~1.11",
2494 "ocramius/proxy-manager": "~0.4|~1.0",
2495 "propel/propel1": "~1.6",
2496 "symfony/phpunit-bridge": "~2.7"
2497 },
2498 "type": "library",
2499 "extra": {
2500 "branch-alias": {
2501 "dev-master": "2.6-dev"
2502 }
2503 },
2504 "autoload": {
2505 "psr-0": {
2506 "Symfony\\": "src/"
2507 },
2508 "classmap": [
2509 "src/Symfony/Component/HttpFoundation/Resources/stubs",
2510 "src/Symfony/Component/Intl/Resources/stubs"
2511 ],
2512 "files": [
2513 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2514 ]
2515 },
2516 "notification-url": "https://packagist.org/downloads/",
2517 "license": [
2518 "MIT"
2519 ],
2520 "authors": [
2521 {
2522 "name": "Fabien Potencier",
2523 "email": "fabien@symfony.com"
2524 },
2525 {
2526 "name": "Symfony Community",
2527 "homepage": "https://symfony.com/contributors"
2528 }
2529 ],
2530 "description": "The Symfony PHP framework",
2531 "homepage": "https://symfony.com",
2532 "keywords": [
2533 "framework"
2534 ],
2535 "time": "2015-05-29 22:55:07"
2536 },
2537 {
2538 "name": "tecnick.com/tcpdf",
2539 "version": "6.2.8",
2540 "source": {
2541 "type": "git",
2542 "url": "https://github.com/tecnickcom/TCPDF.git",
2543 "reference": "3dee9e7f3a414875fd1d9f4f1dfc2433493a86d2"
2544 },
2545 "dist": {
2546 "type": "zip",
2547 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/3dee9e7f3a414875fd1d9f4f1dfc2433493a86d2",
2548 "reference": "3dee9e7f3a414875fd1d9f4f1dfc2433493a86d2",
2549 "shasum": ""
2550 },
2551 "require": {
2552 "php": ">=5.3.0"
2553 },
2554 "type": "library",
2555 "autoload": {
2556 "classmap": [
2557 "fonts",
2558 "config",
2559 "include",
2560 "tcpdf.php",
2561 "tcpdf_parser.php",
2562 "tcpdf_import.php",
2563 "tcpdf_barcodes_1d.php",
2564 "tcpdf_barcodes_2d.php",
2565 "include/tcpdf_colors.php",
2566 "include/tcpdf_filters.php",
2567 "include/tcpdf_font_data.php",
2568 "include/tcpdf_fonts.php",
2569 "include/tcpdf_images.php",
2570 "include/tcpdf_static.php",
2571 "include/barcodes/datamatrix.php",
2572 "include/barcodes/pdf417.php",
2573 "include/barcodes/qrcode.php"
2574 ]
2575 },
2576 "notification-url": "https://packagist.org/downloads/",
2577 "license": [
2578 "LGPLv3"
2579 ],
2580 "authors": [
2581 {
2582 "name": "Nicola Asuni",
2583 "email": "info@tecnick.com",
2584 "homepage": "http://nicolaasuni.tecnick.com"
2585 }
2586 ],
2587 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2588 "homepage": "http://www.tcpdf.org/",
2589 "keywords": [
2590 "PDFD32000-2008",
2591 "TCPDF",
2592 "barcodes",
2593 "datamatrix",
2594 "pdf",
2595 "pdf417",
2596 "qrcode"
2597 ],
2598 "time": "2015-04-29 16:13:58"
2599 },
2600 {
2601 "name": "twig/extensions",
2602 "version": "v1.2.0",
2603 "source": {
2604 "type": "git",
2605 "url": "https://github.com/twigphp/Twig-extensions.git",
2606 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
2607 },
2608 "dist": {
2609 "type": "zip",
2610 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2611 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2612 "shasum": ""
2613 },
2614 "require": {
2615 "twig/twig": "~1.12"
2616 },
2617 "require-dev": {
2618 "symfony/translation": "~2.3"
2619 },
2620 "suggest": {
2621 "symfony/translation": "Allow the time_diff output to be translated"
2622 },
2623 "type": "library",
2624 "extra": {
2625 "branch-alias": {
2626 "dev-master": "1.2.x-dev"
2627 }
2628 },
2629 "autoload": {
2630 "psr-0": {
2631 "Twig_Extensions_": "lib/"
2632 }
2633 },
2634 "notification-url": "https://packagist.org/downloads/",
2635 "license": [
2636 "MIT"
2637 ],
2638 "authors": [
2639 {
2640 "name": "Fabien Potencier",
2641 "email": "fabien@symfony.com"
2642 }
2643 ],
2644 "description": "Common additional features for Twig that do not directly belong in core",
2645 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2646 "keywords": [
2647 "i18n",
2648 "text"
2649 ],
2650 "time": "2014-10-30 14:30:03"
2651 },
2652 {
2653 "name": "twig/twig",
2654 "version": "v1.18.1",
2655 "source": {
2656 "type": "git",
2657 "url": "https://github.com/twigphp/Twig.git",
2658 "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f"
2659 },
2660 "dist": {
2661 "type": "zip",
2662 "url": "https://api.github.com/repos/twigphp/Twig/zipball/9f70492f44398e276d1b81c1b43adfe6751c7b7f",
2663 "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f",
2664 "shasum": ""
2665 },
2666 "require": {
2667 "php": ">=5.2.7"
2668 },
2669 "type": "library",
2670 "extra": {
2671 "branch-alias": {
2672 "dev-master": "1.18-dev"
2673 }
2674 },
2675 "autoload": {
2676 "psr-0": {
2677 "Twig_": "lib/"
2678 }
2679 },
2680 "notification-url": "https://packagist.org/downloads/",
2681 "license": [
2682 "BSD-3-Clause"
2683 ],
2684 "authors": [
2685 {
2686 "name": "Fabien Potencier",
2687 "email": "fabien@symfony.com",
2688 "homepage": "http://fabien.potencier.org",
2689 "role": "Lead Developer"
2690 },
2691 {
2692 "name": "Armin Ronacher",
2693 "email": "armin.ronacher@active-4.com",
2694 "role": "Project Founder"
2695 },
2696 {
2697 "name": "Twig Team",
2698 "homepage": "http://twig.sensiolabs.org/contributors",
2699 "role": "Contributors"
2700 }
2701 ],
2702 "description": "Twig, the flexible, fast, and secure template language for PHP",
2703 "homepage": "http://twig.sensiolabs.org",
2704 "keywords": [
2705 "templating"
2706 ],
2707 "time": "2015-04-19 08:30:27"
2708 },
2709 {
2710 "name": "umpirsky/twig-gettext-extractor",
2711 "version": "1.1.5",
2712 "source": {
2713 "type": "git",
2714 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
2715 "reference": "a2cdf8693e874ce83603c84e1cc46efb3d516c3f"
2716 },
2717 "dist": {
2718 "type": "zip",
2719 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/a2cdf8693e874ce83603c84e1cc46efb3d516c3f",
2720 "reference": "a2cdf8693e874ce83603c84e1cc46efb3d516c3f",
2721 "shasum": ""
2722 },
2723 "require": {
2724 "php": ">=5.3.3",
2725 "symfony/filesystem": "~2.0",
2726 "symfony/form": "~2.0",
2727 "symfony/routing": "~2.0",
2728 "symfony/translation": "~2.0",
2729 "symfony/twig-bridge": "~2.0",
2730 "twig/extensions": "~1.0",
2731 "twig/twig": "~1.2"
2732 },
2733 "require-dev": {
2734 "symfony/config": "2.1.*"
2735 },
2736 "bin": [
2737 "twig-gettext-extractor"
2738 ],
2739 "type": "application",
2740 "autoload": {
2741 "psr-0": {
2742 "Twig\\Gettext": "."
2743 }
2744 },
2745 "notification-url": "https://packagist.org/downloads/",
2746 "license": [
2747 "MIT"
2748 ],
2749 "authors": [
2750 {
2751 "name": "Саша Стаменковић",
2752 "email": "umpirsky@gmail.com"
2753 }
2754 ],
2755 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
2756 "time": "2015-02-25 14:41:10"
2757 },
2758 {
2759 "name": "wallabag/Fivefilters_Libraries",
2760 "version": "dev-master",
2761 "source": {
2762 "type": "git",
2763 "url": "https://github.com/wallabag/Fivefilters_Libraries.git",
2764 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f"
2765 },
2766 "dist": {
2767 "type": "zip",
2768 "url": "https://api.github.com/repos/wallabag/Fivefilters_Libraries/zipball/93b5469d6036a68ce60f126f8430b3e1fbf1562f",
2769 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f",
2770 "shasum": ""
2771 },
2772 "type": "library",
2773 "authors": [
2774 {
2775 "name": "Nicolas LÅ“uillet",
2776 "email": "nicolas@loeuillet.org",
2777 "homepage": "http://www.cdetc.fr"
2778 }
2779 ],
2780 "description": "Libraries from @fivefilters.",
2781 "homepage": "https://github.com/wallabag/Fivefilters_Libraries",
2782 "support": {
2783 "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/1.0.0",
2784 "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues"
2785 },
2786 "time": "2015-01-19 20:19:28"
2787 },
2788 {
2789 "name": "wallabag/PHPePub",
2790 "version": "dev-master",
2791 "source": {
2792 "type": "git",
2793 "url": "https://github.com/wallabag/PHPePub.git",
2794 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512"
2795 },
2796 "dist": {
2797 "type": "zip",
2798 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512",
2799 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512",
2800 "shasum": ""
2801 },
2802 "require": {
2803 "php": ">=5.3.0"
2804 },
2805 "type": "library",
2806 "autoload": {
2807 "classmap": [
2808 "EPub.php",
2809 "EPub.HtmlEntities.php",
2810 "EPub.NCX.php",
2811 "EPub.OPF.php",
2812 "EPubChapterSplitter.php",
2813 "lib.uuid.php",
2814 "Logger.php",
2815 "Zip.php"
2816 ]
2817 },
2818 "authors": [
2819 {
2820 "name": "Nicolas LÅ“uillet",
2821 "email": "nicolas@loeuillet.org",
2822 "homepage": "http://www.cdetc.fr"
2823 }
2824 ],
2825 "description": "PHP Classes for dynamically generating EPub files.",
2826 "homepage": "https://github.com/wallabag/PHPePub",
2827 "support": {
2828 "source": "https://github.com/wallabag/PHPePub/tree/2.1.0"
2829 },
2830 "time": "2015-01-19 11:44:19"
2831 },
2832 {
2833 "name": "wallabag/kriss_php5",
2834 "version": "dev-master",
2835 "source": {
2836 "type": "git",
2837 "url": "https://github.com/wallabag/kriss_php5.git",
2838 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
2839 },
2840 "dist": {
2841 "type": "zip",
2842 "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2843 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2844 "shasum": ""
2845 },
2846 "require": {
2847 "php": ">=5.3.0"
2848 },
2849 "type": "library",
2850 "autoload": {
2851 "files": [
2852 "Session.php"
2853 ]
2854 },
2855 "authors": [
2856 {
2857 "name": "Nicolas LÅ“uillet",
2858 "email": "nicolas@loeuillet.org",
2859 "homepage": "http://www.cdetc.fr"
2860 }
2861 ],
2862 "description": "A simple and smart (or stupid) php5 snippets repository",
2863 "homepage": "https://github.com/wallabag/kriss_php5",
2864 "support": {
2865 "source": "https://github.com/wallabag/kriss_php5/tree/1.0.0"
2866 },
2867 "time": "2015-01-18 21:21:43"
2868 },
2869 {
2870 "name": "wallabag/pagination",
2871 "version": "dev-master",
2872 "source": {
2873 "type": "git",
2874 "url": "https://github.com/wallabag/pagination.git",
2875 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb"
2876 },
2877 "dist": {
2878 "type": "zip",
2879 "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb",
2880 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb",
2881 "shasum": ""
2882 },
2883 "require": {
2884 "php": ">=5.3.0"
2885 },
2886 "type": "library",
2887 "autoload": {
2888 "files": [
2889 "paginator.php"
2890 ]
2891 },
2892 "authors": [
2893 {
2894 "name": "Nicolas LÅ“uillet",
2895 "email": "nicolas@loeuillet.org",
2896 "homepage": "http://www.cdetc.fr"
2897 }
2898 ],
2899 "description": "Paginate record sets, not tied in directly to a database.",
2900 "homepage": "https://github.com/wallabag/pagination",
2901 "support": {
2902 "source": "https://github.com/wallabag/pagination/tree/1.0.0"
2903 },
2904 "time": "2015-01-19 09:24:39"
2905 },
2906 {
2907 "name": "wallabag/php-flash-messages",
2908 "version": "dev-master",
2909 "source": {
2910 "type": "git",
2911 "url": "https://github.com/wallabag/PHP-Flash-Messages.git",
2912 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab"
2913 },
2914 "dist": {
2915 "type": "zip",
2916 "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2917 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2918 "shasum": ""
2919 },
2920 "require": {
2921 "php": ">=5.3.0"
2922 },
2923 "type": "library",
2924 "autoload": {
2925 "files": [
2926 "class.messages.php"
2927 ]
2928 },
2929 "license": [
2930 "Apache"
2931 ],
2932 "authors": [
2933 {
2934 "name": "Nicolas LÅ“uillet",
2935 "email": "nicolas@loeuillet.org",
2936 "homepage": "http://www.cdetc.fr"
2937 }
2938 ],
2939 "description": "Session-based Flash Messages class for PHP",
2940 "homepage": "https://github.com/wallabag/PHP-Flash-Messages",
2941 "keywords": [
2942 "flash",
2943 "messages",
2944 "php-flash-messages",
2945 "sessions"
2946 ],
2947 "support": {
2948 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/1.0.0"
2949 },
2950 "time": "2015-01-18 19:51:55"
2951 },
2952 {
2953 "name": "wallabag/php-readability",
2954 "version": "dev-master",
2955 "source": {
2956 "type": "git",
2957 "url": "https://github.com/wallabag/php-readability.git",
2958 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387"
2959 },
2960 "dist": {
2961 "type": "zip",
2962 "url": "https://api.github.com/repos/wallabag/php-readability/zipball/a37a1482b9964ae1804dbed0bffa00988523c387",
2963 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387",
2964 "shasum": ""
2965 },
2966 "require": {
2967 "php": ">=5.2"
2968 },
2969 "type": "library",
2970 "autoload": {
2971 "psr-0": {
2972 "Readability": ""
2973 }
2974 },
2975 "license": [
2976 "Apache-2.0"
2977 ],
2978 "authors": [
2979 {
2980 "name": "Keyvan Minoukadeh",
2981 "email": "keyvan@keyvan.net",
2982 "homepage": "http://keyvan.net",
2983 "role": "Developer (ported original JS code to PHP)"
2984 },
2985 {
2986 "name": "Arc90",
2987 "homepage": "http://arc90.com",
2988 "role": "Developer (original JS version)"
2989 }
2990 ],
2991 "description": "Automatic article extraction from HTML",
2992 "homepage": "https://github.com/wallabag/php-readability",
2993 "keywords": [
2994 "article",
2995 "article extraction",
2996 "content",
2997 "content extraction",
2998 "extraction",
2999 "html"
3000 ],
3001 "support": {
3002 "source": "https://github.com/wallabag/php-readability/tree/1.0.0",
3003 "issues": "https://github.com/wallabag/php-readability/issues"
3004 },
3005 "time": "2015-01-19 12:25:38"
3006 },
3007 {
3008 "name": "wallabag/phpMobi",
3009 "version": "dev-master",
3010 "source": {
3011 "type": "git",
3012 "url": "https://github.com/wallabag/phpMobi.git",
3013 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d"
3014 },
3015 "dist": {
3016 "type": "zip",
3017 "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d",
3018 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d",
3019 "shasum": ""
3020 },
3021 "require": {
3022 "php": ">=5.3.0"
3023 },
3024 "type": "library",
3025 "autoload": {
3026 "files": [
3027 "MOBIClass/MOBI.php"
3028 ]
3029 },
3030 "authors": [
3031 {
3032 "name": "Nicolas LÅ“uillet",
3033 "email": "nicolas@loeuillet.org",
3034 "homepage": "http://www.cdetc.fr"
3035 }
3036 ],
3037 "description": "An experimental Mobipocket file creator in PHP.",
3038 "homepage": "https://github.com/wallabag/phpMobi",
3039 "support": {
3040 "source": "https://github.com/wallabag/phpMobi/tree/1.0.0"
3041 },
3042 "time": "2015-01-19 12:43:17"
3043 },
3044 {
3045 "name": "willdurand/hateoas",
3046 "version": "v2.6.0",
3047 "source": {
3048 "type": "git",
3049 "url": "https://github.com/willdurand/Hateoas.git",
3050 "reference": "fc0869381d6934e5d430084154584761297caa6c"
3051 },
3052 "dist": {
3053 "type": "zip",
3054 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
3055 "reference": "fc0869381d6934e5d430084154584761297caa6c",
3056 "shasum": ""
3057 },
3058 "require": {
3059 "doctrine/annotations": "~1.0",
3060 "doctrine/common": "~2.0",
3061 "jms/metadata": "~1.1",
3062 "jms/serializer": "~0.13",
3063 "php": ">=5.3",
3064 "symfony/expression-language": "~2.4"
3065 },
3066 "require-dev": {
3067 "atoum/atoum": "*@dev",
3068 "hautelook/frankenstein": "~0.1",
3069 "pagerfanta/pagerfanta": "~1.0",
3070 "phpunit/phpunit": "~3.7",
3071 "symfony/dependency-injection": "~2.0",
3072 "symfony/routing": "~2.0",
3073 "symfony/yaml": "~2.0",
3074 "twig/twig": "~1.12"
3075 },
3076 "suggest": {
3077 "symfony/routing": "To use the SymfonyRouteFactory.",
3078 "symfony/yaml": "To use yaml based configuration.",
3079 "twig/twig": "To use the Twig extensions."
3080 },
3081 "type": "library",
3082 "extra": {
3083 "branch-alias": {
3084 "dev-master": "2.6-dev"
3085 }
3086 },
3087 "autoload": {
3088 "psr-0": {
3089 "Hateoas": "src/"
3090 }
3091 },
3092 "notification-url": "https://packagist.org/downloads/",
3093 "license": [
3094 "MIT"
3095 ],
3096 "authors": [
3097 {
3098 "name": "Adrien Brault",
3099 "email": "adrien.brault@gmail.com"
3100 },
3101 {
3102 "name": "William Durand",
3103 "email": "william.durand1@gmail.com"
3104 }
3105 ],
3106 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
3107 "time": "2015-05-21 21:57:34"
3108 },
3109 {
3110 "name": "willdurand/hateoas-bundle",
3111 "version": "dev-master",
3112 "target-dir": "Bazinga/Bundle/HateoasBundle",
3113 "source": {
3114 "type": "git",
3115 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
3116 "reference": "a99f48ea5004a89ecf0927229d9c912fed9fa4ab"
3117 },
3118 "dist": {
3119 "type": "zip",
3120 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/a99f48ea5004a89ecf0927229d9c912fed9fa4ab",
3121 "reference": "a99f48ea5004a89ecf0927229d9c912fed9fa4ab",
3122 "shasum": ""
3123 },
3124 "require": {
3125 "jms/serializer-bundle": "~0.13",
3126 "symfony/framework-bundle": "~2.2",
3127 "willdurand/hateoas": "~2.0"
3128 },
3129 "require-dev": {
3130 "symfony/expression-language": "~2.4",
3131 "twig/twig": "~1.12"
3132 },
3133 "type": "symfony-bundle",
3134 "extra": {
3135 "branch-alias": {
3136 "dev-master": "1.0.x-dev"
3137 }
3138 },
3139 "autoload": {
3140 "psr-0": {
3141 "Bazinga\\Bundle\\HateoasBundle": ""
3142 }
3143 },
3144 "notification-url": "https://packagist.org/downloads/",
3145 "license": [
3146 "MIT"
3147 ],
3148 "authors": [
3149 {
3150 "name": "William Durand",
3151 "email": "william.durand1@gmail.com"
3152 }
3153 ],
3154 "description": "Integration of Hateoas into Symfony2.",
3155 "keywords": [
3156 "HATEOAS",
3157 "rest"
3158 ],
3159 "time": "2015-03-12 15:49:24"
3160 },
3161 {
3162 "name": "willdurand/jsonp-callback-validator",
3163 "version": "v1.1.0",
3164 "source": {
3165 "type": "git",
3166 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
3167 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
3168 },
3169 "dist": {
3170 "type": "zip",
3171 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
3172 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
3173 "shasum": ""
3174 },
3175 "require": {
3176 "php": ">=5.3.0"
3177 },
3178 "require-dev": {
3179 "phpunit/phpunit": "~3.7"
3180 },
3181 "type": "library",
3182 "autoload": {
3183 "psr-0": {
3184 "JsonpCallbackValidator": "src/"
3185 }
3186 },
3187 "notification-url": "https://packagist.org/downloads/",
3188 "license": [
3189 "MIT"
3190 ],
3191 "authors": [
3192 {
3193 "name": "William Durand",
3194 "email": "william.durand1@gmail.com",
3195 "homepage": "http://www.willdurand.fr"
3196 }
3197 ],
3198 "description": "JSONP callback validator.",
3199 "time": "2014-01-20 22:35:06"
3200 },
3201 {
3202 "name": "willdurand/negotiation",
3203 "version": "1.3.4",
3204 "source": {
3205 "type": "git",
3206 "url": "https://github.com/willdurand/Negotiation.git",
3207 "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
3208 },
3209 "dist": {
3210 "type": "zip",
3211 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
3212 "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
3213 "shasum": ""
3214 },
3215 "require": {
3216 "php": ">=5.3.0"
3217 },
3218 "type": "library",
3219 "extra": {
3220 "branch-alias": {
3221 "dev-master": "1.3-dev"
3222 }
3223 },
3224 "autoload": {
3225 "psr-0": {
3226 "Negotiation": "src/"
3227 }
3228 },
3229 "notification-url": "https://packagist.org/downloads/",
3230 "license": [
3231 "MIT"
3232 ],
3233 "authors": [
3234 {
3235 "name": "William Durand",
3236 "email": "william.durand1@gmail.com"
3237 }
3238 ],
3239 "description": "Content Negotiation tools for PHP provided as a standalone library.",
3240 "homepage": "http://williamdurand.fr/Negotiation/",
3241 "keywords": [
3242 "accept",
3243 "content",
3244 "format",
3245 "header",
3246 "negotiation"
3247 ],
3248 "time": "2014-10-02 07:26:00"
3249 }
3250 ],
3251 "packages-dev": [
3252 {
3253 "name": "doctrine/data-fixtures",
3254 "version": "v1.1.1",
3255 "source": {
3256 "type": "git",
3257 "url": "https://github.com/doctrine/data-fixtures.git",
3258 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
3259 },
3260 "dist": {
3261 "type": "zip",
3262 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3263 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3264 "shasum": ""
3265 },
3266 "require": {
3267 "doctrine/common": "~2.2",
3268 "php": ">=5.3.2"
3269 },
3270 "conflict": {
3271 "doctrine/orm": "< 2.4"
3272 },
3273 "require-dev": {
3274 "doctrine/orm": "~2.4"
3275 },
3276 "suggest": {
3277 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3278 "doctrine/orm": "For loading ORM fixtures",
3279 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3280 },
3281 "type": "library",
3282 "extra": {
3283 "branch-alias": {
3284 "dev-master": "1.1.x-dev"
3285 }
3286 },
3287 "autoload": {
3288 "psr-0": {
3289 "Doctrine\\Common\\DataFixtures": "lib/"
3290 }
3291 },
3292 "notification-url": "https://packagist.org/downloads/",
3293 "license": [
3294 "MIT"
3295 ],
3296 "authors": [
3297 {
3298 "name": "Jonathan Wage",
3299 "email": "jonwage@gmail.com"
3300 }
3301 ],
3302 "description": "Data Fixtures for all Doctrine Object Managers",
3303 "homepage": "http://www.doctrine-project.org",
3304 "keywords": [
3305 "database"
3306 ],
3307 "time": "2015-03-30 12:14:13"
3308 },
3309 {
3310 "name": "doctrine/doctrine-fixtures-bundle",
3311 "version": "dev-master",
3312 "target-dir": "Doctrine/Bundle/FixturesBundle",
3313 "source": {
3314 "type": "git",
3315 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
3316 "reference": "c5ff0542772102ddd4e2fbe173e9ad40ad67c22f"
3317 },
3318 "dist": {
3319 "type": "zip",
3320 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c5ff0542772102ddd4e2fbe173e9ad40ad67c22f",
3321 "reference": "c5ff0542772102ddd4e2fbe173e9ad40ad67c22f",
3322 "shasum": ""
3323 },
3324 "require": {
3325 "doctrine/data-fixtures": "~1.0",
3326 "doctrine/doctrine-bundle": "~1.0",
3327 "php": ">=5.3.2",
3328 "symfony/doctrine-bridge": "~2.1"
3329 },
3330 "type": "symfony-bundle",
3331 "extra": {
3332 "branch-alias": {
3333 "dev-master": "2.2.x-dev"
3334 }
3335 },
3336 "autoload": {
3337 "psr-0": {
3338 "Doctrine\\Bundle\\FixturesBundle": ""
3339 }
3340 },
3341 "notification-url": "https://packagist.org/downloads/",
3342 "license": [
3343 "MIT"
3344 ],
3345 "authors": [
3346 {
3347 "name": "Symfony Community",
3348 "homepage": "http://symfony.com/contributors"
3349 },
3350 {
3351 "name": "Doctrine Project",
3352 "homepage": "http://www.doctrine-project.org"
3353 },
3354 {
3355 "name": "Fabien Potencier",
3356 "email": "fabien@symfony.com"
3357 }
3358 ],
3359 "description": "Symfony DoctrineFixturesBundle",
3360 "homepage": "http://www.doctrine-project.org",
3361 "keywords": [
3362 "Fixture",
3363 "persistence"
3364 ],
3365 "time": "2015-01-19 02:21:37"
3366 },
3367 {
3368 "name": "phpdocumentor/reflection-docblock",
3369 "version": "2.0.4",
3370 "source": {
3371 "type": "git",
3372 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3373 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3374 },
3375 "dist": {
3376 "type": "zip",
3377 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3378 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3379 "shasum": ""
3380 },
3381 "require": {
3382 "php": ">=5.3.3"
3383 },
3384 "require-dev": {
3385 "phpunit/phpunit": "~4.0"
3386 },
3387 "suggest": {
3388 "dflydev/markdown": "~1.0",
3389 "erusev/parsedown": "~1.0"
3390 },
3391 "type": "library",
3392 "extra": {
3393 "branch-alias": {
3394 "dev-master": "2.0.x-dev"
3395 }
3396 },
3397 "autoload": {
3398 "psr-0": {
3399 "phpDocumentor": [
3400 "src/"
3401 ]
3402 }
3403 },
3404 "notification-url": "https://packagist.org/downloads/",
3405 "license": [
3406 "MIT"
3407 ],
3408 "authors": [
3409 {
3410 "name": "Mike van Riel",
3411 "email": "mike.vanriel@naenius.com"
3412 }
3413 ],
3414 "time": "2015-02-03 12:10:50"
3415 },
3416 {
3417 "name": "phpspec/prophecy",
3418 "version": "v1.4.1",
3419 "source": {
3420 "type": "git",
3421 "url": "https://github.com/phpspec/prophecy.git",
3422 "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
3423 },
3424 "dist": {
3425 "type": "zip",
3426 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
3427 "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
3428 "shasum": ""
3429 },
3430 "require": {
3431 "doctrine/instantiator": "^1.0.2",
3432 "phpdocumentor/reflection-docblock": "~2.0",
3433 "sebastian/comparator": "~1.1"
3434 },
3435 "require-dev": {
3436 "phpspec/phpspec": "~2.0"
3437 },
3438 "type": "library",
3439 "extra": {
3440 "branch-alias": {
3441 "dev-master": "1.4.x-dev"
3442 }
3443 },
3444 "autoload": {
3445 "psr-0": {
3446 "Prophecy\\": "src/"
3447 }
3448 },
3449 "notification-url": "https://packagist.org/downloads/",
3450 "license": [
3451 "MIT"
3452 ],
3453 "authors": [
3454 {
3455 "name": "Konstantin Kudryashov",
3456 "email": "ever.zet@gmail.com",
3457 "homepage": "http://everzet.com"
3458 },
3459 {
3460 "name": "Marcello Duarte",
3461 "email": "marcello.duarte@gmail.com"
3462 }
3463 ],
3464 "description": "Highly opinionated mocking framework for PHP 5.3+",
3465 "homepage": "https://github.com/phpspec/prophecy",
3466 "keywords": [
3467 "Double",
3468 "Dummy",
3469 "fake",
3470 "mock",
3471 "spy",
3472 "stub"
3473 ],
3474 "time": "2015-04-27 22:15:08"
3475 },
3476 {
3477 "name": "phpunit/php-code-coverage",
3478 "version": "2.0.17",
3479 "source": {
3480 "type": "git",
3481 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3482 "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3"
3483 },
3484 "dist": {
3485 "type": "zip",
3486 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c4e8e7725e351184a76544634855b8a9c405a6e3",
3487 "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3",
3488 "shasum": ""
3489 },
3490 "require": {
3491 "php": ">=5.3.3",
3492 "phpunit/php-file-iterator": "~1.3",
3493 "phpunit/php-text-template": "~1.2",
3494 "phpunit/php-token-stream": "~1.3",
3495 "sebastian/environment": "~1.0",
3496 "sebastian/version": "~1.0"
3497 },
3498 "require-dev": {
3499 "ext-xdebug": ">=2.1.4",
3500 "phpunit/phpunit": "~4"
3501 },
3502 "suggest": {
3503 "ext-dom": "*",
3504 "ext-xdebug": ">=2.2.1",
3505 "ext-xmlwriter": "*"
3506 },
3507 "type": "library",
3508 "extra": {
3509 "branch-alias": {
3510 "dev-master": "2.0.x-dev"
3511 }
3512 },
3513 "autoload": {
3514 "classmap": [
3515 "src/"
3516 ]
3517 },
3518 "notification-url": "https://packagist.org/downloads/",
3519 "license": [
3520 "BSD-3-Clause"
3521 ],
3522 "authors": [
3523 {
3524 "name": "Sebastian Bergmann",
3525 "email": "sb@sebastian-bergmann.de",
3526 "role": "lead"
3527 }
3528 ],
3529 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3530 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3531 "keywords": [
3532 "coverage",
3533 "testing",
3534 "xunit"
3535 ],
3536 "time": "2015-05-25 05:11:59"
3537 },
3538 {
3539 "name": "phpunit/php-file-iterator",
3540 "version": "1.4.0",
3541 "source": {
3542 "type": "git",
3543 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3544 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
3545 },
3546 "dist": {
3547 "type": "zip",
3548 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
3549 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
3550 "shasum": ""
3551 },
3552 "require": {
3553 "php": ">=5.3.3"
3554 },
3555 "type": "library",
3556 "extra": {
3557 "branch-alias": {
3558 "dev-master": "1.4.x-dev"
3559 }
3560 },
3561 "autoload": {
3562 "classmap": [
3563 "src/"
3564 ]
3565 },
3566 "notification-url": "https://packagist.org/downloads/",
3567 "license": [
3568 "BSD-3-Clause"
3569 ],
3570 "authors": [
3571 {
3572 "name": "Sebastian Bergmann",
3573 "email": "sb@sebastian-bergmann.de",
3574 "role": "lead"
3575 }
3576 ],
3577 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3578 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3579 "keywords": [
3580 "filesystem",
3581 "iterator"
3582 ],
3583 "time": "2015-04-02 05:19:05"
3584 },
3585 {
3586 "name": "phpunit/php-text-template",
3587 "version": "1.2.0",
3588 "source": {
3589 "type": "git",
3590 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3591 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
3592 },
3593 "dist": {
3594 "type": "zip",
3595 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3596 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3597 "shasum": ""
3598 },
3599 "require": {
3600 "php": ">=5.3.3"
3601 },
3602 "type": "library",
3603 "autoload": {
3604 "classmap": [
3605 "Text/"
3606 ]
3607 },
3608 "notification-url": "https://packagist.org/downloads/",
3609 "include-path": [
3610 ""
3611 ],
3612 "license": [
3613 "BSD-3-Clause"
3614 ],
3615 "authors": [
3616 {
3617 "name": "Sebastian Bergmann",
3618 "email": "sb@sebastian-bergmann.de",
3619 "role": "lead"
3620 }
3621 ],
3622 "description": "Simple template engine.",
3623 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3624 "keywords": [
3625 "template"
3626 ],
3627 "time": "2014-01-30 17:20:04"
3628 },
3629 {
3630 "name": "phpunit/php-timer",
3631 "version": "1.0.5",
3632 "source": {
3633 "type": "git",
3634 "url": "https://github.com/sebastianbergmann/php-timer.git",
3635 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
3636 },
3637 "dist": {
3638 "type": "zip",
3639 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3640 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3641 "shasum": ""
3642 },
3643 "require": {
3644 "php": ">=5.3.3"
3645 },
3646 "type": "library",
3647 "autoload": {
3648 "classmap": [
3649 "PHP/"
3650 ]
3651 },
3652 "notification-url": "https://packagist.org/downloads/",
3653 "include-path": [
3654 ""
3655 ],
3656 "license": [
3657 "BSD-3-Clause"
3658 ],
3659 "authors": [
3660 {
3661 "name": "Sebastian Bergmann",
3662 "email": "sb@sebastian-bergmann.de",
3663 "role": "lead"
3664 }
3665 ],
3666 "description": "Utility class for timing",
3667 "homepage": "https://github.com/sebastianbergmann/php-timer/",
3668 "keywords": [
3669 "timer"
3670 ],
3671 "time": "2013-08-02 07:42:54"
3672 },
3673 {
3674 "name": "phpunit/php-token-stream",
3675 "version": "1.4.1",
3676 "source": {
3677 "type": "git",
3678 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3679 "reference": "eab81d02569310739373308137284e0158424330"
3680 },
3681 "dist": {
3682 "type": "zip",
3683 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
3684 "reference": "eab81d02569310739373308137284e0158424330",
3685 "shasum": ""
3686 },
3687 "require": {
3688 "ext-tokenizer": "*",
3689 "php": ">=5.3.3"
3690 },
3691 "require-dev": {
3692 "phpunit/phpunit": "~4.2"
3693 },
3694 "type": "library",
3695 "extra": {
3696 "branch-alias": {
3697 "dev-master": "1.4-dev"
3698 }
3699 },
3700 "autoload": {
3701 "classmap": [
3702 "src/"
3703 ]
3704 },
3705 "notification-url": "https://packagist.org/downloads/",
3706 "license": [
3707 "BSD-3-Clause"
3708 ],
3709 "authors": [
3710 {
3711 "name": "Sebastian Bergmann",
3712 "email": "sebastian@phpunit.de"
3713 }
3714 ],
3715 "description": "Wrapper around PHP's tokenizer extension.",
3716 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3717 "keywords": [
3718 "tokenizer"
3719 ],
3720 "time": "2015-04-08 04:46:07"
3721 },
3722 {
3723 "name": "phpunit/phpunit",
3724 "version": "4.6.9",
3725 "source": {
3726 "type": "git",
3727 "url": "https://github.com/sebastianbergmann/phpunit.git",
3728 "reference": "816d12536a7a032adc3b68737f82cfbbf98b79c1"
3729 },
3730 "dist": {
3731 "type": "zip",
3732 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/816d12536a7a032adc3b68737f82cfbbf98b79c1",
3733 "reference": "816d12536a7a032adc3b68737f82cfbbf98b79c1",
3734 "shasum": ""
3735 },
3736 "require": {
3737 "ext-dom": "*",
3738 "ext-json": "*",
3739 "ext-pcre": "*",
3740 "ext-reflection": "*",
3741 "ext-spl": "*",
3742 "php": ">=5.3.3",
3743 "phpspec/prophecy": "~1.3,>=1.3.1",
3744 "phpunit/php-code-coverage": "~2.0,>=2.0.11",
3745 "phpunit/php-file-iterator": "~1.4",
3746 "phpunit/php-text-template": "~1.2",
3747 "phpunit/php-timer": "~1.0",
3748 "phpunit/phpunit-mock-objects": "~2.3",
3749 "sebastian/comparator": "~1.1",
3750 "sebastian/diff": "~1.2",
3751 "sebastian/environment": "~1.2",
3752 "sebastian/exporter": "~1.2",
3753 "sebastian/global-state": "~1.0",
3754 "sebastian/version": "~1.0",
3755 "symfony/yaml": "~2.1|~3.0"
3756 },
3757 "suggest": {
3758 "phpunit/php-invoker": "~1.1"
3759 },
3760 "bin": [
3761 "phpunit"
3762 ],
3763 "type": "library",
3764 "extra": {
3765 "branch-alias": {
3766 "dev-master": "4.6.x-dev"
3767 }
3768 },
3769 "autoload": {
3770 "classmap": [
3771 "src/"
3772 ]
3773 },
3774 "notification-url": "https://packagist.org/downloads/",
3775 "license": [
3776 "BSD-3-Clause"
3777 ],
3778 "authors": [
3779 {
3780 "name": "Sebastian Bergmann",
3781 "email": "sebastian@phpunit.de",
3782 "role": "lead"
3783 }
3784 ],
3785 "description": "The PHP Unit Testing framework.",
3786 "homepage": "https://phpunit.de/",
3787 "keywords": [
3788 "phpunit",
3789 "testing",
3790 "xunit"
3791 ],
3792 "time": "2015-05-29 06:00:03"
3793 },
3794 {
3795 "name": "phpunit/phpunit-mock-objects",
3796 "version": "2.3.3",
3797 "source": {
3798 "type": "git",
3799 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3800 "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7"
3801 },
3802 "dist": {
3803 "type": "zip",
3804 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/253c005852591fd547fc18cd5b7b43a1ec82d8f7",
3805 "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7",
3806 "shasum": ""
3807 },
3808 "require": {
3809 "doctrine/instantiator": "~1.0,>=1.0.2",
3810 "php": ">=5.3.3",
3811 "phpunit/php-text-template": "~1.2"
3812 },
3813 "require-dev": {
3814 "phpunit/phpunit": "~4.4"
3815 },
3816 "suggest": {
3817 "ext-soap": "*"
3818 },
3819 "type": "library",
3820 "extra": {
3821 "branch-alias": {
3822 "dev-master": "2.3.x-dev"
3823 }
3824 },
3825 "autoload": {
3826 "classmap": [
3827 "src/"
3828 ]
3829 },
3830 "notification-url": "https://packagist.org/downloads/",
3831 "license": [
3832 "BSD-3-Clause"
3833 ],
3834 "authors": [
3835 {
3836 "name": "Sebastian Bergmann",
3837 "email": "sb@sebastian-bergmann.de",
3838 "role": "lead"
3839 }
3840 ],
3841 "description": "Mock Object library for PHPUnit",
3842 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3843 "keywords": [
3844 "mock",
3845 "xunit"
3846 ],
3847 "time": "2015-05-29 05:19:18"
3848 },
3849 {
3850 "name": "sebastian/comparator",
3851 "version": "1.1.1",
3852 "source": {
3853 "type": "git",
3854 "url": "https://github.com/sebastianbergmann/comparator.git",
3855 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
3856 },
3857 "dist": {
3858 "type": "zip",
3859 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
3860 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
3861 "shasum": ""
3862 },
3863 "require": {
3864 "php": ">=5.3.3",
3865 "sebastian/diff": "~1.2",
3866 "sebastian/exporter": "~1.2"
3867 },
3868 "require-dev": {
3869 "phpunit/phpunit": "~4.4"
3870 },
3871 "type": "library",
3872 "extra": {
3873 "branch-alias": {
3874 "dev-master": "1.1.x-dev"
3875 }
3876 },
3877 "autoload": {
3878 "classmap": [
3879 "src/"
3880 ]
3881 },
3882 "notification-url": "https://packagist.org/downloads/",
3883 "license": [
3884 "BSD-3-Clause"
3885 ],
3886 "authors": [
3887 {
3888 "name": "Jeff Welch",
3889 "email": "whatthejeff@gmail.com"
3890 },
3891 {
3892 "name": "Volker Dusch",
3893 "email": "github@wallbash.com"
3894 },
3895 {
3896 "name": "Bernhard Schussek",
3897 "email": "bschussek@2bepublished.at"
3898 },
3899 {
3900 "name": "Sebastian Bergmann",
3901 "email": "sebastian@phpunit.de"
3902 }
3903 ],
3904 "description": "Provides the functionality to compare PHP values for equality",
3905 "homepage": "http://www.github.com/sebastianbergmann/comparator",
3906 "keywords": [
3907 "comparator",
3908 "compare",
3909 "equality"
3910 ],
3911 "time": "2015-01-29 16:28:08"
3912 },
3913 {
3914 "name": "sebastian/diff",
3915 "version": "1.3.0",
3916 "source": {
3917 "type": "git",
3918 "url": "https://github.com/sebastianbergmann/diff.git",
3919 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3920 },
3921 "dist": {
3922 "type": "zip",
3923 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3924 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3925 "shasum": ""
3926 },
3927 "require": {
3928 "php": ">=5.3.3"
3929 },
3930 "require-dev": {
3931 "phpunit/phpunit": "~4.2"
3932 },
3933 "type": "library",
3934 "extra": {
3935 "branch-alias": {
3936 "dev-master": "1.3-dev"
3937 }
3938 },
3939 "autoload": {
3940 "classmap": [
3941 "src/"
3942 ]
3943 },
3944 "notification-url": "https://packagist.org/downloads/",
3945 "license": [
3946 "BSD-3-Clause"
3947 ],
3948 "authors": [
3949 {
3950 "name": "Kore Nordmann",
3951 "email": "mail@kore-nordmann.de"
3952 },
3953 {
3954 "name": "Sebastian Bergmann",
3955 "email": "sebastian@phpunit.de"
3956 }
3957 ],
3958 "description": "Diff implementation",
3959 "homepage": "http://www.github.com/sebastianbergmann/diff",
3960 "keywords": [
3961 "diff"
3962 ],
3963 "time": "2015-02-22 15:13:53"
3964 },
3965 {
3966 "name": "sebastian/environment",
3967 "version": "1.2.2",
3968 "source": {
3969 "type": "git",
3970 "url": "https://github.com/sebastianbergmann/environment.git",
3971 "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
3972 },
3973 "dist": {
3974 "type": "zip",
3975 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
3976 "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
3977 "shasum": ""
3978 },
3979 "require": {
3980 "php": ">=5.3.3"
3981 },
3982 "require-dev": {
3983 "phpunit/phpunit": "~4.4"
3984 },
3985 "type": "library",
3986 "extra": {
3987 "branch-alias": {
3988 "dev-master": "1.3.x-dev"
3989 }
3990 },
3991 "autoload": {
3992 "classmap": [
3993 "src/"
3994 ]
3995 },
3996 "notification-url": "https://packagist.org/downloads/",
3997 "license": [
3998 "BSD-3-Clause"
3999 ],
4000 "authors": [
4001 {
4002 "name": "Sebastian Bergmann",
4003 "email": "sebastian@phpunit.de"
4004 }
4005 ],
4006 "description": "Provides functionality to handle HHVM/PHP environments",
4007 "homepage": "http://www.github.com/sebastianbergmann/environment",
4008 "keywords": [
4009 "Xdebug",
4010 "environment",
4011 "hhvm"
4012 ],
4013 "time": "2015-01-01 10:01:08"
4014 },
4015 {
4016 "name": "sebastian/exporter",
4017 "version": "1.2.0",
4018 "source": {
4019 "type": "git",
4020 "url": "https://github.com/sebastianbergmann/exporter.git",
4021 "reference": "84839970d05254c73cde183a721c7af13aede943"
4022 },
4023 "dist": {
4024 "type": "zip",
4025 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
4026 "reference": "84839970d05254c73cde183a721c7af13aede943",
4027 "shasum": ""
4028 },
4029 "require": {
4030 "php": ">=5.3.3",
4031 "sebastian/recursion-context": "~1.0"
4032 },
4033 "require-dev": {
4034 "phpunit/phpunit": "~4.4"
4035 },
4036 "type": "library",
4037 "extra": {
4038 "branch-alias": {
4039 "dev-master": "1.2.x-dev"
4040 }
4041 },
4042 "autoload": {
4043 "classmap": [
4044 "src/"
4045 ]
4046 },
4047 "notification-url": "https://packagist.org/downloads/",
4048 "license": [
4049 "BSD-3-Clause"
4050 ],
4051 "authors": [
4052 {
4053 "name": "Jeff Welch",
4054 "email": "whatthejeff@gmail.com"
4055 },
4056 {
4057 "name": "Volker Dusch",
4058 "email": "github@wallbash.com"
4059 },
4060 {
4061 "name": "Bernhard Schussek",
4062 "email": "bschussek@2bepublished.at"
4063 },
4064 {
4065 "name": "Sebastian Bergmann",
4066 "email": "sebastian@phpunit.de"
4067 },
4068 {
4069 "name": "Adam Harvey",
4070 "email": "aharvey@php.net"
4071 }
4072 ],
4073 "description": "Provides the functionality to export PHP variables for visualization",
4074 "homepage": "http://www.github.com/sebastianbergmann/exporter",
4075 "keywords": [
4076 "export",
4077 "exporter"
4078 ],
4079 "time": "2015-01-27 07:23:06"
4080 },
4081 {
4082 "name": "sebastian/global-state",
4083 "version": "1.0.0",
4084 "source": {
4085 "type": "git",
4086 "url": "https://github.com/sebastianbergmann/global-state.git",
4087 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
4088 },
4089 "dist": {
4090 "type": "zip",
4091 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4092 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4093 "shasum": ""
4094 },
4095 "require": {
4096 "php": ">=5.3.3"
4097 },
4098 "require-dev": {
4099 "phpunit/phpunit": "~4.2"
4100 },
4101 "suggest": {
4102 "ext-uopz": "*"
4103 },
4104 "type": "library",
4105 "extra": {
4106 "branch-alias": {
4107 "dev-master": "1.0-dev"
4108 }
4109 },
4110 "autoload": {
4111 "classmap": [
4112 "src/"
4113 ]
4114 },
4115 "notification-url": "https://packagist.org/downloads/",
4116 "license": [
4117 "BSD-3-Clause"
4118 ],
4119 "authors": [
4120 {
4121 "name": "Sebastian Bergmann",
4122 "email": "sebastian@phpunit.de"
4123 }
4124 ],
4125 "description": "Snapshotting of global state",
4126 "homepage": "http://www.github.com/sebastianbergmann/global-state",
4127 "keywords": [
4128 "global state"
4129 ],
4130 "time": "2014-10-06 09:23:50"
4131 },
4132 {
4133 "name": "sebastian/recursion-context",
4134 "version": "1.0.0",
4135 "source": {
4136 "type": "git",
4137 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4138 "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
4139 },
4140 "dist": {
4141 "type": "zip",
4142 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
4143 "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
4144 "shasum": ""
4145 },
4146 "require": {
4147 "php": ">=5.3.3"
4148 },
4149 "require-dev": {
4150 "phpunit/phpunit": "~4.4"
4151 },
4152 "type": "library",
4153 "extra": {
4154 "branch-alias": {
4155 "dev-master": "1.0.x-dev"
4156 }
4157 },
4158 "autoload": {
4159 "classmap": [
4160 "src/"
4161 ]
4162 },
4163 "notification-url": "https://packagist.org/downloads/",
4164 "license": [
4165 "BSD-3-Clause"
4166 ],
4167 "authors": [
4168 {
4169 "name": "Jeff Welch",
4170 "email": "whatthejeff@gmail.com"
4171 },
4172 {
4173 "name": "Sebastian Bergmann",
4174 "email": "sebastian@phpunit.de"
4175 },
4176 {
4177 "name": "Adam Harvey",
4178 "email": "aharvey@php.net"
4179 }
4180 ],
4181 "description": "Provides functionality to recursively process PHP variables",
4182 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4183 "time": "2015-01-24 09:48:32"
4184 },
4185 {
4186 "name": "sebastian/version",
4187 "version": "1.0.5",
4188 "source": {
4189 "type": "git",
4190 "url": "https://github.com/sebastianbergmann/version.git",
4191 "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
4192 },
4193 "dist": {
4194 "type": "zip",
4195 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
4196 "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
4197 "shasum": ""
4198 },
4199 "type": "library",
4200 "autoload": {
4201 "classmap": [
4202 "src/"
4203 ]
4204 },
4205 "notification-url": "https://packagist.org/downloads/",
4206 "license": [
4207 "BSD-3-Clause"
4208 ],
4209 "authors": [
4210 {
4211 "name": "Sebastian Bergmann",
4212 "email": "sebastian@phpunit.de",
4213 "role": "lead"
4214 }
4215 ],
4216 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4217 "homepage": "https://github.com/sebastianbergmann/version",
4218 "time": "2015-02-24 06:35:25"
4219 },
4220 {
4221 "name": "sensio/generator-bundle",
4222 "version": "v2.5.3",
4223 "target-dir": "Sensio/Bundle/GeneratorBundle",
4224 "source": {
4225 "type": "git",
4226 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4227 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4228 },
4229 "dist": {
4230 "type": "zip",
4231 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4232 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4233 "shasum": ""
4234 },
4235 "require": {
4236 "symfony/console": "~2.5",
4237 "symfony/framework-bundle": "~2.2"
4238 },
4239 "require-dev": {
4240 "doctrine/orm": "~2.2,>=2.2.3",
4241 "symfony/doctrine-bridge": "~2.2",
4242 "twig/twig": "~1.11"
4243 },
4244 "type": "symfony-bundle",
4245 "extra": {
4246 "branch-alias": {
4247 "dev-master": "2.5.x-dev"
4248 }
4249 },
4250 "autoload": {
4251 "psr-0": {
4252 "Sensio\\Bundle\\GeneratorBundle": ""
4253 }
4254 },
4255 "notification-url": "https://packagist.org/downloads/",
4256 "license": [
4257 "MIT"
4258 ],
4259 "authors": [
4260 {
4261 "name": "Fabien Potencier",
4262 "email": "fabien@symfony.com"
4263 }
4264 ],
4265 "description": "This bundle generates code for you",
4266 "time": "2015-03-17 06:36:52"
4267 }
4268 ],
4269 "aliases": [],
4270 "minimum-stability": "dev",
4271 "stability-flags": {
4272 "nelmio/cors-bundle": 20,
4273 "willdurand/hateoas-bundle": 20,
4274 "htmlawed/htmlawed": 20,
4275 "wallabag/php-flash-messages": 20,
4276 "wallabag/kriss_php5": 20,
4277 "wallabag/pagination": 20,
4278 "wallabag/phpepub": 20,
4279 "wallabag/php-readability": 20,
4280 "wallabag/phpmobi": 20,
4281 "wallabag/fivefilters_libraries": 20,
4282 "pagerfanta/pagerfanta": 20,
4283 "doctrine/doctrine-fixtures-bundle": 20
4284 },
4285 "prefer-stable": true,
4286 "prefer-lowest": false,
4287 "platform": {
4288 "php": ">=5.3.3"
4289 },
4290 "platform-dev": []
4291 }