]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #1036 from j0k3r/refactor-update-composer
[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": "c66ae5c411c272a3b593f7fa80b30f7c",
8 "packages": [
9 {
10 "name": "doctrine/annotations",
11 "version": "v1.2.3",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/annotations.git",
15 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
20 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
21 "shasum": ""
22 },
23 "require": {
24 "doctrine/lexer": "1.*",
25 "php": ">=5.3.2"
26 },
27 "require-dev": {
28 "doctrine/cache": "1.*",
29 "phpunit/phpunit": "4.*"
30 },
31 "type": "library",
32 "extra": {
33 "branch-alias": {
34 "dev-master": "1.3.x-dev"
35 }
36 },
37 "autoload": {
38 "psr-0": {
39 "Doctrine\\Common\\Annotations\\": "lib/"
40 }
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
44 "MIT"
45 ],
46 "authors": [
47 {
48 "name": "Roman Borschel",
49 "email": "roman@code-factory.org"
50 },
51 {
52 "name": "Benjamin Eberlei",
53 "email": "kontakt@beberlei.de"
54 },
55 {
56 "name": "Guilherme Blanco",
57 "email": "guilhermeblanco@gmail.com"
58 },
59 {
60 "name": "Jonathan Wage",
61 "email": "jonwage@gmail.com"
62 },
63 {
64 "name": "Johannes Schmitt",
65 "email": "schmittjoh@gmail.com"
66 }
67 ],
68 "description": "Docblock Annotations Parser",
69 "homepage": "http://www.doctrine-project.org",
70 "keywords": [
71 "annotations",
72 "docblock",
73 "parser"
74 ],
75 "time": "2014-12-20 20:49:38"
76 },
77 {
78 "name": "doctrine/cache",
79 "version": "v1.4.0",
80 "source": {
81 "type": "git",
82 "url": "https://github.com/doctrine/cache.git",
83 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
84 },
85 "dist": {
86 "type": "zip",
87 "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
88 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
89 "shasum": ""
90 },
91 "require": {
92 "php": ">=5.3.2"
93 },
94 "conflict": {
95 "doctrine/common": ">2.2,<2.4"
96 },
97 "require-dev": {
98 "phpunit/phpunit": ">=3.7",
99 "predis/predis": "~0.8",
100 "satooshi/php-coveralls": "~0.6"
101 },
102 "type": "library",
103 "extra": {
104 "branch-alias": {
105 "dev-master": "1.4.x-dev"
106 }
107 },
108 "autoload": {
109 "psr-0": {
110 "Doctrine\\Common\\Cache\\": "lib/"
111 }
112 },
113 "notification-url": "https://packagist.org/downloads/",
114 "license": [
115 "MIT"
116 ],
117 "authors": [
118 {
119 "name": "Roman Borschel",
120 "email": "roman@code-factory.org"
121 },
122 {
123 "name": "Benjamin Eberlei",
124 "email": "kontakt@beberlei.de"
125 },
126 {
127 "name": "Guilherme Blanco",
128 "email": "guilhermeblanco@gmail.com"
129 },
130 {
131 "name": "Jonathan Wage",
132 "email": "jonwage@gmail.com"
133 },
134 {
135 "name": "Johannes Schmitt",
136 "email": "schmittjoh@gmail.com"
137 }
138 ],
139 "description": "Caching library offering an object-oriented API for many cache backends",
140 "homepage": "http://www.doctrine-project.org",
141 "keywords": [
142 "cache",
143 "caching"
144 ],
145 "time": "2015-01-15 20:38:55"
146 },
147 {
148 "name": "doctrine/collections",
149 "version": "v1.2",
150 "source": {
151 "type": "git",
152 "url": "https://github.com/doctrine/collections.git",
153 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
154 },
155 "dist": {
156 "type": "zip",
157 "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
158 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
159 "shasum": ""
160 },
161 "require": {
162 "php": ">=5.3.2"
163 },
164 "type": "library",
165 "extra": {
166 "branch-alias": {
167 "dev-master": "1.2.x-dev"
168 }
169 },
170 "autoload": {
171 "psr-0": {
172 "Doctrine\\Common\\Collections\\": "lib/"
173 }
174 },
175 "notification-url": "https://packagist.org/downloads/",
176 "license": [
177 "MIT"
178 ],
179 "authors": [
180 {
181 "name": "Jonathan Wage",
182 "email": "jonwage@gmail.com",
183 "homepage": "http://www.jwage.com/",
184 "role": "Creator"
185 },
186 {
187 "name": "Guilherme Blanco",
188 "email": "guilhermeblanco@gmail.com",
189 "homepage": "http://www.instaclick.com"
190 },
191 {
192 "name": "Roman Borschel",
193 "email": "roman@code-factory.org"
194 },
195 {
196 "name": "Benjamin Eberlei",
197 "email": "kontakt@beberlei.de"
198 },
199 {
200 "name": "Johannes Schmitt",
201 "email": "schmittjoh@gmail.com",
202 "homepage": "https://github.com/schmittjoh",
203 "role": "Developer of wrapped JMSSerializerBundle"
204 }
205 ],
206 "description": "Collections Abstraction library",
207 "homepage": "http://www.doctrine-project.org",
208 "keywords": [
209 "array",
210 "collections",
211 "iterator"
212 ],
213 "time": "2014-02-03 23:07:43"
214 },
215 {
216 "name": "doctrine/common",
217 "version": "v2.4.2",
218 "source": {
219 "type": "git",
220 "url": "https://github.com/doctrine/common.git",
221 "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
222 },
223 "dist": {
224 "type": "zip",
225 "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
226 "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
227 "shasum": ""
228 },
229 "require": {
230 "doctrine/annotations": "1.*",
231 "doctrine/cache": "1.*",
232 "doctrine/collections": "1.*",
233 "doctrine/inflector": "1.*",
234 "doctrine/lexer": "1.*",
235 "php": ">=5.3.2"
236 },
237 "require-dev": {
238 "phpunit/phpunit": "~3.7"
239 },
240 "type": "library",
241 "extra": {
242 "branch-alias": {
243 "dev-master": "2.4.x-dev"
244 }
245 },
246 "autoload": {
247 "psr-0": {
248 "Doctrine\\Common\\": "lib/"
249 }
250 },
251 "notification-url": "https://packagist.org/downloads/",
252 "license": [
253 "MIT"
254 ],
255 "authors": [
256 {
257 "name": "Jonathan Wage",
258 "email": "jonwage@gmail.com",
259 "homepage": "http://www.jwage.com/",
260 "role": "Creator"
261 },
262 {
263 "name": "Guilherme Blanco",
264 "email": "guilhermeblanco@gmail.com",
265 "homepage": "http://www.instaclick.com"
266 },
267 {
268 "name": "Roman Borschel",
269 "email": "roman@code-factory.org"
270 },
271 {
272 "name": "Benjamin Eberlei",
273 "email": "kontakt@beberlei.de"
274 },
275 {
276 "name": "Johannes Schmitt",
277 "email": "schmittjoh@gmail.com",
278 "homepage": "https://github.com/schmittjoh",
279 "role": "Developer of wrapped JMSSerializerBundle"
280 }
281 ],
282 "description": "Common Library for Doctrine projects",
283 "homepage": "http://www.doctrine-project.org",
284 "keywords": [
285 "annotations",
286 "collections",
287 "eventmanager",
288 "persistence",
289 "spl"
290 ],
291 "time": "2014-05-21 19:28:51"
292 },
293 {
294 "name": "doctrine/dbal",
295 "version": "v2.5.1",
296 "source": {
297 "type": "git",
298 "url": "https://github.com/doctrine/dbal.git",
299 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
300 },
301 "dist": {
302 "type": "zip",
303 "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
304 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
305 "shasum": ""
306 },
307 "require": {
308 "doctrine/common": ">=2.4,<2.6-dev",
309 "php": ">=5.3.2"
310 },
311 "require-dev": {
312 "phpunit/phpunit": "4.*",
313 "symfony/console": "2.*"
314 },
315 "suggest": {
316 "symfony/console": "For helpful console commands such as SQL execution and import of files."
317 },
318 "bin": [
319 "bin/doctrine-dbal"
320 ],
321 "type": "library",
322 "extra": {
323 "branch-alias": {
324 "dev-master": "2.5.x-dev"
325 }
326 },
327 "autoload": {
328 "psr-0": {
329 "Doctrine\\DBAL\\": "lib/"
330 }
331 },
332 "notification-url": "https://packagist.org/downloads/",
333 "license": [
334 "MIT"
335 ],
336 "authors": [
337 {
338 "name": "Roman Borschel",
339 "email": "roman@code-factory.org"
340 },
341 {
342 "name": "Benjamin Eberlei",
343 "email": "kontakt@beberlei.de"
344 },
345 {
346 "name": "Guilherme Blanco",
347 "email": "guilhermeblanco@gmail.com"
348 },
349 {
350 "name": "Jonathan Wage",
351 "email": "jonwage@gmail.com"
352 }
353 ],
354 "description": "Database Abstraction Layer",
355 "homepage": "http://www.doctrine-project.org",
356 "keywords": [
357 "database",
358 "dbal",
359 "persistence",
360 "queryobject"
361 ],
362 "time": "2015-01-12 21:52:47"
363 },
364 {
365 "name": "doctrine/doctrine-bundle",
366 "version": "v1.3.0",
367 "source": {
368 "type": "git",
369 "url": "https://github.com/doctrine/DoctrineBundle.git",
370 "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
371 },
372 "dist": {
373 "type": "zip",
374 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
375 "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
376 "shasum": ""
377 },
378 "require": {
379 "doctrine/dbal": "~2.3",
380 "doctrine/doctrine-cache-bundle": "~1.0",
381 "jdorn/sql-formatter": "~1.1",
382 "php": ">=5.3.2",
383 "symfony/doctrine-bridge": "~2.2",
384 "symfony/framework-bundle": "~2.2"
385 },
386 "require-dev": {
387 "doctrine/orm": "~2.3",
388 "phpunit/php-code-coverage": "~1.2",
389 "phpunit/phpunit": "~3.7",
390 "phpunit/phpunit-mock-objects": "~1.2",
391 "satooshi/php-coveralls": "~0.6.1",
392 "symfony/validator": "~2.2",
393 "symfony/yaml": "~2.2",
394 "twig/twig": "~1"
395 },
396 "suggest": {
397 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
398 "symfony/web-profiler-bundle": "to use the data collector"
399 },
400 "type": "symfony-bundle",
401 "extra": {
402 "branch-alias": {
403 "dev-master": "1.3.x-dev"
404 }
405 },
406 "autoload": {
407 "psr-4": {
408 "Doctrine\\Bundle\\DoctrineBundle\\": ""
409 }
410 },
411 "notification-url": "https://packagist.org/downloads/",
412 "license": [
413 "MIT"
414 ],
415 "authors": [
416 {
417 "name": "Symfony Community",
418 "homepage": "http://symfony.com/contributors"
419 },
420 {
421 "name": "Benjamin Eberlei",
422 "email": "kontakt@beberlei.de"
423 },
424 {
425 "name": "Doctrine Project",
426 "homepage": "http://www.doctrine-project.org/"
427 },
428 {
429 "name": "Fabien Potencier",
430 "email": "fabien@symfony.com"
431 }
432 ],
433 "description": "Symfony DoctrineBundle",
434 "homepage": "http://www.doctrine-project.org",
435 "keywords": [
436 "database",
437 "dbal",
438 "orm",
439 "persistence"
440 ],
441 "time": "2014-11-28 08:32:03"
442 },
443 {
444 "name": "doctrine/doctrine-cache-bundle",
445 "version": "v1.0.1",
446 "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
447 "source": {
448 "type": "git",
449 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
450 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
451 },
452 "dist": {
453 "type": "zip",
454 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
455 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
456 "shasum": ""
457 },
458 "require": {
459 "doctrine/cache": "~1.3",
460 "doctrine/inflector": "~1.0",
461 "php": ">=5.3.2",
462 "symfony/doctrine-bridge": "~2.2",
463 "symfony/framework-bundle": "~2.2",
464 "symfony/security": "~2.2"
465 },
466 "require-dev": {
467 "instaclick/coding-standard": "~1.1",
468 "instaclick/object-calisthenics-sniffs": "dev-master",
469 "instaclick/symfony2-coding-standard": "dev-remaster",
470 "phpunit/phpunit": "~3.7",
471 "satooshi/php-coveralls": "~0.6.1",
472 "squizlabs/php_codesniffer": "dev-master",
473 "symfony/console": "~2.2",
474 "symfony/finder": "~2.2",
475 "symfony/validator": "~2.2",
476 "symfony/yaml": "~2.2"
477 },
478 "type": "symfony-bundle",
479 "extra": {
480 "branch-alias": {
481 "dev-master": "1.0.x-dev"
482 }
483 },
484 "autoload": {
485 "psr-0": {
486 "Doctrine\\Bundle\\DoctrineCacheBundle": ""
487 }
488 },
489 "notification-url": "https://packagist.org/downloads/",
490 "license": [
491 "MIT"
492 ],
493 "authors": [
494 {
495 "name": "Symfony Community",
496 "homepage": "http://symfony.com/contributors"
497 },
498 {
499 "name": "Benjamin Eberlei",
500 "email": "kontakt@beberlei.de"
501 },
502 {
503 "name": "Fabio B. Silva",
504 "email": "fabio.bat.silva@gmail.com"
505 },
506 {
507 "name": "Guilherme Blanco",
508 "email": "guilhermeblanco@hotmail.com"
509 },
510 {
511 "name": "Doctrine Project",
512 "homepage": "http://www.doctrine-project.org/"
513 },
514 {
515 "name": "Fabien Potencier",
516 "email": "fabien@symfony.com"
517 }
518 ],
519 "description": "Symfony2 Bundle for Doctrine Cache",
520 "homepage": "http://www.doctrine-project.org",
521 "keywords": [
522 "cache",
523 "caching"
524 ],
525 "time": "2014-11-28 09:43:36"
526 },
527 {
528 "name": "doctrine/inflector",
529 "version": "v1.0.1",
530 "source": {
531 "type": "git",
532 "url": "https://github.com/doctrine/inflector.git",
533 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
534 },
535 "dist": {
536 "type": "zip",
537 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
538 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
539 "shasum": ""
540 },
541 "require": {
542 "php": ">=5.3.2"
543 },
544 "require-dev": {
545 "phpunit/phpunit": "4.*"
546 },
547 "type": "library",
548 "extra": {
549 "branch-alias": {
550 "dev-master": "1.0.x-dev"
551 }
552 },
553 "autoload": {
554 "psr-0": {
555 "Doctrine\\Common\\Inflector\\": "lib/"
556 }
557 },
558 "notification-url": "https://packagist.org/downloads/",
559 "license": [
560 "MIT"
561 ],
562 "authors": [
563 {
564 "name": "Roman Borschel",
565 "email": "roman@code-factory.org"
566 },
567 {
568 "name": "Benjamin Eberlei",
569 "email": "kontakt@beberlei.de"
570 },
571 {
572 "name": "Guilherme Blanco",
573 "email": "guilhermeblanco@gmail.com"
574 },
575 {
576 "name": "Jonathan Wage",
577 "email": "jonwage@gmail.com"
578 },
579 {
580 "name": "Johannes Schmitt",
581 "email": "schmittjoh@gmail.com"
582 }
583 ],
584 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
585 "homepage": "http://www.doctrine-project.org",
586 "keywords": [
587 "inflection",
588 "pluralize",
589 "singularize",
590 "string"
591 ],
592 "time": "2014-12-20 21:24:13"
593 },
594 {
595 "name": "doctrine/lexer",
596 "version": "v1.0.1",
597 "source": {
598 "type": "git",
599 "url": "https://github.com/doctrine/lexer.git",
600 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
601 },
602 "dist": {
603 "type": "zip",
604 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
605 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
606 "shasum": ""
607 },
608 "require": {
609 "php": ">=5.3.2"
610 },
611 "type": "library",
612 "extra": {
613 "branch-alias": {
614 "dev-master": "1.0.x-dev"
615 }
616 },
617 "autoload": {
618 "psr-0": {
619 "Doctrine\\Common\\Lexer\\": "lib/"
620 }
621 },
622 "notification-url": "https://packagist.org/downloads/",
623 "license": [
624 "MIT"
625 ],
626 "authors": [
627 {
628 "name": "Roman Borschel",
629 "email": "roman@code-factory.org"
630 },
631 {
632 "name": "Guilherme Blanco",
633 "email": "guilhermeblanco@gmail.com"
634 },
635 {
636 "name": "Johannes Schmitt",
637 "email": "schmittjoh@gmail.com"
638 }
639 ],
640 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
641 "homepage": "http://www.doctrine-project.org",
642 "keywords": [
643 "lexer",
644 "parser"
645 ],
646 "time": "2014-09-09 13:34:57"
647 },
648 {
649 "name": "doctrine/orm",
650 "version": "v2.4.7",
651 "source": {
652 "type": "git",
653 "url": "https://github.com/doctrine/doctrine2.git",
654 "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
655 },
656 "dist": {
657 "type": "zip",
658 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
659 "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
660 "shasum": ""
661 },
662 "require": {
663 "doctrine/collections": "~1.1",
664 "doctrine/dbal": "~2.4",
665 "ext-pdo": "*",
666 "php": ">=5.3.2",
667 "symfony/console": "~2.0"
668 },
669 "require-dev": {
670 "satooshi/php-coveralls": "dev-master",
671 "symfony/yaml": "~2.1"
672 },
673 "suggest": {
674 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
675 },
676 "bin": [
677 "bin/doctrine",
678 "bin/doctrine.php"
679 ],
680 "type": "library",
681 "extra": {
682 "branch-alias": {
683 "dev-master": "2.4.x-dev"
684 }
685 },
686 "autoload": {
687 "psr-0": {
688 "Doctrine\\ORM\\": "lib/"
689 }
690 },
691 "notification-url": "https://packagist.org/downloads/",
692 "license": [
693 "MIT"
694 ],
695 "authors": [
696 {
697 "name": "Roman Borschel",
698 "email": "roman@code-factory.org"
699 },
700 {
701 "name": "Benjamin Eberlei",
702 "email": "kontakt@beberlei.de"
703 },
704 {
705 "name": "Guilherme Blanco",
706 "email": "guilhermeblanco@gmail.com"
707 },
708 {
709 "name": "Jonathan Wage",
710 "email": "jonwage@gmail.com"
711 }
712 ],
713 "description": "Object-Relational-Mapper for PHP",
714 "homepage": "http://www.doctrine-project.org",
715 "keywords": [
716 "database",
717 "orm"
718 ],
719 "time": "2014-12-16 13:45:01"
720 },
721 {
722 "name": "ezyang/htmlpurifier",
723 "version": "v4.6.0",
724 "source": {
725 "type": "git",
726 "url": "https://github.com/ezyang/htmlpurifier.git",
727 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
728 },
729 "dist": {
730 "type": "zip",
731 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
732 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
733 "shasum": ""
734 },
735 "require": {
736 "php": ">=5.2"
737 },
738 "type": "library",
739 "autoload": {
740 "psr-0": {
741 "HTMLPurifier": "library/"
742 },
743 "files": [
744 "library/HTMLPurifier.composer.php"
745 ]
746 },
747 "notification-url": "https://packagist.org/downloads/",
748 "license": [
749 "LGPL"
750 ],
751 "authors": [
752 {
753 "name": "Edward Z. Yang",
754 "email": "admin@htmlpurifier.org",
755 "homepage": "http://ezyang.com"
756 }
757 ],
758 "description": "Standards compliant HTML filter written in PHP",
759 "homepage": "http://htmlpurifier.org/",
760 "keywords": [
761 "html"
762 ],
763 "time": "2013-11-30 08:25:19"
764 },
765 {
766 "name": "friendsofsymfony/rest-bundle",
767 "version": "1.5.0",
768 "target-dir": "FOS/RestBundle",
769 "source": {
770 "type": "git",
771 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
772 "reference": "a9377f6a05fb516423d6adf9079c6e5fb41e4799"
773 },
774 "dist": {
775 "type": "zip",
776 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/a9377f6a05fb516423d6adf9079c6e5fb41e4799",
777 "reference": "a9377f6a05fb516423d6adf9079c6e5fb41e4799",
778 "shasum": ""
779 },
780 "require": {
781 "doctrine/inflector": "~1.0",
782 "php": ">=5.3.9",
783 "psr/log": "~1.0",
784 "symfony/framework-bundle": "~2.2",
785 "willdurand/jsonp-callback-validator": "~1.0",
786 "willdurand/negotiation": "~1.2"
787 },
788 "conflict": {
789 "jms/serializer": "<0.12",
790 "jms/serializer-bundle": "<0.11"
791 },
792 "require-dev": {
793 "jms/serializer-bundle": "~0.12",
794 "sensio/framework-extra-bundle": "~2.2",
795 "symfony/form": "~2.2",
796 "symfony/security": "~2.2",
797 "symfony/serializer": "~2.2",
798 "symfony/validator": "~2.2",
799 "symfony/yaml": "~2.2"
800 },
801 "suggest": {
802 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
803 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
804 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2",
805 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.2"
806 },
807 "type": "symfony-bundle",
808 "extra": {
809 "branch-alias": {
810 "dev-master": "1.5-dev"
811 }
812 },
813 "autoload": {
814 "psr-0": {
815 "FOS\\RestBundle": ""
816 }
817 },
818 "notification-url": "https://packagist.org/downloads/",
819 "license": [
820 "MIT"
821 ],
822 "authors": [
823 {
824 "name": "Lukas Kahwe Smith",
825 "email": "smith@pooteeweet.org"
826 },
827 {
828 "name": "FriendsOfSymfony Community",
829 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
830 },
831 {
832 "name": "Konstantin Kudryashov",
833 "email": "ever.zet@gmail.com"
834 }
835 ],
836 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
837 "homepage": "http://friendsofsymfony.github.com",
838 "keywords": [
839 "rest"
840 ],
841 "time": "2015-01-27 09:39:58"
842 },
843 {
844 "name": "htmlawed/htmlawed",
845 "version": "dev-master",
846 "source": {
847 "type": "git",
848 "url": "https://github.com/kesar/HTMLawed.git",
849 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233"
850 },
851 "dist": {
852 "type": "zip",
853 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/9d292af5f4c288aa68f38b87f5d88c8214f5f233",
854 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233",
855 "shasum": ""
856 },
857 "require": {
858 "php": ">4.4.0"
859 },
860 "type": "library",
861 "autoload": {
862 "files": [
863 "htmLawed.php"
864 ]
865 },
866 "notification-url": "https://packagist.org/downloads/",
867 "license": [
868 "GPL-2.0+",
869 "LGPL-3.0"
870 ],
871 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
872 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
873 "keywords": [
874 "HTMLtidy",
875 "html",
876 "sanitize",
877 "strip",
878 "tags"
879 ],
880 "time": "2014-01-05 13:06:52"
881 },
882 {
883 "name": "incenteev/composer-parameter-handler",
884 "version": "v2.1.0",
885 "target-dir": "Incenteev/ParameterHandler",
886 "source": {
887 "type": "git",
888 "url": "https://github.com/Incenteev/ParameterHandler.git",
889 "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
890 },
891 "dist": {
892 "type": "zip",
893 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
894 "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
895 "shasum": ""
896 },
897 "require": {
898 "php": ">=5.3.3",
899 "symfony/yaml": "~2.0"
900 },
901 "require-dev": {
902 "composer/composer": "1.0.*@dev",
903 "phpspec/prophecy-phpunit": "~1.0",
904 "symfony/filesystem": "~2.2"
905 },
906 "type": "library",
907 "extra": {
908 "branch-alias": {
909 "dev-master": "2.1.x-dev"
910 }
911 },
912 "autoload": {
913 "psr-0": {
914 "Incenteev\\ParameterHandler": ""
915 }
916 },
917 "notification-url": "https://packagist.org/downloads/",
918 "license": [
919 "MIT"
920 ],
921 "authors": [
922 {
923 "name": "Christophe Coevoet",
924 "email": "stof@notk.org"
925 }
926 ],
927 "description": "Composer script handling your ignored parameter file",
928 "homepage": "https://github.com/Incenteev/ParameterHandler",
929 "keywords": [
930 "parameters management"
931 ],
932 "time": "2013-12-07 10:10:39"
933 },
934 {
935 "name": "jdorn/sql-formatter",
936 "version": "v1.2.17",
937 "source": {
938 "type": "git",
939 "url": "https://github.com/jdorn/sql-formatter.git",
940 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
941 },
942 "dist": {
943 "type": "zip",
944 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
945 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
946 "shasum": ""
947 },
948 "require": {
949 "php": ">=5.2.4"
950 },
951 "require-dev": {
952 "phpunit/phpunit": "3.7.*"
953 },
954 "type": "library",
955 "extra": {
956 "branch-alias": {
957 "dev-master": "1.3.x-dev"
958 }
959 },
960 "autoload": {
961 "classmap": [
962 "lib"
963 ]
964 },
965 "notification-url": "https://packagist.org/downloads/",
966 "license": [
967 "MIT"
968 ],
969 "authors": [
970 {
971 "name": "Jeremy Dorn",
972 "email": "jeremy@jeremydorn.com",
973 "homepage": "http://jeremydorn.com/"
974 }
975 ],
976 "description": "a PHP SQL highlighting library",
977 "homepage": "https://github.com/jdorn/sql-formatter/",
978 "keywords": [
979 "highlight",
980 "sql"
981 ],
982 "time": "2014-01-12 16:20:24"
983 },
984 {
985 "name": "jms/metadata",
986 "version": "1.5.1",
987 "source": {
988 "type": "git",
989 "url": "https://github.com/schmittjoh/metadata.git",
990 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
991 },
992 "dist": {
993 "type": "zip",
994 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
995 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
996 "shasum": ""
997 },
998 "require": {
999 "php": ">=5.3.0"
1000 },
1001 "require-dev": {
1002 "doctrine/cache": "~1.0"
1003 },
1004 "type": "library",
1005 "extra": {
1006 "branch-alias": {
1007 "dev-master": "1.5.x-dev"
1008 }
1009 },
1010 "autoload": {
1011 "psr-0": {
1012 "Metadata\\": "src/"
1013 }
1014 },
1015 "notification-url": "https://packagist.org/downloads/",
1016 "license": [
1017 "Apache"
1018 ],
1019 "authors": [
1020 {
1021 "name": "Johannes Schmitt",
1022 "email": "schmittjoh@gmail.com",
1023 "homepage": "https://github.com/schmittjoh",
1024 "role": "Developer of wrapped JMSSerializerBundle"
1025 }
1026 ],
1027 "description": "Class/method/property metadata management in PHP",
1028 "keywords": [
1029 "annotations",
1030 "metadata",
1031 "xml",
1032 "yaml"
1033 ],
1034 "time": "2014-07-12 07:13:19"
1035 },
1036 {
1037 "name": "jms/parser-lib",
1038 "version": "1.0.0",
1039 "source": {
1040 "type": "git",
1041 "url": "https://github.com/schmittjoh/parser-lib.git",
1042 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1043 },
1044 "dist": {
1045 "type": "zip",
1046 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1047 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1048 "shasum": ""
1049 },
1050 "require": {
1051 "phpoption/phpoption": ">=0.9,<2.0-dev"
1052 },
1053 "type": "library",
1054 "extra": {
1055 "branch-alias": {
1056 "dev-master": "1.0-dev"
1057 }
1058 },
1059 "autoload": {
1060 "psr-0": {
1061 "JMS\\": "src/"
1062 }
1063 },
1064 "notification-url": "https://packagist.org/downloads/",
1065 "license": [
1066 "Apache2"
1067 ],
1068 "description": "A library for easily creating recursive-descent parsers.",
1069 "time": "2012-11-18 18:08:43"
1070 },
1071 {
1072 "name": "jms/serializer",
1073 "version": "0.16.0",
1074 "source": {
1075 "type": "git",
1076 "url": "https://github.com/schmittjoh/serializer.git",
1077 "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
1078 },
1079 "dist": {
1080 "type": "zip",
1081 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
1082 "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
1083 "shasum": ""
1084 },
1085 "require": {
1086 "doctrine/annotations": "1.*",
1087 "jms/metadata": "~1.1",
1088 "jms/parser-lib": "1.*",
1089 "php": ">=5.3.2",
1090 "phpcollection/phpcollection": "~0.1"
1091 },
1092 "require-dev": {
1093 "doctrine/orm": "~2.1",
1094 "doctrine/phpcr-odm": "~1.0.1",
1095 "jackalope/jackalope-doctrine-dbal": "1.0.*",
1096 "propel/propel1": "~1.7",
1097 "symfony/filesystem": "2.*",
1098 "symfony/form": "~2.1",
1099 "symfony/translation": "~2.0",
1100 "symfony/validator": "~2.0",
1101 "symfony/yaml": "2.*",
1102 "twig/twig": ">=1.8,<2.0-dev"
1103 },
1104 "suggest": {
1105 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1106 },
1107 "type": "library",
1108 "extra": {
1109 "branch-alias": {
1110 "dev-master": "0.15-dev"
1111 }
1112 },
1113 "autoload": {
1114 "psr-0": {
1115 "JMS\\Serializer": "src/"
1116 }
1117 },
1118 "notification-url": "https://packagist.org/downloads/",
1119 "license": [
1120 "Apache2"
1121 ],
1122 "authors": [
1123 {
1124 "name": "Johannes Schmitt",
1125 "email": "schmittjoh@gmail.com",
1126 "homepage": "https://github.com/schmittjoh",
1127 "role": "Developer of wrapped JMSSerializerBundle"
1128 }
1129 ],
1130 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1131 "homepage": "http://jmsyst.com/libs/serializer",
1132 "keywords": [
1133 "deserialization",
1134 "jaxb",
1135 "json",
1136 "serialization",
1137 "xml"
1138 ],
1139 "time": "2014-03-18 08:39:00"
1140 },
1141 {
1142 "name": "jms/serializer-bundle",
1143 "version": "0.13.0",
1144 "target-dir": "JMS/SerializerBundle",
1145 "source": {
1146 "type": "git",
1147 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1148 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
1149 },
1150 "dist": {
1151 "type": "zip",
1152 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
1153 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
1154 "shasum": ""
1155 },
1156 "require": {
1157 "jms/serializer": "~0.11",
1158 "php": ">=5.3.2",
1159 "symfony/framework-bundle": "~2.1"
1160 },
1161 "require-dev": {
1162 "doctrine/doctrine-bundle": "*",
1163 "doctrine/orm": "*",
1164 "symfony/browser-kit": "*",
1165 "symfony/class-loader": "*",
1166 "symfony/css-selector": "*",
1167 "symfony/finder": "*",
1168 "symfony/form": "*",
1169 "symfony/process": "*",
1170 "symfony/twig-bundle": "*",
1171 "symfony/validator": "*",
1172 "symfony/yaml": "*"
1173 },
1174 "suggest": {
1175 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1176 },
1177 "type": "symfony-bundle",
1178 "extra": {
1179 "branch-alias": {
1180 "dev-master": "0.13-dev"
1181 }
1182 },
1183 "autoload": {
1184 "psr-0": {
1185 "JMS\\SerializerBundle": ""
1186 }
1187 },
1188 "notification-url": "https://packagist.org/downloads/",
1189 "license": [
1190 "Apache2"
1191 ],
1192 "authors": [
1193 {
1194 "name": "Johannes Schmitt",
1195 "email": "schmittjoh@gmail.com",
1196 "homepage": "https://github.com/schmittjoh",
1197 "role": "Developer of wrapped JMSSerializerBundle"
1198 }
1199 ],
1200 "description": "Allows you to easily serialize, and deserialize data of any complexity",
1201 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1202 "keywords": [
1203 "deserialization",
1204 "jaxb",
1205 "json",
1206 "serialization",
1207 "xml"
1208 ],
1209 "time": "2013-12-05 14:36:11"
1210 },
1211 {
1212 "name": "kriswallsmith/assetic",
1213 "version": "v1.2.1",
1214 "source": {
1215 "type": "git",
1216 "url": "https://github.com/kriswallsmith/assetic.git",
1217 "reference": "b20efe38845d20458702f97f3ff625d80805897b"
1218 },
1219 "dist": {
1220 "type": "zip",
1221 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
1222 "reference": "b20efe38845d20458702f97f3ff625d80805897b",
1223 "shasum": ""
1224 },
1225 "require": {
1226 "php": ">=5.3.1",
1227 "symfony/process": "~2.1"
1228 },
1229 "require-dev": {
1230 "cssmin/cssmin": "*",
1231 "joliclic/javascript-packer": "*",
1232 "kamicane/packager": "*",
1233 "leafo/lessphp": "*",
1234 "leafo/scssphp": "*",
1235 "leafo/scssphp-compass": "*",
1236 "mrclay/minify": "*",
1237 "patchwork/jsqueeze": "~1.0",
1238 "phpunit/phpunit": "~4",
1239 "psr/log": "~1.0",
1240 "ptachoire/cssembed": "*",
1241 "twig/twig": "~1.6"
1242 },
1243 "suggest": {
1244 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1245 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1246 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1247 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1248 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1249 "twig/twig": "Assetic provides the integration with the Twig templating engine"
1250 },
1251 "type": "library",
1252 "extra": {
1253 "branch-alias": {
1254 "dev-master": "1.2-dev"
1255 }
1256 },
1257 "autoload": {
1258 "psr-0": {
1259 "Assetic": "src/"
1260 },
1261 "files": [
1262 "src/functions.php"
1263 ]
1264 },
1265 "notification-url": "https://packagist.org/downloads/",
1266 "license": [
1267 "MIT"
1268 ],
1269 "authors": [
1270 {
1271 "name": "Kris Wallsmith",
1272 "email": "kris.wallsmith@gmail.com",
1273 "homepage": "http://kriswallsmith.net/"
1274 }
1275 ],
1276 "description": "Asset Management for PHP",
1277 "homepage": "https://github.com/kriswallsmith/assetic",
1278 "keywords": [
1279 "assets",
1280 "compression",
1281 "minification"
1282 ],
1283 "time": "2014-12-12 05:04:05"
1284 },
1285 {
1286 "name": "mgargano/simplehtmldom",
1287 "version": "1.5",
1288 "source": {
1289 "type": "git",
1290 "url": "https://github.com/matstars/simplehtmldom.git",
1291 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
1292 },
1293 "dist": {
1294 "type": "zip",
1295 "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1296 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1297 "shasum": ""
1298 },
1299 "require": {
1300 "php": ">=5.3.0"
1301 },
1302 "type": "library",
1303 "autoload": {
1304 "psr-0": {
1305 "SimpleHtmlDom": "src/"
1306 },
1307 "files": [
1308 "src/simple_html_dom.php"
1309 ]
1310 },
1311 "notification-url": "https://packagist.org/downloads/",
1312 "license": [
1313 "The MIT License"
1314 ],
1315 "authors": [
1316 {
1317 "name": "S.C. Chen",
1318 "email": "me578022@gmail.com",
1319 "homepage": "http://simplehtmldom.sourceforge.net/",
1320 "role": "Lead Developer"
1321 }
1322 ],
1323 "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",
1324 "homepage": "http://simplehtmldom.sourceforge.net/",
1325 "keywords": [
1326 "Simple",
1327 "dom",
1328 "html"
1329 ],
1330 "time": "2014-01-05 18:17:34"
1331 },
1332 {
1333 "name": "michelf/php-markdown",
1334 "version": "1.4.1",
1335 "source": {
1336 "type": "git",
1337 "url": "https://github.com/michelf/php-markdown.git",
1338 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
1339 },
1340 "dist": {
1341 "type": "zip",
1342 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
1343 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
1344 "shasum": ""
1345 },
1346 "require": {
1347 "php": ">=5.3.0"
1348 },
1349 "type": "library",
1350 "extra": {
1351 "branch-alias": {
1352 "dev-lib": "1.4.x-dev"
1353 }
1354 },
1355 "autoload": {
1356 "psr-0": {
1357 "Michelf": ""
1358 }
1359 },
1360 "notification-url": "https://packagist.org/downloads/",
1361 "license": [
1362 "BSD-3-Clause"
1363 ],
1364 "authors": [
1365 {
1366 "name": "Michel Fortin",
1367 "email": "michel.fortin@michelf.ca",
1368 "homepage": "http://michelf.ca/",
1369 "role": "Developer"
1370 },
1371 {
1372 "name": "John Gruber",
1373 "homepage": "http://daringfireball.net/"
1374 }
1375 ],
1376 "description": "PHP Markdown",
1377 "homepage": "http://michelf.ca/projects/php-markdown/",
1378 "keywords": [
1379 "markdown"
1380 ],
1381 "time": "2014-05-05 02:43:50"
1382 },
1383 {
1384 "name": "monolog/monolog",
1385 "version": "1.12.0",
1386 "source": {
1387 "type": "git",
1388 "url": "https://github.com/Seldaek/monolog.git",
1389 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
1390 },
1391 "dist": {
1392 "type": "zip",
1393 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
1394 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
1395 "shasum": ""
1396 },
1397 "require": {
1398 "php": ">=5.3.0",
1399 "psr/log": "~1.0"
1400 },
1401 "provide": {
1402 "psr/log-implementation": "1.0.0"
1403 },
1404 "require-dev": {
1405 "aws/aws-sdk-php": "~2.4, >2.4.8",
1406 "doctrine/couchdb": "~1.0@dev",
1407 "graylog2/gelf-php": "~1.0",
1408 "phpunit/phpunit": "~4.0",
1409 "raven/raven": "~0.5",
1410 "ruflin/elastica": "0.90.*",
1411 "videlalvaro/php-amqplib": "~2.4"
1412 },
1413 "suggest": {
1414 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1415 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1416 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1417 "ext-mongo": "Allow sending log messages to a MongoDB server",
1418 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1419 "raven/raven": "Allow sending log messages to a Sentry server",
1420 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1421 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1422 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1423 },
1424 "type": "library",
1425 "extra": {
1426 "branch-alias": {
1427 "dev-master": "1.12.x-dev"
1428 }
1429 },
1430 "autoload": {
1431 "psr-4": {
1432 "Monolog\\": "src/Monolog"
1433 }
1434 },
1435 "notification-url": "https://packagist.org/downloads/",
1436 "license": [
1437 "MIT"
1438 ],
1439 "authors": [
1440 {
1441 "name": "Jordi Boggiano",
1442 "email": "j.boggiano@seld.be",
1443 "homepage": "http://seld.be"
1444 }
1445 ],
1446 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1447 "homepage": "http://github.com/Seldaek/monolog",
1448 "keywords": [
1449 "log",
1450 "logging",
1451 "psr-3"
1452 ],
1453 "time": "2014-12-29 21:29:35"
1454 },
1455 {
1456 "name": "nelmio/api-doc-bundle",
1457 "version": "2.7.0",
1458 "target-dir": "Nelmio/ApiDocBundle",
1459 "source": {
1460 "type": "git",
1461 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
1462 "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955"
1463 },
1464 "dist": {
1465 "type": "zip",
1466 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/3fdb2d4a819d1f71bff0c45880af705a8b124955",
1467 "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955",
1468 "shasum": ""
1469 },
1470 "require": {
1471 "michelf/php-markdown": "~1.4",
1472 "symfony/console": "~2.1",
1473 "symfony/framework-bundle": "~2.1",
1474 "symfony/twig-bundle": "~2.1"
1475 },
1476 "conflict": {
1477 "jms/serializer": "<0.12",
1478 "jms/serializer-bundle": "<0.11"
1479 },
1480 "require-dev": {
1481 "friendsofsymfony/rest-bundle": "~1.0",
1482 "jms/serializer-bundle": ">=0.11",
1483 "sensio/framework-extra-bundle": "~2.1",
1484 "symfony/browser-kit": "~2.1",
1485 "symfony/css-selector": "~2.1",
1486 "symfony/form": "~2.1",
1487 "symfony/validator": "~2.1",
1488 "symfony/yaml": "~2.1"
1489 },
1490 "suggest": {
1491 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
1492 "jms/serializer": "For making use of serializer information in the doc.",
1493 "symfony/form": "For using form definitions as input.",
1494 "symfony/validator": "For making use of validator information in the doc."
1495 },
1496 "type": "symfony-bundle",
1497 "extra": {
1498 "branch-alias": {
1499 "dev-master": "2.7.x-dev"
1500 }
1501 },
1502 "autoload": {
1503 "psr-0": {
1504 "Nelmio\\ApiDocBundle": ""
1505 }
1506 },
1507 "notification-url": "https://packagist.org/downloads/",
1508 "license": [
1509 "MIT"
1510 ],
1511 "authors": [
1512 {
1513 "name": "Nelmio",
1514 "homepage": "http://nelm.io"
1515 },
1516 {
1517 "name": "Symfony Community",
1518 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
1519 }
1520 ],
1521 "description": "Generates documentation for your REST API from annotations",
1522 "keywords": [
1523 "api",
1524 "doc",
1525 "documentation",
1526 "rest"
1527 ],
1528 "time": "2014-07-30 09:11:08"
1529 },
1530 {
1531 "name": "phpcollection/phpcollection",
1532 "version": "0.4.0",
1533 "source": {
1534 "type": "git",
1535 "url": "https://github.com/schmittjoh/php-collection.git",
1536 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
1537 },
1538 "dist": {
1539 "type": "zip",
1540 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
1541 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
1542 "shasum": ""
1543 },
1544 "require": {
1545 "phpoption/phpoption": "1.*"
1546 },
1547 "type": "library",
1548 "extra": {
1549 "branch-alias": {
1550 "dev-master": "0.3-dev"
1551 }
1552 },
1553 "autoload": {
1554 "psr-0": {
1555 "PhpCollection": "src/"
1556 }
1557 },
1558 "notification-url": "https://packagist.org/downloads/",
1559 "license": [
1560 "Apache2"
1561 ],
1562 "authors": [
1563 {
1564 "name": "Johannes Schmitt",
1565 "email": "schmittjoh@gmail.com",
1566 "homepage": "https://github.com/schmittjoh",
1567 "role": "Developer of wrapped JMSSerializerBundle"
1568 }
1569 ],
1570 "description": "General-Purpose Collection Library for PHP",
1571 "keywords": [
1572 "collection",
1573 "list",
1574 "map",
1575 "sequence",
1576 "set"
1577 ],
1578 "time": "2014-03-11 13:46:42"
1579 },
1580 {
1581 "name": "phpoption/phpoption",
1582 "version": "1.4.0",
1583 "source": {
1584 "type": "git",
1585 "url": "https://github.com/schmittjoh/php-option.git",
1586 "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
1587 },
1588 "dist": {
1589 "type": "zip",
1590 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
1591 "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
1592 "shasum": ""
1593 },
1594 "require": {
1595 "php": ">=5.3.0"
1596 },
1597 "type": "library",
1598 "extra": {
1599 "branch-alias": {
1600 "dev-master": "1.3-dev"
1601 }
1602 },
1603 "autoload": {
1604 "psr-0": {
1605 "PhpOption\\": "src/"
1606 }
1607 },
1608 "notification-url": "https://packagist.org/downloads/",
1609 "license": [
1610 "Apache2"
1611 ],
1612 "authors": [
1613 {
1614 "name": "Johannes Schmitt",
1615 "email": "schmittjoh@gmail.com",
1616 "homepage": "https://github.com/schmittjoh",
1617 "role": "Developer of wrapped JMSSerializerBundle"
1618 }
1619 ],
1620 "description": "Option Type for PHP",
1621 "keywords": [
1622 "language",
1623 "option",
1624 "php",
1625 "type"
1626 ],
1627 "time": "2014-01-09 22:37:17"
1628 },
1629 {
1630 "name": "psr/log",
1631 "version": "1.0.0",
1632 "source": {
1633 "type": "git",
1634 "url": "https://github.com/php-fig/log.git",
1635 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1636 },
1637 "dist": {
1638 "type": "zip",
1639 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1640 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1641 "shasum": ""
1642 },
1643 "type": "library",
1644 "autoload": {
1645 "psr-0": {
1646 "Psr\\Log\\": ""
1647 }
1648 },
1649 "notification-url": "https://packagist.org/downloads/",
1650 "license": [
1651 "MIT"
1652 ],
1653 "authors": [
1654 {
1655 "name": "PHP-FIG",
1656 "homepage": "http://www.php-fig.org/"
1657 }
1658 ],
1659 "description": "Common interface for logging libraries",
1660 "keywords": [
1661 "log",
1662 "psr",
1663 "psr-3"
1664 ],
1665 "time": "2012-12-21 11:40:51"
1666 },
1667 {
1668 "name": "robmorgan/phinx",
1669 "version": "v0.4.1",
1670 "source": {
1671 "type": "git",
1672 "url": "https://github.com/robmorgan/phinx.git",
1673 "reference": "357210707c000f50edea802d84b74724ad122478"
1674 },
1675 "dist": {
1676 "type": "zip",
1677 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/357210707c000f50edea802d84b74724ad122478",
1678 "reference": "357210707c000f50edea802d84b74724ad122478",
1679 "shasum": ""
1680 },
1681 "require": {
1682 "php": ">=5.3.2",
1683 "symfony/class-loader": "~2.6.0",
1684 "symfony/config": "~2.6.0",
1685 "symfony/console": "~2.6.0",
1686 "symfony/yaml": "~2.6.0"
1687 },
1688 "require-dev": {
1689 "phpunit/phpunit": "3.7.*",
1690 "squizlabs/php_codesniffer": "dev-phpcs-fixer"
1691 },
1692 "bin": [
1693 "bin/phinx"
1694 ],
1695 "type": "library",
1696 "autoload": {
1697 "psr-0": {
1698 "Phinx": "src/"
1699 }
1700 },
1701 "notification-url": "https://packagist.org/downloads/",
1702 "license": [
1703 "MIT"
1704 ],
1705 "authors": [
1706 {
1707 "name": "Rob Morgan",
1708 "email": "robbym@gmail.com",
1709 "homepage": "http://robmorgan.id.au",
1710 "role": "Lead Developer"
1711 }
1712 ],
1713 "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
1714 "homepage": "https://phinx.org",
1715 "keywords": [
1716 "database",
1717 "database migrations",
1718 "db",
1719 "migrations",
1720 "phinx"
1721 ],
1722 "time": "2014-12-23 06:06:14"
1723 },
1724 {
1725 "name": "sensio/distribution-bundle",
1726 "version": "v3.0.15",
1727 "target-dir": "Sensio/Bundle/DistributionBundle",
1728 "source": {
1729 "type": "git",
1730 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1731 "reference": "0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c"
1732 },
1733 "dist": {
1734 "type": "zip",
1735 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c",
1736 "reference": "0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c",
1737 "shasum": ""
1738 },
1739 "require": {
1740 "php": ">=5.3.3",
1741 "sensiolabs/security-checker": "~2.0",
1742 "symfony/class-loader": "~2.2",
1743 "symfony/form": "~2.2",
1744 "symfony/framework-bundle": "~2.3",
1745 "symfony/process": "~2.2",
1746 "symfony/validator": "~2.2",
1747 "symfony/yaml": "~2.2"
1748 },
1749 "type": "symfony-bundle",
1750 "extra": {
1751 "branch-alias": {
1752 "dev-master": "3.0.x-dev"
1753 }
1754 },
1755 "autoload": {
1756 "psr-0": {
1757 "Sensio\\Bundle\\DistributionBundle": ""
1758 }
1759 },
1760 "notification-url": "https://packagist.org/downloads/",
1761 "license": [
1762 "MIT"
1763 ],
1764 "authors": [
1765 {
1766 "name": "Fabien Potencier",
1767 "email": "fabien@symfony.com"
1768 }
1769 ],
1770 "description": "Base bundle for Symfony Distributions",
1771 "keywords": [
1772 "configuration",
1773 "distribution"
1774 ],
1775 "time": "2015-01-07 07:13:43"
1776 },
1777 {
1778 "name": "sensio/framework-extra-bundle",
1779 "version": "v3.0.4",
1780 "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
1781 "source": {
1782 "type": "git",
1783 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1784 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a"
1785 },
1786 "dist": {
1787 "type": "zip",
1788 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b3bc3e67c8b6b68b18d727012183520d35ee762a",
1789 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a",
1790 "shasum": ""
1791 },
1792 "require": {
1793 "doctrine/common": "~2.2",
1794 "symfony/framework-bundle": "~2.3"
1795 },
1796 "require-dev": {
1797 "symfony/expression-language": "~2.4",
1798 "symfony/security-bundle": "~2.4"
1799 },
1800 "suggest": {
1801 "symfony/expression-language": "",
1802 "symfony/security-bundle": ""
1803 },
1804 "type": "symfony-bundle",
1805 "extra": {
1806 "branch-alias": {
1807 "dev-master": "3.0.x-dev"
1808 }
1809 },
1810 "autoload": {
1811 "psr-0": {
1812 "Sensio\\Bundle\\FrameworkExtraBundle": ""
1813 }
1814 },
1815 "notification-url": "https://packagist.org/downloads/",
1816 "license": [
1817 "MIT"
1818 ],
1819 "authors": [
1820 {
1821 "name": "Fabien Potencier",
1822 "email": "fabien@symfony.com"
1823 }
1824 ],
1825 "description": "This bundle provides a way to configure your controllers with annotations",
1826 "keywords": [
1827 "annotations",
1828 "controllers"
1829 ],
1830 "time": "2014-12-02 09:52:52"
1831 },
1832 {
1833 "name": "sensiolabs/security-checker",
1834 "version": "v2.0.1",
1835 "source": {
1836 "type": "git",
1837 "url": "https://github.com/sensiolabs/security-checker.git",
1838 "reference": "134cecf1c61256bd8e973e11376891a724543820"
1839 },
1840 "dist": {
1841 "type": "zip",
1842 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/134cecf1c61256bd8e973e11376891a724543820",
1843 "reference": "134cecf1c61256bd8e973e11376891a724543820",
1844 "shasum": ""
1845 },
1846 "require": {
1847 "ext-curl": "*",
1848 "symfony/console": "~2.0"
1849 },
1850 "bin": [
1851 "security-checker"
1852 ],
1853 "type": "library",
1854 "extra": {
1855 "branch-alias": {
1856 "dev-master": "2.0-dev"
1857 }
1858 },
1859 "autoload": {
1860 "psr-0": {
1861 "SensioLabs\\Security": ""
1862 }
1863 },
1864 "notification-url": "https://packagist.org/downloads/",
1865 "license": [
1866 "MIT"
1867 ],
1868 "authors": [
1869 {
1870 "name": "Fabien Potencier",
1871 "email": "fabien.potencier@gmail.com"
1872 }
1873 ],
1874 "description": "A security checker for your composer.lock",
1875 "time": "2015-01-26 16:25:19"
1876 },
1877 {
1878 "name": "simplepie/simplepie",
1879 "version": "1.3.1",
1880 "source": {
1881 "type": "git",
1882 "url": "https://github.com/simplepie/simplepie.git",
1883 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
1884 },
1885 "dist": {
1886 "type": "zip",
1887 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
1888 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
1889 "shasum": ""
1890 },
1891 "require": {
1892 "php": ">=5.2.0"
1893 },
1894 "type": "library",
1895 "autoload": {
1896 "psr-0": {
1897 "SimplePie": "library"
1898 }
1899 },
1900 "notification-url": "https://packagist.org/downloads/",
1901 "license": [
1902 "BSD-3-Clause"
1903 ],
1904 "authors": [
1905 {
1906 "name": "Ryan Parman",
1907 "homepage": "http://ryanparman.com/",
1908 "role": "Creator, alumnus developer"
1909 },
1910 {
1911 "name": "Geoffrey Sneddon",
1912 "homepage": "http://gsnedders.com/",
1913 "role": "Alumnus developer"
1914 },
1915 {
1916 "name": "Ryan McCue",
1917 "email": "me@ryanmccue.info",
1918 "homepage": "http://ryanmccue.info/",
1919 "role": "Developer"
1920 }
1921 ],
1922 "description": "A simple Atom/RSS parsing library for PHP",
1923 "homepage": "http://simplepie.org/",
1924 "keywords": [
1925 "atom",
1926 "feeds",
1927 "rss"
1928 ],
1929 "time": "2012-10-30 17:54:03"
1930 },
1931 {
1932 "name": "swiftmailer/swiftmailer",
1933 "version": "v5.3.1",
1934 "source": {
1935 "type": "git",
1936 "url": "https://github.com/swiftmailer/swiftmailer.git",
1937 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a"
1938 },
1939 "dist": {
1940 "type": "zip",
1941 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
1942 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
1943 "shasum": ""
1944 },
1945 "require": {
1946 "php": ">=5.3.3"
1947 },
1948 "require-dev": {
1949 "mockery/mockery": "~0.9.1"
1950 },
1951 "type": "library",
1952 "extra": {
1953 "branch-alias": {
1954 "dev-master": "5.3-dev"
1955 }
1956 },
1957 "autoload": {
1958 "files": [
1959 "lib/swift_required.php"
1960 ]
1961 },
1962 "notification-url": "https://packagist.org/downloads/",
1963 "license": [
1964 "MIT"
1965 ],
1966 "authors": [
1967 {
1968 "name": "Chris Corbyn"
1969 },
1970 {
1971 "name": "Fabien Potencier",
1972 "email": "fabien@symfony.com"
1973 }
1974 ],
1975 "description": "Swiftmailer, free feature-rich PHP mailer",
1976 "homepage": "http://swiftmailer.org",
1977 "keywords": [
1978 "mail",
1979 "mailer"
1980 ],
1981 "time": "2014-12-05 14:17:14"
1982 },
1983 {
1984 "name": "symfony/assetic-bundle",
1985 "version": "v2.6.1",
1986 "source": {
1987 "type": "git",
1988 "url": "https://github.com/symfony/AsseticBundle.git",
1989 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
1990 },
1991 "dist": {
1992 "type": "zip",
1993 "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
1994 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
1995 "shasum": ""
1996 },
1997 "require": {
1998 "kriswallsmith/assetic": "~1.2",
1999 "php": ">=5.3.0",
2000 "symfony/console": "~2.3",
2001 "symfony/dependency-injection": "~2.3",
2002 "symfony/framework-bundle": "~2.3",
2003 "symfony/yaml": "~2.3"
2004 },
2005 "require-dev": {
2006 "kriswallsmith/spork": "~0.2",
2007 "patchwork/jsqueeze": "~1.0",
2008 "symfony/class-loader": "~2.3",
2009 "symfony/css-selector": "~2.3",
2010 "symfony/dom-crawler": "~2.3",
2011 "symfony/twig-bundle": "~2.3"
2012 },
2013 "suggest": {
2014 "kriswallsmith/spork": "to be able to dump assets in parallel",
2015 "symfony/twig-bundle": "to use the Twig integration"
2016 },
2017 "type": "symfony-bundle",
2018 "extra": {
2019 "branch-alias": {
2020 "dev-master": "2.5-dev"
2021 }
2022 },
2023 "autoload": {
2024 "psr-4": {
2025 "Symfony\\Bundle\\AsseticBundle\\": ""
2026 }
2027 },
2028 "notification-url": "https://packagist.org/downloads/",
2029 "license": [
2030 "MIT"
2031 ],
2032 "authors": [
2033 {
2034 "name": "Kris Wallsmith",
2035 "email": "kris.wallsmith@gmail.com",
2036 "homepage": "http://kriswallsmith.net/"
2037 }
2038 ],
2039 "description": "Integrates Assetic into Symfony2",
2040 "homepage": "https://github.com/symfony/AsseticBundle",
2041 "keywords": [
2042 "assets",
2043 "compression",
2044 "minification"
2045 ],
2046 "time": "2015-01-27 12:45:16"
2047 },
2048 {
2049 "name": "symfony/monolog-bundle",
2050 "version": "v2.7.1",
2051 "source": {
2052 "type": "git",
2053 "url": "https://github.com/symfony/MonologBundle.git",
2054 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
2055 },
2056 "dist": {
2057 "type": "zip",
2058 "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
2059 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
2060 "shasum": ""
2061 },
2062 "require": {
2063 "monolog/monolog": "~1.8",
2064 "php": ">=5.3.2",
2065 "symfony/config": "~2.3",
2066 "symfony/dependency-injection": "~2.3",
2067 "symfony/http-kernel": "~2.3",
2068 "symfony/monolog-bridge": "~2.3"
2069 },
2070 "require-dev": {
2071 "symfony/console": "~2.3",
2072 "symfony/yaml": "~2.3"
2073 },
2074 "type": "symfony-bundle",
2075 "extra": {
2076 "branch-alias": {
2077 "dev-master": "2.7.x-dev"
2078 }
2079 },
2080 "autoload": {
2081 "psr-4": {
2082 "Symfony\\Bundle\\MonologBundle\\": ""
2083 }
2084 },
2085 "notification-url": "https://packagist.org/downloads/",
2086 "license": [
2087 "MIT"
2088 ],
2089 "authors": [
2090 {
2091 "name": "Symfony Community",
2092 "homepage": "http://symfony.com/contributors"
2093 },
2094 {
2095 "name": "Fabien Potencier",
2096 "email": "fabien@symfony.com"
2097 }
2098 ],
2099 "description": "Symfony MonologBundle",
2100 "homepage": "http://symfony.com",
2101 "keywords": [
2102 "log",
2103 "logging"
2104 ],
2105 "time": "2015-01-04 20:21:17"
2106 },
2107 {
2108 "name": "symfony/swiftmailer-bundle",
2109 "version": "v2.3.8",
2110 "source": {
2111 "type": "git",
2112 "url": "https://github.com/symfony/SwiftmailerBundle.git",
2113 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
2114 },
2115 "dist": {
2116 "type": "zip",
2117 "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
2118 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
2119 "shasum": ""
2120 },
2121 "require": {
2122 "php": ">=5.3.2",
2123 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2124 "symfony/swiftmailer-bridge": "~2.1"
2125 },
2126 "require-dev": {
2127 "symfony/config": "~2.1",
2128 "symfony/dependency-injection": "~2.1",
2129 "symfony/http-kernel": "~2.1",
2130 "symfony/yaml": "~2.1"
2131 },
2132 "suggest": {
2133 "psr/log": "Allows logging"
2134 },
2135 "type": "symfony-bundle",
2136 "extra": {
2137 "branch-alias": {
2138 "dev-master": "2.3-dev"
2139 }
2140 },
2141 "autoload": {
2142 "psr-4": {
2143 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2144 }
2145 },
2146 "notification-url": "https://packagist.org/downloads/",
2147 "license": [
2148 "MIT"
2149 ],
2150 "authors": [
2151 {
2152 "name": "Symfony Community",
2153 "homepage": "http://symfony.com/contributors"
2154 },
2155 {
2156 "name": "Fabien Potencier",
2157 "email": "fabien@symfony.com"
2158 }
2159 ],
2160 "description": "Symfony SwiftmailerBundle",
2161 "homepage": "http://symfony.com",
2162 "time": "2014-12-01 17:44:50"
2163 },
2164 {
2165 "name": "symfony/symfony",
2166 "version": "v2.6.3",
2167 "source": {
2168 "type": "git",
2169 "url": "https://github.com/symfony/symfony.git",
2170 "reference": "c34ef418015793a4653f2670afb69dd167ebf578"
2171 },
2172 "dist": {
2173 "type": "zip",
2174 "url": "https://api.github.com/repos/symfony/symfony/zipball/c34ef418015793a4653f2670afb69dd167ebf578",
2175 "reference": "c34ef418015793a4653f2670afb69dd167ebf578",
2176 "shasum": ""
2177 },
2178 "require": {
2179 "doctrine/common": "~2.3",
2180 "php": ">=5.3.3",
2181 "psr/log": "~1.0",
2182 "twig/twig": "~1.12,>=1.12.3"
2183 },
2184 "replace": {
2185 "symfony/browser-kit": "self.version",
2186 "symfony/class-loader": "self.version",
2187 "symfony/config": "self.version",
2188 "symfony/console": "self.version",
2189 "symfony/css-selector": "self.version",
2190 "symfony/debug": "self.version",
2191 "symfony/debug-bundle": "self.version",
2192 "symfony/dependency-injection": "self.version",
2193 "symfony/doctrine-bridge": "self.version",
2194 "symfony/dom-crawler": "self.version",
2195 "symfony/event-dispatcher": "self.version",
2196 "symfony/expression-language": "self.version",
2197 "symfony/filesystem": "self.version",
2198 "symfony/finder": "self.version",
2199 "symfony/form": "self.version",
2200 "symfony/framework-bundle": "self.version",
2201 "symfony/http-foundation": "self.version",
2202 "symfony/http-kernel": "self.version",
2203 "symfony/intl": "self.version",
2204 "symfony/locale": "self.version",
2205 "symfony/monolog-bridge": "self.version",
2206 "symfony/options-resolver": "self.version",
2207 "symfony/process": "self.version",
2208 "symfony/propel1-bridge": "self.version",
2209 "symfony/property-access": "self.version",
2210 "symfony/proxy-manager-bridge": "self.version",
2211 "symfony/routing": "self.version",
2212 "symfony/security": "self.version",
2213 "symfony/security-acl": "self.version",
2214 "symfony/security-bundle": "self.version",
2215 "symfony/security-core": "self.version",
2216 "symfony/security-csrf": "self.version",
2217 "symfony/security-http": "self.version",
2218 "symfony/serializer": "self.version",
2219 "symfony/stopwatch": "self.version",
2220 "symfony/swiftmailer-bridge": "self.version",
2221 "symfony/templating": "self.version",
2222 "symfony/translation": "self.version",
2223 "symfony/twig-bridge": "self.version",
2224 "symfony/twig-bundle": "self.version",
2225 "symfony/validator": "self.version",
2226 "symfony/var-dumper": "self.version",
2227 "symfony/web-profiler-bundle": "self.version",
2228 "symfony/yaml": "self.version"
2229 },
2230 "require-dev": {
2231 "doctrine/data-fixtures": "1.0.*",
2232 "doctrine/dbal": "~2.2",
2233 "doctrine/doctrine-bundle": "~1.2",
2234 "doctrine/orm": "~2.2,>=2.2.3",
2235 "egulias/email-validator": "~1.2",
2236 "ircmaxell/password-compat": "~1.0",
2237 "monolog/monolog": "~1.11",
2238 "ocramius/proxy-manager": "~0.4|~1.0",
2239 "propel/propel1": "~1.6"
2240 },
2241 "type": "library",
2242 "extra": {
2243 "branch-alias": {
2244 "dev-master": "2.6-dev"
2245 }
2246 },
2247 "autoload": {
2248 "psr-0": {
2249 "Symfony\\": "src/"
2250 },
2251 "classmap": [
2252 "src/Symfony/Component/HttpFoundation/Resources/stubs",
2253 "src/Symfony/Component/Intl/Resources/stubs"
2254 ],
2255 "files": [
2256 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2257 ]
2258 },
2259 "notification-url": "https://packagist.org/downloads/",
2260 "license": [
2261 "MIT"
2262 ],
2263 "authors": [
2264 {
2265 "name": "Symfony Community",
2266 "homepage": "http://symfony.com/contributors"
2267 },
2268 {
2269 "name": "Fabien Potencier",
2270 "email": "fabien@symfony.com"
2271 }
2272 ],
2273 "description": "The Symfony PHP framework",
2274 "homepage": "http://symfony.com",
2275 "keywords": [
2276 "framework"
2277 ],
2278 "time": "2015-01-07 14:47:29"
2279 },
2280 {
2281 "name": "tecnick.com/tcpdf",
2282 "version": "6.2.6",
2283 "source": {
2284 "type": "git",
2285 "url": "https://github.com/tecnickcom/TCPDF.git",
2286 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb"
2287 },
2288 "dist": {
2289 "type": "zip",
2290 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb",
2291 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb",
2292 "shasum": ""
2293 },
2294 "require": {
2295 "php": ">=5.3.0"
2296 },
2297 "type": "library",
2298 "autoload": {
2299 "classmap": [
2300 "fonts",
2301 "config",
2302 "include",
2303 "tcpdf.php",
2304 "tcpdf_parser.php",
2305 "tcpdf_import.php",
2306 "tcpdf_barcodes_1d.php",
2307 "tcpdf_barcodes_2d.php",
2308 "include/tcpdf_colors.php",
2309 "include/tcpdf_filters.php",
2310 "include/tcpdf_font_data.php",
2311 "include/tcpdf_fonts.php",
2312 "include/tcpdf_images.php",
2313 "include/tcpdf_static.php",
2314 "include/barcodes/datamatrix.php",
2315 "include/barcodes/pdf417.php",
2316 "include/barcodes/qrcode.php"
2317 ]
2318 },
2319 "notification-url": "https://packagist.org/downloads/",
2320 "license": [
2321 "LGPLv3"
2322 ],
2323 "authors": [
2324 {
2325 "name": "Nicola Asuni",
2326 "email": "info@tecnick.com",
2327 "homepage": "http://nicolaasuni.tecnick.com"
2328 }
2329 ],
2330 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2331 "homepage": "http://www.tcpdf.org/",
2332 "keywords": [
2333 "PDFD32000-2008",
2334 "TCPDF",
2335 "barcodes",
2336 "datamatrix",
2337 "pdf",
2338 "pdf417",
2339 "qrcode"
2340 ],
2341 "time": "2015-01-28 18:51:40"
2342 },
2343 {
2344 "name": "twig/extensions",
2345 "version": "v1.0.1",
2346 "source": {
2347 "type": "git",
2348 "url": "https://github.com/twigphp/Twig-extensions.git",
2349 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
2350 },
2351 "dist": {
2352 "type": "zip",
2353 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
2354 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
2355 "shasum": ""
2356 },
2357 "require": {
2358 "twig/twig": "~1.0"
2359 },
2360 "type": "library",
2361 "extra": {
2362 "branch-alias": {
2363 "dev-master": "1.0.x-dev"
2364 }
2365 },
2366 "autoload": {
2367 "psr-0": {
2368 "Twig_Extensions_": "lib/"
2369 }
2370 },
2371 "notification-url": "https://packagist.org/downloads/",
2372 "license": [
2373 "MIT"
2374 ],
2375 "authors": [
2376 {
2377 "name": "Fabien Potencier",
2378 "email": "fabien@symfony.com"
2379 }
2380 ],
2381 "description": "Common additional features for Twig that do not directly belong in core",
2382 "homepage": "https://github.com/fabpot/Twig-extensions",
2383 "keywords": [
2384 "debug",
2385 "i18n",
2386 "text"
2387 ],
2388 "time": "2013-10-18 19:37:15"
2389 },
2390 {
2391 "name": "twig/twig",
2392 "version": "v1.18.0",
2393 "source": {
2394 "type": "git",
2395 "url": "https://github.com/twigphp/Twig.git",
2396 "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
2397 },
2398 "dist": {
2399 "type": "zip",
2400 "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
2401 "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
2402 "shasum": ""
2403 },
2404 "require": {
2405 "php": ">=5.2.4"
2406 },
2407 "type": "library",
2408 "extra": {
2409 "branch-alias": {
2410 "dev-master": "1.18-dev"
2411 }
2412 },
2413 "autoload": {
2414 "psr-0": {
2415 "Twig_": "lib/"
2416 }
2417 },
2418 "notification-url": "https://packagist.org/downloads/",
2419 "license": [
2420 "BSD-3-Clause"
2421 ],
2422 "authors": [
2423 {
2424 "name": "Fabien Potencier",
2425 "email": "fabien@symfony.com",
2426 "homepage": "http://fabien.potencier.org",
2427 "role": "Lead Developer"
2428 },
2429 {
2430 "name": "Armin Ronacher",
2431 "email": "armin.ronacher@active-4.com",
2432 "role": "Project Founder"
2433 },
2434 {
2435 "name": "Twig Team",
2436 "homepage": "http://twig.sensiolabs.org/contributors",
2437 "role": "Contributors"
2438 }
2439 ],
2440 "description": "Twig, the flexible, fast, and secure template language for PHP",
2441 "homepage": "http://twig.sensiolabs.org",
2442 "keywords": [
2443 "templating"
2444 ],
2445 "time": "2015-01-25 17:32:08"
2446 },
2447 {
2448 "name": "umpirsky/twig-gettext-extractor",
2449 "version": "1.1.3",
2450 "source": {
2451 "type": "git",
2452 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
2453 "reference": "1.1.3"
2454 },
2455 "dist": {
2456 "type": "zip",
2457 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/1.1.3",
2458 "reference": "1.1.3",
2459 "shasum": ""
2460 },
2461 "require": {
2462 "php": ">=5.3.3",
2463 "symfony/filesystem": ">=2.0,<3.0",
2464 "symfony/form": ">=2.0,<3.0",
2465 "symfony/routing": ">=2.0,<3.0",
2466 "symfony/translation": ">=2.0,<3.0",
2467 "symfony/twig-bridge": ">=2.0,<3.0",
2468 "twig/extensions": "1.0.*",
2469 "twig/twig": ">=1.2.0,<2.0-dev"
2470 },
2471 "require-dev": {
2472 "symfony/config": "2.1.*"
2473 },
2474 "bin": [
2475 "twig-gettext-extractor"
2476 ],
2477 "type": "application",
2478 "autoload": {
2479 "psr-0": {
2480 "Twig\\Gettext": "."
2481 }
2482 },
2483 "notification-url": "https://packagist.org/downloads/",
2484 "license": [
2485 "MIT"
2486 ],
2487 "authors": [
2488 {
2489 "name": "Саша Стаменковић",
2490 "email": "umpirsky@gmail.com",
2491 "homepage": "http://umpirsky.com"
2492 }
2493 ],
2494 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
2495 "time": "2013-02-14 16:41:48"
2496 },
2497 {
2498 "name": "wallabag/Fivefilters_Libraries",
2499 "version": "dev-master",
2500 "source": {
2501 "type": "git",
2502 "url": "https://github.com/wallabag/Fivefilters_Libraries.git",
2503 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f"
2504 },
2505 "dist": {
2506 "type": "zip",
2507 "url": "https://api.github.com/repos/wallabag/Fivefilters_Libraries/zipball/93b5469d6036a68ce60f126f8430b3e1fbf1562f",
2508 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f",
2509 "shasum": ""
2510 },
2511 "type": "library",
2512 "authors": [
2513 {
2514 "name": "Nicolas LÅ“uillet",
2515 "email": "nicolas@loeuillet.org",
2516 "homepage": "http://www.cdetc.fr"
2517 }
2518 ],
2519 "description": "Libraries from @fivefilters.",
2520 "homepage": "https://github.com/wallabag/Fivefilters_Libraries",
2521 "support": {
2522 "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/master",
2523 "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues"
2524 },
2525 "time": "2015-01-19 20:19:28"
2526 },
2527 {
2528 "name": "wallabag/PHPePub",
2529 "version": "dev-master",
2530 "source": {
2531 "type": "git",
2532 "url": "https://github.com/wallabag/PHPePub.git",
2533 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512"
2534 },
2535 "dist": {
2536 "type": "zip",
2537 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512",
2538 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512",
2539 "shasum": ""
2540 },
2541 "require": {
2542 "php": ">=5.3.0"
2543 },
2544 "type": "library",
2545 "autoload": {
2546 "classmap": [
2547 "EPub.php",
2548 "EPub.HtmlEntities.php",
2549 "EPub.NCX.php",
2550 "EPub.OPF.php",
2551 "EPubChapterSplitter.php",
2552 "lib.uuid.php",
2553 "Logger.php",
2554 "Zip.php"
2555 ]
2556 },
2557 "authors": [
2558 {
2559 "name": "Nicolas LÅ“uillet",
2560 "email": "nicolas@loeuillet.org",
2561 "homepage": "http://www.cdetc.fr"
2562 }
2563 ],
2564 "description": "PHP Classes for dynamically generating EPub files.",
2565 "homepage": "https://github.com/wallabag/PHPePub",
2566 "support": {
2567 "source": "https://github.com/wallabag/PHPePub/tree/master"
2568 },
2569 "time": "2015-01-19 11:44:19"
2570 },
2571 {
2572 "name": "wallabag/kriss_php5",
2573 "version": "dev-master",
2574 "source": {
2575 "type": "git",
2576 "url": "https://github.com/wallabag/kriss_php5.git",
2577 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
2578 },
2579 "dist": {
2580 "type": "zip",
2581 "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2582 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2583 "shasum": ""
2584 },
2585 "require": {
2586 "php": ">=5.3.0"
2587 },
2588 "type": "library",
2589 "autoload": {
2590 "files": [
2591 "Session.php"
2592 ]
2593 },
2594 "authors": [
2595 {
2596 "name": "Nicolas LÅ“uillet",
2597 "email": "nicolas@loeuillet.org",
2598 "homepage": "http://www.cdetc.fr"
2599 }
2600 ],
2601 "description": "A simple and smart (or stupid) php5 snippets repository",
2602 "homepage": "https://github.com/wallabag/kriss_php5",
2603 "support": {
2604 "source": "https://github.com/wallabag/kriss_php5/tree/master"
2605 },
2606 "time": "2015-01-18 21:21:43"
2607 },
2608 {
2609 "name": "wallabag/pagination",
2610 "version": "dev-master",
2611 "source": {
2612 "type": "git",
2613 "url": "https://github.com/wallabag/pagination.git",
2614 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb"
2615 },
2616 "dist": {
2617 "type": "zip",
2618 "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb",
2619 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb",
2620 "shasum": ""
2621 },
2622 "require": {
2623 "php": ">=5.3.0"
2624 },
2625 "type": "library",
2626 "autoload": {
2627 "files": [
2628 "paginator.php"
2629 ]
2630 },
2631 "authors": [
2632 {
2633 "name": "Nicolas LÅ“uillet",
2634 "email": "nicolas@loeuillet.org",
2635 "homepage": "http://www.cdetc.fr"
2636 }
2637 ],
2638 "description": "Paginate record sets, not tied in directly to a database.",
2639 "homepage": "https://github.com/wallabag/pagination",
2640 "support": {
2641 "source": "https://github.com/wallabag/pagination/tree/master"
2642 },
2643 "time": "2015-01-19 09:24:39"
2644 },
2645 {
2646 "name": "wallabag/php-flash-messages",
2647 "version": "dev-master",
2648 "source": {
2649 "type": "git",
2650 "url": "https://github.com/wallabag/PHP-Flash-Messages.git",
2651 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab"
2652 },
2653 "dist": {
2654 "type": "zip",
2655 "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2656 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2657 "shasum": ""
2658 },
2659 "require": {
2660 "php": ">=5.3.0"
2661 },
2662 "type": "library",
2663 "autoload": {
2664 "files": [
2665 "class.messages.php"
2666 ]
2667 },
2668 "license": [
2669 "Apache"
2670 ],
2671 "authors": [
2672 {
2673 "name": "Nicolas LÅ“uillet",
2674 "email": "nicolas@loeuillet.org",
2675 "homepage": "http://www.cdetc.fr"
2676 }
2677 ],
2678 "description": "Session-based Flash Messages class for PHP",
2679 "homepage": "https://github.com/wallabag/PHP-Flash-Messages",
2680 "keywords": [
2681 "flash",
2682 "messages",
2683 "php-flash-messages",
2684 "sessions"
2685 ],
2686 "support": {
2687 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master"
2688 },
2689 "time": "2015-01-18 19:51:55"
2690 },
2691 {
2692 "name": "wallabag/php-readability",
2693 "version": "dev-master",
2694 "source": {
2695 "type": "git",
2696 "url": "https://github.com/wallabag/php-readability.git",
2697 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387"
2698 },
2699 "dist": {
2700 "type": "zip",
2701 "url": "https://api.github.com/repos/wallabag/php-readability/zipball/a37a1482b9964ae1804dbed0bffa00988523c387",
2702 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387",
2703 "shasum": ""
2704 },
2705 "require": {
2706 "php": ">=5.2"
2707 },
2708 "type": "library",
2709 "autoload": {
2710 "psr-0": {
2711 "Readability": ""
2712 }
2713 },
2714 "license": [
2715 "Apache-2.0"
2716 ],
2717 "authors": [
2718 {
2719 "name": "Keyvan Minoukadeh",
2720 "email": "keyvan@keyvan.net",
2721 "homepage": "http://keyvan.net",
2722 "role": "Developer (ported original JS code to PHP)"
2723 },
2724 {
2725 "name": "Arc90",
2726 "homepage": "http://arc90.com",
2727 "role": "Developer (original JS version)"
2728 }
2729 ],
2730 "description": "Automatic article extraction from HTML",
2731 "homepage": "https://github.com/wallabag/php-readability",
2732 "keywords": [
2733 "article",
2734 "article extraction",
2735 "content",
2736 "content extraction",
2737 "extraction",
2738 "html"
2739 ],
2740 "support": {
2741 "source": "https://github.com/wallabag/php-readability/tree/master",
2742 "issues": "https://github.com/wallabag/php-readability/issues"
2743 },
2744 "time": "2015-01-19 12:25:38"
2745 },
2746 {
2747 "name": "wallabag/phpMobi",
2748 "version": "dev-master",
2749 "source": {
2750 "type": "git",
2751 "url": "https://github.com/wallabag/phpMobi.git",
2752 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d"
2753 },
2754 "dist": {
2755 "type": "zip",
2756 "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d",
2757 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d",
2758 "shasum": ""
2759 },
2760 "require": {
2761 "php": ">=5.3.0"
2762 },
2763 "type": "library",
2764 "autoload": {
2765 "files": [
2766 "MOBIClass/MOBI.php"
2767 ]
2768 },
2769 "authors": [
2770 {
2771 "name": "Nicolas LÅ“uillet",
2772 "email": "nicolas@loeuillet.org",
2773 "homepage": "http://www.cdetc.fr"
2774 }
2775 ],
2776 "description": "An experimental Mobipocket file creator in PHP.",
2777 "homepage": "https://github.com/wallabag/phpMobi",
2778 "support": {
2779 "source": "https://github.com/wallabag/phpMobi/tree/master"
2780 },
2781 "time": "2015-01-19 12:43:17"
2782 },
2783 {
2784 "name": "willdurand/jsonp-callback-validator",
2785 "version": "v1.1.0",
2786 "source": {
2787 "type": "git",
2788 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
2789 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
2790 },
2791 "dist": {
2792 "type": "zip",
2793 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
2794 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
2795 "shasum": ""
2796 },
2797 "require": {
2798 "php": ">=5.3.0"
2799 },
2800 "require-dev": {
2801 "phpunit/phpunit": "~3.7"
2802 },
2803 "type": "library",
2804 "autoload": {
2805 "psr-0": {
2806 "JsonpCallbackValidator": "src/"
2807 }
2808 },
2809 "notification-url": "https://packagist.org/downloads/",
2810 "license": [
2811 "MIT"
2812 ],
2813 "authors": [
2814 {
2815 "name": "William Durand",
2816 "email": "william.durand1@gmail.com",
2817 "homepage": "http://www.willdurand.fr"
2818 }
2819 ],
2820 "description": "JSONP callback validator.",
2821 "time": "2014-01-20 22:35:06"
2822 },
2823 {
2824 "name": "willdurand/negotiation",
2825 "version": "1.3.4",
2826 "source": {
2827 "type": "git",
2828 "url": "https://github.com/willdurand/Negotiation.git",
2829 "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
2830 },
2831 "dist": {
2832 "type": "zip",
2833 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
2834 "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
2835 "shasum": ""
2836 },
2837 "require": {
2838 "php": ">=5.3.0"
2839 },
2840 "type": "library",
2841 "extra": {
2842 "branch-alias": {
2843 "dev-master": "1.3-dev"
2844 }
2845 },
2846 "autoload": {
2847 "psr-0": {
2848 "Negotiation": "src/"
2849 }
2850 },
2851 "notification-url": "https://packagist.org/downloads/",
2852 "license": [
2853 "MIT"
2854 ],
2855 "authors": [
2856 {
2857 "name": "William Durand",
2858 "email": "william.durand1@gmail.com"
2859 }
2860 ],
2861 "description": "Content Negotiation tools for PHP provided as a standalone library.",
2862 "homepage": "http://williamdurand.fr/Negotiation/",
2863 "keywords": [
2864 "accept",
2865 "content",
2866 "format",
2867 "header",
2868 "negotiation"
2869 ],
2870 "time": "2014-10-02 07:26:00"
2871 }
2872 ],
2873 "packages-dev": [
2874 {
2875 "name": "doctrine/instantiator",
2876 "version": "1.0.4",
2877 "source": {
2878 "type": "git",
2879 "url": "https://github.com/doctrine/instantiator.git",
2880 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
2881 },
2882 "dist": {
2883 "type": "zip",
2884 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
2885 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
2886 "shasum": ""
2887 },
2888 "require": {
2889 "php": ">=5.3,<8.0-DEV"
2890 },
2891 "require-dev": {
2892 "athletic/athletic": "~0.1.8",
2893 "ext-pdo": "*",
2894 "ext-phar": "*",
2895 "phpunit/phpunit": "~4.0",
2896 "squizlabs/php_codesniffer": "2.0.*@ALPHA"
2897 },
2898 "type": "library",
2899 "extra": {
2900 "branch-alias": {
2901 "dev-master": "1.0.x-dev"
2902 }
2903 },
2904 "autoload": {
2905 "psr-0": {
2906 "Doctrine\\Instantiator\\": "src"
2907 }
2908 },
2909 "notification-url": "https://packagist.org/downloads/",
2910 "license": [
2911 "MIT"
2912 ],
2913 "authors": [
2914 {
2915 "name": "Marco Pivetta",
2916 "email": "ocramius@gmail.com",
2917 "homepage": "http://ocramius.github.com/"
2918 }
2919 ],
2920 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2921 "homepage": "https://github.com/doctrine/instantiator",
2922 "keywords": [
2923 "constructor",
2924 "instantiate"
2925 ],
2926 "time": "2014-10-13 12:58:55"
2927 },
2928 {
2929 "name": "phpunit/php-code-coverage",
2930 "version": "2.0.15",
2931 "source": {
2932 "type": "git",
2933 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2934 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67"
2935 },
2936 "dist": {
2937 "type": "zip",
2938 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67",
2939 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67",
2940 "shasum": ""
2941 },
2942 "require": {
2943 "php": ">=5.3.3",
2944 "phpunit/php-file-iterator": "~1.3",
2945 "phpunit/php-text-template": "~1.2",
2946 "phpunit/php-token-stream": "~1.3",
2947 "sebastian/environment": "~1.0",
2948 "sebastian/version": "~1.0"
2949 },
2950 "require-dev": {
2951 "ext-xdebug": ">=2.1.4",
2952 "phpunit/phpunit": "~4"
2953 },
2954 "suggest": {
2955 "ext-dom": "*",
2956 "ext-xdebug": ">=2.2.1",
2957 "ext-xmlwriter": "*"
2958 },
2959 "type": "library",
2960 "extra": {
2961 "branch-alias": {
2962 "dev-master": "2.0.x-dev"
2963 }
2964 },
2965 "autoload": {
2966 "classmap": [
2967 "src/"
2968 ]
2969 },
2970 "notification-url": "https://packagist.org/downloads/",
2971 "license": [
2972 "BSD-3-Clause"
2973 ],
2974 "authors": [
2975 {
2976 "name": "Sebastian Bergmann",
2977 "email": "sb@sebastian-bergmann.de",
2978 "role": "lead"
2979 }
2980 ],
2981 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2982 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2983 "keywords": [
2984 "coverage",
2985 "testing",
2986 "xunit"
2987 ],
2988 "time": "2015-01-24 10:06:35"
2989 },
2990 {
2991 "name": "phpunit/php-file-iterator",
2992 "version": "1.3.4",
2993 "source": {
2994 "type": "git",
2995 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2996 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
2997 },
2998 "dist": {
2999 "type": "zip",
3000 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
3001 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
3002 "shasum": ""
3003 },
3004 "require": {
3005 "php": ">=5.3.3"
3006 },
3007 "type": "library",
3008 "autoload": {
3009 "classmap": [
3010 "File/"
3011 ]
3012 },
3013 "notification-url": "https://packagist.org/downloads/",
3014 "include-path": [
3015 ""
3016 ],
3017 "license": [
3018 "BSD-3-Clause"
3019 ],
3020 "authors": [
3021 {
3022 "name": "Sebastian Bergmann",
3023 "email": "sb@sebastian-bergmann.de",
3024 "role": "lead"
3025 }
3026 ],
3027 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3028 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3029 "keywords": [
3030 "filesystem",
3031 "iterator"
3032 ],
3033 "time": "2013-10-10 15:34:57"
3034 },
3035 {
3036 "name": "phpunit/php-text-template",
3037 "version": "1.2.0",
3038 "source": {
3039 "type": "git",
3040 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3041 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
3042 },
3043 "dist": {
3044 "type": "zip",
3045 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3046 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3047 "shasum": ""
3048 },
3049 "require": {
3050 "php": ">=5.3.3"
3051 },
3052 "type": "library",
3053 "autoload": {
3054 "classmap": [
3055 "Text/"
3056 ]
3057 },
3058 "notification-url": "https://packagist.org/downloads/",
3059 "include-path": [
3060 ""
3061 ],
3062 "license": [
3063 "BSD-3-Clause"
3064 ],
3065 "authors": [
3066 {
3067 "name": "Sebastian Bergmann",
3068 "email": "sb@sebastian-bergmann.de",
3069 "role": "lead"
3070 }
3071 ],
3072 "description": "Simple template engine.",
3073 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3074 "keywords": [
3075 "template"
3076 ],
3077 "time": "2014-01-30 17:20:04"
3078 },
3079 {
3080 "name": "phpunit/php-timer",
3081 "version": "1.0.5",
3082 "source": {
3083 "type": "git",
3084 "url": "https://github.com/sebastianbergmann/php-timer.git",
3085 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
3086 },
3087 "dist": {
3088 "type": "zip",
3089 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3090 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3091 "shasum": ""
3092 },
3093 "require": {
3094 "php": ">=5.3.3"
3095 },
3096 "type": "library",
3097 "autoload": {
3098 "classmap": [
3099 "PHP/"
3100 ]
3101 },
3102 "notification-url": "https://packagist.org/downloads/",
3103 "include-path": [
3104 ""
3105 ],
3106 "license": [
3107 "BSD-3-Clause"
3108 ],
3109 "authors": [
3110 {
3111 "name": "Sebastian Bergmann",
3112 "email": "sb@sebastian-bergmann.de",
3113 "role": "lead"
3114 }
3115 ],
3116 "description": "Utility class for timing",
3117 "homepage": "https://github.com/sebastianbergmann/php-timer/",
3118 "keywords": [
3119 "timer"
3120 ],
3121 "time": "2013-08-02 07:42:54"
3122 },
3123 {
3124 "name": "phpunit/php-token-stream",
3125 "version": "1.4.0",
3126 "source": {
3127 "type": "git",
3128 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3129 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
3130 },
3131 "dist": {
3132 "type": "zip",
3133 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",
3134 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
3135 "shasum": ""
3136 },
3137 "require": {
3138 "ext-tokenizer": "*",
3139 "php": ">=5.3.3"
3140 },
3141 "require-dev": {
3142 "phpunit/phpunit": "~4.2"
3143 },
3144 "type": "library",
3145 "extra": {
3146 "branch-alias": {
3147 "dev-master": "1.4-dev"
3148 }
3149 },
3150 "autoload": {
3151 "classmap": [
3152 "src/"
3153 ]
3154 },
3155 "notification-url": "https://packagist.org/downloads/",
3156 "license": [
3157 "BSD-3-Clause"
3158 ],
3159 "authors": [
3160 {
3161 "name": "Sebastian Bergmann",
3162 "email": "sebastian@phpunit.de"
3163 }
3164 ],
3165 "description": "Wrapper around PHP's tokenizer extension.",
3166 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3167 "keywords": [
3168 "tokenizer"
3169 ],
3170 "time": "2015-01-17 09:51:32"
3171 },
3172 {
3173 "name": "phpunit/phpunit",
3174 "version": "4.4.5",
3175 "source": {
3176 "type": "git",
3177 "url": "https://github.com/sebastianbergmann/phpunit.git",
3178 "reference": "2e8580deebb7d1ac92ac878595e6bffe01069c2a"
3179 },
3180 "dist": {
3181 "type": "zip",
3182 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2e8580deebb7d1ac92ac878595e6bffe01069c2a",
3183 "reference": "2e8580deebb7d1ac92ac878595e6bffe01069c2a",
3184 "shasum": ""
3185 },
3186 "require": {
3187 "ext-dom": "*",
3188 "ext-json": "*",
3189 "ext-pcre": "*",
3190 "ext-reflection": "*",
3191 "ext-spl": "*",
3192 "php": ">=5.3.3",
3193 "phpunit/php-code-coverage": "~2.0",
3194 "phpunit/php-file-iterator": "~1.3.2",
3195 "phpunit/php-text-template": "~1.2",
3196 "phpunit/php-timer": "~1.0.2",
3197 "phpunit/phpunit-mock-objects": "~2.3",
3198 "sebastian/comparator": "~1.0",
3199 "sebastian/diff": "~1.1",
3200 "sebastian/environment": "~1.1",
3201 "sebastian/exporter": "~1.1",
3202 "sebastian/global-state": "~1.0",
3203 "sebastian/recursion-context": "~1.0",
3204 "sebastian/version": "~1.0",
3205 "symfony/yaml": "~2.0"
3206 },
3207 "suggest": {
3208 "phpunit/php-invoker": "~1.1"
3209 },
3210 "bin": [
3211 "phpunit"
3212 ],
3213 "type": "library",
3214 "extra": {
3215 "branch-alias": {
3216 "dev-master": "4.4.x-dev"
3217 }
3218 },
3219 "autoload": {
3220 "classmap": [
3221 "src/"
3222 ]
3223 },
3224 "notification-url": "https://packagist.org/downloads/",
3225 "license": [
3226 "BSD-3-Clause"
3227 ],
3228 "authors": [
3229 {
3230 "name": "Sebastian Bergmann",
3231 "email": "sebastian@phpunit.de",
3232 "role": "lead"
3233 }
3234 ],
3235 "description": "The PHP Unit Testing framework.",
3236 "homepage": "https://phpunit.de/",
3237 "keywords": [
3238 "phpunit",
3239 "testing",
3240 "xunit"
3241 ],
3242 "time": "2015-01-27 16:06:15"
3243 },
3244 {
3245 "name": "phpunit/phpunit-mock-objects",
3246 "version": "2.3.0",
3247 "source": {
3248 "type": "git",
3249 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3250 "reference": "c63d2367247365f688544f0d500af90a11a44c65"
3251 },
3252 "dist": {
3253 "type": "zip",
3254 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
3255 "reference": "c63d2367247365f688544f0d500af90a11a44c65",
3256 "shasum": ""
3257 },
3258 "require": {
3259 "doctrine/instantiator": "~1.0,>=1.0.1",
3260 "php": ">=5.3.3",
3261 "phpunit/php-text-template": "~1.2"
3262 },
3263 "require-dev": {
3264 "phpunit/phpunit": "~4.3"
3265 },
3266 "suggest": {
3267 "ext-soap": "*"
3268 },
3269 "type": "library",
3270 "extra": {
3271 "branch-alias": {
3272 "dev-master": "2.3.x-dev"
3273 }
3274 },
3275 "autoload": {
3276 "classmap": [
3277 "src/"
3278 ]
3279 },
3280 "notification-url": "https://packagist.org/downloads/",
3281 "license": [
3282 "BSD-3-Clause"
3283 ],
3284 "authors": [
3285 {
3286 "name": "Sebastian Bergmann",
3287 "email": "sb@sebastian-bergmann.de",
3288 "role": "lead"
3289 }
3290 ],
3291 "description": "Mock Object library for PHPUnit",
3292 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3293 "keywords": [
3294 "mock",
3295 "xunit"
3296 ],
3297 "time": "2014-10-03 05:12:11"
3298 },
3299 {
3300 "name": "sebastian/comparator",
3301 "version": "1.1.1",
3302 "source": {
3303 "type": "git",
3304 "url": "https://github.com/sebastianbergmann/comparator.git",
3305 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
3306 },
3307 "dist": {
3308 "type": "zip",
3309 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
3310 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
3311 "shasum": ""
3312 },
3313 "require": {
3314 "php": ">=5.3.3",
3315 "sebastian/diff": "~1.2",
3316 "sebastian/exporter": "~1.2"
3317 },
3318 "require-dev": {
3319 "phpunit/phpunit": "~4.4"
3320 },
3321 "type": "library",
3322 "extra": {
3323 "branch-alias": {
3324 "dev-master": "1.1.x-dev"
3325 }
3326 },
3327 "autoload": {
3328 "classmap": [
3329 "src/"
3330 ]
3331 },
3332 "notification-url": "https://packagist.org/downloads/",
3333 "license": [
3334 "BSD-3-Clause"
3335 ],
3336 "authors": [
3337 {
3338 "name": "Jeff Welch",
3339 "email": "whatthejeff@gmail.com"
3340 },
3341 {
3342 "name": "Volker Dusch",
3343 "email": "github@wallbash.com"
3344 },
3345 {
3346 "name": "Bernhard Schussek",
3347 "email": "bschussek@2bepublished.at"
3348 },
3349 {
3350 "name": "Sebastian Bergmann",
3351 "email": "sebastian@phpunit.de"
3352 }
3353 ],
3354 "description": "Provides the functionality to compare PHP values for equality",
3355 "homepage": "http://www.github.com/sebastianbergmann/comparator",
3356 "keywords": [
3357 "comparator",
3358 "compare",
3359 "equality"
3360 ],
3361 "time": "2015-01-29 16:28:08"
3362 },
3363 {
3364 "name": "sebastian/diff",
3365 "version": "1.2.0",
3366 "source": {
3367 "type": "git",
3368 "url": "https://github.com/sebastianbergmann/diff.git",
3369 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
3370 },
3371 "dist": {
3372 "type": "zip",
3373 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
3374 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
3375 "shasum": ""
3376 },
3377 "require": {
3378 "php": ">=5.3.3"
3379 },
3380 "require-dev": {
3381 "phpunit/phpunit": "~4.2"
3382 },
3383 "type": "library",
3384 "extra": {
3385 "branch-alias": {
3386 "dev-master": "1.2-dev"
3387 }
3388 },
3389 "autoload": {
3390 "classmap": [
3391 "src/"
3392 ]
3393 },
3394 "notification-url": "https://packagist.org/downloads/",
3395 "license": [
3396 "BSD-3-Clause"
3397 ],
3398 "authors": [
3399 {
3400 "name": "Kore Nordmann",
3401 "email": "mail@kore-nordmann.de"
3402 },
3403 {
3404 "name": "Sebastian Bergmann",
3405 "email": "sebastian@phpunit.de"
3406 }
3407 ],
3408 "description": "Diff implementation",
3409 "homepage": "http://www.github.com/sebastianbergmann/diff",
3410 "keywords": [
3411 "diff"
3412 ],
3413 "time": "2014-08-15 10:29:00"
3414 },
3415 {
3416 "name": "sebastian/environment",
3417 "version": "1.2.1",
3418 "source": {
3419 "type": "git",
3420 "url": "https://github.com/sebastianbergmann/environment.git",
3421 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
3422 },
3423 "dist": {
3424 "type": "zip",
3425 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
3426 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
3427 "shasum": ""
3428 },
3429 "require": {
3430 "php": ">=5.3.3"
3431 },
3432 "require-dev": {
3433 "phpunit/phpunit": "~4.3"
3434 },
3435 "type": "library",
3436 "extra": {
3437 "branch-alias": {
3438 "dev-master": "1.2.x-dev"
3439 }
3440 },
3441 "autoload": {
3442 "classmap": [
3443 "src/"
3444 ]
3445 },
3446 "notification-url": "https://packagist.org/downloads/",
3447 "license": [
3448 "BSD-3-Clause"
3449 ],
3450 "authors": [
3451 {
3452 "name": "Sebastian Bergmann",
3453 "email": "sebastian@phpunit.de"
3454 }
3455 ],
3456 "description": "Provides functionality to handle HHVM/PHP environments",
3457 "homepage": "http://www.github.com/sebastianbergmann/environment",
3458 "keywords": [
3459 "Xdebug",
3460 "environment",
3461 "hhvm"
3462 ],
3463 "time": "2014-10-25 08:00:45"
3464 },
3465 {
3466 "name": "sebastian/exporter",
3467 "version": "1.2.0",
3468 "source": {
3469 "type": "git",
3470 "url": "https://github.com/sebastianbergmann/exporter.git",
3471 "reference": "84839970d05254c73cde183a721c7af13aede943"
3472 },
3473 "dist": {
3474 "type": "zip",
3475 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
3476 "reference": "84839970d05254c73cde183a721c7af13aede943",
3477 "shasum": ""
3478 },
3479 "require": {
3480 "php": ">=5.3.3",
3481 "sebastian/recursion-context": "~1.0"
3482 },
3483 "require-dev": {
3484 "phpunit/phpunit": "~4.4"
3485 },
3486 "type": "library",
3487 "extra": {
3488 "branch-alias": {
3489 "dev-master": "1.2.x-dev"
3490 }
3491 },
3492 "autoload": {
3493 "classmap": [
3494 "src/"
3495 ]
3496 },
3497 "notification-url": "https://packagist.org/downloads/",
3498 "license": [
3499 "BSD-3-Clause"
3500 ],
3501 "authors": [
3502 {
3503 "name": "Jeff Welch",
3504 "email": "whatthejeff@gmail.com"
3505 },
3506 {
3507 "name": "Volker Dusch",
3508 "email": "github@wallbash.com"
3509 },
3510 {
3511 "name": "Bernhard Schussek",
3512 "email": "bschussek@2bepublished.at"
3513 },
3514 {
3515 "name": "Sebastian Bergmann",
3516 "email": "sebastian@phpunit.de"
3517 },
3518 {
3519 "name": "Adam Harvey",
3520 "email": "aharvey@php.net"
3521 }
3522 ],
3523 "description": "Provides the functionality to export PHP variables for visualization",
3524 "homepage": "http://www.github.com/sebastianbergmann/exporter",
3525 "keywords": [
3526 "export",
3527 "exporter"
3528 ],
3529 "time": "2015-01-27 07:23:06"
3530 },
3531 {
3532 "name": "sebastian/global-state",
3533 "version": "1.0.0",
3534 "source": {
3535 "type": "git",
3536 "url": "https://github.com/sebastianbergmann/global-state.git",
3537 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
3538 },
3539 "dist": {
3540 "type": "zip",
3541 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3542 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3543 "shasum": ""
3544 },
3545 "require": {
3546 "php": ">=5.3.3"
3547 },
3548 "require-dev": {
3549 "phpunit/phpunit": "~4.2"
3550 },
3551 "suggest": {
3552 "ext-uopz": "*"
3553 },
3554 "type": "library",
3555 "extra": {
3556 "branch-alias": {
3557 "dev-master": "1.0-dev"
3558 }
3559 },
3560 "autoload": {
3561 "classmap": [
3562 "src/"
3563 ]
3564 },
3565 "notification-url": "https://packagist.org/downloads/",
3566 "license": [
3567 "BSD-3-Clause"
3568 ],
3569 "authors": [
3570 {
3571 "name": "Sebastian Bergmann",
3572 "email": "sebastian@phpunit.de"
3573 }
3574 ],
3575 "description": "Snapshotting of global state",
3576 "homepage": "http://www.github.com/sebastianbergmann/global-state",
3577 "keywords": [
3578 "global state"
3579 ],
3580 "time": "2014-10-06 09:23:50"
3581 },
3582 {
3583 "name": "sebastian/recursion-context",
3584 "version": "1.0.0",
3585 "source": {
3586 "type": "git",
3587 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3588 "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
3589 },
3590 "dist": {
3591 "type": "zip",
3592 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
3593 "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
3594 "shasum": ""
3595 },
3596 "require": {
3597 "php": ">=5.3.3"
3598 },
3599 "require-dev": {
3600 "phpunit/phpunit": "~4.4"
3601 },
3602 "type": "library",
3603 "extra": {
3604 "branch-alias": {
3605 "dev-master": "1.0.x-dev"
3606 }
3607 },
3608 "autoload": {
3609 "classmap": [
3610 "src/"
3611 ]
3612 },
3613 "notification-url": "https://packagist.org/downloads/",
3614 "license": [
3615 "BSD-3-Clause"
3616 ],
3617 "authors": [
3618 {
3619 "name": "Jeff Welch",
3620 "email": "whatthejeff@gmail.com"
3621 },
3622 {
3623 "name": "Sebastian Bergmann",
3624 "email": "sebastian@phpunit.de"
3625 },
3626 {
3627 "name": "Adam Harvey",
3628 "email": "aharvey@php.net"
3629 }
3630 ],
3631 "description": "Provides functionality to recursively process PHP variables",
3632 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3633 "time": "2015-01-24 09:48:32"
3634 },
3635 {
3636 "name": "sebastian/version",
3637 "version": "1.0.4",
3638 "source": {
3639 "type": "git",
3640 "url": "https://github.com/sebastianbergmann/version.git",
3641 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
3642 },
3643 "dist": {
3644 "type": "zip",
3645 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
3646 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
3647 "shasum": ""
3648 },
3649 "type": "library",
3650 "autoload": {
3651 "classmap": [
3652 "src/"
3653 ]
3654 },
3655 "notification-url": "https://packagist.org/downloads/",
3656 "license": [
3657 "BSD-3-Clause"
3658 ],
3659 "authors": [
3660 {
3661 "name": "Sebastian Bergmann",
3662 "email": "sebastian@phpunit.de",
3663 "role": "lead"
3664 }
3665 ],
3666 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3667 "homepage": "https://github.com/sebastianbergmann/version",
3668 "time": "2014-12-15 14:25:24"
3669 },
3670 {
3671 "name": "sensio/generator-bundle",
3672 "version": "v2.5.1",
3673 "target-dir": "Sensio/Bundle/GeneratorBundle",
3674 "source": {
3675 "type": "git",
3676 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3677 "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd"
3678 },
3679 "dist": {
3680 "type": "zip",
3681 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/9e23fc3de265ae013690d84aab98e7a84f46edcd",
3682 "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd",
3683 "shasum": ""
3684 },
3685 "require": {
3686 "symfony/console": "~2.5",
3687 "symfony/framework-bundle": "~2.2"
3688 },
3689 "require-dev": {
3690 "doctrine/orm": "~2.2,>=2.2.3",
3691 "symfony/doctrine-bridge": "~2.2",
3692 "twig/twig": "~1.11"
3693 },
3694 "type": "symfony-bundle",
3695 "extra": {
3696 "branch-alias": {
3697 "dev-master": "2.5.x-dev"
3698 }
3699 },
3700 "autoload": {
3701 "psr-0": {
3702 "Sensio\\Bundle\\GeneratorBundle": ""
3703 }
3704 },
3705 "notification-url": "https://packagist.org/downloads/",
3706 "license": [
3707 "MIT"
3708 ],
3709 "authors": [
3710 {
3711 "name": "Fabien Potencier",
3712 "email": "fabien@symfony.com"
3713 }
3714 ],
3715 "description": "This bundle generates code for you",
3716 "time": "2015-01-13 07:33:46"
3717 }
3718 ],
3719 "aliases": [],
3720 "minimum-stability": "dev",
3721 "stability-flags": {
3722 "htmlawed/htmlawed": 20,
3723 "wallabag/php-flash-messages": 20,
3724 "wallabag/kriss_php5": 20,
3725 "wallabag/pagination": 20,
3726 "wallabag/phpepub": 20,
3727 "wallabag/php-readability": 20,
3728 "wallabag/phpmobi": 20,
3729 "wallabag/fivefilters_libraries": 20
3730 },
3731 "prefer-stable": true,
3732 "prefer-lowest": false,
3733 "platform": {
3734 "php": ">=5.3.3"
3735 },
3736 "platform-dev": []
3737 }