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