]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #1418 from wallabag/v2-previewpicture-filter
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "d457fa385420eb29a177ac38eac977c3",
8 "packages": [
9 {
10 "name": "doctrine/annotations",
11 "version": "v1.2.7",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/annotations.git",
15 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
20 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21 "shasum": ""
22 },
23 "require": {
24 "doctrine/lexer": "1.*",
25 "php": ">=5.3.2"
26 },
27 "require-dev": {
28 "doctrine/cache": "1.*",
29 "phpunit/phpunit": "4.*"
30 },
31 "type": "library",
32 "extra": {
33 "branch-alias": {
34 "dev-master": "1.3.x-dev"
35 }
36 },
37 "autoload": {
38 "psr-0": {
39 "Doctrine\\Common\\Annotations\\": "lib/"
40 }
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
44 "MIT"
45 ],
46 "authors": [
47 {
48 "name": "Roman Borschel",
49 "email": "roman@code-factory.org"
50 },
51 {
52 "name": "Benjamin Eberlei",
53 "email": "kontakt@beberlei.de"
54 },
55 {
56 "name": "Guilherme Blanco",
57 "email": "guilhermeblanco@gmail.com"
58 },
59 {
60 "name": "Jonathan Wage",
61 "email": "jonwage@gmail.com"
62 },
63 {
64 "name": "Johannes Schmitt",
65 "email": "schmittjoh@gmail.com"
66 }
67 ],
68 "description": "Docblock Annotations Parser",
69 "homepage": "http://www.doctrine-project.org",
70 "keywords": [
71 "annotations",
72 "docblock",
73 "parser"
74 ],
75 "time": "2015-08-31 12:32:49"
76 },
77 {
78 "name": "doctrine/cache",
79 "version": "v1.4.2",
80 "source": {
81 "type": "git",
82 "url": "https://github.com/doctrine/cache.git",
83 "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
84 },
85 "dist": {
86 "type": "zip",
87 "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
88 "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
89 "shasum": ""
90 },
91 "require": {
92 "php": ">=5.3.2"
93 },
94 "conflict": {
95 "doctrine/common": ">2.2,<2.4"
96 },
97 "require-dev": {
98 "phpunit/phpunit": ">=3.7",
99 "predis/predis": "~1.0",
100 "satooshi/php-coveralls": "~0.6"
101 },
102 "type": "library",
103 "extra": {
104 "branch-alias": {
105 "dev-master": "1.5.x-dev"
106 }
107 },
108 "autoload": {
109 "psr-0": {
110 "Doctrine\\Common\\Cache\\": "lib/"
111 }
112 },
113 "notification-url": "https://packagist.org/downloads/",
114 "license": [
115 "MIT"
116 ],
117 "authors": [
118 {
119 "name": "Roman Borschel",
120 "email": "roman@code-factory.org"
121 },
122 {
123 "name": "Benjamin Eberlei",
124 "email": "kontakt@beberlei.de"
125 },
126 {
127 "name": "Guilherme Blanco",
128 "email": "guilhermeblanco@gmail.com"
129 },
130 {
131 "name": "Jonathan Wage",
132 "email": "jonwage@gmail.com"
133 },
134 {
135 "name": "Johannes Schmitt",
136 "email": "schmittjoh@gmail.com"
137 }
138 ],
139 "description": "Caching library offering an object-oriented API for many cache backends",
140 "homepage": "http://www.doctrine-project.org",
141 "keywords": [
142 "cache",
143 "caching"
144 ],
145 "time": "2015-08-31 12:36:41"
146 },
147 {
148 "name": "doctrine/collections",
149 "version": "v1.3.0",
150 "source": {
151 "type": "git",
152 "url": "https://github.com/doctrine/collections.git",
153 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
154 },
155 "dist": {
156 "type": "zip",
157 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
158 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159 "shasum": ""
160 },
161 "require": {
162 "php": ">=5.3.2"
163 },
164 "require-dev": {
165 "phpunit/phpunit": "~4.0"
166 },
167 "type": "library",
168 "extra": {
169 "branch-alias": {
170 "dev-master": "1.2.x-dev"
171 }
172 },
173 "autoload": {
174 "psr-0": {
175 "Doctrine\\Common\\Collections\\": "lib/"
176 }
177 },
178 "notification-url": "https://packagist.org/downloads/",
179 "license": [
180 "MIT"
181 ],
182 "authors": [
183 {
184 "name": "Roman Borschel",
185 "email": "roman@code-factory.org"
186 },
187 {
188 "name": "Benjamin Eberlei",
189 "email": "kontakt@beberlei.de"
190 },
191 {
192 "name": "Guilherme Blanco",
193 "email": "guilhermeblanco@gmail.com"
194 },
195 {
196 "name": "Jonathan Wage",
197 "email": "jonwage@gmail.com"
198 },
199 {
200 "name": "Johannes Schmitt",
201 "email": "schmittjoh@gmail.com"
202 }
203 ],
204 "description": "Collections Abstraction library",
205 "homepage": "http://www.doctrine-project.org",
206 "keywords": [
207 "array",
208 "collections",
209 "iterator"
210 ],
211 "time": "2015-04-14 22:21:58"
212 },
213 {
214 "name": "doctrine/common",
215 "version": "v2.5.1",
216 "source": {
217 "type": "git",
218 "url": "https://github.com/doctrine/common.git",
219 "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
220 },
221 "dist": {
222 "type": "zip",
223 "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
224 "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
225 "shasum": ""
226 },
227 "require": {
228 "doctrine/annotations": "1.*",
229 "doctrine/cache": "1.*",
230 "doctrine/collections": "1.*",
231 "doctrine/inflector": "1.*",
232 "doctrine/lexer": "1.*",
233 "php": ">=5.3.2"
234 },
235 "require-dev": {
236 "phpunit/phpunit": "~3.7"
237 },
238 "type": "library",
239 "extra": {
240 "branch-alias": {
241 "dev-master": "2.6.x-dev"
242 }
243 },
244 "autoload": {
245 "psr-0": {
246 "Doctrine\\Common\\": "lib/"
247 }
248 },
249 "notification-url": "https://packagist.org/downloads/",
250 "license": [
251 "MIT"
252 ],
253 "authors": [
254 {
255 "name": "Roman Borschel",
256 "email": "roman@code-factory.org"
257 },
258 {
259 "name": "Benjamin Eberlei",
260 "email": "kontakt@beberlei.de"
261 },
262 {
263 "name": "Guilherme Blanco",
264 "email": "guilhermeblanco@gmail.com"
265 },
266 {
267 "name": "Jonathan Wage",
268 "email": "jonwage@gmail.com"
269 },
270 {
271 "name": "Johannes Schmitt",
272 "email": "schmittjoh@gmail.com"
273 }
274 ],
275 "description": "Common Library for Doctrine projects",
276 "homepage": "http://www.doctrine-project.org",
277 "keywords": [
278 "annotations",
279 "collections",
280 "eventmanager",
281 "persistence",
282 "spl"
283 ],
284 "time": "2015-08-31 13:00:22"
285 },
286 {
287 "name": "doctrine/dbal",
288 "version": "v2.5.1",
289 "source": {
290 "type": "git",
291 "url": "https://github.com/doctrine/dbal.git",
292 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
293 },
294 "dist": {
295 "type": "zip",
296 "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
297 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
298 "shasum": ""
299 },
300 "require": {
301 "doctrine/common": ">=2.4,<2.6-dev",
302 "php": ">=5.3.2"
303 },
304 "require-dev": {
305 "phpunit/phpunit": "4.*",
306 "symfony/console": "2.*"
307 },
308 "suggest": {
309 "symfony/console": "For helpful console commands such as SQL execution and import of files."
310 },
311 "bin": [
312 "bin/doctrine-dbal"
313 ],
314 "type": "library",
315 "extra": {
316 "branch-alias": {
317 "dev-master": "2.5.x-dev"
318 }
319 },
320 "autoload": {
321 "psr-0": {
322 "Doctrine\\DBAL\\": "lib/"
323 }
324 },
325 "notification-url": "https://packagist.org/downloads/",
326 "license": [
327 "MIT"
328 ],
329 "authors": [
330 {
331 "name": "Roman Borschel",
332 "email": "roman@code-factory.org"
333 },
334 {
335 "name": "Benjamin Eberlei",
336 "email": "kontakt@beberlei.de"
337 },
338 {
339 "name": "Guilherme Blanco",
340 "email": "guilhermeblanco@gmail.com"
341 },
342 {
343 "name": "Jonathan Wage",
344 "email": "jonwage@gmail.com"
345 }
346 ],
347 "description": "Database Abstraction Layer",
348 "homepage": "http://www.doctrine-project.org",
349 "keywords": [
350 "database",
351 "dbal",
352 "persistence",
353 "queryobject"
354 ],
355 "time": "2015-01-12 21:52:47"
356 },
357 {
358 "name": "doctrine/doctrine-bundle",
359 "version": "v1.5.1",
360 "source": {
361 "type": "git",
362 "url": "https://github.com/doctrine/DoctrineBundle.git",
363 "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01"
364 },
365 "dist": {
366 "type": "zip",
367 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01",
368 "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01",
369 "shasum": ""
370 },
371 "require": {
372 "doctrine/dbal": "~2.3",
373 "doctrine/doctrine-cache-bundle": "~1.0",
374 "jdorn/sql-formatter": "~1.1",
375 "php": ">=5.3.2",
376 "symfony/console": "~2.3|~3.0",
377 "symfony/doctrine-bridge": "~2.2|~3.0",
378 "symfony/framework-bundle": "~2.3|~3.0"
379 },
380 "require-dev": {
381 "doctrine/orm": "~2.3",
382 "phpunit/phpunit": "~4",
383 "satooshi/php-coveralls": "~0.6.1",
384 "symfony/validator": "~2.2|~3.0",
385 "symfony/yaml": "~2.2|~3.0",
386 "twig/twig": "~1.10"
387 },
388 "suggest": {
389 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
390 "symfony/web-profiler-bundle": "to use the data collector"
391 },
392 "type": "symfony-bundle",
393 "extra": {
394 "branch-alias": {
395 "dev-master": "1.5.x-dev"
396 }
397 },
398 "autoload": {
399 "psr-4": {
400 "Doctrine\\Bundle\\DoctrineBundle\\": ""
401 }
402 },
403 "notification-url": "https://packagist.org/downloads/",
404 "license": [
405 "MIT"
406 ],
407 "authors": [
408 {
409 "name": "Symfony Community",
410 "homepage": "http://symfony.com/contributors"
411 },
412 {
413 "name": "Benjamin Eberlei",
414 "email": "kontakt@beberlei.de"
415 },
416 {
417 "name": "Doctrine Project",
418 "homepage": "http://www.doctrine-project.org/"
419 },
420 {
421 "name": "Fabien Potencier",
422 "email": "fabien@symfony.com"
423 }
424 ],
425 "description": "Symfony DoctrineBundle",
426 "homepage": "http://www.doctrine-project.org",
427 "keywords": [
428 "database",
429 "dbal",
430 "orm",
431 "persistence"
432 ],
433 "time": "2015-08-12 15:52:00"
434 },
435 {
436 "name": "doctrine/doctrine-cache-bundle",
437 "version": "v1.0.1",
438 "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
439 "source": {
440 "type": "git",
441 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
442 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
443 },
444 "dist": {
445 "type": "zip",
446 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
447 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
448 "shasum": ""
449 },
450 "require": {
451 "doctrine/cache": "~1.3",
452 "doctrine/inflector": "~1.0",
453 "php": ">=5.3.2",
454 "symfony/doctrine-bridge": "~2.2",
455 "symfony/framework-bundle": "~2.2",
456 "symfony/security": "~2.2"
457 },
458 "require-dev": {
459 "instaclick/coding-standard": "~1.1",
460 "instaclick/object-calisthenics-sniffs": "dev-master",
461 "instaclick/symfony2-coding-standard": "dev-remaster",
462 "phpunit/phpunit": "~3.7",
463 "satooshi/php-coveralls": "~0.6.1",
464 "squizlabs/php_codesniffer": "dev-master",
465 "symfony/console": "~2.2",
466 "symfony/finder": "~2.2",
467 "symfony/validator": "~2.2",
468 "symfony/yaml": "~2.2"
469 },
470 "type": "symfony-bundle",
471 "extra": {
472 "branch-alias": {
473 "dev-master": "1.0.x-dev"
474 }
475 },
476 "autoload": {
477 "psr-0": {
478 "Doctrine\\Bundle\\DoctrineCacheBundle": ""
479 }
480 },
481 "notification-url": "https://packagist.org/downloads/",
482 "license": [
483 "MIT"
484 ],
485 "authors": [
486 {
487 "name": "Symfony Community",
488 "homepage": "http://symfony.com/contributors"
489 },
490 {
491 "name": "Benjamin Eberlei",
492 "email": "kontakt@beberlei.de"
493 },
494 {
495 "name": "Fabio B. Silva",
496 "email": "fabio.bat.silva@gmail.com"
497 },
498 {
499 "name": "Guilherme Blanco",
500 "email": "guilhermeblanco@hotmail.com"
501 },
502 {
503 "name": "Doctrine Project",
504 "homepage": "http://www.doctrine-project.org/"
505 },
506 {
507 "name": "Fabien Potencier",
508 "email": "fabien@symfony.com"
509 }
510 ],
511 "description": "Symfony2 Bundle for Doctrine Cache",
512 "homepage": "http://www.doctrine-project.org",
513 "keywords": [
514 "cache",
515 "caching"
516 ],
517 "time": "2014-11-28 09:43:36"
518 },
519 {
520 "name": "doctrine/inflector",
521 "version": "v1.0.1",
522 "source": {
523 "type": "git",
524 "url": "https://github.com/doctrine/inflector.git",
525 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
526 },
527 "dist": {
528 "type": "zip",
529 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
530 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
531 "shasum": ""
532 },
533 "require": {
534 "php": ">=5.3.2"
535 },
536 "require-dev": {
537 "phpunit/phpunit": "4.*"
538 },
539 "type": "library",
540 "extra": {
541 "branch-alias": {
542 "dev-master": "1.0.x-dev"
543 }
544 },
545 "autoload": {
546 "psr-0": {
547 "Doctrine\\Common\\Inflector\\": "lib/"
548 }
549 },
550 "notification-url": "https://packagist.org/downloads/",
551 "license": [
552 "MIT"
553 ],
554 "authors": [
555 {
556 "name": "Roman Borschel",
557 "email": "roman@code-factory.org"
558 },
559 {
560 "name": "Benjamin Eberlei",
561 "email": "kontakt@beberlei.de"
562 },
563 {
564 "name": "Guilherme Blanco",
565 "email": "guilhermeblanco@gmail.com"
566 },
567 {
568 "name": "Jonathan Wage",
569 "email": "jonwage@gmail.com"
570 },
571 {
572 "name": "Johannes Schmitt",
573 "email": "schmittjoh@gmail.com"
574 }
575 ],
576 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
577 "homepage": "http://www.doctrine-project.org",
578 "keywords": [
579 "inflection",
580 "pluralize",
581 "singularize",
582 "string"
583 ],
584 "time": "2014-12-20 21:24:13"
585 },
586 {
587 "name": "doctrine/instantiator",
588 "version": "1.0.5",
589 "source": {
590 "type": "git",
591 "url": "https://github.com/doctrine/instantiator.git",
592 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
593 },
594 "dist": {
595 "type": "zip",
596 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
597 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
598 "shasum": ""
599 },
600 "require": {
601 "php": ">=5.3,<8.0-DEV"
602 },
603 "require-dev": {
604 "athletic/athletic": "~0.1.8",
605 "ext-pdo": "*",
606 "ext-phar": "*",
607 "phpunit/phpunit": "~4.0",
608 "squizlabs/php_codesniffer": "~2.0"
609 },
610 "type": "library",
611 "extra": {
612 "branch-alias": {
613 "dev-master": "1.0.x-dev"
614 }
615 },
616 "autoload": {
617 "psr-4": {
618 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
619 }
620 },
621 "notification-url": "https://packagist.org/downloads/",
622 "license": [
623 "MIT"
624 ],
625 "authors": [
626 {
627 "name": "Marco Pivetta",
628 "email": "ocramius@gmail.com",
629 "homepage": "http://ocramius.github.com/"
630 }
631 ],
632 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
633 "homepage": "https://github.com/doctrine/instantiator",
634 "keywords": [
635 "constructor",
636 "instantiate"
637 ],
638 "time": "2015-06-14 21:17:01"
639 },
640 {
641 "name": "doctrine/lexer",
642 "version": "v1.0.1",
643 "source": {
644 "type": "git",
645 "url": "https://github.com/doctrine/lexer.git",
646 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
647 },
648 "dist": {
649 "type": "zip",
650 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
651 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
652 "shasum": ""
653 },
654 "require": {
655 "php": ">=5.3.2"
656 },
657 "type": "library",
658 "extra": {
659 "branch-alias": {
660 "dev-master": "1.0.x-dev"
661 }
662 },
663 "autoload": {
664 "psr-0": {
665 "Doctrine\\Common\\Lexer\\": "lib/"
666 }
667 },
668 "notification-url": "https://packagist.org/downloads/",
669 "license": [
670 "MIT"
671 ],
672 "authors": [
673 {
674 "name": "Roman Borschel",
675 "email": "roman@code-factory.org"
676 },
677 {
678 "name": "Guilherme Blanco",
679 "email": "guilhermeblanco@gmail.com"
680 },
681 {
682 "name": "Johannes Schmitt",
683 "email": "schmittjoh@gmail.com"
684 }
685 ],
686 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
687 "homepage": "http://www.doctrine-project.org",
688 "keywords": [
689 "lexer",
690 "parser"
691 ],
692 "time": "2014-09-09 13:34:57"
693 },
694 {
695 "name": "doctrine/orm",
696 "version": "v2.5.0",
697 "source": {
698 "type": "git",
699 "url": "https://github.com/doctrine/doctrine2.git",
700 "reference": "aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe"
701 },
702 "dist": {
703 "type": "zip",
704 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe",
705 "reference": "aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe",
706 "shasum": ""
707 },
708 "require": {
709 "doctrine/cache": "~1.4",
710 "doctrine/collections": "~1.2",
711 "doctrine/common": ">=2.5-dev,<2.6-dev",
712 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
713 "doctrine/instantiator": "~1.0.1",
714 "ext-pdo": "*",
715 "php": ">=5.4",
716 "symfony/console": "~2.5"
717 },
718 "require-dev": {
719 "phpunit/phpunit": "~4.0",
720 "satooshi/php-coveralls": "dev-master",
721 "symfony/yaml": "~2.1"
722 },
723 "suggest": {
724 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
725 },
726 "bin": [
727 "bin/doctrine",
728 "bin/doctrine.php"
729 ],
730 "type": "library",
731 "extra": {
732 "branch-alias": {
733 "dev-master": "2.6.x-dev"
734 }
735 },
736 "autoload": {
737 "psr-0": {
738 "Doctrine\\ORM\\": "lib/"
739 }
740 },
741 "notification-url": "https://packagist.org/downloads/",
742 "license": [
743 "MIT"
744 ],
745 "authors": [
746 {
747 "name": "Roman Borschel",
748 "email": "roman@code-factory.org"
749 },
750 {
751 "name": "Benjamin Eberlei",
752 "email": "kontakt@beberlei.de"
753 },
754 {
755 "name": "Guilherme Blanco",
756 "email": "guilhermeblanco@gmail.com"
757 },
758 {
759 "name": "Jonathan Wage",
760 "email": "jonwage@gmail.com"
761 }
762 ],
763 "description": "Object-Relational-Mapper for PHP",
764 "homepage": "http://www.doctrine-project.org",
765 "keywords": [
766 "database",
767 "orm"
768 ],
769 "time": "2015-04-02 20:40:18"
770 },
771 {
772 "name": "ezyang/htmlpurifier",
773 "version": "v4.7.0",
774 "source": {
775 "type": "git",
776 "url": "https://github.com/ezyang/htmlpurifier.git",
777 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
778 },
779 "dist": {
780 "type": "zip",
781 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
782 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
783 "shasum": ""
784 },
785 "require": {
786 "php": ">=5.2"
787 },
788 "type": "library",
789 "autoload": {
790 "psr-0": {
791 "HTMLPurifier": "library/"
792 },
793 "files": [
794 "library/HTMLPurifier.composer.php"
795 ]
796 },
797 "notification-url": "https://packagist.org/downloads/",
798 "license": [
799 "LGPL"
800 ],
801 "authors": [
802 {
803 "name": "Edward Z. Yang",
804 "email": "admin@htmlpurifier.org",
805 "homepage": "http://ezyang.com"
806 }
807 ],
808 "description": "Standards compliant HTML filter written in PHP",
809 "homepage": "http://htmlpurifier.org/",
810 "keywords": [
811 "html"
812 ],
813 "time": "2015-08-05 01:03:42"
814 },
815 {
816 "name": "fin1te/safecurl",
817 "version": "v1.1",
818 "source": {
819 "type": "git",
820 "url": "https://github.com/fin1te/safecurl.git",
821 "reference": "98aae75a1f4f8dec2194ce889d418d16c3c877e4"
822 },
823 "dist": {
824 "type": "zip",
825 "url": "https://api.github.com/repos/fin1te/safecurl/zipball/98aae75a1f4f8dec2194ce889d418d16c3c877e4",
826 "reference": "98aae75a1f4f8dec2194ce889d418d16c3c877e4",
827 "shasum": ""
828 },
829 "require": {
830 "php": ">=5.3.0"
831 },
832 "require-dev": {
833 "phpunit/phpunit": "3.7.*"
834 },
835 "type": "library",
836 "autoload": {
837 "psr-0": {
838 "fin1te\\SafeCurl": "src/"
839 }
840 },
841 "notification-url": "https://packagist.org/downloads/",
842 "license": [
843 "MIT"
844 ],
845 "authors": [
846 {
847 "name": "Jack W",
848 "email": "jack@fin1te.net"
849 }
850 ],
851 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
852 "keywords": [
853 "curl",
854 "safe",
855 "safecurl",
856 "ssrf",
857 "websec"
858 ],
859 "time": "2014-05-20 12:10:12"
860 },
861 {
862 "name": "friendsofsymfony/rest-bundle",
863 "version": "1.7.1",
864 "target-dir": "FOS/RestBundle",
865 "source": {
866 "type": "git",
867 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
868 "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6"
869 },
870 "dist": {
871 "type": "zip",
872 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3fb2d30c58cde59213dbddd031bc36171b8b68b6",
873 "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6",
874 "shasum": ""
875 },
876 "require": {
877 "doctrine/inflector": "~1.0",
878 "php": ">=5.3.9",
879 "psr/log": "~1.0",
880 "symfony/framework-bundle": "~2.3",
881 "symfony/http-kernel": "~2.3,>=2.3.24",
882 "willdurand/jsonp-callback-validator": "~1.0",
883 "willdurand/negotiation": "~1.2"
884 },
885 "conflict": {
886 "jms/serializer": "<0.12",
887 "jms/serializer-bundle": "<0.11",
888 "symfony/validator": ">=2.5.0,<2.5.5"
889 },
890 "require-dev": {
891 "jms/serializer": "~0.13",
892 "jms/serializer-bundle": "~0.12",
893 "phpoption/phpoption": "~1.1.0",
894 "sensio/framework-extra-bundle": "~3.0",
895 "symfony/browser-kit": "~2.3",
896 "symfony/dependency-injection": "~2.3",
897 "symfony/form": "~2.3",
898 "symfony/security": "~2.3",
899 "symfony/serializer": "~2.3",
900 "symfony/validator": "~2.3",
901 "symfony/yaml": "~2.3"
902 },
903 "suggest": {
904 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
905 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
906 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
907 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
908 },
909 "type": "symfony-bundle",
910 "extra": {
911 "branch-alias": {
912 "dev-master": "1.7-dev"
913 }
914 },
915 "autoload": {
916 "psr-0": {
917 "FOS\\RestBundle": ""
918 }
919 },
920 "notification-url": "https://packagist.org/downloads/",
921 "license": [
922 "MIT"
923 ],
924 "authors": [
925 {
926 "name": "Lukas Kahwe Smith",
927 "email": "smith@pooteeweet.org"
928 },
929 {
930 "name": "FriendsOfSymfony Community",
931 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
932 },
933 {
934 "name": "Konstantin Kudryashov",
935 "email": "ever.zet@gmail.com"
936 }
937 ],
938 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
939 "homepage": "http://friendsofsymfony.github.com",
940 "keywords": [
941 "rest"
942 ],
943 "time": "2015-06-16 08:39:26"
944 },
945 {
946 "name": "friendsofsymfony/user-bundle",
947 "version": "dev-master",
948 "source": {
949 "type": "git",
950 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
951 "reference": "336d9cd8ba0c5a462b3e70be144a7bef5377b219"
952 },
953 "dist": {
954 "type": "zip",
955 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/336d9cd8ba0c5a462b3e70be144a7bef5377b219",
956 "reference": "336d9cd8ba0c5a462b3e70be144a7bef5377b219",
957 "shasum": ""
958 },
959 "require": {
960 "php": ">=5.3.2",
961 "symfony/form": "~2.3",
962 "symfony/framework-bundle": "~2.3",
963 "symfony/security-bundle": "~2.3",
964 "symfony/twig-bundle": "~2.3"
965 },
966 "require-dev": {
967 "doctrine/doctrine-bundle": "~1.3",
968 "swiftmailer/swiftmailer": "~4.3|~5",
969 "symfony/validator": "~2.3",
970 "symfony/yaml": "~2.3",
971 "willdurand/propel-typehintable-behavior": "~1.0"
972 },
973 "suggest": {
974 "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
975 },
976 "type": "symfony-bundle",
977 "extra": {
978 "branch-alias": {
979 "dev-master": "2.0.x-dev"
980 }
981 },
982 "autoload": {
983 "psr-4": {
984 "FOS\\UserBundle\\": ""
985 }
986 },
987 "notification-url": "https://packagist.org/downloads/",
988 "license": [
989 "MIT"
990 ],
991 "authors": [
992 {
993 "name": "Christophe Coevoet",
994 "email": "stof@notk.org"
995 },
996 {
997 "name": "FriendsOfSymfony Community",
998 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
999 },
1000 {
1001 "name": "Thibault Duplessis",
1002 "email": "thibault.duplessis@gmail.com"
1003 }
1004 ],
1005 "description": "Symfony FOSUserBundle",
1006 "homepage": "http://friendsofsymfony.github.com",
1007 "keywords": [
1008 "User management"
1009 ],
1010 "time": "2015-08-14 09:45:59"
1011 },
1012 {
1013 "name": "guzzlehttp/guzzle",
1014 "version": "5.3.0",
1015 "source": {
1016 "type": "git",
1017 "url": "https://github.com/guzzle/guzzle.git",
1018 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
1019 },
1020 "dist": {
1021 "type": "zip",
1022 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
1023 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
1024 "shasum": ""
1025 },
1026 "require": {
1027 "guzzlehttp/ringphp": "^1.1",
1028 "php": ">=5.4.0"
1029 },
1030 "require-dev": {
1031 "ext-curl": "*",
1032 "phpunit/phpunit": "^4.0",
1033 "psr/log": "^1.0"
1034 },
1035 "type": "library",
1036 "extra": {
1037 "branch-alias": {
1038 "dev-master": "5.0-dev"
1039 }
1040 },
1041 "autoload": {
1042 "psr-4": {
1043 "GuzzleHttp\\": "src/"
1044 }
1045 },
1046 "notification-url": "https://packagist.org/downloads/",
1047 "license": [
1048 "MIT"
1049 ],
1050 "authors": [
1051 {
1052 "name": "Michael Dowling",
1053 "email": "mtdowling@gmail.com",
1054 "homepage": "https://github.com/mtdowling"
1055 }
1056 ],
1057 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1058 "homepage": "http://guzzlephp.org/",
1059 "keywords": [
1060 "client",
1061 "curl",
1062 "framework",
1063 "http",
1064 "http client",
1065 "rest",
1066 "web service"
1067 ],
1068 "time": "2015-05-20 03:47:55"
1069 },
1070 {
1071 "name": "guzzlehttp/ringphp",
1072 "version": "1.1.0",
1073 "source": {
1074 "type": "git",
1075 "url": "https://github.com/guzzle/RingPHP.git",
1076 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1077 },
1078 "dist": {
1079 "type": "zip",
1080 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1081 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1082 "shasum": ""
1083 },
1084 "require": {
1085 "guzzlehttp/streams": "~3.0",
1086 "php": ">=5.4.0",
1087 "react/promise": "~2.0"
1088 },
1089 "require-dev": {
1090 "ext-curl": "*",
1091 "phpunit/phpunit": "~4.0"
1092 },
1093 "suggest": {
1094 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1095 },
1096 "type": "library",
1097 "extra": {
1098 "branch-alias": {
1099 "dev-master": "1.1-dev"
1100 }
1101 },
1102 "autoload": {
1103 "psr-4": {
1104 "GuzzleHttp\\Ring\\": "src/"
1105 }
1106 },
1107 "notification-url": "https://packagist.org/downloads/",
1108 "license": [
1109 "MIT"
1110 ],
1111 "authors": [
1112 {
1113 "name": "Michael Dowling",
1114 "email": "mtdowling@gmail.com",
1115 "homepage": "https://github.com/mtdowling"
1116 }
1117 ],
1118 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1119 "time": "2015-05-20 03:37:09"
1120 },
1121 {
1122 "name": "guzzlehttp/streams",
1123 "version": "3.0.0",
1124 "source": {
1125 "type": "git",
1126 "url": "https://github.com/guzzle/streams.git",
1127 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1128 },
1129 "dist": {
1130 "type": "zip",
1131 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1132 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1133 "shasum": ""
1134 },
1135 "require": {
1136 "php": ">=5.4.0"
1137 },
1138 "require-dev": {
1139 "phpunit/phpunit": "~4.0"
1140 },
1141 "type": "library",
1142 "extra": {
1143 "branch-alias": {
1144 "dev-master": "3.0-dev"
1145 }
1146 },
1147 "autoload": {
1148 "psr-4": {
1149 "GuzzleHttp\\Stream\\": "src/"
1150 }
1151 },
1152 "notification-url": "https://packagist.org/downloads/",
1153 "license": [
1154 "MIT"
1155 ],
1156 "authors": [
1157 {
1158 "name": "Michael Dowling",
1159 "email": "mtdowling@gmail.com",
1160 "homepage": "https://github.com/mtdowling"
1161 }
1162 ],
1163 "description": "Provides a simple abstraction over streams of data",
1164 "homepage": "http://guzzlephp.org/",
1165 "keywords": [
1166 "Guzzle",
1167 "stream"
1168 ],
1169 "time": "2014-10-12 19:18:40"
1170 },
1171 {
1172 "name": "htmlawed/htmlawed",
1173 "version": "1.1.19",
1174 "source": {
1175 "type": "git",
1176 "url": "https://github.com/kesar/HTMLawed.git",
1177 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
1178 },
1179 "dist": {
1180 "type": "zip",
1181 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1182 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1183 "shasum": ""
1184 },
1185 "require": {
1186 "php": ">4.4.0"
1187 },
1188 "type": "library",
1189 "autoload": {
1190 "files": [
1191 "htmLawed.php"
1192 ]
1193 },
1194 "notification-url": "https://packagist.org/downloads/",
1195 "license": [
1196 "GPL-2.0+",
1197 "LGPL-3.0"
1198 ],
1199 "authors": [
1200 {
1201 "name": "Santosh Patnaik",
1202 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1203 "role": "Developer"
1204 }
1205 ],
1206 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1207 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1208 "keywords": [
1209 "HTMLtidy",
1210 "html",
1211 "sanitize",
1212 "strip",
1213 "tags"
1214 ],
1215 "time": "2015-04-05 17:23:05"
1216 },
1217 {
1218 "name": "incenteev/composer-parameter-handler",
1219 "version": "v2.1.1",
1220 "source": {
1221 "type": "git",
1222 "url": "https://github.com/Incenteev/ParameterHandler.git",
1223 "reference": "84a205fe80a46101607bafbc423019527893ddd0"
1224 },
1225 "dist": {
1226 "type": "zip",
1227 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/84a205fe80a46101607bafbc423019527893ddd0",
1228 "reference": "84a205fe80a46101607bafbc423019527893ddd0",
1229 "shasum": ""
1230 },
1231 "require": {
1232 "php": ">=5.3.3",
1233 "symfony/yaml": "~2.0"
1234 },
1235 "require-dev": {
1236 "composer/composer": "1.0.*@dev",
1237 "phpspec/prophecy-phpunit": "~1.0",
1238 "symfony/filesystem": "~2.2"
1239 },
1240 "type": "library",
1241 "extra": {
1242 "branch-alias": {
1243 "dev-master": "2.1.x-dev"
1244 }
1245 },
1246 "autoload": {
1247 "psr-4": {
1248 "Incenteev\\ParameterHandler\\": ""
1249 }
1250 },
1251 "notification-url": "https://packagist.org/downloads/",
1252 "license": [
1253 "MIT"
1254 ],
1255 "authors": [
1256 {
1257 "name": "Christophe Coevoet",
1258 "email": "stof@notk.org"
1259 }
1260 ],
1261 "description": "Composer script handling your ignored parameter file",
1262 "homepage": "https://github.com/Incenteev/ParameterHandler",
1263 "keywords": [
1264 "parameters management"
1265 ],
1266 "time": "2015-06-03 08:27:03"
1267 },
1268 {
1269 "name": "j0k3r/graby",
1270 "version": "1.0.0-alpha.0",
1271 "source": {
1272 "type": "git",
1273 "url": "https://github.com/j0k3r/graby.git",
1274 "reference": "553a5ddd35e89f37fce2275e1423cc4451c40dbf"
1275 },
1276 "dist": {
1277 "type": "zip",
1278 "url": "https://api.github.com/repos/j0k3r/graby/zipball/553a5ddd35e89f37fce2275e1423cc4451c40dbf",
1279 "reference": "553a5ddd35e89f37fce2275e1423cc4451c40dbf",
1280 "shasum": ""
1281 },
1282 "require": {
1283 "fin1te/safecurl": "~1.1",
1284 "guzzlehttp/guzzle": "^5.2.0",
1285 "htmlawed/htmlawed": "^1.1.19",
1286 "j0k3r/graby-site-config": "dev-master",
1287 "j0k3r/php-readability": "^1.0",
1288 "monolog/monolog": "^1.13.1",
1289 "neitanod/forceutf8": "^1.4",
1290 "php": ">=5.4",
1291 "simplepie/simplepie": "^1.3.1",
1292 "symfony/options-resolver": "^2.6.6"
1293 },
1294 "type": "library",
1295 "autoload": {
1296 "psr-4": {
1297 "Graby\\": "src/"
1298 }
1299 },
1300 "notification-url": "https://packagist.org/downloads/",
1301 "license": [
1302 "AGPL-3.0"
1303 ],
1304 "authors": [
1305 {
1306 "name": "Jeremy Benoist",
1307 "email": "jeremy.benoist@gmail.com",
1308 "role": "Developer"
1309 },
1310 {
1311 "name": "FiveFilters.org",
1312 "email": "fivefilters@fivefilters.org",
1313 "role": "Developer (original version)"
1314 }
1315 ],
1316 "description": "Graby helps you extract article content from web pages",
1317 "time": "2015-08-29 10:16:47"
1318 },
1319 {
1320 "name": "j0k3r/graby-site-config",
1321 "version": "dev-master",
1322 "source": {
1323 "type": "git",
1324 "url": "https://github.com/j0k3r/graby-site-config.git",
1325 "reference": "a5b3add9fcd716c86b8c4220bdbdfbc7e79dd182"
1326 },
1327 "dist": {
1328 "type": "zip",
1329 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/a5b3add9fcd716c86b8c4220bdbdfbc7e79dd182",
1330 "reference": "a5b3add9fcd716c86b8c4220bdbdfbc7e79dd182",
1331 "shasum": ""
1332 },
1333 "require": {
1334 "symfony/finder": "^2.6.6"
1335 },
1336 "type": "library",
1337 "autoload": {
1338 "psr-4": {
1339 "GrabySiteConfig\\SiteConfig\\": "/"
1340 }
1341 },
1342 "notification-url": "https://packagist.org/downloads/",
1343 "license": [
1344 "AGPL-3.0"
1345 ],
1346 "authors": [
1347 {
1348 "name": "Jeremy Benoist",
1349 "email": "jeremy.benoist@gmail.com"
1350 }
1351 ],
1352 "description": "Graby site config files",
1353 "time": "2015-09-10 12:13:05"
1354 },
1355 {
1356 "name": "j0k3r/php-readability",
1357 "version": "v1.0.4",
1358 "source": {
1359 "type": "git",
1360 "url": "https://github.com/j0k3r/php-readability.git",
1361 "reference": "c5a4a490e155fa20809c9bbcf3e318defbb7a261"
1362 },
1363 "dist": {
1364 "type": "zip",
1365 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/c5a4a490e155fa20809c9bbcf3e318defbb7a261",
1366 "reference": "c5a4a490e155fa20809c9bbcf3e318defbb7a261",
1367 "shasum": ""
1368 },
1369 "require": {
1370 "ext-tidy": ">=1.2",
1371 "php": ">=5.3.3"
1372 },
1373 "type": "library",
1374 "autoload": {
1375 "psr-4": {
1376 "Readability\\": "src/"
1377 }
1378 },
1379 "notification-url": "https://packagist.org/downloads/",
1380 "license": [
1381 "Apache-2.0"
1382 ],
1383 "authors": [
1384 {
1385 "name": "Keyvan Minoukadeh",
1386 "email": "keyvan@keyvan.net",
1387 "homepage": "http://keyvan.net",
1388 "role": "Developer (ported original JS code to PHP)"
1389 },
1390 {
1391 "name": "Arc90",
1392 "homepage": "http://arc90.com",
1393 "role": "Developer (original JS version)"
1394 },
1395 {
1396 "name": "Jeremy Benoist",
1397 "email": "jeremy.benoist@gmail.com",
1398 "homepage": "http://www.j0k3r.net",
1399 "role": "Developer"
1400 },
1401 {
1402 "name": "DitherSky",
1403 "homepage": "https://github.com/Dither",
1404 "role": "Developer (https://github.com/Dither/full-text-rss)"
1405 }
1406 ],
1407 "description": "Automatic article extraction from HTML",
1408 "keywords": [
1409 "article",
1410 "article extraction",
1411 "content",
1412 "content extraction",
1413 "extraction",
1414 "html"
1415 ],
1416 "time": "2015-08-24 09:10:54"
1417 },
1418 {
1419 "name": "jdorn/sql-formatter",
1420 "version": "v1.2.17",
1421 "source": {
1422 "type": "git",
1423 "url": "https://github.com/jdorn/sql-formatter.git",
1424 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1425 },
1426 "dist": {
1427 "type": "zip",
1428 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1429 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1430 "shasum": ""
1431 },
1432 "require": {
1433 "php": ">=5.2.4"
1434 },
1435 "require-dev": {
1436 "phpunit/phpunit": "3.7.*"
1437 },
1438 "type": "library",
1439 "extra": {
1440 "branch-alias": {
1441 "dev-master": "1.3.x-dev"
1442 }
1443 },
1444 "autoload": {
1445 "classmap": [
1446 "lib"
1447 ]
1448 },
1449 "notification-url": "https://packagist.org/downloads/",
1450 "license": [
1451 "MIT"
1452 ],
1453 "authors": [
1454 {
1455 "name": "Jeremy Dorn",
1456 "email": "jeremy@jeremydorn.com",
1457 "homepage": "http://jeremydorn.com/"
1458 }
1459 ],
1460 "description": "a PHP SQL highlighting library",
1461 "homepage": "https://github.com/jdorn/sql-formatter/",
1462 "keywords": [
1463 "highlight",
1464 "sql"
1465 ],
1466 "time": "2014-01-12 16:20:24"
1467 },
1468 {
1469 "name": "jms/metadata",
1470 "version": "1.5.1",
1471 "source": {
1472 "type": "git",
1473 "url": "https://github.com/schmittjoh/metadata.git",
1474 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1475 },
1476 "dist": {
1477 "type": "zip",
1478 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1479 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1480 "shasum": ""
1481 },
1482 "require": {
1483 "php": ">=5.3.0"
1484 },
1485 "require-dev": {
1486 "doctrine/cache": "~1.0"
1487 },
1488 "type": "library",
1489 "extra": {
1490 "branch-alias": {
1491 "dev-master": "1.5.x-dev"
1492 }
1493 },
1494 "autoload": {
1495 "psr-0": {
1496 "Metadata\\": "src/"
1497 }
1498 },
1499 "notification-url": "https://packagist.org/downloads/",
1500 "license": [
1501 "Apache"
1502 ],
1503 "authors": [
1504 {
1505 "name": "Johannes Schmitt",
1506 "email": "schmittjoh@gmail.com",
1507 "homepage": "https://github.com/schmittjoh",
1508 "role": "Developer of wrapped JMSSerializerBundle"
1509 }
1510 ],
1511 "description": "Class/method/property metadata management in PHP",
1512 "keywords": [
1513 "annotations",
1514 "metadata",
1515 "xml",
1516 "yaml"
1517 ],
1518 "time": "2014-07-12 07:13:19"
1519 },
1520 {
1521 "name": "jms/parser-lib",
1522 "version": "1.0.0",
1523 "source": {
1524 "type": "git",
1525 "url": "https://github.com/schmittjoh/parser-lib.git",
1526 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1527 },
1528 "dist": {
1529 "type": "zip",
1530 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1531 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1532 "shasum": ""
1533 },
1534 "require": {
1535 "phpoption/phpoption": ">=0.9,<2.0-dev"
1536 },
1537 "type": "library",
1538 "extra": {
1539 "branch-alias": {
1540 "dev-master": "1.0-dev"
1541 }
1542 },
1543 "autoload": {
1544 "psr-0": {
1545 "JMS\\": "src/"
1546 }
1547 },
1548 "notification-url": "https://packagist.org/downloads/",
1549 "license": [
1550 "Apache2"
1551 ],
1552 "description": "A library for easily creating recursive-descent parsers.",
1553 "time": "2012-11-18 18:08:43"
1554 },
1555 {
1556 "name": "jms/serializer",
1557 "version": "0.16.0",
1558 "source": {
1559 "type": "git",
1560 "url": "https://github.com/schmittjoh/serializer.git",
1561 "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
1562 },
1563 "dist": {
1564 "type": "zip",
1565 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
1566 "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
1567 "shasum": ""
1568 },
1569 "require": {
1570 "doctrine/annotations": "1.*",
1571 "jms/metadata": "~1.1",
1572 "jms/parser-lib": "1.*",
1573 "php": ">=5.3.2",
1574 "phpcollection/phpcollection": "~0.1"
1575 },
1576 "require-dev": {
1577 "doctrine/orm": "~2.1",
1578 "doctrine/phpcr-odm": "~1.0.1",
1579 "jackalope/jackalope-doctrine-dbal": "1.0.*",
1580 "propel/propel1": "~1.7",
1581 "symfony/filesystem": "2.*",
1582 "symfony/form": "~2.1",
1583 "symfony/translation": "~2.0",
1584 "symfony/validator": "~2.0",
1585 "symfony/yaml": "2.*",
1586 "twig/twig": ">=1.8,<2.0-dev"
1587 },
1588 "suggest": {
1589 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1590 },
1591 "type": "library",
1592 "extra": {
1593 "branch-alias": {
1594 "dev-master": "0.15-dev"
1595 }
1596 },
1597 "autoload": {
1598 "psr-0": {
1599 "JMS\\Serializer": "src/"
1600 }
1601 },
1602 "notification-url": "https://packagist.org/downloads/",
1603 "license": [
1604 "Apache2"
1605 ],
1606 "authors": [
1607 {
1608 "name": "Johannes Schmitt",
1609 "email": "schmittjoh@gmail.com",
1610 "homepage": "https://github.com/schmittjoh",
1611 "role": "Developer of wrapped JMSSerializerBundle"
1612 }
1613 ],
1614 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1615 "homepage": "http://jmsyst.com/libs/serializer",
1616 "keywords": [
1617 "deserialization",
1618 "jaxb",
1619 "json",
1620 "serialization",
1621 "xml"
1622 ],
1623 "time": "2014-03-18 08:39:00"
1624 },
1625 {
1626 "name": "jms/serializer-bundle",
1627 "version": "0.13.0",
1628 "target-dir": "JMS/SerializerBundle",
1629 "source": {
1630 "type": "git",
1631 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1632 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
1633 },
1634 "dist": {
1635 "type": "zip",
1636 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
1637 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
1638 "shasum": ""
1639 },
1640 "require": {
1641 "jms/serializer": "~0.11",
1642 "php": ">=5.3.2",
1643 "symfony/framework-bundle": "~2.1"
1644 },
1645 "require-dev": {
1646 "doctrine/doctrine-bundle": "*",
1647 "doctrine/orm": "*",
1648 "symfony/browser-kit": "*",
1649 "symfony/class-loader": "*",
1650 "symfony/css-selector": "*",
1651 "symfony/finder": "*",
1652 "symfony/form": "*",
1653 "symfony/process": "*",
1654 "symfony/twig-bundle": "*",
1655 "symfony/validator": "*",
1656 "symfony/yaml": "*"
1657 },
1658 "suggest": {
1659 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1660 },
1661 "type": "symfony-bundle",
1662 "extra": {
1663 "branch-alias": {
1664 "dev-master": "0.13-dev"
1665 }
1666 },
1667 "autoload": {
1668 "psr-0": {
1669 "JMS\\SerializerBundle": ""
1670 }
1671 },
1672 "notification-url": "https://packagist.org/downloads/",
1673 "license": [
1674 "Apache2"
1675 ],
1676 "authors": [
1677 {
1678 "name": "Johannes Schmitt",
1679 "email": "schmittjoh@gmail.com",
1680 "homepage": "https://github.com/schmittjoh",
1681 "role": "Developer of wrapped JMSSerializerBundle"
1682 }
1683 ],
1684 "description": "Allows you to easily serialize, and deserialize data of any complexity",
1685 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1686 "keywords": [
1687 "deserialization",
1688 "jaxb",
1689 "json",
1690 "serialization",
1691 "xml"
1692 ],
1693 "time": "2013-12-05 14:36:11"
1694 },
1695 {
1696 "name": "kriswallsmith/assetic",
1697 "version": "v1.3.0",
1698 "source": {
1699 "type": "git",
1700 "url": "https://github.com/kriswallsmith/assetic.git",
1701 "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31"
1702 },
1703 "dist": {
1704 "type": "zip",
1705 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
1706 "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
1707 "shasum": ""
1708 },
1709 "require": {
1710 "php": ">=5.3.1",
1711 "symfony/process": "~2.1"
1712 },
1713 "conflict": {
1714 "twig/twig": "<1.12"
1715 },
1716 "require-dev": {
1717 "cssmin/cssmin": "*",
1718 "joliclic/javascript-packer": "*",
1719 "kamicane/packager": "*",
1720 "leafo/lessphp": "^0.3.7",
1721 "leafo/scssphp": "*@dev",
1722 "leafo/scssphp-compass": "*@dev",
1723 "mrclay/minify": "*",
1724 "patchwork/jsqueeze": "~1.0|~2.0",
1725 "phpunit/phpunit": "~4.8",
1726 "psr/log": "~1.0",
1727 "ptachoire/cssembed": "*",
1728 "symfony/phpunit-bridge": "~2.7",
1729 "twig/twig": "~1.8|~2.0"
1730 },
1731 "suggest": {
1732 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1733 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1734 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1735 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1736 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1737 "twig/twig": "Assetic provides the integration with the Twig templating engine"
1738 },
1739 "type": "library",
1740 "extra": {
1741 "branch-alias": {
1742 "dev-master": "1.3-dev"
1743 }
1744 },
1745 "autoload": {
1746 "psr-0": {
1747 "Assetic": "src/"
1748 },
1749 "files": [
1750 "src/functions.php"
1751 ]
1752 },
1753 "notification-url": "https://packagist.org/downloads/",
1754 "license": [
1755 "MIT"
1756 ],
1757 "authors": [
1758 {
1759 "name": "Kris Wallsmith",
1760 "email": "kris.wallsmith@gmail.com",
1761 "homepage": "http://kriswallsmith.net/"
1762 }
1763 ],
1764 "description": "Asset Management for PHP",
1765 "homepage": "https://github.com/kriswallsmith/assetic",
1766 "keywords": [
1767 "assets",
1768 "compression",
1769 "minification"
1770 ],
1771 "time": "2015-08-31 19:07:16"
1772 },
1773 {
1774 "name": "lexik/form-filter-bundle",
1775 "version": "v4.0.0",
1776 "source": {
1777 "type": "git",
1778 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
1779 "reference": "325432453705062ff43b02952b5ca815c5697ba6"
1780 },
1781 "dist": {
1782 "type": "zip",
1783 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/325432453705062ff43b02952b5ca815c5697ba6",
1784 "reference": "325432453705062ff43b02952b5ca815c5697ba6",
1785 "shasum": ""
1786 },
1787 "require": {
1788 "doctrine/orm": "~2.2",
1789 "php": ">=5.3.2",
1790 "symfony/form": "~2.7",
1791 "symfony/framework-bundle": "~2.7"
1792 },
1793 "require-dev": {
1794 "phpunit/phpunit": "~3.7"
1795 },
1796 "type": "symfony-bundle",
1797 "extra": {
1798 "branch-alias": {
1799 "dev-master": "4.x.x-dev"
1800 }
1801 },
1802 "autoload": {
1803 "psr-4": {
1804 "Lexik\\Bundle\\FormFilterBundle\\": ""
1805 }
1806 },
1807 "notification-url": "https://packagist.org/downloads/",
1808 "license": [
1809 "MIT"
1810 ],
1811 "authors": [
1812 {
1813 "name": "Dev Lexik",
1814 "email": "dev@lexik.fr"
1815 },
1816 {
1817 "name": "Cedric Girard",
1818 "email": "c.girard@lexik.fr"
1819 }
1820 ],
1821 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
1822 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
1823 "keywords": [
1824 "Symfony2",
1825 "bundle",
1826 "doctrine",
1827 "filter",
1828 "form"
1829 ],
1830 "time": "2015-07-31 13:58:10"
1831 },
1832 {
1833 "name": "liip/theme-bundle",
1834 "version": "1.1.3",
1835 "target-dir": "Liip/ThemeBundle",
1836 "source": {
1837 "type": "git",
1838 "url": "https://github.com/liip/LiipThemeBundle.git",
1839 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b"
1840 },
1841 "dist": {
1842 "type": "zip",
1843 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/a594cc6deda293034b8fd7795c9950f02fc8251b",
1844 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b",
1845 "shasum": ""
1846 },
1847 "require": {
1848 "php": ">=5.3.3",
1849 "symfony/framework-bundle": "~2.0"
1850 },
1851 "require-dev": {
1852 "symfony/console": "~2.0",
1853 "symfony/expression-language": "~2.6"
1854 },
1855 "type": "symfony-bundle",
1856 "extra": {
1857 "branch-alias": {
1858 "dev-master": "1.1-dev"
1859 }
1860 },
1861 "autoload": {
1862 "psr-0": {
1863 "Liip\\ThemeBundle": ""
1864 }
1865 },
1866 "notification-url": "https://packagist.org/downloads/",
1867 "license": [
1868 "MIT"
1869 ],
1870 "authors": [
1871 {
1872 "name": "Community contributions",
1873 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
1874 },
1875 {
1876 "name": "Liip AG",
1877 "homepage": "http://www.liip.ch/"
1878 }
1879 ],
1880 "description": "Provides theming support for #Symfony2 Bundles",
1881 "keywords": [
1882 "themes",
1883 "theming"
1884 ],
1885 "time": "2015-02-02 15:55:54"
1886 },
1887 {
1888 "name": "mgargano/simplehtmldom",
1889 "version": "1.5",
1890 "source": {
1891 "type": "git",
1892 "url": "https://github.com/matgargano/simplehtmldom.git",
1893 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
1894 },
1895 "dist": {
1896 "type": "zip",
1897 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1898 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1899 "shasum": ""
1900 },
1901 "require": {
1902 "php": ">=5.3.0"
1903 },
1904 "type": "library",
1905 "autoload": {
1906 "psr-0": {
1907 "SimpleHtmlDom": "src/"
1908 },
1909 "files": [
1910 "src/simple_html_dom.php"
1911 ]
1912 },
1913 "notification-url": "https://packagist.org/downloads/",
1914 "license": [
1915 "The MIT License"
1916 ],
1917 "authors": [
1918 {
1919 "name": "S.C. Chen",
1920 "email": "me578022@gmail.com"
1921 }
1922 ],
1923 "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",
1924 "homepage": "http://simplehtmldom.sourceforge.net/",
1925 "keywords": [
1926 "Simple",
1927 "dom",
1928 "html"
1929 ],
1930 "time": "2014-01-05 18:17:34"
1931 },
1932 {
1933 "name": "michelf/php-markdown",
1934 "version": "1.5.0",
1935 "source": {
1936 "type": "git",
1937 "url": "https://github.com/michelf/php-markdown.git",
1938 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
1939 },
1940 "dist": {
1941 "type": "zip",
1942 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
1943 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
1944 "shasum": ""
1945 },
1946 "require": {
1947 "php": ">=5.3.0"
1948 },
1949 "type": "library",
1950 "extra": {
1951 "branch-alias": {
1952 "dev-lib": "1.4.x-dev"
1953 }
1954 },
1955 "autoload": {
1956 "psr-0": {
1957 "Michelf": ""
1958 }
1959 },
1960 "notification-url": "https://packagist.org/downloads/",
1961 "license": [
1962 "BSD-3-Clause"
1963 ],
1964 "authors": [
1965 {
1966 "name": "John Gruber",
1967 "homepage": "http://daringfireball.net/"
1968 },
1969 {
1970 "name": "Michel Fortin",
1971 "email": "michel.fortin@michelf.ca",
1972 "homepage": "https://michelf.ca/",
1973 "role": "Developer"
1974 }
1975 ],
1976 "description": "PHP Markdown",
1977 "homepage": "https://michelf.ca/projects/php-markdown/",
1978 "keywords": [
1979 "markdown"
1980 ],
1981 "time": "2015-03-01 12:03:08"
1982 },
1983 {
1984 "name": "monolog/monolog",
1985 "version": "1.17.1",
1986 "source": {
1987 "type": "git",
1988 "url": "https://github.com/Seldaek/monolog.git",
1989 "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
1990 },
1991 "dist": {
1992 "type": "zip",
1993 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
1994 "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
1995 "shasum": ""
1996 },
1997 "require": {
1998 "php": ">=5.3.0",
1999 "psr/log": "~1.0"
2000 },
2001 "provide": {
2002 "psr/log-implementation": "1.0.0"
2003 },
2004 "require-dev": {
2005 "aws/aws-sdk-php": "^2.4.9",
2006 "doctrine/couchdb": "~1.0@dev",
2007 "graylog2/gelf-php": "~1.0",
2008 "php-console/php-console": "^3.1.3",
2009 "phpunit/phpunit": "~4.5",
2010 "phpunit/phpunit-mock-objects": "2.3.0",
2011 "raven/raven": "~0.11",
2012 "ruflin/elastica": ">=0.90 <3.0",
2013 "swiftmailer/swiftmailer": "~5.3",
2014 "videlalvaro/php-amqplib": "~2.4"
2015 },
2016 "suggest": {
2017 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2018 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2019 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2020 "ext-mongo": "Allow sending log messages to a MongoDB server",
2021 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2022 "php-console/php-console": "Allow sending log messages to Google Chrome",
2023 "raven/raven": "Allow sending log messages to a Sentry server",
2024 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2025 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2026 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
2027 },
2028 "type": "library",
2029 "extra": {
2030 "branch-alias": {
2031 "dev-master": "1.16.x-dev"
2032 }
2033 },
2034 "autoload": {
2035 "psr-4": {
2036 "Monolog\\": "src/Monolog"
2037 }
2038 },
2039 "notification-url": "https://packagist.org/downloads/",
2040 "license": [
2041 "MIT"
2042 ],
2043 "authors": [
2044 {
2045 "name": "Jordi Boggiano",
2046 "email": "j.boggiano@seld.be",
2047 "homepage": "http://seld.be"
2048 }
2049 ],
2050 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2051 "homepage": "http://github.com/Seldaek/monolog",
2052 "keywords": [
2053 "log",
2054 "logging",
2055 "psr-3"
2056 ],
2057 "time": "2015-08-31 09:17:37"
2058 },
2059 {
2060 "name": "neitanod/forceutf8",
2061 "version": "v1.4",
2062 "source": {
2063 "type": "git",
2064 "url": "https://github.com/neitanod/forceutf8.git",
2065 "reference": "28d50d579179abac1f6a55b03c6d9d3f6573867c"
2066 },
2067 "dist": {
2068 "type": "zip",
2069 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/28d50d579179abac1f6a55b03c6d9d3f6573867c",
2070 "reference": "28d50d579179abac1f6a55b03c6d9d3f6573867c",
2071 "shasum": ""
2072 },
2073 "require": {
2074 "php": ">=5.2.0"
2075 },
2076 "type": "library",
2077 "autoload": {
2078 "psr-0": {
2079 "ForceUTF8\\": "src/"
2080 }
2081 },
2082 "notification-url": "https://packagist.org/downloads/",
2083 "authors": [
2084 {
2085 "name": "Sebastián Grignoli",
2086 "email": "grignoli@gmail.com"
2087 }
2088 ],
2089 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
2090 "homepage": "https://github.com/neitanod/forceutf8",
2091 "time": "2014-09-24 14:59:43"
2092 },
2093 {
2094 "name": "nelmio/api-doc-bundle",
2095 "version": "2.9.0",
2096 "target-dir": "Nelmio/ApiDocBundle",
2097 "source": {
2098 "type": "git",
2099 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
2100 "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1"
2101 },
2102 "dist": {
2103 "type": "zip",
2104 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/de31760fd84a45fadbb4fe24db050b5e29ea70d1",
2105 "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1",
2106 "shasum": ""
2107 },
2108 "require": {
2109 "michelf/php-markdown": "~1.4",
2110 "symfony/console": "~2.1",
2111 "symfony/framework-bundle": "~2.1",
2112 "symfony/twig-bundle": "~2.1"
2113 },
2114 "conflict": {
2115 "jms/serializer": "<0.12",
2116 "jms/serializer-bundle": "<0.11"
2117 },
2118 "require-dev": {
2119 "dunglas/api-bundle": "dev-master",
2120 "friendsofsymfony/rest-bundle": "~1.0",
2121 "jms/serializer-bundle": ">=0.11",
2122 "sensio/framework-extra-bundle": "~3.0",
2123 "symfony/browser-kit": "~2.1",
2124 "symfony/css-selector": "~2.1",
2125 "symfony/form": "~2.1",
2126 "symfony/serializer": "~2.7@dev",
2127 "symfony/validator": "~2.1",
2128 "symfony/yaml": "~2.1"
2129 },
2130 "suggest": {
2131 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
2132 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
2133 "jms/serializer": "For making use of serializer information in the doc.",
2134 "symfony/form": "For using form definitions as input.",
2135 "symfony/validator": "For making use of validator information in the doc."
2136 },
2137 "type": "symfony-bundle",
2138 "extra": {
2139 "branch-alias": {
2140 "dev-master": "2.9.x-dev"
2141 }
2142 },
2143 "autoload": {
2144 "psr-0": {
2145 "Nelmio\\ApiDocBundle": ""
2146 }
2147 },
2148 "notification-url": "https://packagist.org/downloads/",
2149 "license": [
2150 "MIT"
2151 ],
2152 "authors": [
2153 {
2154 "name": "Nelmio",
2155 "homepage": "http://nelm.io"
2156 },
2157 {
2158 "name": "Symfony Community",
2159 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
2160 }
2161 ],
2162 "description": "Generates documentation for your REST API from annotations",
2163 "keywords": [
2164 "api",
2165 "doc",
2166 "documentation",
2167 "rest"
2168 ],
2169 "time": "2015-05-16 17:16:14"
2170 },
2171 {
2172 "name": "nelmio/cors-bundle",
2173 "version": "1.4.0",
2174 "target-dir": "Nelmio/CorsBundle",
2175 "source": {
2176 "type": "git",
2177 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
2178 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6"
2179 },
2180 "dist": {
2181 "type": "zip",
2182 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2183 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2184 "shasum": ""
2185 },
2186 "require": {
2187 "symfony/framework-bundle": "~2.2"
2188 },
2189 "require-dev": {
2190 "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
2191 "mockery/mockery": "dev-master"
2192 },
2193 "type": "symfony-bundle",
2194 "extra": {
2195 "branch-alias": {
2196 "dev-master": "1.3.x-dev"
2197 }
2198 },
2199 "autoload": {
2200 "psr-0": {
2201 "Nelmio\\CorsBundle": ""
2202 }
2203 },
2204 "notification-url": "https://packagist.org/downloads/",
2205 "license": [
2206 "MIT"
2207 ],
2208 "authors": [
2209 {
2210 "name": "Nelmio",
2211 "homepage": "http://nelm.io"
2212 },
2213 {
2214 "name": "Symfony Community",
2215 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2216 }
2217 ],
2218 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2219 "keywords": [
2220 "api",
2221 "cors",
2222 "crossdomain"
2223 ],
2224 "time": "2015-01-13 17:53:27"
2225 },
2226 {
2227 "name": "pagerfanta/pagerfanta",
2228 "version": "v1.0.3",
2229 "source": {
2230 "type": "git",
2231 "url": "https://github.com/whiteoctober/Pagerfanta.git",
2232 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
2233 },
2234 "dist": {
2235 "type": "zip",
2236 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
2237 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
2238 "shasum": ""
2239 },
2240 "require": {
2241 "php": ">=5.3.0"
2242 },
2243 "require-dev": {
2244 "doctrine/orm": "~2.3",
2245 "doctrine/phpcr-odm": "1.*",
2246 "jackalope/jackalope-doctrine-dbal": "1.*",
2247 "jmikola/geojson": "~1.0",
2248 "mandango/mandango": "~1.0@dev",
2249 "mandango/mondator": "~1.0@dev",
2250 "phpunit/phpunit": "~4",
2251 "propel/propel1": "~1.6",
2252 "ruflin/elastica": "~1.3",
2253 "solarium/solarium": "~3.1"
2254 },
2255 "suggest": {
2256 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
2257 "doctrine/orm": "To use the DoctrineORMAdapter.",
2258 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
2259 "mandango/mandango": "To use the MandangoAdapter.",
2260 "propel/propel1": "To use the PropelAdapter",
2261 "solarium/solarium": "To use the SolariumAdapter."
2262 },
2263 "type": "library",
2264 "extra": {
2265 "branch-alias": {
2266 "dev-master": "1.0.x-dev"
2267 }
2268 },
2269 "autoload": {
2270 "psr-0": {
2271 "Pagerfanta\\": "src/"
2272 }
2273 },
2274 "notification-url": "https://packagist.org/downloads/",
2275 "license": [
2276 "MIT"
2277 ],
2278 "authors": [
2279 {
2280 "name": "Pablo Díez",
2281 "email": "pablodip@gmail.com"
2282 }
2283 ],
2284 "description": "Pagination for PHP 5.3",
2285 "keywords": [
2286 "page",
2287 "pagination",
2288 "paginator",
2289 "paging"
2290 ],
2291 "time": "2014-10-06 10:57:25"
2292 },
2293 {
2294 "name": "phpcollection/phpcollection",
2295 "version": "0.4.0",
2296 "source": {
2297 "type": "git",
2298 "url": "https://github.com/schmittjoh/php-collection.git",
2299 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
2300 },
2301 "dist": {
2302 "type": "zip",
2303 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
2304 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
2305 "shasum": ""
2306 },
2307 "require": {
2308 "phpoption/phpoption": "1.*"
2309 },
2310 "type": "library",
2311 "extra": {
2312 "branch-alias": {
2313 "dev-master": "0.3-dev"
2314 }
2315 },
2316 "autoload": {
2317 "psr-0": {
2318 "PhpCollection": "src/"
2319 }
2320 },
2321 "notification-url": "https://packagist.org/downloads/",
2322 "license": [
2323 "Apache2"
2324 ],
2325 "authors": [
2326 {
2327 "name": "Johannes Schmitt",
2328 "email": "schmittjoh@gmail.com",
2329 "homepage": "https://github.com/schmittjoh",
2330 "role": "Developer of wrapped JMSSerializerBundle"
2331 }
2332 ],
2333 "description": "General-Purpose Collection Library for PHP",
2334 "keywords": [
2335 "collection",
2336 "list",
2337 "map",
2338 "sequence",
2339 "set"
2340 ],
2341 "time": "2014-03-11 13:46:42"
2342 },
2343 {
2344 "name": "phpoption/phpoption",
2345 "version": "1.5.0",
2346 "source": {
2347 "type": "git",
2348 "url": "https://github.com/schmittjoh/php-option.git",
2349 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2350 },
2351 "dist": {
2352 "type": "zip",
2353 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2354 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2355 "shasum": ""
2356 },
2357 "require": {
2358 "php": ">=5.3.0"
2359 },
2360 "require-dev": {
2361 "phpunit/phpunit": "4.7.*"
2362 },
2363 "type": "library",
2364 "extra": {
2365 "branch-alias": {
2366 "dev-master": "1.3-dev"
2367 }
2368 },
2369 "autoload": {
2370 "psr-0": {
2371 "PhpOption\\": "src/"
2372 }
2373 },
2374 "notification-url": "https://packagist.org/downloads/",
2375 "license": [
2376 "Apache2"
2377 ],
2378 "authors": [
2379 {
2380 "name": "Johannes M. Schmitt",
2381 "email": "schmittjoh@gmail.com"
2382 }
2383 ],
2384 "description": "Option Type for PHP",
2385 "keywords": [
2386 "language",
2387 "option",
2388 "php",
2389 "type"
2390 ],
2391 "time": "2015-07-25 16:39:46"
2392 },
2393 {
2394 "name": "psr/log",
2395 "version": "1.0.0",
2396 "source": {
2397 "type": "git",
2398 "url": "https://github.com/php-fig/log.git",
2399 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2400 },
2401 "dist": {
2402 "type": "zip",
2403 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2404 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2405 "shasum": ""
2406 },
2407 "type": "library",
2408 "autoload": {
2409 "psr-0": {
2410 "Psr\\Log\\": ""
2411 }
2412 },
2413 "notification-url": "https://packagist.org/downloads/",
2414 "license": [
2415 "MIT"
2416 ],
2417 "authors": [
2418 {
2419 "name": "PHP-FIG",
2420 "homepage": "http://www.php-fig.org/"
2421 }
2422 ],
2423 "description": "Common interface for logging libraries",
2424 "keywords": [
2425 "log",
2426 "psr",
2427 "psr-3"
2428 ],
2429 "time": "2012-12-21 11:40:51"
2430 },
2431 {
2432 "name": "react/promise",
2433 "version": "v2.2.1",
2434 "source": {
2435 "type": "git",
2436 "url": "https://github.com/reactphp/promise.git",
2437 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
2438 },
2439 "dist": {
2440 "type": "zip",
2441 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
2442 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
2443 "shasum": ""
2444 },
2445 "require": {
2446 "php": ">=5.4.0"
2447 },
2448 "type": "library",
2449 "extra": {
2450 "branch-alias": {
2451 "dev-master": "2.0-dev"
2452 }
2453 },
2454 "autoload": {
2455 "psr-4": {
2456 "React\\Promise\\": "src/"
2457 },
2458 "files": [
2459 "src/functions_include.php"
2460 ]
2461 },
2462 "notification-url": "https://packagist.org/downloads/",
2463 "license": [
2464 "MIT"
2465 ],
2466 "authors": [
2467 {
2468 "name": "Jan Sorgalla",
2469 "email": "jsorgalla@gmail.com"
2470 }
2471 ],
2472 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2473 "time": "2015-07-03 13:48:55"
2474 },
2475 {
2476 "name": "sensio/distribution-bundle",
2477 "version": "v3.0.31",
2478 "target-dir": "Sensio/Bundle/DistributionBundle",
2479 "source": {
2480 "type": "git",
2481 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2482 "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff"
2483 },
2484 "dist": {
2485 "type": "zip",
2486 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/3a900814bd57bf20f9453ae81ff8772bc95d7fff",
2487 "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff",
2488 "shasum": ""
2489 },
2490 "require": {
2491 "php": ">=5.3.3",
2492 "sensiolabs/security-checker": "~3.0",
2493 "symfony/class-loader": "~2.2",
2494 "symfony/framework-bundle": "~2.3",
2495 "symfony/process": "~2.2"
2496 },
2497 "require-dev": {
2498 "symfony/form": "~2.2",
2499 "symfony/validator": "~2.2",
2500 "symfony/yaml": "~2.2"
2501 },
2502 "suggest": {
2503 "symfony/form": "If you want to use the configurator",
2504 "symfony/validator": "If you want to use the configurator",
2505 "symfony/yaml": "If you want to use the configurator"
2506 },
2507 "type": "symfony-bundle",
2508 "extra": {
2509 "branch-alias": {
2510 "dev-master": "3.0.x-dev"
2511 }
2512 },
2513 "autoload": {
2514 "psr-0": {
2515 "Sensio\\Bundle\\DistributionBundle": ""
2516 }
2517 },
2518 "notification-url": "https://packagist.org/downloads/",
2519 "license": [
2520 "MIT"
2521 ],
2522 "authors": [
2523 {
2524 "name": "Fabien Potencier",
2525 "email": "fabien@symfony.com"
2526 }
2527 ],
2528 "description": "Base bundle for Symfony Distributions",
2529 "keywords": [
2530 "configuration",
2531 "distribution"
2532 ],
2533 "time": "2015-08-03 10:07:12"
2534 },
2535 {
2536 "name": "sensio/framework-extra-bundle",
2537 "version": "v3.0.10",
2538 "source": {
2539 "type": "git",
2540 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2541 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c"
2542 },
2543 "dist": {
2544 "type": "zip",
2545 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/18fc2063c4d6569cdca47a39fbac32342eb65f3c",
2546 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c",
2547 "shasum": ""
2548 },
2549 "require": {
2550 "doctrine/common": "~2.2",
2551 "symfony/framework-bundle": "~2.3"
2552 },
2553 "require-dev": {
2554 "symfony/expression-language": "~2.4",
2555 "symfony/security-bundle": "~2.4"
2556 },
2557 "suggest": {
2558 "symfony/expression-language": "",
2559 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2560 "symfony/security-bundle": ""
2561 },
2562 "type": "symfony-bundle",
2563 "extra": {
2564 "branch-alias": {
2565 "dev-master": "3.0.x-dev"
2566 }
2567 },
2568 "autoload": {
2569 "psr-4": {
2570 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2571 }
2572 },
2573 "notification-url": "https://packagist.org/downloads/",
2574 "license": [
2575 "MIT"
2576 ],
2577 "authors": [
2578 {
2579 "name": "Fabien Potencier",
2580 "email": "fabien@symfony.com"
2581 }
2582 ],
2583 "description": "This bundle provides a way to configure your controllers with annotations",
2584 "keywords": [
2585 "annotations",
2586 "controllers"
2587 ],
2588 "time": "2015-08-03 11:59:27"
2589 },
2590 {
2591 "name": "sensiolabs/security-checker",
2592 "version": "v3.0.1",
2593 "source": {
2594 "type": "git",
2595 "url": "https://github.com/sensiolabs/security-checker.git",
2596 "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9"
2597 },
2598 "dist": {
2599 "type": "zip",
2600 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/7735fd97ff7303d9df776b8dbc970f949399abc9",
2601 "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9",
2602 "shasum": ""
2603 },
2604 "require": {
2605 "symfony/console": "~2.0"
2606 },
2607 "bin": [
2608 "security-checker"
2609 ],
2610 "type": "library",
2611 "extra": {
2612 "branch-alias": {
2613 "dev-master": "3.0-dev"
2614 }
2615 },
2616 "autoload": {
2617 "psr-0": {
2618 "SensioLabs\\Security": ""
2619 }
2620 },
2621 "notification-url": "https://packagist.org/downloads/",
2622 "license": [
2623 "MIT"
2624 ],
2625 "authors": [
2626 {
2627 "name": "Fabien Potencier",
2628 "email": "fabien.potencier@gmail.com"
2629 }
2630 ],
2631 "description": "A security checker for your composer.lock",
2632 "time": "2015-08-11 12:11:25"
2633 },
2634 {
2635 "name": "simplepie/simplepie",
2636 "version": "1.3.1",
2637 "source": {
2638 "type": "git",
2639 "url": "https://github.com/simplepie/simplepie.git",
2640 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
2641 },
2642 "dist": {
2643 "type": "zip",
2644 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
2645 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
2646 "shasum": ""
2647 },
2648 "require": {
2649 "php": ">=5.2.0"
2650 },
2651 "type": "library",
2652 "autoload": {
2653 "psr-0": {
2654 "SimplePie": "library"
2655 }
2656 },
2657 "notification-url": "https://packagist.org/downloads/",
2658 "license": [
2659 "BSD-3-Clause"
2660 ],
2661 "authors": [
2662 {
2663 "name": "Ryan Parman",
2664 "homepage": "http://ryanparman.com/",
2665 "role": "Creator, alumnus developer"
2666 },
2667 {
2668 "name": "Geoffrey Sneddon",
2669 "homepage": "http://gsnedders.com/",
2670 "role": "Alumnus developer"
2671 },
2672 {
2673 "name": "Ryan McCue",
2674 "email": "me@ryanmccue.info",
2675 "homepage": "http://ryanmccue.info/",
2676 "role": "Developer"
2677 }
2678 ],
2679 "description": "A simple Atom/RSS parsing library for PHP",
2680 "homepage": "http://simplepie.org/",
2681 "keywords": [
2682 "atom",
2683 "feeds",
2684 "rss"
2685 ],
2686 "time": "2012-10-30 17:54:03"
2687 },
2688 {
2689 "name": "swiftmailer/swiftmailer",
2690 "version": "v5.4.1",
2691 "source": {
2692 "type": "git",
2693 "url": "https://github.com/swiftmailer/swiftmailer.git",
2694 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
2695 },
2696 "dist": {
2697 "type": "zip",
2698 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2699 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2700 "shasum": ""
2701 },
2702 "require": {
2703 "php": ">=5.3.3"
2704 },
2705 "require-dev": {
2706 "mockery/mockery": "~0.9.1,<0.9.4"
2707 },
2708 "type": "library",
2709 "extra": {
2710 "branch-alias": {
2711 "dev-master": "5.4-dev"
2712 }
2713 },
2714 "autoload": {
2715 "files": [
2716 "lib/swift_required.php"
2717 ]
2718 },
2719 "notification-url": "https://packagist.org/downloads/",
2720 "license": [
2721 "MIT"
2722 ],
2723 "authors": [
2724 {
2725 "name": "Chris Corbyn"
2726 },
2727 {
2728 "name": "Fabien Potencier",
2729 "email": "fabien@symfony.com"
2730 }
2731 ],
2732 "description": "Swiftmailer, free feature-rich PHP mailer",
2733 "homepage": "http://swiftmailer.org",
2734 "keywords": [
2735 "email",
2736 "mail",
2737 "mailer"
2738 ],
2739 "time": "2015-06-06 14:19:39"
2740 },
2741 {
2742 "name": "symfony/assetic-bundle",
2743 "version": "v2.6.1",
2744 "source": {
2745 "type": "git",
2746 "url": "https://github.com/symfony/AsseticBundle.git",
2747 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
2748 },
2749 "dist": {
2750 "type": "zip",
2751 "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2752 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2753 "shasum": ""
2754 },
2755 "require": {
2756 "kriswallsmith/assetic": "~1.2",
2757 "php": ">=5.3.0",
2758 "symfony/console": "~2.3",
2759 "symfony/dependency-injection": "~2.3",
2760 "symfony/framework-bundle": "~2.3",
2761 "symfony/yaml": "~2.3"
2762 },
2763 "require-dev": {
2764 "kriswallsmith/spork": "~0.2",
2765 "patchwork/jsqueeze": "~1.0",
2766 "symfony/class-loader": "~2.3",
2767 "symfony/css-selector": "~2.3",
2768 "symfony/dom-crawler": "~2.3",
2769 "symfony/twig-bundle": "~2.3"
2770 },
2771 "suggest": {
2772 "kriswallsmith/spork": "to be able to dump assets in parallel",
2773 "symfony/twig-bundle": "to use the Twig integration"
2774 },
2775 "type": "symfony-bundle",
2776 "extra": {
2777 "branch-alias": {
2778 "dev-master": "2.5-dev"
2779 }
2780 },
2781 "autoload": {
2782 "psr-4": {
2783 "Symfony\\Bundle\\AsseticBundle\\": ""
2784 }
2785 },
2786 "notification-url": "https://packagist.org/downloads/",
2787 "license": [
2788 "MIT"
2789 ],
2790 "authors": [
2791 {
2792 "name": "Kris Wallsmith",
2793 "email": "kris.wallsmith@gmail.com",
2794 "homepage": "http://kriswallsmith.net/"
2795 }
2796 ],
2797 "description": "Integrates Assetic into Symfony2",
2798 "homepage": "https://github.com/symfony/AsseticBundle",
2799 "keywords": [
2800 "assets",
2801 "compression",
2802 "minification"
2803 ],
2804 "time": "2015-01-27 12:45:16"
2805 },
2806 {
2807 "name": "symfony/monolog-bundle",
2808 "version": "v2.7.1",
2809 "source": {
2810 "type": "git",
2811 "url": "https://github.com/symfony/MonologBundle.git",
2812 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
2813 },
2814 "dist": {
2815 "type": "zip",
2816 "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
2817 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
2818 "shasum": ""
2819 },
2820 "require": {
2821 "monolog/monolog": "~1.8",
2822 "php": ">=5.3.2",
2823 "symfony/config": "~2.3",
2824 "symfony/dependency-injection": "~2.3",
2825 "symfony/http-kernel": "~2.3",
2826 "symfony/monolog-bridge": "~2.3"
2827 },
2828 "require-dev": {
2829 "symfony/console": "~2.3",
2830 "symfony/yaml": "~2.3"
2831 },
2832 "type": "symfony-bundle",
2833 "extra": {
2834 "branch-alias": {
2835 "dev-master": "2.7.x-dev"
2836 }
2837 },
2838 "autoload": {
2839 "psr-4": {
2840 "Symfony\\Bundle\\MonologBundle\\": ""
2841 }
2842 },
2843 "notification-url": "https://packagist.org/downloads/",
2844 "license": [
2845 "MIT"
2846 ],
2847 "authors": [
2848 {
2849 "name": "Symfony Community",
2850 "homepage": "http://symfony.com/contributors"
2851 },
2852 {
2853 "name": "Fabien Potencier",
2854 "email": "fabien@symfony.com"
2855 }
2856 ],
2857 "description": "Symfony MonologBundle",
2858 "homepage": "http://symfony.com",
2859 "keywords": [
2860 "log",
2861 "logging"
2862 ],
2863 "time": "2015-01-04 20:21:17"
2864 },
2865 {
2866 "name": "symfony/swiftmailer-bundle",
2867 "version": "v2.3.8",
2868 "source": {
2869 "type": "git",
2870 "url": "https://github.com/symfony/SwiftmailerBundle.git",
2871 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
2872 },
2873 "dist": {
2874 "type": "zip",
2875 "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
2876 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
2877 "shasum": ""
2878 },
2879 "require": {
2880 "php": ">=5.3.2",
2881 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2882 "symfony/swiftmailer-bridge": "~2.1"
2883 },
2884 "require-dev": {
2885 "symfony/config": "~2.1",
2886 "symfony/dependency-injection": "~2.1",
2887 "symfony/http-kernel": "~2.1",
2888 "symfony/yaml": "~2.1"
2889 },
2890 "suggest": {
2891 "psr/log": "Allows logging"
2892 },
2893 "type": "symfony-bundle",
2894 "extra": {
2895 "branch-alias": {
2896 "dev-master": "2.3-dev"
2897 }
2898 },
2899 "autoload": {
2900 "psr-4": {
2901 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2902 }
2903 },
2904 "notification-url": "https://packagist.org/downloads/",
2905 "license": [
2906 "MIT"
2907 ],
2908 "authors": [
2909 {
2910 "name": "Symfony Community",
2911 "homepage": "http://symfony.com/contributors"
2912 },
2913 {
2914 "name": "Fabien Potencier",
2915 "email": "fabien@symfony.com"
2916 }
2917 ],
2918 "description": "Symfony SwiftmailerBundle",
2919 "homepage": "http://symfony.com",
2920 "time": "2014-12-01 17:44:50"
2921 },
2922 {
2923 "name": "symfony/symfony",
2924 "version": "v2.7.3",
2925 "source": {
2926 "type": "git",
2927 "url": "https://github.com/symfony/symfony.git",
2928 "reference": "a9af4708b4bb650c4897e9b8dfbfbdb2ea5f0486"
2929 },
2930 "dist": {
2931 "type": "zip",
2932 "url": "https://api.github.com/repos/symfony/symfony/zipball/a9af4708b4bb650c4897e9b8dfbfbdb2ea5f0486",
2933 "reference": "a9af4708b4bb650c4897e9b8dfbfbdb2ea5f0486",
2934 "shasum": ""
2935 },
2936 "require": {
2937 "doctrine/common": "~2.3",
2938 "php": ">=5.3.9",
2939 "psr/log": "~1.0",
2940 "twig/twig": "~1.18"
2941 },
2942 "replace": {
2943 "symfony/asset": "self.version",
2944 "symfony/browser-kit": "self.version",
2945 "symfony/class-loader": "self.version",
2946 "symfony/config": "self.version",
2947 "symfony/console": "self.version",
2948 "symfony/css-selector": "self.version",
2949 "symfony/debug": "self.version",
2950 "symfony/debug-bundle": "self.version",
2951 "symfony/dependency-injection": "self.version",
2952 "symfony/doctrine-bridge": "self.version",
2953 "symfony/dom-crawler": "self.version",
2954 "symfony/event-dispatcher": "self.version",
2955 "symfony/expression-language": "self.version",
2956 "symfony/filesystem": "self.version",
2957 "symfony/finder": "self.version",
2958 "symfony/form": "self.version",
2959 "symfony/framework-bundle": "self.version",
2960 "symfony/http-foundation": "self.version",
2961 "symfony/http-kernel": "self.version",
2962 "symfony/intl": "self.version",
2963 "symfony/locale": "self.version",
2964 "symfony/monolog-bridge": "self.version",
2965 "symfony/options-resolver": "self.version",
2966 "symfony/process": "self.version",
2967 "symfony/property-access": "self.version",
2968 "symfony/proxy-manager-bridge": "self.version",
2969 "symfony/routing": "self.version",
2970 "symfony/security": "self.version",
2971 "symfony/security-acl": "self.version",
2972 "symfony/security-bundle": "self.version",
2973 "symfony/security-core": "self.version",
2974 "symfony/security-csrf": "self.version",
2975 "symfony/security-http": "self.version",
2976 "symfony/serializer": "self.version",
2977 "symfony/stopwatch": "self.version",
2978 "symfony/swiftmailer-bridge": "self.version",
2979 "symfony/templating": "self.version",
2980 "symfony/translation": "self.version",
2981 "symfony/twig-bridge": "self.version",
2982 "symfony/twig-bundle": "self.version",
2983 "symfony/validator": "self.version",
2984 "symfony/var-dumper": "self.version",
2985 "symfony/web-profiler-bundle": "self.version",
2986 "symfony/yaml": "self.version"
2987 },
2988 "require-dev": {
2989 "doctrine/data-fixtures": "1.0.*",
2990 "doctrine/dbal": "~2.2",
2991 "doctrine/doctrine-bundle": "~1.2",
2992 "doctrine/orm": "~2.2,>=2.2.3",
2993 "egulias/email-validator": "~1.2",
2994 "ircmaxell/password-compat": "~1.0",
2995 "monolog/monolog": "~1.11",
2996 "ocramius/proxy-manager": "~0.4|~1.0",
2997 "symfony/phpunit-bridge": "self.version"
2998 },
2999 "type": "library",
3000 "extra": {
3001 "branch-alias": {
3002 "dev-master": "2.7-dev"
3003 }
3004 },
3005 "autoload": {
3006 "psr-4": {
3007 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3008 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3009 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3010 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3011 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3012 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3013 "Symfony\\Component\\": "src/Symfony/Component/"
3014 },
3015 "classmap": [
3016 "src/Symfony/Component/HttpFoundation/Resources/stubs",
3017 "src/Symfony/Component/Intl/Resources/stubs"
3018 ],
3019 "files": [
3020 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
3021 ]
3022 },
3023 "notification-url": "https://packagist.org/downloads/",
3024 "license": [
3025 "MIT"
3026 ],
3027 "authors": [
3028 {
3029 "name": "Fabien Potencier",
3030 "email": "fabien@symfony.com"
3031 },
3032 {
3033 "name": "Symfony Community",
3034 "homepage": "https://symfony.com/contributors"
3035 }
3036 ],
3037 "description": "The Symfony PHP framework",
3038 "homepage": "https://symfony.com",
3039 "keywords": [
3040 "framework"
3041 ],
3042 "time": "2015-07-31 13:24:45"
3043 },
3044 {
3045 "name": "tecnick.com/tcpdf",
3046 "version": "6.2.11",
3047 "source": {
3048 "type": "git",
3049 "url": "https://github.com/tecnickcom/TCPDF.git",
3050 "reference": "354433a33946ae7497c3eab291eaaf814bccbfab"
3051 },
3052 "dist": {
3053 "type": "zip",
3054 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/354433a33946ae7497c3eab291eaaf814bccbfab",
3055 "reference": "354433a33946ae7497c3eab291eaaf814bccbfab",
3056 "shasum": ""
3057 },
3058 "require": {
3059 "php": ">=5.3.0"
3060 },
3061 "type": "library",
3062 "autoload": {
3063 "classmap": [
3064 "fonts",
3065 "config",
3066 "include",
3067 "tcpdf.php",
3068 "tcpdf_parser.php",
3069 "tcpdf_import.php",
3070 "tcpdf_barcodes_1d.php",
3071 "tcpdf_barcodes_2d.php",
3072 "include/tcpdf_colors.php",
3073 "include/tcpdf_filters.php",
3074 "include/tcpdf_font_data.php",
3075 "include/tcpdf_fonts.php",
3076 "include/tcpdf_images.php",
3077 "include/tcpdf_static.php",
3078 "include/barcodes/datamatrix.php",
3079 "include/barcodes/pdf417.php",
3080 "include/barcodes/qrcode.php"
3081 ]
3082 },
3083 "notification-url": "https://packagist.org/downloads/",
3084 "license": [
3085 "LGPLv3"
3086 ],
3087 "authors": [
3088 {
3089 "name": "Nicola Asuni",
3090 "email": "info@tecnick.com",
3091 "homepage": "http://nicolaasuni.tecnick.com"
3092 }
3093 ],
3094 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3095 "homepage": "http://www.tcpdf.org/",
3096 "keywords": [
3097 "PDFD32000-2008",
3098 "TCPDF",
3099 "barcodes",
3100 "datamatrix",
3101 "pdf",
3102 "pdf417",
3103 "qrcode"
3104 ],
3105 "time": "2015-08-02 12:30:27"
3106 },
3107 {
3108 "name": "twig/extensions",
3109 "version": "v1.2.0",
3110 "source": {
3111 "type": "git",
3112 "url": "https://github.com/twigphp/Twig-extensions.git",
3113 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
3114 },
3115 "dist": {
3116 "type": "zip",
3117 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
3118 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
3119 "shasum": ""
3120 },
3121 "require": {
3122 "twig/twig": "~1.12"
3123 },
3124 "require-dev": {
3125 "symfony/translation": "~2.3"
3126 },
3127 "suggest": {
3128 "symfony/translation": "Allow the time_diff output to be translated"
3129 },
3130 "type": "library",
3131 "extra": {
3132 "branch-alias": {
3133 "dev-master": "1.2.x-dev"
3134 }
3135 },
3136 "autoload": {
3137 "psr-0": {
3138 "Twig_Extensions_": "lib/"
3139 }
3140 },
3141 "notification-url": "https://packagist.org/downloads/",
3142 "license": [
3143 "MIT"
3144 ],
3145 "authors": [
3146 {
3147 "name": "Fabien Potencier",
3148 "email": "fabien@symfony.com"
3149 }
3150 ],
3151 "description": "Common additional features for Twig that do not directly belong in core",
3152 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3153 "keywords": [
3154 "i18n",
3155 "text"
3156 ],
3157 "time": "2014-10-30 14:30:03"
3158 },
3159 {
3160 "name": "twig/twig",
3161 "version": "v1.21.2",
3162 "source": {
3163 "type": "git",
3164 "url": "https://github.com/twigphp/Twig.git",
3165 "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3"
3166 },
3167 "dist": {
3168 "type": "zip",
3169 "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
3170 "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
3171 "shasum": ""
3172 },
3173 "require": {
3174 "php": ">=5.2.7"
3175 },
3176 "require-dev": {
3177 "symfony/debug": "~2.7",
3178 "symfony/phpunit-bridge": "~2.7"
3179 },
3180 "type": "library",
3181 "extra": {
3182 "branch-alias": {
3183 "dev-master": "1.21-dev"
3184 }
3185 },
3186 "autoload": {
3187 "psr-0": {
3188 "Twig_": "lib/"
3189 }
3190 },
3191 "notification-url": "https://packagist.org/downloads/",
3192 "license": [
3193 "BSD-3-Clause"
3194 ],
3195 "authors": [
3196 {
3197 "name": "Fabien Potencier",
3198 "email": "fabien@symfony.com",
3199 "homepage": "http://fabien.potencier.org",
3200 "role": "Lead Developer"
3201 },
3202 {
3203 "name": "Armin Ronacher",
3204 "email": "armin.ronacher@active-4.com",
3205 "role": "Project Founder"
3206 },
3207 {
3208 "name": "Twig Team",
3209 "homepage": "http://twig.sensiolabs.org/contributors",
3210 "role": "Contributors"
3211 }
3212 ],
3213 "description": "Twig, the flexible, fast, and secure template language for PHP",
3214 "homepage": "http://twig.sensiolabs.org",
3215 "keywords": [
3216 "templating"
3217 ],
3218 "time": "2015-09-09 05:28:51"
3219 },
3220 {
3221 "name": "willdurand/hateoas",
3222 "version": "v2.6.0",
3223 "source": {
3224 "type": "git",
3225 "url": "https://github.com/willdurand/Hateoas.git",
3226 "reference": "fc0869381d6934e5d430084154584761297caa6c"
3227 },
3228 "dist": {
3229 "type": "zip",
3230 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
3231 "reference": "fc0869381d6934e5d430084154584761297caa6c",
3232 "shasum": ""
3233 },
3234 "require": {
3235 "doctrine/annotations": "~1.0",
3236 "doctrine/common": "~2.0",
3237 "jms/metadata": "~1.1",
3238 "jms/serializer": "~0.13",
3239 "php": ">=5.3",
3240 "symfony/expression-language": "~2.4"
3241 },
3242 "require-dev": {
3243 "atoum/atoum": "*@dev",
3244 "hautelook/frankenstein": "~0.1",
3245 "pagerfanta/pagerfanta": "~1.0",
3246 "phpunit/phpunit": "~3.7",
3247 "symfony/dependency-injection": "~2.0",
3248 "symfony/routing": "~2.0",
3249 "symfony/yaml": "~2.0",
3250 "twig/twig": "~1.12"
3251 },
3252 "suggest": {
3253 "symfony/routing": "To use the SymfonyRouteFactory.",
3254 "symfony/yaml": "To use yaml based configuration.",
3255 "twig/twig": "To use the Twig extensions."
3256 },
3257 "type": "library",
3258 "extra": {
3259 "branch-alias": {
3260 "dev-master": "2.6-dev"
3261 }
3262 },
3263 "autoload": {
3264 "psr-0": {
3265 "Hateoas": "src/"
3266 }
3267 },
3268 "notification-url": "https://packagist.org/downloads/",
3269 "license": [
3270 "MIT"
3271 ],
3272 "authors": [
3273 {
3274 "name": "Adrien Brault",
3275 "email": "adrien.brault@gmail.com"
3276 },
3277 {
3278 "name": "William Durand",
3279 "email": "william.durand1@gmail.com"
3280 }
3281 ],
3282 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
3283 "time": "2015-05-21 21:57:34"
3284 },
3285 {
3286 "name": "willdurand/hateoas-bundle",
3287 "version": "0.5.0",
3288 "target-dir": "Bazinga/Bundle/HateoasBundle",
3289 "source": {
3290 "type": "git",
3291 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
3292 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b"
3293 },
3294 "dist": {
3295 "type": "zip",
3296 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b",
3297 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b",
3298 "shasum": ""
3299 },
3300 "require": {
3301 "jms/serializer-bundle": "~0.13",
3302 "symfony/framework-bundle": "~2.2",
3303 "willdurand/hateoas": "~2.0"
3304 },
3305 "require-dev": {
3306 "symfony/expression-language": "~2.4",
3307 "twig/twig": "~1.12"
3308 },
3309 "type": "symfony-bundle",
3310 "extra": {
3311 "branch-alias": {
3312 "dev-master": "1.0.x-dev"
3313 }
3314 },
3315 "autoload": {
3316 "psr-0": {
3317 "Bazinga\\Bundle\\HateoasBundle": ""
3318 }
3319 },
3320 "notification-url": "https://packagist.org/downloads/",
3321 "license": [
3322 "MIT"
3323 ],
3324 "authors": [
3325 {
3326 "name": "William Durand",
3327 "email": "william.durand1@gmail.com"
3328 }
3329 ],
3330 "description": "Integration of Hateoas into Symfony2.",
3331 "keywords": [
3332 "HATEOAS",
3333 "rest"
3334 ],
3335 "time": "2015-02-19 16:27:51"
3336 },
3337 {
3338 "name": "willdurand/jsonp-callback-validator",
3339 "version": "v1.1.0",
3340 "source": {
3341 "type": "git",
3342 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
3343 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
3344 },
3345 "dist": {
3346 "type": "zip",
3347 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
3348 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
3349 "shasum": ""
3350 },
3351 "require": {
3352 "php": ">=5.3.0"
3353 },
3354 "require-dev": {
3355 "phpunit/phpunit": "~3.7"
3356 },
3357 "type": "library",
3358 "autoload": {
3359 "psr-0": {
3360 "JsonpCallbackValidator": "src/"
3361 }
3362 },
3363 "notification-url": "https://packagist.org/downloads/",
3364 "license": [
3365 "MIT"
3366 ],
3367 "authors": [
3368 {
3369 "name": "William Durand",
3370 "email": "william.durand1@gmail.com",
3371 "homepage": "http://www.willdurand.fr"
3372 }
3373 ],
3374 "description": "JSONP callback validator.",
3375 "time": "2014-01-20 22:35:06"
3376 },
3377 {
3378 "name": "willdurand/negotiation",
3379 "version": "1.4.0",
3380 "source": {
3381 "type": "git",
3382 "url": "https://github.com/willdurand/Negotiation.git",
3383 "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3"
3384 },
3385 "dist": {
3386 "type": "zip",
3387 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/8a84c5956e765f432542fc52a8c6e9aff4508eb3",
3388 "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3",
3389 "shasum": ""
3390 },
3391 "require": {
3392 "php": ">=5.3.0"
3393 },
3394 "type": "library",
3395 "extra": {
3396 "branch-alias": {
3397 "dev-master": "1.4-dev"
3398 }
3399 },
3400 "autoload": {
3401 "psr-4": {
3402 "Negotiation\\": "src/Negotiation"
3403 }
3404 },
3405 "notification-url": "https://packagist.org/downloads/",
3406 "license": [
3407 "MIT"
3408 ],
3409 "authors": [
3410 {
3411 "name": "William Durand",
3412 "email": "william.durand1@gmail.com"
3413 }
3414 ],
3415 "description": "Content Negotiation tools for PHP provided as a standalone library.",
3416 "homepage": "http://williamdurand.fr/Negotiation/",
3417 "keywords": [
3418 "accept",
3419 "content",
3420 "format",
3421 "header",
3422 "negotiation"
3423 ],
3424 "time": "2015-07-28 13:10:50"
3425 }
3426 ],
3427 "packages-dev": [
3428 {
3429 "name": "doctrine/data-fixtures",
3430 "version": "v1.1.1",
3431 "source": {
3432 "type": "git",
3433 "url": "https://github.com/doctrine/data-fixtures.git",
3434 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
3435 },
3436 "dist": {
3437 "type": "zip",
3438 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3439 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3440 "shasum": ""
3441 },
3442 "require": {
3443 "doctrine/common": "~2.2",
3444 "php": ">=5.3.2"
3445 },
3446 "conflict": {
3447 "doctrine/orm": "< 2.4"
3448 },
3449 "require-dev": {
3450 "doctrine/orm": "~2.4"
3451 },
3452 "suggest": {
3453 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3454 "doctrine/orm": "For loading ORM fixtures",
3455 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3456 },
3457 "type": "library",
3458 "extra": {
3459 "branch-alias": {
3460 "dev-master": "1.1.x-dev"
3461 }
3462 },
3463 "autoload": {
3464 "psr-0": {
3465 "Doctrine\\Common\\DataFixtures": "lib/"
3466 }
3467 },
3468 "notification-url": "https://packagist.org/downloads/",
3469 "license": [
3470 "MIT"
3471 ],
3472 "authors": [
3473 {
3474 "name": "Jonathan Wage",
3475 "email": "jonwage@gmail.com"
3476 }
3477 ],
3478 "description": "Data Fixtures for all Doctrine Object Managers",
3479 "homepage": "http://www.doctrine-project.org",
3480 "keywords": [
3481 "database"
3482 ],
3483 "time": "2015-03-30 12:14:13"
3484 },
3485 {
3486 "name": "doctrine/doctrine-fixtures-bundle",
3487 "version": "v2.2.1",
3488 "source": {
3489 "type": "git",
3490 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
3491 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
3492 },
3493 "dist": {
3494 "type": "zip",
3495 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3496 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3497 "shasum": ""
3498 },
3499 "require": {
3500 "doctrine/data-fixtures": "~1.0",
3501 "doctrine/doctrine-bundle": "~1.0",
3502 "php": ">=5.3.2",
3503 "symfony/doctrine-bridge": "~2.1"
3504 },
3505 "type": "symfony-bundle",
3506 "extra": {
3507 "branch-alias": {
3508 "dev-master": "2.2.x-dev"
3509 }
3510 },
3511 "autoload": {
3512 "psr-4": {
3513 "Doctrine\\Bundle\\FixturesBundle\\": ""
3514 }
3515 },
3516 "notification-url": "https://packagist.org/downloads/",
3517 "license": [
3518 "MIT"
3519 ],
3520 "authors": [
3521 {
3522 "name": "Symfony Community",
3523 "homepage": "http://symfony.com/contributors"
3524 },
3525 {
3526 "name": "Doctrine Project",
3527 "homepage": "http://www.doctrine-project.org"
3528 },
3529 {
3530 "name": "Fabien Potencier",
3531 "email": "fabien@symfony.com"
3532 }
3533 ],
3534 "description": "Symfony DoctrineFixturesBundle",
3535 "homepage": "http://www.doctrine-project.org",
3536 "keywords": [
3537 "Fixture",
3538 "persistence"
3539 ],
3540 "time": "2015-08-04 22:43:14"
3541 },
3542 {
3543 "name": "phpdocumentor/reflection-docblock",
3544 "version": "2.0.4",
3545 "source": {
3546 "type": "git",
3547 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3548 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3549 },
3550 "dist": {
3551 "type": "zip",
3552 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3553 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3554 "shasum": ""
3555 },
3556 "require": {
3557 "php": ">=5.3.3"
3558 },
3559 "require-dev": {
3560 "phpunit/phpunit": "~4.0"
3561 },
3562 "suggest": {
3563 "dflydev/markdown": "~1.0",
3564 "erusev/parsedown": "~1.0"
3565 },
3566 "type": "library",
3567 "extra": {
3568 "branch-alias": {
3569 "dev-master": "2.0.x-dev"
3570 }
3571 },
3572 "autoload": {
3573 "psr-0": {
3574 "phpDocumentor": [
3575 "src/"
3576 ]
3577 }
3578 },
3579 "notification-url": "https://packagist.org/downloads/",
3580 "license": [
3581 "MIT"
3582 ],
3583 "authors": [
3584 {
3585 "name": "Mike van Riel",
3586 "email": "mike.vanriel@naenius.com"
3587 }
3588 ],
3589 "time": "2015-02-03 12:10:50"
3590 },
3591 {
3592 "name": "phpspec/prophecy",
3593 "version": "v1.5.0",
3594 "source": {
3595 "type": "git",
3596 "url": "https://github.com/phpspec/prophecy.git",
3597 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
3598 },
3599 "dist": {
3600 "type": "zip",
3601 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3602 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3603 "shasum": ""
3604 },
3605 "require": {
3606 "doctrine/instantiator": "^1.0.2",
3607 "phpdocumentor/reflection-docblock": "~2.0",
3608 "sebastian/comparator": "~1.1"
3609 },
3610 "require-dev": {
3611 "phpspec/phpspec": "~2.0"
3612 },
3613 "type": "library",
3614 "extra": {
3615 "branch-alias": {
3616 "dev-master": "1.4.x-dev"
3617 }
3618 },
3619 "autoload": {
3620 "psr-0": {
3621 "Prophecy\\": "src/"
3622 }
3623 },
3624 "notification-url": "https://packagist.org/downloads/",
3625 "license": [
3626 "MIT"
3627 ],
3628 "authors": [
3629 {
3630 "name": "Konstantin Kudryashov",
3631 "email": "ever.zet@gmail.com",
3632 "homepage": "http://everzet.com"
3633 },
3634 {
3635 "name": "Marcello Duarte",
3636 "email": "marcello.duarte@gmail.com"
3637 }
3638 ],
3639 "description": "Highly opinionated mocking framework for PHP 5.3+",
3640 "homepage": "https://github.com/phpspec/prophecy",
3641 "keywords": [
3642 "Double",
3643 "Dummy",
3644 "fake",
3645 "mock",
3646 "spy",
3647 "stub"
3648 ],
3649 "time": "2015-08-13 10:07:40"
3650 },
3651 {
3652 "name": "phpunit/php-code-coverage",
3653 "version": "2.2.2",
3654 "source": {
3655 "type": "git",
3656 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3657 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
3658 },
3659 "dist": {
3660 "type": "zip",
3661 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
3662 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
3663 "shasum": ""
3664 },
3665 "require": {
3666 "php": ">=5.3.3",
3667 "phpunit/php-file-iterator": "~1.3",
3668 "phpunit/php-text-template": "~1.2",
3669 "phpunit/php-token-stream": "~1.3",
3670 "sebastian/environment": "^1.3.2",
3671 "sebastian/version": "~1.0"
3672 },
3673 "require-dev": {
3674 "ext-xdebug": ">=2.1.4",
3675 "phpunit/phpunit": "~4"
3676 },
3677 "suggest": {
3678 "ext-dom": "*",
3679 "ext-xdebug": ">=2.2.1",
3680 "ext-xmlwriter": "*"
3681 },
3682 "type": "library",
3683 "extra": {
3684 "branch-alias": {
3685 "dev-master": "2.2.x-dev"
3686 }
3687 },
3688 "autoload": {
3689 "classmap": [
3690 "src/"
3691 ]
3692 },
3693 "notification-url": "https://packagist.org/downloads/",
3694 "license": [
3695 "BSD-3-Clause"
3696 ],
3697 "authors": [
3698 {
3699 "name": "Sebastian Bergmann",
3700 "email": "sb@sebastian-bergmann.de",
3701 "role": "lead"
3702 }
3703 ],
3704 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3705 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3706 "keywords": [
3707 "coverage",
3708 "testing",
3709 "xunit"
3710 ],
3711 "time": "2015-08-04 03:42:39"
3712 },
3713 {
3714 "name": "phpunit/php-file-iterator",
3715 "version": "1.4.1",
3716 "source": {
3717 "type": "git",
3718 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3719 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3720 },
3721 "dist": {
3722 "type": "zip",
3723 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3724 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3725 "shasum": ""
3726 },
3727 "require": {
3728 "php": ">=5.3.3"
3729 },
3730 "type": "library",
3731 "extra": {
3732 "branch-alias": {
3733 "dev-master": "1.4.x-dev"
3734 }
3735 },
3736 "autoload": {
3737 "classmap": [
3738 "src/"
3739 ]
3740 },
3741 "notification-url": "https://packagist.org/downloads/",
3742 "license": [
3743 "BSD-3-Clause"
3744 ],
3745 "authors": [
3746 {
3747 "name": "Sebastian Bergmann",
3748 "email": "sb@sebastian-bergmann.de",
3749 "role": "lead"
3750 }
3751 ],
3752 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3753 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3754 "keywords": [
3755 "filesystem",
3756 "iterator"
3757 ],
3758 "time": "2015-06-21 13:08:43"
3759 },
3760 {
3761 "name": "phpunit/php-text-template",
3762 "version": "1.2.1",
3763 "source": {
3764 "type": "git",
3765 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3766 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3767 },
3768 "dist": {
3769 "type": "zip",
3770 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3771 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3772 "shasum": ""
3773 },
3774 "require": {
3775 "php": ">=5.3.3"
3776 },
3777 "type": "library",
3778 "autoload": {
3779 "classmap": [
3780 "src/"
3781 ]
3782 },
3783 "notification-url": "https://packagist.org/downloads/",
3784 "license": [
3785 "BSD-3-Clause"
3786 ],
3787 "authors": [
3788 {
3789 "name": "Sebastian Bergmann",
3790 "email": "sebastian@phpunit.de",
3791 "role": "lead"
3792 }
3793 ],
3794 "description": "Simple template engine.",
3795 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3796 "keywords": [
3797 "template"
3798 ],
3799 "time": "2015-06-21 13:50:34"
3800 },
3801 {
3802 "name": "phpunit/php-timer",
3803 "version": "1.0.7",
3804 "source": {
3805 "type": "git",
3806 "url": "https://github.com/sebastianbergmann/php-timer.git",
3807 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3808 },
3809 "dist": {
3810 "type": "zip",
3811 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3812 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3813 "shasum": ""
3814 },
3815 "require": {
3816 "php": ">=5.3.3"
3817 },
3818 "type": "library",
3819 "autoload": {
3820 "classmap": [
3821 "src/"
3822 ]
3823 },
3824 "notification-url": "https://packagist.org/downloads/",
3825 "license": [
3826 "BSD-3-Clause"
3827 ],
3828 "authors": [
3829 {
3830 "name": "Sebastian Bergmann",
3831 "email": "sb@sebastian-bergmann.de",
3832 "role": "lead"
3833 }
3834 ],
3835 "description": "Utility class for timing",
3836 "homepage": "https://github.com/sebastianbergmann/php-timer/",
3837 "keywords": [
3838 "timer"
3839 ],
3840 "time": "2015-06-21 08:01:12"
3841 },
3842 {
3843 "name": "phpunit/php-token-stream",
3844 "version": "1.4.6",
3845 "source": {
3846 "type": "git",
3847 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3848 "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
3849 },
3850 "dist": {
3851 "type": "zip",
3852 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
3853 "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
3854 "shasum": ""
3855 },
3856 "require": {
3857 "ext-tokenizer": "*",
3858 "php": ">=5.3.3"
3859 },
3860 "require-dev": {
3861 "phpunit/phpunit": "~4.2"
3862 },
3863 "type": "library",
3864 "extra": {
3865 "branch-alias": {
3866 "dev-master": "1.4-dev"
3867 }
3868 },
3869 "autoload": {
3870 "classmap": [
3871 "src/"
3872 ]
3873 },
3874 "notification-url": "https://packagist.org/downloads/",
3875 "license": [
3876 "BSD-3-Clause"
3877 ],
3878 "authors": [
3879 {
3880 "name": "Sebastian Bergmann",
3881 "email": "sebastian@phpunit.de"
3882 }
3883 ],
3884 "description": "Wrapper around PHP's tokenizer extension.",
3885 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3886 "keywords": [
3887 "tokenizer"
3888 ],
3889 "time": "2015-08-16 08:51:00"
3890 },
3891 {
3892 "name": "phpunit/phpunit",
3893 "version": "4.8.5",
3894 "source": {
3895 "type": "git",
3896 "url": "https://github.com/sebastianbergmann/phpunit.git",
3897 "reference": "9b7417edaf28059ea63d86be941e6004dbfcc0cc"
3898 },
3899 "dist": {
3900 "type": "zip",
3901 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b7417edaf28059ea63d86be941e6004dbfcc0cc",
3902 "reference": "9b7417edaf28059ea63d86be941e6004dbfcc0cc",
3903 "shasum": ""
3904 },
3905 "require": {
3906 "ext-dom": "*",
3907 "ext-json": "*",
3908 "ext-pcre": "*",
3909 "ext-reflection": "*",
3910 "ext-spl": "*",
3911 "php": ">=5.3.3",
3912 "phpspec/prophecy": "^1.3.1",
3913 "phpunit/php-code-coverage": "~2.1",
3914 "phpunit/php-file-iterator": "~1.4",
3915 "phpunit/php-text-template": "~1.2",
3916 "phpunit/php-timer": ">=1.0.6",
3917 "phpunit/phpunit-mock-objects": "~2.3",
3918 "sebastian/comparator": "~1.1",
3919 "sebastian/diff": "~1.2",
3920 "sebastian/environment": "~1.3",
3921 "sebastian/exporter": "~1.2",
3922 "sebastian/global-state": "~1.0",
3923 "sebastian/version": "~1.0",
3924 "symfony/yaml": "~2.1|~3.0"
3925 },
3926 "suggest": {
3927 "phpunit/php-invoker": "~1.1"
3928 },
3929 "bin": [
3930 "phpunit"
3931 ],
3932 "type": "library",
3933 "extra": {
3934 "branch-alias": {
3935 "dev-master": "4.8.x-dev"
3936 }
3937 },
3938 "autoload": {
3939 "classmap": [
3940 "src/"
3941 ]
3942 },
3943 "notification-url": "https://packagist.org/downloads/",
3944 "license": [
3945 "BSD-3-Clause"
3946 ],
3947 "authors": [
3948 {
3949 "name": "Sebastian Bergmann",
3950 "email": "sebastian@phpunit.de",
3951 "role": "lead"
3952 }
3953 ],
3954 "description": "The PHP Unit Testing framework.",
3955 "homepage": "https://phpunit.de/",
3956 "keywords": [
3957 "phpunit",
3958 "testing",
3959 "xunit"
3960 ],
3961 "time": "2015-08-19 09:20:57"
3962 },
3963 {
3964 "name": "phpunit/phpunit-mock-objects",
3965 "version": "2.3.7",
3966 "source": {
3967 "type": "git",
3968 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3969 "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
3970 },
3971 "dist": {
3972 "type": "zip",
3973 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
3974 "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
3975 "shasum": ""
3976 },
3977 "require": {
3978 "doctrine/instantiator": "^1.0.2",
3979 "php": ">=5.3.3",
3980 "phpunit/php-text-template": "~1.2",
3981 "sebastian/exporter": "~1.2"
3982 },
3983 "require-dev": {
3984 "phpunit/phpunit": "~4.4"
3985 },
3986 "suggest": {
3987 "ext-soap": "*"
3988 },
3989 "type": "library",
3990 "extra": {
3991 "branch-alias": {
3992 "dev-master": "2.3.x-dev"
3993 }
3994 },
3995 "autoload": {
3996 "classmap": [
3997 "src/"
3998 ]
3999 },
4000 "notification-url": "https://packagist.org/downloads/",
4001 "license": [
4002 "BSD-3-Clause"
4003 ],
4004 "authors": [
4005 {
4006 "name": "Sebastian Bergmann",
4007 "email": "sb@sebastian-bergmann.de",
4008 "role": "lead"
4009 }
4010 ],
4011 "description": "Mock Object library for PHPUnit",
4012 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4013 "keywords": [
4014 "mock",
4015 "xunit"
4016 ],
4017 "time": "2015-08-19 09:14:08"
4018 },
4019 {
4020 "name": "sebastian/comparator",
4021 "version": "1.2.0",
4022 "source": {
4023 "type": "git",
4024 "url": "https://github.com/sebastianbergmann/comparator.git",
4025 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4026 },
4027 "dist": {
4028 "type": "zip",
4029 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4030 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4031 "shasum": ""
4032 },
4033 "require": {
4034 "php": ">=5.3.3",
4035 "sebastian/diff": "~1.2",
4036 "sebastian/exporter": "~1.2"
4037 },
4038 "require-dev": {
4039 "phpunit/phpunit": "~4.4"
4040 },
4041 "type": "library",
4042 "extra": {
4043 "branch-alias": {
4044 "dev-master": "1.2.x-dev"
4045 }
4046 },
4047 "autoload": {
4048 "classmap": [
4049 "src/"
4050 ]
4051 },
4052 "notification-url": "https://packagist.org/downloads/",
4053 "license": [
4054 "BSD-3-Clause"
4055 ],
4056 "authors": [
4057 {
4058 "name": "Jeff Welch",
4059 "email": "whatthejeff@gmail.com"
4060 },
4061 {
4062 "name": "Volker Dusch",
4063 "email": "github@wallbash.com"
4064 },
4065 {
4066 "name": "Bernhard Schussek",
4067 "email": "bschussek@2bepublished.at"
4068 },
4069 {
4070 "name": "Sebastian Bergmann",
4071 "email": "sebastian@phpunit.de"
4072 }
4073 ],
4074 "description": "Provides the functionality to compare PHP values for equality",
4075 "homepage": "http://www.github.com/sebastianbergmann/comparator",
4076 "keywords": [
4077 "comparator",
4078 "compare",
4079 "equality"
4080 ],
4081 "time": "2015-07-26 15:48:44"
4082 },
4083 {
4084 "name": "sebastian/diff",
4085 "version": "1.3.0",
4086 "source": {
4087 "type": "git",
4088 "url": "https://github.com/sebastianbergmann/diff.git",
4089 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
4090 },
4091 "dist": {
4092 "type": "zip",
4093 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
4094 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
4095 "shasum": ""
4096 },
4097 "require": {
4098 "php": ">=5.3.3"
4099 },
4100 "require-dev": {
4101 "phpunit/phpunit": "~4.2"
4102 },
4103 "type": "library",
4104 "extra": {
4105 "branch-alias": {
4106 "dev-master": "1.3-dev"
4107 }
4108 },
4109 "autoload": {
4110 "classmap": [
4111 "src/"
4112 ]
4113 },
4114 "notification-url": "https://packagist.org/downloads/",
4115 "license": [
4116 "BSD-3-Clause"
4117 ],
4118 "authors": [
4119 {
4120 "name": "Kore Nordmann",
4121 "email": "mail@kore-nordmann.de"
4122 },
4123 {
4124 "name": "Sebastian Bergmann",
4125 "email": "sebastian@phpunit.de"
4126 }
4127 ],
4128 "description": "Diff implementation",
4129 "homepage": "http://www.github.com/sebastianbergmann/diff",
4130 "keywords": [
4131 "diff"
4132 ],
4133 "time": "2015-02-22 15:13:53"
4134 },
4135 {
4136 "name": "sebastian/environment",
4137 "version": "1.3.2",
4138 "source": {
4139 "type": "git",
4140 "url": "https://github.com/sebastianbergmann/environment.git",
4141 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
4142 },
4143 "dist": {
4144 "type": "zip",
4145 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
4146 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
4147 "shasum": ""
4148 },
4149 "require": {
4150 "php": ">=5.3.3"
4151 },
4152 "require-dev": {
4153 "phpunit/phpunit": "~4.4"
4154 },
4155 "type": "library",
4156 "extra": {
4157 "branch-alias": {
4158 "dev-master": "1.3.x-dev"
4159 }
4160 },
4161 "autoload": {
4162 "classmap": [
4163 "src/"
4164 ]
4165 },
4166 "notification-url": "https://packagist.org/downloads/",
4167 "license": [
4168 "BSD-3-Clause"
4169 ],
4170 "authors": [
4171 {
4172 "name": "Sebastian Bergmann",
4173 "email": "sebastian@phpunit.de"
4174 }
4175 ],
4176 "description": "Provides functionality to handle HHVM/PHP environments",
4177 "homepage": "http://www.github.com/sebastianbergmann/environment",
4178 "keywords": [
4179 "Xdebug",
4180 "environment",
4181 "hhvm"
4182 ],
4183 "time": "2015-08-03 06:14:51"
4184 },
4185 {
4186 "name": "sebastian/exporter",
4187 "version": "1.2.1",
4188 "source": {
4189 "type": "git",
4190 "url": "https://github.com/sebastianbergmann/exporter.git",
4191 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4192 },
4193 "dist": {
4194 "type": "zip",
4195 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4196 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4197 "shasum": ""
4198 },
4199 "require": {
4200 "php": ">=5.3.3",
4201 "sebastian/recursion-context": "~1.0"
4202 },
4203 "require-dev": {
4204 "phpunit/phpunit": "~4.4"
4205 },
4206 "type": "library",
4207 "extra": {
4208 "branch-alias": {
4209 "dev-master": "1.2.x-dev"
4210 }
4211 },
4212 "autoload": {
4213 "classmap": [
4214 "src/"
4215 ]
4216 },
4217 "notification-url": "https://packagist.org/downloads/",
4218 "license": [
4219 "BSD-3-Clause"
4220 ],
4221 "authors": [
4222 {
4223 "name": "Jeff Welch",
4224 "email": "whatthejeff@gmail.com"
4225 },
4226 {
4227 "name": "Volker Dusch",
4228 "email": "github@wallbash.com"
4229 },
4230 {
4231 "name": "Bernhard Schussek",
4232 "email": "bschussek@2bepublished.at"
4233 },
4234 {
4235 "name": "Sebastian Bergmann",
4236 "email": "sebastian@phpunit.de"
4237 },
4238 {
4239 "name": "Adam Harvey",
4240 "email": "aharvey@php.net"
4241 }
4242 ],
4243 "description": "Provides the functionality to export PHP variables for visualization",
4244 "homepage": "http://www.github.com/sebastianbergmann/exporter",
4245 "keywords": [
4246 "export",
4247 "exporter"
4248 ],
4249 "time": "2015-06-21 07:55:53"
4250 },
4251 {
4252 "name": "sebastian/global-state",
4253 "version": "1.0.0",
4254 "source": {
4255 "type": "git",
4256 "url": "https://github.com/sebastianbergmann/global-state.git",
4257 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
4258 },
4259 "dist": {
4260 "type": "zip",
4261 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4262 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4263 "shasum": ""
4264 },
4265 "require": {
4266 "php": ">=5.3.3"
4267 },
4268 "require-dev": {
4269 "phpunit/phpunit": "~4.2"
4270 },
4271 "suggest": {
4272 "ext-uopz": "*"
4273 },
4274 "type": "library",
4275 "extra": {
4276 "branch-alias": {
4277 "dev-master": "1.0-dev"
4278 }
4279 },
4280 "autoload": {
4281 "classmap": [
4282 "src/"
4283 ]
4284 },
4285 "notification-url": "https://packagist.org/downloads/",
4286 "license": [
4287 "BSD-3-Clause"
4288 ],
4289 "authors": [
4290 {
4291 "name": "Sebastian Bergmann",
4292 "email": "sebastian@phpunit.de"
4293 }
4294 ],
4295 "description": "Snapshotting of global state",
4296 "homepage": "http://www.github.com/sebastianbergmann/global-state",
4297 "keywords": [
4298 "global state"
4299 ],
4300 "time": "2014-10-06 09:23:50"
4301 },
4302 {
4303 "name": "sebastian/recursion-context",
4304 "version": "1.0.1",
4305 "source": {
4306 "type": "git",
4307 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4308 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
4309 },
4310 "dist": {
4311 "type": "zip",
4312 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
4313 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
4314 "shasum": ""
4315 },
4316 "require": {
4317 "php": ">=5.3.3"
4318 },
4319 "require-dev": {
4320 "phpunit/phpunit": "~4.4"
4321 },
4322 "type": "library",
4323 "extra": {
4324 "branch-alias": {
4325 "dev-master": "1.0.x-dev"
4326 }
4327 },
4328 "autoload": {
4329 "classmap": [
4330 "src/"
4331 ]
4332 },
4333 "notification-url": "https://packagist.org/downloads/",
4334 "license": [
4335 "BSD-3-Clause"
4336 ],
4337 "authors": [
4338 {
4339 "name": "Jeff Welch",
4340 "email": "whatthejeff@gmail.com"
4341 },
4342 {
4343 "name": "Sebastian Bergmann",
4344 "email": "sebastian@phpunit.de"
4345 },
4346 {
4347 "name": "Adam Harvey",
4348 "email": "aharvey@php.net"
4349 }
4350 ],
4351 "description": "Provides functionality to recursively process PHP variables",
4352 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4353 "time": "2015-06-21 08:04:50"
4354 },
4355 {
4356 "name": "sebastian/version",
4357 "version": "1.0.6",
4358 "source": {
4359 "type": "git",
4360 "url": "https://github.com/sebastianbergmann/version.git",
4361 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4362 },
4363 "dist": {
4364 "type": "zip",
4365 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4366 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4367 "shasum": ""
4368 },
4369 "type": "library",
4370 "autoload": {
4371 "classmap": [
4372 "src/"
4373 ]
4374 },
4375 "notification-url": "https://packagist.org/downloads/",
4376 "license": [
4377 "BSD-3-Clause"
4378 ],
4379 "authors": [
4380 {
4381 "name": "Sebastian Bergmann",
4382 "email": "sebastian@phpunit.de",
4383 "role": "lead"
4384 }
4385 ],
4386 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4387 "homepage": "https://github.com/sebastianbergmann/version",
4388 "time": "2015-06-21 13:59:46"
4389 },
4390 {
4391 "name": "sensio/generator-bundle",
4392 "version": "v2.5.3",
4393 "target-dir": "Sensio/Bundle/GeneratorBundle",
4394 "source": {
4395 "type": "git",
4396 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4397 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4398 },
4399 "dist": {
4400 "type": "zip",
4401 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4402 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4403 "shasum": ""
4404 },
4405 "require": {
4406 "symfony/console": "~2.5",
4407 "symfony/framework-bundle": "~2.2"
4408 },
4409 "require-dev": {
4410 "doctrine/orm": "~2.2,>=2.2.3",
4411 "symfony/doctrine-bridge": "~2.2",
4412 "twig/twig": "~1.11"
4413 },
4414 "type": "symfony-bundle",
4415 "extra": {
4416 "branch-alias": {
4417 "dev-master": "2.5.x-dev"
4418 }
4419 },
4420 "autoload": {
4421 "psr-0": {
4422 "Sensio\\Bundle\\GeneratorBundle": ""
4423 }
4424 },
4425 "notification-url": "https://packagist.org/downloads/",
4426 "license": [
4427 "MIT"
4428 ],
4429 "authors": [
4430 {
4431 "name": "Fabien Potencier",
4432 "email": "fabien@symfony.com"
4433 }
4434 ],
4435 "description": "This bundle generates code for you",
4436 "time": "2015-03-17 06:36:52"
4437 }
4438 ],
4439 "aliases": [],
4440 "minimum-stability": "dev",
4441 "stability-flags": {
4442 "friendsofsymfony/user-bundle": 20
4443 },
4444 "prefer-stable": true,
4445 "prefer-lowest": false,
4446 "platform": {
4447 "php": ">=5.3.3"
4448 },
4449 "platform-dev": []
4450 }