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