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