aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--composer.lock7847
-rwxr-xr-xinstall.sh4
2 files changed, 7849 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 00000000..08eaf4be
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,7847 @@
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": "314f1a5917ce2b23cd70c26a3d9ca574",
8 "content-hash": "2dd96d10d695a834202552ae84aabdd1",
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": "craue/config-bundle",
52 "version": "1.4.1",
53 "source": {
54 "type": "git",
55 "url": "https://github.com/craue/CraueConfigBundle.git",
56 "reference": "cc95e0f815431369b3798ea3888a56e56a89b7e9"
57 },
58 "dist": {
59 "type": "zip",
60 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/cc95e0f815431369b3798ea3888a56e56a89b7e9",
61 "reference": "cc95e0f815431369b3798ea3888a56e56a89b7e9",
62 "shasum": ""
63 },
64 "require": {
65 "php": "^5.3.2|~7.0",
66 "symfony/framework-bundle": "~2.3|~3.0"
67 },
68 "require-dev": {
69 "doctrine/doctrine-bundle": "~1.0",
70 "doctrine/orm": "~2.3",
71 "phpunit/phpunit": "~4.1|~5.0",
72 "symfony/assetic-bundle": "~2.3",
73 "symfony/phpunit-bridge": "^2.8.1|^3.0.1",
74 "symfony/symfony": "~2.3|~3.0"
75 },
76 "type": "symfony-bundle",
77 "extra": {
78 "branch-alias": {
79 "dev-master": "1.4.x-dev"
80 }
81 },
82 "autoload": {
83 "psr-4": {
84 "Craue\\ConfigBundle\\": ""
85 }
86 },
87 "notification-url": "https://packagist.org/downloads/",
88 "license": [
89 "MIT"
90 ],
91 "authors": [
92 {
93 "name": "Christian Raue",
94 "email": "christian.raue@gmail.com"
95 },
96 {
97 "name": "Symfony Community",
98 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
99 }
100 ],
101 "description": "Database-stored settings made available via a service for your Symfony project.",
102 "homepage": "https://github.com/craue/CraueConfigBundle",
103 "keywords": [
104 "Symfony2",
105 "config",
106 "symfony3"
107 ],
108 "time": "2015-12-29 22:34:31"
109 },
110 {
111 "name": "doctrine/annotations",
112 "version": "v1.2.7",
113 "source": {
114 "type": "git",
115 "url": "https://github.com/doctrine/annotations.git",
116 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
117 },
118 "dist": {
119 "type": "zip",
120 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
121 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
122 "shasum": ""
123 },
124 "require": {
125 "doctrine/lexer": "1.*",
126 "php": ">=5.3.2"
127 },
128 "require-dev": {
129 "doctrine/cache": "1.*",
130 "phpunit/phpunit": "4.*"
131 },
132 "type": "library",
133 "extra": {
134 "branch-alias": {
135 "dev-master": "1.3.x-dev"
136 }
137 },
138 "autoload": {
139 "psr-0": {
140 "Doctrine\\Common\\Annotations\\": "lib/"
141 }
142 },
143 "notification-url": "https://packagist.org/downloads/",
144 "license": [
145 "MIT"
146 ],
147 "authors": [
148 {
149 "name": "Roman Borschel",
150 "email": "roman@code-factory.org"
151 },
152 {
153 "name": "Benjamin Eberlei",
154 "email": "kontakt@beberlei.de"
155 },
156 {
157 "name": "Guilherme Blanco",
158 "email": "guilhermeblanco@gmail.com"
159 },
160 {
161 "name": "Jonathan Wage",
162 "email": "jonwage@gmail.com"
163 },
164 {
165 "name": "Johannes Schmitt",
166 "email": "schmittjoh@gmail.com"
167 }
168 ],
169 "description": "Docblock Annotations Parser",
170 "homepage": "http://www.doctrine-project.org",
171 "keywords": [
172 "annotations",
173 "docblock",
174 "parser"
175 ],
176 "time": "2015-08-31 12:32:49"
177 },
178 {
179 "name": "doctrine/cache",
180 "version": "v1.6.0",
181 "source": {
182 "type": "git",
183 "url": "https://github.com/doctrine/cache.git",
184 "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
185 },
186 "dist": {
187 "type": "zip",
188 "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
189 "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
190 "shasum": ""
191 },
192 "require": {
193 "php": "~5.5|~7.0"
194 },
195 "conflict": {
196 "doctrine/common": ">2.2,<2.4"
197 },
198 "require-dev": {
199 "phpunit/phpunit": "~4.8|~5.0",
200 "predis/predis": "~1.0",
201 "satooshi/php-coveralls": "~0.6"
202 },
203 "type": "library",
204 "extra": {
205 "branch-alias": {
206 "dev-master": "1.6.x-dev"
207 }
208 },
209 "autoload": {
210 "psr-4": {
211 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
212 }
213 },
214 "notification-url": "https://packagist.org/downloads/",
215 "license": [
216 "MIT"
217 ],
218 "authors": [
219 {
220 "name": "Roman Borschel",
221 "email": "roman@code-factory.org"
222 },
223 {
224 "name": "Benjamin Eberlei",
225 "email": "kontakt@beberlei.de"
226 },
227 {
228 "name": "Guilherme Blanco",
229 "email": "guilhermeblanco@gmail.com"
230 },
231 {
232 "name": "Jonathan Wage",
233 "email": "jonwage@gmail.com"
234 },
235 {
236 "name": "Johannes Schmitt",
237 "email": "schmittjoh@gmail.com"
238 }
239 ],
240 "description": "Caching library offering an object-oriented API for many cache backends",
241 "homepage": "http://www.doctrine-project.org",
242 "keywords": [
243 "cache",
244 "caching"
245 ],
246 "time": "2015-12-31 16:37:02"
247 },
248 {
249 "name": "doctrine/collections",
250 "version": "v1.3.0",
251 "source": {
252 "type": "git",
253 "url": "https://github.com/doctrine/collections.git",
254 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
255 },
256 "dist": {
257 "type": "zip",
258 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
259 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
260 "shasum": ""
261 },
262 "require": {
263 "php": ">=5.3.2"
264 },
265 "require-dev": {
266 "phpunit/phpunit": "~4.0"
267 },
268 "type": "library",
269 "extra": {
270 "branch-alias": {
271 "dev-master": "1.2.x-dev"
272 }
273 },
274 "autoload": {
275 "psr-0": {
276 "Doctrine\\Common\\Collections\\": "lib/"
277 }
278 },
279 "notification-url": "https://packagist.org/downloads/",
280 "license": [
281 "MIT"
282 ],
283 "authors": [
284 {
285 "name": "Roman Borschel",
286 "email": "roman@code-factory.org"
287 },
288 {
289 "name": "Benjamin Eberlei",
290 "email": "kontakt@beberlei.de"
291 },
292 {
293 "name": "Guilherme Blanco",
294 "email": "guilhermeblanco@gmail.com"
295 },
296 {
297 "name": "Jonathan Wage",
298 "email": "jonwage@gmail.com"
299 },
300 {
301 "name": "Johannes Schmitt",
302 "email": "schmittjoh@gmail.com"
303 }
304 ],
305 "description": "Collections Abstraction library",
306 "homepage": "http://www.doctrine-project.org",
307 "keywords": [
308 "array",
309 "collections",
310 "iterator"
311 ],
312 "time": "2015-04-14 22:21:58"
313 },
314 {
315 "name": "doctrine/common",
316 "version": "v2.6.1",
317 "source": {
318 "type": "git",
319 "url": "https://github.com/doctrine/common.git",
320 "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
321 },
322 "dist": {
323 "type": "zip",
324 "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
325 "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
326 "shasum": ""
327 },
328 "require": {
329 "doctrine/annotations": "1.*",
330 "doctrine/cache": "1.*",
331 "doctrine/collections": "1.*",
332 "doctrine/inflector": "1.*",
333 "doctrine/lexer": "1.*",
334 "php": "~5.5|~7.0"
335 },
336 "require-dev": {
337 "phpunit/phpunit": "~4.8|~5.0"
338 },
339 "type": "library",
340 "extra": {
341 "branch-alias": {
342 "dev-master": "2.7.x-dev"
343 }
344 },
345 "autoload": {
346 "psr-4": {
347 "Doctrine\\Common\\": "lib/Doctrine/Common"
348 }
349 },
350 "notification-url": "https://packagist.org/downloads/",
351 "license": [
352 "MIT"
353 ],
354 "authors": [
355 {
356 "name": "Roman Borschel",
357 "email": "roman@code-factory.org"
358 },
359 {
360 "name": "Benjamin Eberlei",
361 "email": "kontakt@beberlei.de"
362 },
363 {
364 "name": "Guilherme Blanco",
365 "email": "guilhermeblanco@gmail.com"
366 },
367 {
368 "name": "Jonathan Wage",
369 "email": "jonwage@gmail.com"
370 },
371 {
372 "name": "Johannes Schmitt",
373 "email": "schmittjoh@gmail.com"
374 }
375 ],
376 "description": "Common Library for Doctrine projects",
377 "homepage": "http://www.doctrine-project.org",
378 "keywords": [
379 "annotations",
380 "collections",
381 "eventmanager",
382 "persistence",
383 "spl"
384 ],
385 "time": "2015-12-25 13:18:31"
386 },
387 {
388 "name": "doctrine/dbal",
389 "version": "v2.5.5",
390 "source": {
391 "type": "git",
392 "url": "https://github.com/doctrine/dbal.git",
393 "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
394 },
395 "dist": {
396 "type": "zip",
397 "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
398 "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
399 "shasum": ""
400 },
401 "require": {
402 "doctrine/common": ">=2.4,<2.7-dev",
403 "php": ">=5.3.2"
404 },
405 "require-dev": {
406 "phpunit/phpunit": "4.*",
407 "symfony/console": "2.*||^3.0"
408 },
409 "suggest": {
410 "symfony/console": "For helpful console commands such as SQL execution and import of files."
411 },
412 "bin": [
413 "bin/doctrine-dbal"
414 ],
415 "type": "library",
416 "extra": {
417 "branch-alias": {
418 "dev-master": "2.5.x-dev"
419 }
420 },
421 "autoload": {
422 "psr-0": {
423 "Doctrine\\DBAL\\": "lib/"
424 }
425 },
426 "notification-url": "https://packagist.org/downloads/",
427 "license": [
428 "MIT"
429 ],
430 "authors": [
431 {
432 "name": "Roman Borschel",
433 "email": "roman@code-factory.org"
434 },
435 {
436 "name": "Benjamin Eberlei",
437 "email": "kontakt@beberlei.de"
438 },
439 {
440 "name": "Guilherme Blanco",
441 "email": "guilhermeblanco@gmail.com"
442 },
443 {
444 "name": "Jonathan Wage",
445 "email": "jonwage@gmail.com"
446 }
447 ],
448 "description": "Database Abstraction Layer",
449 "homepage": "http://www.doctrine-project.org",
450 "keywords": [
451 "database",
452 "dbal",
453 "persistence",
454 "queryobject"
455 ],
456 "time": "2016-09-09 19:13:33"
457 },
458 {
459 "name": "doctrine/doctrine-bundle",
460 "version": "1.6.4",
461 "source": {
462 "type": "git",
463 "url": "https://github.com/doctrine/DoctrineBundle.git",
464 "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7"
465 },
466 "dist": {
467 "type": "zip",
468 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7",
469 "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7",
470 "shasum": ""
471 },
472 "require": {
473 "doctrine/dbal": "~2.3",
474 "doctrine/doctrine-cache-bundle": "~1.0",
475 "jdorn/sql-formatter": "~1.1",
476 "php": ">=5.3.2",
477 "symfony/console": "~2.3|~3.0",
478 "symfony/dependency-injection": "~2.3|~3.0",
479 "symfony/doctrine-bridge": "~2.2|~3.0",
480 "symfony/framework-bundle": "~2.3|~3.0"
481 },
482 "require-dev": {
483 "doctrine/orm": "~2.3",
484 "phpunit/phpunit": "~4",
485 "satooshi/php-coveralls": "~0.6.1",
486 "symfony/phpunit-bridge": "~2.7|~3.0",
487 "symfony/property-info": "~2.8|~3.0",
488 "symfony/validator": "~2.2|~3.0",
489 "symfony/yaml": "~2.2|~3.0",
490 "twig/twig": "~1.10"
491 },
492 "suggest": {
493 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
494 "symfony/web-profiler-bundle": "To use the data collector."
495 },
496 "type": "symfony-bundle",
497 "extra": {
498 "branch-alias": {
499 "dev-master": "1.6.x-dev"
500 }
501 },
502 "autoload": {
503 "psr-4": {
504 "Doctrine\\Bundle\\DoctrineBundle\\": ""
505 }
506 },
507 "notification-url": "https://packagist.org/downloads/",
508 "license": [
509 "MIT"
510 ],
511 "authors": [
512 {
513 "name": "Symfony Community",
514 "homepage": "http://symfony.com/contributors"
515 },
516 {
517 "name": "Benjamin Eberlei",
518 "email": "kontakt@beberlei.de"
519 },
520 {
521 "name": "Doctrine Project",
522 "homepage": "http://www.doctrine-project.org/"
523 },
524 {
525 "name": "Fabien Potencier",
526 "email": "fabien@symfony.com"
527 }
528 ],
529 "description": "Symfony DoctrineBundle",
530 "homepage": "http://www.doctrine-project.org",
531 "keywords": [
532 "database",
533 "dbal",
534 "orm",
535 "persistence"
536 ],
537 "time": "2016-08-10 15:35:22"
538 },
539 {
540 "name": "doctrine/doctrine-cache-bundle",
541 "version": "1.3.0",
542 "source": {
543 "type": "git",
544 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
545 "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
546 },
547 "dist": {
548 "type": "zip",
549 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
550 "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
551 "shasum": ""
552 },
553 "require": {
554 "doctrine/cache": "^1.4.2",
555 "doctrine/inflector": "~1.0",
556 "php": ">=5.3.2",
557 "symfony/doctrine-bridge": "~2.2|~3.0"
558 },
559 "require-dev": {
560 "instaclick/coding-standard": "~1.1",
561 "instaclick/object-calisthenics-sniffs": "dev-master",
562 "instaclick/symfony2-coding-standard": "dev-remaster",
563 "phpunit/phpunit": "~4",
564 "predis/predis": "~0.8",
565 "satooshi/php-coveralls": "~0.6.1",
566 "squizlabs/php_codesniffer": "~1.5",
567 "symfony/console": "~2.2|~3.0",
568 "symfony/finder": "~2.2|~3.0",
569 "symfony/framework-bundle": "~2.2|~3.0",
570 "symfony/phpunit-bridge": "~2.7|~3.0",
571 "symfony/security-acl": "~2.3|~3.0",
572 "symfony/validator": "~2.2|~3.0",
573 "symfony/yaml": "~2.2|~3.0"
574 },
575 "suggest": {
576 "symfony/security-acl": "For using this bundle to cache ACLs"
577 },
578 "type": "symfony-bundle",
579 "extra": {
580 "branch-alias": {
581 "dev-master": "1.2.x-dev"
582 }
583 },
584 "autoload": {
585 "psr-4": {
586 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
587 }
588 },
589 "notification-url": "https://packagist.org/downloads/",
590 "license": [
591 "MIT"
592 ],
593 "authors": [
594 {
595 "name": "Symfony Community",
596 "homepage": "http://symfony.com/contributors"
597 },
598 {
599 "name": "Benjamin Eberlei",
600 "email": "kontakt@beberlei.de"
601 },
602 {
603 "name": "Fabio B. Silva",
604 "email": "fabio.bat.silva@gmail.com"
605 },
606 {
607 "name": "Guilherme Blanco",
608 "email": "guilhermeblanco@hotmail.com"
609 },
610 {
611 "name": "Doctrine Project",
612 "homepage": "http://www.doctrine-project.org/"
613 },
614 {
615 "name": "Fabien Potencier",
616 "email": "fabien@symfony.com"
617 }
618 ],
619 "description": "Symfony Bundle for Doctrine Cache",
620 "homepage": "http://www.doctrine-project.org",
621 "keywords": [
622 "cache",
623 "caching"
624 ],
625 "time": "2016-01-26 17:28:51"
626 },
627 {
628 "name": "doctrine/doctrine-migrations-bundle",
629 "version": "v1.2.0",
630 "source": {
631 "type": "git",
632 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
633 "reference": "0b89ee55bceb53c60bc4ba32924ac5053e377abb"
634 },
635 "dist": {
636 "type": "zip",
637 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/0b89ee55bceb53c60bc4ba32924ac5053e377abb",
638 "reference": "0b89ee55bceb53c60bc4ba32924ac5053e377abb",
639 "shasum": ""
640 },
641 "require": {
642 "doctrine/doctrine-bundle": "~1.0",
643 "doctrine/migrations": "^1.1",
644 "php": ">=5.4.0",
645 "symfony/framework-bundle": "~2.3|~3.0"
646 },
647 "require-dev": {
648 "phpunit/phpunit": "~4.8"
649 },
650 "type": "symfony-bundle",
651 "extra": {
652 "branch-alias": {
653 "dev-master": "1.1-dev"
654 }
655 },
656 "autoload": {
657 "psr-4": {
658 "Doctrine\\Bundle\\MigrationsBundle\\": ""
659 }
660 },
661 "notification-url": "https://packagist.org/downloads/",
662 "license": [
663 "MIT"
664 ],
665 "authors": [
666 {
667 "name": "Symfony Community",
668 "homepage": "http://symfony.com/contributors"
669 },
670 {
671 "name": "Doctrine Project",
672 "homepage": "http://www.doctrine-project.org"
673 },
674 {
675 "name": "Fabien Potencier",
676 "email": "fabien@symfony.com"
677 }
678 ],
679 "description": "Symfony DoctrineMigrationsBundle",
680 "homepage": "http://www.doctrine-project.org",
681 "keywords": [
682 "dbal",
683 "migrations",
684 "schema"
685 ],
686 "time": "2016-06-30 19:26:35"
687 },
688 {
689 "name": "doctrine/inflector",
690 "version": "v1.1.0",
691 "source": {
692 "type": "git",
693 "url": "https://github.com/doctrine/inflector.git",
694 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
695 },
696 "dist": {
697 "type": "zip",
698 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
699 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
700 "shasum": ""
701 },
702 "require": {
703 "php": ">=5.3.2"
704 },
705 "require-dev": {
706 "phpunit/phpunit": "4.*"
707 },
708 "type": "library",
709 "extra": {
710 "branch-alias": {
711 "dev-master": "1.1.x-dev"
712 }
713 },
714 "autoload": {
715 "psr-0": {
716 "Doctrine\\Common\\Inflector\\": "lib/"
717 }
718 },
719 "notification-url": "https://packagist.org/downloads/",
720 "license": [
721 "MIT"
722 ],
723 "authors": [
724 {
725 "name": "Roman Borschel",
726 "email": "roman@code-factory.org"
727 },
728 {
729 "name": "Benjamin Eberlei",
730 "email": "kontakt@beberlei.de"
731 },
732 {
733 "name": "Guilherme Blanco",
734 "email": "guilhermeblanco@gmail.com"
735 },
736 {
737 "name": "Jonathan Wage",
738 "email": "jonwage@gmail.com"
739 },
740 {
741 "name": "Johannes Schmitt",
742 "email": "schmittjoh@gmail.com"
743 }
744 ],
745 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
746 "homepage": "http://www.doctrine-project.org",
747 "keywords": [
748 "inflection",
749 "pluralize",
750 "singularize",
751 "string"
752 ],
753 "time": "2015-11-06 14:35:42"
754 },
755 {
756 "name": "doctrine/instantiator",
757 "version": "1.0.5",
758 "source": {
759 "type": "git",
760 "url": "https://github.com/doctrine/instantiator.git",
761 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
762 },
763 "dist": {
764 "type": "zip",
765 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
766 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
767 "shasum": ""
768 },
769 "require": {
770 "php": ">=5.3,<8.0-DEV"
771 },
772 "require-dev": {
773 "athletic/athletic": "~0.1.8",
774 "ext-pdo": "*",
775 "ext-phar": "*",
776 "phpunit/phpunit": "~4.0",
777 "squizlabs/php_codesniffer": "~2.0"
778 },
779 "type": "library",
780 "extra": {
781 "branch-alias": {
782 "dev-master": "1.0.x-dev"
783 }
784 },
785 "autoload": {
786 "psr-4": {
787 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
788 }
789 },
790 "notification-url": "https://packagist.org/downloads/",
791 "license": [
792 "MIT"
793 ],
794 "authors": [
795 {
796 "name": "Marco Pivetta",
797 "email": "ocramius@gmail.com",
798 "homepage": "http://ocramius.github.com/"
799 }
800 ],
801 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
802 "homepage": "https://github.com/doctrine/instantiator",
803 "keywords": [
804 "constructor",
805 "instantiate"
806 ],
807 "time": "2015-06-14 21:17:01"
808 },
809 {
810 "name": "doctrine/lexer",
811 "version": "v1.0.1",
812 "source": {
813 "type": "git",
814 "url": "https://github.com/doctrine/lexer.git",
815 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
816 },
817 "dist": {
818 "type": "zip",
819 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
820 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
821 "shasum": ""
822 },
823 "require": {
824 "php": ">=5.3.2"
825 },
826 "type": "library",
827 "extra": {
828 "branch-alias": {
829 "dev-master": "1.0.x-dev"
830 }
831 },
832 "autoload": {
833 "psr-0": {
834 "Doctrine\\Common\\Lexer\\": "lib/"
835 }
836 },
837 "notification-url": "https://packagist.org/downloads/",
838 "license": [
839 "MIT"
840 ],
841 "authors": [
842 {
843 "name": "Roman Borschel",
844 "email": "roman@code-factory.org"
845 },
846 {
847 "name": "Guilherme Blanco",
848 "email": "guilhermeblanco@gmail.com"
849 },
850 {
851 "name": "Johannes Schmitt",
852 "email": "schmittjoh@gmail.com"
853 }
854 ],
855 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
856 "homepage": "http://www.doctrine-project.org",
857 "keywords": [
858 "lexer",
859 "parser"
860 ],
861 "time": "2014-09-09 13:34:57"
862 },
863 {
864 "name": "doctrine/migrations",
865 "version": "1.4.1",
866 "source": {
867 "type": "git",
868 "url": "https://github.com/doctrine/migrations.git",
869 "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05"
870 },
871 "dist": {
872 "type": "zip",
873 "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05",
874 "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05",
875 "shasum": ""
876 },
877 "require": {
878 "doctrine/dbal": "~2.2",
879 "ocramius/proxy-manager": "^1.0|^2.0",
880 "php": "^5.5|^7.0",
881 "symfony/console": "~2.3|~3.0",
882 "symfony/yaml": "~2.3|~3.0"
883 },
884 "require-dev": {
885 "doctrine/coding-standard": "dev-master",
886 "doctrine/orm": "2.*",
887 "jdorn/sql-formatter": "~1.1",
888 "johnkary/phpunit-speedtrap": "~1.0@dev",
889 "mockery/mockery": "^0.9.4",
890 "phpunit/phpunit": "~4.7",
891 "satooshi/php-coveralls": "0.6.*"
892 },
893 "suggest": {
894 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
895 },
896 "bin": [
897 "bin/doctrine-migrations"
898 ],
899 "type": "library",
900 "extra": {
901 "branch-alias": {
902 "dev-master": "v1.5.x-dev"
903 }
904 },
905 "autoload": {
906 "psr-4": {
907 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
908 }
909 },
910 "notification-url": "https://packagist.org/downloads/",
911 "license": [
912 "LGPL-2.1"
913 ],
914 "authors": [
915 {
916 "name": "Benjamin Eberlei",
917 "email": "kontakt@beberlei.de"
918 },
919 {
920 "name": "Jonathan Wage",
921 "email": "jonwage@gmail.com"
922 },
923 {
924 "name": "Michael Simonson",
925 "email": "contact@mikesimonson.com"
926 }
927 ],
928 "description": "Database Schema migrations using Doctrine DBAL",
929 "homepage": "http://www.doctrine-project.org",
930 "keywords": [
931 "database",
932 "migrations"
933 ],
934 "time": "2016-03-14 12:29:11"
935 },
936 {
937 "name": "doctrine/orm",
938 "version": "v2.5.5",
939 "source": {
940 "type": "git",
941 "url": "https://github.com/doctrine/doctrine2.git",
942 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45"
943 },
944 "dist": {
945 "type": "zip",
946 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
947 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
948 "shasum": ""
949 },
950 "require": {
951 "doctrine/cache": "~1.4",
952 "doctrine/collections": "~1.2",
953 "doctrine/common": ">=2.5-dev,<2.7-dev",
954 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
955 "doctrine/instantiator": "~1.0.1",
956 "ext-pdo": "*",
957 "php": ">=5.4",
958 "symfony/console": "~2.5|~3.0"
959 },
960 "require-dev": {
961 "phpunit/phpunit": "~4.0",
962 "symfony/yaml": "~2.3|~3.0"
963 },
964 "suggest": {
965 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
966 },
967 "bin": [
968 "bin/doctrine",
969 "bin/doctrine.php"
970 ],
971 "type": "library",
972 "extra": {
973 "branch-alias": {
974 "dev-master": "2.6.x-dev"
975 }
976 },
977 "autoload": {
978 "psr-0": {
979 "Doctrine\\ORM\\": "lib/"
980 }
981 },
982 "notification-url": "https://packagist.org/downloads/",
983 "license": [
984 "MIT"
985 ],
986 "authors": [
987 {
988 "name": "Roman Borschel",
989 "email": "roman@code-factory.org"
990 },
991 {
992 "name": "Benjamin Eberlei",
993 "email": "kontakt@beberlei.de"
994 },
995 {
996 "name": "Guilherme Blanco",
997 "email": "guilhermeblanco@gmail.com"
998 },
999 {
1000 "name": "Jonathan Wage",
1001 "email": "jonwage@gmail.com"
1002 }
1003 ],
1004 "description": "Object-Relational-Mapper for PHP",
1005 "homepage": "http://www.doctrine-project.org",
1006 "keywords": [
1007 "database",
1008 "orm"
1009 ],
1010 "time": "2016-09-10 18:51:13"
1011 },
1012 {
1013 "name": "friendsofsymfony/oauth-server-bundle",
1014 "version": "1.5.2",
1015 "source": {
1016 "type": "git",
1017 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1018 "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1019 },
1020 "dist": {
1021 "type": "zip",
1022 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1023 "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1024 "shasum": ""
1025 },
1026 "require": {
1027 "friendsofsymfony/oauth2-php": "~1.1",
1028 "php": "^5.3.3|^7.0",
1029 "symfony/framework-bundle": "~2.2|~3.0",
1030 "symfony/security-bundle": "~2.1|~3.0"
1031 },
1032 "require-dev": {
1033 "doctrine/doctrine-bundle": "~1.0",
1034 "doctrine/mongodb-odm": "~1.0",
1035 "doctrine/orm": "~2.2",
1036 "phing/phing": "~2.4",
1037 "propel/propel1": "^1.6.5",
1038 "symfony/class-loader": "~2.1|~3.0",
1039 "symfony/form": "~2.3|~3.0",
1040 "symfony/yaml": "~2.1|~3.0",
1041 "willdurand/propel-typehintable-behavior": "^1.0.4"
1042 },
1043 "suggest": {
1044 "doctrine/doctrine-bundle": "*",
1045 "doctrine/mongodb-odm-bundle": "*",
1046 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1047 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1048 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1049 },
1050 "type": "symfony-bundle",
1051 "extra": {
1052 "branch-alias": {
1053 "dev-master": "1.5-dev"
1054 }
1055 },
1056 "autoload": {
1057 "psr-4": {
1058 "FOS\\OAuthServerBundle\\": ""
1059 }
1060 },
1061 "notification-url": "https://packagist.org/downloads/",
1062 "license": [
1063 "MIT"
1064 ],
1065 "authors": [
1066 {
1067 "name": "Arnaud Le Blanc",
1068 "email": "arnaud.lb@gmail.com"
1069 },
1070 {
1071 "name": "FriendsOfSymfony Community",
1072 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1073 }
1074 ],
1075 "description": "Symfony2 OAuth Server Bundle",
1076 "homepage": "http://friendsofsymfony.github.com",
1077 "keywords": [
1078 "oauth",
1079 "oauth2",
1080 "server"
1081 ],
1082 "time": "2016-02-22 13:57:55"
1083 },
1084 {
1085 "name": "friendsofsymfony/oauth2-php",
1086 "version": "1.2.1",
1087 "source": {
1088 "type": "git",
1089 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1090 "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c"
1091 },
1092 "dist": {
1093 "type": "zip",
1094 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1095 "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1096 "shasum": ""
1097 },
1098 "require": {
1099 "php": ">=5.3.2",
1100 "symfony/http-foundation": "~2.0|~3.0"
1101 },
1102 "require-dev": {
1103 "phpunit/phpunit": "~4.0"
1104 },
1105 "type": "library",
1106 "extra": {
1107 "branch-alias": {
1108 "dev-master": "1.2.x-dev"
1109 }
1110 },
1111 "autoload": {
1112 "psr-4": {
1113 "OAuth2\\": "lib/"
1114 }
1115 },
1116 "notification-url": "https://packagist.org/downloads/",
1117 "license": [
1118 "MIT"
1119 ],
1120 "authors": [
1121 {
1122 "name": "Arnaud Le Blanc",
1123 "email": "arnaud.lb@gmail.com"
1124 },
1125 {
1126 "name": "FriendsOfSymfony Community",
1127 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1128 }
1129 ],
1130 "description": "OAuth2 library",
1131 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1132 "keywords": [
1133 "oauth",
1134 "oauth2"
1135 ],
1136 "time": "2016-03-31 14:24:17"
1137 },
1138 {
1139 "name": "friendsofsymfony/rest-bundle",
1140 "version": "1.7.7",
1141 "target-dir": "FOS/RestBundle",
1142 "source": {
1143 "type": "git",
1144 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1145 "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0"
1146 },
1147 "dist": {
1148 "type": "zip",
1149 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
1150 "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
1151 "shasum": ""
1152 },
1153 "require": {
1154 "doctrine/inflector": "~1.0",
1155 "php": "^5.3.9|~7.0",
1156 "psr/log": "~1.0",
1157 "symfony/framework-bundle": "~2.3|~3.0",
1158 "symfony/http-kernel": "^2.3.24|~3.0",
1159 "willdurand/jsonp-callback-validator": "~1.0",
1160 "willdurand/negotiation": "~1.2"
1161 },
1162 "conflict": {
1163 "jms/serializer": "<0.12",
1164 "jms/serializer-bundle": "<0.11",
1165 "symfony/validator": ">=2.5.0,<2.5.5"
1166 },
1167 "require-dev": {
1168 "jms/serializer": "~0.13|~1.0",
1169 "jms/serializer-bundle": "~0.12|~1.0",
1170 "phpoption/phpoption": "~1.1.0",
1171 "sensio/framework-extra-bundle": "~2.0|~3.0",
1172 "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1173 "symfony/browser-kit": "~2.3|~3.0",
1174 "symfony/dependency-injection": "~2.3|~3.0",
1175 "symfony/form": "~2.3|~3.0",
1176 "symfony/phpunit-bridge": "~2.7|~3.0",
1177 "symfony/security": "~2.3|~3.0",
1178 "symfony/serializer": "~2.3|~3.0",
1179 "symfony/validator": "~2.3|~3.0",
1180 "symfony/yaml": "~2.3|~3.0"
1181 },
1182 "suggest": {
1183 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
1184 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
1185 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1186 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1187 },
1188 "type": "symfony-bundle",
1189 "extra": {
1190 "branch-alias": {
1191 "dev-master": "1.7-dev"
1192 }
1193 },
1194 "autoload": {
1195 "psr-0": {
1196 "FOS\\RestBundle": ""
1197 }
1198 },
1199 "notification-url": "https://packagist.org/downloads/",
1200 "license": [
1201 "MIT"
1202 ],
1203 "authors": [
1204 {
1205 "name": "Lukas Kahwe Smith",
1206 "email": "smith@pooteeweet.org"
1207 },
1208 {
1209 "name": "FriendsOfSymfony Community",
1210 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1211 },
1212 {
1213 "name": "Konstantin Kudryashov",
1214 "email": "ever.zet@gmail.com"
1215 }
1216 ],
1217 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1218 "homepage": "http://friendsofsymfony.github.com",
1219 "keywords": [
1220 "rest"
1221 ],
1222 "time": "2015-12-29 16:02:50"
1223 },
1224 {
1225 "name": "friendsofsymfony/user-bundle",
1226 "version": "dev-master",
1227 "source": {
1228 "type": "git",
1229 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1230 "reference": "5a3f4a18948b04fc2dff6fbb406e977eec204a5d"
1231 },
1232 "dist": {
1233 "type": "zip",
1234 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/5a3f4a18948b04fc2dff6fbb406e977eec204a5d",
1235 "reference": "5a3f4a18948b04fc2dff6fbb406e977eec204a5d",
1236 "shasum": ""
1237 },
1238 "require": {
1239 "php": ">=5.3.9",
1240 "symfony/form": "~2.3|~3.0",
1241 "symfony/framework-bundle": "~2.3|~3.0",
1242 "symfony/security-bundle": "~2.3|~3.0",
1243 "symfony/twig-bundle": "~2.3|~3.0"
1244 },
1245 "conflict": {
1246 "symfony/doctrine-bridge": "<2.3"
1247 },
1248 "require-dev": {
1249 "doctrine/doctrine-bundle": "~1.3",
1250 "swiftmailer/swiftmailer": "~4.3|~5",
1251 "symfony/console": "~2.3|~3.0",
1252 "symfony/phpunit-bridge": "~2.7|~3.0",
1253 "symfony/validator": "~2.3|~3.0",
1254 "symfony/yaml": "~2.3|~3.0",
1255 "willdurand/propel-typehintable-behavior": "~1.0"
1256 },
1257 "suggest": {
1258 "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1259 },
1260 "type": "symfony-bundle",
1261 "extra": {
1262 "branch-alias": {
1263 "dev-master": "2.0.x-dev"
1264 }
1265 },
1266 "autoload": {
1267 "psr-4": {
1268 "FOS\\UserBundle\\": ""
1269 },
1270 "exclude-from-classmap": [
1271 "/Tests/"
1272 ]
1273 },
1274 "notification-url": "https://packagist.org/downloads/",
1275 "license": [
1276 "MIT"
1277 ],
1278 "authors": [
1279 {
1280 "name": "Christophe Coevoet",
1281 "email": "stof@notk.org"
1282 },
1283 {
1284 "name": "FriendsOfSymfony Community",
1285 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1286 },
1287 {
1288 "name": "Thibault Duplessis",
1289 "email": "thibault.duplessis@gmail.com"
1290 }
1291 ],
1292 "description": "Symfony FOSUserBundle",
1293 "homepage": "http://friendsofsymfony.github.com",
1294 "keywords": [
1295 "User management"
1296 ],
1297 "time": "2016-10-03 08:23:01"
1298 },
1299 {
1300 "name": "gedmo/doctrine-extensions",
1301 "version": "v2.4.23",
1302 "source": {
1303 "type": "git",
1304 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1305 "reference": "c2f308fab900090c6c0f5b6f72f34a37b4dd2d84"
1306 },
1307 "dist": {
1308 "type": "zip",
1309 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c2f308fab900090c6c0f5b6f72f34a37b4dd2d84",
1310 "reference": "c2f308fab900090c6c0f5b6f72f34a37b4dd2d84",
1311 "shasum": ""
1312 },
1313 "require": {
1314 "behat/transliterator": "~1.0",
1315 "doctrine/common": "~2.4",
1316 "php": ">=5.3.2"
1317 },
1318 "require-dev": {
1319 "doctrine/common": ">=2.5.0",
1320 "doctrine/mongodb-odm": ">=1.0.2",
1321 "doctrine/orm": ">=2.5.0",
1322 "phpunit/phpunit": "~4.4",
1323 "phpunit/phpunit-mock-objects": "~2.3",
1324 "symfony/yaml": "~2.6"
1325 },
1326 "suggest": {
1327 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1328 "doctrine/orm": "to use the extensions with the ORM"
1329 },
1330 "type": "library",
1331 "extra": {
1332 "branch-alias": {
1333 "dev-master": "2.4.x-dev"
1334 }
1335 },
1336 "autoload": {
1337 "psr-0": {
1338 "Gedmo\\": "lib/"
1339 }
1340 },
1341 "notification-url": "https://packagist.org/downloads/",
1342 "license": [
1343 "MIT"
1344 ],
1345 "authors": [
1346 {
1347 "name": "David Buchmann",
1348 "email": "david@liip.ch"
1349 },
1350 {
1351 "name": "Gediminas Morkevicius",
1352 "email": "gediminas.morkevicius@gmail.com"
1353 },
1354 {
1355 "name": "Gustavo Falco",
1356 "email": "comfortablynumb84@gmail.com"
1357 }
1358 ],
1359 "description": "Doctrine2 behavioral extensions",
1360 "homepage": "http://gediminasm.org/",
1361 "keywords": [
1362 "Blameable",
1363 "behaviors",
1364 "doctrine2",
1365 "extensions",
1366 "gedmo",
1367 "loggable",
1368 "nestedset",
1369 "sluggable",
1370 "sortable",
1371 "timestampable",
1372 "translatable",
1373 "tree",
1374 "uploadable"
1375 ],
1376 "time": "2016-09-22 13:45:22"
1377 },
1378 {
1379 "name": "grandt/binstring",
1380 "version": "1.0.0",
1381 "source": {
1382 "type": "git",
1383 "url": "https://github.com/Grandt/PHPBinString.git",
1384 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
1385 },
1386 "dist": {
1387 "type": "zip",
1388 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1389 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1390 "shasum": ""
1391 },
1392 "require": {
1393 "php": ">=5.0"
1394 },
1395 "type": "library",
1396 "autoload": {
1397 "classmap": [
1398 "BinString.php",
1399 "BinStringStatic.php"
1400 ]
1401 },
1402 "notification-url": "https://packagist.org/downloads/",
1403 "license": [
1404 "LGPL-2.1"
1405 ],
1406 "authors": [
1407 {
1408 "name": "A. Grandt",
1409 "email": "php@grandt.com",
1410 "role": "Developer"
1411 }
1412 ],
1413 "description": "A class for working around the use of mbstring.func_override",
1414 "homepage": "https://github.com/Grandt/PHPBinString",
1415 "keywords": [
1416 "binary strings",
1417 "mbstring"
1418 ],
1419 "time": "2015-08-13 06:14:41"
1420 },
1421 {
1422 "name": "grandt/phpepub",
1423 "version": "4.0.7.1",
1424 "source": {
1425 "type": "git",
1426 "url": "https://github.com/Grandt/PHPePub.git",
1427 "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452"
1428 },
1429 "dist": {
1430 "type": "zip",
1431 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/ccb501e566358ac19a9fedb6eb8bf96665823452",
1432 "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452",
1433 "shasum": ""
1434 },
1435 "require": {
1436 "grandt/phpresizegif": "~1.0.3",
1437 "grandt/relativepath": "~1.0.1",
1438 "php": ">=5.3.0",
1439 "phpzip/phpzip": "~2.0.7"
1440 },
1441 "type": "library",
1442 "autoload": {
1443 "psr-4": {
1444 "PHPePub\\": "src/PHPePub"
1445 },
1446 "classmap": [
1447 "src/lib.uuid.php"
1448 ]
1449 },
1450 "notification-url": "https://packagist.org/downloads/",
1451 "license": [
1452 "LGPL-2.1"
1453 ],
1454 "authors": [
1455 {
1456 "name": "A. Grandt",
1457 "email": "php@grandt.com",
1458 "homepage": "http://grandt.com",
1459 "role": "Developer"
1460 }
1461 ],
1462 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
1463 "homepage": "https://github.com/Grandt/PHPZip",
1464 "keywords": [
1465 "e-book",
1466 "epub"
1467 ],
1468 "time": "2016-03-16 15:48:26"
1469 },
1470 {
1471 "name": "grandt/phpresizegif",
1472 "version": "1.0.3",
1473 "source": {
1474 "type": "git",
1475 "url": "https://github.com/Grandt/PHPResizeGif.git",
1476 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
1477 },
1478 "dist": {
1479 "type": "zip",
1480 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1481 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1482 "shasum": ""
1483 },
1484 "require": {
1485 "grandt/binstring": ">=0.2.0",
1486 "php": ">=5.3.0"
1487 },
1488 "type": "library",
1489 "autoload": {
1490 "psr-4": {
1491 "grandt\\ResizeGif\\": "src/ResizeGif",
1492 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
1493 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
1494 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
1495 }
1496 },
1497 "notification-url": "https://packagist.org/downloads/",
1498 "license": [
1499 "LGPL-2.1"
1500 ],
1501 "authors": [
1502 {
1503 "name": "A. Grandt",
1504 "email": "php@grandt.com",
1505 "homepage": "http://grandt.com",
1506 "role": "Developer"
1507 }
1508 ],
1509 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
1510 "homepage": "https://github.com/Grandt/PHPResizeGif",
1511 "keywords": [
1512 "GIF89a",
1513 "animated gif",
1514 "gif",
1515 "resize"
1516 ],
1517 "time": "2015-05-10 10:52:24"
1518 },
1519 {
1520 "name": "grandt/phpzipmerge",
1521 "version": "1.0.4",
1522 "source": {
1523 "type": "git",
1524 "url": "https://github.com/Grandt/PHPZipMerge.git",
1525 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
1526 },
1527 "dist": {
1528 "type": "zip",
1529 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1530 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1531 "shasum": ""
1532 },
1533 "require": {
1534 "grandt/binstring": ">=1.0.0",
1535 "grandt/relativepath": ">=1.0.1",
1536 "php": ">=5.3.0"
1537 },
1538 "type": "library",
1539 "autoload": {
1540 "psr-4": {
1541 "ZipMerge\\": "src/ZipMerge"
1542 }
1543 },
1544 "notification-url": "https://packagist.org/downloads/",
1545 "license": [
1546 "LGPL-2.1"
1547 ],
1548 "authors": [
1549 {
1550 "name": "A. Grandt",
1551 "email": "php@grandt.com",
1552 "homepage": "http://grandt.com",
1553 "role": "Developer"
1554 },
1555 {
1556 "name": "Greg Kappatos",
1557 "homepage": "http://websiteconnect.com.au",
1558 "role": "Developer"
1559 }
1560 ],
1561 "description": "Merge and stream multiple Zip files on the fly.",
1562 "homepage": "https://github.com/Grandt/PHPZipMerge",
1563 "keywords": [
1564 "archive",
1565 "compressed",
1566 "compression",
1567 "merge",
1568 "phpzip",
1569 "pkzip",
1570 "stream",
1571 "zip"
1572 ],
1573 "time": "2015-08-18 13:49:33"
1574 },
1575 {
1576 "name": "grandt/relativepath",
1577 "version": "1.0.2",
1578 "source": {
1579 "type": "git",
1580 "url": "https://github.com/Grandt/PHPRelativePath.git",
1581 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
1582 },
1583 "dist": {
1584 "type": "zip",
1585 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
1586 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
1587 "shasum": ""
1588 },
1589 "require": {
1590 "php": ">=5.0"
1591 },
1592 "type": "library",
1593 "autoload": {
1594 "classmap": [
1595 "RelativePath.php"
1596 ]
1597 },
1598 "notification-url": "https://packagist.org/downloads/",
1599 "license": [
1600 "LGPL-2.1"
1601 ],
1602 "authors": [
1603 {
1604 "name": "A. Grandt",
1605 "email": "php@grandt.com",
1606 "role": "Developer"
1607 }
1608 ],
1609 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
1610 "homepage": "https://github.com/Grandt/PHPRelativePath",
1611 "keywords": [
1612 "file path"
1613 ],
1614 "time": "2015-05-14 08:18:23"
1615 },
1616 {
1617 "name": "guzzlehttp/guzzle",
1618 "version": "5.3.1",
1619 "source": {
1620 "type": "git",
1621 "url": "https://github.com/guzzle/guzzle.git",
1622 "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8"
1623 },
1624 "dist": {
1625 "type": "zip",
1626 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8",
1627 "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8",
1628 "shasum": ""
1629 },
1630 "require": {
1631 "guzzlehttp/ringphp": "^1.1",
1632 "php": ">=5.4.0"
1633 },
1634 "require-dev": {
1635 "ext-curl": "*",
1636 "phpunit/phpunit": "^4.0"
1637 },
1638 "type": "library",
1639 "autoload": {
1640 "psr-4": {
1641 "GuzzleHttp\\": "src/"
1642 }
1643 },
1644 "notification-url": "https://packagist.org/downloads/",
1645 "license": [
1646 "MIT"
1647 ],
1648 "authors": [
1649 {
1650 "name": "Michael Dowling",
1651 "email": "mtdowling@gmail.com",
1652 "homepage": "https://github.com/mtdowling"
1653 }
1654 ],
1655 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1656 "homepage": "http://guzzlephp.org/",
1657 "keywords": [
1658 "client",
1659 "curl",
1660 "framework",
1661 "http",
1662 "http client",
1663 "rest",
1664 "web service"
1665 ],
1666 "time": "2016-07-15 19:28:39"
1667 },
1668 {
1669 "name": "guzzlehttp/ringphp",
1670 "version": "1.1.0",
1671 "source": {
1672 "type": "git",
1673 "url": "https://github.com/guzzle/RingPHP.git",
1674 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1675 },
1676 "dist": {
1677 "type": "zip",
1678 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1679 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1680 "shasum": ""
1681 },
1682 "require": {
1683 "guzzlehttp/streams": "~3.0",
1684 "php": ">=5.4.0",
1685 "react/promise": "~2.0"
1686 },
1687 "require-dev": {
1688 "ext-curl": "*",
1689 "phpunit/phpunit": "~4.0"
1690 },
1691 "suggest": {
1692 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1693 },
1694 "type": "library",
1695 "extra": {
1696 "branch-alias": {
1697 "dev-master": "1.1-dev"
1698 }
1699 },
1700 "autoload": {
1701 "psr-4": {
1702 "GuzzleHttp\\Ring\\": "src/"
1703 }
1704 },
1705 "notification-url": "https://packagist.org/downloads/",
1706 "license": [
1707 "MIT"
1708 ],
1709 "authors": [
1710 {
1711 "name": "Michael Dowling",
1712 "email": "mtdowling@gmail.com",
1713 "homepage": "https://github.com/mtdowling"
1714 }
1715 ],
1716 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1717 "time": "2015-05-20 03:37:09"
1718 },
1719 {
1720 "name": "guzzlehttp/streams",
1721 "version": "3.0.0",
1722 "source": {
1723 "type": "git",
1724 "url": "https://github.com/guzzle/streams.git",
1725 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1726 },
1727 "dist": {
1728 "type": "zip",
1729 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1730 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1731 "shasum": ""
1732 },
1733 "require": {
1734 "php": ">=5.4.0"
1735 },
1736 "require-dev": {
1737 "phpunit/phpunit": "~4.0"
1738 },
1739 "type": "library",
1740 "extra": {
1741 "branch-alias": {
1742 "dev-master": "3.0-dev"
1743 }
1744 },
1745 "autoload": {
1746 "psr-4": {
1747 "GuzzleHttp\\Stream\\": "src/"
1748 }
1749 },
1750 "notification-url": "https://packagist.org/downloads/",
1751 "license": [
1752 "MIT"
1753 ],
1754 "authors": [
1755 {
1756 "name": "Michael Dowling",
1757 "email": "mtdowling@gmail.com",
1758 "homepage": "https://github.com/mtdowling"
1759 }
1760 ],
1761 "description": "Provides a simple abstraction over streams of data",
1762 "homepage": "http://guzzlephp.org/",
1763 "keywords": [
1764 "Guzzle",
1765 "stream"
1766 ],
1767 "time": "2014-10-12 19:18:40"
1768 },
1769 {
1770 "name": "hoa/compiler",
1771 "version": "3.16.08.15",
1772 "source": {
1773 "type": "git",
1774 "url": "https://github.com/hoaproject/Compiler.git",
1775 "reference": "774f04e6ab1580392b35cae7d6f8dda165810c19"
1776 },
1777 "dist": {
1778 "type": "zip",
1779 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/774f04e6ab1580392b35cae7d6f8dda165810c19",
1780 "reference": "774f04e6ab1580392b35cae7d6f8dda165810c19",
1781 "shasum": ""
1782 },
1783 "require": {
1784 "hoa/consistency": "~1.0",
1785 "hoa/exception": "~1.0",
1786 "hoa/file": "~1.0",
1787 "hoa/iterator": "~2.0",
1788 "hoa/math": "~1.0",
1789 "hoa/protocol": "~1.0",
1790 "hoa/regex": "~1.0",
1791 "hoa/visitor": "~2.0"
1792 },
1793 "require-dev": {
1794 "hoa/json": "~2.0",
1795 "hoa/test": "~2.0"
1796 },
1797 "type": "library",
1798 "extra": {
1799 "branch-alias": {
1800 "dev-master": "3.x-dev"
1801 }
1802 },
1803 "autoload": {
1804 "psr-4": {
1805 "Hoa\\Compiler\\": "."
1806 }
1807 },
1808 "notification-url": "https://packagist.org/downloads/",
1809 "license": [
1810 "BSD-3-Clause"
1811 ],
1812 "authors": [
1813 {
1814 "name": "Ivan Enderlin",
1815 "email": "ivan.enderlin@hoa-project.net"
1816 },
1817 {
1818 "name": "Hoa community",
1819 "homepage": "http://hoa-project.net/"
1820 }
1821 ],
1822 "description": "The Hoa\\Compiler library.",
1823 "homepage": "http://hoa-project.net/",
1824 "keywords": [
1825 "algebraic",
1826 "ast",
1827 "compiler",
1828 "context-free",
1829 "coverage",
1830 "exhaustive",
1831 "grammar",
1832 "isotropic",
1833 "language",
1834 "lexer",
1835 "library",
1836 "ll1",
1837 "llk",
1838 "parser",
1839 "pp",
1840 "random",
1841 "regular",
1842 "rule",
1843 "sampler",
1844 "syntax",
1845 "token",
1846 "trace",
1847 "uniform"
1848 ],
1849 "time": "2016-08-15 09:25:24"
1850 },
1851 {
1852 "name": "hoa/consistency",
1853 "version": "1.16.03.03",
1854 "source": {
1855 "type": "git",
1856 "url": "https://github.com/hoaproject/Consistency.git",
1857 "reference": "aa7e30f99aa2ae476f83800d3ad350506eec153b"
1858 },
1859 "dist": {
1860 "type": "zip",
1861 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/aa7e30f99aa2ae476f83800d3ad350506eec153b",
1862 "reference": "aa7e30f99aa2ae476f83800d3ad350506eec153b",
1863 "shasum": ""
1864 },
1865 "require": {
1866 "hoa/exception": "~1.0",
1867 "php": ">=5.5.0"
1868 },
1869 "require-dev": {
1870 "hoa/stream": "~1.0",
1871 "hoa/test": "~2.0"
1872 },
1873 "type": "library",
1874 "extra": {
1875 "branch-alias": {
1876 "dev-master": "1.x-dev"
1877 }
1878 },
1879 "autoload": {
1880 "psr-4": {
1881 "Hoa\\Consistency\\": "."
1882 },
1883 "files": [
1884 "Prelude.php"
1885 ]
1886 },
1887 "notification-url": "https://packagist.org/downloads/",
1888 "license": [
1889 "BSD-3-Clause"
1890 ],
1891 "authors": [
1892 {
1893 "name": "Ivan Enderlin",
1894 "email": "ivan.enderlin@hoa-project.net"
1895 },
1896 {
1897 "name": "Hoa community",
1898 "homepage": "http://hoa-project.net/"
1899 }
1900 ],
1901 "description": "The Hoa\\Consistency library.",
1902 "homepage": "http://hoa-project.net/",
1903 "keywords": [
1904 "autoloader",
1905 "callable",
1906 "consistency",
1907 "entity",
1908 "flex",
1909 "keyword",
1910 "library"
1911 ],
1912 "time": "2016-03-03 09:37:24"
1913 },
1914 {
1915 "name": "hoa/event",
1916 "version": "1.16.03.15",
1917 "source": {
1918 "type": "git",
1919 "url": "https://github.com/hoaproject/Event.git",
1920 "reference": "b1577069d63d6efc559406f3bc31813ac33e76b8"
1921 },
1922 "dist": {
1923 "type": "zip",
1924 "url": "https://api.github.com/repos/hoaproject/Event/zipball/b1577069d63d6efc559406f3bc31813ac33e76b8",
1925 "reference": "b1577069d63d6efc559406f3bc31813ac33e76b8",
1926 "shasum": ""
1927 },
1928 "require": {
1929 "hoa/consistency": "~1.0",
1930 "hoa/exception": "~1.0"
1931 },
1932 "require-dev": {
1933 "hoa/test": "~2.0"
1934 },
1935 "type": "library",
1936 "extra": {
1937 "branch-alias": {
1938 "dev-master": "1.x-dev"
1939 }
1940 },
1941 "autoload": {
1942 "psr-4": {
1943 "Hoa\\Event\\": "."
1944 }
1945 },
1946 "notification-url": "https://packagist.org/downloads/",
1947 "license": [
1948 "BSD-3-Clause"
1949 ],
1950 "authors": [
1951 {
1952 "name": "Ivan Enderlin",
1953 "email": "ivan.enderlin@hoa-project.net"
1954 },
1955 {
1956 "name": "Hoa community",
1957 "homepage": "http://hoa-project.net/"
1958 }
1959 ],
1960 "description": "The Hoa\\Event library.",
1961 "homepage": "http://hoa-project.net/",
1962 "keywords": [
1963 "event",
1964 "library",
1965 "listener",
1966 "observer"
1967 ],
1968 "time": "2016-03-15 14:49:59"
1969 },
1970 {
1971 "name": "hoa/exception",
1972 "version": "1.16.01.11",
1973 "source": {
1974 "type": "git",
1975 "url": "https://github.com/hoaproject/Exception.git",
1976 "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366"
1977 },
1978 "dist": {
1979 "type": "zip",
1980 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/fa4a9648aef2c8ca8f4cd543429b24dc8feaa366",
1981 "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366",
1982 "shasum": ""
1983 },
1984 "require": {
1985 "hoa/consistency": "~1.0",
1986 "hoa/event": "~1.0"
1987 },
1988 "require-dev": {
1989 "hoa/test": "~2.0"
1990 },
1991 "type": "library",
1992 "extra": {
1993 "branch-alias": {
1994 "dev-master": "1.x-dev"
1995 }
1996 },
1997 "autoload": {
1998 "psr-4": {
1999 "Hoa\\Exception\\": "."
2000 }
2001 },
2002 "notification-url": "https://packagist.org/downloads/",
2003 "license": [
2004 "BSD-3-Clause"
2005 ],
2006 "authors": [
2007 {
2008 "name": "Ivan Enderlin",
2009 "email": "ivan.enderlin@hoa-project.net"
2010 },
2011 {
2012 "name": "Hoa community",
2013 "homepage": "http://hoa-project.net/"
2014 }
2015 ],
2016 "description": "The Hoa\\Exception library.",
2017 "homepage": "http://hoa-project.net/",
2018 "keywords": [
2019 "exception",
2020 "library"
2021 ],
2022 "time": "2016-01-11 08:38:17"
2023 },
2024 {
2025 "name": "hoa/file",
2026 "version": "1.16.01.15",
2027 "source": {
2028 "type": "git",
2029 "url": "https://github.com/hoaproject/File.git",
2030 "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b"
2031 },
2032 "dist": {
2033 "type": "zip",
2034 "url": "https://api.github.com/repos/hoaproject/File/zipball/bc04ddb476bfeee03c2be585fc37a98d2887277b",
2035 "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b",
2036 "shasum": ""
2037 },
2038 "require": {
2039 "hoa/consistency": "~1.0",
2040 "hoa/event": "~1.0",
2041 "hoa/exception": "~1.0",
2042 "hoa/iterator": "~2.0",
2043 "hoa/stream": "~1.0"
2044 },
2045 "require-dev": {
2046 "hoa/test": "~2.0"
2047 },
2048 "type": "library",
2049 "extra": {
2050 "branch-alias": {
2051 "dev-master": "1.x-dev"
2052 }
2053 },
2054 "autoload": {
2055 "psr-4": {
2056 "Hoa\\File\\": "."
2057 }
2058 },
2059 "notification-url": "https://packagist.org/downloads/",
2060 "license": [
2061 "BSD-3-Clause"
2062 ],
2063 "authors": [
2064 {
2065 "name": "Ivan Enderlin",
2066 "email": "ivan.enderlin@hoa-project.net"
2067 },
2068 {
2069 "name": "Hoa community",
2070 "homepage": "http://hoa-project.net/"
2071 }
2072 ],
2073 "description": "The Hoa\\File library.",
2074 "homepage": "http://hoa-project.net/",
2075 "keywords": [
2076 "Socket",
2077 "directory",
2078 "file",
2079 "finder",
2080 "library",
2081 "link",
2082 "temporary"
2083 ],
2084 "time": "2016-01-14 20:55:07"
2085 },
2086 {
2087 "name": "hoa/iterator",
2088 "version": "2.16.03.15",
2089 "source": {
2090 "type": "git",
2091 "url": "https://github.com/hoaproject/Iterator.git",
2092 "reference": "60bdefab8db17717871a11101dedec60572f95b8"
2093 },
2094 "dist": {
2095 "type": "zip",
2096 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/60bdefab8db17717871a11101dedec60572f95b8",
2097 "reference": "60bdefab8db17717871a11101dedec60572f95b8",
2098 "shasum": ""
2099 },
2100 "require": {
2101 "hoa/consistency": "~1.0",
2102 "hoa/exception": "~1.0"
2103 },
2104 "require-dev": {
2105 "hoa/test": "~2.0"
2106 },
2107 "type": "library",
2108 "extra": {
2109 "branch-alias": {
2110 "dev-master": "2.x-dev"
2111 }
2112 },
2113 "autoload": {
2114 "psr-4": {
2115 "Hoa\\Iterator\\": "."
2116 }
2117 },
2118 "notification-url": "https://packagist.org/downloads/",
2119 "license": [
2120 "BSD-3-Clause"
2121 ],
2122 "authors": [
2123 {
2124 "name": "Ivan Enderlin",
2125 "email": "ivan.enderlin@hoa-project.net"
2126 },
2127 {
2128 "name": "Hoa community",
2129 "homepage": "http://hoa-project.net/"
2130 }
2131 ],
2132 "description": "The Hoa\\Iterator library.",
2133 "homepage": "http://hoa-project.net/",
2134 "keywords": [
2135 "iterator",
2136 "library"
2137 ],
2138 "time": "2016-03-15 14:51:54"
2139 },
2140 {
2141 "name": "hoa/math",
2142 "version": "1.16.08.29",
2143 "source": {
2144 "type": "git",
2145 "url": "https://github.com/hoaproject/Math.git",
2146 "reference": "8be67cc378b043ccdd5896a3f1bb276af032f258"
2147 },
2148 "dist": {
2149 "type": "zip",
2150 "url": "https://api.github.com/repos/hoaproject/Math/zipball/8be67cc378b043ccdd5896a3f1bb276af032f258",
2151 "reference": "8be67cc378b043ccdd5896a3f1bb276af032f258",
2152 "shasum": ""
2153 },
2154 "require": {
2155 "hoa/compiler": "~3.0",
2156 "hoa/consistency": "~1.0",
2157 "hoa/exception": "~1.0",
2158 "hoa/iterator": "~2.0",
2159 "hoa/protocol": "~1.0",
2160 "hoa/zformat": "~1.0"
2161 },
2162 "require-dev": {
2163 "hoa/test": "~2.0"
2164 },
2165 "type": "library",
2166 "extra": {
2167 "branch-alias": {
2168 "dev-master": "1.x-dev"
2169 }
2170 },
2171 "autoload": {
2172 "psr-4": {
2173 "Hoa\\Math\\": "."
2174 }
2175 },
2176 "notification-url": "https://packagist.org/downloads/",
2177 "license": [
2178 "BSD-3-Clause"
2179 ],
2180 "authors": [
2181 {
2182 "name": "Ivan Enderlin",
2183 "email": "ivan.enderlin@hoa-project.net"
2184 },
2185 {
2186 "name": "Hoa community",
2187 "homepage": "http://hoa-project.net/"
2188 }
2189 ],
2190 "description": "The Hoa\\Math library.",
2191 "homepage": "http://hoa-project.net/",
2192 "keywords": [
2193 "arrangement",
2194 "combination",
2195 "combinatorics",
2196 "counting",
2197 "library",
2198 "math",
2199 "permutation",
2200 "sampler",
2201 "set"
2202 ],
2203 "time": "2016-08-29 13:29:51"
2204 },
2205 {
2206 "name": "hoa/protocol",
2207 "version": "1.16.07.07",
2208 "source": {
2209 "type": "git",
2210 "url": "https://github.com/hoaproject/Protocol.git",
2211 "reference": "28fc998fac9c7364338ec98177fef353e76e4efb"
2212 },
2213 "dist": {
2214 "type": "zip",
2215 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/28fc998fac9c7364338ec98177fef353e76e4efb",
2216 "reference": "28fc998fac9c7364338ec98177fef353e76e4efb",
2217 "shasum": ""
2218 },
2219 "require": {
2220 "hoa/consistency": "~1.0",
2221 "hoa/exception": "~1.0"
2222 },
2223 "require-dev": {
2224 "hoa/test": "~2.0"
2225 },
2226 "type": "library",
2227 "extra": {
2228 "branch-alias": {
2229 "dev-master": "1.x-dev"
2230 }
2231 },
2232 "autoload": {
2233 "psr-4": {
2234 "Hoa\\Protocol\\": "."
2235 },
2236 "files": [
2237 "Wrapper.php"
2238 ]
2239 },
2240 "notification-url": "https://packagist.org/downloads/",
2241 "license": [
2242 "BSD-3-Clause"
2243 ],
2244 "authors": [
2245 {
2246 "name": "Ivan Enderlin",
2247 "email": "ivan.enderlin@hoa-project.net"
2248 },
2249 {
2250 "name": "Hoa community",
2251 "homepage": "http://hoa-project.net/"
2252 }
2253 ],
2254 "description": "The Hoa\\Protocol library.",
2255 "homepage": "http://hoa-project.net/",
2256 "keywords": [
2257 "library",
2258 "protocol",
2259 "resource",
2260 "stream",
2261 "wrapper"
2262 ],
2263 "time": "2016-07-07 21:03:43"
2264 },
2265 {
2266 "name": "hoa/regex",
2267 "version": "1.16.09.06",
2268 "source": {
2269 "type": "git",
2270 "url": "https://github.com/hoaproject/Regex.git",
2271 "reference": "2a787a49cc53a9ea009a1997085da9aff091e918"
2272 },
2273 "dist": {
2274 "type": "zip",
2275 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/2a787a49cc53a9ea009a1997085da9aff091e918",
2276 "reference": "2a787a49cc53a9ea009a1997085da9aff091e918",
2277 "shasum": ""
2278 },
2279 "require": {
2280 "hoa/consistency": "~1.0",
2281 "hoa/exception": "~1.0",
2282 "hoa/math": "~1.0",
2283 "hoa/protocol": "~1.0",
2284 "hoa/ustring": "~4.0",
2285 "hoa/visitor": "~2.0"
2286 },
2287 "type": "library",
2288 "extra": {
2289 "branch-alias": {
2290 "dev-master": "1.x-dev"
2291 }
2292 },
2293 "autoload": {
2294 "psr-4": {
2295 "Hoa\\Regex\\": "."
2296 }
2297 },
2298 "notification-url": "https://packagist.org/downloads/",
2299 "license": [
2300 "BSD-3-Clause"
2301 ],
2302 "authors": [
2303 {
2304 "name": "Ivan Enderlin",
2305 "email": "ivan.enderlin@hoa-project.net"
2306 },
2307 {
2308 "name": "Hoa community",
2309 "homepage": "http://hoa-project.net/"
2310 }
2311 ],
2312 "description": "The Hoa\\Regex library.",
2313 "homepage": "http://hoa-project.net/",
2314 "keywords": [
2315 "compiler",
2316 "library",
2317 "regex"
2318 ],
2319 "time": "2016-09-06 11:08:23"
2320 },
2321 {
2322 "name": "hoa/ruler",
2323 "version": "2.16.09.07",
2324 "source": {
2325 "type": "git",
2326 "url": "https://github.com/hoaproject/Ruler.git",
2327 "reference": "bb446eb2013a70eda7d2bca2f025374e7e7bbf3f"
2328 },
2329 "dist": {
2330 "type": "zip",
2331 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/bb446eb2013a70eda7d2bca2f025374e7e7bbf3f",
2332 "reference": "bb446eb2013a70eda7d2bca2f025374e7e7bbf3f",
2333 "shasum": ""
2334 },
2335 "require": {
2336 "hoa/compiler": "~3.0",
2337 "hoa/consistency": "~1.0",
2338 "hoa/exception": "~1.0",
2339 "hoa/file": "~1.0",
2340 "hoa/protocol": "~1.0",
2341 "hoa/visitor": "~2.0"
2342 },
2343 "require-dev": {
2344 "hoa/test": "~2.0"
2345 },
2346 "type": "library",
2347 "extra": {
2348 "branch-alias": {
2349 "dev-master": "2.x-dev"
2350 }
2351 },
2352 "autoload": {
2353 "psr-4": {
2354 "Hoa\\Ruler\\": "."
2355 }
2356 },
2357 "notification-url": "https://packagist.org/downloads/",
2358 "license": [
2359 "BSD-3-Clause"
2360 ],
2361 "authors": [
2362 {
2363 "name": "Ivan Enderlin",
2364 "email": "ivan.enderlin@hoa-project.net"
2365 },
2366 {
2367 "name": "Hoa community",
2368 "homepage": "http://hoa-project.net/"
2369 }
2370 ],
2371 "description": "The Hoa\\Ruler library.",
2372 "homepage": "http://hoa-project.net/",
2373 "keywords": [
2374 "library",
2375 "ruler"
2376 ],
2377 "time": "2016-09-07 13:28:20"
2378 },
2379 {
2380 "name": "hoa/stream",
2381 "version": "1.16.09.06",
2382 "source": {
2383 "type": "git",
2384 "url": "https://github.com/hoaproject/Stream.git",
2385 "reference": "f8dec80b6ff3b7898a5604d304ecb73f53d04901"
2386 },
2387 "dist": {
2388 "type": "zip",
2389 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/f8dec80b6ff3b7898a5604d304ecb73f53d04901",
2390 "reference": "f8dec80b6ff3b7898a5604d304ecb73f53d04901",
2391 "shasum": ""
2392 },
2393 "require": {
2394 "hoa/consistency": "~1.0",
2395 "hoa/event": "~1.0",
2396 "hoa/exception": "~1.0",
2397 "hoa/protocol": "~1.0"
2398 },
2399 "type": "library",
2400 "extra": {
2401 "branch-alias": {
2402 "dev-master": "1.x-dev"
2403 }
2404 },
2405 "autoload": {
2406 "psr-4": {
2407 "Hoa\\Stream\\": "."
2408 }
2409 },
2410 "notification-url": "https://packagist.org/downloads/",
2411 "license": [
2412 "BSD-3-Clause"
2413 ],
2414 "authors": [
2415 {
2416 "name": "Ivan Enderlin",
2417 "email": "ivan.enderlin@hoa-project.net"
2418 },
2419 {
2420 "name": "Hoa community",
2421 "homepage": "http://hoa-project.net/"
2422 }
2423 ],
2424 "description": "The Hoa\\Stream library.",
2425 "homepage": "http://hoa-project.net/",
2426 "keywords": [
2427 "Context",
2428 "bucket",
2429 "composite",
2430 "filter",
2431 "in",
2432 "library",
2433 "out",
2434 "protocol",
2435 "stream",
2436 "wrapper"
2437 ],
2438 "time": "2016-09-06 11:14:23"
2439 },
2440 {
2441 "name": "hoa/ustring",
2442 "version": "4.16.01.11",
2443 "source": {
2444 "type": "git",
2445 "url": "https://github.com/hoaproject/Ustring.git",
2446 "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2"
2447 },
2448 "dist": {
2449 "type": "zip",
2450 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/9f76b9aae5901b4f476ef854e29ccd746d6899d2",
2451 "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2",
2452 "shasum": ""
2453 },
2454 "require": {
2455 "hoa/consistency": "~1.0",
2456 "hoa/exception": "~1.0"
2457 },
2458 "require-dev": {
2459 "hoa/test": "~2.0"
2460 },
2461 "suggest": {
2462 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2463 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2464 },
2465 "type": "library",
2466 "extra": {
2467 "branch-alias": {
2468 "dev-master": "4.x-dev"
2469 }
2470 },
2471 "autoload": {
2472 "psr-4": {
2473 "Hoa\\Ustring\\": "."
2474 }
2475 },
2476 "notification-url": "https://packagist.org/downloads/",
2477 "license": [
2478 "BSD-3-Clause"
2479 ],
2480 "authors": [
2481 {
2482 "name": "Ivan Enderlin",
2483 "email": "ivan.enderlin@hoa-project.net"
2484 },
2485 {
2486 "name": "Hoa community",
2487 "homepage": "http://hoa-project.net/"
2488 }
2489 ],
2490 "description": "The Hoa\\Ustring library.",
2491 "homepage": "http://hoa-project.net/",
2492 "keywords": [
2493 "library",
2494 "search",
2495 "string",
2496 "unicode"
2497 ],
2498 "time": "2016-01-11 09:51:34"
2499 },
2500 {
2501 "name": "hoa/visitor",
2502 "version": "2.16.01.11",
2503 "source": {
2504 "type": "git",
2505 "url": "https://github.com/hoaproject/Visitor.git",
2506 "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9"
2507 },
2508 "dist": {
2509 "type": "zip",
2510 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/cb21074b7eb89c3ac9f76d25c72671d579735ca9",
2511 "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9",
2512 "shasum": ""
2513 },
2514 "require": {
2515 "hoa/consistency": "~1.0"
2516 },
2517 "require-dev": {
2518 "hoa/test": "~2.0"
2519 },
2520 "type": "library",
2521 "extra": {
2522 "branch-alias": {
2523 "dev-master": "2.x-dev"
2524 }
2525 },
2526 "autoload": {
2527 "psr-4": {
2528 "Hoa\\Visitor\\": "."
2529 }
2530 },
2531 "notification-url": "https://packagist.org/downloads/",
2532 "license": [
2533 "BSD-3-Clause"
2534 ],
2535 "authors": [
2536 {
2537 "name": "Ivan Enderlin",
2538 "email": "ivan.enderlin@hoa-project.net"
2539 },
2540 {
2541 "name": "Hoa community",
2542 "homepage": "http://hoa-project.net/"
2543 }
2544 ],
2545 "description": "The Hoa\\Visitor library.",
2546 "homepage": "http://hoa-project.net/",
2547 "keywords": [
2548 "library",
2549 "structure",
2550 "visit",
2551 "visitor"
2552 ],
2553 "time": "2016-01-11 09:54:01"
2554 },
2555 {
2556 "name": "hoa/zformat",
2557 "version": "1.16.03.15",
2558 "source": {
2559 "type": "git",
2560 "url": "https://github.com/hoaproject/Zformat.git",
2561 "reference": "d261637aa6f4485d697ebcb898a379f7a34b4e34"
2562 },
2563 "dist": {
2564 "type": "zip",
2565 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/d261637aa6f4485d697ebcb898a379f7a34b4e34",
2566 "reference": "d261637aa6f4485d697ebcb898a379f7a34b4e34",
2567 "shasum": ""
2568 },
2569 "require": {
2570 "hoa/consistency": "~1.0",
2571 "hoa/exception": "~1.0"
2572 },
2573 "type": "library",
2574 "extra": {
2575 "branch-alias": {
2576 "dev-master": "1.x-dev"
2577 }
2578 },
2579 "autoload": {
2580 "psr-4": {
2581 "Hoa\\Zformat\\": "."
2582 }
2583 },
2584 "notification-url": "https://packagist.org/downloads/",
2585 "license": [
2586 "BSD-3-Clause"
2587 ],
2588 "authors": [
2589 {
2590 "name": "Ivan Enderlin",
2591 "email": "ivan.enderlin@hoa-project.net"
2592 },
2593 {
2594 "name": "Hoa community",
2595 "homepage": "http://hoa-project.net/"
2596 }
2597 ],
2598 "description": "The Hoa\\Zformat library.",
2599 "homepage": "http://hoa-project.net/",
2600 "keywords": [
2601 "library",
2602 "parameter",
2603 "zformat"
2604 ],
2605 "time": "2016-03-15 14:55:30"
2606 },
2607 {
2608 "name": "htmlawed/htmlawed",
2609 "version": "1.1.22",
2610 "source": {
2611 "type": "git",
2612 "url": "https://github.com/kesar/HTMLawed.git",
2613 "reference": "b270453ba016ee4c6dae585f047d1e4f3cc456a1"
2614 },
2615 "dist": {
2616 "type": "zip",
2617 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/b270453ba016ee4c6dae585f047d1e4f3cc456a1",
2618 "reference": "b270453ba016ee4c6dae585f047d1e4f3cc456a1",
2619 "shasum": ""
2620 },
2621 "require": {
2622 "php": ">4.4.0"
2623 },
2624 "type": "library",
2625 "autoload": {
2626 "files": [
2627 "htmLawed.php"
2628 ]
2629 },
2630 "notification-url": "https://packagist.org/downloads/",
2631 "license": [
2632 "GPL-2.0+",
2633 "LGPL-3.0"
2634 ],
2635 "authors": [
2636 {
2637 "name": "Santosh Patnaik",
2638 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
2639 "role": "Developer"
2640 }
2641 ],
2642 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
2643 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
2644 "keywords": [
2645 "HTMLtidy",
2646 "html",
2647 "sanitize",
2648 "strip",
2649 "tags"
2650 ],
2651 "time": "2016-08-27 18:53:27"
2652 },
2653 {
2654 "name": "incenteev/composer-parameter-handler",
2655 "version": "v2.1.2",
2656 "source": {
2657 "type": "git",
2658 "url": "https://github.com/Incenteev/ParameterHandler.git",
2659 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2660 },
2661 "dist": {
2662 "type": "zip",
2663 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2664 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2665 "shasum": ""
2666 },
2667 "require": {
2668 "php": ">=5.3.3",
2669 "symfony/yaml": "~2.3|~3.0"
2670 },
2671 "require-dev": {
2672 "composer/composer": "1.0.*@dev",
2673 "phpspec/prophecy-phpunit": "~1.0",
2674 "symfony/filesystem": "~2.2"
2675 },
2676 "type": "library",
2677 "extra": {
2678 "branch-alias": {
2679 "dev-master": "2.1.x-dev"
2680 }
2681 },
2682 "autoload": {
2683 "psr-4": {
2684 "Incenteev\\ParameterHandler\\": ""
2685 }
2686 },
2687 "notification-url": "https://packagist.org/downloads/",
2688 "license": [
2689 "MIT"
2690 ],
2691 "authors": [
2692 {
2693 "name": "Christophe Coevoet",
2694 "email": "stof@notk.org"
2695 }
2696 ],
2697 "description": "Composer script handling your ignored parameter file",
2698 "homepage": "https://github.com/Incenteev/ParameterHandler",
2699 "keywords": [
2700 "parameters management"
2701 ],
2702 "time": "2015-11-10 17:04:01"
2703 },
2704 {
2705 "name": "j0k3r/graby",
2706 "version": "1.4.4",
2707 "source": {
2708 "type": "git",
2709 "url": "https://github.com/j0k3r/graby.git",
2710 "reference": "99a28605b45a6f34429e4ae82d6fccc6301834df"
2711 },
2712 "dist": {
2713 "type": "zip",
2714 "url": "https://api.github.com/repos/j0k3r/graby/zipball/99a28605b45a6f34429e4ae82d6fccc6301834df",
2715 "reference": "99a28605b45a6f34429e4ae82d6fccc6301834df",
2716 "shasum": ""
2717 },
2718 "require": {
2719 "ext-curl": "*",
2720 "guzzlehttp/guzzle": "^5.2.0",
2721 "htmlawed/htmlawed": "^1.1.19",
2722 "j0k3r/graby-site-config": "^1.0",
2723 "j0k3r/php-readability": "^1.0",
2724 "j0k3r/safecurl": "~2.0",
2725 "monolog/monolog": "^1.13.1",
2726 "neitanod/forceutf8": "^2.0",
2727 "php": ">=5.4",
2728 "simplepie/simplepie": "^1.3.1",
2729 "smalot/pdfparser": "~0.9.24",
2730 "symfony/options-resolver": "~2.6|~3.0",
2731 "true/punycode": "~2.0"
2732 },
2733 "require-dev": {
2734 "satooshi/php-coveralls": "~0.6"
2735 },
2736 "type": "library",
2737 "autoload": {
2738 "psr-4": {
2739 "Graby\\": "src/"
2740 }
2741 },
2742 "notification-url": "https://packagist.org/downloads/",
2743 "license": [
2744 "AGPL-3.0"
2745 ],
2746 "authors": [
2747 {
2748 "name": "Jeremy Benoist",
2749 "email": "jeremy.benoist@gmail.com",
2750 "role": "Developer"
2751 },
2752 {
2753 "name": "FiveFilters.org",
2754 "email": "fivefilters@fivefilters.org",
2755 "role": "Developer (original version)"
2756 }
2757 ],
2758 "description": "Graby helps you extract article content from web pages",
2759 "time": "2016-10-03 07:13:42"
2760 },
2761 {
2762 "name": "j0k3r/graby-site-config",
2763 "version": "1.0.26",
2764 "source": {
2765 "type": "git",
2766 "url": "https://github.com/j0k3r/graby-site-config.git",
2767 "reference": "80b4e5f6a2255bf7b68bdde31141280125c07354"
2768 },
2769 "dist": {
2770 "type": "zip",
2771 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/80b4e5f6a2255bf7b68bdde31141280125c07354",
2772 "reference": "80b4e5f6a2255bf7b68bdde31141280125c07354",
2773 "shasum": ""
2774 },
2775 "require": {
2776 "symfony/finder": "~2.6|~3.0"
2777 },
2778 "type": "library",
2779 "autoload": {
2780 "psr-4": {
2781 "GrabySiteConfig\\SiteConfig\\": "src/"
2782 }
2783 },
2784 "notification-url": "https://packagist.org/downloads/",
2785 "license": [
2786 "AGPL-3.0"
2787 ],
2788 "authors": [
2789 {
2790 "name": "Jeremy Benoist",
2791 "email": "jeremy.benoist@gmail.com"
2792 }
2793 ],
2794 "description": "Graby site config files",
2795 "time": "2016-10-03 07:14:23"
2796 },
2797 {
2798 "name": "j0k3r/php-readability",
2799 "version": "1.1.2",
2800 "source": {
2801 "type": "git",
2802 "url": "https://github.com/j0k3r/php-readability.git",
2803 "reference": "47ce4fb7f9fe5e5c314e975e789116d056f3ecbb"
2804 },
2805 "dist": {
2806 "type": "zip",
2807 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/47ce4fb7f9fe5e5c314e975e789116d056f3ecbb",
2808 "reference": "47ce4fb7f9fe5e5c314e975e789116d056f3ecbb",
2809 "shasum": ""
2810 },
2811 "require": {
2812 "monolog/monolog": "^1.13.1",
2813 "php": ">=5.3.3"
2814 },
2815 "require-dev": {
2816 "friendsofphp/php-cs-fixer": "*",
2817 "satooshi/php-coveralls": "~0.6"
2818 },
2819 "type": "library",
2820 "autoload": {
2821 "psr-4": {
2822 "Readability\\": "src/"
2823 }
2824 },
2825 "notification-url": "https://packagist.org/downloads/",
2826 "license": [
2827 "Apache-2.0"
2828 ],
2829 "authors": [
2830 {
2831 "name": "Keyvan Minoukadeh",
2832 "email": "keyvan@keyvan.net",
2833 "homepage": "http://keyvan.net",
2834 "role": "Developer (ported original JS code to PHP)"
2835 },
2836 {
2837 "name": "Arc90",
2838 "homepage": "http://arc90.com",
2839 "role": "Developer (original JS version)"
2840 },
2841 {
2842 "name": "Jeremy Benoist",
2843 "email": "jeremy.benoist@gmail.com",
2844 "homepage": "http://www.j0k3r.net",
2845 "role": "Developer"
2846 },
2847 {
2848 "name": "DitherSky",
2849 "homepage": "https://github.com/Dither",
2850 "role": "Developer (https://github.com/Dither/full-text-rss)"
2851 }
2852 ],
2853 "description": "Automatic article extraction from HTML",
2854 "keywords": [
2855 "article",
2856 "article extraction",
2857 "content",
2858 "content extraction",
2859 "extraction",
2860 "html"
2861 ],
2862 "time": "2016-10-03 07:13:35"
2863 },
2864 {
2865 "name": "j0k3r/safecurl",
2866 "version": "2.0.2",
2867 "source": {
2868 "type": "git",
2869 "url": "https://github.com/j0k3r/safecurl.git",
2870 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b"
2871 },
2872 "dist": {
2873 "type": "zip",
2874 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2875 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2876 "shasum": ""
2877 },
2878 "require": {
2879 "ext-curl": "*",
2880 "php": ">=5.3.3"
2881 },
2882 "require-dev": {
2883 "phpunit/phpunit": "^4.0.0"
2884 },
2885 "type": "library",
2886 "autoload": {
2887 "psr-4": {
2888 "fin1te\\SafeCurl\\": "src/"
2889 }
2890 },
2891 "notification-url": "https://packagist.org/downloads/",
2892 "license": [
2893 "MIT"
2894 ],
2895 "authors": [
2896 {
2897 "name": "Jeremy Benoist",
2898 "email": "jeremy.benoist@gmail.com"
2899 },
2900 {
2901 "name": "Jack W",
2902 "email": "jack@fin1te.net",
2903 "role": "Developer (original version)"
2904 }
2905 ],
2906 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
2907 "keywords": [
2908 "curl",
2909 "safe",
2910 "safecurl",
2911 "ssrf",
2912 "websec"
2913 ],
2914 "time": "2015-11-23 08:16:01"
2915 },
2916 {
2917 "name": "javibravo/simpleue",
2918 "version": "1.0.0",
2919 "source": {
2920 "type": "git",
2921 "url": "https://github.com/javibravo/simpleue.git",
2922 "reference": "0dbb0c26988a1a724ceec83fa2ceded4db0c1d4d"
2923 },
2924 "dist": {
2925 "type": "zip",
2926 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/0dbb0c26988a1a724ceec83fa2ceded4db0c1d4d",
2927 "reference": "0dbb0c26988a1a724ceec83fa2ceded4db0c1d4d",
2928 "shasum": ""
2929 },
2930 "require": {
2931 "php": ">=5.5",
2932 "psr/log": "~1.0"
2933 },
2934 "require-dev": {
2935 "aws/aws-sdk-php": "^3.9",
2936 "phpunit/phpunit": "4.0.*",
2937 "predis/predis": "^1.0"
2938 },
2939 "suggest": {
2940 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
2941 "predis/predis": "Allow work with Redis queues"
2942 },
2943 "type": "library",
2944 "autoload": {
2945 "psr-4": {
2946 "Simpleue\\": "src/Simpleue"
2947 }
2948 },
2949 "notification-url": "https://packagist.org/downloads/",
2950 "license": [
2951 "MIT"
2952 ],
2953 "authors": [
2954 {
2955 "name": "Javier Bravo",
2956 "email": "javibravo85@gmail.com"
2957 }
2958 ],
2959 "description": "Php package to manage queue tasks in a simple way",
2960 "homepage": "http://github.com/javibravo/simpleue",
2961 "keywords": [
2962 "job",
2963 "queue",
2964 "redis",
2965 "sqs",
2966 "task"
2967 ],
2968 "time": "2016-02-16 21:14:52"
2969 },
2970 {
2971 "name": "jdorn/sql-formatter",
2972 "version": "v1.2.17",
2973 "source": {
2974 "type": "git",
2975 "url": "https://github.com/jdorn/sql-formatter.git",
2976 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2977 },
2978 "dist": {
2979 "type": "zip",
2980 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2981 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2982 "shasum": ""
2983 },
2984 "require": {
2985 "php": ">=5.2.4"
2986 },
2987 "require-dev": {
2988 "phpunit/phpunit": "3.7.*"
2989 },
2990 "type": "library",
2991 "extra": {
2992 "branch-alias": {
2993 "dev-master": "1.3.x-dev"
2994 }
2995 },
2996 "autoload": {
2997 "classmap": [
2998 "lib"
2999 ]
3000 },
3001 "notification-url": "https://packagist.org/downloads/",
3002 "license": [
3003 "MIT"
3004 ],
3005 "authors": [
3006 {
3007 "name": "Jeremy Dorn",
3008 "email": "jeremy@jeremydorn.com",
3009 "homepage": "http://jeremydorn.com/"
3010 }
3011 ],
3012 "description": "a PHP SQL highlighting library",
3013 "homepage": "https://github.com/jdorn/sql-formatter/",
3014 "keywords": [
3015 "highlight",
3016 "sql"
3017 ],
3018 "time": "2014-01-12 16:20:24"
3019 },
3020 {
3021 "name": "jms/metadata",
3022 "version": "1.5.1",
3023 "source": {
3024 "type": "git",
3025 "url": "https://github.com/schmittjoh/metadata.git",
3026 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
3027 },
3028 "dist": {
3029 "type": "zip",
3030 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
3031 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
3032 "shasum": ""
3033 },
3034 "require": {
3035 "php": ">=5.3.0"
3036 },
3037 "require-dev": {
3038 "doctrine/cache": "~1.0"
3039 },
3040 "type": "library",
3041 "extra": {
3042 "branch-alias": {
3043 "dev-master": "1.5.x-dev"
3044 }
3045 },
3046 "autoload": {
3047 "psr-0": {
3048 "Metadata\\": "src/"
3049 }
3050 },
3051 "notification-url": "https://packagist.org/downloads/",
3052 "license": [
3053 "Apache"
3054 ],
3055 "authors": [
3056 {
3057 "name": "Johannes Schmitt",
3058 "email": "schmittjoh@gmail.com",
3059 "homepage": "https://github.com/schmittjoh",
3060 "role": "Developer of wrapped JMSSerializerBundle"
3061 }
3062 ],
3063 "description": "Class/method/property metadata management in PHP",
3064 "keywords": [
3065 "annotations",
3066 "metadata",
3067 "xml",
3068 "yaml"
3069 ],
3070 "time": "2014-07-12 07:13:19"
3071 },
3072 {
3073 "name": "jms/parser-lib",
3074 "version": "1.0.0",
3075 "source": {
3076 "type": "git",
3077 "url": "https://github.com/schmittjoh/parser-lib.git",
3078 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
3079 },
3080 "dist": {
3081 "type": "zip",
3082 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3083 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3084 "shasum": ""
3085 },
3086 "require": {
3087 "phpoption/phpoption": ">=0.9,<2.0-dev"
3088 },
3089 "type": "library",
3090 "extra": {
3091 "branch-alias": {
3092 "dev-master": "1.0-dev"
3093 }
3094 },
3095 "autoload": {
3096 "psr-0": {
3097 "JMS\\": "src/"
3098 }
3099 },
3100 "notification-url": "https://packagist.org/downloads/",
3101 "license": [
3102 "Apache2"
3103 ],
3104 "description": "A library for easily creating recursive-descent parsers.",
3105 "time": "2012-11-18 18:08:43"
3106 },
3107 {
3108 "name": "jms/serializer",
3109 "version": "1.3.1",
3110 "source": {
3111 "type": "git",
3112 "url": "https://github.com/schmittjoh/serializer.git",
3113 "reference": "705d0b4633b9c44e6253aa18306b3972282cd3a3"
3114 },
3115 "dist": {
3116 "type": "zip",
3117 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/705d0b4633b9c44e6253aa18306b3972282cd3a3",
3118 "reference": "705d0b4633b9c44e6253aa18306b3972282cd3a3",
3119 "shasum": ""
3120 },
3121 "require": {
3122 "doctrine/annotations": "^1.0",
3123 "doctrine/instantiator": "^1.0.3",
3124 "jms/metadata": "~1.1",
3125 "jms/parser-lib": "1.*",
3126 "php": ">=5.5.0",
3127 "phpcollection/phpcollection": "~0.1",
3128 "phpoption/phpoption": "^1.1"
3129 },
3130 "conflict": {
3131 "twig/twig": "<1.12"
3132 },
3133 "require-dev": {
3134 "doctrine/orm": "~2.1",
3135 "doctrine/phpcr-odm": "^1.3|^2.0",
3136 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
3137 "phpunit/phpunit": "^4.8|^5.0",
3138 "propel/propel1": "~1.7",
3139 "symfony/filesystem": "^2.1",
3140 "symfony/form": "~2.1",
3141 "symfony/translation": "^2.1",
3142 "symfony/validator": "^2.2",
3143 "symfony/yaml": "^2.1",
3144 "twig/twig": "~1.12|~2.0"
3145 },
3146 "suggest": {
3147 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
3148 },
3149 "type": "library",
3150 "extra": {
3151 "branch-alias": {
3152 "dev-master": "1.3-dev"
3153 }
3154 },
3155 "autoload": {
3156 "psr-0": {
3157 "JMS\\Serializer": "src/"
3158 }
3159 },
3160 "notification-url": "https://packagist.org/downloads/",
3161 "license": [
3162 "Apache2"
3163 ],
3164 "authors": [
3165 {
3166 "name": "Johannes M. Schmitt",
3167 "email": "schmittjoh@gmail.com"
3168 }
3169 ],
3170 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
3171 "homepage": "http://jmsyst.com/libs/serializer",
3172 "keywords": [
3173 "deserialization",
3174 "jaxb",
3175 "json",
3176 "serialization",
3177 "xml"
3178 ],
3179 "time": "2016-08-23 17:20:24"
3180 },
3181 {
3182 "name": "jms/serializer-bundle",
3183 "version": "1.1.0",
3184 "target-dir": "JMS/SerializerBundle",
3185 "source": {
3186 "type": "git",
3187 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
3188 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
3189 },
3190 "dist": {
3191 "type": "zip",
3192 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
3193 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
3194 "shasum": ""
3195 },
3196 "require": {
3197 "jms/serializer": "^1.0.0",
3198 "php": ">=5.4.0",
3199 "phpoption/phpoption": "^1.1.0",
3200 "symfony/framework-bundle": "~2.3|~3.0"
3201 },
3202 "require-dev": {
3203 "doctrine/doctrine-bundle": "*",
3204 "doctrine/orm": "*",
3205 "symfony/browser-kit": "*",
3206 "symfony/class-loader": "*",
3207 "symfony/css-selector": "*",
3208 "symfony/finder": "*",
3209 "symfony/form": "*",
3210 "symfony/process": "*",
3211 "symfony/stopwatch": "*",
3212 "symfony/twig-bundle": "*",
3213 "symfony/validator": "*",
3214 "symfony/yaml": "*"
3215 },
3216 "suggest": {
3217 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
3218 },
3219 "type": "symfony-bundle",
3220 "extra": {
3221 "branch-alias": {
3222 "dev-master": "1.1-dev"
3223 }
3224 },
3225 "autoload": {
3226 "psr-0": {
3227 "JMS\\SerializerBundle": ""
3228 }
3229 },
3230 "notification-url": "https://packagist.org/downloads/",
3231 "license": [
3232 "Apache2"
3233 ],
3234 "authors": [
3235 {
3236 "name": "Johannes M. Schmitt",
3237 "email": "schmittjoh@gmail.com"
3238 }
3239 ],
3240 "description": "Allows you to easily serialize, and deserialize data of any complexity",
3241 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
3242 "keywords": [
3243 "deserialization",
3244 "jaxb",
3245 "json",
3246 "serialization",
3247 "xml"
3248 ],
3249 "time": "2015-11-10 12:26:42"
3250 },
3251 {
3252 "name": "kphoen/rulerz",
3253 "version": "0.19.1",
3254 "source": {
3255 "type": "git",
3256 "url": "https://github.com/K-Phoen/rulerz.git",
3257 "reference": "41236e2d1936ed4adfa126957e13017f728d4eca"
3258 },
3259 "dist": {
3260 "type": "zip",
3261 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/41236e2d1936ed4adfa126957e13017f728d4eca",
3262 "reference": "41236e2d1936ed4adfa126957e13017f728d4eca",
3263 "shasum": ""
3264 },
3265 "require": {
3266 "hoa/ruler": "~2.0",
3267 "php": ">=5.5",
3268 "symfony/property-access": "~2.3|~3.0"
3269 },
3270 "require-dev": {
3271 "behat/behat": "~3.0",
3272 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
3273 "doctrine/orm": "~2.4",
3274 "elasticsearch/elasticsearch": "~1.0",
3275 "illuminate/database": "~5.0",
3276 "mikey179/vfsstream": "~1.4",
3277 "phpspec/phpspec": "~2.0,>=2.4-dev",
3278 "pomm-project/cli": "~2.0@dev",
3279 "pomm-project/foundation": "~2.0@dev",
3280 "pomm-project/model-manager": "~2.0.@dev",
3281 "ruflin/elastica": "~1.0",
3282 "solarium/solarium": "~3.0",
3283 "vlucas/phpdotenv": "~2.1"
3284 },
3285 "suggest": {
3286 "doctrine/orm": "To execute rules as Doctrine queries",
3287 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
3288 "kphoen/rulerz-spec-builder": "If you want a specification builder",
3289 "pomm-project/model-manager": "To execute rules as Pomm queries",
3290 "solarium/solarium": "To execute rules as Solr queries"
3291 },
3292 "type": "library",
3293 "extra": {
3294 "branch-alias": {
3295 "dev-master": "1.0.x-dev"
3296 }
3297 },
3298 "autoload": {
3299 "psr-4": {
3300 "RulerZ\\": "src/"
3301 }
3302 },
3303 "notification-url": "https://packagist.org/downloads/",
3304 "license": [
3305 "MIT"
3306 ],
3307 "authors": [
3308 {
3309 "name": "Kévin Gomez",
3310 "email": "contact@kevingomez.fr"
3311 }
3312 ],
3313 "description": "Powerful implementation of the Specification pattern",
3314 "homepage": "https://github.com/K-Phoen/RulerZ",
3315 "keywords": [
3316 "doctrine",
3317 "specification"
3318 ],
3319 "time": "2016-03-18 08:34:34"
3320 },
3321 {
3322 "name": "kphoen/rulerz-bundle",
3323 "version": "0.12.1",
3324 "source": {
3325 "type": "git",
3326 "url": "https://github.com/K-Phoen/RulerZBundle.git",
3327 "reference": "e57da1ca5806c31bfd0bb93089bc71cbf7324ad1"
3328 },
3329 "dist": {
3330 "type": "zip",
3331 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/e57da1ca5806c31bfd0bb93089bc71cbf7324ad1",
3332 "reference": "e57da1ca5806c31bfd0bb93089bc71cbf7324ad1",
3333 "shasum": ""
3334 },
3335 "require": {
3336 "kphoen/rulerz": "~0.17",
3337 "symfony/framework-bundle": "~2.5|~3.0",
3338 "symfony/validator": "~2.5|~3.0"
3339 },
3340 "require-dev": {
3341 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
3342 "mikey179/vfsstream": "~1.0",
3343 "phpunit/phpunit": "~4.8",
3344 "symfony/phpunit-bridge": "~2.7|~3.0"
3345 },
3346 "type": "symfony-bundle",
3347 "autoload": {
3348 "psr-4": {
3349 "KPhoen\\RulerZBundle\\": ""
3350 }
3351 },
3352 "notification-url": "https://packagist.org/downloads/",
3353 "license": [
3354 "MIT"
3355 ],
3356 "authors": [
3357 {
3358 "name": "Kévin Gomez",
3359 "email": "contact@kevingomez.fr"
3360 }
3361 ],
3362 "description": "Symfony2 Bundle for RulerZ",
3363 "homepage": "https://github.com/K-Phoen/RulerZBundle",
3364 "keywords": [
3365 "doctrine",
3366 "ruler",
3367 "rulerz",
3368 "specification"
3369 ],
3370 "time": "2016-06-11 19:36:50"
3371 },
3372 {
3373 "name": "lexik/form-filter-bundle",
3374 "version": "v5.0.1",
3375 "source": {
3376 "type": "git",
3377 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
3378 "reference": "1eb8f523a607f5c2fac947af363ceb8beca5a57c"
3379 },
3380 "dist": {
3381 "type": "zip",
3382 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/1eb8f523a607f5c2fac947af363ceb8beca5a57c",
3383 "reference": "1eb8f523a607f5c2fac947af363ceb8beca5a57c",
3384 "shasum": ""
3385 },
3386 "require": {
3387 "doctrine/orm": "^2.4.8",
3388 "php": ">=5.5.9",
3389 "symfony/form": "~2.8|~3.0",
3390 "symfony/framework-bundle": "~2.8|~3.0"
3391 },
3392 "require-dev": {
3393 "doctrine/mongodb-odm-bundle": "~3.0",
3394 "phpunit/phpunit": "~3.7"
3395 },
3396 "type": "symfony-bundle",
3397 "extra": {
3398 "branch-alias": {
3399 "dev-master": "5.x.x-dev"
3400 }
3401 },
3402 "autoload": {
3403 "psr-4": {
3404 "Lexik\\Bundle\\FormFilterBundle\\": ""
3405 }
3406 },
3407 "notification-url": "https://packagist.org/downloads/",
3408 "license": [
3409 "MIT"
3410 ],
3411 "authors": [
3412 {
3413 "name": "Dev Lexik",
3414 "email": "dev@lexik.fr"
3415 },
3416 {
3417 "name": "Cedric Girard",
3418 "email": "c.girard@lexik.fr"
3419 }
3420 ],
3421 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3422 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3423 "keywords": [
3424 "Symfony2",
3425 "bundle",
3426 "doctrine",
3427 "filter",
3428 "form"
3429 ],
3430 "time": "2016-04-20 08:53:41"
3431 },
3432 {
3433 "name": "lexik/maintenance-bundle",
3434 "version": "v2.1.1",
3435 "source": {
3436 "type": "git",
3437 "url": "https://github.com/lexik/LexikMaintenanceBundle.git",
3438 "reference": "01c2763f1f2012958d4b43bbb87daf96b0316706"
3439 },
3440 "dist": {
3441 "type": "zip",
3442 "url": "https://api.github.com/repos/lexik/LexikMaintenanceBundle/zipball/01c2763f1f2012958d4b43bbb87daf96b0316706",
3443 "reference": "01c2763f1f2012958d4b43bbb87daf96b0316706",
3444 "shasum": ""
3445 },
3446 "require": {
3447 "php": ">=5.3.2",
3448 "symfony/framework-bundle": "~2.7|~3.0"
3449 },
3450 "require-dev": {
3451 "symfony/phpunit-bridge": "~2.7|~3.0"
3452 },
3453 "type": "symfony-bundle",
3454 "extra": {
3455 "branch-alias": {
3456 "dev-master": "2.0.x-dev"
3457 }
3458 },
3459 "autoload": {
3460 "psr-4": {
3461 "Lexik\\Bundle\\MaintenanceBundle\\": ""
3462 }
3463 },
3464 "notification-url": "https://packagist.org/downloads/",
3465 "license": [
3466 "MIT"
3467 ],
3468 "authors": [
3469 {
3470 "name": "Dev Lexik",
3471 "email": "dev@lexik.fr"
3472 },
3473 {
3474 "name": "Gilles Gauthier",
3475 "email": "g.gauthier@lexik.fr"
3476 },
3477 {
3478 "name": "Djuri Baars",
3479 "email": "info@djurict.nl"
3480 }
3481 ],
3482 "description": "This bundle allows you to place your website in maintenance mode by calling two commands from your console.",
3483 "homepage": "https://github.com/lexik/LexikMaintenanceBundle",
3484 "keywords": [
3485 "Symfony2",
3486 "bundle",
3487 "maintenance"
3488 ],
3489 "time": "2016-03-15 09:38:32"
3490 },
3491 {
3492 "name": "liip/theme-bundle",
3493 "version": "1.4.0",
3494 "source": {
3495 "type": "git",
3496 "url": "https://github.com/liip/LiipThemeBundle.git",
3497 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905"
3498 },
3499 "dist": {
3500 "type": "zip",
3501 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3502 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3503 "shasum": ""
3504 },
3505 "require": {
3506 "php": "^5.3.9|^7.0",
3507 "psr/log": "~1.0",
3508 "symfony/framework-bundle": "~2.3|~3.0"
3509 },
3510 "require-dev": {
3511 "kriswallsmith/assetic": "~1.1",
3512 "phpunit/php-code-coverage": "~2.2@stable",
3513 "phpunit/phpunit": "~4.5@stable",
3514 "symfony/console": "~2.3|~3.0",
3515 "symfony/expression-language": "~2.6|~3.0",
3516 "twig/twig": "~1.4|~2.0@dev"
3517 },
3518 "type": "symfony-bundle",
3519 "extra": {
3520 "branch-alias": {
3521 "dev-master": "1.4-dev"
3522 }
3523 },
3524 "autoload": {
3525 "psr-4": {
3526 "Liip\\ThemeBundle\\": ""
3527 }
3528 },
3529 "notification-url": "https://packagist.org/downloads/",
3530 "license": [
3531 "MIT"
3532 ],
3533 "authors": [
3534 {
3535 "name": "Community contributions",
3536 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
3537 },
3538 {
3539 "name": "Liip AG",
3540 "homepage": "http://www.liip.ch/"
3541 }
3542 ],
3543 "description": "Provides theming support for #Symfony2 Bundles",
3544 "keywords": [
3545 "themes",
3546 "theming"
3547 ],
3548 "time": "2015-12-05 09:33:29"
3549 },
3550 {
3551 "name": "mgargano/simplehtmldom",
3552 "version": "1.5",
3553 "source": {
3554 "type": "git",
3555 "url": "https://github.com/matgargano/simplehtmldom.git",
3556 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
3557 },
3558 "dist": {
3559 "type": "zip",
3560 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3561 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3562 "shasum": ""
3563 },
3564 "require": {
3565 "php": ">=5.3.0"
3566 },
3567 "type": "library",
3568 "autoload": {
3569 "psr-0": {
3570 "SimpleHtmlDom": "src/"
3571 },
3572 "files": [
3573 "src/simple_html_dom.php"
3574 ]
3575 },
3576 "notification-url": "https://packagist.org/downloads/",
3577 "license": [
3578 "The MIT License"
3579 ],
3580 "authors": [
3581 {
3582 "name": "S.C. Chen",
3583 "email": "me578022@gmail.com"
3584 }
3585 ],
3586 "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",
3587 "homepage": "http://simplehtmldom.sourceforge.net/",
3588 "keywords": [
3589 "Simple",
3590 "dom",
3591 "html"
3592 ],
3593 "time": "2014-01-05 18:17:34"
3594 },
3595 {
3596 "name": "michelf/php-markdown",
3597 "version": "1.6.0",
3598 "source": {
3599 "type": "git",
3600 "url": "https://github.com/michelf/php-markdown.git",
3601 "reference": "156e56ee036505ec637d761ee62dc425d807183c"
3602 },
3603 "dist": {
3604 "type": "zip",
3605 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
3606 "reference": "156e56ee036505ec637d761ee62dc425d807183c",
3607 "shasum": ""
3608 },
3609 "require": {
3610 "php": ">=5.3.0"
3611 },
3612 "type": "library",
3613 "extra": {
3614 "branch-alias": {
3615 "dev-lib": "1.4.x-dev"
3616 }
3617 },
3618 "autoload": {
3619 "psr-0": {
3620 "Michelf": ""
3621 }
3622 },
3623 "notification-url": "https://packagist.org/downloads/",
3624 "license": [
3625 "BSD-3-Clause"
3626 ],
3627 "authors": [
3628 {
3629 "name": "Michel Fortin",
3630 "email": "michel.fortin@michelf.ca",
3631 "homepage": "https://michelf.ca/",
3632 "role": "Developer"
3633 },
3634 {
3635 "name": "John Gruber",
3636 "homepage": "https://daringfireball.net/"
3637 }
3638 ],
3639 "description": "PHP Markdown",
3640 "homepage": "https://michelf.ca/projects/php-markdown/",
3641 "keywords": [
3642 "markdown"
3643 ],
3644 "time": "2015-12-24 01:37:31"
3645 },
3646 {
3647 "name": "mnapoli/piwik-twig-extension",
3648 "version": "1.0.0",
3649 "source": {
3650 "type": "git",
3651 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
3652 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f"
3653 },
3654 "dist": {
3655 "type": "zip",
3656 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/5171ab7221830a9d377add03dd60dbe6bd7b331f",
3657 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f",
3658 "shasum": ""
3659 },
3660 "require": {
3661 "php": ">=5.4",
3662 "twig/twig": "~1.10"
3663 },
3664 "require-dev": {
3665 "phpunit/phpunit": "~4.0"
3666 },
3667 "type": "library",
3668 "autoload": {
3669 "psr-4": {
3670 "PiwikTwigExtension\\": "src/"
3671 }
3672 },
3673 "notification-url": "https://packagist.org/downloads/",
3674 "license": [
3675 "MIT"
3676 ],
3677 "time": "2014-09-16 06:51:19"
3678 },
3679 {
3680 "name": "monolog/monolog",
3681 "version": "1.21.0",
3682 "source": {
3683 "type": "git",
3684 "url": "https://github.com/Seldaek/monolog.git",
3685 "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
3686 },
3687 "dist": {
3688 "type": "zip",
3689 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
3690 "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
3691 "shasum": ""
3692 },
3693 "require": {
3694 "php": ">=5.3.0",
3695 "psr/log": "~1.0"
3696 },
3697 "provide": {
3698 "psr/log-implementation": "1.0.0"
3699 },
3700 "require-dev": {
3701 "aws/aws-sdk-php": "^2.4.9",
3702 "doctrine/couchdb": "~1.0@dev",
3703 "graylog2/gelf-php": "~1.0",
3704 "jakub-onderka/php-parallel-lint": "0.9",
3705 "php-amqplib/php-amqplib": "~2.4",
3706 "php-console/php-console": "^3.1.3",
3707 "phpunit/phpunit": "~4.5",
3708 "phpunit/phpunit-mock-objects": "2.3.0",
3709 "ruflin/elastica": ">=0.90 <3.0",
3710 "sentry/sentry": "^0.13",
3711 "swiftmailer/swiftmailer": "~5.3"
3712 },
3713 "suggest": {
3714 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3715 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3716 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3717 "ext-mongo": "Allow sending log messages to a MongoDB server",
3718 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3719 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3720 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3721 "php-console/php-console": "Allow sending log messages to Google Chrome",
3722 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3723 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3724 "sentry/sentry": "Allow sending log messages to a Sentry server"
3725 },
3726 "type": "library",
3727 "extra": {
3728 "branch-alias": {
3729 "dev-master": "2.0.x-dev"
3730 }
3731 },
3732 "autoload": {
3733 "psr-4": {
3734 "Monolog\\": "src/Monolog"
3735 }
3736 },
3737 "notification-url": "https://packagist.org/downloads/",
3738 "license": [
3739 "MIT"
3740 ],
3741 "authors": [
3742 {
3743 "name": "Jordi Boggiano",
3744 "email": "j.boggiano@seld.be",
3745 "homepage": "http://seld.be"
3746 }
3747 ],
3748 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3749 "homepage": "http://github.com/Seldaek/monolog",
3750 "keywords": [
3751 "log",
3752 "logging",
3753 "psr-3"
3754 ],
3755 "time": "2016-07-29 03:23:52"
3756 },
3757 {
3758 "name": "mouf/nodejs-installer",
3759 "version": "v1.0.10",
3760 "source": {
3761 "type": "git",
3762 "url": "https://github.com/thecodingmachine/nodejs-installer.git",
3763 "reference": "bc598de486bb450e684221a3abcbfd6017dfca35"
3764 },
3765 "dist": {
3766 "type": "zip",
3767 "url": "https://api.github.com/repos/thecodingmachine/nodejs-installer/zipball/bc598de486bb450e684221a3abcbfd6017dfca35",
3768 "reference": "bc598de486bb450e684221a3abcbfd6017dfca35",
3769 "shasum": ""
3770 },
3771 "require": {
3772 "composer-plugin-api": "^1.0.0",
3773 "ext-openssl": "*",
3774 "php": ">=5.3.0"
3775 },
3776 "require-dev": {
3777 "composer/composer": "*"
3778 },
3779 "type": "composer-plugin",
3780 "extra": {
3781 "class": [
3782 "Mouf\\NodeJsInstaller\\NodeJsPlugin"
3783 ],
3784 "mouf": {
3785 "logo": "node-js.png"
3786 }
3787 },
3788 "autoload": {
3789 "psr-4": {
3790 "Mouf\\NodeJsInstaller\\": "src/"
3791 }
3792 },
3793 "notification-url": "https://packagist.org/downloads/",
3794 "license": [
3795 "MIT"
3796 ],
3797 "authors": [
3798 {
3799 "name": "David Négrier",
3800 "email": "d.negrier@thecodingmachine.com",
3801 "homepage": "http://mouf-php.com"
3802 }
3803 ],
3804 "description": "An installer package that let's you install NodeJS and NPM as a Composer dependency.",
3805 "homepage": "http://mouf-php.com/packages/mouf/nodejs-installer",
3806 "keywords": [
3807 "installer",
3808 "nodejs",
3809 "npm"
3810 ],
3811 "time": "2016-01-05 14:00:57"
3812 },
3813 {
3814 "name": "neitanod/forceutf8",
3815 "version": "v2.0",
3816 "source": {
3817 "type": "git",
3818 "url": "https://github.com/neitanod/forceutf8.git",
3819 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90"
3820 },
3821 "dist": {
3822 "type": "zip",
3823 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3824 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3825 "shasum": ""
3826 },
3827 "require": {
3828 "php": ">=5.3.0"
3829 },
3830 "type": "library",
3831 "autoload": {
3832 "psr-0": {
3833 "ForceUTF8\\": "src/"
3834 }
3835 },
3836 "notification-url": "https://packagist.org/downloads/",
3837 "authors": [
3838 {
3839 "name": "Sebastián Grignoli",
3840 "email": "grignoli@gmail.com"
3841 }
3842 ],
3843 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
3844 "homepage": "https://github.com/neitanod/forceutf8",
3845 "time": "2015-05-07 16:37:23"
3846 },
3847 {
3848 "name": "nelmio/api-doc-bundle",
3849 "version": "2.13.0",
3850 "target-dir": "Nelmio/ApiDocBundle",
3851 "source": {
3852 "type": "git",
3853 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
3854 "reference": "a3a9bb3b700f3ebaed95390292dad23f8141afa0"
3855 },
3856 "dist": {
3857 "type": "zip",
3858 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/a3a9bb3b700f3ebaed95390292dad23f8141afa0",
3859 "reference": "a3a9bb3b700f3ebaed95390292dad23f8141afa0",
3860 "shasum": ""
3861 },
3862 "require": {
3863 "michelf/php-markdown": "~1.4",
3864 "php": ">=5.3",
3865 "symfony/console": "~2.3|~3.0",
3866 "symfony/framework-bundle": "~2.3|~3.0",
3867 "symfony/twig-bundle": "~2.3|~3.0"
3868 },
3869 "conflict": {
3870 "jms/serializer": "<0.12",
3871 "jms/serializer-bundle": "<0.11",
3872 "symfony/symfony": "~2.7.8",
3873 "twig/twig": "<1.12"
3874 },
3875 "require-dev": {
3876 "doctrine/doctrine-bundle": "~1.5",
3877 "doctrine/orm": "~2.3",
3878 "dunglas/api-bundle": "~1.0@dev",
3879 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
3880 "jms/serializer-bundle": ">=0.11",
3881 "sensio/framework-extra-bundle": "~3.0",
3882 "symfony/browser-kit": "~2.3|~3.0",
3883 "symfony/css-selector": "~2.3|~3.0",
3884 "symfony/finder": "~2.3|~3.0",
3885 "symfony/form": "~2.3|~3.0",
3886 "symfony/phpunit-bridge": "~2.7|~3.0",
3887 "symfony/serializer": "~2.7|~3.0",
3888 "symfony/validator": "~2.3|~3.0",
3889 "symfony/yaml": "~2.3|~3.0"
3890 },
3891 "suggest": {
3892 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
3893 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3894 "jms/serializer": "For making use of serializer information in the doc.",
3895 "symfony/form": "For using form definitions as input.",
3896 "symfony/validator": "For making use of validator information in the doc."
3897 },
3898 "type": "symfony-bundle",
3899 "extra": {
3900 "branch-alias": {
3901 "dev-master": "2.13-dev"
3902 }
3903 },
3904 "autoload": {
3905 "psr-0": {
3906 "Nelmio\\ApiDocBundle": ""
3907 }
3908 },
3909 "notification-url": "https://packagist.org/downloads/",
3910 "license": [
3911 "MIT"
3912 ],
3913 "authors": [
3914 {
3915 "name": "Nelmio",
3916 "homepage": "http://nelm.io"
3917 },
3918 {
3919 "name": "Symfony Community",
3920 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3921 }
3922 ],
3923 "description": "Generates documentation for your REST API from annotations",
3924 "keywords": [
3925 "api",
3926 "doc",
3927 "documentation",
3928 "rest"
3929 ],
3930 "time": "2016-06-13 09:12:09"
3931 },
3932 {
3933 "name": "nelmio/cors-bundle",
3934 "version": "1.4.1",
3935 "source": {
3936 "type": "git",
3937 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
3938 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
3939 },
3940 "dist": {
3941 "type": "zip",
3942 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
3943 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
3944 "shasum": ""
3945 },
3946 "require": {
3947 "symfony/framework-bundle": "^2.2 || ^3.0"
3948 },
3949 "require-dev": {
3950 "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3951 "mockery/mockery": "0.9.*"
3952 },
3953 "type": "symfony-bundle",
3954 "extra": {
3955 "branch-alias": {
3956 "dev-master": "1.4.x-dev"
3957 }
3958 },
3959 "autoload": {
3960 "psr-4": {
3961 "Nelmio\\CorsBundle\\": ""
3962 },
3963 "exclude-from-classmap": [
3964 "/Tests/"
3965 ]
3966 },
3967 "notification-url": "https://packagist.org/downloads/",
3968 "license": [
3969 "MIT"
3970 ],
3971 "authors": [
3972 {
3973 "name": "Nelmio",
3974 "homepage": "http://nelm.io"
3975 },
3976 {
3977 "name": "Symfony Community",
3978 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3979 }
3980 ],
3981 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3982 "keywords": [
3983 "api",
3984 "cors",
3985 "crossdomain"
3986 ],
3987 "time": "2015-12-09 17:26:34"
3988 },
3989 {
3990 "name": "ocramius/proxy-manager",
3991 "version": "1.0.2",
3992 "source": {
3993 "type": "git",
3994 "url": "https://github.com/Ocramius/ProxyManager.git",
3995 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3996 },
3997 "dist": {
3998 "type": "zip",
3999 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
4000 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
4001 "shasum": ""
4002 },
4003 "require": {
4004 "php": ">=5.3.3",
4005 "zendframework/zend-code": ">2.2.5,<3.0"
4006 },
4007 "require-dev": {
4008 "ext-phar": "*",
4009 "phpunit/phpunit": "~4.0",
4010 "squizlabs/php_codesniffer": "1.5.*"
4011 },
4012 "suggest": {
4013 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
4014 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
4015 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
4016 "zendframework/zend-stdlib": "To use the hydrator proxy",
4017 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
4018 },
4019 "type": "library",
4020 "extra": {
4021 "branch-alias": {
4022 "dev-master": "2.0.x-dev"
4023 }
4024 },
4025 "autoload": {
4026 "psr-0": {
4027 "ProxyManager\\": "src"
4028 }
4029 },
4030 "notification-url": "https://packagist.org/downloads/",
4031 "license": [
4032 "MIT"
4033 ],
4034 "authors": [
4035 {
4036 "name": "Marco Pivetta",
4037 "email": "ocramius@gmail.com",
4038 "homepage": "http://ocramius.github.com/"
4039 }
4040 ],
4041 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
4042 "homepage": "https://github.com/Ocramius/ProxyManager",
4043 "keywords": [
4044 "aop",
4045 "lazy loading",
4046 "proxy",
4047 "proxy pattern",
4048 "service proxies"
4049 ],
4050 "time": "2015-08-09 04:28:19"
4051 },
4052 {
4053 "name": "pagerfanta/pagerfanta",
4054 "version": "v1.0.3",
4055 "source": {
4056 "type": "git",
4057 "url": "https://github.com/whiteoctober/Pagerfanta.git",
4058 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
4059 },
4060 "dist": {
4061 "type": "zip",
4062 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
4063 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
4064 "shasum": ""
4065 },
4066 "require": {
4067 "php": ">=5.3.0"
4068 },
4069 "require-dev": {
4070 "doctrine/orm": "~2.3",
4071 "doctrine/phpcr-odm": "1.*",
4072 "jackalope/jackalope-doctrine-dbal": "1.*",
4073 "jmikola/geojson": "~1.0",
4074 "mandango/mandango": "~1.0@dev",
4075 "mandango/mondator": "~1.0@dev",
4076 "phpunit/phpunit": "~4",
4077 "propel/propel1": "~1.6",
4078 "ruflin/elastica": "~1.3",
4079 "solarium/solarium": "~3.1"
4080 },
4081 "suggest": {
4082 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
4083 "doctrine/orm": "To use the DoctrineORMAdapter.",
4084 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
4085 "mandango/mandango": "To use the MandangoAdapter.",
4086 "propel/propel1": "To use the PropelAdapter",
4087 "solarium/solarium": "To use the SolariumAdapter."
4088 },
4089 "type": "library",
4090 "extra": {
4091 "branch-alias": {
4092 "dev-master": "1.0.x-dev"
4093 }
4094 },
4095 "autoload": {
4096 "psr-0": {
4097 "Pagerfanta\\": "src/"
4098 }
4099 },
4100 "notification-url": "https://packagist.org/downloads/",
4101 "license": [
4102 "MIT"
4103 ],
4104 "authors": [
4105 {
4106 "name": "Pablo Díez",
4107 "email": "pablodip@gmail.com"
4108 }
4109 ],
4110 "description": "Pagination for PHP 5.3",
4111 "keywords": [
4112 "page",
4113 "pagination",
4114 "paginator",
4115 "paging"
4116 ],
4117 "time": "2014-10-06 10:57:25"
4118 },
4119 {
4120 "name": "paragonie/random_compat",
4121 "version": "v1.4.1",
4122 "source": {
4123 "type": "git",
4124 "url": "https://github.com/paragonie/random_compat.git",
4125 "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
4126 },
4127 "dist": {
4128 "type": "zip",
4129 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
4130 "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
4131 "shasum": ""
4132 },
4133 "require": {
4134 "php": ">=5.2.0"
4135 },
4136 "require-dev": {
4137 "phpunit/phpunit": "4.*|5.*"
4138 },
4139 "suggest": {
4140 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
4141 },
4142 "type": "library",
4143 "autoload": {
4144 "files": [
4145 "lib/random.php"
4146 ]
4147 },
4148 "notification-url": "https://packagist.org/downloads/",
4149 "license": [
4150 "MIT"
4151 ],
4152 "authors": [
4153 {
4154 "name": "Paragon Initiative Enterprises",
4155 "email": "security@paragonie.com",
4156 "homepage": "https://paragonie.com"
4157 }
4158 ],
4159 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
4160 "keywords": [
4161 "csprng",
4162 "pseudorandom",
4163 "random"
4164 ],
4165 "time": "2016-03-18 20:34:03"
4166 },
4167 {
4168 "name": "php-amqplib/php-amqplib",
4169 "version": "v2.6.3",
4170 "source": {
4171 "type": "git",
4172 "url": "https://github.com/php-amqplib/php-amqplib.git",
4173 "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6"
4174 },
4175 "dist": {
4176 "type": "zip",
4177 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6",
4178 "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6",
4179 "shasum": ""
4180 },
4181 "require": {
4182 "ext-bcmath": "*",
4183 "ext-mbstring": "*",
4184 "php": ">=5.3.0"
4185 },
4186 "replace": {
4187 "videlalvaro/php-amqplib": "self.version"
4188 },
4189 "require-dev": {
4190 "phpunit/phpunit": "^4.8",
4191 "scrutinizer/ocular": "^1.1",
4192 "squizlabs/php_codesniffer": "^2.5"
4193 },
4194 "suggest": {
4195 "ext-sockets": "Use AMQPSocketConnection"
4196 },
4197 "type": "library",
4198 "extra": {
4199 "branch-alias": {
4200 "dev-master": "2.7-dev"
4201 }
4202 },
4203 "autoload": {
4204 "psr-4": {
4205 "PhpAmqpLib\\": "PhpAmqpLib/"
4206 }
4207 },
4208 "notification-url": "https://packagist.org/downloads/",
4209 "license": [
4210 "LGPL-2.1"
4211 ],
4212 "authors": [
4213 {
4214 "name": "Alvaro Videla",
4215 "role": "Original Maintainer"
4216 },
4217 {
4218 "name": "John Kelly",
4219 "email": "johnmkelly86@gmail.com",
4220 "role": "Maintainer"
4221 },
4222 {
4223 "name": "Raúl Araya",
4224 "email": "nubeiro@gmail.com",
4225 "role": "Maintainer"
4226 }
4227 ],
4228 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
4229 "homepage": "https://github.com/php-amqplib/php-amqplib/",
4230 "keywords": [
4231 "message",
4232 "queue",
4233 "rabbitmq"
4234 ],
4235 "time": "2016-04-11 14:30:01"
4236 },
4237 {
4238 "name": "php-amqplib/rabbitmq-bundle",
4239 "version": "v1.11.0",
4240 "source": {
4241 "type": "git",
4242 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
4243 "reference": "757bcc6aeed7442eedfc130767ed1ab5f56a90fc"
4244 },
4245 "dist": {
4246 "type": "zip",
4247 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/757bcc6aeed7442eedfc130767ed1ab5f56a90fc",
4248 "reference": "757bcc6aeed7442eedfc130767ed1ab5f56a90fc",
4249 "shasum": ""
4250 },
4251 "require": {
4252 "php": ">=5.3.0",
4253 "php-amqplib/php-amqplib": "~2.6",
4254 "psr/log": "~1.0",
4255 "symfony/config": "~2.3 || ~3.0",
4256 "symfony/console": "~2.3 || ~3.0",
4257 "symfony/dependency-injection": "~2.3 || ~3.0",
4258 "symfony/event-dispatcher": "~2.3 || ~3.0",
4259 "symfony/yaml": "~2.3 || ~3.0"
4260 },
4261 "replace": {
4262 "oldsound/rabbitmq-bundle": "self.version"
4263 },
4264 "require-dev": {
4265 "phpunit/phpunit": "~4.8 || ~5.0",
4266 "symfony/debug": "~2.3 || ~3.0",
4267 "symfony/serializer": "~2.3 || ~3.0"
4268 },
4269 "suggest": {
4270 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
4271 },
4272 "type": "symfony-bundle",
4273 "extra": {
4274 "branch-alias": {
4275 "dev-master": "1.10.x-dev"
4276 }
4277 },
4278 "autoload": {
4279 "psr-4": {
4280 "OldSound\\RabbitMqBundle\\": ""
4281 }
4282 },
4283 "notification-url": "https://packagist.org/downloads/",
4284 "license": [
4285 "MIT"
4286 ],
4287 "authors": [
4288 {
4289 "name": "Alvaro Videla"
4290 }
4291 ],
4292 "description": "Integrates php-amqplib with Symfony2|3 and RabbitMq. Formerly oldsound/rabbitmq-bundle.",
4293 "keywords": [
4294 "AMQP",
4295 "Symfony2",
4296 "message",
4297 "queue",
4298 "rabbitmq"
4299 ],
4300 "time": "2016-09-03 17:56:48"
4301 },
4302 {
4303 "name": "phpcollection/phpcollection",
4304 "version": "0.5.0",
4305 "source": {
4306 "type": "git",
4307 "url": "https://github.com/schmittjoh/php-collection.git",
4308 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
4309 },
4310 "dist": {
4311 "type": "zip",
4312 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4313 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4314 "shasum": ""
4315 },
4316 "require": {
4317 "phpoption/phpoption": "1.*"
4318 },
4319 "type": "library",
4320 "extra": {
4321 "branch-alias": {
4322 "dev-master": "0.4-dev"
4323 }
4324 },
4325 "autoload": {
4326 "psr-0": {
4327 "PhpCollection": "src/"
4328 }
4329 },
4330 "notification-url": "https://packagist.org/downloads/",
4331 "license": [
4332 "Apache2"
4333 ],
4334 "authors": [
4335 {
4336 "name": "Johannes M. Schmitt",
4337 "email": "schmittjoh@gmail.com"
4338 }
4339 ],
4340 "description": "General-Purpose Collection Library for PHP",
4341 "keywords": [
4342 "collection",
4343 "list",
4344 "map",
4345 "sequence",
4346 "set"
4347 ],
4348 "time": "2015-05-17 12:39:23"
4349 },
4350 {
4351 "name": "phpoption/phpoption",
4352 "version": "1.5.0",
4353 "source": {
4354 "type": "git",
4355 "url": "https://github.com/schmittjoh/php-option.git",
4356 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
4357 },
4358 "dist": {
4359 "type": "zip",
4360 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4361 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4362 "shasum": ""
4363 },
4364 "require": {
4365 "php": ">=5.3.0"
4366 },
4367 "require-dev": {
4368 "phpunit/phpunit": "4.7.*"
4369 },
4370 "type": "library",
4371 "extra": {
4372 "branch-alias": {
4373 "dev-master": "1.3-dev"
4374 }
4375 },
4376 "autoload": {
4377 "psr-0": {
4378 "PhpOption\\": "src/"
4379 }
4380 },
4381 "notification-url": "https://packagist.org/downloads/",
4382 "license": [
4383 "Apache2"
4384 ],
4385 "authors": [
4386 {
4387 "name": "Johannes M. Schmitt",
4388 "email": "schmittjoh@gmail.com"
4389 }
4390 ],
4391 "description": "Option Type for PHP",
4392 "keywords": [
4393 "language",
4394 "option",
4395 "php",
4396 "type"
4397 ],
4398 "time": "2015-07-25 16:39:46"
4399 },
4400 {
4401 "name": "phpzip/phpzip",
4402 "version": "2.0.8",
4403 "source": {
4404 "type": "git",
4405 "url": "https://github.com/Grandt/PHPZip.git",
4406 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
4407 },
4408 "dist": {
4409 "type": "zip",
4410 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
4411 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
4412 "shasum": ""
4413 },
4414 "require": {
4415 "grandt/binstring": ">=1.0.0",
4416 "grandt/phpzipmerge": ">=1.0.4",
4417 "grandt/relativepath": ">=1.0.2",
4418 "php": ">=5.3.0"
4419 },
4420 "type": "library",
4421 "autoload": {
4422 "psr-4": {
4423 "PHPZip\\Zip\\": "src/Zip"
4424 }
4425 },
4426 "notification-url": "https://packagist.org/downloads/",
4427 "license": [
4428 "LGPL-2.1"
4429 ],
4430 "authors": [
4431 {
4432 "name": "Adam Schmalhofer",
4433 "email": "Adam.Schmalhofer@gmx.de",
4434 "role": "Developer"
4435 },
4436 {
4437 "name": "A. Grandt",
4438 "email": "php@grandt.com",
4439 "homepage": "http://grandt.com",
4440 "role": "Developer"
4441 },
4442 {
4443 "name": "Greg Kappatos",
4444 "homepage": "http://websiteconnect.com.au",
4445 "role": "Developer"
4446 }
4447 ],
4448 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
4449 "homepage": "https://github.com/Grandt/PHPZip",
4450 "keywords": [
4451 "archive",
4452 "compressed",
4453 "compression",
4454 "phpzip",
4455 "pkzip",
4456 "stream",
4457 "zip"
4458 ],
4459 "time": "2015-11-16 16:30:51"
4460 },
4461 {
4462 "name": "predis/predis",
4463 "version": "v1.1.1",
4464 "source": {
4465 "type": "git",
4466 "url": "https://github.com/nrk/predis.git",
4467 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
4468 },
4469 "dist": {
4470 "type": "zip",
4471 "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
4472 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
4473 "shasum": ""
4474 },
4475 "require": {
4476 "php": ">=5.3.9"
4477 },
4478 "require-dev": {
4479 "phpunit/phpunit": "~4.8"
4480 },
4481 "suggest": {
4482 "ext-curl": "Allows access to Webdis when paired with phpiredis",
4483 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
4484 },
4485 "type": "library",
4486 "autoload": {
4487 "psr-4": {
4488 "Predis\\": "src/"
4489 }
4490 },
4491 "notification-url": "https://packagist.org/downloads/",
4492 "license": [
4493 "MIT"
4494 ],
4495 "authors": [
4496 {
4497 "name": "Daniele Alessandri",
4498 "email": "suppakilla@gmail.com",
4499 "homepage": "http://clorophilla.net"
4500 }
4501 ],
4502 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
4503 "homepage": "http://github.com/nrk/predis",
4504 "keywords": [
4505 "nosql",
4506 "predis",
4507 "redis"
4508 ],
4509 "time": "2016-06-16 16:22:20"
4510 },
4511 {
4512 "name": "psr/cache",
4513 "version": "1.0.1",
4514 "source": {
4515 "type": "git",
4516 "url": "https://github.com/php-fig/cache.git",
4517 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
4518 },
4519 "dist": {
4520 "type": "zip",
4521 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
4522 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
4523 "shasum": ""
4524 },
4525 "require": {
4526 "php": ">=5.3.0"
4527 },
4528 "type": "library",
4529 "extra": {
4530 "branch-alias": {
4531 "dev-master": "1.0.x-dev"
4532 }
4533 },
4534 "autoload": {
4535 "psr-4": {
4536 "Psr\\Cache\\": "src/"
4537 }
4538 },
4539 "notification-url": "https://packagist.org/downloads/",
4540 "license": [
4541 "MIT"
4542 ],
4543 "authors": [
4544 {
4545 "name": "PHP-FIG",
4546 "homepage": "http://www.php-fig.org/"
4547 }
4548 ],
4549 "description": "Common interface for caching libraries",
4550 "keywords": [
4551 "cache",
4552 "psr",
4553 "psr-6"
4554 ],
4555 "time": "2016-08-06 20:24:11"
4556 },
4557 {
4558 "name": "psr/log",
4559 "version": "1.0.1",
4560 "source": {
4561 "type": "git",
4562 "url": "https://github.com/php-fig/log.git",
4563 "reference": "5277094ed527a1c4477177d102fe4c53551953e0"
4564 },
4565 "dist": {
4566 "type": "zip",
4567 "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0",
4568 "reference": "5277094ed527a1c4477177d102fe4c53551953e0",
4569 "shasum": ""
4570 },
4571 "require": {
4572 "php": ">=5.3.0"
4573 },
4574 "type": "library",
4575 "extra": {
4576 "branch-alias": {
4577 "dev-master": "1.0.x-dev"
4578 }
4579 },
4580 "autoload": {
4581 "psr-4": {
4582 "Psr\\Log\\": "Psr/Log/"
4583 }
4584 },
4585 "notification-url": "https://packagist.org/downloads/",
4586 "license": [
4587 "MIT"
4588 ],
4589 "authors": [
4590 {
4591 "name": "PHP-FIG",
4592 "homepage": "http://www.php-fig.org/"
4593 }
4594 ],
4595 "description": "Common interface for logging libraries",
4596 "homepage": "https://github.com/php-fig/log",
4597 "keywords": [
4598 "log",
4599 "psr",
4600 "psr-3"
4601 ],
4602 "time": "2016-09-19 16:02:08"
4603 },
4604 {
4605 "name": "react/promise",
4606 "version": "v2.4.1",
4607 "source": {
4608 "type": "git",
4609 "url": "https://github.com/reactphp/promise.git",
4610 "reference": "8025426794f1944de806618671d4fa476dc7626f"
4611 },
4612 "dist": {
4613 "type": "zip",
4614 "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
4615 "reference": "8025426794f1944de806618671d4fa476dc7626f",
4616 "shasum": ""
4617 },
4618 "require": {
4619 "php": ">=5.4.0"
4620 },
4621 "type": "library",
4622 "extra": {
4623 "branch-alias": {
4624 "dev-master": "2.0-dev"
4625 }
4626 },
4627 "autoload": {
4628 "psr-4": {
4629 "React\\Promise\\": "src/"
4630 },
4631 "files": [
4632 "src/functions_include.php"
4633 ]
4634 },
4635 "notification-url": "https://packagist.org/downloads/",
4636 "license": [
4637 "MIT"
4638 ],
4639 "authors": [
4640 {
4641 "name": "Jan Sorgalla",
4642 "email": "jsorgalla@gmail.com"
4643 }
4644 ],
4645 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
4646 "time": "2016-05-03 17:50:52"
4647 },
4648 {
4649 "name": "scheb/two-factor-bundle",
4650 "version": "v2.8.1",
4651 "source": {
4652 "type": "git",
4653 "url": "https://github.com/scheb/two-factor-bundle.git",
4654 "reference": "c44cabb7ecd2acf4b49b086794ecb348cad502b0"
4655 },
4656 "dist": {
4657 "type": "zip",
4658 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/c44cabb7ecd2acf4b49b086794ecb348cad502b0",
4659 "reference": "c44cabb7ecd2acf4b49b086794ecb348cad502b0",
4660 "shasum": ""
4661 },
4662 "require": {
4663 "ocramius/proxy-manager": "~1.0|~2.0",
4664 "paragonie/random_compat": "~1.0|~2.0",
4665 "sonata-project/google-authenticator": "~1.0",
4666 "symfony/symfony": "~2.6|~3.0"
4667 },
4668 "require-dev": {
4669 "doctrine/orm": "~2.4,>=2.4.5",
4670 "phpunit/phpunit": ">=4.8,<6.0",
4671 "satooshi/php-coveralls": "~0.6",
4672 "swiftmailer/swiftmailer": ">=4.3,<6.0",
4673 "symfony/phpunit-bridge": "~2.7|~3.0"
4674 },
4675 "type": "symfony-bundle",
4676 "autoload": {
4677 "psr-4": {
4678 "Scheb\\TwoFactorBundle\\": ""
4679 }
4680 },
4681 "notification-url": "https://packagist.org/downloads/",
4682 "license": [
4683 "MIT"
4684 ],
4685 "authors": [
4686 {
4687 "name": "Christian Scheb",
4688 "email": "me@christianscheb.de"
4689 }
4690 ],
4691 "description": "Provides two-factor authentication for Symfony applications",
4692 "homepage": "https://github.com/scheb/two-factor-bundle",
4693 "keywords": [
4694 "Authentication",
4695 "security",
4696 "symfony",
4697 "two-factor",
4698 "two-step"
4699 ],
4700 "time": "2016-09-08 18:12:31"
4701 },
4702 {
4703 "name": "sensio/distribution-bundle",
4704 "version": "v5.0.12",
4705 "source": {
4706 "type": "git",
4707 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
4708 "reference": "b6dcd04595e4db95ead22ddea58c397864e00c32"
4709 },
4710 "dist": {
4711 "type": "zip",
4712 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/b6dcd04595e4db95ead22ddea58c397864e00c32",
4713 "reference": "b6dcd04595e4db95ead22ddea58c397864e00c32",
4714 "shasum": ""
4715 },
4716 "require": {
4717 "php": ">=5.3.9",
4718 "sensiolabs/security-checker": "~3.0",
4719 "symfony/class-loader": "~2.3|~3.0",
4720 "symfony/config": "~2.3|~3.0",
4721 "symfony/dependency-injection": "~2.3|~3.0",
4722 "symfony/filesystem": "~2.3|~3.0",
4723 "symfony/http-kernel": "~2.3|~3.0",
4724 "symfony/process": "~2.3|~3.0"
4725 },
4726 "type": "symfony-bundle",
4727 "extra": {
4728 "branch-alias": {
4729 "dev-master": "5.0.x-dev"
4730 }
4731 },
4732 "autoload": {
4733 "psr-4": {
4734 "Sensio\\Bundle\\DistributionBundle\\": ""
4735 }
4736 },
4737 "notification-url": "https://packagist.org/downloads/",
4738 "license": [
4739 "MIT"
4740 ],
4741 "authors": [
4742 {
4743 "name": "Fabien Potencier",
4744 "email": "fabien@symfony.com"
4745 }
4746 ],
4747 "description": "Base bundle for Symfony Distributions",
4748 "keywords": [
4749 "configuration",
4750 "distribution"
4751 ],
4752 "time": "2016-09-14 20:25:12"
4753 },
4754 {
4755 "name": "sensio/framework-extra-bundle",
4756 "version": "v3.0.16",
4757 "source": {
4758 "type": "git",
4759 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
4760 "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
4761 },
4762 "dist": {
4763 "type": "zip",
4764 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
4765 "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
4766 "shasum": ""
4767 },
4768 "require": {
4769 "doctrine/common": "~2.2",
4770 "symfony/dependency-injection": "~2.3|~3.0",
4771 "symfony/framework-bundle": "~2.3|~3.0"
4772 },
4773 "require-dev": {
4774 "symfony/browser-kit": "~2.3|~3.0",
4775 "symfony/dom-crawler": "~2.3|~3.0",
4776 "symfony/expression-language": "~2.4|~3.0",
4777 "symfony/finder": "~2.3|~3.0",
4778 "symfony/phpunit-bridge": "~2.7|~3.0",
4779 "symfony/security-bundle": "~2.4|~3.0",
4780 "symfony/twig-bundle": "~2.3|~3.0",
4781 "twig/twig": "~1.11|~2.0"
4782 },
4783 "suggest": {
4784 "symfony/expression-language": "",
4785 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
4786 "symfony/security-bundle": ""
4787 },
4788 "type": "symfony-bundle",
4789 "extra": {
4790 "branch-alias": {
4791 "dev-master": "3.0.x-dev"
4792 }
4793 },
4794 "autoload": {
4795 "psr-4": {
4796 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
4797 }
4798 },
4799 "notification-url": "https://packagist.org/downloads/",
4800 "license": [
4801 "MIT"
4802 ],
4803 "authors": [
4804 {
4805 "name": "Fabien Potencier",
4806 "email": "fabien@symfony.com"
4807 }
4808 ],
4809 "description": "This bundle provides a way to configure your controllers with annotations",
4810 "keywords": [
4811 "annotations",
4812 "controllers"
4813 ],
4814 "time": "2016-03-25 17:08:27"
4815 },
4816 {
4817 "name": "sensiolabs/security-checker",
4818 "version": "v3.0.2",
4819 "source": {
4820 "type": "git",
4821 "url": "https://github.com/sensiolabs/security-checker.git",
4822 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
4823 },
4824 "dist": {
4825 "type": "zip",
4826 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
4827 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
4828 "shasum": ""
4829 },
4830 "require": {
4831 "symfony/console": "~2.0|~3.0"
4832 },
4833 "bin": [
4834 "security-checker"
4835 ],
4836 "type": "library",
4837 "extra": {
4838 "branch-alias": {
4839 "dev-master": "3.0-dev"
4840 }
4841 },
4842 "autoload": {
4843 "psr-0": {
4844 "SensioLabs\\Security": ""
4845 }
4846 },
4847 "notification-url": "https://packagist.org/downloads/",
4848 "license": [
4849 "MIT"
4850 ],
4851 "authors": [
4852 {
4853 "name": "Fabien Potencier",
4854 "email": "fabien.potencier@gmail.com"
4855 }
4856 ],
4857 "description": "A security checker for your composer.lock",
4858 "time": "2015-11-07 08:07:40"
4859 },
4860 {
4861 "name": "simplepie/simplepie",
4862 "version": "1.3.1",
4863 "source": {
4864 "type": "git",
4865 "url": "https://github.com/simplepie/simplepie.git",
4866 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
4867 },
4868 "dist": {
4869 "type": "zip",
4870 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
4871 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
4872 "shasum": ""
4873 },
4874 "require": {
4875 "php": ">=5.2.0"
4876 },
4877 "type": "library",
4878 "autoload": {
4879 "psr-0": {
4880 "SimplePie": "library"
4881 }
4882 },
4883 "notification-url": "https://packagist.org/downloads/",
4884 "license": [
4885 "BSD-3-Clause"
4886 ],
4887 "authors": [
4888 {
4889 "name": "Ryan Parman",
4890 "homepage": "http://ryanparman.com/",
4891 "role": "Creator, alumnus developer"
4892 },
4893 {
4894 "name": "Geoffrey Sneddon",
4895 "homepage": "http://gsnedders.com/",
4896 "role": "Alumnus developer"
4897 },
4898 {
4899 "name": "Ryan McCue",
4900 "email": "me@ryanmccue.info",
4901 "homepage": "http://ryanmccue.info/",
4902 "role": "Developer"
4903 }
4904 ],
4905 "description": "A simple Atom/RSS parsing library for PHP",
4906 "homepage": "http://simplepie.org/",
4907 "keywords": [
4908 "atom",
4909 "feeds",
4910 "rss"
4911 ],
4912 "time": "2012-10-30 17:54:03"
4913 },
4914 {
4915 "name": "smalot/pdfparser",
4916 "version": "v0.9.25",
4917 "source": {
4918 "type": "git",
4919 "url": "https://github.com/smalot/pdfparser.git",
4920 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa"
4921 },
4922 "dist": {
4923 "type": "zip",
4924 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4925 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4926 "shasum": ""
4927 },
4928 "require": {
4929 "php": ">=5.3.0",
4930 "tecnickcom/tcpdf": ">=6.0.050"
4931 },
4932 "require-dev": {
4933 "atoum/atoum": "dev-master"
4934 },
4935 "type": "library",
4936 "autoload": {
4937 "psr-0": {
4938 "Smalot\\PdfParser\\": "src/"
4939 }
4940 },
4941 "notification-url": "https://packagist.org/downloads/",
4942 "license": [
4943 "GPL-3.0"
4944 ],
4945 "authors": [
4946 {
4947 "name": "Sebastien MALOT",
4948 "email": "sebastien@malot.fr",
4949 "homepage": "http://www.malot.fr",
4950 "role": "Developer"
4951 }
4952 ],
4953 "description": "Pdf parser library. Can read and extract information from pdf file.",
4954 "homepage": "http://www.pdfparser.org",
4955 "time": "2015-09-18 08:29:33"
4956 },
4957 {
4958 "name": "sonata-project/google-authenticator",
4959 "version": "1.0.2",
4960 "source": {
4961 "type": "git",
4962 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4963 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
4964 },
4965 "dist": {
4966 "type": "zip",
4967 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4968 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4969 "shasum": ""
4970 },
4971 "require": {
4972 "php": ">=5.3.0"
4973 },
4974 "type": "library",
4975 "autoload": {
4976 "psr-4": {
4977 "Google\\Authenticator\\": "lib/",
4978 "Google\\Authenticator\\Tests\\": "tests/"
4979 }
4980 },
4981 "notification-url": "https://packagist.org/downloads/",
4982 "license": [
4983 "MIT"
4984 ],
4985 "authors": [
4986 {
4987 "name": "Thomas Rabaix",
4988 "email": "thomas.rabaix@gmail.com",
4989 "homepage": "http://sonata-project.org/"
4990 },
4991 {
4992 "name": "Christian Stocker",
4993 "email": "me@chregu.tv"
4994 },
4995 {
4996 "name": "Andre DeMarre",
4997 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4998 }
4999 ],
5000 "description": "Library to integrate Google Authenticator into a PHP project",
5001 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
5002 "keywords": [
5003 "google authenticator"
5004 ],
5005 "time": "2014-03-31 09:18:53"
5006 },
5007 {
5008 "name": "stof/doctrine-extensions-bundle",
5009 "version": "v1.2.2",
5010 "source": {
5011 "type": "git",
5012 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
5013 "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25"
5014 },
5015 "dist": {
5016 "type": "zip",
5017 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25",
5018 "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25",
5019 "shasum": ""
5020 },
5021 "require": {
5022 "gedmo/doctrine-extensions": "^2.3.1",
5023 "php": ">=5.3.2",
5024 "symfony/framework-bundle": "~2.1|~3.0"
5025 },
5026 "suggest": {
5027 "doctrine/doctrine-bundle": "to use the ORM extensions",
5028 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
5029 },
5030 "type": "symfony-bundle",
5031 "extra": {
5032 "branch-alias": {
5033 "dev-master": "1.2.x-dev"
5034 }
5035 },
5036 "autoload": {
5037 "psr-4": {
5038 "Stof\\DoctrineExtensionsBundle\\": ""
5039 }
5040 },
5041 "notification-url": "https://packagist.org/downloads/",
5042 "license": [
5043 "MIT"
5044 ],
5045 "authors": [
5046 {
5047 "name": "Christophe Coevoet",
5048 "email": "stof@notk.org"
5049 }
5050 ],
5051 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
5052 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
5053 "keywords": [
5054 "behaviors",
5055 "doctrine2",
5056 "extensions",
5057 "gedmo",
5058 "loggable",
5059 "nestedset",
5060 "sluggable",
5061 "sortable",
5062 "timestampable",
5063 "translatable",
5064 "tree"
5065 ],
5066 "time": "2016-01-26 23:58:32"
5067 },
5068 {
5069 "name": "swiftmailer/swiftmailer",
5070 "version": "v5.4.3",
5071 "source": {
5072 "type": "git",
5073 "url": "https://github.com/swiftmailer/swiftmailer.git",
5074 "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
5075 },
5076 "dist": {
5077 "type": "zip",
5078 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
5079 "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
5080 "shasum": ""
5081 },
5082 "require": {
5083 "php": ">=5.3.3"
5084 },
5085 "require-dev": {
5086 "mockery/mockery": "~0.9.1"
5087 },
5088 "type": "library",
5089 "extra": {
5090 "branch-alias": {
5091 "dev-master": "5.4-dev"
5092 }
5093 },
5094 "autoload": {
5095 "files": [
5096 "lib/swift_required.php"
5097 ]
5098 },
5099 "notification-url": "https://packagist.org/downloads/",
5100 "license": [
5101 "MIT"
5102 ],
5103 "authors": [
5104 {
5105 "name": "Chris Corbyn"
5106 },
5107 {
5108 "name": "Fabien Potencier",
5109 "email": "fabien@symfony.com"
5110 }
5111 ],
5112 "description": "Swiftmailer, free feature-rich PHP mailer",
5113 "homepage": "http://swiftmailer.org",
5114 "keywords": [
5115 "email",
5116 "mail",
5117 "mailer"
5118 ],
5119 "time": "2016-07-08 11:51:25"
5120 },
5121 {
5122 "name": "symfony/monolog-bundle",
5123 "version": "2.11.1",
5124 "source": {
5125 "type": "git",
5126 "url": "https://github.com/symfony/monolog-bundle.git",
5127 "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
5128 },
5129 "dist": {
5130 "type": "zip",
5131 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
5132 "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
5133 "shasum": ""
5134 },
5135 "require": {
5136 "monolog/monolog": "~1.18",
5137 "php": ">=5.3.2",
5138 "symfony/config": "~2.3|~3.0",
5139 "symfony/dependency-injection": "~2.3|~3.0",
5140 "symfony/http-kernel": "~2.3|~3.0",
5141 "symfony/monolog-bridge": "~2.3|~3.0"
5142 },
5143 "require-dev": {
5144 "phpunit/phpunit": "^4.8",
5145 "symfony/console": "~2.3|~3.0",
5146 "symfony/yaml": "~2.3|~3.0"
5147 },
5148 "type": "symfony-bundle",
5149 "extra": {
5150 "branch-alias": {
5151 "dev-master": "2.x-dev"
5152 }
5153 },
5154 "autoload": {
5155 "psr-4": {
5156 "Symfony\\Bundle\\MonologBundle\\": ""
5157 }
5158 },
5159 "notification-url": "https://packagist.org/downloads/",
5160 "license": [
5161 "MIT"
5162 ],
5163 "authors": [
5164 {
5165 "name": "Symfony Community",
5166 "homepage": "http://symfony.com/contributors"
5167 },
5168 {
5169 "name": "Fabien Potencier",
5170 "email": "fabien@symfony.com"
5171 }
5172 ],
5173 "description": "Symfony MonologBundle",
5174 "homepage": "http://symfony.com",
5175 "keywords": [
5176 "log",
5177 "logging"
5178 ],
5179 "time": "2016-04-13 16:21:01"
5180 },
5181 {
5182 "name": "symfony/polyfill-intl-icu",
5183 "version": "v1.2.0",
5184 "source": {
5185 "type": "git",
5186 "url": "https://github.com/symfony/polyfill-intl-icu.git",
5187 "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f"
5188 },
5189 "dist": {
5190 "type": "zip",
5191 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f",
5192 "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f",
5193 "shasum": ""
5194 },
5195 "require": {
5196 "php": ">=5.3.3",
5197 "symfony/intl": "~2.3|~3.0"
5198 },
5199 "suggest": {
5200 "ext-intl": "For best performance"
5201 },
5202 "type": "library",
5203 "extra": {
5204 "branch-alias": {
5205 "dev-master": "1.2-dev"
5206 }
5207 },
5208 "autoload": {
5209 "files": [
5210 "bootstrap.php"
5211 ]
5212 },
5213 "notification-url": "https://packagist.org/downloads/",
5214 "license": [
5215 "MIT"
5216 ],
5217 "authors": [
5218 {
5219 "name": "Nicolas Grekas",
5220 "email": "p@tchwork.com"
5221 },
5222 {
5223 "name": "Symfony Community",
5224 "homepage": "https://symfony.com/contributors"
5225 }
5226 ],
5227 "description": "Symfony polyfill for intl's ICU-related data and classes",
5228 "homepage": "https://symfony.com",
5229 "keywords": [
5230 "compatibility",
5231 "icu",
5232 "intl",
5233 "polyfill",
5234 "portable",
5235 "shim"
5236 ],
5237 "time": "2016-05-18 14:26:46"
5238 },
5239 {
5240 "name": "symfony/polyfill-mbstring",
5241 "version": "v1.2.0",
5242 "source": {
5243 "type": "git",
5244 "url": "https://github.com/symfony/polyfill-mbstring.git",
5245 "reference": "dff51f72b0706335131b00a7f49606168c582594"
5246 },
5247 "dist": {
5248 "type": "zip",
5249 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
5250 "reference": "dff51f72b0706335131b00a7f49606168c582594",
5251 "shasum": ""
5252 },
5253 "require": {
5254 "php": ">=5.3.3"
5255 },
5256 "suggest": {
5257 "ext-mbstring": "For best performance"
5258 },
5259 "type": "library",
5260 "extra": {
5261 "branch-alias": {
5262 "dev-master": "1.2-dev"
5263 }
5264 },
5265 "autoload": {
5266 "psr-4": {
5267 "Symfony\\Polyfill\\Mbstring\\": ""
5268 },
5269 "files": [
5270 "bootstrap.php"
5271 ]
5272 },
5273 "notification-url": "https://packagist.org/downloads/",
5274 "license": [
5275 "MIT"
5276 ],
5277 "authors": [
5278 {
5279 "name": "Nicolas Grekas",
5280 "email": "p@tchwork.com"
5281 },
5282 {
5283 "name": "Symfony Community",
5284 "homepage": "https://symfony.com/contributors"
5285 }
5286 ],
5287 "description": "Symfony polyfill for the Mbstring extension",
5288 "homepage": "https://symfony.com",
5289 "keywords": [
5290 "compatibility",
5291 "mbstring",
5292 "polyfill",
5293 "portable",
5294 "shim"
5295 ],
5296 "time": "2016-05-18 14:26:46"
5297 },
5298 {
5299 "name": "symfony/polyfill-php56",
5300 "version": "v1.2.0",
5301 "source": {
5302 "type": "git",
5303 "url": "https://github.com/symfony/polyfill-php56.git",
5304 "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
5305 },
5306 "dist": {
5307 "type": "zip",
5308 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
5309 "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
5310 "shasum": ""
5311 },
5312 "require": {
5313 "php": ">=5.3.3",
5314 "symfony/polyfill-util": "~1.0"
5315 },
5316 "type": "library",
5317 "extra": {
5318 "branch-alias": {
5319 "dev-master": "1.2-dev"
5320 }
5321 },
5322 "autoload": {
5323 "psr-4": {
5324 "Symfony\\Polyfill\\Php56\\": ""
5325 },
5326 "files": [
5327 "bootstrap.php"
5328 ]
5329 },
5330 "notification-url": "https://packagist.org/downloads/",
5331 "license": [
5332 "MIT"
5333 ],
5334 "authors": [
5335 {
5336 "name": "Nicolas Grekas",
5337 "email": "p@tchwork.com"
5338 },
5339 {
5340 "name": "Symfony Community",
5341 "homepage": "https://symfony.com/contributors"
5342 }
5343 ],
5344 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
5345 "homepage": "https://symfony.com",
5346 "keywords": [
5347 "compatibility",
5348 "polyfill",
5349 "portable",
5350 "shim"
5351 ],
5352 "time": "2016-05-18 14:26:46"
5353 },
5354 {
5355 "name": "symfony/polyfill-php70",
5356 "version": "v1.2.0",
5357 "source": {
5358 "type": "git",
5359 "url": "https://github.com/symfony/polyfill-php70.git",
5360 "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85"
5361 },
5362 "dist": {
5363 "type": "zip",
5364 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
5365 "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
5366 "shasum": ""
5367 },
5368 "require": {
5369 "paragonie/random_compat": "~1.0|~2.0",
5370 "php": ">=5.3.3"
5371 },
5372 "type": "library",
5373 "extra": {
5374 "branch-alias": {
5375 "dev-master": "1.2-dev"
5376 }
5377 },
5378 "autoload": {
5379 "psr-4": {
5380 "Symfony\\Polyfill\\Php70\\": ""
5381 },
5382 "files": [
5383 "bootstrap.php"
5384 ],
5385 "classmap": [
5386 "Resources/stubs"
5387 ]
5388 },
5389 "notification-url": "https://packagist.org/downloads/",
5390 "license": [
5391 "MIT"
5392 ],
5393 "authors": [
5394 {
5395 "name": "Nicolas Grekas",
5396 "email": "p@tchwork.com"
5397 },
5398 {
5399 "name": "Symfony Community",
5400 "homepage": "https://symfony.com/contributors"
5401 }
5402 ],
5403 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
5404 "homepage": "https://symfony.com",
5405 "keywords": [
5406 "compatibility",
5407 "polyfill",
5408 "portable",
5409 "shim"
5410 ],
5411 "time": "2016-05-18 14:26:46"
5412 },
5413 {
5414 "name": "symfony/polyfill-util",
5415 "version": "v1.2.0",
5416 "source": {
5417 "type": "git",
5418 "url": "https://github.com/symfony/polyfill-util.git",
5419 "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
5420 },
5421 "dist": {
5422 "type": "zip",
5423 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
5424 "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
5425 "shasum": ""
5426 },
5427 "require": {
5428 "php": ">=5.3.3"
5429 },
5430 "type": "library",
5431 "extra": {
5432 "branch-alias": {
5433 "dev-master": "1.2-dev"
5434 }
5435 },
5436 "autoload": {
5437 "psr-4": {
5438 "Symfony\\Polyfill\\Util\\": ""
5439 }
5440 },
5441 "notification-url": "https://packagist.org/downloads/",
5442 "license": [
5443 "MIT"
5444 ],
5445 "authors": [
5446 {
5447 "name": "Nicolas Grekas",
5448 "email": "p@tchwork.com"
5449 },
5450 {
5451 "name": "Symfony Community",
5452 "homepage": "https://symfony.com/contributors"
5453 }
5454 ],
5455 "description": "Symfony utilities for portability of PHP codes",
5456 "homepage": "https://symfony.com",
5457 "keywords": [
5458 "compat",
5459 "compatibility",
5460 "polyfill",
5461 "shim"
5462 ],
5463 "time": "2016-05-18 14:26:46"
5464 },
5465 {
5466 "name": "symfony/swiftmailer-bundle",
5467 "version": "v2.3.11",
5468 "source": {
5469 "type": "git",
5470 "url": "https://github.com/symfony/swiftmailer-bundle.git",
5471 "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
5472 },
5473 "dist": {
5474 "type": "zip",
5475 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
5476 "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
5477 "shasum": ""
5478 },
5479 "require": {
5480 "php": ">=5.3.2",
5481 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
5482 "symfony/config": "~2.3|~3.0",
5483 "symfony/dependency-injection": "~2.3|~3.0",
5484 "symfony/http-kernel": "~2.3|~3.0",
5485 "symfony/yaml": "~2.3|~3.0"
5486 },
5487 "require-dev": {
5488 "symfony/phpunit-bridge": "~2.7|~3.0"
5489 },
5490 "suggest": {
5491 "psr/log": "Allows logging"
5492 },
5493 "type": "symfony-bundle",
5494 "extra": {
5495 "branch-alias": {
5496 "dev-master": "2.3-dev"
5497 }
5498 },
5499 "autoload": {
5500 "psr-4": {
5501 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
5502 }
5503 },
5504 "notification-url": "https://packagist.org/downloads/",
5505 "license": [
5506 "MIT"
5507 ],
5508 "authors": [
5509 {
5510 "name": "Symfony Community",
5511 "homepage": "http://symfony.com/contributors"
5512 },
5513 {
5514 "name": "Fabien Potencier",
5515 "email": "fabien@symfony.com"
5516 }
5517 ],
5518 "description": "Symfony SwiftmailerBundle",
5519 "homepage": "http://symfony.com",
5520 "time": "2016-01-15 16:41:20"
5521 },
5522 {
5523 "name": "symfony/symfony",
5524 "version": "v3.1.4",
5525 "source": {
5526 "type": "git",
5527 "url": "https://github.com/symfony/symfony.git",
5528 "reference": "65ca9e4fbdb34f6d463ef77898ca583b101a4162"
5529 },
5530 "dist": {
5531 "type": "zip",
5532 "url": "https://api.github.com/repos/symfony/symfony/zipball/65ca9e4fbdb34f6d463ef77898ca583b101a4162",
5533 "reference": "65ca9e4fbdb34f6d463ef77898ca583b101a4162",
5534 "shasum": ""
5535 },
5536 "require": {
5537 "doctrine/common": "~2.4",
5538 "php": ">=5.5.9",
5539 "psr/cache": "~1.0",
5540 "psr/log": "~1.0",
5541 "symfony/polyfill-intl-icu": "~1.0",
5542 "symfony/polyfill-mbstring": "~1.0",
5543 "symfony/polyfill-php56": "~1.0",
5544 "symfony/polyfill-php70": "~1.0",
5545 "symfony/polyfill-util": "~1.0",
5546 "twig/twig": "~1.23|~2.0"
5547 },
5548 "conflict": {
5549 "phpdocumentor/reflection-docblock": "<3.0",
5550 "phpdocumentor/type-resolver": "<0.2.0"
5551 },
5552 "provide": {
5553 "psr/cache-implementation": "1.0"
5554 },
5555 "replace": {
5556 "symfony/asset": "self.version",
5557 "symfony/browser-kit": "self.version",
5558 "symfony/cache": "self.version",
5559 "symfony/class-loader": "self.version",
5560 "symfony/config": "self.version",
5561 "symfony/console": "self.version",
5562 "symfony/css-selector": "self.version",
5563 "symfony/debug": "self.version",
5564 "symfony/debug-bundle": "self.version",
5565 "symfony/dependency-injection": "self.version",
5566 "symfony/doctrine-bridge": "self.version",
5567 "symfony/dom-crawler": "self.version",
5568 "symfony/event-dispatcher": "self.version",
5569 "symfony/expression-language": "self.version",
5570 "symfony/filesystem": "self.version",
5571 "symfony/finder": "self.version",
5572 "symfony/form": "self.version",
5573 "symfony/framework-bundle": "self.version",
5574 "symfony/http-foundation": "self.version",
5575 "symfony/http-kernel": "self.version",
5576 "symfony/inflector": "self.version",
5577 "symfony/intl": "self.version",
5578 "symfony/ldap": "self.version",
5579 "symfony/monolog-bridge": "self.version",
5580 "symfony/options-resolver": "self.version",
5581 "symfony/process": "self.version",
5582 "symfony/property-access": "self.version",
5583 "symfony/property-info": "self.version",
5584 "symfony/proxy-manager-bridge": "self.version",
5585 "symfony/routing": "self.version",
5586 "symfony/security": "self.version",
5587 "symfony/security-bundle": "self.version",
5588 "symfony/security-core": "self.version",
5589 "symfony/security-csrf": "self.version",
5590 "symfony/security-guard": "self.version",
5591 "symfony/security-http": "self.version",
5592 "symfony/serializer": "self.version",
5593 "symfony/stopwatch": "self.version",
5594 "symfony/templating": "self.version",
5595 "symfony/translation": "self.version",
5596 "symfony/twig-bridge": "self.version",
5597 "symfony/twig-bundle": "self.version",
5598 "symfony/validator": "self.version",
5599 "symfony/var-dumper": "self.version",
5600 "symfony/web-profiler-bundle": "self.version",
5601 "symfony/yaml": "self.version"
5602 },
5603 "require-dev": {
5604 "cache/integration-tests": "dev-master",
5605 "doctrine/cache": "~1.6",
5606 "doctrine/data-fixtures": "1.0.*",
5607 "doctrine/dbal": "~2.4",
5608 "doctrine/doctrine-bundle": "~1.4",
5609 "doctrine/orm": "~2.4,>=2.4.5",
5610 "egulias/email-validator": "~1.2,>=1.2.1",
5611 "monolog/monolog": "~1.11",
5612 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
5613 "phpdocumentor/reflection-docblock": "^3.0",
5614 "predis/predis": "~1.0",
5615 "symfony/polyfill-apcu": "~1.1",
5616 "symfony/security-acl": "~2.8|~3.0"
5617 },
5618 "type": "library",
5619 "extra": {
5620 "branch-alias": {
5621 "dev-master": "3.1-dev"
5622 }
5623 },
5624 "autoload": {
5625 "psr-4": {
5626 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
5627 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
5628 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
5629 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
5630 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
5631 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
5632 "Symfony\\Component\\": "src/Symfony/Component/"
5633 },
5634 "classmap": [
5635 "src/Symfony/Component/Intl/Resources/stubs"
5636 ],
5637 "exclude-from-classmap": [
5638 "**/Tests/"
5639 ]
5640 },
5641 "notification-url": "https://packagist.org/downloads/",
5642 "license": [
5643 "MIT"
5644 ],
5645 "authors": [
5646 {
5647 "name": "Fabien Potencier",
5648 "email": "fabien@symfony.com"
5649 },
5650 {
5651 "name": "Symfony Community",
5652 "homepage": "https://symfony.com/contributors"
5653 }
5654 ],
5655 "description": "The Symfony PHP framework",
5656 "homepage": "https://symfony.com",
5657 "keywords": [
5658 "framework"
5659 ],
5660 "time": "2016-09-03 15:28:43"
5661 },
5662 {
5663 "name": "tecnickcom/tcpdf",
5664 "version": "6.2.12",
5665 "source": {
5666 "type": "git",
5667 "url": "https://github.com/tecnickcom/TCPDF.git",
5668 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
5669 },
5670 "dist": {
5671 "type": "zip",
5672 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
5673 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
5674 "shasum": ""
5675 },
5676 "require": {
5677 "php": ">=5.3.0"
5678 },
5679 "type": "library",
5680 "autoload": {
5681 "classmap": [
5682 "fonts",
5683 "config",
5684 "include",
5685 "tcpdf.php",
5686 "tcpdf_parser.php",
5687 "tcpdf_import.php",
5688 "tcpdf_barcodes_1d.php",
5689 "tcpdf_barcodes_2d.php",
5690 "include/tcpdf_colors.php",
5691 "include/tcpdf_filters.php",
5692 "include/tcpdf_font_data.php",
5693 "include/tcpdf_fonts.php",
5694 "include/tcpdf_images.php",
5695 "include/tcpdf_static.php",
5696 "include/barcodes/datamatrix.php",
5697 "include/barcodes/pdf417.php",
5698 "include/barcodes/qrcode.php"
5699 ]
5700 },
5701 "notification-url": "https://packagist.org/downloads/",
5702 "license": [
5703 "LGPLv3"
5704 ],
5705 "authors": [
5706 {
5707 "name": "Nicola Asuni",
5708 "email": "info@tecnick.com",
5709 "homepage": "http://nicolaasuni.tecnick.com"
5710 }
5711 ],
5712 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5713 "homepage": "http://www.tcpdf.org/",
5714 "keywords": [
5715 "PDFD32000-2008",
5716 "TCPDF",
5717 "barcodes",
5718 "datamatrix",
5719 "pdf",
5720 "pdf417",
5721 "qrcode"
5722 ],
5723 "time": "2015-09-12 10:08:34"
5724 },
5725 {
5726 "name": "true/punycode",
5727 "version": "v2.1.0",
5728 "source": {
5729 "type": "git",
5730 "url": "https://github.com/true/php-punycode.git",
5731 "reference": "74033cbe9fdd3eba597f8af501947a125b3b8087"
5732 },
5733 "dist": {
5734 "type": "zip",
5735 "url": "https://api.github.com/repos/true/php-punycode/zipball/74033cbe9fdd3eba597f8af501947a125b3b8087",
5736 "reference": "74033cbe9fdd3eba597f8af501947a125b3b8087",
5737 "shasum": ""
5738 },
5739 "require": {
5740 "ext-mbstring": "*",
5741 "php": ">=5.3.0"
5742 },
5743 "require-dev": {
5744 "phpunit/phpunit": "~4.7",
5745 "squizlabs/php_codesniffer": "~2.0"
5746 },
5747 "type": "library",
5748 "autoload": {
5749 "psr-4": {
5750 "TrueBV\\": "src/"
5751 }
5752 },
5753 "notification-url": "https://packagist.org/downloads/",
5754 "license": [
5755 "MIT"
5756 ],
5757 "authors": [
5758 {
5759 "name": "Renan Gonçalves",
5760 "email": "renan.saddam@gmail.com"
5761 }
5762 ],
5763 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
5764 "homepage": "https://github.com/true/php-punycode",
5765 "keywords": [
5766 "idna",
5767 "punycode"
5768 ],
5769 "time": "2016-08-09 14:50:44"
5770 },
5771 {
5772 "name": "twig/extensions",
5773 "version": "v1.4.0",
5774 "source": {
5775 "type": "git",
5776 "url": "https://github.com/twigphp/Twig-extensions.git",
5777 "reference": "531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee"
5778 },
5779 "dist": {
5780 "type": "zip",
5781 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee",
5782 "reference": "531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee",
5783 "shasum": ""
5784 },
5785 "require": {
5786 "twig/twig": "~1.20|~2.0"
5787 },
5788 "require-dev": {
5789 "symfony/translation": "~2.3"
5790 },
5791 "suggest": {
5792 "symfony/translation": "Allow the time_diff output to be translated"
5793 },
5794 "type": "library",
5795 "extra": {
5796 "branch-alias": {
5797 "dev-master": "1.4-dev"
5798 }
5799 },
5800 "autoload": {
5801 "psr-0": {
5802 "Twig_Extensions_": "lib/"
5803 }
5804 },
5805 "notification-url": "https://packagist.org/downloads/",
5806 "license": [
5807 "MIT"
5808 ],
5809 "authors": [
5810 {
5811 "name": "Fabien Potencier",
5812 "email": "fabien@symfony.com"
5813 }
5814 ],
5815 "description": "Common additional features for Twig that do not directly belong in core",
5816 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
5817 "keywords": [
5818 "i18n",
5819 "text"
5820 ],
5821 "time": "2016-09-22 16:50:57"
5822 },
5823 {
5824 "name": "twig/twig",
5825 "version": "v1.26.0",
5826 "source": {
5827 "type": "git",
5828 "url": "https://github.com/twigphp/Twig.git",
5829 "reference": "81c2b5fd36581370c7731387f05dcdb577050513"
5830 },
5831 "dist": {
5832 "type": "zip",
5833 "url": "https://api.github.com/repos/twigphp/Twig/zipball/81c2b5fd36581370c7731387f05dcdb577050513",
5834 "reference": "81c2b5fd36581370c7731387f05dcdb577050513",
5835 "shasum": ""
5836 },
5837 "require": {
5838 "php": ">=5.2.7"
5839 },
5840 "require-dev": {
5841 "symfony/debug": "~2.7",
5842 "symfony/phpunit-bridge": "~2.7"
5843 },
5844 "type": "library",
5845 "extra": {
5846 "branch-alias": {
5847 "dev-master": "1.26-dev"
5848 }
5849 },
5850 "autoload": {
5851 "psr-0": {
5852 "Twig_": "lib/"
5853 }
5854 },
5855 "notification-url": "https://packagist.org/downloads/",
5856 "license": [
5857 "BSD-3-Clause"
5858 ],
5859 "authors": [
5860 {
5861 "name": "Fabien Potencier",
5862 "email": "fabien@symfony.com",
5863 "homepage": "http://fabien.potencier.org",
5864 "role": "Lead Developer"
5865 },
5866 {
5867 "name": "Armin Ronacher",
5868 "email": "armin.ronacher@active-4.com",
5869 "role": "Project Founder"
5870 },
5871 {
5872 "name": "Twig Team",
5873 "homepage": "http://twig.sensiolabs.org/contributors",
5874 "role": "Contributors"
5875 }
5876 ],
5877 "description": "Twig, the flexible, fast, and secure template language for PHP",
5878 "homepage": "http://twig.sensiolabs.org",
5879 "keywords": [
5880 "templating"
5881 ],
5882 "time": "2016-10-02 16:19:13"
5883 },
5884 {
5885 "name": "wallabag/php-mobi",
5886 "version": "1.0.1",
5887 "source": {
5888 "type": "git",
5889 "url": "https://github.com/wallabag/php-mobi.git",
5890 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
5891 },
5892 "dist": {
5893 "type": "zip",
5894 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
5895 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
5896 "shasum": ""
5897 },
5898 "require": {
5899 "php": ">=5.3.0"
5900 },
5901 "replace": {
5902 "wallabag/phpmobi": "*"
5903 },
5904 "type": "library",
5905 "autoload": {
5906 "files": [
5907 "MOBIClass/MOBI.php"
5908 ]
5909 },
5910 "notification-url": "https://packagist.org/downloads/",
5911 "license": [
5912 "Apache-2.0"
5913 ],
5914 "authors": [
5915 {
5916 "name": "Nicolas LÅ“uillet",
5917 "email": "nicolas@loeuillet.org",
5918 "homepage": "http://www.cdetc.fr"
5919 },
5920 {
5921 "name": "Sander Kromwijk",
5922 "email": "s.kromwijk@gmail.co",
5923 "role": "Original developer"
5924 }
5925 ],
5926 "description": "A Mobipocket file (.mobi) creator in PHP.",
5927 "homepage": "https://github.com/wallabag/phpMobi",
5928 "time": "2015-10-16 08:42:42"
5929 },
5930 {
5931 "name": "white-october/pagerfanta-bundle",
5932 "version": "v1.0.7",
5933 "source": {
5934 "type": "git",
5935 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
5936 "reference": "f7e0fdf94a763a21a7c4c36ec9d9b5bcf4e12521"
5937 },
5938 "dist": {
5939 "type": "zip",
5940 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/f7e0fdf94a763a21a7c4c36ec9d9b5bcf4e12521",
5941 "reference": "f7e0fdf94a763a21a7c4c36ec9d9b5bcf4e12521",
5942 "shasum": ""
5943 },
5944 "require": {
5945 "pagerfanta/pagerfanta": "1.0.*",
5946 "symfony/framework-bundle": "~2.3|~3.0",
5947 "symfony/property-access": "~2.3|~3.0",
5948 "symfony/twig-bundle": "~2.3|~3.0"
5949 },
5950 "require-dev": {
5951 "phpunit/phpunit": "~3.7",
5952 "symfony/symfony": "~2.3|~3.0"
5953 },
5954 "type": "symfony-bundle",
5955 "extra": {
5956 "branch-alias": {
5957 "dev-master": "1.0.x-dev"
5958 }
5959 },
5960 "autoload": {
5961 "psr-4": {
5962 "WhiteOctober\\PagerfantaBundle\\": ""
5963 }
5964 },
5965 "notification-url": "https://packagist.org/downloads/",
5966 "license": [
5967 "MIT"
5968 ],
5969 "authors": [
5970 {
5971 "name": "Pablo Díez",
5972 "email": "pablodip@gmail.com"
5973 }
5974 ],
5975 "description": "Bundle to use Pagerfanta with Symfony2",
5976 "keywords": [
5977 "page",
5978 "paging"
5979 ],
5980 "time": "2016-08-04 15:48:14"
5981 },
5982 {
5983 "name": "willdurand/hateoas",
5984 "version": "2.10.0",
5985 "source": {
5986 "type": "git",
5987 "url": "https://github.com/willdurand/Hateoas.git",
5988 "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189"
5989 },
5990 "dist": {
5991 "type": "zip",
5992 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/ada89d867e47040f8c4be3be2c8e7930a3d01189",
5993 "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189",
5994 "shasum": ""
5995 },
5996 "require": {
5997 "doctrine/annotations": "~1.0",
5998 "doctrine/common": "~2.0",
5999 "jms/metadata": "~1.1",
6000 "jms/serializer": "~1.0",
6001 "php": ">=5.4",
6002 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
6003 "symfony/expression-language": "~2.4 || ~3.0"
6004 },
6005 "require-dev": {
6006 "pagerfanta/pagerfanta": "~1.0",
6007 "phpunit/phpunit": "~4.5",
6008 "symfony/dependency-injection": "~2.4 || ~3.0",
6009 "symfony/routing": "~2.4 || ~3.0",
6010 "symfony/yaml": "~2.4 || ~3.0",
6011 "twig/twig": "~1.12"
6012 },
6013 "suggest": {
6014 "symfony/routing": "To use the SymfonyRouteFactory.",
6015 "symfony/yaml": "To use yaml based configuration.",
6016 "twig/twig": "To use the Twig extensions."
6017 },
6018 "type": "library",
6019 "extra": {
6020 "branch-alias": {
6021 "dev-master": "2.10-dev"
6022 }
6023 },
6024 "autoload": {
6025 "psr-0": {
6026 "Hateoas": "src/"
6027 }
6028 },
6029 "notification-url": "https://packagist.org/downloads/",
6030 "license": [
6031 "MIT"
6032 ],
6033 "authors": [
6034 {
6035 "name": "Adrien Brault",
6036 "email": "adrien.brault@gmail.com"
6037 },
6038 {
6039 "name": "William DURAND",
6040 "email": "william.durand1@gmail.com"
6041 }
6042 ],
6043 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
6044 "time": "2016-05-19 11:30:35"
6045 },
6046 {
6047 "name": "willdurand/hateoas-bundle",
6048 "version": "1.2.0",
6049 "target-dir": "Bazinga/Bundle/HateoasBundle",
6050 "source": {
6051 "type": "git",
6052 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
6053 "reference": "7c73a949c72dc6bc7363f76c11e70e655b19d94b"
6054 },
6055 "dist": {
6056 "type": "zip",
6057 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/7c73a949c72dc6bc7363f76c11e70e655b19d94b",
6058 "reference": "7c73a949c72dc6bc7363f76c11e70e655b19d94b",
6059 "shasum": ""
6060 },
6061 "require": {
6062 "jms/serializer-bundle": "~1.0",
6063 "php": ">5.4",
6064 "symfony/framework-bundle": "~2.2 || ~3.0",
6065 "willdurand/hateoas": "^2.10.0"
6066 },
6067 "require-dev": {
6068 "phpunit/phpunit": "~4.5",
6069 "symfony/expression-language": "~2.4 || ~3.0",
6070 "twig/twig": "~1.12"
6071 },
6072 "type": "symfony-bundle",
6073 "extra": {
6074 "branch-alias": {
6075 "dev-master": "1.2-dev"
6076 }
6077 },
6078 "autoload": {
6079 "psr-0": {
6080 "Bazinga\\Bundle\\HateoasBundle": ""
6081 }
6082 },
6083 "notification-url": "https://packagist.org/downloads/",
6084 "license": [
6085 "MIT"
6086 ],
6087 "authors": [
6088 {
6089 "name": "William DURAND",
6090 "email": "william.durand1@gmail.com"
6091 }
6092 ],
6093 "description": "Integration of Hateoas into Symfony2.",
6094 "keywords": [
6095 "HATEOAS",
6096 "rest"
6097 ],
6098 "time": "2016-05-31 13:55:14"
6099 },
6100 {
6101 "name": "willdurand/jsonp-callback-validator",
6102 "version": "v1.1.0",
6103 "source": {
6104 "type": "git",
6105 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
6106 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
6107 },
6108 "dist": {
6109 "type": "zip",
6110 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
6111 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
6112 "shasum": ""
6113 },
6114 "require": {
6115 "php": ">=5.3.0"
6116 },
6117 "require-dev": {
6118 "phpunit/phpunit": "~3.7"
6119 },
6120 "type": "library",
6121 "autoload": {
6122 "psr-0": {
6123 "JsonpCallbackValidator": "src/"
6124 }
6125 },
6126 "notification-url": "https://packagist.org/downloads/",
6127 "license": [
6128 "MIT"
6129 ],
6130 "authors": [
6131 {
6132 "name": "William Durand",
6133 "email": "william.durand1@gmail.com",
6134 "homepage": "http://www.willdurand.fr"
6135 }
6136 ],
6137 "description": "JSONP callback validator.",
6138 "time": "2014-01-20 22:35:06"
6139 },
6140 {
6141 "name": "willdurand/negotiation",
6142 "version": "1.5.0",
6143 "source": {
6144 "type": "git",
6145 "url": "https://github.com/willdurand/Negotiation.git",
6146 "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
6147 },
6148 "dist": {
6149 "type": "zip",
6150 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
6151 "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
6152 "shasum": ""
6153 },
6154 "require": {
6155 "php": ">=5.3.0"
6156 },
6157 "type": "library",
6158 "extra": {
6159 "branch-alias": {
6160 "dev-master": "1.5-dev"
6161 }
6162 },
6163 "autoload": {
6164 "psr-4": {
6165 "Negotiation\\": "src/Negotiation"
6166 }
6167 },
6168 "notification-url": "https://packagist.org/downloads/",
6169 "license": [
6170 "MIT"
6171 ],
6172 "authors": [
6173 {
6174 "name": "William Durand",
6175 "email": "william.durand1@gmail.com"
6176 }
6177 ],
6178 "description": "Content Negotiation tools for PHP provided as a standalone library.",
6179 "homepage": "http://williamdurand.fr/Negotiation/",
6180 "keywords": [
6181 "accept",
6182 "content",
6183 "format",
6184 "header",
6185 "negotiation"
6186 ],
6187 "time": "2015-10-01 07:42:40"
6188 },
6189 {
6190 "name": "zendframework/zend-code",
6191 "version": "2.6.3",
6192 "source": {
6193 "type": "git",
6194 "url": "https://github.com/zendframework/zend-code.git",
6195 "reference": "95033f061b083e16cdee60530ec260d7d628b887"
6196 },
6197 "dist": {
6198 "type": "zip",
6199 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
6200 "reference": "95033f061b083e16cdee60530ec260d7d628b887",
6201 "shasum": ""
6202 },
6203 "require": {
6204 "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
6205 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
6206 },
6207 "require-dev": {
6208 "doctrine/annotations": "~1.0",
6209 "fabpot/php-cs-fixer": "1.7.*",
6210 "phpunit/phpunit": "^4.8.21",
6211 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6212 },
6213 "suggest": {
6214 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
6215 "zendframework/zend-stdlib": "Zend\\Stdlib component"
6216 },
6217 "type": "library",
6218 "extra": {
6219 "branch-alias": {
6220 "dev-master": "2.6-dev",
6221 "dev-develop": "2.7-dev"
6222 }
6223 },
6224 "autoload": {
6225 "psr-4": {
6226 "Zend\\Code\\": "src/"
6227 }
6228 },
6229 "notification-url": "https://packagist.org/downloads/",
6230 "license": [
6231 "BSD-3-Clause"
6232 ],
6233 "description": "provides facilities to generate arbitrary code using an object oriented interface",
6234 "homepage": "https://github.com/zendframework/zend-code",
6235 "keywords": [
6236 "code",
6237 "zf2"
6238 ],
6239 "time": "2016-04-20 17:26:42"
6240 },
6241 {
6242 "name": "zendframework/zend-eventmanager",
6243 "version": "3.0.1",
6244 "source": {
6245 "type": "git",
6246 "url": "https://github.com/zendframework/zend-eventmanager.git",
6247 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
6248 },
6249 "dist": {
6250 "type": "zip",
6251 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
6252 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
6253 "shasum": ""
6254 },
6255 "require": {
6256 "php": "^5.5 || ^7.0"
6257 },
6258 "require-dev": {
6259 "athletic/athletic": "^0.1",
6260 "container-interop/container-interop": "^1.1.0",
6261 "phpunit/phpunit": "~4.0",
6262 "squizlabs/php_codesniffer": "^2.0",
6263 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
6264 },
6265 "suggest": {
6266 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
6267 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
6268 },
6269 "type": "library",
6270 "extra": {
6271 "branch-alias": {
6272 "dev-master": "3.0-dev",
6273 "dev-develop": "3.1-dev"
6274 }
6275 },
6276 "autoload": {
6277 "psr-4": {
6278 "Zend\\EventManager\\": "src/"
6279 }
6280 },
6281 "notification-url": "https://packagist.org/downloads/",
6282 "license": [
6283 "BSD-3-Clause"
6284 ],
6285 "description": "Trigger and listen to events within a PHP application",
6286 "homepage": "https://github.com/zendframework/zend-eventmanager",
6287 "keywords": [
6288 "event",
6289 "eventmanager",
6290 "events",
6291 "zf2"
6292 ],
6293 "time": "2016-02-18 20:53:00"
6294 }
6295 ],
6296 "packages-dev": [
6297 {
6298 "name": "doctrine/data-fixtures",
6299 "version": "v1.1.1",
6300 "source": {
6301 "type": "git",
6302 "url": "https://github.com/doctrine/data-fixtures.git",
6303 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
6304 },
6305 "dist": {
6306 "type": "zip",
6307 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
6308 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
6309 "shasum": ""
6310 },
6311 "require": {
6312 "doctrine/common": "~2.2",
6313 "php": ">=5.3.2"
6314 },
6315 "conflict": {
6316 "doctrine/orm": "< 2.4"
6317 },
6318 "require-dev": {
6319 "doctrine/orm": "~2.4"
6320 },
6321 "suggest": {
6322 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
6323 "doctrine/orm": "For loading ORM fixtures",
6324 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
6325 },
6326 "type": "library",
6327 "extra": {
6328 "branch-alias": {
6329 "dev-master": "1.1.x-dev"
6330 }
6331 },
6332 "autoload": {
6333 "psr-0": {
6334 "Doctrine\\Common\\DataFixtures": "lib/"
6335 }
6336 },
6337 "notification-url": "https://packagist.org/downloads/",
6338 "license": [
6339 "MIT"
6340 ],
6341 "authors": [
6342 {
6343 "name": "Jonathan Wage",
6344 "email": "jonwage@gmail.com"
6345 }
6346 ],
6347 "description": "Data Fixtures for all Doctrine Object Managers",
6348 "homepage": "http://www.doctrine-project.org",
6349 "keywords": [
6350 "database"
6351 ],
6352 "time": "2015-03-30 12:14:13"
6353 },
6354 {
6355 "name": "doctrine/doctrine-fixtures-bundle",
6356 "version": "2.3.0",
6357 "source": {
6358 "type": "git",
6359 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
6360 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
6361 },
6362 "dist": {
6363 "type": "zip",
6364 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
6365 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
6366 "shasum": ""
6367 },
6368 "require": {
6369 "doctrine/data-fixtures": "~1.0",
6370 "doctrine/doctrine-bundle": "~1.0",
6371 "php": ">=5.3.2",
6372 "symfony/doctrine-bridge": "~2.3|~3.0"
6373 },
6374 "type": "symfony-bundle",
6375 "extra": {
6376 "branch-alias": {
6377 "dev-master": "2.2.x-dev"
6378 }
6379 },
6380 "autoload": {
6381 "psr-4": {
6382 "Doctrine\\Bundle\\FixturesBundle\\": ""
6383 }
6384 },
6385 "notification-url": "https://packagist.org/downloads/",
6386 "license": [
6387 "MIT"
6388 ],
6389 "authors": [
6390 {
6391 "name": "Symfony Community",
6392 "homepage": "http://symfony.com/contributors"
6393 },
6394 {
6395 "name": "Doctrine Project",
6396 "homepage": "http://www.doctrine-project.org"
6397 },
6398 {
6399 "name": "Fabien Potencier",
6400 "email": "fabien@symfony.com"
6401 }
6402 ],
6403 "description": "Symfony DoctrineFixturesBundle",
6404 "homepage": "http://www.doctrine-project.org",
6405 "keywords": [
6406 "Fixture",
6407 "persistence"
6408 ],
6409 "time": "2015-11-04 21:23:23"
6410 },
6411 {
6412 "name": "friendsofphp/php-cs-fixer",
6413 "version": "v1.12.2",
6414 "source": {
6415 "type": "git",
6416 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
6417 "reference": "baa7112bef3b86c65fcfaae9a7a50436e3902b41"
6418 },
6419 "dist": {
6420 "type": "zip",
6421 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/baa7112bef3b86c65fcfaae9a7a50436e3902b41",
6422 "reference": "baa7112bef3b86c65fcfaae9a7a50436e3902b41",
6423 "shasum": ""
6424 },
6425 "require": {
6426 "ext-tokenizer": "*",
6427 "php": "^5.3.6 || >=7.0 <7.2",
6428 "sebastian/diff": "^1.1",
6429 "symfony/console": "^2.3 || ^3.0",
6430 "symfony/event-dispatcher": "^2.1 || ^3.0",
6431 "symfony/filesystem": "^2.1 || ^3.0",
6432 "symfony/finder": "^2.1 || ^3.0",
6433 "symfony/process": "^2.3 || ^3.0",
6434 "symfony/stopwatch": "^2.5 || ^3.0"
6435 },
6436 "conflict": {
6437 "hhvm": "<3.9"
6438 },
6439 "require-dev": {
6440 "phpunit/phpunit": "^4.5|^5",
6441 "satooshi/php-coveralls": "^1.0"
6442 },
6443 "bin": [
6444 "php-cs-fixer"
6445 ],
6446 "type": "application",
6447 "autoload": {
6448 "psr-4": {
6449 "Symfony\\CS\\": "Symfony/CS/"
6450 }
6451 },
6452 "notification-url": "https://packagist.org/downloads/",
6453 "license": [
6454 "MIT"
6455 ],
6456 "authors": [
6457 {
6458 "name": "Dariusz Rumiński",
6459 "email": "dariusz.ruminski@gmail.com"
6460 },
6461 {
6462 "name": "Fabien Potencier",
6463 "email": "fabien@symfony.com"
6464 }
6465 ],
6466 "description": "A tool to automatically fix PHP code style",
6467 "time": "2016-09-27 07:57:59"
6468 },
6469 {
6470 "name": "m6web/redis-mock",
6471 "version": "v2.7.0",
6472 "source": {
6473 "type": "git",
6474 "url": "https://github.com/M6Web/RedisMock.git",
6475 "reference": "8b7e6dbb59ae50d47e4b0c71c8f407b97a0fbfdd"
6476 },
6477 "dist": {
6478 "type": "zip",
6479 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/8b7e6dbb59ae50d47e4b0c71c8f407b97a0fbfdd",
6480 "reference": "8b7e6dbb59ae50d47e4b0c71c8f407b97a0fbfdd",
6481 "shasum": ""
6482 },
6483 "require": {
6484 "php": ">=5.3.3"
6485 },
6486 "require-dev": {
6487 "atoum/atoum": "master-dev",
6488 "predis/predis": "~0.8"
6489 },
6490 "type": "library",
6491 "autoload": {
6492 "psr-0": {
6493 "M6Web\\Component\\RedisMock": "src/"
6494 }
6495 },
6496 "notification-url": "https://packagist.org/downloads/",
6497 "license": [
6498 "MIT"
6499 ],
6500 "authors": [
6501 {
6502 "name": "M6Web",
6503 "email": "opensource@m6web.fr",
6504 "homepage": "http://tech.m6web.fr/"
6505 }
6506 ],
6507 "description": "Library providing a PHP mock for Redis",
6508 "keywords": [
6509 "mock",
6510 "redis"
6511 ],
6512 "time": "2016-07-01 13:45:03"
6513 },
6514 {
6515 "name": "myclabs/deep-copy",
6516 "version": "1.5.4",
6517 "source": {
6518 "type": "git",
6519 "url": "https://github.com/myclabs/DeepCopy.git",
6520 "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f"
6521 },
6522 "dist": {
6523 "type": "zip",
6524 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
6525 "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
6526 "shasum": ""
6527 },
6528 "require": {
6529 "php": ">=5.4.0"
6530 },
6531 "require-dev": {
6532 "doctrine/collections": "1.*",
6533 "phpunit/phpunit": "~4.1"
6534 },
6535 "type": "library",
6536 "autoload": {
6537 "psr-4": {
6538 "DeepCopy\\": "src/DeepCopy/"
6539 }
6540 },
6541 "notification-url": "https://packagist.org/downloads/",
6542 "license": [
6543 "MIT"
6544 ],
6545 "description": "Create deep copies (clones) of your objects",
6546 "homepage": "https://github.com/myclabs/DeepCopy",
6547 "keywords": [
6548 "clone",
6549 "copy",
6550 "duplicate",
6551 "object",
6552 "object graph"
6553 ],
6554 "time": "2016-09-16 13:37:59"
6555 },
6556 {
6557 "name": "phpdocumentor/reflection-common",
6558 "version": "1.0",
6559 "source": {
6560 "type": "git",
6561 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
6562 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
6563 },
6564 "dist": {
6565 "type": "zip",
6566 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
6567 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
6568 "shasum": ""
6569 },
6570 "require": {
6571 "php": ">=5.5"
6572 },
6573 "require-dev": {
6574 "phpunit/phpunit": "^4.6"
6575 },
6576 "type": "library",
6577 "extra": {
6578 "branch-alias": {
6579 "dev-master": "1.0.x-dev"
6580 }
6581 },
6582 "autoload": {
6583 "psr-4": {
6584 "phpDocumentor\\Reflection\\": [
6585 "src"
6586 ]
6587 }
6588 },
6589 "notification-url": "https://packagist.org/downloads/",
6590 "license": [
6591 "MIT"
6592 ],
6593 "authors": [
6594 {
6595 "name": "Jaap van Otterdijk",
6596 "email": "opensource@ijaap.nl"
6597 }
6598 ],
6599 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
6600 "homepage": "http://www.phpdoc.org",
6601 "keywords": [
6602 "FQSEN",
6603 "phpDocumentor",
6604 "phpdoc",
6605 "reflection",
6606 "static analysis"
6607 ],
6608 "time": "2015-12-27 11:43:31"
6609 },
6610 {
6611 "name": "phpdocumentor/reflection-docblock",
6612 "version": "3.1.1",
6613 "source": {
6614 "type": "git",
6615 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
6616 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
6617 },
6618 "dist": {
6619 "type": "zip",
6620 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
6621 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
6622 "shasum": ""
6623 },
6624 "require": {
6625 "php": ">=5.5",
6626 "phpdocumentor/reflection-common": "^1.0@dev",
6627 "phpdocumentor/type-resolver": "^0.2.0",
6628 "webmozart/assert": "^1.0"
6629 },
6630 "require-dev": {
6631 "mockery/mockery": "^0.9.4",
6632 "phpunit/phpunit": "^4.4"
6633 },
6634 "type": "library",
6635 "autoload": {
6636 "psr-4": {
6637 "phpDocumentor\\Reflection\\": [
6638 "src/"
6639 ]
6640 }
6641 },
6642 "notification-url": "https://packagist.org/downloads/",
6643 "license": [
6644 "MIT"
6645 ],
6646 "authors": [
6647 {
6648 "name": "Mike van Riel",
6649 "email": "me@mikevanriel.com"
6650 }
6651 ],
6652 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
6653 "time": "2016-09-30 07:12:33"
6654 },
6655 {
6656 "name": "phpdocumentor/type-resolver",
6657 "version": "0.2",
6658 "source": {
6659 "type": "git",
6660 "url": "https://github.com/phpDocumentor/TypeResolver.git",
6661 "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
6662 },
6663 "dist": {
6664 "type": "zip",
6665 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
6666 "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
6667 "shasum": ""
6668 },
6669 "require": {
6670 "php": ">=5.5",
6671 "phpdocumentor/reflection-common": "^1.0"
6672 },
6673 "require-dev": {
6674 "mockery/mockery": "^0.9.4",
6675 "phpunit/phpunit": "^5.2||^4.8.24"
6676 },
6677 "type": "library",
6678 "extra": {
6679 "branch-alias": {
6680 "dev-master": "1.0.x-dev"
6681 }
6682 },
6683 "autoload": {
6684 "psr-4": {
6685 "phpDocumentor\\Reflection\\": [
6686 "src/"
6687 ]
6688 }
6689 },
6690 "notification-url": "https://packagist.org/downloads/",
6691 "license": [
6692 "MIT"
6693 ],
6694 "authors": [
6695 {
6696 "name": "Mike van Riel",
6697 "email": "me@mikevanriel.com"
6698 }
6699 ],
6700 "time": "2016-06-10 07:14:17"
6701 },
6702 {
6703 "name": "phpspec/prophecy",
6704 "version": "v1.6.1",
6705 "source": {
6706 "type": "git",
6707 "url": "https://github.com/phpspec/prophecy.git",
6708 "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
6709 },
6710 "dist": {
6711 "type": "zip",
6712 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
6713 "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
6714 "shasum": ""
6715 },
6716 "require": {
6717 "doctrine/instantiator": "^1.0.2",
6718 "php": "^5.3|^7.0",
6719 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
6720 "sebastian/comparator": "^1.1",
6721 "sebastian/recursion-context": "^1.0"
6722 },
6723 "require-dev": {
6724 "phpspec/phpspec": "^2.0"
6725 },
6726 "type": "library",
6727 "extra": {
6728 "branch-alias": {
6729 "dev-master": "1.6.x-dev"
6730 }
6731 },
6732 "autoload": {
6733 "psr-0": {
6734 "Prophecy\\": "src/"
6735 }
6736 },
6737 "notification-url": "https://packagist.org/downloads/",
6738 "license": [
6739 "MIT"
6740 ],
6741 "authors": [
6742 {
6743 "name": "Konstantin Kudryashov",
6744 "email": "ever.zet@gmail.com",
6745 "homepage": "http://everzet.com"
6746 },
6747 {
6748 "name": "Marcello Duarte",
6749 "email": "marcello.duarte@gmail.com"
6750 }
6751 ],
6752 "description": "Highly opinionated mocking framework for PHP 5.3+",
6753 "homepage": "https://github.com/phpspec/prophecy",
6754 "keywords": [
6755 "Double",
6756 "Dummy",
6757 "fake",
6758 "mock",
6759 "spy",
6760 "stub"
6761 ],
6762 "time": "2016-06-07 08:13:47"
6763 },
6764 {
6765 "name": "phpunit/php-code-coverage",
6766 "version": "4.0.1",
6767 "source": {
6768 "type": "git",
6769 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6770 "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3"
6771 },
6772 "dist": {
6773 "type": "zip",
6774 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5f3f7e736d6319d5f1fc402aff8b026da26709a3",
6775 "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3",
6776 "shasum": ""
6777 },
6778 "require": {
6779 "php": "^5.6 || ^7.0",
6780 "phpunit/php-file-iterator": "~1.3",
6781 "phpunit/php-text-template": "~1.2",
6782 "phpunit/php-token-stream": "^1.4.2",
6783 "sebastian/code-unit-reverse-lookup": "~1.0",
6784 "sebastian/environment": "^1.3.2 || ^2.0",
6785 "sebastian/version": "~1.0|~2.0"
6786 },
6787 "require-dev": {
6788 "ext-xdebug": ">=2.1.4",
6789 "phpunit/phpunit": "^5.4"
6790 },
6791 "suggest": {
6792 "ext-dom": "*",
6793 "ext-xdebug": ">=2.4.0",
6794 "ext-xmlwriter": "*"
6795 },
6796 "type": "library",
6797 "extra": {
6798 "branch-alias": {
6799 "dev-master": "4.0.x-dev"
6800 }
6801 },
6802 "autoload": {
6803 "classmap": [
6804 "src/"
6805 ]
6806 },
6807 "notification-url": "https://packagist.org/downloads/",
6808 "license": [
6809 "BSD-3-Clause"
6810 ],
6811 "authors": [
6812 {
6813 "name": "Sebastian Bergmann",
6814 "email": "sb@sebastian-bergmann.de",
6815 "role": "lead"
6816 }
6817 ],
6818 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6819 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6820 "keywords": [
6821 "coverage",
6822 "testing",
6823 "xunit"
6824 ],
6825 "time": "2016-07-26 14:39:29"
6826 },
6827 {
6828 "name": "phpunit/php-file-iterator",
6829 "version": "1.4.1",
6830 "source": {
6831 "type": "git",
6832 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6833 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
6834 },
6835 "dist": {
6836 "type": "zip",
6837 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
6838 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
6839 "shasum": ""
6840 },
6841 "require": {
6842 "php": ">=5.3.3"
6843 },
6844 "type": "library",
6845 "extra": {
6846 "branch-alias": {
6847 "dev-master": "1.4.x-dev"
6848 }
6849 },
6850 "autoload": {
6851 "classmap": [
6852 "src/"
6853 ]
6854 },
6855 "notification-url": "https://packagist.org/downloads/",
6856 "license": [
6857 "BSD-3-Clause"
6858 ],
6859 "authors": [
6860 {
6861 "name": "Sebastian Bergmann",
6862 "email": "sb@sebastian-bergmann.de",
6863 "role": "lead"
6864 }
6865 ],
6866 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6867 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6868 "keywords": [
6869 "filesystem",
6870 "iterator"
6871 ],
6872 "time": "2015-06-21 13:08:43"
6873 },
6874 {
6875 "name": "phpunit/php-text-template",
6876 "version": "1.2.1",
6877 "source": {
6878 "type": "git",
6879 "url": "https://github.com/sebastianbergmann/php-text-template.git",
6880 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
6881 },
6882 "dist": {
6883 "type": "zip",
6884 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6885 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6886 "shasum": ""
6887 },
6888 "require": {
6889 "php": ">=5.3.3"
6890 },
6891 "type": "library",
6892 "autoload": {
6893 "classmap": [
6894 "src/"
6895 ]
6896 },
6897 "notification-url": "https://packagist.org/downloads/",
6898 "license": [
6899 "BSD-3-Clause"
6900 ],
6901 "authors": [
6902 {
6903 "name": "Sebastian Bergmann",
6904 "email": "sebastian@phpunit.de",
6905 "role": "lead"
6906 }
6907 ],
6908 "description": "Simple template engine.",
6909 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6910 "keywords": [
6911 "template"
6912 ],
6913 "time": "2015-06-21 13:50:34"
6914 },
6915 {
6916 "name": "phpunit/php-timer",
6917 "version": "1.0.8",
6918 "source": {
6919 "type": "git",
6920 "url": "https://github.com/sebastianbergmann/php-timer.git",
6921 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
6922 },
6923 "dist": {
6924 "type": "zip",
6925 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
6926 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
6927 "shasum": ""
6928 },
6929 "require": {
6930 "php": ">=5.3.3"
6931 },
6932 "require-dev": {
6933 "phpunit/phpunit": "~4|~5"
6934 },
6935 "type": "library",
6936 "autoload": {
6937 "classmap": [
6938 "src/"
6939 ]
6940 },
6941 "notification-url": "https://packagist.org/downloads/",
6942 "license": [
6943 "BSD-3-Clause"
6944 ],
6945 "authors": [
6946 {
6947 "name": "Sebastian Bergmann",
6948 "email": "sb@sebastian-bergmann.de",
6949 "role": "lead"
6950 }
6951 ],
6952 "description": "Utility class for timing",
6953 "homepage": "https://github.com/sebastianbergmann/php-timer/",
6954 "keywords": [
6955 "timer"
6956 ],
6957 "time": "2016-05-12 18:03:57"
6958 },
6959 {
6960 "name": "phpunit/php-token-stream",
6961 "version": "1.4.8",
6962 "source": {
6963 "type": "git",
6964 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6965 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
6966 },
6967 "dist": {
6968 "type": "zip",
6969 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
6970 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
6971 "shasum": ""
6972 },
6973 "require": {
6974 "ext-tokenizer": "*",
6975 "php": ">=5.3.3"
6976 },
6977 "require-dev": {
6978 "phpunit/phpunit": "~4.2"
6979 },
6980 "type": "library",
6981 "extra": {
6982 "branch-alias": {
6983 "dev-master": "1.4-dev"
6984 }
6985 },
6986 "autoload": {
6987 "classmap": [
6988 "src/"
6989 ]
6990 },
6991 "notification-url": "https://packagist.org/downloads/",
6992 "license": [
6993 "BSD-3-Clause"
6994 ],
6995 "authors": [
6996 {
6997 "name": "Sebastian Bergmann",
6998 "email": "sebastian@phpunit.de"
6999 }
7000 ],
7001 "description": "Wrapper around PHP's tokenizer extension.",
7002 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7003 "keywords": [
7004 "tokenizer"
7005 ],
7006 "time": "2015-09-15 10:49:45"
7007 },
7008 {
7009 "name": "phpunit/phpunit",
7010 "version": "5.5.5",
7011 "source": {
7012 "type": "git",
7013 "url": "https://github.com/sebastianbergmann/phpunit.git",
7014 "reference": "a57126dc681b08289fef6ac96a48e30656f84350"
7015 },
7016 "dist": {
7017 "type": "zip",
7018 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a57126dc681b08289fef6ac96a48e30656f84350",
7019 "reference": "a57126dc681b08289fef6ac96a48e30656f84350",
7020 "shasum": ""
7021 },
7022 "require": {
7023 "ext-dom": "*",
7024 "ext-json": "*",
7025 "ext-libxml": "*",
7026 "ext-mbstring": "*",
7027 "ext-xml": "*",
7028 "myclabs/deep-copy": "~1.3",
7029 "php": "^5.6 || ^7.0",
7030 "phpspec/prophecy": "^1.3.1",
7031 "phpunit/php-code-coverage": "^4.0.1",
7032 "phpunit/php-file-iterator": "~1.4",
7033 "phpunit/php-text-template": "~1.2",
7034 "phpunit/php-timer": "^1.0.6",
7035 "phpunit/phpunit-mock-objects": "^3.2",
7036 "sebastian/comparator": "~1.1",
7037 "sebastian/diff": "~1.2",
7038 "sebastian/environment": "^1.3 || ^2.0",
7039 "sebastian/exporter": "~1.2",
7040 "sebastian/global-state": "~1.0",
7041 "sebastian/object-enumerator": "~1.0",
7042 "sebastian/resource-operations": "~1.0",
7043 "sebastian/version": "~1.0|~2.0",
7044 "symfony/yaml": "~2.1|~3.0"
7045 },
7046 "conflict": {
7047 "phpdocumentor/reflection-docblock": "3.0.2"
7048 },
7049 "require-dev": {
7050 "ext-pdo": "*"
7051 },
7052 "suggest": {
7053 "ext-tidy": "*",
7054 "ext-xdebug": "*",
7055 "phpunit/php-invoker": "~1.1"
7056 },
7057 "bin": [
7058 "phpunit"
7059 ],
7060 "type": "library",
7061 "extra": {
7062 "branch-alias": {
7063 "dev-master": "5.5.x-dev"
7064 }
7065 },
7066 "autoload": {
7067 "classmap": [
7068 "src/"
7069 ]
7070 },
7071 "notification-url": "https://packagist.org/downloads/",
7072 "license": [
7073 "BSD-3-Clause"
7074 ],
7075 "authors": [
7076 {
7077 "name": "Sebastian Bergmann",
7078 "email": "sebastian@phpunit.de",
7079 "role": "lead"
7080 }
7081 ],
7082 "description": "The PHP Unit Testing framework.",
7083 "homepage": "https://phpunit.de/",
7084 "keywords": [
7085 "phpunit",
7086 "testing",
7087 "xunit"
7088 ],
7089 "time": "2016-09-21 14:40:13"
7090 },
7091 {
7092 "name": "phpunit/phpunit-mock-objects",
7093 "version": "3.3.0",
7094 "source": {
7095 "type": "git",
7096 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
7097 "reference": "7462c19bdb9814f6e6bdeb5cad3eb3ce72c6e0da"
7098 },
7099 "dist": {
7100 "type": "zip",
7101 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7462c19bdb9814f6e6bdeb5cad3eb3ce72c6e0da",
7102 "reference": "7462c19bdb9814f6e6bdeb5cad3eb3ce72c6e0da",
7103 "shasum": ""
7104 },
7105 "require": {
7106 "doctrine/instantiator": "^1.0.2",
7107 "php": "^5.6 || ^7.0",
7108 "phpunit/php-text-template": "^1.2",
7109 "sebastian/exporter": "^1.2"
7110 },
7111 "conflict": {
7112 "phpunit/phpunit": "<5.4.0"
7113 },
7114 "require-dev": {
7115 "phpunit/phpunit": "^5.4"
7116 },
7117 "suggest": {
7118 "ext-soap": "*"
7119 },
7120 "type": "library",
7121 "extra": {
7122 "branch-alias": {
7123 "dev-master": "3.2.x-dev"
7124 }
7125 },
7126 "autoload": {
7127 "classmap": [
7128 "src/"
7129 ]
7130 },
7131 "notification-url": "https://packagist.org/downloads/",
7132 "license": [
7133 "BSD-3-Clause"
7134 ],
7135 "authors": [
7136 {
7137 "name": "Sebastian Bergmann",
7138 "email": "sb@sebastian-bergmann.de",
7139 "role": "lead"
7140 }
7141 ],
7142 "description": "Mock Object library for PHPUnit",
7143 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
7144 "keywords": [
7145 "mock",
7146 "xunit"
7147 ],
7148 "time": "2016-09-27 03:17:40"
7149 },
7150 {
7151 "name": "sebastian/code-unit-reverse-lookup",
7152 "version": "1.0.0",
7153 "source": {
7154 "type": "git",
7155 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7156 "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
7157 },
7158 "dist": {
7159 "type": "zip",
7160 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
7161 "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
7162 "shasum": ""
7163 },
7164 "require": {
7165 "php": ">=5.6"
7166 },
7167 "require-dev": {
7168 "phpunit/phpunit": "~5"
7169 },
7170 "type": "library",
7171 "extra": {
7172 "branch-alias": {
7173 "dev-master": "1.0.x-dev"
7174 }
7175 },
7176 "autoload": {
7177 "classmap": [
7178 "src/"
7179 ]
7180 },
7181 "notification-url": "https://packagist.org/downloads/",
7182 "license": [
7183 "BSD-3-Clause"
7184 ],
7185 "authors": [
7186 {
7187 "name": "Sebastian Bergmann",
7188 "email": "sebastian@phpunit.de"
7189 }
7190 ],
7191 "description": "Looks up which function or method a line of code belongs to",
7192 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7193 "time": "2016-02-13 06:45:14"
7194 },
7195 {
7196 "name": "sebastian/comparator",
7197 "version": "1.2.0",
7198 "source": {
7199 "type": "git",
7200 "url": "https://github.com/sebastianbergmann/comparator.git",
7201 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
7202 },
7203 "dist": {
7204 "type": "zip",
7205 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
7206 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
7207 "shasum": ""
7208 },
7209 "require": {
7210 "php": ">=5.3.3",
7211 "sebastian/diff": "~1.2",
7212 "sebastian/exporter": "~1.2"
7213 },
7214 "require-dev": {
7215 "phpunit/phpunit": "~4.4"
7216 },
7217 "type": "library",
7218 "extra": {
7219 "branch-alias": {
7220 "dev-master": "1.2.x-dev"
7221 }
7222 },
7223 "autoload": {
7224 "classmap": [
7225 "src/"
7226 ]
7227 },
7228 "notification-url": "https://packagist.org/downloads/",
7229 "license": [
7230 "BSD-3-Clause"
7231 ],
7232 "authors": [
7233 {
7234 "name": "Jeff Welch",
7235 "email": "whatthejeff@gmail.com"
7236 },
7237 {
7238 "name": "Volker Dusch",
7239 "email": "github@wallbash.com"
7240 },
7241 {
7242 "name": "Bernhard Schussek",
7243 "email": "bschussek@2bepublished.at"
7244 },
7245 {
7246 "name": "Sebastian Bergmann",
7247 "email": "sebastian@phpunit.de"
7248 }
7249 ],
7250 "description": "Provides the functionality to compare PHP values for equality",
7251 "homepage": "http://www.github.com/sebastianbergmann/comparator",
7252 "keywords": [
7253 "comparator",
7254 "compare",
7255 "equality"
7256 ],
7257 "time": "2015-07-26 15:48:44"
7258 },
7259 {
7260 "name": "sebastian/diff",
7261 "version": "1.4.1",
7262 "source": {
7263 "type": "git",
7264 "url": "https://github.com/sebastianbergmann/diff.git",
7265 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
7266 },
7267 "dist": {
7268 "type": "zip",
7269 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
7270 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
7271 "shasum": ""
7272 },
7273 "require": {
7274 "php": ">=5.3.3"
7275 },
7276 "require-dev": {
7277 "phpunit/phpunit": "~4.8"
7278 },
7279 "type": "library",
7280 "extra": {
7281 "branch-alias": {
7282 "dev-master": "1.4-dev"
7283 }
7284 },
7285 "autoload": {
7286 "classmap": [
7287 "src/"
7288 ]
7289 },
7290 "notification-url": "https://packagist.org/downloads/",
7291 "license": [
7292 "BSD-3-Clause"
7293 ],
7294 "authors": [
7295 {
7296 "name": "Kore Nordmann",
7297 "email": "mail@kore-nordmann.de"
7298 },
7299 {
7300 "name": "Sebastian Bergmann",
7301 "email": "sebastian@phpunit.de"
7302 }
7303 ],
7304 "description": "Diff implementation",
7305 "homepage": "https://github.com/sebastianbergmann/diff",
7306 "keywords": [
7307 "diff"
7308 ],
7309 "time": "2015-12-08 07:14:41"
7310 },
7311 {
7312 "name": "sebastian/environment",
7313 "version": "1.3.8",
7314 "source": {
7315 "type": "git",
7316 "url": "https://github.com/sebastianbergmann/environment.git",
7317 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
7318 },
7319 "dist": {
7320 "type": "zip",
7321 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
7322 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
7323 "shasum": ""
7324 },
7325 "require": {
7326 "php": "^5.3.3 || ^7.0"
7327 },
7328 "require-dev": {
7329 "phpunit/phpunit": "^4.8 || ^5.0"
7330 },
7331 "type": "library",
7332 "extra": {
7333 "branch-alias": {
7334 "dev-master": "1.3.x-dev"
7335 }
7336 },
7337 "autoload": {
7338 "classmap": [
7339 "src/"
7340 ]
7341 },
7342 "notification-url": "https://packagist.org/downloads/",
7343 "license": [
7344 "BSD-3-Clause"
7345 ],
7346 "authors": [
7347 {
7348 "name": "Sebastian Bergmann",
7349 "email": "sebastian@phpunit.de"
7350 }
7351 ],
7352 "description": "Provides functionality to handle HHVM/PHP environments",
7353 "homepage": "http://www.github.com/sebastianbergmann/environment",
7354 "keywords": [
7355 "Xdebug",
7356 "environment",
7357 "hhvm"
7358 ],
7359 "time": "2016-08-18 05:49:44"
7360 },
7361 {
7362 "name": "sebastian/exporter",
7363 "version": "1.2.2",
7364 "source": {
7365 "type": "git",
7366 "url": "https://github.com/sebastianbergmann/exporter.git",
7367 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
7368 },
7369 "dist": {
7370 "type": "zip",
7371 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
7372 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
7373 "shasum": ""
7374 },
7375 "require": {
7376 "php": ">=5.3.3",
7377 "sebastian/recursion-context": "~1.0"
7378 },
7379 "require-dev": {
7380 "ext-mbstring": "*",
7381 "phpunit/phpunit": "~4.4"
7382 },
7383 "type": "library",
7384 "extra": {
7385 "branch-alias": {
7386 "dev-master": "1.3.x-dev"
7387 }
7388 },
7389 "autoload": {
7390 "classmap": [
7391 "src/"
7392 ]
7393 },
7394 "notification-url": "https://packagist.org/downloads/",
7395 "license": [
7396 "BSD-3-Clause"
7397 ],
7398 "authors": [
7399 {
7400 "name": "Jeff Welch",
7401 "email": "whatthejeff@gmail.com"
7402 },
7403 {
7404 "name": "Volker Dusch",
7405 "email": "github@wallbash.com"
7406 },
7407 {
7408 "name": "Bernhard Schussek",
7409 "email": "bschussek@2bepublished.at"
7410 },
7411 {
7412 "name": "Sebastian Bergmann",
7413 "email": "sebastian@phpunit.de"
7414 },
7415 {
7416 "name": "Adam Harvey",
7417 "email": "aharvey@php.net"
7418 }
7419 ],
7420 "description": "Provides the functionality to export PHP variables for visualization",
7421 "homepage": "http://www.github.com/sebastianbergmann/exporter",
7422 "keywords": [
7423 "export",
7424 "exporter"
7425 ],
7426 "time": "2016-06-17 09:04:28"
7427 },
7428 {
7429 "name": "sebastian/global-state",
7430 "version": "1.1.1",
7431 "source": {
7432 "type": "git",
7433 "url": "https://github.com/sebastianbergmann/global-state.git",
7434 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
7435 },
7436 "dist": {
7437 "type": "zip",
7438 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
7439 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
7440 "shasum": ""
7441 },
7442 "require": {
7443 "php": ">=5.3.3"
7444 },
7445 "require-dev": {
7446 "phpunit/phpunit": "~4.2"
7447 },
7448 "suggest": {
7449 "ext-uopz": "*"
7450 },
7451 "type": "library",
7452 "extra": {
7453 "branch-alias": {
7454 "dev-master": "1.0-dev"
7455 }
7456 },
7457 "autoload": {
7458 "classmap": [
7459 "src/"
7460 ]
7461 },
7462 "notification-url": "https://packagist.org/downloads/",
7463 "license": [
7464 "BSD-3-Clause"
7465 ],
7466 "authors": [
7467 {
7468 "name": "Sebastian Bergmann",
7469 "email": "sebastian@phpunit.de"
7470 }
7471 ],
7472 "description": "Snapshotting of global state",
7473 "homepage": "http://www.github.com/sebastianbergmann/global-state",
7474 "keywords": [
7475 "global state"
7476 ],
7477 "time": "2015-10-12 03:26:01"
7478 },
7479 {
7480 "name": "sebastian/object-enumerator",
7481 "version": "1.0.0",
7482 "source": {
7483 "type": "git",
7484 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7485 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
7486 },
7487 "dist": {
7488 "type": "zip",
7489 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
7490 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
7491 "shasum": ""
7492 },
7493 "require": {
7494 "php": ">=5.6",
7495 "sebastian/recursion-context": "~1.0"
7496 },
7497 "require-dev": {
7498 "phpunit/phpunit": "~5"
7499 },
7500 "type": "library",
7501 "extra": {
7502 "branch-alias": {
7503 "dev-master": "1.0.x-dev"
7504 }
7505 },
7506 "autoload": {
7507 "classmap": [
7508 "src/"
7509 ]
7510 },
7511 "notification-url": "https://packagist.org/downloads/",
7512 "license": [
7513 "BSD-3-Clause"
7514 ],
7515 "authors": [
7516 {
7517 "name": "Sebastian Bergmann",
7518 "email": "sebastian@phpunit.de"
7519 }
7520 ],
7521 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7522 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7523 "time": "2016-01-28 13:25:10"
7524 },
7525 {
7526 "name": "sebastian/recursion-context",
7527 "version": "1.0.2",
7528 "source": {
7529 "type": "git",
7530 "url": "https://github.com/sebastianbergmann/recursion-context.git",
7531 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
7532 },
7533 "dist": {
7534 "type": "zip",
7535 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
7536 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
7537 "shasum": ""
7538 },
7539 "require": {
7540 "php": ">=5.3.3"
7541 },
7542 "require-dev": {
7543 "phpunit/phpunit": "~4.4"
7544 },
7545 "type": "library",
7546 "extra": {
7547 "branch-alias": {
7548 "dev-master": "1.0.x-dev"
7549 }
7550 },
7551 "autoload": {
7552 "classmap": [
7553 "src/"
7554 ]
7555 },
7556 "notification-url": "https://packagist.org/downloads/",
7557 "license": [
7558 "BSD-3-Clause"
7559 ],
7560 "authors": [
7561 {
7562 "name": "Jeff Welch",
7563 "email": "whatthejeff@gmail.com"
7564 },
7565 {
7566 "name": "Sebastian Bergmann",
7567 "email": "sebastian@phpunit.de"
7568 },
7569 {
7570 "name": "Adam Harvey",
7571 "email": "aharvey@php.net"
7572 }
7573 ],
7574 "description": "Provides functionality to recursively process PHP variables",
7575 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
7576 "time": "2015-11-11 19:50:13"
7577 },
7578 {
7579 "name": "sebastian/resource-operations",
7580 "version": "1.0.0",
7581 "source": {
7582 "type": "git",
7583 "url": "https://github.com/sebastianbergmann/resource-operations.git",
7584 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
7585 },
7586 "dist": {
7587 "type": "zip",
7588 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
7589 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
7590 "shasum": ""
7591 },
7592 "require": {
7593 "php": ">=5.6.0"
7594 },
7595 "type": "library",
7596 "extra": {
7597 "branch-alias": {
7598 "dev-master": "1.0.x-dev"
7599 }
7600 },
7601 "autoload": {
7602 "classmap": [
7603 "src/"
7604 ]
7605 },
7606 "notification-url": "https://packagist.org/downloads/",
7607 "license": [
7608 "BSD-3-Clause"
7609 ],
7610 "authors": [
7611 {
7612 "name": "Sebastian Bergmann",
7613 "email": "sebastian@phpunit.de"
7614 }
7615 ],
7616 "description": "Provides a list of PHP built-in functions that operate on resources",
7617 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
7618 "time": "2015-07-28 20:34:47"
7619 },
7620 {
7621 "name": "sebastian/version",
7622 "version": "2.0.0",
7623 "source": {
7624 "type": "git",
7625 "url": "https://github.com/sebastianbergmann/version.git",
7626 "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
7627 },
7628 "dist": {
7629 "type": "zip",
7630 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
7631 "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
7632 "shasum": ""
7633 },
7634 "require": {
7635 "php": ">=5.6"
7636 },
7637 "type": "library",
7638 "extra": {
7639 "branch-alias": {
7640 "dev-master": "2.0.x-dev"
7641 }
7642 },
7643 "autoload": {
7644 "classmap": [
7645 "src/"
7646 ]
7647 },
7648 "notification-url": "https://packagist.org/downloads/",
7649 "license": [
7650 "BSD-3-Clause"
7651 ],
7652 "authors": [
7653 {
7654 "name": "Sebastian Bergmann",
7655 "email": "sebastian@phpunit.de",
7656 "role": "lead"
7657 }
7658 ],
7659 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7660 "homepage": "https://github.com/sebastianbergmann/version",
7661 "time": "2016-02-04 12:56:52"
7662 },
7663 {
7664 "name": "sensio/generator-bundle",
7665 "version": "v3.0.8",
7666 "source": {
7667 "type": "git",
7668 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
7669 "reference": "3c20d16512f37d2be159eca0411b99a141b90fa4"
7670 },
7671 "dist": {
7672 "type": "zip",
7673 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/3c20d16512f37d2be159eca0411b99a141b90fa4",
7674 "reference": "3c20d16512f37d2be159eca0411b99a141b90fa4",
7675 "shasum": ""
7676 },
7677 "require": {
7678 "symfony/console": "~2.7|~3.0",
7679 "symfony/framework-bundle": "~2.7|~3.0",
7680 "symfony/process": "~2.7|~3.0",
7681 "symfony/yaml": "~2.7|~3.0"
7682 },
7683 "require-dev": {
7684 "doctrine/orm": "~2.4",
7685 "symfony/doctrine-bridge": "~2.7|~3.0",
7686 "twig/twig": "~1.18"
7687 },
7688 "type": "symfony-bundle",
7689 "extra": {
7690 "branch-alias": {
7691 "dev-master": "3.0.x-dev"
7692 }
7693 },
7694 "autoload": {
7695 "psr-4": {
7696 "Sensio\\Bundle\\GeneratorBundle\\": ""
7697 },
7698 "exclude-from-classmap": [
7699 "/Tests/"
7700 ]
7701 },
7702 "notification-url": "https://packagist.org/downloads/",
7703 "license": [
7704 "MIT"
7705 ],
7706 "authors": [
7707 {
7708 "name": "Fabien Potencier",
7709 "email": "fabien@symfony.com"
7710 }
7711 ],
7712 "description": "This bundle generates code for you",
7713 "time": "2016-09-06 01:30:19"
7714 },
7715 {
7716 "name": "symfony/phpunit-bridge",
7717 "version": "v3.1.4",
7718 "source": {
7719 "type": "git",
7720 "url": "https://github.com/symfony/phpunit-bridge.git",
7721 "reference": "1f4e2059cf4ecae1053b9c3027b3fc548fd077b9"
7722 },
7723 "dist": {
7724 "type": "zip",
7725 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/1f4e2059cf4ecae1053b9c3027b3fc548fd077b9",
7726 "reference": "1f4e2059cf4ecae1053b9c3027b3fc548fd077b9",
7727 "shasum": ""
7728 },
7729 "require": {
7730 "php": ">=5.3.3"
7731 },
7732 "suggest": {
7733 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
7734 },
7735 "type": "symfony-bridge",
7736 "extra": {
7737 "branch-alias": {
7738 "dev-master": "3.1-dev"
7739 }
7740 },
7741 "autoload": {
7742 "files": [
7743 "bootstrap.php"
7744 ],
7745 "psr-4": {
7746 "Symfony\\Bridge\\PhpUnit\\": ""
7747 },
7748 "exclude-from-classmap": [
7749 "/Tests/"
7750 ]
7751 },
7752 "notification-url": "https://packagist.org/downloads/",
7753 "license": [
7754 "MIT"
7755 ],
7756 "authors": [
7757 {
7758 "name": "Nicolas Grekas",
7759 "email": "p@tchwork.com"
7760 },
7761 {
7762 "name": "Symfony Community",
7763 "homepage": "https://symfony.com/contributors"
7764 }
7765 ],
7766 "description": "Symfony PHPUnit Bridge",
7767 "homepage": "https://symfony.com",
7768 "time": "2016-08-19 06:48:39"
7769 },
7770 {
7771 "name": "webmozart/assert",
7772 "version": "1.1.0",
7773 "source": {
7774 "type": "git",
7775 "url": "https://github.com/webmozart/assert.git",
7776 "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
7777 },
7778 "dist": {
7779 "type": "zip",
7780 "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
7781 "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
7782 "shasum": ""
7783 },
7784 "require": {
7785 "php": "^5.3.3|^7.0"
7786 },
7787 "require-dev": {
7788 "phpunit/phpunit": "^4.6",
7789 "sebastian/version": "^1.0.1"
7790 },
7791 "type": "library",
7792 "extra": {
7793 "branch-alias": {
7794 "dev-master": "1.2-dev"
7795 }
7796 },
7797 "autoload": {
7798 "psr-4": {
7799 "Webmozart\\Assert\\": "src/"
7800 }
7801 },
7802 "notification-url": "https://packagist.org/downloads/",
7803 "license": [
7804 "MIT"
7805 ],
7806 "authors": [
7807 {
7808 "name": "Bernhard Schussek",
7809 "email": "bschussek@gmail.com"
7810 }
7811 ],
7812 "description": "Assertions to validate method input/output with nice error messages.",
7813 "keywords": [
7814 "assert",
7815 "check",
7816 "validate"
7817 ],
7818 "time": "2016-08-09 15:02:57"
7819 }
7820 ],
7821 "aliases": [],
7822 "minimum-stability": "dev",
7823 "stability-flags": {
7824 "friendsofsymfony/user-bundle": 20,
7825 "stof/doctrine-extensions-bundle": 20
7826 },
7827 "prefer-stable": true,
7828 "prefer-lowest": false,
7829 "platform": {
7830 "php": ">=5.5.9",
7831 "ext-pcre": "*",
7832 "ext-dom": "*",
7833 "ext-curl": "*",
7834 "ext-gd": "*",
7835 "ext-session": "*",
7836 "ext-ctype": "*",
7837 "ext-hash": "*",
7838 "ext-simplexml": "*",
7839 "ext-json": "*",
7840 "ext-mbstring": "*",
7841 "ext-xml": "*",
7842 "ext-iconv": "*",
7843 "ext-tokenizer": "*",
7844 "ext-pdo": "*"
7845 },
7846 "platform-dev": []
7847}
diff --git a/install.sh b/install.sh
index 29b343b2..6bf0263b 100755
--- a/install.sh
+++ b/install.sh
@@ -2,7 +2,7 @@
2 2
3if [[ $ASSETS == 'build' ]]; then 3if [[ $ASSETS == 'build' ]]; then
4 echo "Installing PHP dependencies through Composer..." 4 echo "Installing PHP dependencies through Composer..."
5 composer install --no-interaction --no-progress --prefer-dist -o 5 composer update --no-interaction --no-progress
6 6
7 chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm 7 chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
8 echo "Downloading librairies through npm..." 8 echo "Downloading librairies through npm..."
@@ -11,5 +11,5 @@ if [[ $ASSETS == 'build' ]]; then
11 echo "Concat, minify and installing assets..." 11 echo "Concat, minify and installing assets..."
12 node_modules/grunt/bin/grunt 12 node_modules/grunt/bin/grunt
13else 13else
14 composer install --no-interaction --no-progress --prefer-dist -o 14 composer update --no-interaction --no-progress
15fi 15fi