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