]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Update deps
[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": "7f1939f54201ee0e068eddde41454261",
8 "content-hash": "9b7801951c4ea69565ee8f4914071c25",
9 "packages": [
10 {
11 "name": "behat/transliterator",
12 "version": "v1.1.0",
13 "source": {
14 "type": "git",
15 "url": "https://github.com/Behat/Transliterator.git",
16 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
17 },
18 "dist": {
19 "type": "zip",
20 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
21 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
22 "shasum": ""
23 },
24 "require": {
25 "php": ">=5.3.3"
26 },
27 "type": "library",
28 "extra": {
29 "branch-alias": {
30 "dev-master": "1.1-dev"
31 }
32 },
33 "autoload": {
34 "psr-0": {
35 "Behat\\Transliterator": "src/"
36 }
37 },
38 "notification-url": "https://packagist.org/downloads/",
39 "license": [
40 "Artistic-1.0"
41 ],
42 "description": "String transliterator",
43 "keywords": [
44 "i18n",
45 "slug",
46 "transliterator"
47 ],
48 "time": "2015-09-28 16:26:35"
49 },
50 {
51 "name": "doctrine/annotations",
52 "version": "v1.2.7",
53 "source": {
54 "type": "git",
55 "url": "https://github.com/doctrine/annotations.git",
56 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
57 },
58 "dist": {
59 "type": "zip",
60 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
61 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
62 "shasum": ""
63 },
64 "require": {
65 "doctrine/lexer": "1.*",
66 "php": ">=5.3.2"
67 },
68 "require-dev": {
69 "doctrine/cache": "1.*",
70 "phpunit/phpunit": "4.*"
71 },
72 "type": "library",
73 "extra": {
74 "branch-alias": {
75 "dev-master": "1.3.x-dev"
76 }
77 },
78 "autoload": {
79 "psr-0": {
80 "Doctrine\\Common\\Annotations\\": "lib/"
81 }
82 },
83 "notification-url": "https://packagist.org/downloads/",
84 "license": [
85 "MIT"
86 ],
87 "authors": [
88 {
89 "name": "Roman Borschel",
90 "email": "roman@code-factory.org"
91 },
92 {
93 "name": "Benjamin Eberlei",
94 "email": "kontakt@beberlei.de"
95 },
96 {
97 "name": "Guilherme Blanco",
98 "email": "guilhermeblanco@gmail.com"
99 },
100 {
101 "name": "Jonathan Wage",
102 "email": "jonwage@gmail.com"
103 },
104 {
105 "name": "Johannes Schmitt",
106 "email": "schmittjoh@gmail.com"
107 }
108 ],
109 "description": "Docblock Annotations Parser",
110 "homepage": "http://www.doctrine-project.org",
111 "keywords": [
112 "annotations",
113 "docblock",
114 "parser"
115 ],
116 "time": "2015-08-31 12:32:49"
117 },
118 {
119 "name": "doctrine/cache",
120 "version": "v1.5.4",
121 "source": {
122 "type": "git",
123 "url": "https://github.com/doctrine/cache.git",
124 "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
125 },
126 "dist": {
127 "type": "zip",
128 "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
129 "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
130 "shasum": ""
131 },
132 "require": {
133 "php": ">=5.3.2"
134 },
135 "conflict": {
136 "doctrine/common": ">2.2,<2.4"
137 },
138 "require-dev": {
139 "phpunit/phpunit": ">=3.7",
140 "predis/predis": "~1.0",
141 "satooshi/php-coveralls": "~0.6"
142 },
143 "type": "library",
144 "extra": {
145 "branch-alias": {
146 "dev-master": "1.5.x-dev"
147 }
148 },
149 "autoload": {
150 "psr-4": {
151 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
152 }
153 },
154 "notification-url": "https://packagist.org/downloads/",
155 "license": [
156 "MIT"
157 ],
158 "authors": [
159 {
160 "name": "Roman Borschel",
161 "email": "roman@code-factory.org"
162 },
163 {
164 "name": "Benjamin Eberlei",
165 "email": "kontakt@beberlei.de"
166 },
167 {
168 "name": "Guilherme Blanco",
169 "email": "guilhermeblanco@gmail.com"
170 },
171 {
172 "name": "Jonathan Wage",
173 "email": "jonwage@gmail.com"
174 },
175 {
176 "name": "Johannes Schmitt",
177 "email": "schmittjoh@gmail.com"
178 }
179 ],
180 "description": "Caching library offering an object-oriented API for many cache backends",
181 "homepage": "http://www.doctrine-project.org",
182 "keywords": [
183 "cache",
184 "caching"
185 ],
186 "time": "2015-12-19 05:03:47"
187 },
188 {
189 "name": "doctrine/collections",
190 "version": "v1.3.0",
191 "source": {
192 "type": "git",
193 "url": "https://github.com/doctrine/collections.git",
194 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
195 },
196 "dist": {
197 "type": "zip",
198 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
199 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
200 "shasum": ""
201 },
202 "require": {
203 "php": ">=5.3.2"
204 },
205 "require-dev": {
206 "phpunit/phpunit": "~4.0"
207 },
208 "type": "library",
209 "extra": {
210 "branch-alias": {
211 "dev-master": "1.2.x-dev"
212 }
213 },
214 "autoload": {
215 "psr-0": {
216 "Doctrine\\Common\\Collections\\": "lib/"
217 }
218 },
219 "notification-url": "https://packagist.org/downloads/",
220 "license": [
221 "MIT"
222 ],
223 "authors": [
224 {
225 "name": "Roman Borschel",
226 "email": "roman@code-factory.org"
227 },
228 {
229 "name": "Benjamin Eberlei",
230 "email": "kontakt@beberlei.de"
231 },
232 {
233 "name": "Guilherme Blanco",
234 "email": "guilhermeblanco@gmail.com"
235 },
236 {
237 "name": "Jonathan Wage",
238 "email": "jonwage@gmail.com"
239 },
240 {
241 "name": "Johannes Schmitt",
242 "email": "schmittjoh@gmail.com"
243 }
244 ],
245 "description": "Collections Abstraction library",
246 "homepage": "http://www.doctrine-project.org",
247 "keywords": [
248 "array",
249 "collections",
250 "iterator"
251 ],
252 "time": "2015-04-14 22:21:58"
253 },
254 {
255 "name": "doctrine/common",
256 "version": "v2.6.1",
257 "source": {
258 "type": "git",
259 "url": "https://github.com/doctrine/common.git",
260 "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
261 },
262 "dist": {
263 "type": "zip",
264 "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
265 "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
266 "shasum": ""
267 },
268 "require": {
269 "doctrine/annotations": "1.*",
270 "doctrine/cache": "1.*",
271 "doctrine/collections": "1.*",
272 "doctrine/inflector": "1.*",
273 "doctrine/lexer": "1.*",
274 "php": "~5.5|~7.0"
275 },
276 "require-dev": {
277 "phpunit/phpunit": "~4.8|~5.0"
278 },
279 "type": "library",
280 "extra": {
281 "branch-alias": {
282 "dev-master": "2.7.x-dev"
283 }
284 },
285 "autoload": {
286 "psr-4": {
287 "Doctrine\\Common\\": "lib/Doctrine/Common"
288 }
289 },
290 "notification-url": "https://packagist.org/downloads/",
291 "license": [
292 "MIT"
293 ],
294 "authors": [
295 {
296 "name": "Roman Borschel",
297 "email": "roman@code-factory.org"
298 },
299 {
300 "name": "Benjamin Eberlei",
301 "email": "kontakt@beberlei.de"
302 },
303 {
304 "name": "Guilherme Blanco",
305 "email": "guilhermeblanco@gmail.com"
306 },
307 {
308 "name": "Jonathan Wage",
309 "email": "jonwage@gmail.com"
310 },
311 {
312 "name": "Johannes Schmitt",
313 "email": "schmittjoh@gmail.com"
314 }
315 ],
316 "description": "Common Library for Doctrine projects",
317 "homepage": "http://www.doctrine-project.org",
318 "keywords": [
319 "annotations",
320 "collections",
321 "eventmanager",
322 "persistence",
323 "spl"
324 ],
325 "time": "2015-12-25 13:18:31"
326 },
327 {
328 "name": "doctrine/dbal",
329 "version": "v2.5.3",
330 "source": {
331 "type": "git",
332 "url": "https://github.com/doctrine/dbal.git",
333 "reference": "2fbcea96eae34a53183377cdbb0b9bec33974648"
334 },
335 "dist": {
336 "type": "zip",
337 "url": "https://api.github.com/repos/doctrine/dbal/zipball/2fbcea96eae34a53183377cdbb0b9bec33974648",
338 "reference": "2fbcea96eae34a53183377cdbb0b9bec33974648",
339 "shasum": ""
340 },
341 "require": {
342 "doctrine/common": ">=2.4,<2.7-dev",
343 "php": ">=5.3.2"
344 },
345 "require-dev": {
346 "phpunit/phpunit": "4.*",
347 "symfony/console": "2.*"
348 },
349 "suggest": {
350 "symfony/console": "For helpful console commands such as SQL execution and import of files."
351 },
352 "bin": [
353 "bin/doctrine-dbal"
354 ],
355 "type": "library",
356 "extra": {
357 "branch-alias": {
358 "dev-master": "2.5.x-dev"
359 }
360 },
361 "autoload": {
362 "psr-0": {
363 "Doctrine\\DBAL\\": "lib/"
364 }
365 },
366 "notification-url": "https://packagist.org/downloads/",
367 "license": [
368 "MIT"
369 ],
370 "authors": [
371 {
372 "name": "Roman Borschel",
373 "email": "roman@code-factory.org"
374 },
375 {
376 "name": "Benjamin Eberlei",
377 "email": "kontakt@beberlei.de"
378 },
379 {
380 "name": "Guilherme Blanco",
381 "email": "guilhermeblanco@gmail.com"
382 },
383 {
384 "name": "Jonathan Wage",
385 "email": "jonwage@gmail.com"
386 }
387 ],
388 "description": "Database Abstraction Layer",
389 "homepage": "http://www.doctrine-project.org",
390 "keywords": [
391 "database",
392 "dbal",
393 "persistence",
394 "queryobject"
395 ],
396 "time": "2015-12-25 16:28:24"
397 },
398 {
399 "name": "doctrine/doctrine-bundle",
400 "version": "v1.5.2",
401 "source": {
402 "type": "git",
403 "url": "https://github.com/doctrine/DoctrineBundle.git",
404 "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3"
405 },
406 "dist": {
407 "type": "zip",
408 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
409 "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
410 "shasum": ""
411 },
412 "require": {
413 "doctrine/dbal": "~2.3",
414 "doctrine/doctrine-cache-bundle": "~1.0",
415 "jdorn/sql-formatter": "~1.1",
416 "php": ">=5.3.2",
417 "symfony/console": "~2.3|~3.0",
418 "symfony/doctrine-bridge": "~2.2|~3.0",
419 "symfony/framework-bundle": "~2.3|~3.0"
420 },
421 "require-dev": {
422 "doctrine/orm": "~2.3",
423 "phpunit/phpunit": "~4",
424 "satooshi/php-coveralls": "~0.6.1",
425 "symfony/validator": "~2.2|~3.0",
426 "symfony/yaml": "~2.2|~3.0",
427 "twig/twig": "~1.10"
428 },
429 "suggest": {
430 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
431 "symfony/web-profiler-bundle": "to use the data collector"
432 },
433 "type": "symfony-bundle",
434 "extra": {
435 "branch-alias": {
436 "dev-master": "1.6.x-dev"
437 }
438 },
439 "autoload": {
440 "psr-4": {
441 "Doctrine\\Bundle\\DoctrineBundle\\": ""
442 }
443 },
444 "notification-url": "https://packagist.org/downloads/",
445 "license": [
446 "MIT"
447 ],
448 "authors": [
449 {
450 "name": "Symfony Community",
451 "homepage": "http://symfony.com/contributors"
452 },
453 {
454 "name": "Benjamin Eberlei",
455 "email": "kontakt@beberlei.de"
456 },
457 {
458 "name": "Doctrine Project",
459 "homepage": "http://www.doctrine-project.org/"
460 },
461 {
462 "name": "Fabien Potencier",
463 "email": "fabien@symfony.com"
464 }
465 ],
466 "description": "Symfony DoctrineBundle",
467 "homepage": "http://www.doctrine-project.org",
468 "keywords": [
469 "database",
470 "dbal",
471 "orm",
472 "persistence"
473 ],
474 "time": "2015-08-31 14:47:06"
475 },
476 {
477 "name": "doctrine/doctrine-cache-bundle",
478 "version": "1.2.2",
479 "source": {
480 "type": "git",
481 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
482 "reference": "030ff41ef1db66370b36467086bfb817a661fe6a"
483 },
484 "dist": {
485 "type": "zip",
486 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/030ff41ef1db66370b36467086bfb817a661fe6a",
487 "reference": "030ff41ef1db66370b36467086bfb817a661fe6a",
488 "shasum": ""
489 },
490 "require": {
491 "doctrine/cache": "^1.4.2",
492 "doctrine/inflector": "~1.0",
493 "php": ">=5.3.2",
494 "symfony/doctrine-bridge": "~2.2|~3.0"
495 },
496 "require-dev": {
497 "instaclick/coding-standard": "~1.1",
498 "instaclick/object-calisthenics-sniffs": "dev-master",
499 "instaclick/symfony2-coding-standard": "dev-remaster",
500 "phpunit/phpunit": "~4",
501 "satooshi/php-coveralls": "~0.6.1",
502 "squizlabs/php_codesniffer": "~1.5",
503 "symfony/console": "~2.2|~3.0",
504 "symfony/finder": "~2.2|~3.0",
505 "symfony/framework-bundle": "~2.2|~3.0",
506 "symfony/phpunit-bridge": "~2.7|~3.0",
507 "symfony/security-acl": "~2.3|~3.0",
508 "symfony/validator": "~2.2|~3.0",
509 "symfony/yaml": "~2.2|~3.0"
510 },
511 "suggest": {
512 "symfony/security-acl": "For using this bundle to cache ACLs"
513 },
514 "type": "symfony-bundle",
515 "extra": {
516 "branch-alias": {
517 "dev-master": "1.2.x-dev"
518 }
519 },
520 "autoload": {
521 "psr-4": {
522 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
523 }
524 },
525 "notification-url": "https://packagist.org/downloads/",
526 "license": [
527 "MIT"
528 ],
529 "authors": [
530 {
531 "name": "Symfony Community",
532 "homepage": "http://symfony.com/contributors"
533 },
534 {
535 "name": "Benjamin Eberlei",
536 "email": "kontakt@beberlei.de"
537 },
538 {
539 "name": "Fabio B. Silva",
540 "email": "fabio.bat.silva@gmail.com"
541 },
542 {
543 "name": "Guilherme Blanco",
544 "email": "guilhermeblanco@hotmail.com"
545 },
546 {
547 "name": "Doctrine Project",
548 "homepage": "http://www.doctrine-project.org/"
549 },
550 {
551 "name": "Fabien Potencier",
552 "email": "fabien@symfony.com"
553 }
554 ],
555 "description": "Symfony Bundle for Doctrine Cache",
556 "homepage": "http://www.doctrine-project.org",
557 "keywords": [
558 "cache",
559 "caching"
560 ],
561 "time": "2015-11-27 04:59:07"
562 },
563 {
564 "name": "doctrine/inflector",
565 "version": "v1.1.0",
566 "source": {
567 "type": "git",
568 "url": "https://github.com/doctrine/inflector.git",
569 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
570 },
571 "dist": {
572 "type": "zip",
573 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
574 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
575 "shasum": ""
576 },
577 "require": {
578 "php": ">=5.3.2"
579 },
580 "require-dev": {
581 "phpunit/phpunit": "4.*"
582 },
583 "type": "library",
584 "extra": {
585 "branch-alias": {
586 "dev-master": "1.1.x-dev"
587 }
588 },
589 "autoload": {
590 "psr-0": {
591 "Doctrine\\Common\\Inflector\\": "lib/"
592 }
593 },
594 "notification-url": "https://packagist.org/downloads/",
595 "license": [
596 "MIT"
597 ],
598 "authors": [
599 {
600 "name": "Roman Borschel",
601 "email": "roman@code-factory.org"
602 },
603 {
604 "name": "Benjamin Eberlei",
605 "email": "kontakt@beberlei.de"
606 },
607 {
608 "name": "Guilherme Blanco",
609 "email": "guilhermeblanco@gmail.com"
610 },
611 {
612 "name": "Jonathan Wage",
613 "email": "jonwage@gmail.com"
614 },
615 {
616 "name": "Johannes Schmitt",
617 "email": "schmittjoh@gmail.com"
618 }
619 ],
620 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
621 "homepage": "http://www.doctrine-project.org",
622 "keywords": [
623 "inflection",
624 "pluralize",
625 "singularize",
626 "string"
627 ],
628 "time": "2015-11-06 14:35:42"
629 },
630 {
631 "name": "doctrine/instantiator",
632 "version": "1.0.5",
633 "source": {
634 "type": "git",
635 "url": "https://github.com/doctrine/instantiator.git",
636 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
637 },
638 "dist": {
639 "type": "zip",
640 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
641 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
642 "shasum": ""
643 },
644 "require": {
645 "php": ">=5.3,<8.0-DEV"
646 },
647 "require-dev": {
648 "athletic/athletic": "~0.1.8",
649 "ext-pdo": "*",
650 "ext-phar": "*",
651 "phpunit/phpunit": "~4.0",
652 "squizlabs/php_codesniffer": "~2.0"
653 },
654 "type": "library",
655 "extra": {
656 "branch-alias": {
657 "dev-master": "1.0.x-dev"
658 }
659 },
660 "autoload": {
661 "psr-4": {
662 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
663 }
664 },
665 "notification-url": "https://packagist.org/downloads/",
666 "license": [
667 "MIT"
668 ],
669 "authors": [
670 {
671 "name": "Marco Pivetta",
672 "email": "ocramius@gmail.com",
673 "homepage": "http://ocramius.github.com/"
674 }
675 ],
676 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
677 "homepage": "https://github.com/doctrine/instantiator",
678 "keywords": [
679 "constructor",
680 "instantiate"
681 ],
682 "time": "2015-06-14 21:17:01"
683 },
684 {
685 "name": "doctrine/lexer",
686 "version": "v1.0.1",
687 "source": {
688 "type": "git",
689 "url": "https://github.com/doctrine/lexer.git",
690 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
691 },
692 "dist": {
693 "type": "zip",
694 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
695 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
696 "shasum": ""
697 },
698 "require": {
699 "php": ">=5.3.2"
700 },
701 "type": "library",
702 "extra": {
703 "branch-alias": {
704 "dev-master": "1.0.x-dev"
705 }
706 },
707 "autoload": {
708 "psr-0": {
709 "Doctrine\\Common\\Lexer\\": "lib/"
710 }
711 },
712 "notification-url": "https://packagist.org/downloads/",
713 "license": [
714 "MIT"
715 ],
716 "authors": [
717 {
718 "name": "Roman Borschel",
719 "email": "roman@code-factory.org"
720 },
721 {
722 "name": "Guilherme Blanco",
723 "email": "guilhermeblanco@gmail.com"
724 },
725 {
726 "name": "Johannes Schmitt",
727 "email": "schmittjoh@gmail.com"
728 }
729 ],
730 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
731 "homepage": "http://www.doctrine-project.org",
732 "keywords": [
733 "lexer",
734 "parser"
735 ],
736 "time": "2014-09-09 13:34:57"
737 },
738 {
739 "name": "doctrine/orm",
740 "version": "v2.5.3",
741 "source": {
742 "type": "git",
743 "url": "https://github.com/doctrine/doctrine2.git",
744 "reference": "d9fc5388f1aa1751a0e148e76b4569bd207338e9"
745 },
746 "dist": {
747 "type": "zip",
748 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/d9fc5388f1aa1751a0e148e76b4569bd207338e9",
749 "reference": "d9fc5388f1aa1751a0e148e76b4569bd207338e9",
750 "shasum": ""
751 },
752 "require": {
753 "doctrine/cache": "~1.4",
754 "doctrine/collections": "~1.2",
755 "doctrine/common": ">=2.5-dev,<2.7-dev",
756 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
757 "doctrine/instantiator": "~1.0.1",
758 "ext-pdo": "*",
759 "php": ">=5.4",
760 "symfony/console": "~2.5|~3.0"
761 },
762 "require-dev": {
763 "phpunit/phpunit": "~4.0",
764 "satooshi/php-coveralls": "dev-master",
765 "symfony/yaml": "~2.3|~3.0"
766 },
767 "suggest": {
768 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
769 },
770 "bin": [
771 "bin/doctrine",
772 "bin/doctrine.php"
773 ],
774 "type": "library",
775 "extra": {
776 "branch-alias": {
777 "dev-master": "2.6.x-dev"
778 }
779 },
780 "autoload": {
781 "psr-0": {
782 "Doctrine\\ORM\\": "lib/"
783 }
784 },
785 "notification-url": "https://packagist.org/downloads/",
786 "license": [
787 "MIT"
788 ],
789 "authors": [
790 {
791 "name": "Roman Borschel",
792 "email": "roman@code-factory.org"
793 },
794 {
795 "name": "Benjamin Eberlei",
796 "email": "kontakt@beberlei.de"
797 },
798 {
799 "name": "Guilherme Blanco",
800 "email": "guilhermeblanco@gmail.com"
801 },
802 {
803 "name": "Jonathan Wage",
804 "email": "jonwage@gmail.com"
805 }
806 ],
807 "description": "Object-Relational-Mapper for PHP",
808 "homepage": "http://www.doctrine-project.org",
809 "keywords": [
810 "database",
811 "orm"
812 ],
813 "time": "2015-12-25 15:50:05"
814 },
815 {
816 "name": "ezyang/htmlpurifier",
817 "version": "v4.7.0",
818 "source": {
819 "type": "git",
820 "url": "https://github.com/ezyang/htmlpurifier.git",
821 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
822 },
823 "dist": {
824 "type": "zip",
825 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
826 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
827 "shasum": ""
828 },
829 "require": {
830 "php": ">=5.2"
831 },
832 "type": "library",
833 "autoload": {
834 "psr-0": {
835 "HTMLPurifier": "library/"
836 },
837 "files": [
838 "library/HTMLPurifier.composer.php"
839 ]
840 },
841 "notification-url": "https://packagist.org/downloads/",
842 "license": [
843 "LGPL"
844 ],
845 "authors": [
846 {
847 "name": "Edward Z. Yang",
848 "email": "admin@htmlpurifier.org",
849 "homepage": "http://ezyang.com"
850 }
851 ],
852 "description": "Standards compliant HTML filter written in PHP",
853 "homepage": "http://htmlpurifier.org/",
854 "keywords": [
855 "html"
856 ],
857 "time": "2015-08-05 01:03:42"
858 },
859 {
860 "name": "friendsofsymfony/oauth-server-bundle",
861 "version": "1.4.2",
862 "target-dir": "FOS/OAuthServerBundle",
863 "source": {
864 "type": "git",
865 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
866 "reference": "9e15c229eff547443d686445d629e9356ab0672e"
867 },
868 "dist": {
869 "type": "zip",
870 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/9e15c229eff547443d686445d629e9356ab0672e",
871 "reference": "9e15c229eff547443d686445d629e9356ab0672e",
872 "shasum": ""
873 },
874 "require": {
875 "friendsofsymfony/oauth2-php": "~1.1.0",
876 "php": ">=5.3.3",
877 "symfony/framework-bundle": "~2.1",
878 "symfony/security-bundle": "~2.1"
879 },
880 "require-dev": {
881 "doctrine/doctrine-bundle": "~1.0",
882 "doctrine/mongodb-odm": "1.0.*@dev",
883 "doctrine/orm": ">=2.2,<2.5-dev",
884 "symfony/class-loader": "~2.1",
885 "symfony/yaml": "~2.1",
886 "willdurand/propel-typehintable-behavior": "1.0.*"
887 },
888 "suggest": {
889 "doctrine/doctrine-bundle": "*",
890 "doctrine/mongodb-odm-bundle": "*",
891 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
892 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
893 },
894 "type": "symfony-bundle",
895 "extra": {
896 "branch-alias": {
897 "dev-master": "1.4-dev"
898 }
899 },
900 "autoload": {
901 "psr-0": {
902 "FOS\\OAuthServerBundle": ""
903 }
904 },
905 "notification-url": "https://packagist.org/downloads/",
906 "license": [
907 "MIT"
908 ],
909 "authors": [
910 {
911 "name": "Arnaud Le Blanc",
912 "email": "arnaud.lb@gmail.com"
913 },
914 {
915 "name": "FriendsOfSymfony Community",
916 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
917 }
918 ],
919 "description": "Symfony2 OAuth Server Bundle",
920 "homepage": "http://friendsofsymfony.github.com",
921 "keywords": [
922 "oauth",
923 "oauth2",
924 "server"
925 ],
926 "time": "2014-10-31 13:44:14"
927 },
928 {
929 "name": "friendsofsymfony/oauth2-php",
930 "version": "1.1.1",
931 "source": {
932 "type": "git",
933 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
934 "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310"
935 },
936 "dist": {
937 "type": "zip",
938 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310",
939 "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310",
940 "shasum": ""
941 },
942 "require": {
943 "php": ">=5.3.2",
944 "symfony/http-foundation": "~2.0"
945 },
946 "require-dev": {
947 "phpunit/phpunit": "~4.0"
948 },
949 "type": "library",
950 "extra": {
951 "branch-alias": {
952 "dev-master": "1.1.x-dev"
953 }
954 },
955 "autoload": {
956 "psr-4": {
957 "OAuth2\\": "lib/"
958 }
959 },
960 "notification-url": "https://packagist.org/downloads/",
961 "license": [
962 "MIT"
963 ],
964 "authors": [
965 {
966 "name": "Arnaud Le Blanc",
967 "email": "arnaud.lb@gmail.com"
968 },
969 {
970 "name": "FriendsOfSymfony Community",
971 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
972 }
973 ],
974 "description": "OAuth2 library",
975 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
976 "keywords": [
977 "oauth",
978 "oauth2"
979 ],
980 "time": "2014-11-03 10:21:20"
981 },
982 {
983 "name": "friendsofsymfony/rest-bundle",
984 "version": "1.7.6",
985 "target-dir": "FOS/RestBundle",
986 "source": {
987 "type": "git",
988 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
989 "reference": "f95b2f141748e9a5e2ddae833f60c38417aee8c3"
990 },
991 "dist": {
992 "type": "zip",
993 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/f95b2f141748e9a5e2ddae833f60c38417aee8c3",
994 "reference": "f95b2f141748e9a5e2ddae833f60c38417aee8c3",
995 "shasum": ""
996 },
997 "require": {
998 "doctrine/inflector": "~1.0",
999 "php": "^5.3.9|~7.0",
1000 "psr/log": "~1.0",
1001 "symfony/framework-bundle": "~2.3|~3.0",
1002 "symfony/http-kernel": "^2.3.24|~3.0",
1003 "willdurand/jsonp-callback-validator": "~1.0",
1004 "willdurand/negotiation": "~1.2"
1005 },
1006 "conflict": {
1007 "jms/serializer": "<0.12",
1008 "jms/serializer-bundle": "<0.11",
1009 "symfony/validator": ">=2.5.0,<2.5.5"
1010 },
1011 "require-dev": {
1012 "jms/serializer": "~0.13|~1.0",
1013 "jms/serializer-bundle": "~0.12|~1.0",
1014 "phpoption/phpoption": "~1.1.0",
1015 "sensio/framework-extra-bundle": "~2.0|~3.0",
1016 "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1017 "symfony/browser-kit": "~2.3|~3.0",
1018 "symfony/dependency-injection": "~2.3|~3.0",
1019 "symfony/form": "~2.3|~3.0",
1020 "symfony/phpunit-bridge": "~2.7|~3.0",
1021 "symfony/security": "~2.3|~3.0",
1022 "symfony/serializer": "~2.3|~3.0",
1023 "symfony/validator": "~2.3|~3.0",
1024 "symfony/yaml": "~2.3|~3.0"
1025 },
1026 "suggest": {
1027 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
1028 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
1029 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1030 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1031 },
1032 "type": "symfony-bundle",
1033 "extra": {
1034 "branch-alias": {
1035 "dev-master": "1.7-dev"
1036 }
1037 },
1038 "autoload": {
1039 "psr-0": {
1040 "FOS\\RestBundle": ""
1041 }
1042 },
1043 "notification-url": "https://packagist.org/downloads/",
1044 "license": [
1045 "MIT"
1046 ],
1047 "authors": [
1048 {
1049 "name": "Lukas Kahwe Smith",
1050 "email": "smith@pooteeweet.org"
1051 },
1052 {
1053 "name": "FriendsOfSymfony Community",
1054 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1055 },
1056 {
1057 "name": "Konstantin Kudryashov",
1058 "email": "ever.zet@gmail.com"
1059 }
1060 ],
1061 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1062 "homepage": "http://friendsofsymfony.github.com",
1063 "keywords": [
1064 "rest"
1065 ],
1066 "time": "2015-12-20 13:45:30"
1067 },
1068 {
1069 "name": "friendsofsymfony/user-bundle",
1070 "version": "dev-master",
1071 "source": {
1072 "type": "git",
1073 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1074 "reference": "e39b040e272c72f0a090c67d802e1d3b2d0b0313"
1075 },
1076 "dist": {
1077 "type": "zip",
1078 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/e39b040e272c72f0a090c67d802e1d3b2d0b0313",
1079 "reference": "e39b040e272c72f0a090c67d802e1d3b2d0b0313",
1080 "shasum": ""
1081 },
1082 "require": {
1083 "php": ">=5.3.9",
1084 "symfony/form": "~2.3|~3.0",
1085 "symfony/framework-bundle": "~2.3|~3.0",
1086 "symfony/security-bundle": "~2.3|~3.0",
1087 "symfony/twig-bundle": "~2.3|~3.0"
1088 },
1089 "require-dev": {
1090 "doctrine/doctrine-bundle": "~1.3",
1091 "swiftmailer/swiftmailer": "~4.3|~5",
1092 "symfony/console": "~2.3|~3.0",
1093 "symfony/phpunit-bridge": "~2.7|~3.0",
1094 "symfony/validator": "~2.3|~3.0",
1095 "symfony/yaml": "~2.3|~3.0",
1096 "willdurand/propel-typehintable-behavior": "~1.0"
1097 },
1098 "suggest": {
1099 "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1100 },
1101 "type": "symfony-bundle",
1102 "extra": {
1103 "branch-alias": {
1104 "dev-master": "2.0.x-dev"
1105 }
1106 },
1107 "autoload": {
1108 "psr-4": {
1109 "FOS\\UserBundle\\": ""
1110 }
1111 },
1112 "notification-url": "https://packagist.org/downloads/",
1113 "license": [
1114 "MIT"
1115 ],
1116 "authors": [
1117 {
1118 "name": "Christophe Coevoet",
1119 "email": "stof@notk.org"
1120 },
1121 {
1122 "name": "FriendsOfSymfony Community",
1123 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1124 },
1125 {
1126 "name": "Thibault Duplessis",
1127 "email": "thibault.duplessis@gmail.com"
1128 }
1129 ],
1130 "description": "Symfony FOSUserBundle",
1131 "homepage": "http://friendsofsymfony.github.com",
1132 "keywords": [
1133 "User management"
1134 ],
1135 "time": "2015-12-05 09:38:57"
1136 },
1137 {
1138 "name": "gedmo/doctrine-extensions",
1139 "version": "v2.4.10",
1140 "source": {
1141 "type": "git",
1142 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1143 "reference": "7e7fc55fa3fad79031727fbc7d8e418b641be875"
1144 },
1145 "dist": {
1146 "type": "zip",
1147 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/7e7fc55fa3fad79031727fbc7d8e418b641be875",
1148 "reference": "7e7fc55fa3fad79031727fbc7d8e418b641be875",
1149 "shasum": ""
1150 },
1151 "require": {
1152 "behat/transliterator": "~1.0",
1153 "doctrine/common": "~2.4",
1154 "php": ">=5.3.2"
1155 },
1156 "require-dev": {
1157 "doctrine/common": ">=2.5.0",
1158 "doctrine/mongodb-odm": ">=1.0.2",
1159 "doctrine/orm": ">=2.5.0",
1160 "phpunit/phpunit": "~4.4",
1161 "phpunit/phpunit-mock-objects": "~2.3",
1162 "symfony/yaml": "~2.6"
1163 },
1164 "suggest": {
1165 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1166 "doctrine/orm": "to use the extensions with the ORM"
1167 },
1168 "type": "library",
1169 "extra": {
1170 "branch-alias": {
1171 "dev-master": "2.4.x-dev"
1172 }
1173 },
1174 "autoload": {
1175 "psr-0": {
1176 "Gedmo\\": "lib/"
1177 }
1178 },
1179 "notification-url": "https://packagist.org/downloads/",
1180 "license": [
1181 "MIT"
1182 ],
1183 "authors": [
1184 {
1185 "name": "David Buchmann",
1186 "email": "david@liip.ch"
1187 },
1188 {
1189 "name": "Gediminas Morkevicius",
1190 "email": "gediminas.morkevicius@gmail.com"
1191 },
1192 {
1193 "name": "Gustavo Falco",
1194 "email": "comfortablynumb84@gmail.com"
1195 }
1196 ],
1197 "description": "Doctrine2 behavioral extensions",
1198 "homepage": "http://gediminasm.org/",
1199 "keywords": [
1200 "Blameable",
1201 "behaviors",
1202 "doctrine2",
1203 "extensions",
1204 "gedmo",
1205 "loggable",
1206 "nestedset",
1207 "sluggable",
1208 "sortable",
1209 "timestampable",
1210 "translatable",
1211 "tree",
1212 "uploadable"
1213 ],
1214 "time": "2015-12-18 20:34:21"
1215 },
1216 {
1217 "name": "grandt/binstring",
1218 "version": "1.0.0",
1219 "source": {
1220 "type": "git",
1221 "url": "https://github.com/Grandt/PHPBinString.git",
1222 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
1223 },
1224 "dist": {
1225 "type": "zip",
1226 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1227 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1228 "shasum": ""
1229 },
1230 "require": {
1231 "php": ">=5.0"
1232 },
1233 "type": "library",
1234 "autoload": {
1235 "classmap": [
1236 "BinString.php",
1237 "BinStringStatic.php"
1238 ]
1239 },
1240 "notification-url": "https://packagist.org/downloads/",
1241 "license": [
1242 "LGPL-2.1"
1243 ],
1244 "authors": [
1245 {
1246 "name": "A. Grandt",
1247 "email": "php@grandt.com",
1248 "role": "Developer"
1249 }
1250 ],
1251 "description": "A class for working around the use of mbstring.func_override",
1252 "homepage": "https://github.com/Grandt/PHPBinString",
1253 "keywords": [
1254 "binary strings",
1255 "mbstring"
1256 ],
1257 "time": "2015-08-13 06:14:41"
1258 },
1259 {
1260 "name": "grandt/phpepub",
1261 "version": "4.0.3",
1262 "source": {
1263 "type": "git",
1264 "url": "https://github.com/Grandt/PHPePub.git",
1265 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca"
1266 },
1267 "dist": {
1268 "type": "zip",
1269 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1270 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1271 "shasum": ""
1272 },
1273 "require": {
1274 "grandt/phpresizegif": ">=1.0.3",
1275 "grandt/relativepath": ">=1.0.1",
1276 "php": ">=5.3.0",
1277 "phpzip/phpzip": ">=2.0.7"
1278 },
1279 "type": "library",
1280 "autoload": {
1281 "psr-4": {
1282 "PHPePub\\": "src/PHPePub"
1283 },
1284 "classmap": [
1285 "src/lib.uuid.php"
1286 ]
1287 },
1288 "notification-url": "https://packagist.org/downloads/",
1289 "license": [
1290 "LGPL-2.1"
1291 ],
1292 "authors": [
1293 {
1294 "name": "A. Grandt",
1295 "email": "php@grandt.com",
1296 "homepage": "http://grandt.com",
1297 "role": "Developer"
1298 }
1299 ],
1300 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
1301 "homepage": "https://github.com/Grandt/PHPZip",
1302 "keywords": [
1303 "e-book",
1304 "epub"
1305 ],
1306 "time": "2015-09-15 08:47:09"
1307 },
1308 {
1309 "name": "grandt/phpresizegif",
1310 "version": "1.0.3",
1311 "source": {
1312 "type": "git",
1313 "url": "https://github.com/Grandt/PHPResizeGif.git",
1314 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
1315 },
1316 "dist": {
1317 "type": "zip",
1318 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1319 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1320 "shasum": ""
1321 },
1322 "require": {
1323 "grandt/binstring": ">=0.2.0",
1324 "php": ">=5.3.0"
1325 },
1326 "type": "library",
1327 "autoload": {
1328 "psr-4": {
1329 "grandt\\ResizeGif\\": "src/ResizeGif",
1330 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
1331 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
1332 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
1333 }
1334 },
1335 "notification-url": "https://packagist.org/downloads/",
1336 "license": [
1337 "LGPL-2.1"
1338 ],
1339 "authors": [
1340 {
1341 "name": "A. Grandt",
1342 "email": "php@grandt.com",
1343 "homepage": "http://grandt.com",
1344 "role": "Developer"
1345 }
1346 ],
1347 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
1348 "homepage": "https://github.com/Grandt/PHPResizeGif",
1349 "keywords": [
1350 "GIF89a",
1351 "animated gif",
1352 "gif",
1353 "resize"
1354 ],
1355 "time": "2015-05-10 10:52:24"
1356 },
1357 {
1358 "name": "grandt/phpzipmerge",
1359 "version": "1.0.4",
1360 "source": {
1361 "type": "git",
1362 "url": "https://github.com/Grandt/PHPZipMerge.git",
1363 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
1364 },
1365 "dist": {
1366 "type": "zip",
1367 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1368 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1369 "shasum": ""
1370 },
1371 "require": {
1372 "grandt/binstring": ">=1.0.0",
1373 "grandt/relativepath": ">=1.0.1",
1374 "php": ">=5.3.0"
1375 },
1376 "type": "library",
1377 "autoload": {
1378 "psr-4": {
1379 "ZipMerge\\": "src/ZipMerge"
1380 }
1381 },
1382 "notification-url": "https://packagist.org/downloads/",
1383 "license": [
1384 "LGPL-2.1"
1385 ],
1386 "authors": [
1387 {
1388 "name": "A. Grandt",
1389 "email": "php@grandt.com",
1390 "homepage": "http://grandt.com",
1391 "role": "Developer"
1392 },
1393 {
1394 "name": "Greg Kappatos",
1395 "homepage": "http://websiteconnect.com.au",
1396 "role": "Developer"
1397 }
1398 ],
1399 "description": "Merge and stream multiple Zip files on the fly.",
1400 "homepage": "https://github.com/Grandt/PHPZipMerge",
1401 "keywords": [
1402 "archive",
1403 "compressed",
1404 "compression",
1405 "merge",
1406 "phpzip",
1407 "pkzip",
1408 "stream",
1409 "zip"
1410 ],
1411 "time": "2015-08-18 13:49:33"
1412 },
1413 {
1414 "name": "grandt/relativepath",
1415 "version": "1.0.2",
1416 "source": {
1417 "type": "git",
1418 "url": "https://github.com/Grandt/PHPRelativePath.git",
1419 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
1420 },
1421 "dist": {
1422 "type": "zip",
1423 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
1424 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
1425 "shasum": ""
1426 },
1427 "require": {
1428 "php": ">=5.0"
1429 },
1430 "type": "library",
1431 "autoload": {
1432 "classmap": [
1433 "RelativePath.php"
1434 ]
1435 },
1436 "notification-url": "https://packagist.org/downloads/",
1437 "license": [
1438 "LGPL-2.1"
1439 ],
1440 "authors": [
1441 {
1442 "name": "A. Grandt",
1443 "email": "php@grandt.com",
1444 "role": "Developer"
1445 }
1446 ],
1447 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
1448 "homepage": "https://github.com/Grandt/PHPRelativePath",
1449 "keywords": [
1450 "file path"
1451 ],
1452 "time": "2015-05-14 08:18:23"
1453 },
1454 {
1455 "name": "guzzlehttp/guzzle",
1456 "version": "5.3.0",
1457 "source": {
1458 "type": "git",
1459 "url": "https://github.com/guzzle/guzzle.git",
1460 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
1461 },
1462 "dist": {
1463 "type": "zip",
1464 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
1465 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
1466 "shasum": ""
1467 },
1468 "require": {
1469 "guzzlehttp/ringphp": "^1.1",
1470 "php": ">=5.4.0"
1471 },
1472 "require-dev": {
1473 "ext-curl": "*",
1474 "phpunit/phpunit": "^4.0",
1475 "psr/log": "^1.0"
1476 },
1477 "type": "library",
1478 "extra": {
1479 "branch-alias": {
1480 "dev-master": "5.0-dev"
1481 }
1482 },
1483 "autoload": {
1484 "psr-4": {
1485 "GuzzleHttp\\": "src/"
1486 }
1487 },
1488 "notification-url": "https://packagist.org/downloads/",
1489 "license": [
1490 "MIT"
1491 ],
1492 "authors": [
1493 {
1494 "name": "Michael Dowling",
1495 "email": "mtdowling@gmail.com",
1496 "homepage": "https://github.com/mtdowling"
1497 }
1498 ],
1499 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1500 "homepage": "http://guzzlephp.org/",
1501 "keywords": [
1502 "client",
1503 "curl",
1504 "framework",
1505 "http",
1506 "http client",
1507 "rest",
1508 "web service"
1509 ],
1510 "time": "2015-05-20 03:47:55"
1511 },
1512 {
1513 "name": "guzzlehttp/ringphp",
1514 "version": "1.1.0",
1515 "source": {
1516 "type": "git",
1517 "url": "https://github.com/guzzle/RingPHP.git",
1518 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1519 },
1520 "dist": {
1521 "type": "zip",
1522 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1523 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1524 "shasum": ""
1525 },
1526 "require": {
1527 "guzzlehttp/streams": "~3.0",
1528 "php": ">=5.4.0",
1529 "react/promise": "~2.0"
1530 },
1531 "require-dev": {
1532 "ext-curl": "*",
1533 "phpunit/phpunit": "~4.0"
1534 },
1535 "suggest": {
1536 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1537 },
1538 "type": "library",
1539 "extra": {
1540 "branch-alias": {
1541 "dev-master": "1.1-dev"
1542 }
1543 },
1544 "autoload": {
1545 "psr-4": {
1546 "GuzzleHttp\\Ring\\": "src/"
1547 }
1548 },
1549 "notification-url": "https://packagist.org/downloads/",
1550 "license": [
1551 "MIT"
1552 ],
1553 "authors": [
1554 {
1555 "name": "Michael Dowling",
1556 "email": "mtdowling@gmail.com",
1557 "homepage": "https://github.com/mtdowling"
1558 }
1559 ],
1560 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1561 "time": "2015-05-20 03:37:09"
1562 },
1563 {
1564 "name": "guzzlehttp/streams",
1565 "version": "3.0.0",
1566 "source": {
1567 "type": "git",
1568 "url": "https://github.com/guzzle/streams.git",
1569 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1570 },
1571 "dist": {
1572 "type": "zip",
1573 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1574 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1575 "shasum": ""
1576 },
1577 "require": {
1578 "php": ">=5.4.0"
1579 },
1580 "require-dev": {
1581 "phpunit/phpunit": "~4.0"
1582 },
1583 "type": "library",
1584 "extra": {
1585 "branch-alias": {
1586 "dev-master": "3.0-dev"
1587 }
1588 },
1589 "autoload": {
1590 "psr-4": {
1591 "GuzzleHttp\\Stream\\": "src/"
1592 }
1593 },
1594 "notification-url": "https://packagist.org/downloads/",
1595 "license": [
1596 "MIT"
1597 ],
1598 "authors": [
1599 {
1600 "name": "Michael Dowling",
1601 "email": "mtdowling@gmail.com",
1602 "homepage": "https://github.com/mtdowling"
1603 }
1604 ],
1605 "description": "Provides a simple abstraction over streams of data",
1606 "homepage": "http://guzzlephp.org/",
1607 "keywords": [
1608 "Guzzle",
1609 "stream"
1610 ],
1611 "time": "2014-10-12 19:18:40"
1612 },
1613 {
1614 "name": "hoa/compiler",
1615 "version": "2.15.10.29",
1616 "source": {
1617 "type": "git",
1618 "url": "https://github.com/hoaproject/Compiler.git",
1619 "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39"
1620 },
1621 "dist": {
1622 "type": "zip",
1623 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39",
1624 "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39",
1625 "shasum": ""
1626 },
1627 "require": {
1628 "hoa/core": "~2.0",
1629 "hoa/file": "~0.0",
1630 "hoa/iterator": "~1.0",
1631 "hoa/math": "~0.0",
1632 "hoa/regex": "~0.0",
1633 "hoa/visitor": "~1.0"
1634 },
1635 "require-dev": {
1636 "hoa/json": "~1.0",
1637 "hoa/test": "~1.0"
1638 },
1639 "type": "library",
1640 "extra": {
1641 "branch-alias": {
1642 "dev-master": "2.x-dev"
1643 }
1644 },
1645 "autoload": {
1646 "psr-4": {
1647 "Hoa\\Compiler\\": "."
1648 }
1649 },
1650 "notification-url": "https://packagist.org/downloads/",
1651 "license": [
1652 "BSD-3-Clause"
1653 ],
1654 "authors": [
1655 {
1656 "name": "Ivan Enderlin",
1657 "email": "ivan.enderlin@hoa-project.net"
1658 },
1659 {
1660 "name": "Hoa community",
1661 "homepage": "http://hoa-project.net/"
1662 }
1663 ],
1664 "description": "The Hoa\\Compiler library.",
1665 "homepage": "http://hoa-project.net/",
1666 "keywords": [
1667 "algebraic",
1668 "ast",
1669 "compiler",
1670 "context-free",
1671 "coverage",
1672 "exhaustive",
1673 "grammar",
1674 "isotropic",
1675 "language",
1676 "lexer",
1677 "library",
1678 "ll1",
1679 "llk",
1680 "parser",
1681 "pp",
1682 "random",
1683 "regular",
1684 "rule",
1685 "sampler",
1686 "syntax",
1687 "token",
1688 "trace",
1689 "uniform"
1690 ],
1691 "time": "2015-10-29 21:35:12"
1692 },
1693 {
1694 "name": "hoa/core",
1695 "version": "2.15.11.09",
1696 "source": {
1697 "type": "git",
1698 "url": "https://github.com/hoaproject/Core.git",
1699 "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900"
1700 },
1701 "dist": {
1702 "type": "zip",
1703 "url": "https://api.github.com/repos/hoaproject/Core/zipball/5538b1e90e2c66c90df5cc45e03fb85d047be900",
1704 "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900",
1705 "shasum": ""
1706 },
1707 "require": {
1708 "ext-spl": "*",
1709 "php": ">=5.4.0"
1710 },
1711 "require-dev": {
1712 "hoa/test": "~1.0"
1713 },
1714 "suggest": {
1715 "ext-mbstring": "ext/mbstring must be present (or a third implementation).",
1716 "hoa/cli": "To use the `hoa` script."
1717 },
1718 "type": "library",
1719 "extra": {
1720 "branch-alias": {
1721 "dev-master": "2.x-dev"
1722 }
1723 },
1724 "autoload": {
1725 "psr-4": {
1726 "Hoa\\Core\\": "."
1727 },
1728 "files": [
1729 "Core.php"
1730 ]
1731 },
1732 "notification-url": "https://packagist.org/downloads/",
1733 "license": [
1734 "BSD-3-Clause"
1735 ],
1736 "authors": [
1737 {
1738 "name": "Ivan Enderlin",
1739 "email": "ivan.enderlin@hoa-project.net"
1740 },
1741 {
1742 "name": "Hoa community",
1743 "homepage": "http://hoa-project.net/"
1744 }
1745 ],
1746 "description": "The Hoa\\Core library.",
1747 "homepage": "http://hoa-project.net/",
1748 "keywords": [
1749 "consistency",
1750 "core",
1751 "data",
1752 "event",
1753 "library",
1754 "listener",
1755 "parameter",
1756 "protocol"
1757 ],
1758 "time": "2015-11-09 06:51:06"
1759 },
1760 {
1761 "name": "hoa/file",
1762 "version": "0.15.11.09",
1763 "source": {
1764 "type": "git",
1765 "url": "https://github.com/hoaproject/File.git",
1766 "reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee"
1767 },
1768 "dist": {
1769 "type": "zip",
1770 "url": "https://api.github.com/repos/hoaproject/File/zipball/f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee",
1771 "reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee",
1772 "shasum": ""
1773 },
1774 "require": {
1775 "hoa/core": "~2.0",
1776 "hoa/iterator": "~1.0",
1777 "hoa/stream": "~0.0"
1778 },
1779 "require-dev": {
1780 "hoa/test": "~1.0"
1781 },
1782 "type": "library",
1783 "extra": {
1784 "branch-alias": {
1785 "dev-master": "0.x-dev"
1786 }
1787 },
1788 "autoload": {
1789 "psr-4": {
1790 "Hoa\\File\\": "."
1791 }
1792 },
1793 "notification-url": "https://packagist.org/downloads/",
1794 "license": [
1795 "BSD-3-Clause"
1796 ],
1797 "authors": [
1798 {
1799 "name": "Ivan Enderlin",
1800 "email": "ivan.enderlin@hoa-project.net"
1801 },
1802 {
1803 "name": "Hoa community",
1804 "homepage": "http://hoa-project.net/"
1805 }
1806 ],
1807 "description": "The Hoa\\File library.",
1808 "homepage": "http://hoa-project.net/",
1809 "keywords": [
1810 "Socket",
1811 "directory",
1812 "file",
1813 "finder",
1814 "library",
1815 "link",
1816 "temporary"
1817 ],
1818 "time": "2015-11-09 06:55:20"
1819 },
1820 {
1821 "name": "hoa/iterator",
1822 "version": "1.15.10.29",
1823 "source": {
1824 "type": "git",
1825 "url": "https://github.com/hoaproject/Iterator.git",
1826 "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435"
1827 },
1828 "dist": {
1829 "type": "zip",
1830 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/a64ed9fd62579a34e4450134d6d1abdf77d54435",
1831 "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435",
1832 "shasum": ""
1833 },
1834 "require": {
1835 "hoa/core": "~2.0"
1836 },
1837 "require-dev": {
1838 "hoa/test": "~1.0"
1839 },
1840 "type": "library",
1841 "extra": {
1842 "branch-alias": {
1843 "dev-master": "1.x-dev"
1844 }
1845 },
1846 "autoload": {
1847 "psr-4": {
1848 "Hoa\\Iterator\\": "."
1849 }
1850 },
1851 "notification-url": "https://packagist.org/downloads/",
1852 "license": [
1853 "BSD-3-Clause"
1854 ],
1855 "authors": [
1856 {
1857 "name": "Ivan Enderlin",
1858 "email": "ivan.enderlin@hoa-project.net"
1859 },
1860 {
1861 "name": "Hoa community",
1862 "homepage": "http://hoa-project.net/"
1863 }
1864 ],
1865 "description": "The Hoa\\Iterator library.",
1866 "homepage": "http://hoa-project.net/",
1867 "keywords": [
1868 "iterator",
1869 "library"
1870 ],
1871 "time": "2015-10-29 21:37:16"
1872 },
1873 {
1874 "name": "hoa/math",
1875 "version": "0.15.10.26",
1876 "source": {
1877 "type": "git",
1878 "url": "https://github.com/hoaproject/Math.git",
1879 "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e"
1880 },
1881 "dist": {
1882 "type": "zip",
1883 "url": "https://api.github.com/repos/hoaproject/Math/zipball/62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e",
1884 "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e",
1885 "shasum": ""
1886 },
1887 "require": {
1888 "hoa/compiler": "~2.0",
1889 "hoa/core": "~2.0",
1890 "hoa/iterator": "~1.0"
1891 },
1892 "require-dev": {
1893 "hoa/test": "~1.0"
1894 },
1895 "type": "library",
1896 "extra": {
1897 "branch-alias": {
1898 "dev-master": "0.x-dev"
1899 }
1900 },
1901 "autoload": {
1902 "psr-4": {
1903 "Hoa\\Math\\": "."
1904 }
1905 },
1906 "notification-url": "https://packagist.org/downloads/",
1907 "license": [
1908 "BSD-3-Clause"
1909 ],
1910 "authors": [
1911 {
1912 "name": "Ivan Enderlin",
1913 "email": "ivan.enderlin@hoa-project.net"
1914 },
1915 {
1916 "name": "Hoa community",
1917 "homepage": "http://hoa-project.net/"
1918 }
1919 ],
1920 "description": "The Hoa\\Math library.",
1921 "homepage": "http://hoa-project.net/",
1922 "keywords": [
1923 "arrangement",
1924 "combination",
1925 "combinatorics",
1926 "counting",
1927 "library",
1928 "math",
1929 "permutation",
1930 "sampler",
1931 "set"
1932 ],
1933 "time": "2015-10-26 15:22:52"
1934 },
1935 {
1936 "name": "hoa/regex",
1937 "version": "0.15.08.13",
1938 "source": {
1939 "type": "git",
1940 "url": "https://github.com/hoaproject/Regex.git",
1941 "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232"
1942 },
1943 "dist": {
1944 "type": "zip",
1945 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
1946 "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
1947 "shasum": ""
1948 },
1949 "require": {
1950 "hoa/core": "~2.0",
1951 "hoa/math": "~0.0",
1952 "hoa/ustring": "~3.0",
1953 "hoa/visitor": "~1.0"
1954 },
1955 "type": "library",
1956 "extra": {
1957 "branch-alias": {
1958 "dev-master": "0.x-dev"
1959 }
1960 },
1961 "autoload": {
1962 "psr-4": {
1963 "Hoa\\Regex\\": "."
1964 }
1965 },
1966 "notification-url": "https://packagist.org/downloads/",
1967 "license": [
1968 "BSD-3-Clause"
1969 ],
1970 "authors": [
1971 {
1972 "name": "Ivan Enderlin",
1973 "email": "ivan.enderlin@hoa-project.net"
1974 },
1975 {
1976 "name": "Hoa community",
1977 "homepage": "http://hoa-project.net/"
1978 }
1979 ],
1980 "description": "The Hoa\\Regex library.",
1981 "homepage": "http://hoa-project.net/",
1982 "keywords": [
1983 "compiler",
1984 "library",
1985 "regex"
1986 ],
1987 "time": "2015-08-13 06:48:47"
1988 },
1989 {
1990 "name": "hoa/ruler",
1991 "version": "1.15.11.09",
1992 "source": {
1993 "type": "git",
1994 "url": "https://github.com/hoaproject/Ruler.git",
1995 "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925"
1996 },
1997 "dist": {
1998 "type": "zip",
1999 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/9afc9ae032d40b6dc10bff85c9126cf516953925",
2000 "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925",
2001 "shasum": ""
2002 },
2003 "require": {
2004 "hoa/compiler": "~2.0",
2005 "hoa/core": "~2.0",
2006 "hoa/file": "~0.0",
2007 "hoa/visitor": "~1.0"
2008 },
2009 "require-dev": {
2010 "hoa/test": "~1.0"
2011 },
2012 "type": "library",
2013 "extra": {
2014 "branch-alias": {
2015 "dev-master": "1.x-dev"
2016 }
2017 },
2018 "autoload": {
2019 "psr-4": {
2020 "Hoa\\Ruler\\": "."
2021 }
2022 },
2023 "notification-url": "https://packagist.org/downloads/",
2024 "license": [
2025 "BSD-3-Clause"
2026 ],
2027 "authors": [
2028 {
2029 "name": "Ivan Enderlin",
2030 "email": "ivan.enderlin@hoa-project.net"
2031 },
2032 {
2033 "name": "Hoa community",
2034 "homepage": "http://hoa-project.net/"
2035 }
2036 ],
2037 "description": "The Hoa\\Ruler library.",
2038 "homepage": "http://hoa-project.net/",
2039 "keywords": [
2040 "library",
2041 "ruler"
2042 ],
2043 "time": "2015-11-09 06:58:52"
2044 },
2045 {
2046 "name": "hoa/stream",
2047 "version": "0.15.08.28",
2048 "source": {
2049 "type": "git",
2050 "url": "https://github.com/hoaproject/Stream.git",
2051 "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb"
2052 },
2053 "dist": {
2054 "type": "zip",
2055 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/cbd0f4749e447f4d31001e7c898f5e794c5861cb",
2056 "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb",
2057 "shasum": ""
2058 },
2059 "require": {
2060 "hoa/core": "~2.0"
2061 },
2062 "type": "library",
2063 "extra": {
2064 "branch-alias": {
2065 "dev-master": "0.x-dev"
2066 }
2067 },
2068 "autoload": {
2069 "psr-4": {
2070 "Hoa\\Stream\\": "."
2071 }
2072 },
2073 "notification-url": "https://packagist.org/downloads/",
2074 "license": [
2075 "BSD-3-Clause"
2076 ],
2077 "authors": [
2078 {
2079 "name": "Ivan Enderlin",
2080 "email": "ivan.enderlin@hoa-project.net"
2081 },
2082 {
2083 "name": "Hoa community",
2084 "homepage": "http://hoa-project.net/"
2085 }
2086 ],
2087 "description": "The Hoa\\Stream library.",
2088 "homepage": "http://hoa-project.net/",
2089 "keywords": [
2090 "Context",
2091 "bucket",
2092 "composite",
2093 "filter",
2094 "in",
2095 "library",
2096 "out",
2097 "protocol",
2098 "stream",
2099 "wrapper"
2100 ],
2101 "time": "2015-08-28 07:31:43"
2102 },
2103 {
2104 "name": "hoa/ustring",
2105 "version": "3.15.11.09",
2106 "source": {
2107 "type": "git",
2108 "url": "https://github.com/hoaproject/Ustring.git",
2109 "reference": "8506be4910212b1a2beb9014763a8a4fbd871001"
2110 },
2111 "dist": {
2112 "type": "zip",
2113 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/8506be4910212b1a2beb9014763a8a4fbd871001",
2114 "reference": "8506be4910212b1a2beb9014763a8a4fbd871001",
2115 "shasum": ""
2116 },
2117 "require": {
2118 "hoa/core": "~2.0"
2119 },
2120 "require-dev": {
2121 "hoa/test": "~1.0"
2122 },
2123 "suggest": {
2124 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2125 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2126 },
2127 "type": "library",
2128 "extra": {
2129 "branch-alias": {
2130 "dev-master": "3.x-dev"
2131 }
2132 },
2133 "autoload": {
2134 "psr-4": {
2135 "Hoa\\Ustring\\": "."
2136 }
2137 },
2138 "notification-url": "https://packagist.org/downloads/",
2139 "license": [
2140 "BSD-3-Clause"
2141 ],
2142 "authors": [
2143 {
2144 "name": "Ivan Enderlin",
2145 "email": "ivan.enderlin@hoa-project.net"
2146 },
2147 {
2148 "name": "Hoa community",
2149 "homepage": "http://hoa-project.net/"
2150 }
2151 ],
2152 "description": "The Hoa\\Ustring library.",
2153 "homepage": "http://hoa-project.net/",
2154 "keywords": [
2155 "library",
2156 "search",
2157 "string",
2158 "unicode"
2159 ],
2160 "time": "2015-11-09 06:44:33"
2161 },
2162 {
2163 "name": "hoa/visitor",
2164 "version": "1.15.08.17",
2165 "source": {
2166 "type": "git",
2167 "url": "https://github.com/hoaproject/Visitor.git",
2168 "reference": "e30bfff741f71979f6476a41548e34afe8053c67"
2169 },
2170 "dist": {
2171 "type": "zip",
2172 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/e30bfff741f71979f6476a41548e34afe8053c67",
2173 "reference": "e30bfff741f71979f6476a41548e34afe8053c67",
2174 "shasum": ""
2175 },
2176 "require": {
2177 "hoa/core": "~2.0"
2178 },
2179 "require-dev": {
2180 "hoa/test": "~1.0"
2181 },
2182 "type": "library",
2183 "extra": {
2184 "branch-alias": {
2185 "dev-master": "1.x-dev"
2186 }
2187 },
2188 "autoload": {
2189 "psr-4": {
2190 "Hoa\\Visitor\\": "."
2191 }
2192 },
2193 "notification-url": "https://packagist.org/downloads/",
2194 "license": [
2195 "BSD-3-Clause"
2196 ],
2197 "authors": [
2198 {
2199 "name": "Ivan Enderlin",
2200 "email": "ivan.enderlin@hoa-project.net"
2201 },
2202 {
2203 "name": "Hoa community",
2204 "homepage": "http://hoa-project.net/"
2205 }
2206 ],
2207 "description": "The Hoa\\Visitor library.",
2208 "homepage": "http://hoa-project.net/",
2209 "keywords": [
2210 "library",
2211 "structure",
2212 "visit",
2213 "visitor"
2214 ],
2215 "time": "2015-08-17 06:30:58"
2216 },
2217 {
2218 "name": "htmlawed/htmlawed",
2219 "version": "1.1.19",
2220 "source": {
2221 "type": "git",
2222 "url": "https://github.com/kesar/HTMLawed.git",
2223 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
2224 },
2225 "dist": {
2226 "type": "zip",
2227 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
2228 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
2229 "shasum": ""
2230 },
2231 "require": {
2232 "php": ">4.4.0"
2233 },
2234 "type": "library",
2235 "autoload": {
2236 "files": [
2237 "htmLawed.php"
2238 ]
2239 },
2240 "notification-url": "https://packagist.org/downloads/",
2241 "license": [
2242 "GPL-2.0+",
2243 "LGPL-3.0"
2244 ],
2245 "authors": [
2246 {
2247 "name": "Santosh Patnaik",
2248 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
2249 "role": "Developer"
2250 }
2251 ],
2252 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
2253 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
2254 "keywords": [
2255 "HTMLtidy",
2256 "html",
2257 "sanitize",
2258 "strip",
2259 "tags"
2260 ],
2261 "time": "2015-04-05 17:23:05"
2262 },
2263 {
2264 "name": "incenteev/composer-parameter-handler",
2265 "version": "v2.1.2",
2266 "source": {
2267 "type": "git",
2268 "url": "https://github.com/Incenteev/ParameterHandler.git",
2269 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2270 },
2271 "dist": {
2272 "type": "zip",
2273 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2274 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2275 "shasum": ""
2276 },
2277 "require": {
2278 "php": ">=5.3.3",
2279 "symfony/yaml": "~2.3|~3.0"
2280 },
2281 "require-dev": {
2282 "composer/composer": "1.0.*@dev",
2283 "phpspec/prophecy-phpunit": "~1.0",
2284 "symfony/filesystem": "~2.2"
2285 },
2286 "type": "library",
2287 "extra": {
2288 "branch-alias": {
2289 "dev-master": "2.1.x-dev"
2290 }
2291 },
2292 "autoload": {
2293 "psr-4": {
2294 "Incenteev\\ParameterHandler\\": ""
2295 }
2296 },
2297 "notification-url": "https://packagist.org/downloads/",
2298 "license": [
2299 "MIT"
2300 ],
2301 "authors": [
2302 {
2303 "name": "Christophe Coevoet",
2304 "email": "stof@notk.org"
2305 }
2306 ],
2307 "description": "Composer script handling your ignored parameter file",
2308 "homepage": "https://github.com/Incenteev/ParameterHandler",
2309 "keywords": [
2310 "parameters management"
2311 ],
2312 "time": "2015-11-10 17:04:01"
2313 },
2314 {
2315 "name": "j0k3r/graby",
2316 "version": "1.0.8",
2317 "source": {
2318 "type": "git",
2319 "url": "https://github.com/j0k3r/graby.git",
2320 "reference": "bf152ccc6629bdd63b1e5e8b297c2912516b5f1e"
2321 },
2322 "dist": {
2323 "type": "zip",
2324 "url": "https://api.github.com/repos/j0k3r/graby/zipball/bf152ccc6629bdd63b1e5e8b297c2912516b5f1e",
2325 "reference": "bf152ccc6629bdd63b1e5e8b297c2912516b5f1e",
2326 "shasum": ""
2327 },
2328 "require": {
2329 "ext-curl": "*",
2330 "guzzlehttp/guzzle": "^5.2.0",
2331 "htmlawed/htmlawed": "^1.1.19",
2332 "j0k3r/graby-site-config": "^1.0.0",
2333 "j0k3r/php-readability": "^1.0",
2334 "j0k3r/safecurl": "~2.0",
2335 "monolog/monolog": "^1.13.1",
2336 "neitanod/forceutf8": "^2.0",
2337 "php": ">=5.4",
2338 "simplepie/simplepie": "^1.3.1",
2339 "smalot/pdfparser": "~0.9.24",
2340 "symfony/options-resolver": "~2.6|~3.0"
2341 },
2342 "require-dev": {
2343 "satooshi/php-coveralls": "~0.6"
2344 },
2345 "type": "library",
2346 "autoload": {
2347 "psr-4": {
2348 "Graby\\": "src/"
2349 }
2350 },
2351 "notification-url": "https://packagist.org/downloads/",
2352 "license": [
2353 "AGPL-3.0"
2354 ],
2355 "authors": [
2356 {
2357 "name": "Jeremy Benoist",
2358 "email": "jeremy.benoist@gmail.com",
2359 "role": "Developer"
2360 },
2361 {
2362 "name": "FiveFilters.org",
2363 "email": "fivefilters@fivefilters.org",
2364 "role": "Developer (original version)"
2365 }
2366 ],
2367 "description": "Graby helps you extract article content from web pages",
2368 "time": "2015-12-24 08:28:38"
2369 },
2370 {
2371 "name": "j0k3r/graby-site-config",
2372 "version": "1.0.11",
2373 "source": {
2374 "type": "git",
2375 "url": "https://github.com/j0k3r/graby-site-config.git",
2376 "reference": "ac198f308beabccc97bbd35ed0daeaac63fbf1e3"
2377 },
2378 "dist": {
2379 "type": "zip",
2380 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/ac198f308beabccc97bbd35ed0daeaac63fbf1e3",
2381 "reference": "ac198f308beabccc97bbd35ed0daeaac63fbf1e3",
2382 "shasum": ""
2383 },
2384 "require": {
2385 "symfony/finder": "~2.6|~3.0"
2386 },
2387 "type": "library",
2388 "autoload": {
2389 "psr-4": {
2390 "GrabySiteConfig\\SiteConfig\\": "src/"
2391 }
2392 },
2393 "notification-url": "https://packagist.org/downloads/",
2394 "license": [
2395 "AGPL-3.0"
2396 ],
2397 "authors": [
2398 {
2399 "name": "Jeremy Benoist",
2400 "email": "jeremy.benoist@gmail.com"
2401 }
2402 ],
2403 "description": "Graby site config files",
2404 "time": "2015-12-23 22:52:15"
2405 },
2406 {
2407 "name": "j0k3r/php-readability",
2408 "version": "v1.0.9",
2409 "source": {
2410 "type": "git",
2411 "url": "https://github.com/j0k3r/php-readability.git",
2412 "reference": "41d7440c6e6130bacd50808342fe566e28f536fb"
2413 },
2414 "dist": {
2415 "type": "zip",
2416 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/41d7440c6e6130bacd50808342fe566e28f536fb",
2417 "reference": "41d7440c6e6130bacd50808342fe566e28f536fb",
2418 "shasum": ""
2419 },
2420 "require": {
2421 "php": ">=5.3.3"
2422 },
2423 "type": "library",
2424 "autoload": {
2425 "psr-4": {
2426 "Readability\\": "src/"
2427 }
2428 },
2429 "notification-url": "https://packagist.org/downloads/",
2430 "license": [
2431 "Apache-2.0"
2432 ],
2433 "authors": [
2434 {
2435 "name": "Keyvan Minoukadeh",
2436 "email": "keyvan@keyvan.net",
2437 "homepage": "http://keyvan.net",
2438 "role": "Developer (ported original JS code to PHP)"
2439 },
2440 {
2441 "name": "Arc90",
2442 "homepage": "http://arc90.com",
2443 "role": "Developer (original JS version)"
2444 },
2445 {
2446 "name": "Jeremy Benoist",
2447 "email": "jeremy.benoist@gmail.com",
2448 "homepage": "http://www.j0k3r.net",
2449 "role": "Developer"
2450 },
2451 {
2452 "name": "DitherSky",
2453 "homepage": "https://github.com/Dither",
2454 "role": "Developer (https://github.com/Dither/full-text-rss)"
2455 }
2456 ],
2457 "description": "Automatic article extraction from HTML",
2458 "keywords": [
2459 "article",
2460 "article extraction",
2461 "content",
2462 "content extraction",
2463 "extraction",
2464 "html"
2465 ],
2466 "time": "2015-11-10 08:55:29"
2467 },
2468 {
2469 "name": "j0k3r/safecurl",
2470 "version": "2.0.2",
2471 "source": {
2472 "type": "git",
2473 "url": "https://github.com/j0k3r/safecurl.git",
2474 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b"
2475 },
2476 "dist": {
2477 "type": "zip",
2478 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2479 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2480 "shasum": ""
2481 },
2482 "require": {
2483 "ext-curl": "*",
2484 "php": ">=5.3.3"
2485 },
2486 "require-dev": {
2487 "phpunit/phpunit": "^4.0.0"
2488 },
2489 "type": "library",
2490 "autoload": {
2491 "psr-4": {
2492 "fin1te\\SafeCurl\\": "src/"
2493 }
2494 },
2495 "notification-url": "https://packagist.org/downloads/",
2496 "license": [
2497 "MIT"
2498 ],
2499 "authors": [
2500 {
2501 "name": "Jeremy Benoist",
2502 "email": "jeremy.benoist@gmail.com"
2503 },
2504 {
2505 "name": "Jack W",
2506 "email": "jack@fin1te.net",
2507 "role": "Developer (original version)"
2508 }
2509 ],
2510 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
2511 "keywords": [
2512 "curl",
2513 "safe",
2514 "safecurl",
2515 "ssrf",
2516 "websec"
2517 ],
2518 "time": "2015-11-23 08:16:01"
2519 },
2520 {
2521 "name": "jdorn/sql-formatter",
2522 "version": "v1.2.17",
2523 "source": {
2524 "type": "git",
2525 "url": "https://github.com/jdorn/sql-formatter.git",
2526 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2527 },
2528 "dist": {
2529 "type": "zip",
2530 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2531 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2532 "shasum": ""
2533 },
2534 "require": {
2535 "php": ">=5.2.4"
2536 },
2537 "require-dev": {
2538 "phpunit/phpunit": "3.7.*"
2539 },
2540 "type": "library",
2541 "extra": {
2542 "branch-alias": {
2543 "dev-master": "1.3.x-dev"
2544 }
2545 },
2546 "autoload": {
2547 "classmap": [
2548 "lib"
2549 ]
2550 },
2551 "notification-url": "https://packagist.org/downloads/",
2552 "license": [
2553 "MIT"
2554 ],
2555 "authors": [
2556 {
2557 "name": "Jeremy Dorn",
2558 "email": "jeremy@jeremydorn.com",
2559 "homepage": "http://jeremydorn.com/"
2560 }
2561 ],
2562 "description": "a PHP SQL highlighting library",
2563 "homepage": "https://github.com/jdorn/sql-formatter/",
2564 "keywords": [
2565 "highlight",
2566 "sql"
2567 ],
2568 "time": "2014-01-12 16:20:24"
2569 },
2570 {
2571 "name": "jms/metadata",
2572 "version": "1.5.1",
2573 "source": {
2574 "type": "git",
2575 "url": "https://github.com/schmittjoh/metadata.git",
2576 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
2577 },
2578 "dist": {
2579 "type": "zip",
2580 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
2581 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
2582 "shasum": ""
2583 },
2584 "require": {
2585 "php": ">=5.3.0"
2586 },
2587 "require-dev": {
2588 "doctrine/cache": "~1.0"
2589 },
2590 "type": "library",
2591 "extra": {
2592 "branch-alias": {
2593 "dev-master": "1.5.x-dev"
2594 }
2595 },
2596 "autoload": {
2597 "psr-0": {
2598 "Metadata\\": "src/"
2599 }
2600 },
2601 "notification-url": "https://packagist.org/downloads/",
2602 "license": [
2603 "Apache"
2604 ],
2605 "authors": [
2606 {
2607 "name": "Johannes Schmitt",
2608 "email": "schmittjoh@gmail.com",
2609 "homepage": "https://github.com/schmittjoh",
2610 "role": "Developer of wrapped JMSSerializerBundle"
2611 }
2612 ],
2613 "description": "Class/method/property metadata management in PHP",
2614 "keywords": [
2615 "annotations",
2616 "metadata",
2617 "xml",
2618 "yaml"
2619 ],
2620 "time": "2014-07-12 07:13:19"
2621 },
2622 {
2623 "name": "jms/parser-lib",
2624 "version": "1.0.0",
2625 "source": {
2626 "type": "git",
2627 "url": "https://github.com/schmittjoh/parser-lib.git",
2628 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2629 },
2630 "dist": {
2631 "type": "zip",
2632 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2633 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2634 "shasum": ""
2635 },
2636 "require": {
2637 "phpoption/phpoption": ">=0.9,<2.0-dev"
2638 },
2639 "type": "library",
2640 "extra": {
2641 "branch-alias": {
2642 "dev-master": "1.0-dev"
2643 }
2644 },
2645 "autoload": {
2646 "psr-0": {
2647 "JMS\\": "src/"
2648 }
2649 },
2650 "notification-url": "https://packagist.org/downloads/",
2651 "license": [
2652 "Apache2"
2653 ],
2654 "description": "A library for easily creating recursive-descent parsers.",
2655 "time": "2012-11-18 18:08:43"
2656 },
2657 {
2658 "name": "jms/serializer",
2659 "version": "0.16.0",
2660 "source": {
2661 "type": "git",
2662 "url": "https://github.com/schmittjoh/serializer.git",
2663 "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
2664 },
2665 "dist": {
2666 "type": "zip",
2667 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
2668 "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
2669 "shasum": ""
2670 },
2671 "require": {
2672 "doctrine/annotations": "1.*",
2673 "jms/metadata": "~1.1",
2674 "jms/parser-lib": "1.*",
2675 "php": ">=5.3.2",
2676 "phpcollection/phpcollection": "~0.1"
2677 },
2678 "require-dev": {
2679 "doctrine/orm": "~2.1",
2680 "doctrine/phpcr-odm": "~1.0.1",
2681 "jackalope/jackalope-doctrine-dbal": "1.0.*",
2682 "propel/propel1": "~1.7",
2683 "symfony/filesystem": "2.*",
2684 "symfony/form": "~2.1",
2685 "symfony/translation": "~2.0",
2686 "symfony/validator": "~2.0",
2687 "symfony/yaml": "2.*",
2688 "twig/twig": ">=1.8,<2.0-dev"
2689 },
2690 "suggest": {
2691 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2692 },
2693 "type": "library",
2694 "extra": {
2695 "branch-alias": {
2696 "dev-master": "0.15-dev"
2697 }
2698 },
2699 "autoload": {
2700 "psr-0": {
2701 "JMS\\Serializer": "src/"
2702 }
2703 },
2704 "notification-url": "https://packagist.org/downloads/",
2705 "license": [
2706 "Apache2"
2707 ],
2708 "authors": [
2709 {
2710 "name": "Johannes Schmitt",
2711 "email": "schmittjoh@gmail.com",
2712 "homepage": "https://github.com/schmittjoh",
2713 "role": "Developer of wrapped JMSSerializerBundle"
2714 }
2715 ],
2716 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2717 "homepage": "http://jmsyst.com/libs/serializer",
2718 "keywords": [
2719 "deserialization",
2720 "jaxb",
2721 "json",
2722 "serialization",
2723 "xml"
2724 ],
2725 "time": "2014-03-18 08:39:00"
2726 },
2727 {
2728 "name": "jms/serializer-bundle",
2729 "version": "0.13.0",
2730 "target-dir": "JMS/SerializerBundle",
2731 "source": {
2732 "type": "git",
2733 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2734 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
2735 },
2736 "dist": {
2737 "type": "zip",
2738 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
2739 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
2740 "shasum": ""
2741 },
2742 "require": {
2743 "jms/serializer": "~0.11",
2744 "php": ">=5.3.2",
2745 "symfony/framework-bundle": "~2.1"
2746 },
2747 "require-dev": {
2748 "doctrine/doctrine-bundle": "*",
2749 "doctrine/orm": "*",
2750 "symfony/browser-kit": "*",
2751 "symfony/class-loader": "*",
2752 "symfony/css-selector": "*",
2753 "symfony/finder": "*",
2754 "symfony/form": "*",
2755 "symfony/process": "*",
2756 "symfony/twig-bundle": "*",
2757 "symfony/validator": "*",
2758 "symfony/yaml": "*"
2759 },
2760 "suggest": {
2761 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2762 },
2763 "type": "symfony-bundle",
2764 "extra": {
2765 "branch-alias": {
2766 "dev-master": "0.13-dev"
2767 }
2768 },
2769 "autoload": {
2770 "psr-0": {
2771 "JMS\\SerializerBundle": ""
2772 }
2773 },
2774 "notification-url": "https://packagist.org/downloads/",
2775 "license": [
2776 "Apache2"
2777 ],
2778 "authors": [
2779 {
2780 "name": "Johannes Schmitt",
2781 "email": "schmittjoh@gmail.com",
2782 "homepage": "https://github.com/schmittjoh",
2783 "role": "Developer of wrapped JMSSerializerBundle"
2784 }
2785 ],
2786 "description": "Allows you to easily serialize, and deserialize data of any complexity",
2787 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2788 "keywords": [
2789 "deserialization",
2790 "jaxb",
2791 "json",
2792 "serialization",
2793 "xml"
2794 ],
2795 "time": "2013-12-05 14:36:11"
2796 },
2797 {
2798 "name": "kphoen/rulerz",
2799 "version": "0.16.2",
2800 "source": {
2801 "type": "git",
2802 "url": "https://github.com/K-Phoen/rulerz.git",
2803 "reference": "2b4fd796dadad204353e966b9f53040225ce6871"
2804 },
2805 "dist": {
2806 "type": "zip",
2807 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/2b4fd796dadad204353e966b9f53040225ce6871",
2808 "reference": "2b4fd796dadad204353e966b9f53040225ce6871",
2809 "shasum": ""
2810 },
2811 "require": {
2812 "hoa/ruler": "~1.0",
2813 "php": ">=5.5",
2814 "symfony/property-access": "~2.3"
2815 },
2816 "require-dev": {
2817 "behat/behat": "~3.0",
2818 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
2819 "doctrine/orm": "~2.4",
2820 "elasticsearch/elasticsearch": "~1.0",
2821 "illuminate/database": "~5.0",
2822 "mikey179/vfsstream": "~1.4",
2823 "phpspec/phpspec": "~2.0,>=2.4-dev",
2824 "pomm-project/cli": "~2.0@dev",
2825 "pomm-project/foundation": "~2.0@dev",
2826 "pomm-project/model-manager": "~2.0.@dev",
2827 "ruflin/elastica": "~1.0",
2828 "solarium/solarium": "~3.0",
2829 "vlucas/phpdotenv": "~2.1"
2830 },
2831 "suggest": {
2832 "doctrine/orm": "To execute rules as Doctrine queries",
2833 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
2834 "kphoen/rulerz-spec-builder": "If you want a specification builder",
2835 "pomm-project/model-manager": "To execute rules as Pomm queries",
2836 "solarium/solarium": "To execute rules as Solr queries"
2837 },
2838 "type": "library",
2839 "extra": {
2840 "branch-alias": {
2841 "dev-master": "1.0.x-dev"
2842 }
2843 },
2844 "autoload": {
2845 "psr-4": {
2846 "RulerZ\\": "src/"
2847 }
2848 },
2849 "notification-url": "https://packagist.org/downloads/",
2850 "license": [
2851 "MIT"
2852 ],
2853 "authors": [
2854 {
2855 "name": "Kévin Gomez",
2856 "email": "contact@kevingomez.fr"
2857 }
2858 ],
2859 "description": "Powerful implementation of the Specification pattern",
2860 "homepage": "https://github.com/K-Phoen/RulerZ",
2861 "keywords": [
2862 "doctrine",
2863 "specification"
2864 ],
2865 "time": "2015-12-07 22:24:24"
2866 },
2867 {
2868 "name": "kphoen/rulerz-bundle",
2869 "version": "0.11.0",
2870 "source": {
2871 "type": "git",
2872 "url": "https://github.com/K-Phoen/RulerZBundle.git",
2873 "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778"
2874 },
2875 "dist": {
2876 "type": "zip",
2877 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/dcaaed69d8252fa1e3a25802f8cf697947570778",
2878 "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778",
2879 "shasum": ""
2880 },
2881 "require": {
2882 "kphoen/rulerz": "~0.1, >=0.13.0",
2883 "symfony/framework-bundle": "~2.3|~3.0",
2884 "symfony/validator": "~2.3|~3.0"
2885 },
2886 "require-dev": {
2887 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
2888 "mikey179/vfsstream": "~1.0",
2889 "phpunit/phpunit": "~4.8"
2890 },
2891 "type": "symfony-bundle",
2892 "autoload": {
2893 "psr-4": {
2894 "KPhoen\\RulerZBundle\\": ""
2895 }
2896 },
2897 "notification-url": "https://packagist.org/downloads/",
2898 "license": [
2899 "MIT"
2900 ],
2901 "authors": [
2902 {
2903 "name": "Kévin Gomez",
2904 "email": "contact@kevingomez.fr"
2905 }
2906 ],
2907 "description": "Symfony2 Bundle for RulerZ",
2908 "homepage": "https://github.com/K-Phoen/RulerZBundle",
2909 "keywords": [
2910 "doctrine",
2911 "ruler",
2912 "rulerz",
2913 "specification"
2914 ],
2915 "time": "2015-11-13 13:00:14"
2916 },
2917 {
2918 "name": "kriswallsmith/assetic",
2919 "version": "v1.3.2",
2920 "source": {
2921 "type": "git",
2922 "url": "https://github.com/kriswallsmith/assetic.git",
2923 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
2924 },
2925 "dist": {
2926 "type": "zip",
2927 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
2928 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
2929 "shasum": ""
2930 },
2931 "require": {
2932 "php": ">=5.3.1",
2933 "symfony/process": "~2.1|~3.0"
2934 },
2935 "conflict": {
2936 "twig/twig": "<1.23"
2937 },
2938 "require-dev": {
2939 "cssmin/cssmin": "3.0.1",
2940 "joliclic/javascript-packer": "1.1",
2941 "kamicane/packager": "1.0",
2942 "leafo/lessphp": "^0.3.7",
2943 "leafo/scssphp": "~0.1",
2944 "mrclay/minify": "~2.2",
2945 "patchwork/jsqueeze": "~1.0|~2.0",
2946 "phpunit/phpunit": "~4.8",
2947 "psr/log": "~1.0",
2948 "ptachoire/cssembed": "~1.0",
2949 "symfony/phpunit-bridge": "~2.7|~3.0",
2950 "twig/twig": "~1.8|~2.0"
2951 },
2952 "suggest": {
2953 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
2954 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
2955 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
2956 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2957 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
2958 "twig/twig": "Assetic provides the integration with the Twig templating engine"
2959 },
2960 "type": "library",
2961 "extra": {
2962 "branch-alias": {
2963 "dev-master": "1.4-dev"
2964 }
2965 },
2966 "autoload": {
2967 "psr-0": {
2968 "Assetic": "src/"
2969 },
2970 "files": [
2971 "src/functions.php"
2972 ]
2973 },
2974 "notification-url": "https://packagist.org/downloads/",
2975 "license": [
2976 "MIT"
2977 ],
2978 "authors": [
2979 {
2980 "name": "Kris Wallsmith",
2981 "email": "kris.wallsmith@gmail.com",
2982 "homepage": "http://kriswallsmith.net/"
2983 }
2984 ],
2985 "description": "Asset Management for PHP",
2986 "homepage": "https://github.com/kriswallsmith/assetic",
2987 "keywords": [
2988 "assets",
2989 "compression",
2990 "minification"
2991 ],
2992 "time": "2015-11-12 13:51:40"
2993 },
2994 {
2995 "name": "lexik/form-filter-bundle",
2996 "version": "v4.0.2",
2997 "source": {
2998 "type": "git",
2999 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
3000 "reference": "d6081d308b71e14509602722c78d28801e4ed78a"
3001 },
3002 "dist": {
3003 "type": "zip",
3004 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/d6081d308b71e14509602722c78d28801e4ed78a",
3005 "reference": "d6081d308b71e14509602722c78d28801e4ed78a",
3006 "shasum": ""
3007 },
3008 "require": {
3009 "doctrine/orm": "~2.2",
3010 "php": ">=5.3.2",
3011 "symfony/form": "~2.7",
3012 "symfony/framework-bundle": "~2.7"
3013 },
3014 "require-dev": {
3015 "phpunit/phpunit": "~3.7"
3016 },
3017 "type": "symfony-bundle",
3018 "extra": {
3019 "branch-alias": {
3020 "dev-master": "4.x.x-dev"
3021 }
3022 },
3023 "autoload": {
3024 "psr-4": {
3025 "Lexik\\Bundle\\FormFilterBundle\\": ""
3026 }
3027 },
3028 "notification-url": "https://packagist.org/downloads/",
3029 "license": [
3030 "MIT"
3031 ],
3032 "authors": [
3033 {
3034 "name": "Dev Lexik",
3035 "email": "dev@lexik.fr"
3036 },
3037 {
3038 "name": "Cedric Girard",
3039 "email": "c.girard@lexik.fr"
3040 }
3041 ],
3042 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3043 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3044 "keywords": [
3045 "Symfony2",
3046 "bundle",
3047 "doctrine",
3048 "filter",
3049 "form"
3050 ],
3051 "time": "2015-10-20 12:45:52"
3052 },
3053 {
3054 "name": "liip/theme-bundle",
3055 "version": "1.1.3",
3056 "target-dir": "Liip/ThemeBundle",
3057 "source": {
3058 "type": "git",
3059 "url": "https://github.com/liip/LiipThemeBundle.git",
3060 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b"
3061 },
3062 "dist": {
3063 "type": "zip",
3064 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/a594cc6deda293034b8fd7795c9950f02fc8251b",
3065 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b",
3066 "shasum": ""
3067 },
3068 "require": {
3069 "php": ">=5.3.3",
3070 "symfony/framework-bundle": "~2.0"
3071 },
3072 "require-dev": {
3073 "symfony/console": "~2.0",
3074 "symfony/expression-language": "~2.6"
3075 },
3076 "type": "symfony-bundle",
3077 "extra": {
3078 "branch-alias": {
3079 "dev-master": "1.1-dev"
3080 }
3081 },
3082 "autoload": {
3083 "psr-0": {
3084 "Liip\\ThemeBundle": ""
3085 }
3086 },
3087 "notification-url": "https://packagist.org/downloads/",
3088 "license": [
3089 "MIT"
3090 ],
3091 "authors": [
3092 {
3093 "name": "Community contributions",
3094 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
3095 },
3096 {
3097 "name": "Liip AG",
3098 "homepage": "http://www.liip.ch/"
3099 }
3100 ],
3101 "description": "Provides theming support for #Symfony2 Bundles",
3102 "keywords": [
3103 "themes",
3104 "theming"
3105 ],
3106 "time": "2015-02-02 15:55:54"
3107 },
3108 {
3109 "name": "mgargano/simplehtmldom",
3110 "version": "1.5",
3111 "source": {
3112 "type": "git",
3113 "url": "https://github.com/matgargano/simplehtmldom.git",
3114 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
3115 },
3116 "dist": {
3117 "type": "zip",
3118 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3119 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3120 "shasum": ""
3121 },
3122 "require": {
3123 "php": ">=5.3.0"
3124 },
3125 "type": "library",
3126 "autoload": {
3127 "psr-0": {
3128 "SimpleHtmlDom": "src/"
3129 },
3130 "files": [
3131 "src/simple_html_dom.php"
3132 ]
3133 },
3134 "notification-url": "https://packagist.org/downloads/",
3135 "license": [
3136 "The MIT License"
3137 ],
3138 "authors": [
3139 {
3140 "name": "S.C. Chen",
3141 "email": "me578022@gmail.com"
3142 }
3143 ],
3144 "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",
3145 "homepage": "http://simplehtmldom.sourceforge.net/",
3146 "keywords": [
3147 "Simple",
3148 "dom",
3149 "html"
3150 ],
3151 "time": "2014-01-05 18:17:34"
3152 },
3153 {
3154 "name": "michelf/php-markdown",
3155 "version": "1.6.0",
3156 "source": {
3157 "type": "git",
3158 "url": "https://github.com/michelf/php-markdown.git",
3159 "reference": "156e56ee036505ec637d761ee62dc425d807183c"
3160 },
3161 "dist": {
3162 "type": "zip",
3163 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
3164 "reference": "156e56ee036505ec637d761ee62dc425d807183c",
3165 "shasum": ""
3166 },
3167 "require": {
3168 "php": ">=5.3.0"
3169 },
3170 "type": "library",
3171 "extra": {
3172 "branch-alias": {
3173 "dev-lib": "1.4.x-dev"
3174 }
3175 },
3176 "autoload": {
3177 "psr-0": {
3178 "Michelf": ""
3179 }
3180 },
3181 "notification-url": "https://packagist.org/downloads/",
3182 "license": [
3183 "BSD-3-Clause"
3184 ],
3185 "authors": [
3186 {
3187 "name": "Michel Fortin",
3188 "email": "michel.fortin@michelf.ca",
3189 "homepage": "https://michelf.ca/",
3190 "role": "Developer"
3191 },
3192 {
3193 "name": "John Gruber",
3194 "homepage": "https://daringfireball.net/"
3195 }
3196 ],
3197 "description": "PHP Markdown",
3198 "homepage": "https://michelf.ca/projects/php-markdown/",
3199 "keywords": [
3200 "markdown"
3201 ],
3202 "time": "2015-12-24 01:37:31"
3203 },
3204 {
3205 "name": "monolog/monolog",
3206 "version": "1.17.2",
3207 "source": {
3208 "type": "git",
3209 "url": "https://github.com/Seldaek/monolog.git",
3210 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
3211 },
3212 "dist": {
3213 "type": "zip",
3214 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3215 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3216 "shasum": ""
3217 },
3218 "require": {
3219 "php": ">=5.3.0",
3220 "psr/log": "~1.0"
3221 },
3222 "provide": {
3223 "psr/log-implementation": "1.0.0"
3224 },
3225 "require-dev": {
3226 "aws/aws-sdk-php": "^2.4.9",
3227 "doctrine/couchdb": "~1.0@dev",
3228 "graylog2/gelf-php": "~1.0",
3229 "jakub-onderka/php-parallel-lint": "0.9",
3230 "php-console/php-console": "^3.1.3",
3231 "phpunit/phpunit": "~4.5",
3232 "phpunit/phpunit-mock-objects": "2.3.0",
3233 "raven/raven": "^0.13",
3234 "ruflin/elastica": ">=0.90 <3.0",
3235 "swiftmailer/swiftmailer": "~5.3",
3236 "videlalvaro/php-amqplib": "~2.4"
3237 },
3238 "suggest": {
3239 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3240 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3241 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3242 "ext-mongo": "Allow sending log messages to a MongoDB server",
3243 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3244 "php-console/php-console": "Allow sending log messages to Google Chrome",
3245 "raven/raven": "Allow sending log messages to a Sentry server",
3246 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3247 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3248 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
3249 },
3250 "type": "library",
3251 "extra": {
3252 "branch-alias": {
3253 "dev-master": "1.16.x-dev"
3254 }
3255 },
3256 "autoload": {
3257 "psr-4": {
3258 "Monolog\\": "src/Monolog"
3259 }
3260 },
3261 "notification-url": "https://packagist.org/downloads/",
3262 "license": [
3263 "MIT"
3264 ],
3265 "authors": [
3266 {
3267 "name": "Jordi Boggiano",
3268 "email": "j.boggiano@seld.be",
3269 "homepage": "http://seld.be"
3270 }
3271 ],
3272 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3273 "homepage": "http://github.com/Seldaek/monolog",
3274 "keywords": [
3275 "log",
3276 "logging",
3277 "psr-3"
3278 ],
3279 "time": "2015-10-14 12:51:02"
3280 },
3281 {
3282 "name": "neitanod/forceutf8",
3283 "version": "v2.0",
3284 "source": {
3285 "type": "git",
3286 "url": "https://github.com/neitanod/forceutf8.git",
3287 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90"
3288 },
3289 "dist": {
3290 "type": "zip",
3291 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3292 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3293 "shasum": ""
3294 },
3295 "require": {
3296 "php": ">=5.3.0"
3297 },
3298 "type": "library",
3299 "autoload": {
3300 "psr-0": {
3301 "ForceUTF8\\": "src/"
3302 }
3303 },
3304 "notification-url": "https://packagist.org/downloads/",
3305 "authors": [
3306 {
3307 "name": "Sebastián Grignoli",
3308 "email": "grignoli@gmail.com"
3309 }
3310 ],
3311 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
3312 "homepage": "https://github.com/neitanod/forceutf8",
3313 "time": "2015-05-07 16:37:23"
3314 },
3315 {
3316 "name": "nelmio/api-doc-bundle",
3317 "version": "2.11.1",
3318 "target-dir": "Nelmio/ApiDocBundle",
3319 "source": {
3320 "type": "git",
3321 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
3322 "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a"
3323 },
3324 "dist": {
3325 "type": "zip",
3326 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/19d4e37365edd5104e31662a2d3b510d92a7e78a",
3327 "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a",
3328 "shasum": ""
3329 },
3330 "require": {
3331 "michelf/php-markdown": "~1.4",
3332 "php": ">=5.3",
3333 "symfony/console": "~2.3|~3.0",
3334 "symfony/framework-bundle": "~2.3|~3.0",
3335 "symfony/twig-bundle": "~2.3|~3.0"
3336 },
3337 "conflict": {
3338 "jms/serializer": "<0.12",
3339 "jms/serializer-bundle": "<0.11",
3340 "twig/twig": "<1.12"
3341 },
3342 "require-dev": {
3343 "doctrine/doctrine-bundle": "~1.5",
3344 "doctrine/orm": "~2.3",
3345 "dunglas/api-bundle": "~1.0@dev",
3346 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
3347 "jms/serializer-bundle": ">=0.11",
3348 "sensio/framework-extra-bundle": "~3.0",
3349 "symfony/browser-kit": "~2.3|~3.0",
3350 "symfony/css-selector": "~2.3|~3.0",
3351 "symfony/finder": "~2.3|~3.0",
3352 "symfony/form": "~2.3|~3.0",
3353 "symfony/phpunit-bridge": "~2.7|~3.0",
3354 "symfony/serializer": "~2.7|~3.0",
3355 "symfony/validator": "~2.3|~3.0",
3356 "symfony/yaml": "~2.3|~3.0"
3357 },
3358 "suggest": {
3359 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
3360 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3361 "jms/serializer": "For making use of serializer information in the doc.",
3362 "symfony/form": "For using form definitions as input.",
3363 "symfony/validator": "For making use of validator information in the doc."
3364 },
3365 "type": "symfony-bundle",
3366 "extra": {
3367 "branch-alias": {
3368 "dev-master": "2.11-dev"
3369 }
3370 },
3371 "autoload": {
3372 "psr-0": {
3373 "Nelmio\\ApiDocBundle": ""
3374 }
3375 },
3376 "notification-url": "https://packagist.org/downloads/",
3377 "license": [
3378 "MIT"
3379 ],
3380 "authors": [
3381 {
3382 "name": "Nelmio",
3383 "homepage": "http://nelm.io"
3384 },
3385 {
3386 "name": "Symfony Community",
3387 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3388 }
3389 ],
3390 "description": "Generates documentation for your REST API from annotations",
3391 "keywords": [
3392 "api",
3393 "doc",
3394 "documentation",
3395 "rest"
3396 ],
3397 "time": "2015-12-08 13:19:42"
3398 },
3399 {
3400 "name": "nelmio/cors-bundle",
3401 "version": "1.4.1",
3402 "source": {
3403 "type": "git",
3404 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
3405 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
3406 },
3407 "dist": {
3408 "type": "zip",
3409 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
3410 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
3411 "shasum": ""
3412 },
3413 "require": {
3414 "symfony/framework-bundle": "^2.2 || ^3.0"
3415 },
3416 "require-dev": {
3417 "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3418 "mockery/mockery": "0.9.*"
3419 },
3420 "type": "symfony-bundle",
3421 "extra": {
3422 "branch-alias": {
3423 "dev-master": "1.4.x-dev"
3424 }
3425 },
3426 "autoload": {
3427 "psr-4": {
3428 "Nelmio\\CorsBundle\\": ""
3429 },
3430 "exclude-from-classmap": [
3431 "/Tests/"
3432 ]
3433 },
3434 "notification-url": "https://packagist.org/downloads/",
3435 "license": [
3436 "MIT"
3437 ],
3438 "authors": [
3439 {
3440 "name": "Nelmio",
3441 "homepage": "http://nelm.io"
3442 },
3443 {
3444 "name": "Symfony Community",
3445 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3446 }
3447 ],
3448 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3449 "keywords": [
3450 "api",
3451 "cors",
3452 "crossdomain"
3453 ],
3454 "time": "2015-12-09 17:26:34"
3455 },
3456 {
3457 "name": "pagerfanta/pagerfanta",
3458 "version": "v1.0.3",
3459 "source": {
3460 "type": "git",
3461 "url": "https://github.com/whiteoctober/Pagerfanta.git",
3462 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
3463 },
3464 "dist": {
3465 "type": "zip",
3466 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
3467 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
3468 "shasum": ""
3469 },
3470 "require": {
3471 "php": ">=5.3.0"
3472 },
3473 "require-dev": {
3474 "doctrine/orm": "~2.3",
3475 "doctrine/phpcr-odm": "1.*",
3476 "jackalope/jackalope-doctrine-dbal": "1.*",
3477 "jmikola/geojson": "~1.0",
3478 "mandango/mandango": "~1.0@dev",
3479 "mandango/mondator": "~1.0@dev",
3480 "phpunit/phpunit": "~4",
3481 "propel/propel1": "~1.6",
3482 "ruflin/elastica": "~1.3",
3483 "solarium/solarium": "~3.1"
3484 },
3485 "suggest": {
3486 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
3487 "doctrine/orm": "To use the DoctrineORMAdapter.",
3488 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
3489 "mandango/mandango": "To use the MandangoAdapter.",
3490 "propel/propel1": "To use the PropelAdapter",
3491 "solarium/solarium": "To use the SolariumAdapter."
3492 },
3493 "type": "library",
3494 "extra": {
3495 "branch-alias": {
3496 "dev-master": "1.0.x-dev"
3497 }
3498 },
3499 "autoload": {
3500 "psr-0": {
3501 "Pagerfanta\\": "src/"
3502 }
3503 },
3504 "notification-url": "https://packagist.org/downloads/",
3505 "license": [
3506 "MIT"
3507 ],
3508 "authors": [
3509 {
3510 "name": "Pablo Díez",
3511 "email": "pablodip@gmail.com"
3512 }
3513 ],
3514 "description": "Pagination for PHP 5.3",
3515 "keywords": [
3516 "page",
3517 "pagination",
3518 "paginator",
3519 "paging"
3520 ],
3521 "time": "2014-10-06 10:57:25"
3522 },
3523 {
3524 "name": "phpcollection/phpcollection",
3525 "version": "0.4.0",
3526 "source": {
3527 "type": "git",
3528 "url": "https://github.com/schmittjoh/php-collection.git",
3529 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
3530 },
3531 "dist": {
3532 "type": "zip",
3533 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
3534 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
3535 "shasum": ""
3536 },
3537 "require": {
3538 "phpoption/phpoption": "1.*"
3539 },
3540 "type": "library",
3541 "extra": {
3542 "branch-alias": {
3543 "dev-master": "0.3-dev"
3544 }
3545 },
3546 "autoload": {
3547 "psr-0": {
3548 "PhpCollection": "src/"
3549 }
3550 },
3551 "notification-url": "https://packagist.org/downloads/",
3552 "license": [
3553 "Apache2"
3554 ],
3555 "authors": [
3556 {
3557 "name": "Johannes Schmitt",
3558 "email": "schmittjoh@gmail.com",
3559 "homepage": "https://github.com/schmittjoh",
3560 "role": "Developer of wrapped JMSSerializerBundle"
3561 }
3562 ],
3563 "description": "General-Purpose Collection Library for PHP",
3564 "keywords": [
3565 "collection",
3566 "list",
3567 "map",
3568 "sequence",
3569 "set"
3570 ],
3571 "time": "2014-03-11 13:46:42"
3572 },
3573 {
3574 "name": "phpoption/phpoption",
3575 "version": "1.5.0",
3576 "source": {
3577 "type": "git",
3578 "url": "https://github.com/schmittjoh/php-option.git",
3579 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
3580 },
3581 "dist": {
3582 "type": "zip",
3583 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3584 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3585 "shasum": ""
3586 },
3587 "require": {
3588 "php": ">=5.3.0"
3589 },
3590 "require-dev": {
3591 "phpunit/phpunit": "4.7.*"
3592 },
3593 "type": "library",
3594 "extra": {
3595 "branch-alias": {
3596 "dev-master": "1.3-dev"
3597 }
3598 },
3599 "autoload": {
3600 "psr-0": {
3601 "PhpOption\\": "src/"
3602 }
3603 },
3604 "notification-url": "https://packagist.org/downloads/",
3605 "license": [
3606 "Apache2"
3607 ],
3608 "authors": [
3609 {
3610 "name": "Johannes M. Schmitt",
3611 "email": "schmittjoh@gmail.com"
3612 }
3613 ],
3614 "description": "Option Type for PHP",
3615 "keywords": [
3616 "language",
3617 "option",
3618 "php",
3619 "type"
3620 ],
3621 "time": "2015-07-25 16:39:46"
3622 },
3623 {
3624 "name": "phpzip/phpzip",
3625 "version": "2.0.8",
3626 "source": {
3627 "type": "git",
3628 "url": "https://github.com/Grandt/PHPZip.git",
3629 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
3630 },
3631 "dist": {
3632 "type": "zip",
3633 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
3634 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
3635 "shasum": ""
3636 },
3637 "require": {
3638 "grandt/binstring": ">=1.0.0",
3639 "grandt/phpzipmerge": ">=1.0.4",
3640 "grandt/relativepath": ">=1.0.2",
3641 "php": ">=5.3.0"
3642 },
3643 "type": "library",
3644 "autoload": {
3645 "psr-4": {
3646 "PHPZip\\Zip\\": "src/Zip"
3647 }
3648 },
3649 "notification-url": "https://packagist.org/downloads/",
3650 "license": [
3651 "LGPL-2.1"
3652 ],
3653 "authors": [
3654 {
3655 "name": "Adam Schmalhofer",
3656 "email": "Adam.Schmalhofer@gmx.de",
3657 "role": "Developer"
3658 },
3659 {
3660 "name": "A. Grandt",
3661 "email": "php@grandt.com",
3662 "homepage": "http://grandt.com",
3663 "role": "Developer"
3664 },
3665 {
3666 "name": "Greg Kappatos",
3667 "homepage": "http://websiteconnect.com.au",
3668 "role": "Developer"
3669 }
3670 ],
3671 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
3672 "homepage": "https://github.com/Grandt/PHPZip",
3673 "keywords": [
3674 "archive",
3675 "compressed",
3676 "compression",
3677 "phpzip",
3678 "pkzip",
3679 "stream",
3680 "zip"
3681 ],
3682 "time": "2015-11-16 16:30:51"
3683 },
3684 {
3685 "name": "psr/log",
3686 "version": "1.0.0",
3687 "source": {
3688 "type": "git",
3689 "url": "https://github.com/php-fig/log.git",
3690 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
3691 },
3692 "dist": {
3693 "type": "zip",
3694 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
3695 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
3696 "shasum": ""
3697 },
3698 "type": "library",
3699 "autoload": {
3700 "psr-0": {
3701 "Psr\\Log\\": ""
3702 }
3703 },
3704 "notification-url": "https://packagist.org/downloads/",
3705 "license": [
3706 "MIT"
3707 ],
3708 "authors": [
3709 {
3710 "name": "PHP-FIG",
3711 "homepage": "http://www.php-fig.org/"
3712 }
3713 ],
3714 "description": "Common interface for logging libraries",
3715 "keywords": [
3716 "log",
3717 "psr",
3718 "psr-3"
3719 ],
3720 "time": "2012-12-21 11:40:51"
3721 },
3722 {
3723 "name": "react/promise",
3724 "version": "v2.2.1",
3725 "source": {
3726 "type": "git",
3727 "url": "https://github.com/reactphp/promise.git",
3728 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
3729 },
3730 "dist": {
3731 "type": "zip",
3732 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
3733 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
3734 "shasum": ""
3735 },
3736 "require": {
3737 "php": ">=5.4.0"
3738 },
3739 "type": "library",
3740 "extra": {
3741 "branch-alias": {
3742 "dev-master": "2.0-dev"
3743 }
3744 },
3745 "autoload": {
3746 "psr-4": {
3747 "React\\Promise\\": "src/"
3748 },
3749 "files": [
3750 "src/functions_include.php"
3751 ]
3752 },
3753 "notification-url": "https://packagist.org/downloads/",
3754 "license": [
3755 "MIT"
3756 ],
3757 "authors": [
3758 {
3759 "name": "Jan Sorgalla",
3760 "email": "jsorgalla@gmail.com"
3761 }
3762 ],
3763 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
3764 "time": "2015-07-03 13:48:55"
3765 },
3766 {
3767 "name": "scheb/two-factor-bundle",
3768 "version": "v1.4.7",
3769 "source": {
3770 "type": "git",
3771 "url": "https://github.com/scheb/two-factor-bundle.git",
3772 "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2"
3773 },
3774 "dist": {
3775 "type": "zip",
3776 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
3777 "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
3778 "shasum": ""
3779 },
3780 "require": {
3781 "sonata-project/google-authenticator": "~1.0",
3782 "symfony/symfony": "~2.1"
3783 },
3784 "require-dev": {
3785 "satooshi/php-coveralls": "~0.6",
3786 "swiftmailer/swiftmailer": ">=4.3, <6.0",
3787 "symfony/phpunit-bridge": "~2.7"
3788 },
3789 "type": "symfony-bundle",
3790 "autoload": {
3791 "psr-4": {
3792 "Scheb\\TwoFactorBundle\\": ""
3793 }
3794 },
3795 "notification-url": "https://packagist.org/downloads/",
3796 "license": [
3797 "MIT"
3798 ],
3799 "authors": [
3800 {
3801 "name": "Christian Scheb",
3802 "email": "me@christianscheb.de"
3803 }
3804 ],
3805 "description": "Provides two-factor authenticaton for Symfony2",
3806 "homepage": "https://github.com/scheb/two-factor-bundle",
3807 "keywords": [
3808 "Authentication",
3809 "Symfony2",
3810 "two-factor",
3811 "two-step"
3812 ],
3813 "time": "2015-08-25 19:58:00"
3814 },
3815 {
3816 "name": "sensio/distribution-bundle",
3817 "version": "v3.0.34",
3818 "target-dir": "Sensio/Bundle/DistributionBundle",
3819 "source": {
3820 "type": "git",
3821 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
3822 "reference": "587f3cd08bf8856cfc888b255f34f18b85930657"
3823 },
3824 "dist": {
3825 "type": "zip",
3826 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/587f3cd08bf8856cfc888b255f34f18b85930657",
3827 "reference": "587f3cd08bf8856cfc888b255f34f18b85930657",
3828 "shasum": ""
3829 },
3830 "require": {
3831 "php": ">=5.3.3",
3832 "sensiolabs/security-checker": "~3.0",
3833 "symfony/class-loader": "~2.2",
3834 "symfony/framework-bundle": "~2.3",
3835 "symfony/process": "~2.2"
3836 },
3837 "require-dev": {
3838 "symfony/form": "~2.2",
3839 "symfony/validator": "~2.2",
3840 "symfony/yaml": "~2.2"
3841 },
3842 "suggest": {
3843 "symfony/form": "If you want to use the configurator",
3844 "symfony/validator": "If you want to use the configurator",
3845 "symfony/yaml": "If you want to use the configurator"
3846 },
3847 "type": "symfony-bundle",
3848 "extra": {
3849 "branch-alias": {
3850 "dev-master": "3.0.x-dev"
3851 }
3852 },
3853 "autoload": {
3854 "psr-0": {
3855 "Sensio\\Bundle\\DistributionBundle": ""
3856 }
3857 },
3858 "notification-url": "https://packagist.org/downloads/",
3859 "license": [
3860 "MIT"
3861 ],
3862 "authors": [
3863 {
3864 "name": "Fabien Potencier",
3865 "email": "fabien@symfony.com"
3866 }
3867 ],
3868 "description": "Base bundle for Symfony Distributions",
3869 "keywords": [
3870 "configuration",
3871 "distribution"
3872 ],
3873 "time": "2015-11-26 18:10:17"
3874 },
3875 {
3876 "name": "sensio/framework-extra-bundle",
3877 "version": "v3.0.12",
3878 "source": {
3879 "type": "git",
3880 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
3881 "reference": "3e8936fe13aa4086644977d334d8fcd275f50357"
3882 },
3883 "dist": {
3884 "type": "zip",
3885 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/3e8936fe13aa4086644977d334d8fcd275f50357",
3886 "reference": "3e8936fe13aa4086644977d334d8fcd275f50357",
3887 "shasum": ""
3888 },
3889 "require": {
3890 "doctrine/common": "~2.2",
3891 "symfony/framework-bundle": "~2.3|~3.0"
3892 },
3893 "require-dev": {
3894 "symfony/expression-language": "~2.4|~3.0",
3895 "symfony/security-bundle": "~2.4|~3.0"
3896 },
3897 "suggest": {
3898 "symfony/expression-language": "",
3899 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
3900 "symfony/security-bundle": ""
3901 },
3902 "type": "symfony-bundle",
3903 "extra": {
3904 "branch-alias": {
3905 "dev-master": "3.0.x-dev"
3906 }
3907 },
3908 "autoload": {
3909 "psr-4": {
3910 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
3911 }
3912 },
3913 "notification-url": "https://packagist.org/downloads/",
3914 "license": [
3915 "MIT"
3916 ],
3917 "authors": [
3918 {
3919 "name": "Fabien Potencier",
3920 "email": "fabien@symfony.com"
3921 }
3922 ],
3923 "description": "This bundle provides a way to configure your controllers with annotations",
3924 "keywords": [
3925 "annotations",
3926 "controllers"
3927 ],
3928 "time": "2015-12-18 17:39:27"
3929 },
3930 {
3931 "name": "sensiolabs/security-checker",
3932 "version": "v3.0.2",
3933 "source": {
3934 "type": "git",
3935 "url": "https://github.com/sensiolabs/security-checker.git",
3936 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
3937 },
3938 "dist": {
3939 "type": "zip",
3940 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
3941 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
3942 "shasum": ""
3943 },
3944 "require": {
3945 "symfony/console": "~2.0|~3.0"
3946 },
3947 "bin": [
3948 "security-checker"
3949 ],
3950 "type": "library",
3951 "extra": {
3952 "branch-alias": {
3953 "dev-master": "3.0-dev"
3954 }
3955 },
3956 "autoload": {
3957 "psr-0": {
3958 "SensioLabs\\Security": ""
3959 }
3960 },
3961 "notification-url": "https://packagist.org/downloads/",
3962 "license": [
3963 "MIT"
3964 ],
3965 "authors": [
3966 {
3967 "name": "Fabien Potencier",
3968 "email": "fabien.potencier@gmail.com"
3969 }
3970 ],
3971 "description": "A security checker for your composer.lock",
3972 "time": "2015-11-07 08:07:40"
3973 },
3974 {
3975 "name": "simplepie/simplepie",
3976 "version": "1.3.1",
3977 "source": {
3978 "type": "git",
3979 "url": "https://github.com/simplepie/simplepie.git",
3980 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
3981 },
3982 "dist": {
3983 "type": "zip",
3984 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
3985 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
3986 "shasum": ""
3987 },
3988 "require": {
3989 "php": ">=5.2.0"
3990 },
3991 "type": "library",
3992 "autoload": {
3993 "psr-0": {
3994 "SimplePie": "library"
3995 }
3996 },
3997 "notification-url": "https://packagist.org/downloads/",
3998 "license": [
3999 "BSD-3-Clause"
4000 ],
4001 "authors": [
4002 {
4003 "name": "Ryan Parman",
4004 "homepage": "http://ryanparman.com/",
4005 "role": "Creator, alumnus developer"
4006 },
4007 {
4008 "name": "Geoffrey Sneddon",
4009 "homepage": "http://gsnedders.com/",
4010 "role": "Alumnus developer"
4011 },
4012 {
4013 "name": "Ryan McCue",
4014 "email": "me@ryanmccue.info",
4015 "homepage": "http://ryanmccue.info/",
4016 "role": "Developer"
4017 }
4018 ],
4019 "description": "A simple Atom/RSS parsing library for PHP",
4020 "homepage": "http://simplepie.org/",
4021 "keywords": [
4022 "atom",
4023 "feeds",
4024 "rss"
4025 ],
4026 "time": "2012-10-30 17:54:03"
4027 },
4028 {
4029 "name": "smalot/pdfparser",
4030 "version": "v0.9.25",
4031 "source": {
4032 "type": "git",
4033 "url": "https://github.com/smalot/pdfparser.git",
4034 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa"
4035 },
4036 "dist": {
4037 "type": "zip",
4038 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4039 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4040 "shasum": ""
4041 },
4042 "require": {
4043 "php": ">=5.3.0",
4044 "tecnickcom/tcpdf": ">=6.0.050"
4045 },
4046 "require-dev": {
4047 "atoum/atoum": "dev-master"
4048 },
4049 "type": "library",
4050 "autoload": {
4051 "psr-0": {
4052 "Smalot\\PdfParser\\": "src/"
4053 }
4054 },
4055 "notification-url": "https://packagist.org/downloads/",
4056 "license": [
4057 "GPL-3.0"
4058 ],
4059 "authors": [
4060 {
4061 "name": "Sebastien MALOT",
4062 "email": "sebastien@malot.fr",
4063 "homepage": "http://www.malot.fr",
4064 "role": "Developer"
4065 }
4066 ],
4067 "description": "Pdf parser library. Can read and extract information from pdf file.",
4068 "homepage": "http://www.pdfparser.org",
4069 "time": "2015-09-18 08:29:33"
4070 },
4071 {
4072 "name": "sonata-project/google-authenticator",
4073 "version": "1.0.2",
4074 "source": {
4075 "type": "git",
4076 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4077 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
4078 },
4079 "dist": {
4080 "type": "zip",
4081 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4082 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4083 "shasum": ""
4084 },
4085 "require": {
4086 "php": ">=5.3.0"
4087 },
4088 "type": "library",
4089 "autoload": {
4090 "psr-4": {
4091 "Google\\Authenticator\\": "lib/",
4092 "Google\\Authenticator\\Tests\\": "tests/"
4093 }
4094 },
4095 "notification-url": "https://packagist.org/downloads/",
4096 "license": [
4097 "MIT"
4098 ],
4099 "authors": [
4100 {
4101 "name": "Thomas Rabaix",
4102 "email": "thomas.rabaix@gmail.com",
4103 "homepage": "http://sonata-project.org/"
4104 },
4105 {
4106 "name": "Christian Stocker",
4107 "email": "me@chregu.tv"
4108 },
4109 {
4110 "name": "Andre DeMarre",
4111 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4112 }
4113 ],
4114 "description": "Library to integrate Google Authenticator into a PHP project",
4115 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
4116 "keywords": [
4117 "google authenticator"
4118 ],
4119 "time": "2014-03-31 09:18:53"
4120 },
4121 {
4122 "name": "stof/doctrine-extensions-bundle",
4123 "version": "v1.2.1",
4124 "source": {
4125 "type": "git",
4126 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
4127 "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e"
4128 },
4129 "dist": {
4130 "type": "zip",
4131 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
4132 "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e",
4133 "shasum": ""
4134 },
4135 "require": {
4136 "gedmo/doctrine-extensions": "^2.3.1",
4137 "php": ">=5.3.2",
4138 "symfony/framework-bundle": "~2.1"
4139 },
4140 "suggest": {
4141 "doctrine/doctrine-bundle": "to use the ORM extensions",
4142 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
4143 },
4144 "type": "symfony-bundle",
4145 "extra": {
4146 "branch-alias": {
4147 "dev-master": "1.2.x-dev"
4148 }
4149 },
4150 "autoload": {
4151 "psr-4": {
4152 "Stof\\DoctrineExtensionsBundle\\": ""
4153 }
4154 },
4155 "notification-url": "https://packagist.org/downloads/",
4156 "license": [
4157 "MIT"
4158 ],
4159 "authors": [
4160 {
4161 "name": "Christophe Coevoet",
4162 "email": "stof@notk.org"
4163 }
4164 ],
4165 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
4166 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
4167 "keywords": [
4168 "behaviors",
4169 "doctrine2",
4170 "extensions",
4171 "gedmo",
4172 "loggable",
4173 "nestedset",
4174 "sluggable",
4175 "sortable",
4176 "timestampable",
4177 "translatable",
4178 "tree"
4179 ],
4180 "time": "2015-08-12 16:23:48"
4181 },
4182 {
4183 "name": "swiftmailer/swiftmailer",
4184 "version": "v5.4.1",
4185 "source": {
4186 "type": "git",
4187 "url": "https://github.com/swiftmailer/swiftmailer.git",
4188 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
4189 },
4190 "dist": {
4191 "type": "zip",
4192 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4193 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4194 "shasum": ""
4195 },
4196 "require": {
4197 "php": ">=5.3.3"
4198 },
4199 "require-dev": {
4200 "mockery/mockery": "~0.9.1,<0.9.4"
4201 },
4202 "type": "library",
4203 "extra": {
4204 "branch-alias": {
4205 "dev-master": "5.4-dev"
4206 }
4207 },
4208 "autoload": {
4209 "files": [
4210 "lib/swift_required.php"
4211 ]
4212 },
4213 "notification-url": "https://packagist.org/downloads/",
4214 "license": [
4215 "MIT"
4216 ],
4217 "authors": [
4218 {
4219 "name": "Chris Corbyn"
4220 },
4221 {
4222 "name": "Fabien Potencier",
4223 "email": "fabien@symfony.com"
4224 }
4225 ],
4226 "description": "Swiftmailer, free feature-rich PHP mailer",
4227 "homepage": "http://swiftmailer.org",
4228 "keywords": [
4229 "email",
4230 "mail",
4231 "mailer"
4232 ],
4233 "time": "2015-06-06 14:19:39"
4234 },
4235 {
4236 "name": "symfony/assetic-bundle",
4237 "version": "v2.7.1",
4238 "source": {
4239 "type": "git",
4240 "url": "https://github.com/symfony/assetic-bundle.git",
4241 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
4242 },
4243 "dist": {
4244 "type": "zip",
4245 "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
4246 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
4247 "shasum": ""
4248 },
4249 "require": {
4250 "kriswallsmith/assetic": "~1.3",
4251 "php": ">=5.3.0",
4252 "symfony/console": "~2.3|~3.0",
4253 "symfony/dependency-injection": "~2.3|~3.0",
4254 "symfony/framework-bundle": "~2.3|~3.0",
4255 "symfony/yaml": "~2.3|~3.0"
4256 },
4257 "conflict": {
4258 "kriswallsmith/spork": "<=0.2",
4259 "twig/twig": "<1.20"
4260 },
4261 "require-dev": {
4262 "kriswallsmith/spork": "~0.3",
4263 "patchwork/jsqueeze": "~1.0",
4264 "symfony/class-loader": "~2.3|~3.0",
4265 "symfony/css-selector": "~2.3|~3.0",
4266 "symfony/dom-crawler": "~2.3|~3.0",
4267 "symfony/phpunit-bridge": "~2.7|~3.0",
4268 "symfony/twig-bundle": "~2.3|~3.0"
4269 },
4270 "suggest": {
4271 "kriswallsmith/spork": "to be able to dump assets in parallel",
4272 "symfony/twig-bundle": "to use the Twig integration"
4273 },
4274 "type": "symfony-bundle",
4275 "extra": {
4276 "branch-alias": {
4277 "dev-master": "2.7-dev"
4278 }
4279 },
4280 "autoload": {
4281 "psr-4": {
4282 "Symfony\\Bundle\\AsseticBundle\\": ""
4283 }
4284 },
4285 "notification-url": "https://packagist.org/downloads/",
4286 "license": [
4287 "MIT"
4288 ],
4289 "authors": [
4290 {
4291 "name": "Kris Wallsmith",
4292 "email": "kris.wallsmith@gmail.com",
4293 "homepage": "http://kriswallsmith.net/"
4294 }
4295 ],
4296 "description": "Integrates Assetic into Symfony2",
4297 "homepage": "https://github.com/symfony/AsseticBundle",
4298 "keywords": [
4299 "assets",
4300 "compression",
4301 "minification"
4302 ],
4303 "time": "2015-11-17 09:45:47"
4304 },
4305 {
4306 "name": "symfony/monolog-bundle",
4307 "version": "v2.8.2",
4308 "source": {
4309 "type": "git",
4310 "url": "https://github.com/symfony/monolog-bundle.git",
4311 "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
4312 },
4313 "dist": {
4314 "type": "zip",
4315 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
4316 "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
4317 "shasum": ""
4318 },
4319 "require": {
4320 "monolog/monolog": "~1.8",
4321 "php": ">=5.3.2",
4322 "symfony/config": "~2.3|~3.0",
4323 "symfony/dependency-injection": "~2.3|~3.0",
4324 "symfony/http-kernel": "~2.3|~3.0",
4325 "symfony/monolog-bridge": "~2.3|~3.0"
4326 },
4327 "require-dev": {
4328 "symfony/console": "~2.3|~3.0",
4329 "symfony/yaml": "~2.3|~3.0"
4330 },
4331 "type": "symfony-bundle",
4332 "extra": {
4333 "branch-alias": {
4334 "dev-master": "2.8.x-dev"
4335 }
4336 },
4337 "autoload": {
4338 "psr-4": {
4339 "Symfony\\Bundle\\MonologBundle\\": ""
4340 }
4341 },
4342 "notification-url": "https://packagist.org/downloads/",
4343 "license": [
4344 "MIT"
4345 ],
4346 "authors": [
4347 {
4348 "name": "Symfony Community",
4349 "homepage": "http://symfony.com/contributors"
4350 },
4351 {
4352 "name": "Fabien Potencier",
4353 "email": "fabien@symfony.com"
4354 }
4355 ],
4356 "description": "Symfony MonologBundle",
4357 "homepage": "http://symfony.com",
4358 "keywords": [
4359 "log",
4360 "logging"
4361 ],
4362 "time": "2015-11-17 10:02:29"
4363 },
4364 {
4365 "name": "symfony/swiftmailer-bundle",
4366 "version": "v2.3.9",
4367 "source": {
4368 "type": "git",
4369 "url": "https://github.com/symfony/swiftmailer-bundle.git",
4370 "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
4371 },
4372 "dist": {
4373 "type": "zip",
4374 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
4375 "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
4376 "shasum": ""
4377 },
4378 "require": {
4379 "php": ">=5.3.2",
4380 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
4381 "symfony/config": "~2.3|~3.0",
4382 "symfony/dependency-injection": "~2.3|~3.0",
4383 "symfony/http-kernel": "~2.3|~3.0",
4384 "symfony/yaml": "~2.3|~3.0"
4385 },
4386 "require-dev": {
4387 "symfony/phpunit-bridge": "~2.7|~3.0"
4388 },
4389 "suggest": {
4390 "psr/log": "Allows logging"
4391 },
4392 "type": "symfony-bundle",
4393 "extra": {
4394 "branch-alias": {
4395 "dev-master": "2.3-dev"
4396 }
4397 },
4398 "autoload": {
4399 "psr-4": {
4400 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
4401 }
4402 },
4403 "notification-url": "https://packagist.org/downloads/",
4404 "license": [
4405 "MIT"
4406 ],
4407 "authors": [
4408 {
4409 "name": "Symfony Community",
4410 "homepage": "http://symfony.com/contributors"
4411 },
4412 {
4413 "name": "Fabien Potencier",
4414 "email": "fabien@symfony.com"
4415 }
4416 ],
4417 "description": "Symfony SwiftmailerBundle",
4418 "homepage": "http://symfony.com",
4419 "time": "2015-11-28 10:59:29"
4420 },
4421 {
4422 "name": "symfony/symfony",
4423 "version": "v2.7.8",
4424 "source": {
4425 "type": "git",
4426 "url": "https://github.com/symfony/symfony.git",
4427 "reference": "ad264021e44a5aaa132f16aef69f92e56795683e"
4428 },
4429 "dist": {
4430 "type": "zip",
4431 "url": "https://api.github.com/repos/symfony/symfony/zipball/ad264021e44a5aaa132f16aef69f92e56795683e",
4432 "reference": "ad264021e44a5aaa132f16aef69f92e56795683e",
4433 "shasum": ""
4434 },
4435 "require": {
4436 "doctrine/common": "~2.4",
4437 "php": ">=5.3.9",
4438 "psr/log": "~1.0",
4439 "twig/twig": "~1.23|~2.0"
4440 },
4441 "replace": {
4442 "symfony/asset": "self.version",
4443 "symfony/browser-kit": "self.version",
4444 "symfony/class-loader": "self.version",
4445 "symfony/config": "self.version",
4446 "symfony/console": "self.version",
4447 "symfony/css-selector": "self.version",
4448 "symfony/debug": "self.version",
4449 "symfony/debug-bundle": "self.version",
4450 "symfony/dependency-injection": "self.version",
4451 "symfony/doctrine-bridge": "self.version",
4452 "symfony/dom-crawler": "self.version",
4453 "symfony/event-dispatcher": "self.version",
4454 "symfony/expression-language": "self.version",
4455 "symfony/filesystem": "self.version",
4456 "symfony/finder": "self.version",
4457 "symfony/form": "self.version",
4458 "symfony/framework-bundle": "self.version",
4459 "symfony/http-foundation": "self.version",
4460 "symfony/http-kernel": "self.version",
4461 "symfony/intl": "self.version",
4462 "symfony/locale": "self.version",
4463 "symfony/monolog-bridge": "self.version",
4464 "symfony/options-resolver": "self.version",
4465 "symfony/process": "self.version",
4466 "symfony/property-access": "self.version",
4467 "symfony/proxy-manager-bridge": "self.version",
4468 "symfony/routing": "self.version",
4469 "symfony/security": "self.version",
4470 "symfony/security-acl": "self.version",
4471 "symfony/security-bundle": "self.version",
4472 "symfony/security-core": "self.version",
4473 "symfony/security-csrf": "self.version",
4474 "symfony/security-http": "self.version",
4475 "symfony/serializer": "self.version",
4476 "symfony/stopwatch": "self.version",
4477 "symfony/swiftmailer-bridge": "self.version",
4478 "symfony/templating": "self.version",
4479 "symfony/translation": "self.version",
4480 "symfony/twig-bridge": "self.version",
4481 "symfony/twig-bundle": "self.version",
4482 "symfony/validator": "self.version",
4483 "symfony/var-dumper": "self.version",
4484 "symfony/web-profiler-bundle": "self.version",
4485 "symfony/yaml": "self.version"
4486 },
4487 "require-dev": {
4488 "doctrine/data-fixtures": "1.0.*",
4489 "doctrine/dbal": "~2.4",
4490 "doctrine/doctrine-bundle": "~1.2",
4491 "doctrine/orm": "~2.4,>=2.4.5",
4492 "egulias/email-validator": "~1.2",
4493 "ircmaxell/password-compat": "~1.0",
4494 "monolog/monolog": "~1.11",
4495 "ocramius/proxy-manager": "~0.4|~1.0"
4496 },
4497 "type": "library",
4498 "extra": {
4499 "branch-alias": {
4500 "dev-master": "2.7-dev"
4501 }
4502 },
4503 "autoload": {
4504 "psr-4": {
4505 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
4506 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
4507 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
4508 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
4509 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
4510 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
4511 "Symfony\\Component\\": "src/Symfony/Component/"
4512 },
4513 "classmap": [
4514 "src/Symfony/Component/HttpFoundation/Resources/stubs",
4515 "src/Symfony/Component/Intl/Resources/stubs"
4516 ],
4517 "files": [
4518 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
4519 ],
4520 "exclude-from-classmap": [
4521 "**/Tests/"
4522 ]
4523 },
4524 "notification-url": "https://packagist.org/downloads/",
4525 "license": [
4526 "MIT"
4527 ],
4528 "authors": [
4529 {
4530 "name": "Fabien Potencier",
4531 "email": "fabien@symfony.com"
4532 },
4533 {
4534 "name": "Symfony Community",
4535 "homepage": "https://symfony.com/contributors"
4536 }
4537 ],
4538 "description": "The Symfony PHP framework",
4539 "homepage": "https://symfony.com",
4540 "keywords": [
4541 "framework"
4542 ],
4543 "time": "2015-12-26 15:02:06"
4544 },
4545 {
4546 "name": "tecnickcom/tcpdf",
4547 "version": "6.2.12",
4548 "source": {
4549 "type": "git",
4550 "url": "https://github.com/tecnickcom/TCPDF.git",
4551 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
4552 },
4553 "dist": {
4554 "type": "zip",
4555 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
4556 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
4557 "shasum": ""
4558 },
4559 "require": {
4560 "php": ">=5.3.0"
4561 },
4562 "type": "library",
4563 "autoload": {
4564 "classmap": [
4565 "fonts",
4566 "config",
4567 "include",
4568 "tcpdf.php",
4569 "tcpdf_parser.php",
4570 "tcpdf_import.php",
4571 "tcpdf_barcodes_1d.php",
4572 "tcpdf_barcodes_2d.php",
4573 "include/tcpdf_colors.php",
4574 "include/tcpdf_filters.php",
4575 "include/tcpdf_font_data.php",
4576 "include/tcpdf_fonts.php",
4577 "include/tcpdf_images.php",
4578 "include/tcpdf_static.php",
4579 "include/barcodes/datamatrix.php",
4580 "include/barcodes/pdf417.php",
4581 "include/barcodes/qrcode.php"
4582 ]
4583 },
4584 "notification-url": "https://packagist.org/downloads/",
4585 "license": [
4586 "LGPLv3"
4587 ],
4588 "authors": [
4589 {
4590 "name": "Nicola Asuni",
4591 "email": "info@tecnick.com",
4592 "homepage": "http://nicolaasuni.tecnick.com"
4593 }
4594 ],
4595 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
4596 "homepage": "http://www.tcpdf.org/",
4597 "keywords": [
4598 "PDFD32000-2008",
4599 "TCPDF",
4600 "barcodes",
4601 "datamatrix",
4602 "pdf",
4603 "pdf417",
4604 "qrcode"
4605 ],
4606 "time": "2015-09-12 10:08:34"
4607 },
4608 {
4609 "name": "twig/extensions",
4610 "version": "v1.3.0",
4611 "source": {
4612 "type": "git",
4613 "url": "https://github.com/twigphp/Twig-extensions.git",
4614 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
4615 },
4616 "dist": {
4617 "type": "zip",
4618 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
4619 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
4620 "shasum": ""
4621 },
4622 "require": {
4623 "twig/twig": "~1.20|~2.0"
4624 },
4625 "require-dev": {
4626 "symfony/translation": "~2.3"
4627 },
4628 "suggest": {
4629 "symfony/translation": "Allow the time_diff output to be translated"
4630 },
4631 "type": "library",
4632 "extra": {
4633 "branch-alias": {
4634 "dev-master": "1.3-dev"
4635 }
4636 },
4637 "autoload": {
4638 "psr-0": {
4639 "Twig_Extensions_": "lib/"
4640 }
4641 },
4642 "notification-url": "https://packagist.org/downloads/",
4643 "license": [
4644 "MIT"
4645 ],
4646 "authors": [
4647 {
4648 "name": "Fabien Potencier",
4649 "email": "fabien@symfony.com"
4650 }
4651 ],
4652 "description": "Common additional features for Twig that do not directly belong in core",
4653 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
4654 "keywords": [
4655 "i18n",
4656 "text"
4657 ],
4658 "time": "2015-08-22 16:38:35"
4659 },
4660 {
4661 "name": "twig/twig",
4662 "version": "v1.23.1",
4663 "source": {
4664 "type": "git",
4665 "url": "https://github.com/twigphp/Twig.git",
4666 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
4667 },
4668 "dist": {
4669 "type": "zip",
4670 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
4671 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
4672 "shasum": ""
4673 },
4674 "require": {
4675 "php": ">=5.2.7"
4676 },
4677 "require-dev": {
4678 "symfony/debug": "~2.7",
4679 "symfony/phpunit-bridge": "~2.7"
4680 },
4681 "type": "library",
4682 "extra": {
4683 "branch-alias": {
4684 "dev-master": "1.23-dev"
4685 }
4686 },
4687 "autoload": {
4688 "psr-0": {
4689 "Twig_": "lib/"
4690 }
4691 },
4692 "notification-url": "https://packagist.org/downloads/",
4693 "license": [
4694 "BSD-3-Clause"
4695 ],
4696 "authors": [
4697 {
4698 "name": "Fabien Potencier",
4699 "email": "fabien@symfony.com",
4700 "homepage": "http://fabien.potencier.org",
4701 "role": "Lead Developer"
4702 },
4703 {
4704 "name": "Armin Ronacher",
4705 "email": "armin.ronacher@active-4.com",
4706 "role": "Project Founder"
4707 },
4708 {
4709 "name": "Twig Team",
4710 "homepage": "http://twig.sensiolabs.org/contributors",
4711 "role": "Contributors"
4712 }
4713 ],
4714 "description": "Twig, the flexible, fast, and secure template language for PHP",
4715 "homepage": "http://twig.sensiolabs.org",
4716 "keywords": [
4717 "templating"
4718 ],
4719 "time": "2015-11-05 12:49:06"
4720 },
4721 {
4722 "name": "wallabag/php-mobi",
4723 "version": "1.0.1",
4724 "source": {
4725 "type": "git",
4726 "url": "https://github.com/wallabag/php-mobi.git",
4727 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
4728 },
4729 "dist": {
4730 "type": "zip",
4731 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
4732 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
4733 "shasum": ""
4734 },
4735 "require": {
4736 "php": ">=5.3.0"
4737 },
4738 "replace": {
4739 "wallabag/phpmobi": "*"
4740 },
4741 "type": "library",
4742 "autoload": {
4743 "files": [
4744 "MOBIClass/MOBI.php"
4745 ]
4746 },
4747 "notification-url": "https://packagist.org/downloads/",
4748 "license": [
4749 "Apache-2.0"
4750 ],
4751 "authors": [
4752 {
4753 "name": "Nicolas LÅ“uillet",
4754 "email": "nicolas@loeuillet.org",
4755 "homepage": "http://www.cdetc.fr"
4756 },
4757 {
4758 "name": "Sander Kromwijk",
4759 "email": "s.kromwijk@gmail.co",
4760 "role": "Original developer"
4761 }
4762 ],
4763 "description": "A Mobipocket file (.mobi) creator in PHP.",
4764 "homepage": "https://github.com/wallabag/phpMobi",
4765 "time": "2015-10-16 08:42:42"
4766 },
4767 {
4768 "name": "willdurand/hateoas",
4769 "version": "v2.6.0",
4770 "source": {
4771 "type": "git",
4772 "url": "https://github.com/willdurand/Hateoas.git",
4773 "reference": "fc0869381d6934e5d430084154584761297caa6c"
4774 },
4775 "dist": {
4776 "type": "zip",
4777 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
4778 "reference": "fc0869381d6934e5d430084154584761297caa6c",
4779 "shasum": ""
4780 },
4781 "require": {
4782 "doctrine/annotations": "~1.0",
4783 "doctrine/common": "~2.0",
4784 "jms/metadata": "~1.1",
4785 "jms/serializer": "~0.13",
4786 "php": ">=5.3",
4787 "symfony/expression-language": "~2.4"
4788 },
4789 "require-dev": {
4790 "atoum/atoum": "*@dev",
4791 "hautelook/frankenstein": "~0.1",
4792 "pagerfanta/pagerfanta": "~1.0",
4793 "phpunit/phpunit": "~3.7",
4794 "symfony/dependency-injection": "~2.0",
4795 "symfony/routing": "~2.0",
4796 "symfony/yaml": "~2.0",
4797 "twig/twig": "~1.12"
4798 },
4799 "suggest": {
4800 "symfony/routing": "To use the SymfonyRouteFactory.",
4801 "symfony/yaml": "To use yaml based configuration.",
4802 "twig/twig": "To use the Twig extensions."
4803 },
4804 "type": "library",
4805 "extra": {
4806 "branch-alias": {
4807 "dev-master": "2.6-dev"
4808 }
4809 },
4810 "autoload": {
4811 "psr-0": {
4812 "Hateoas": "src/"
4813 }
4814 },
4815 "notification-url": "https://packagist.org/downloads/",
4816 "license": [
4817 "MIT"
4818 ],
4819 "authors": [
4820 {
4821 "name": "Adrien Brault",
4822 "email": "adrien.brault@gmail.com"
4823 },
4824 {
4825 "name": "William Durand",
4826 "email": "william.durand1@gmail.com"
4827 }
4828 ],
4829 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
4830 "time": "2015-05-21 21:57:34"
4831 },
4832 {
4833 "name": "willdurand/hateoas-bundle",
4834 "version": "0.5.0",
4835 "target-dir": "Bazinga/Bundle/HateoasBundle",
4836 "source": {
4837 "type": "git",
4838 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
4839 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b"
4840 },
4841 "dist": {
4842 "type": "zip",
4843 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b",
4844 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b",
4845 "shasum": ""
4846 },
4847 "require": {
4848 "jms/serializer-bundle": "~0.13",
4849 "symfony/framework-bundle": "~2.2",
4850 "willdurand/hateoas": "~2.0"
4851 },
4852 "require-dev": {
4853 "symfony/expression-language": "~2.4",
4854 "twig/twig": "~1.12"
4855 },
4856 "type": "symfony-bundle",
4857 "extra": {
4858 "branch-alias": {
4859 "dev-master": "1.0.x-dev"
4860 }
4861 },
4862 "autoload": {
4863 "psr-0": {
4864 "Bazinga\\Bundle\\HateoasBundle": ""
4865 }
4866 },
4867 "notification-url": "https://packagist.org/downloads/",
4868 "license": [
4869 "MIT"
4870 ],
4871 "authors": [
4872 {
4873 "name": "William Durand",
4874 "email": "william.durand1@gmail.com"
4875 }
4876 ],
4877 "description": "Integration of Hateoas into Symfony2.",
4878 "keywords": [
4879 "HATEOAS",
4880 "rest"
4881 ],
4882 "time": "2015-02-19 16:27:51"
4883 },
4884 {
4885 "name": "willdurand/jsonp-callback-validator",
4886 "version": "v1.1.0",
4887 "source": {
4888 "type": "git",
4889 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
4890 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
4891 },
4892 "dist": {
4893 "type": "zip",
4894 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
4895 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
4896 "shasum": ""
4897 },
4898 "require": {
4899 "php": ">=5.3.0"
4900 },
4901 "require-dev": {
4902 "phpunit/phpunit": "~3.7"
4903 },
4904 "type": "library",
4905 "autoload": {
4906 "psr-0": {
4907 "JsonpCallbackValidator": "src/"
4908 }
4909 },
4910 "notification-url": "https://packagist.org/downloads/",
4911 "license": [
4912 "MIT"
4913 ],
4914 "authors": [
4915 {
4916 "name": "William Durand",
4917 "email": "william.durand1@gmail.com",
4918 "homepage": "http://www.willdurand.fr"
4919 }
4920 ],
4921 "description": "JSONP callback validator.",
4922 "time": "2014-01-20 22:35:06"
4923 },
4924 {
4925 "name": "willdurand/negotiation",
4926 "version": "1.5.0",
4927 "source": {
4928 "type": "git",
4929 "url": "https://github.com/willdurand/Negotiation.git",
4930 "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
4931 },
4932 "dist": {
4933 "type": "zip",
4934 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
4935 "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
4936 "shasum": ""
4937 },
4938 "require": {
4939 "php": ">=5.3.0"
4940 },
4941 "type": "library",
4942 "extra": {
4943 "branch-alias": {
4944 "dev-master": "1.5-dev"
4945 }
4946 },
4947 "autoload": {
4948 "psr-4": {
4949 "Negotiation\\": "src/Negotiation"
4950 }
4951 },
4952 "notification-url": "https://packagist.org/downloads/",
4953 "license": [
4954 "MIT"
4955 ],
4956 "authors": [
4957 {
4958 "name": "William Durand",
4959 "email": "william.durand1@gmail.com"
4960 }
4961 ],
4962 "description": "Content Negotiation tools for PHP provided as a standalone library.",
4963 "homepage": "http://williamdurand.fr/Negotiation/",
4964 "keywords": [
4965 "accept",
4966 "content",
4967 "format",
4968 "header",
4969 "negotiation"
4970 ],
4971 "time": "2015-10-01 07:42:40"
4972 }
4973 ],
4974 "packages-dev": [
4975 {
4976 "name": "doctrine/data-fixtures",
4977 "version": "v1.1.1",
4978 "source": {
4979 "type": "git",
4980 "url": "https://github.com/doctrine/data-fixtures.git",
4981 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
4982 },
4983 "dist": {
4984 "type": "zip",
4985 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
4986 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
4987 "shasum": ""
4988 },
4989 "require": {
4990 "doctrine/common": "~2.2",
4991 "php": ">=5.3.2"
4992 },
4993 "conflict": {
4994 "doctrine/orm": "< 2.4"
4995 },
4996 "require-dev": {
4997 "doctrine/orm": "~2.4"
4998 },
4999 "suggest": {
5000 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
5001 "doctrine/orm": "For loading ORM fixtures",
5002 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
5003 },
5004 "type": "library",
5005 "extra": {
5006 "branch-alias": {
5007 "dev-master": "1.1.x-dev"
5008 }
5009 },
5010 "autoload": {
5011 "psr-0": {
5012 "Doctrine\\Common\\DataFixtures": "lib/"
5013 }
5014 },
5015 "notification-url": "https://packagist.org/downloads/",
5016 "license": [
5017 "MIT"
5018 ],
5019 "authors": [
5020 {
5021 "name": "Jonathan Wage",
5022 "email": "jonwage@gmail.com"
5023 }
5024 ],
5025 "description": "Data Fixtures for all Doctrine Object Managers",
5026 "homepage": "http://www.doctrine-project.org",
5027 "keywords": [
5028 "database"
5029 ],
5030 "time": "2015-03-30 12:14:13"
5031 },
5032 {
5033 "name": "doctrine/doctrine-fixtures-bundle",
5034 "version": "v2.2.1",
5035 "source": {
5036 "type": "git",
5037 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
5038 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
5039 },
5040 "dist": {
5041 "type": "zip",
5042 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
5043 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
5044 "shasum": ""
5045 },
5046 "require": {
5047 "doctrine/data-fixtures": "~1.0",
5048 "doctrine/doctrine-bundle": "~1.0",
5049 "php": ">=5.3.2",
5050 "symfony/doctrine-bridge": "~2.1"
5051 },
5052 "type": "symfony-bundle",
5053 "extra": {
5054 "branch-alias": {
5055 "dev-master": "2.2.x-dev"
5056 }
5057 },
5058 "autoload": {
5059 "psr-4": {
5060 "Doctrine\\Bundle\\FixturesBundle\\": ""
5061 }
5062 },
5063 "notification-url": "https://packagist.org/downloads/",
5064 "license": [
5065 "MIT"
5066 ],
5067 "authors": [
5068 {
5069 "name": "Symfony Community",
5070 "homepage": "http://symfony.com/contributors"
5071 },
5072 {
5073 "name": "Doctrine Project",
5074 "homepage": "http://www.doctrine-project.org"
5075 },
5076 {
5077 "name": "Fabien Potencier",
5078 "email": "fabien@symfony.com"
5079 }
5080 ],
5081 "description": "Symfony DoctrineFixturesBundle",
5082 "homepage": "http://www.doctrine-project.org",
5083 "keywords": [
5084 "Fixture",
5085 "persistence"
5086 ],
5087 "time": "2015-08-04 22:43:14"
5088 },
5089 {
5090 "name": "phpdocumentor/reflection-docblock",
5091 "version": "2.0.4",
5092 "source": {
5093 "type": "git",
5094 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5095 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
5096 },
5097 "dist": {
5098 "type": "zip",
5099 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
5100 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
5101 "shasum": ""
5102 },
5103 "require": {
5104 "php": ">=5.3.3"
5105 },
5106 "require-dev": {
5107 "phpunit/phpunit": "~4.0"
5108 },
5109 "suggest": {
5110 "dflydev/markdown": "~1.0",
5111 "erusev/parsedown": "~1.0"
5112 },
5113 "type": "library",
5114 "extra": {
5115 "branch-alias": {
5116 "dev-master": "2.0.x-dev"
5117 }
5118 },
5119 "autoload": {
5120 "psr-0": {
5121 "phpDocumentor": [
5122 "src/"
5123 ]
5124 }
5125 },
5126 "notification-url": "https://packagist.org/downloads/",
5127 "license": [
5128 "MIT"
5129 ],
5130 "authors": [
5131 {
5132 "name": "Mike van Riel",
5133 "email": "mike.vanriel@naenius.com"
5134 }
5135 ],
5136 "time": "2015-02-03 12:10:50"
5137 },
5138 {
5139 "name": "phpspec/prophecy",
5140 "version": "v1.5.0",
5141 "source": {
5142 "type": "git",
5143 "url": "https://github.com/phpspec/prophecy.git",
5144 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
5145 },
5146 "dist": {
5147 "type": "zip",
5148 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
5149 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
5150 "shasum": ""
5151 },
5152 "require": {
5153 "doctrine/instantiator": "^1.0.2",
5154 "phpdocumentor/reflection-docblock": "~2.0",
5155 "sebastian/comparator": "~1.1"
5156 },
5157 "require-dev": {
5158 "phpspec/phpspec": "~2.0"
5159 },
5160 "type": "library",
5161 "extra": {
5162 "branch-alias": {
5163 "dev-master": "1.4.x-dev"
5164 }
5165 },
5166 "autoload": {
5167 "psr-0": {
5168 "Prophecy\\": "src/"
5169 }
5170 },
5171 "notification-url": "https://packagist.org/downloads/",
5172 "license": [
5173 "MIT"
5174 ],
5175 "authors": [
5176 {
5177 "name": "Konstantin Kudryashov",
5178 "email": "ever.zet@gmail.com",
5179 "homepage": "http://everzet.com"
5180 },
5181 {
5182 "name": "Marcello Duarte",
5183 "email": "marcello.duarte@gmail.com"
5184 }
5185 ],
5186 "description": "Highly opinionated mocking framework for PHP 5.3+",
5187 "homepage": "https://github.com/phpspec/prophecy",
5188 "keywords": [
5189 "Double",
5190 "Dummy",
5191 "fake",
5192 "mock",
5193 "spy",
5194 "stub"
5195 ],
5196 "time": "2015-08-13 10:07:40"
5197 },
5198 {
5199 "name": "phpunit/php-code-coverage",
5200 "version": "2.2.4",
5201 "source": {
5202 "type": "git",
5203 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5204 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
5205 },
5206 "dist": {
5207 "type": "zip",
5208 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5209 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5210 "shasum": ""
5211 },
5212 "require": {
5213 "php": ">=5.3.3",
5214 "phpunit/php-file-iterator": "~1.3",
5215 "phpunit/php-text-template": "~1.2",
5216 "phpunit/php-token-stream": "~1.3",
5217 "sebastian/environment": "^1.3.2",
5218 "sebastian/version": "~1.0"
5219 },
5220 "require-dev": {
5221 "ext-xdebug": ">=2.1.4",
5222 "phpunit/phpunit": "~4"
5223 },
5224 "suggest": {
5225 "ext-dom": "*",
5226 "ext-xdebug": ">=2.2.1",
5227 "ext-xmlwriter": "*"
5228 },
5229 "type": "library",
5230 "extra": {
5231 "branch-alias": {
5232 "dev-master": "2.2.x-dev"
5233 }
5234 },
5235 "autoload": {
5236 "classmap": [
5237 "src/"
5238 ]
5239 },
5240 "notification-url": "https://packagist.org/downloads/",
5241 "license": [
5242 "BSD-3-Clause"
5243 ],
5244 "authors": [
5245 {
5246 "name": "Sebastian Bergmann",
5247 "email": "sb@sebastian-bergmann.de",
5248 "role": "lead"
5249 }
5250 ],
5251 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5252 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5253 "keywords": [
5254 "coverage",
5255 "testing",
5256 "xunit"
5257 ],
5258 "time": "2015-10-06 15:47:00"
5259 },
5260 {
5261 "name": "phpunit/php-file-iterator",
5262 "version": "1.4.1",
5263 "source": {
5264 "type": "git",
5265 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5266 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
5267 },
5268 "dist": {
5269 "type": "zip",
5270 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
5271 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
5272 "shasum": ""
5273 },
5274 "require": {
5275 "php": ">=5.3.3"
5276 },
5277 "type": "library",
5278 "extra": {
5279 "branch-alias": {
5280 "dev-master": "1.4.x-dev"
5281 }
5282 },
5283 "autoload": {
5284 "classmap": [
5285 "src/"
5286 ]
5287 },
5288 "notification-url": "https://packagist.org/downloads/",
5289 "license": [
5290 "BSD-3-Clause"
5291 ],
5292 "authors": [
5293 {
5294 "name": "Sebastian Bergmann",
5295 "email": "sb@sebastian-bergmann.de",
5296 "role": "lead"
5297 }
5298 ],
5299 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5300 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5301 "keywords": [
5302 "filesystem",
5303 "iterator"
5304 ],
5305 "time": "2015-06-21 13:08:43"
5306 },
5307 {
5308 "name": "phpunit/php-text-template",
5309 "version": "1.2.1",
5310 "source": {
5311 "type": "git",
5312 "url": "https://github.com/sebastianbergmann/php-text-template.git",
5313 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5314 },
5315 "dist": {
5316 "type": "zip",
5317 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5318 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5319 "shasum": ""
5320 },
5321 "require": {
5322 "php": ">=5.3.3"
5323 },
5324 "type": "library",
5325 "autoload": {
5326 "classmap": [
5327 "src/"
5328 ]
5329 },
5330 "notification-url": "https://packagist.org/downloads/",
5331 "license": [
5332 "BSD-3-Clause"
5333 ],
5334 "authors": [
5335 {
5336 "name": "Sebastian Bergmann",
5337 "email": "sebastian@phpunit.de",
5338 "role": "lead"
5339 }
5340 ],
5341 "description": "Simple template engine.",
5342 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5343 "keywords": [
5344 "template"
5345 ],
5346 "time": "2015-06-21 13:50:34"
5347 },
5348 {
5349 "name": "phpunit/php-timer",
5350 "version": "1.0.7",
5351 "source": {
5352 "type": "git",
5353 "url": "https://github.com/sebastianbergmann/php-timer.git",
5354 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
5355 },
5356 "dist": {
5357 "type": "zip",
5358 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
5359 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
5360 "shasum": ""
5361 },
5362 "require": {
5363 "php": ">=5.3.3"
5364 },
5365 "type": "library",
5366 "autoload": {
5367 "classmap": [
5368 "src/"
5369 ]
5370 },
5371 "notification-url": "https://packagist.org/downloads/",
5372 "license": [
5373 "BSD-3-Clause"
5374 ],
5375 "authors": [
5376 {
5377 "name": "Sebastian Bergmann",
5378 "email": "sb@sebastian-bergmann.de",
5379 "role": "lead"
5380 }
5381 ],
5382 "description": "Utility class for timing",
5383 "homepage": "https://github.com/sebastianbergmann/php-timer/",
5384 "keywords": [
5385 "timer"
5386 ],
5387 "time": "2015-06-21 08:01:12"
5388 },
5389 {
5390 "name": "phpunit/php-token-stream",
5391 "version": "1.4.8",
5392 "source": {
5393 "type": "git",
5394 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5395 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
5396 },
5397 "dist": {
5398 "type": "zip",
5399 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
5400 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
5401 "shasum": ""
5402 },
5403 "require": {
5404 "ext-tokenizer": "*",
5405 "php": ">=5.3.3"
5406 },
5407 "require-dev": {
5408 "phpunit/phpunit": "~4.2"
5409 },
5410 "type": "library",
5411 "extra": {
5412 "branch-alias": {
5413 "dev-master": "1.4-dev"
5414 }
5415 },
5416 "autoload": {
5417 "classmap": [
5418 "src/"
5419 ]
5420 },
5421 "notification-url": "https://packagist.org/downloads/",
5422 "license": [
5423 "BSD-3-Clause"
5424 ],
5425 "authors": [
5426 {
5427 "name": "Sebastian Bergmann",
5428 "email": "sebastian@phpunit.de"
5429 }
5430 ],
5431 "description": "Wrapper around PHP's tokenizer extension.",
5432 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5433 "keywords": [
5434 "tokenizer"
5435 ],
5436 "time": "2015-09-15 10:49:45"
5437 },
5438 {
5439 "name": "phpunit/phpunit",
5440 "version": "4.8.21",
5441 "source": {
5442 "type": "git",
5443 "url": "https://github.com/sebastianbergmann/phpunit.git",
5444 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
5445 },
5446 "dist": {
5447 "type": "zip",
5448 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
5449 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
5450 "shasum": ""
5451 },
5452 "require": {
5453 "ext-dom": "*",
5454 "ext-json": "*",
5455 "ext-pcre": "*",
5456 "ext-reflection": "*",
5457 "ext-spl": "*",
5458 "php": ">=5.3.3",
5459 "phpspec/prophecy": "^1.3.1",
5460 "phpunit/php-code-coverage": "~2.1",
5461 "phpunit/php-file-iterator": "~1.4",
5462 "phpunit/php-text-template": "~1.2",
5463 "phpunit/php-timer": ">=1.0.6",
5464 "phpunit/phpunit-mock-objects": "~2.3",
5465 "sebastian/comparator": "~1.1",
5466 "sebastian/diff": "~1.2",
5467 "sebastian/environment": "~1.3",
5468 "sebastian/exporter": "~1.2",
5469 "sebastian/global-state": "~1.0",
5470 "sebastian/version": "~1.0",
5471 "symfony/yaml": "~2.1|~3.0"
5472 },
5473 "suggest": {
5474 "phpunit/php-invoker": "~1.1"
5475 },
5476 "bin": [
5477 "phpunit"
5478 ],
5479 "type": "library",
5480 "extra": {
5481 "branch-alias": {
5482 "dev-master": "4.8.x-dev"
5483 }
5484 },
5485 "autoload": {
5486 "classmap": [
5487 "src/"
5488 ]
5489 },
5490 "notification-url": "https://packagist.org/downloads/",
5491 "license": [
5492 "BSD-3-Clause"
5493 ],
5494 "authors": [
5495 {
5496 "name": "Sebastian Bergmann",
5497 "email": "sebastian@phpunit.de",
5498 "role": "lead"
5499 }
5500 ],
5501 "description": "The PHP Unit Testing framework.",
5502 "homepage": "https://phpunit.de/",
5503 "keywords": [
5504 "phpunit",
5505 "testing",
5506 "xunit"
5507 ],
5508 "time": "2015-12-12 07:45:58"
5509 },
5510 {
5511 "name": "phpunit/phpunit-mock-objects",
5512 "version": "2.3.8",
5513 "source": {
5514 "type": "git",
5515 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
5516 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
5517 },
5518 "dist": {
5519 "type": "zip",
5520 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
5521 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
5522 "shasum": ""
5523 },
5524 "require": {
5525 "doctrine/instantiator": "^1.0.2",
5526 "php": ">=5.3.3",
5527 "phpunit/php-text-template": "~1.2",
5528 "sebastian/exporter": "~1.2"
5529 },
5530 "require-dev": {
5531 "phpunit/phpunit": "~4.4"
5532 },
5533 "suggest": {
5534 "ext-soap": "*"
5535 },
5536 "type": "library",
5537 "extra": {
5538 "branch-alias": {
5539 "dev-master": "2.3.x-dev"
5540 }
5541 },
5542 "autoload": {
5543 "classmap": [
5544 "src/"
5545 ]
5546 },
5547 "notification-url": "https://packagist.org/downloads/",
5548 "license": [
5549 "BSD-3-Clause"
5550 ],
5551 "authors": [
5552 {
5553 "name": "Sebastian Bergmann",
5554 "email": "sb@sebastian-bergmann.de",
5555 "role": "lead"
5556 }
5557 ],
5558 "description": "Mock Object library for PHPUnit",
5559 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5560 "keywords": [
5561 "mock",
5562 "xunit"
5563 ],
5564 "time": "2015-10-02 06:51:40"
5565 },
5566 {
5567 "name": "sebastian/comparator",
5568 "version": "1.2.0",
5569 "source": {
5570 "type": "git",
5571 "url": "https://github.com/sebastianbergmann/comparator.git",
5572 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
5573 },
5574 "dist": {
5575 "type": "zip",
5576 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
5577 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
5578 "shasum": ""
5579 },
5580 "require": {
5581 "php": ">=5.3.3",
5582 "sebastian/diff": "~1.2",
5583 "sebastian/exporter": "~1.2"
5584 },
5585 "require-dev": {
5586 "phpunit/phpunit": "~4.4"
5587 },
5588 "type": "library",
5589 "extra": {
5590 "branch-alias": {
5591 "dev-master": "1.2.x-dev"
5592 }
5593 },
5594 "autoload": {
5595 "classmap": [
5596 "src/"
5597 ]
5598 },
5599 "notification-url": "https://packagist.org/downloads/",
5600 "license": [
5601 "BSD-3-Clause"
5602 ],
5603 "authors": [
5604 {
5605 "name": "Jeff Welch",
5606 "email": "whatthejeff@gmail.com"
5607 },
5608 {
5609 "name": "Volker Dusch",
5610 "email": "github@wallbash.com"
5611 },
5612 {
5613 "name": "Bernhard Schussek",
5614 "email": "bschussek@2bepublished.at"
5615 },
5616 {
5617 "name": "Sebastian Bergmann",
5618 "email": "sebastian@phpunit.de"
5619 }
5620 ],
5621 "description": "Provides the functionality to compare PHP values for equality",
5622 "homepage": "http://www.github.com/sebastianbergmann/comparator",
5623 "keywords": [
5624 "comparator",
5625 "compare",
5626 "equality"
5627 ],
5628 "time": "2015-07-26 15:48:44"
5629 },
5630 {
5631 "name": "sebastian/diff",
5632 "version": "1.4.1",
5633 "source": {
5634 "type": "git",
5635 "url": "https://github.com/sebastianbergmann/diff.git",
5636 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
5637 },
5638 "dist": {
5639 "type": "zip",
5640 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
5641 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
5642 "shasum": ""
5643 },
5644 "require": {
5645 "php": ">=5.3.3"
5646 },
5647 "require-dev": {
5648 "phpunit/phpunit": "~4.8"
5649 },
5650 "type": "library",
5651 "extra": {
5652 "branch-alias": {
5653 "dev-master": "1.4-dev"
5654 }
5655 },
5656 "autoload": {
5657 "classmap": [
5658 "src/"
5659 ]
5660 },
5661 "notification-url": "https://packagist.org/downloads/",
5662 "license": [
5663 "BSD-3-Clause"
5664 ],
5665 "authors": [
5666 {
5667 "name": "Kore Nordmann",
5668 "email": "mail@kore-nordmann.de"
5669 },
5670 {
5671 "name": "Sebastian Bergmann",
5672 "email": "sebastian@phpunit.de"
5673 }
5674 ],
5675 "description": "Diff implementation",
5676 "homepage": "https://github.com/sebastianbergmann/diff",
5677 "keywords": [
5678 "diff"
5679 ],
5680 "time": "2015-12-08 07:14:41"
5681 },
5682 {
5683 "name": "sebastian/environment",
5684 "version": "1.3.3",
5685 "source": {
5686 "type": "git",
5687 "url": "https://github.com/sebastianbergmann/environment.git",
5688 "reference": "6e7133793a8e5a5714a551a8324337374be209df"
5689 },
5690 "dist": {
5691 "type": "zip",
5692 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
5693 "reference": "6e7133793a8e5a5714a551a8324337374be209df",
5694 "shasum": ""
5695 },
5696 "require": {
5697 "php": ">=5.3.3"
5698 },
5699 "require-dev": {
5700 "phpunit/phpunit": "~4.4"
5701 },
5702 "type": "library",
5703 "extra": {
5704 "branch-alias": {
5705 "dev-master": "1.3.x-dev"
5706 }
5707 },
5708 "autoload": {
5709 "classmap": [
5710 "src/"
5711 ]
5712 },
5713 "notification-url": "https://packagist.org/downloads/",
5714 "license": [
5715 "BSD-3-Clause"
5716 ],
5717 "authors": [
5718 {
5719 "name": "Sebastian Bergmann",
5720 "email": "sebastian@phpunit.de"
5721 }
5722 ],
5723 "description": "Provides functionality to handle HHVM/PHP environments",
5724 "homepage": "http://www.github.com/sebastianbergmann/environment",
5725 "keywords": [
5726 "Xdebug",
5727 "environment",
5728 "hhvm"
5729 ],
5730 "time": "2015-12-02 08:37:27"
5731 },
5732 {
5733 "name": "sebastian/exporter",
5734 "version": "1.2.1",
5735 "source": {
5736 "type": "git",
5737 "url": "https://github.com/sebastianbergmann/exporter.git",
5738 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
5739 },
5740 "dist": {
5741 "type": "zip",
5742 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
5743 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
5744 "shasum": ""
5745 },
5746 "require": {
5747 "php": ">=5.3.3",
5748 "sebastian/recursion-context": "~1.0"
5749 },
5750 "require-dev": {
5751 "phpunit/phpunit": "~4.4"
5752 },
5753 "type": "library",
5754 "extra": {
5755 "branch-alias": {
5756 "dev-master": "1.2.x-dev"
5757 }
5758 },
5759 "autoload": {
5760 "classmap": [
5761 "src/"
5762 ]
5763 },
5764 "notification-url": "https://packagist.org/downloads/",
5765 "license": [
5766 "BSD-3-Clause"
5767 ],
5768 "authors": [
5769 {
5770 "name": "Jeff Welch",
5771 "email": "whatthejeff@gmail.com"
5772 },
5773 {
5774 "name": "Volker Dusch",
5775 "email": "github@wallbash.com"
5776 },
5777 {
5778 "name": "Bernhard Schussek",
5779 "email": "bschussek@2bepublished.at"
5780 },
5781 {
5782 "name": "Sebastian Bergmann",
5783 "email": "sebastian@phpunit.de"
5784 },
5785 {
5786 "name": "Adam Harvey",
5787 "email": "aharvey@php.net"
5788 }
5789 ],
5790 "description": "Provides the functionality to export PHP variables for visualization",
5791 "homepage": "http://www.github.com/sebastianbergmann/exporter",
5792 "keywords": [
5793 "export",
5794 "exporter"
5795 ],
5796 "time": "2015-06-21 07:55:53"
5797 },
5798 {
5799 "name": "sebastian/global-state",
5800 "version": "1.1.1",
5801 "source": {
5802 "type": "git",
5803 "url": "https://github.com/sebastianbergmann/global-state.git",
5804 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
5805 },
5806 "dist": {
5807 "type": "zip",
5808 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
5809 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
5810 "shasum": ""
5811 },
5812 "require": {
5813 "php": ">=5.3.3"
5814 },
5815 "require-dev": {
5816 "phpunit/phpunit": "~4.2"
5817 },
5818 "suggest": {
5819 "ext-uopz": "*"
5820 },
5821 "type": "library",
5822 "extra": {
5823 "branch-alias": {
5824 "dev-master": "1.0-dev"
5825 }
5826 },
5827 "autoload": {
5828 "classmap": [
5829 "src/"
5830 ]
5831 },
5832 "notification-url": "https://packagist.org/downloads/",
5833 "license": [
5834 "BSD-3-Clause"
5835 ],
5836 "authors": [
5837 {
5838 "name": "Sebastian Bergmann",
5839 "email": "sebastian@phpunit.de"
5840 }
5841 ],
5842 "description": "Snapshotting of global state",
5843 "homepage": "http://www.github.com/sebastianbergmann/global-state",
5844 "keywords": [
5845 "global state"
5846 ],
5847 "time": "2015-10-12 03:26:01"
5848 },
5849 {
5850 "name": "sebastian/recursion-context",
5851 "version": "1.0.2",
5852 "source": {
5853 "type": "git",
5854 "url": "https://github.com/sebastianbergmann/recursion-context.git",
5855 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
5856 },
5857 "dist": {
5858 "type": "zip",
5859 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
5860 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
5861 "shasum": ""
5862 },
5863 "require": {
5864 "php": ">=5.3.3"
5865 },
5866 "require-dev": {
5867 "phpunit/phpunit": "~4.4"
5868 },
5869 "type": "library",
5870 "extra": {
5871 "branch-alias": {
5872 "dev-master": "1.0.x-dev"
5873 }
5874 },
5875 "autoload": {
5876 "classmap": [
5877 "src/"
5878 ]
5879 },
5880 "notification-url": "https://packagist.org/downloads/",
5881 "license": [
5882 "BSD-3-Clause"
5883 ],
5884 "authors": [
5885 {
5886 "name": "Jeff Welch",
5887 "email": "whatthejeff@gmail.com"
5888 },
5889 {
5890 "name": "Sebastian Bergmann",
5891 "email": "sebastian@phpunit.de"
5892 },
5893 {
5894 "name": "Adam Harvey",
5895 "email": "aharvey@php.net"
5896 }
5897 ],
5898 "description": "Provides functionality to recursively process PHP variables",
5899 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5900 "time": "2015-11-11 19:50:13"
5901 },
5902 {
5903 "name": "sebastian/version",
5904 "version": "1.0.6",
5905 "source": {
5906 "type": "git",
5907 "url": "https://github.com/sebastianbergmann/version.git",
5908 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
5909 },
5910 "dist": {
5911 "type": "zip",
5912 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
5913 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
5914 "shasum": ""
5915 },
5916 "type": "library",
5917 "autoload": {
5918 "classmap": [
5919 "src/"
5920 ]
5921 },
5922 "notification-url": "https://packagist.org/downloads/",
5923 "license": [
5924 "BSD-3-Clause"
5925 ],
5926 "authors": [
5927 {
5928 "name": "Sebastian Bergmann",
5929 "email": "sebastian@phpunit.de",
5930 "role": "lead"
5931 }
5932 ],
5933 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5934 "homepage": "https://github.com/sebastianbergmann/version",
5935 "time": "2015-06-21 13:59:46"
5936 },
5937 {
5938 "name": "sensio/generator-bundle",
5939 "version": "v2.5.3",
5940 "target-dir": "Sensio/Bundle/GeneratorBundle",
5941 "source": {
5942 "type": "git",
5943 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
5944 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
5945 },
5946 "dist": {
5947 "type": "zip",
5948 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
5949 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
5950 "shasum": ""
5951 },
5952 "require": {
5953 "symfony/console": "~2.5",
5954 "symfony/framework-bundle": "~2.2"
5955 },
5956 "require-dev": {
5957 "doctrine/orm": "~2.2,>=2.2.3",
5958 "symfony/doctrine-bridge": "~2.2",
5959 "twig/twig": "~1.11"
5960 },
5961 "type": "symfony-bundle",
5962 "extra": {
5963 "branch-alias": {
5964 "dev-master": "2.5.x-dev"
5965 }
5966 },
5967 "autoload": {
5968 "psr-0": {
5969 "Sensio\\Bundle\\GeneratorBundle": ""
5970 }
5971 },
5972 "notification-url": "https://packagist.org/downloads/",
5973 "license": [
5974 "MIT"
5975 ],
5976 "authors": [
5977 {
5978 "name": "Fabien Potencier",
5979 "email": "fabien@symfony.com"
5980 }
5981 ],
5982 "description": "This bundle generates code for you",
5983 "time": "2015-03-17 06:36:52"
5984 },
5985 {
5986 "name": "symfony/phpunit-bridge",
5987 "version": "v2.7.8",
5988 "source": {
5989 "type": "git",
5990 "url": "https://github.com/symfony/phpunit-bridge.git",
5991 "reference": "e960e64acbed50e49818eb78840486c8d7fe1bed"
5992 },
5993 "dist": {
5994 "type": "zip",
5995 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e960e64acbed50e49818eb78840486c8d7fe1bed",
5996 "reference": "e960e64acbed50e49818eb78840486c8d7fe1bed",
5997 "shasum": ""
5998 },
5999 "require": {
6000 "php": ">=5.3.9"
6001 },
6002 "suggest": {
6003 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6004 },
6005 "type": "symfony-bridge",
6006 "extra": {
6007 "branch-alias": {
6008 "dev-master": "2.7-dev"
6009 }
6010 },
6011 "autoload": {
6012 "files": [
6013 "bootstrap.php"
6014 ],
6015 "psr-4": {
6016 "Symfony\\Bridge\\PhpUnit\\": ""
6017 },
6018 "exclude-from-classmap": [
6019 "/Tests/"
6020 ]
6021 },
6022 "notification-url": "https://packagist.org/downloads/",
6023 "license": [
6024 "MIT"
6025 ],
6026 "authors": [
6027 {
6028 "name": "Nicolas Grekas",
6029 "email": "p@tchwork.com"
6030 },
6031 {
6032 "name": "Symfony Community",
6033 "homepage": "https://symfony.com/contributors"
6034 }
6035 ],
6036 "description": "Symfony PHPUnit Bridge",
6037 "homepage": "https://symfony.com",
6038 "time": "2015-11-06 10:15:01"
6039 }
6040 ],
6041 "aliases": [],
6042 "minimum-stability": "dev",
6043 "stability-flags": {
6044 "friendsofsymfony/user-bundle": 20,
6045 "friendsofsymfony/oauth-server-bundle": 20,
6046 "stof/doctrine-extensions-bundle": 20
6047 },
6048 "prefer-stable": true,
6049 "prefer-lowest": false,
6050 "platform": {
6051 "php": ">=5.5.0"
6052 },
6053 "platform-dev": []
6054 }