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