Add symfony builtin server.
[Project_proches_de_moi-server.git] / composer.lock
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": "67bb25eed302937fdc1ca7b91a352316",
8 "packages": [
9 {
10 "name": "doctrine/annotations",
11 "version": "v1.6.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/annotations.git",
15 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
20 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
21 "shasum": ""
22 },
23 "require": {
24 "doctrine/lexer": "1.*",
25 "php": "^7.1"
26 },
27 "require-dev": {
28 "doctrine/cache": "1.*",
29 "phpunit/phpunit": "^6.4"
30 },
31 "type": "library",
32 "extra": {
33 "branch-alias": {
34 "dev-master": "1.6.x-dev"
35 }
36 },
37 "autoload": {
38 "psr-4": {
39 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
40 }
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
44 "MIT"
45 ],
46 "authors": [
47 {
48 "name": "Roman Borschel",
49 "email": "roman@code-factory.org"
50 },
51 {
52 "name": "Benjamin Eberlei",
53 "email": "kontakt@beberlei.de"
54 },
55 {
56 "name": "Guilherme Blanco",
57 "email": "guilhermeblanco@gmail.com"
58 },
59 {
60 "name": "Jonathan Wage",
61 "email": "jonwage@gmail.com"
62 },
63 {
64 "name": "Johannes Schmitt",
65 "email": "schmittjoh@gmail.com"
66 }
67 ],
68 "description": "Docblock Annotations Parser",
69 "homepage": "http://www.doctrine-project.org",
70 "keywords": [
71 "annotations",
72 "docblock",
73 "parser"
74 ],
75 "time": "2017-12-06T07:11:42+00:00"
76 },
77 {
78 "name": "doctrine/cache",
79 "version": "v1.7.1",
80 "source": {
81 "type": "git",
82 "url": "https://github.com/doctrine/cache.git",
83 "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
84 },
85 "dist": {
86 "type": "zip",
87 "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
88 "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
89 "shasum": ""
90 },
91 "require": {
92 "php": "~7.1"
93 },
94 "conflict": {
95 "doctrine/common": ">2.2,<2.4"
96 },
97 "require-dev": {
98 "alcaeus/mongo-php-adapter": "^1.1",
99 "mongodb/mongodb": "^1.1",
100 "phpunit/phpunit": "^5.7",
101 "predis/predis": "~1.0"
102 },
103 "suggest": {
104 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
105 },
106 "type": "library",
107 "extra": {
108 "branch-alias": {
109 "dev-master": "1.7.x-dev"
110 }
111 },
112 "autoload": {
113 "psr-4": {
114 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
115 }
116 },
117 "notification-url": "https://packagist.org/downloads/",
118 "license": [
119 "MIT"
120 ],
121 "authors": [
122 {
123 "name": "Roman Borschel",
124 "email": "roman@code-factory.org"
125 },
126 {
127 "name": "Benjamin Eberlei",
128 "email": "kontakt@beberlei.de"
129 },
130 {
131 "name": "Guilherme Blanco",
132 "email": "guilhermeblanco@gmail.com"
133 },
134 {
135 "name": "Jonathan Wage",
136 "email": "jonwage@gmail.com"
137 },
138 {
139 "name": "Johannes Schmitt",
140 "email": "schmittjoh@gmail.com"
141 }
142 ],
143 "description": "Caching library offering an object-oriented API for many cache backends",
144 "homepage": "http://www.doctrine-project.org",
145 "keywords": [
146 "cache",
147 "caching"
148 ],
149 "time": "2017-08-25T07:02:50+00:00"
150 },
151 {
152 "name": "doctrine/collections",
153 "version": "v1.5.0",
154 "source": {
155 "type": "git",
156 "url": "https://github.com/doctrine/collections.git",
157 "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
158 },
159 "dist": {
160 "type": "zip",
161 "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
162 "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
163 "shasum": ""
164 },
165 "require": {
166 "php": "^7.1"
167 },
168 "require-dev": {
169 "doctrine/coding-standard": "~0.1@dev",
170 "phpunit/phpunit": "^5.7"
171 },
172 "type": "library",
173 "extra": {
174 "branch-alias": {
175 "dev-master": "1.3.x-dev"
176 }
177 },
178 "autoload": {
179 "psr-0": {
180 "Doctrine\\Common\\Collections\\": "lib/"
181 }
182 },
183 "notification-url": "https://packagist.org/downloads/",
184 "license": [
185 "MIT"
186 ],
187 "authors": [
188 {
189 "name": "Roman Borschel",
190 "email": "roman@code-factory.org"
191 },
192 {
193 "name": "Benjamin Eberlei",
194 "email": "kontakt@beberlei.de"
195 },
196 {
197 "name": "Guilherme Blanco",
198 "email": "guilhermeblanco@gmail.com"
199 },
200 {
201 "name": "Jonathan Wage",
202 "email": "jonwage@gmail.com"
203 },
204 {
205 "name": "Johannes Schmitt",
206 "email": "schmittjoh@gmail.com"
207 }
208 ],
209 "description": "Collections Abstraction library",
210 "homepage": "http://www.doctrine-project.org",
211 "keywords": [
212 "array",
213 "collections",
214 "iterator"
215 ],
216 "time": "2017-07-22T10:37:32+00:00"
217 },
218 {
219 "name": "doctrine/common",
220 "version": "v2.8.1",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/doctrine/common.git",
224 "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
229 "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
230 "shasum": ""
231 },
232 "require": {
233 "doctrine/annotations": "1.*",
234 "doctrine/cache": "1.*",
235 "doctrine/collections": "1.*",
236 "doctrine/inflector": "1.*",
237 "doctrine/lexer": "1.*",
238 "php": "~7.1"
239 },
240 "require-dev": {
241 "phpunit/phpunit": "^5.7"
242 },
243 "type": "library",
244 "extra": {
245 "branch-alias": {
246 "dev-master": "2.8.x-dev"
247 }
248 },
249 "autoload": {
250 "psr-4": {
251 "Doctrine\\Common\\": "lib/Doctrine/Common"
252 }
253 },
254 "notification-url": "https://packagist.org/downloads/",
255 "license": [
256 "MIT"
257 ],
258 "authors": [
259 {
260 "name": "Roman Borschel",
261 "email": "roman@code-factory.org"
262 },
263 {
264 "name": "Benjamin Eberlei",
265 "email": "kontakt@beberlei.de"
266 },
267 {
268 "name": "Guilherme Blanco",
269 "email": "guilhermeblanco@gmail.com"
270 },
271 {
272 "name": "Jonathan Wage",
273 "email": "jonwage@gmail.com"
274 },
275 {
276 "name": "Johannes Schmitt",
277 "email": "schmittjoh@gmail.com"
278 }
279 ],
280 "description": "Common Library for Doctrine projects",
281 "homepage": "http://www.doctrine-project.org",
282 "keywords": [
283 "annotations",
284 "collections",
285 "eventmanager",
286 "persistence",
287 "spl"
288 ],
289 "time": "2017-08-31T08:43:38+00:00"
290 },
291 {
292 "name": "doctrine/dbal",
293 "version": "v2.7.1",
294 "source": {
295 "type": "git",
296 "url": "https://github.com/doctrine/dbal.git",
297 "reference": "11037b4352c008373561dc6fc836834eed80c3b5"
298 },
299 "dist": {
300 "type": "zip",
301 "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5",
302 "reference": "11037b4352c008373561dc6fc836834eed80c3b5",
303 "shasum": ""
304 },
305 "require": {
306 "doctrine/common": "^2.7.1",
307 "ext-pdo": "*",
308 "php": "^7.1"
309 },
310 "require-dev": {
311 "doctrine/coding-standard": "^4.0",
312 "phpunit/phpunit": "^7.0",
313 "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
314 "symfony/console": "^2.0.5||^3.0",
315 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
316 },
317 "suggest": {
318 "symfony/console": "For helpful console commands such as SQL execution and import of files."
319 },
320 "bin": [
321 "bin/doctrine-dbal"
322 ],
323 "type": "library",
324 "extra": {
325 "branch-alias": {
326 "dev-master": "2.7.x-dev"
327 }
328 },
329 "autoload": {
330 "psr-0": {
331 "Doctrine\\DBAL\\": "lib/"
332 }
333 },
334 "notification-url": "https://packagist.org/downloads/",
335 "license": [
336 "MIT"
337 ],
338 "authors": [
339 {
340 "name": "Roman Borschel",
341 "email": "roman@code-factory.org"
342 },
343 {
344 "name": "Benjamin Eberlei",
345 "email": "kontakt@beberlei.de"
346 },
347 {
348 "name": "Guilherme Blanco",
349 "email": "guilhermeblanco@gmail.com"
350 },
351 {
352 "name": "Jonathan Wage",
353 "email": "jonwage@gmail.com"
354 }
355 ],
356 "description": "Database Abstraction Layer",
357 "homepage": "http://www.doctrine-project.org",
358 "keywords": [
359 "database",
360 "dbal",
361 "persistence",
362 "queryobject"
363 ],
364 "time": "2018-04-07T18:44:18+00:00"
365 },
366 {
367 "name": "doctrine/doctrine-bundle",
368 "version": "1.9.1",
369 "source": {
370 "type": "git",
371 "url": "https://github.com/doctrine/DoctrineBundle.git",
372 "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f"
373 },
374 "dist": {
375 "type": "zip",
376 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f",
377 "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f",
378 "shasum": ""
379 },
380 "require": {
381 "doctrine/dbal": "^2.5.12",
382 "doctrine/doctrine-cache-bundle": "~1.2",
383 "jdorn/sql-formatter": "^1.2.16",
384 "php": "^5.5.9|^7.0",
385 "symfony/console": "~2.7|~3.0|~4.0",
386 "symfony/dependency-injection": "~2.7|~3.0|~4.0",
387 "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
388 "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
389 },
390 "conflict": {
391 "symfony/http-foundation": "<2.6"
392 },
393 "require-dev": {
394 "doctrine/orm": "~2.4",
395 "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
396 "satooshi/php-coveralls": "^1.0",
397 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
398 "symfony/property-info": "~2.8|~3.0|~4.0",
399 "symfony/validator": "~2.7|~3.0|~4.0",
400 "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
401 "symfony/yaml": "~2.7|~3.0|~4.0",
402 "twig/twig": "~1.26|~2.0"
403 },
404 "suggest": {
405 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
406 "symfony/web-profiler-bundle": "To use the data collector."
407 },
408 "type": "symfony-bundle",
409 "extra": {
410 "branch-alias": {
411 "dev-master": "1.8.x-dev"
412 }
413 },
414 "autoload": {
415 "psr-4": {
416 "Doctrine\\Bundle\\DoctrineBundle\\": ""
417 }
418 },
419 "notification-url": "https://packagist.org/downloads/",
420 "license": [
421 "MIT"
422 ],
423 "authors": [
424 {
425 "name": "Symfony Community",
426 "homepage": "http://symfony.com/contributors"
427 },
428 {
429 "name": "Benjamin Eberlei",
430 "email": "kontakt@beberlei.de"
431 },
432 {
433 "name": "Doctrine Project",
434 "homepage": "http://www.doctrine-project.org/"
435 },
436 {
437 "name": "Fabien Potencier",
438 "email": "fabien@symfony.com"
439 }
440 ],
441 "description": "Symfony DoctrineBundle",
442 "homepage": "http://www.doctrine-project.org",
443 "keywords": [
444 "database",
445 "dbal",
446 "orm",
447 "persistence"
448 ],
449 "time": "2018-04-19T14:07:39+00:00"
450 },
451 {
452 "name": "doctrine/doctrine-cache-bundle",
453 "version": "1.3.3",
454 "source": {
455 "type": "git",
456 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
457 "reference": "4c8e363f96427924e7e519c5b5119b4f54512697"
458 },
459 "dist": {
460 "type": "zip",
461 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/4c8e363f96427924e7e519c5b5119b4f54512697",
462 "reference": "4c8e363f96427924e7e519c5b5119b4f54512697",
463 "shasum": ""
464 },
465 "require": {
466 "doctrine/cache": "^1.4.2",
467 "doctrine/inflector": "~1.0",
468 "php": ">=5.3.2",
469 "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
470 },
471 "require-dev": {
472 "instaclick/coding-standard": "~1.1",
473 "instaclick/object-calisthenics-sniffs": "dev-master",
474 "instaclick/symfony2-coding-standard": "dev-remaster",
475 "phpunit/phpunit": "~4|~5",
476 "predis/predis": "~0.8",
477 "satooshi/php-coveralls": "^1.0",
478 "squizlabs/php_codesniffer": "~1.5",
479 "symfony/console": "~2.7|~3.3|~4.0",
480 "symfony/finder": "~2.7|~3.3|~4.0",
481 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
482 "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
483 "symfony/security-acl": "~2.7|~3.3",
484 "symfony/validator": "~2.7|~3.3|~4.0",
485 "symfony/yaml": "~2.7|~3.3|~4.0"
486 },
487 "suggest": {
488 "symfony/security-acl": "For using this bundle to cache ACLs"
489 },
490 "type": "symfony-bundle",
491 "extra": {
492 "branch-alias": {
493 "dev-master": "1.3.x-dev"
494 }
495 },
496 "autoload": {
497 "psr-4": {
498 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
499 }
500 },
501 "notification-url": "https://packagist.org/downloads/",
502 "license": [
503 "MIT"
504 ],
505 "authors": [
506 {
507 "name": "Symfony Community",
508 "homepage": "http://symfony.com/contributors"
509 },
510 {
511 "name": "Benjamin Eberlei",
512 "email": "kontakt@beberlei.de"
513 },
514 {
515 "name": "Fabio B. Silva",
516 "email": "fabio.bat.silva@gmail.com"
517 },
518 {
519 "name": "Guilherme Blanco",
520 "email": "guilhermeblanco@hotmail.com"
521 },
522 {
523 "name": "Doctrine Project",
524 "homepage": "http://www.doctrine-project.org/"
525 },
526 {
527 "name": "Fabien Potencier",
528 "email": "fabien@symfony.com"
529 }
530 ],
531 "description": "Symfony Bundle for Doctrine Cache",
532 "homepage": "http://www.doctrine-project.org",
533 "keywords": [
534 "cache",
535 "caching"
536 ],
537 "time": "2018-03-27T09:22:12+00:00"
538 },
539 {
540 "name": "doctrine/inflector",
541 "version": "v1.3.0",
542 "source": {
543 "type": "git",
544 "url": "https://github.com/doctrine/inflector.git",
545 "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
546 },
547 "dist": {
548 "type": "zip",
549 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
550 "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
551 "shasum": ""
552 },
553 "require": {
554 "php": "^7.1"
555 },
556 "require-dev": {
557 "phpunit/phpunit": "^6.2"
558 },
559 "type": "library",
560 "extra": {
561 "branch-alias": {
562 "dev-master": "1.3.x-dev"
563 }
564 },
565 "autoload": {
566 "psr-4": {
567 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
568 }
569 },
570 "notification-url": "https://packagist.org/downloads/",
571 "license": [
572 "MIT"
573 ],
574 "authors": [
575 {
576 "name": "Roman Borschel",
577 "email": "roman@code-factory.org"
578 },
579 {
580 "name": "Benjamin Eberlei",
581 "email": "kontakt@beberlei.de"
582 },
583 {
584 "name": "Guilherme Blanco",
585 "email": "guilhermeblanco@gmail.com"
586 },
587 {
588 "name": "Jonathan Wage",
589 "email": "jonwage@gmail.com"
590 },
591 {
592 "name": "Johannes Schmitt",
593 "email": "schmittjoh@gmail.com"
594 }
595 ],
596 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
597 "homepage": "http://www.doctrine-project.org",
598 "keywords": [
599 "inflection",
600 "pluralize",
601 "singularize",
602 "string"
603 ],
604 "time": "2018-01-09T20:05:19+00:00"
605 },
606 {
607 "name": "doctrine/instantiator",
608 "version": "1.1.0",
609 "source": {
610 "type": "git",
611 "url": "https://github.com/doctrine/instantiator.git",
612 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
613 },
614 "dist": {
615 "type": "zip",
616 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
617 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
618 "shasum": ""
619 },
620 "require": {
621 "php": "^7.1"
622 },
623 "require-dev": {
624 "athletic/athletic": "~0.1.8",
625 "ext-pdo": "*",
626 "ext-phar": "*",
627 "phpunit/phpunit": "^6.2.3",
628 "squizlabs/php_codesniffer": "^3.0.2"
629 },
630 "type": "library",
631 "extra": {
632 "branch-alias": {
633 "dev-master": "1.2.x-dev"
634 }
635 },
636 "autoload": {
637 "psr-4": {
638 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
639 }
640 },
641 "notification-url": "https://packagist.org/downloads/",
642 "license": [
643 "MIT"
644 ],
645 "authors": [
646 {
647 "name": "Marco Pivetta",
648 "email": "ocramius@gmail.com",
649 "homepage": "http://ocramius.github.com/"
650 }
651 ],
652 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
653 "homepage": "https://github.com/doctrine/instantiator",
654 "keywords": [
655 "constructor",
656 "instantiate"
657 ],
658 "time": "2017-07-22T11:58:36+00:00"
659 },
660 {
661 "name": "doctrine/lexer",
662 "version": "v1.0.1",
663 "source": {
664 "type": "git",
665 "url": "https://github.com/doctrine/lexer.git",
666 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
667 },
668 "dist": {
669 "type": "zip",
670 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
671 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
672 "shasum": ""
673 },
674 "require": {
675 "php": ">=5.3.2"
676 },
677 "type": "library",
678 "extra": {
679 "branch-alias": {
680 "dev-master": "1.0.x-dev"
681 }
682 },
683 "autoload": {
684 "psr-0": {
685 "Doctrine\\Common\\Lexer\\": "lib/"
686 }
687 },
688 "notification-url": "https://packagist.org/downloads/",
689 "license": [
690 "MIT"
691 ],
692 "authors": [
693 {
694 "name": "Roman Borschel",
695 "email": "roman@code-factory.org"
696 },
697 {
698 "name": "Guilherme Blanco",
699 "email": "guilhermeblanco@gmail.com"
700 },
701 {
702 "name": "Johannes Schmitt",
703 "email": "schmittjoh@gmail.com"
704 }
705 ],
706 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
707 "homepage": "http://www.doctrine-project.org",
708 "keywords": [
709 "lexer",
710 "parser"
711 ],
712 "time": "2014-09-09T13:34:57+00:00"
713 },
714 {
715 "name": "doctrine/orm",
716 "version": "v2.6.1",
717 "source": {
718 "type": "git",
719 "url": "https://github.com/doctrine/doctrine2.git",
720 "reference": "87ee409783a4a322b5597ebaae558661404055a7"
721 },
722 "dist": {
723 "type": "zip",
724 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/87ee409783a4a322b5597ebaae558661404055a7",
725 "reference": "87ee409783a4a322b5597ebaae558661404055a7",
726 "shasum": ""
727 },
728 "require": {
729 "doctrine/annotations": "~1.5",
730 "doctrine/cache": "~1.6",
731 "doctrine/collections": "^1.4",
732 "doctrine/common": "^2.7.1",
733 "doctrine/dbal": "^2.6",
734 "doctrine/instantiator": "~1.1",
735 "ext-pdo": "*",
736 "php": "^7.1",
737 "symfony/console": "~3.0|~4.0"
738 },
739 "require-dev": {
740 "doctrine/coding-standard": "^1.0",
741 "phpunit/phpunit": "^6.5",
742 "squizlabs/php_codesniffer": "^3.2",
743 "symfony/yaml": "~3.4|~4.0"
744 },
745 "suggest": {
746 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
747 },
748 "bin": [
749 "bin/doctrine"
750 ],
751 "type": "library",
752 "extra": {
753 "branch-alias": {
754 "dev-master": "2.6.x-dev"
755 }
756 },
757 "autoload": {
758 "psr-4": {
759 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
760 }
761 },
762 "notification-url": "https://packagist.org/downloads/",
763 "license": [
764 "MIT"
765 ],
766 "authors": [
767 {
768 "name": "Roman Borschel",
769 "email": "roman@code-factory.org"
770 },
771 {
772 "name": "Benjamin Eberlei",
773 "email": "kontakt@beberlei.de"
774 },
775 {
776 "name": "Guilherme Blanco",
777 "email": "guilhermeblanco@gmail.com"
778 },
779 {
780 "name": "Jonathan Wage",
781 "email": "jonwage@gmail.com"
782 },
783 {
784 "name": "Marco Pivetta",
785 "email": "ocramius@gmail.com"
786 }
787 ],
788 "description": "Object-Relational-Mapper for PHP",
789 "homepage": "http://www.doctrine-project.org",
790 "keywords": [
791 "database",
792 "orm"
793 ],
794 "time": "2018-02-27T07:30:56+00:00"
795 },
796 {
797 "name": "friendsofsymfony/rest-bundle",
798 "version": "2.3.1",
799 "source": {
800 "type": "git",
801 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
802 "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e"
803 },
804 "dist": {
805 "type": "zip",
806 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/1abdf3d82502ac67b93c7f84c844fa147f0ec70e",
807 "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e",
808 "shasum": ""
809 },
810 "require": {
811 "doctrine/inflector": "^1.0",
812 "php": "^5.5.9|~7.0",
813 "psr/log": "^1.0",
814 "symfony/config": "^2.7|^3.0|^4.0",
815 "symfony/debug": "^2.7|^3.0|^4.0",
816 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
817 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
818 "symfony/finder": "^2.7|^3.0|^4.0",
819 "symfony/framework-bundle": "^2.7|^3.0|^4.0",
820 "symfony/http-foundation": "^2.7|^3.0|^4.0",
821 "symfony/http-kernel": "^2.7|^3.0|^4.0",
822 "symfony/routing": "^2.7|^3.0|^4.0",
823 "symfony/security-core": "^2.7|^3.0|^4.0",
824 "symfony/templating": "^2.7|^3.0|^4.0",
825 "willdurand/jsonp-callback-validator": "^1.0",
826 "willdurand/negotiation": "^2.0"
827 },
828 "conflict": {
829 "jms/serializer": "1.3.0",
830 "jms/serializer-bundle": "<1.2.0",
831 "sensio/framework-extra-bundle": "<3.0.13"
832 },
833 "require-dev": {
834 "jms/serializer-bundle": "^1.2|^2.0",
835 "phpoption/phpoption": "^1.1",
836 "psr/http-message": "^1.0",
837 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
838 "symfony/asset": "^2.7|^3.0|^4.0",
839 "symfony/browser-kit": "^2.7|^3.0|^4.0",
840 "symfony/css-selector": "^2.7|^3.0|^4.0",
841 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
842 "symfony/expression-language": "~2.7|^3.0|^4.0",
843 "symfony/form": "^2.7|^3.0|^4.0",
844 "symfony/phpunit-bridge": "^3.2|^4.0",
845 "symfony/security-bundle": "^2.7|^3.0|^4.0",
846 "symfony/serializer": "^2.7.11|^3.0.4|^4.0",
847 "symfony/twig-bundle": "^2.7|^3.0|^4.0",
848 "symfony/validator": "^2.7|^3.0|^4.0",
849 "symfony/web-profiler-bundle": "^2.7|^3.0|^4.0",
850 "symfony/yaml": "^2.7|^3.0|^4.0"
851 },
852 "suggest": {
853 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0",
854 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ^3.0",
855 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
856 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
857 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
858 },
859 "type": "symfony-bundle",
860 "extra": {
861 "branch-alias": {
862 "dev-master": "2.3-dev"
863 }
864 },
865 "autoload": {
866 "psr-4": {
867 "FOS\\RestBundle\\": ""
868 },
869 "exclude-from-classmap": [
870 "Tests/"
871 ]
872 },
873 "notification-url": "https://packagist.org/downloads/",
874 "license": [
875 "MIT"
876 ],
877 "authors": [
878 {
879 "name": "Lukas Kahwe Smith",
880 "email": "smith@pooteeweet.org"
881 },
882 {
883 "name": "FriendsOfSymfony Community",
884 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
885 },
886 {
887 "name": "Konstantin Kudryashov",
888 "email": "ever.zet@gmail.com"
889 }
890 ],
891 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
892 "homepage": "http://friendsofsymfony.github.com",
893 "keywords": [
894 "rest"
895 ],
896 "time": "2018-02-28T13:57:04+00:00"
897 },
898 {
899 "name": "jdorn/sql-formatter",
900 "version": "v1.2.17",
901 "source": {
902 "type": "git",
903 "url": "https://github.com/jdorn/sql-formatter.git",
904 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
905 },
906 "dist": {
907 "type": "zip",
908 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
909 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
910 "shasum": ""
911 },
912 "require": {
913 "php": ">=5.2.4"
914 },
915 "require-dev": {
916 "phpunit/phpunit": "3.7.*"
917 },
918 "type": "library",
919 "extra": {
920 "branch-alias": {
921 "dev-master": "1.3.x-dev"
922 }
923 },
924 "autoload": {
925 "classmap": [
926 "lib"
927 ]
928 },
929 "notification-url": "https://packagist.org/downloads/",
930 "license": [
931 "MIT"
932 ],
933 "authors": [
934 {
935 "name": "Jeremy Dorn",
936 "email": "jeremy@jeremydorn.com",
937 "homepage": "http://jeremydorn.com/"
938 }
939 ],
940 "description": "a PHP SQL highlighting library",
941 "homepage": "https://github.com/jdorn/sql-formatter/",
942 "keywords": [
943 "highlight",
944 "sql"
945 ],
946 "time": "2014-01-12T16:20:24+00:00"
947 },
948 {
949 "name": "jms/metadata",
950 "version": "1.6.0",
951 "source": {
952 "type": "git",
953 "url": "https://github.com/schmittjoh/metadata.git",
954 "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
955 },
956 "dist": {
957 "type": "zip",
958 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
959 "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
960 "shasum": ""
961 },
962 "require": {
963 "php": ">=5.3.0"
964 },
965 "require-dev": {
966 "doctrine/cache": "~1.0",
967 "symfony/cache": "~3.1"
968 },
969 "type": "library",
970 "extra": {
971 "branch-alias": {
972 "dev-master": "1.5.x-dev"
973 }
974 },
975 "autoload": {
976 "psr-0": {
977 "Metadata\\": "src/"
978 }
979 },
980 "notification-url": "https://packagist.org/downloads/",
981 "license": [
982 "Apache-2.0"
983 ],
984 "authors": [
985 {
986 "name": "Johannes M. Schmitt",
987 "email": "schmittjoh@gmail.com"
988 }
989 ],
990 "description": "Class/method/property metadata management in PHP",
991 "keywords": [
992 "annotations",
993 "metadata",
994 "xml",
995 "yaml"
996 ],
997 "time": "2016-12-05T10:18:33+00:00"
998 },
999 {
1000 "name": "jms/parser-lib",
1001 "version": "1.0.0",
1002 "source": {
1003 "type": "git",
1004 "url": "https://github.com/schmittjoh/parser-lib.git",
1005 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1006 },
1007 "dist": {
1008 "type": "zip",
1009 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1010 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1011 "shasum": ""
1012 },
1013 "require": {
1014 "phpoption/phpoption": ">=0.9,<2.0-dev"
1015 },
1016 "type": "library",
1017 "extra": {
1018 "branch-alias": {
1019 "dev-master": "1.0-dev"
1020 }
1021 },
1022 "autoload": {
1023 "psr-0": {
1024 "JMS\\": "src/"
1025 }
1026 },
1027 "notification-url": "https://packagist.org/downloads/",
1028 "license": [
1029 "Apache2"
1030 ],
1031 "description": "A library for easily creating recursive-descent parsers.",
1032 "time": "2012-11-18T18:08:43+00:00"
1033 },
1034 {
1035 "name": "jms/serializer",
1036 "version": "1.12.1",
1037 "source": {
1038 "type": "git",
1039 "url": "https://github.com/schmittjoh/serializer.git",
1040 "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763"
1041 },
1042 "dist": {
1043 "type": "zip",
1044 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/93d6e03fcb71d45854cc44b5a84d645c02c5d763",
1045 "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763",
1046 "shasum": ""
1047 },
1048 "require": {
1049 "doctrine/annotations": "^1.0",
1050 "doctrine/instantiator": "^1.0.3",
1051 "jms/metadata": "^1.3",
1052 "jms/parser-lib": "1.*",
1053 "php": "^5.5|^7.0",
1054 "phpcollection/phpcollection": "~0.1",
1055 "phpoption/phpoption": "^1.1"
1056 },
1057 "conflict": {
1058 "twig/twig": "<1.12"
1059 },
1060 "require-dev": {
1061 "doctrine/orm": "~2.1",
1062 "doctrine/phpcr-odm": "^1.3|^2.0",
1063 "ext-pdo_sqlite": "*",
1064 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1065 "phpunit/phpunit": "^4.8|^5.0",
1066 "propel/propel1": "~1.7",
1067 "psr/container": "^1.0",
1068 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
1069 "symfony/expression-language": "^2.6|^3.0",
1070 "symfony/filesystem": "^2.1",
1071 "symfony/form": "~2.1|^3.0",
1072 "symfony/translation": "^2.1|^3.0",
1073 "symfony/validator": "^2.2|^3.0",
1074 "symfony/yaml": "^2.1|^3.0",
1075 "twig/twig": "~1.12|~2.0"
1076 },
1077 "suggest": {
1078 "doctrine/cache": "Required if you like to use cache functionality.",
1079 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
1080 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1081 },
1082 "type": "library",
1083 "extra": {
1084 "branch-alias": {
1085 "dev-1.x": "1.11-dev"
1086 }
1087 },
1088 "autoload": {
1089 "psr-0": {
1090 "JMS\\Serializer": "src/"
1091 }
1092 },
1093 "notification-url": "https://packagist.org/downloads/",
1094 "license": [
1095 "MIT"
1096 ],
1097 "authors": [
1098 {
1099 "name": "Asmir Mustafic",
1100 "email": "goetas@gmail.com"
1101 },
1102 {
1103 "name": "Johannes M. Schmitt",
1104 "email": "schmittjoh@gmail.com"
1105 }
1106 ],
1107 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1108 "homepage": "http://jmsyst.com/libs/serializer",
1109 "keywords": [
1110 "deserialization",
1111 "jaxb",
1112 "json",
1113 "serialization",
1114 "xml"
1115 ],
1116 "time": "2018-06-01T12:10:12+00:00"
1117 },
1118 {
1119 "name": "jms/serializer-bundle",
1120 "version": "2.4.2",
1121 "source": {
1122 "type": "git",
1123 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1124 "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6"
1125 },
1126 "dist": {
1127 "type": "zip",
1128 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1129 "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1130 "shasum": ""
1131 },
1132 "require": {
1133 "jms/serializer": "^1.10",
1134 "php": "^5.4|^7.0",
1135 "phpoption/phpoption": "^1.1.0",
1136 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
1137 },
1138 "require-dev": {
1139 "doctrine/orm": "*",
1140 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
1141 "symfony/expression-language": "~2.6|~3.0|~4.0",
1142 "symfony/finder": "^2.3|^3.0|^4.0",
1143 "symfony/form": "*",
1144 "symfony/stopwatch": "*",
1145 "symfony/twig-bundle": "*",
1146 "symfony/validator": "*",
1147 "symfony/yaml": "*"
1148 },
1149 "suggest": {
1150 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
1151 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
1152 },
1153 "type": "symfony-bundle",
1154 "extra": {
1155 "branch-alias": {
1156 "dev-master": "2.4-dev"
1157 }
1158 },
1159 "autoload": {
1160 "psr-4": {
1161 "JMS\\SerializerBundle\\": ""
1162 },
1163 "exclude-from-classmap": [
1164 "/Tests/"
1165 ]
1166 },
1167 "notification-url": "https://packagist.org/downloads/",
1168 "license": [
1169 "MIT"
1170 ],
1171 "authors": [
1172 {
1173 "name": "Asmir Mustafic",
1174 "email": "goetas@gmail.com"
1175 },
1176 {
1177 "name": "Johannes M. Schmitt",
1178 "email": "schmittjoh@gmail.com"
1179 }
1180 ],
1181 "description": "Allows you to easily serialize, and deserialize data of any complexity",
1182 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1183 "keywords": [
1184 "deserialization",
1185 "jaxb",
1186 "json",
1187 "serialization",
1188 "xml"
1189 ],
1190 "time": "2018-06-19T13:39:25+00:00"
1191 },
1192 {
1193 "name": "phpcollection/phpcollection",
1194 "version": "0.5.0",
1195 "source": {
1196 "type": "git",
1197 "url": "https://github.com/schmittjoh/php-collection.git",
1198 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1199 },
1200 "dist": {
1201 "type": "zip",
1202 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1203 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1204 "shasum": ""
1205 },
1206 "require": {
1207 "phpoption/phpoption": "1.*"
1208 },
1209 "type": "library",
1210 "extra": {
1211 "branch-alias": {
1212 "dev-master": "0.4-dev"
1213 }
1214 },
1215 "autoload": {
1216 "psr-0": {
1217 "PhpCollection": "src/"
1218 }
1219 },
1220 "notification-url": "https://packagist.org/downloads/",
1221 "license": [
1222 "Apache2"
1223 ],
1224 "authors": [
1225 {
1226 "name": "Johannes M. Schmitt",
1227 "email": "schmittjoh@gmail.com"
1228 }
1229 ],
1230 "description": "General-Purpose Collection Library for PHP",
1231 "keywords": [
1232 "collection",
1233 "list",
1234 "map",
1235 "sequence",
1236 "set"
1237 ],
1238 "time": "2015-05-17T12:39:23+00:00"
1239 },
1240 {
1241 "name": "phpoption/phpoption",
1242 "version": "1.5.0",
1243 "source": {
1244 "type": "git",
1245 "url": "https://github.com/schmittjoh/php-option.git",
1246 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1247 },
1248 "dist": {
1249 "type": "zip",
1250 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1251 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1252 "shasum": ""
1253 },
1254 "require": {
1255 "php": ">=5.3.0"
1256 },
1257 "require-dev": {
1258 "phpunit/phpunit": "4.7.*"
1259 },
1260 "type": "library",
1261 "extra": {
1262 "branch-alias": {
1263 "dev-master": "1.3-dev"
1264 }
1265 },
1266 "autoload": {
1267 "psr-0": {
1268 "PhpOption\\": "src/"
1269 }
1270 },
1271 "notification-url": "https://packagist.org/downloads/",
1272 "license": [
1273 "Apache2"
1274 ],
1275 "authors": [
1276 {
1277 "name": "Johannes M. Schmitt",
1278 "email": "schmittjoh@gmail.com"
1279 }
1280 ],
1281 "description": "Option Type for PHP",
1282 "keywords": [
1283 "language",
1284 "option",
1285 "php",
1286 "type"
1287 ],
1288 "time": "2015-07-25T16:39:46+00:00"
1289 },
1290 {
1291 "name": "psr/cache",
1292 "version": "1.0.1",
1293 "source": {
1294 "type": "git",
1295 "url": "https://github.com/php-fig/cache.git",
1296 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1297 },
1298 "dist": {
1299 "type": "zip",
1300 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1301 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1302 "shasum": ""
1303 },
1304 "require": {
1305 "php": ">=5.3.0"
1306 },
1307 "type": "library",
1308 "extra": {
1309 "branch-alias": {
1310 "dev-master": "1.0.x-dev"
1311 }
1312 },
1313 "autoload": {
1314 "psr-4": {
1315 "Psr\\Cache\\": "src/"
1316 }
1317 },
1318 "notification-url": "https://packagist.org/downloads/",
1319 "license": [
1320 "MIT"
1321 ],
1322 "authors": [
1323 {
1324 "name": "PHP-FIG",
1325 "homepage": "http://www.php-fig.org/"
1326 }
1327 ],
1328 "description": "Common interface for caching libraries",
1329 "keywords": [
1330 "cache",
1331 "psr",
1332 "psr-6"
1333 ],
1334 "time": "2016-08-06T20:24:11+00:00"
1335 },
1336 {
1337 "name": "psr/container",
1338 "version": "1.0.0",
1339 "source": {
1340 "type": "git",
1341 "url": "https://github.com/php-fig/container.git",
1342 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1343 },
1344 "dist": {
1345 "type": "zip",
1346 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1347 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1348 "shasum": ""
1349 },
1350 "require": {
1351 "php": ">=5.3.0"
1352 },
1353 "type": "library",
1354 "extra": {
1355 "branch-alias": {
1356 "dev-master": "1.0.x-dev"
1357 }
1358 },
1359 "autoload": {
1360 "psr-4": {
1361 "Psr\\Container\\": "src/"
1362 }
1363 },
1364 "notification-url": "https://packagist.org/downloads/",
1365 "license": [
1366 "MIT"
1367 ],
1368 "authors": [
1369 {
1370 "name": "PHP-FIG",
1371 "homepage": "http://www.php-fig.org/"
1372 }
1373 ],
1374 "description": "Common Container Interface (PHP FIG PSR-11)",
1375 "homepage": "https://github.com/php-fig/container",
1376 "keywords": [
1377 "PSR-11",
1378 "container",
1379 "container-interface",
1380 "container-interop",
1381 "psr"
1382 ],
1383 "time": "2017-02-14T16:28:37+00:00"
1384 },
1385 {
1386 "name": "psr/log",
1387 "version": "1.0.2",
1388 "source": {
1389 "type": "git",
1390 "url": "https://github.com/php-fig/log.git",
1391 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1392 },
1393 "dist": {
1394 "type": "zip",
1395 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1396 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1397 "shasum": ""
1398 },
1399 "require": {
1400 "php": ">=5.3.0"
1401 },
1402 "type": "library",
1403 "extra": {
1404 "branch-alias": {
1405 "dev-master": "1.0.x-dev"
1406 }
1407 },
1408 "autoload": {
1409 "psr-4": {
1410 "Psr\\Log\\": "Psr/Log/"
1411 }
1412 },
1413 "notification-url": "https://packagist.org/downloads/",
1414 "license": [
1415 "MIT"
1416 ],
1417 "authors": [
1418 {
1419 "name": "PHP-FIG",
1420 "homepage": "http://www.php-fig.org/"
1421 }
1422 ],
1423 "description": "Common interface for logging libraries",
1424 "homepage": "https://github.com/php-fig/log",
1425 "keywords": [
1426 "log",
1427 "psr",
1428 "psr-3"
1429 ],
1430 "time": "2016-10-10T12:19:37+00:00"
1431 },
1432 {
1433 "name": "psr/simple-cache",
1434 "version": "1.0.1",
1435 "source": {
1436 "type": "git",
1437 "url": "https://github.com/php-fig/simple-cache.git",
1438 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1439 },
1440 "dist": {
1441 "type": "zip",
1442 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1443 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1444 "shasum": ""
1445 },
1446 "require": {
1447 "php": ">=5.3.0"
1448 },
1449 "type": "library",
1450 "extra": {
1451 "branch-alias": {
1452 "dev-master": "1.0.x-dev"
1453 }
1454 },
1455 "autoload": {
1456 "psr-4": {
1457 "Psr\\SimpleCache\\": "src/"
1458 }
1459 },
1460 "notification-url": "https://packagist.org/downloads/",
1461 "license": [
1462 "MIT"
1463 ],
1464 "authors": [
1465 {
1466 "name": "PHP-FIG",
1467 "homepage": "http://www.php-fig.org/"
1468 }
1469 ],
1470 "description": "Common interfaces for simple caching",
1471 "keywords": [
1472 "cache",
1473 "caching",
1474 "psr",
1475 "psr-16",
1476 "simple-cache"
1477 ],
1478 "time": "2017-10-23T01:57:42+00:00"
1479 },
1480 {
1481 "name": "sensio/framework-extra-bundle",
1482 "version": "v5.1.6",
1483 "source": {
1484 "type": "git",
1485 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1486 "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8"
1487 },
1488 "dist": {
1489 "type": "zip",
1490 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bf4940572e43af679aaa13be98f3446a1c237bd8",
1491 "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8",
1492 "shasum": ""
1493 },
1494 "require": {
1495 "doctrine/common": "^2.2",
1496 "symfony/config": "^3.3|^4.0",
1497 "symfony/dependency-injection": "^3.3|^4.0",
1498 "symfony/framework-bundle": "^3.3|^4.0",
1499 "symfony/http-kernel": "^3.3|^4.0"
1500 },
1501 "require-dev": {
1502 "doctrine/doctrine-bundle": "^1.6",
1503 "doctrine/orm": "^2.5",
1504 "symfony/browser-kit": "^3.3|^4.0",
1505 "symfony/dom-crawler": "^3.3|^4.0",
1506 "symfony/expression-language": "^3.3|^4.0",
1507 "symfony/finder": "^3.3|^4.0",
1508 "symfony/phpunit-bridge": "^3.3|^4.0",
1509 "symfony/psr-http-message-bridge": "^0.3",
1510 "symfony/security-bundle": "^3.3|^4.0",
1511 "symfony/twig-bundle": "^3.3|^4.0",
1512 "symfony/yaml": "^3.3|^4.0",
1513 "twig/twig": "~1.12|~2.0",
1514 "zendframework/zend-diactoros": "^1.3"
1515 },
1516 "suggest": {
1517 "symfony/expression-language": "",
1518 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1519 "symfony/security-bundle": ""
1520 },
1521 "type": "symfony-bundle",
1522 "extra": {
1523 "branch-alias": {
1524 "dev-master": "5.1.x-dev"
1525 }
1526 },
1527 "autoload": {
1528 "psr-4": {
1529 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1530 }
1531 },
1532 "notification-url": "https://packagist.org/downloads/",
1533 "license": [
1534 "MIT"
1535 ],
1536 "authors": [
1537 {
1538 "name": "Fabien Potencier",
1539 "email": "fabien@symfony.com"
1540 }
1541 ],
1542 "description": "This bundle provides a way to configure your controllers with annotations",
1543 "keywords": [
1544 "annotations",
1545 "controllers"
1546 ],
1547 "time": "2018-02-14T08:40:54+00:00"
1548 },
1549 {
1550 "name": "symfony/cache",
1551 "version": "v4.1.1",
1552 "source": {
1553 "type": "git",
1554 "url": "https://github.com/symfony/cache.git",
1555 "reference": "be95ef3665747e6ff9d883a8adc87085769009f0"
1556 },
1557 "dist": {
1558 "type": "zip",
1559 "url": "https://api.github.com/repos/symfony/cache/zipball/be95ef3665747e6ff9d883a8adc87085769009f0",
1560 "reference": "be95ef3665747e6ff9d883a8adc87085769009f0",
1561 "shasum": ""
1562 },
1563 "require": {
1564 "php": "^7.1.3",
1565 "psr/cache": "~1.0",
1566 "psr/log": "~1.0",
1567 "psr/simple-cache": "^1.0"
1568 },
1569 "conflict": {
1570 "symfony/var-dumper": "<3.4"
1571 },
1572 "provide": {
1573 "psr/cache-implementation": "1.0",
1574 "psr/simple-cache-implementation": "1.0"
1575 },
1576 "require-dev": {
1577 "cache/integration-tests": "dev-master",
1578 "doctrine/cache": "~1.6",
1579 "doctrine/dbal": "~2.4",
1580 "predis/predis": "~1.0"
1581 },
1582 "type": "library",
1583 "extra": {
1584 "branch-alias": {
1585 "dev-master": "4.1-dev"
1586 }
1587 },
1588 "autoload": {
1589 "psr-4": {
1590 "Symfony\\Component\\Cache\\": ""
1591 },
1592 "exclude-from-classmap": [
1593 "/Tests/"
1594 ]
1595 },
1596 "notification-url": "https://packagist.org/downloads/",
1597 "license": [
1598 "MIT"
1599 ],
1600 "authors": [
1601 {
1602 "name": "Nicolas Grekas",
1603 "email": "p@tchwork.com"
1604 },
1605 {
1606 "name": "Symfony Community",
1607 "homepage": "https://symfony.com/contributors"
1608 }
1609 ],
1610 "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1611 "homepage": "https://symfony.com",
1612 "keywords": [
1613 "caching",
1614 "psr6"
1615 ],
1616 "time": "2018-06-22T08:59:39+00:00"
1617 },
1618 {
1619 "name": "symfony/config",
1620 "version": "v4.1.1",
1621 "source": {
1622 "type": "git",
1623 "url": "https://github.com/symfony/config.git",
1624 "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5"
1625 },
1626 "dist": {
1627 "type": "zip",
1628 "url": "https://api.github.com/repos/symfony/config/zipball/e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
1629 "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
1630 "shasum": ""
1631 },
1632 "require": {
1633 "php": "^7.1.3",
1634 "symfony/filesystem": "~3.4|~4.0",
1635 "symfony/polyfill-ctype": "~1.8"
1636 },
1637 "conflict": {
1638 "symfony/finder": "<3.4"
1639 },
1640 "require-dev": {
1641 "symfony/dependency-injection": "~3.4|~4.0",
1642 "symfony/event-dispatcher": "~3.4|~4.0",
1643 "symfony/finder": "~3.4|~4.0",
1644 "symfony/yaml": "~3.4|~4.0"
1645 },
1646 "suggest": {
1647 "symfony/yaml": "To use the yaml reference dumper"
1648 },
1649 "type": "library",
1650 "extra": {
1651 "branch-alias": {
1652 "dev-master": "4.1-dev"
1653 }
1654 },
1655 "autoload": {
1656 "psr-4": {
1657 "Symfony\\Component\\Config\\": ""
1658 },
1659 "exclude-from-classmap": [
1660 "/Tests/"
1661 ]
1662 },
1663 "notification-url": "https://packagist.org/downloads/",
1664 "license": [
1665 "MIT"
1666 ],
1667 "authors": [
1668 {
1669 "name": "Fabien Potencier",
1670 "email": "fabien@symfony.com"
1671 },
1672 {
1673 "name": "Symfony Community",
1674 "homepage": "https://symfony.com/contributors"
1675 }
1676 ],
1677 "description": "Symfony Config Component",
1678 "homepage": "https://symfony.com",
1679 "time": "2018-06-20T11:15:17+00:00"
1680 },
1681 {
1682 "name": "symfony/console",
1683 "version": "v4.1.1",
1684 "source": {
1685 "type": "git",
1686 "url": "https://github.com/symfony/console.git",
1687 "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f"
1688 },
1689 "dist": {
1690 "type": "zip",
1691 "url": "https://api.github.com/repos/symfony/console/zipball/70591cda56b4b47c55776ac78e157c4bb6c8b43f",
1692 "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f",
1693 "shasum": ""
1694 },
1695 "require": {
1696 "php": "^7.1.3",
1697 "symfony/polyfill-mbstring": "~1.0"
1698 },
1699 "conflict": {
1700 "symfony/dependency-injection": "<3.4",
1701 "symfony/process": "<3.3"
1702 },
1703 "require-dev": {
1704 "psr/log": "~1.0",
1705 "symfony/config": "~3.4|~4.0",
1706 "symfony/dependency-injection": "~3.4|~4.0",
1707 "symfony/event-dispatcher": "~3.4|~4.0",
1708 "symfony/lock": "~3.4|~4.0",
1709 "symfony/process": "~3.4|~4.0"
1710 },
1711 "suggest": {
1712 "psr/log-implementation": "For using the console logger",
1713 "symfony/event-dispatcher": "",
1714 "symfony/lock": "",
1715 "symfony/process": ""
1716 },
1717 "type": "library",
1718 "extra": {
1719 "branch-alias": {
1720 "dev-master": "4.1-dev"
1721 }
1722 },
1723 "autoload": {
1724 "psr-4": {
1725 "Symfony\\Component\\Console\\": ""
1726 },
1727 "exclude-from-classmap": [
1728 "/Tests/"
1729 ]
1730 },
1731 "notification-url": "https://packagist.org/downloads/",
1732 "license": [
1733 "MIT"
1734 ],
1735 "authors": [
1736 {
1737 "name": "Fabien Potencier",
1738 "email": "fabien@symfony.com"
1739 },
1740 {
1741 "name": "Symfony Community",
1742 "homepage": "https://symfony.com/contributors"
1743 }
1744 ],
1745 "description": "Symfony Console Component",
1746 "homepage": "https://symfony.com",
1747 "time": "2018-05-31T10:17:53+00:00"
1748 },
1749 {
1750 "name": "symfony/debug",
1751 "version": "v4.1.1",
1752 "source": {
1753 "type": "git",
1754 "url": "https://github.com/symfony/debug.git",
1755 "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d"
1756 },
1757 "dist": {
1758 "type": "zip",
1759 "url": "https://api.github.com/repos/symfony/debug/zipball/dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
1760 "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
1761 "shasum": ""
1762 },
1763 "require": {
1764 "php": "^7.1.3",
1765 "psr/log": "~1.0"
1766 },
1767 "conflict": {
1768 "symfony/http-kernel": "<3.4"
1769 },
1770 "require-dev": {
1771 "symfony/http-kernel": "~3.4|~4.0"
1772 },
1773 "type": "library",
1774 "extra": {
1775 "branch-alias": {
1776 "dev-master": "4.1-dev"
1777 }
1778 },
1779 "autoload": {
1780 "psr-4": {
1781 "Symfony\\Component\\Debug\\": ""
1782 },
1783 "exclude-from-classmap": [
1784 "/Tests/"
1785 ]
1786 },
1787 "notification-url": "https://packagist.org/downloads/",
1788 "license": [
1789 "MIT"
1790 ],
1791 "authors": [
1792 {
1793 "name": "Fabien Potencier",
1794 "email": "fabien@symfony.com"
1795 },
1796 {
1797 "name": "Symfony Community",
1798 "homepage": "https://symfony.com/contributors"
1799 }
1800 ],
1801 "description": "Symfony Debug Component",
1802 "homepage": "https://symfony.com",
1803 "time": "2018-06-08T09:39:36+00:00"
1804 },
1805 {
1806 "name": "symfony/dependency-injection",
1807 "version": "v4.1.1",
1808 "source": {
1809 "type": "git",
1810 "url": "https://github.com/symfony/dependency-injection.git",
1811 "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535"
1812 },
1813 "dist": {
1814 "type": "zip",
1815 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e761828a85d7dfc00b927f94ccbe1851ce0b6535",
1816 "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535",
1817 "shasum": ""
1818 },
1819 "require": {
1820 "php": "^7.1.3",
1821 "psr/container": "^1.0"
1822 },
1823 "conflict": {
1824 "symfony/config": "<4.1.1",
1825 "symfony/finder": "<3.4",
1826 "symfony/proxy-manager-bridge": "<3.4",
1827 "symfony/yaml": "<3.4"
1828 },
1829 "provide": {
1830 "psr/container-implementation": "1.0"
1831 },
1832 "require-dev": {
1833 "symfony/config": "~4.1",
1834 "symfony/expression-language": "~3.4|~4.0",
1835 "symfony/yaml": "~3.4|~4.0"
1836 },
1837 "suggest": {
1838 "symfony/config": "",
1839 "symfony/expression-language": "For using expressions in service container configuration",
1840 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1841 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1842 "symfony/yaml": ""
1843 },
1844 "type": "library",
1845 "extra": {
1846 "branch-alias": {
1847 "dev-master": "4.1-dev"
1848 }
1849 },
1850 "autoload": {
1851 "psr-4": {
1852 "Symfony\\Component\\DependencyInjection\\": ""
1853 },
1854 "exclude-from-classmap": [
1855 "/Tests/"
1856 ]
1857 },
1858 "notification-url": "https://packagist.org/downloads/",
1859 "license": [
1860 "MIT"
1861 ],
1862 "authors": [
1863 {
1864 "name": "Fabien Potencier",
1865 "email": "fabien@symfony.com"
1866 },
1867 {
1868 "name": "Symfony Community",
1869 "homepage": "https://symfony.com/contributors"
1870 }
1871 ],
1872 "description": "Symfony DependencyInjection Component",
1873 "homepage": "https://symfony.com",
1874 "time": "2018-06-25T11:12:43+00:00"
1875 },
1876 {
1877 "name": "symfony/doctrine-bridge",
1878 "version": "v4.1.1",
1879 "source": {
1880 "type": "git",
1881 "url": "https://github.com/symfony/doctrine-bridge.git",
1882 "reference": "a7751cc8d949c16366976633678116f85662b989"
1883 },
1884 "dist": {
1885 "type": "zip",
1886 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/a7751cc8d949c16366976633678116f85662b989",
1887 "reference": "a7751cc8d949c16366976633678116f85662b989",
1888 "shasum": ""
1889 },
1890 "require": {
1891 "doctrine/common": "~2.4@stable",
1892 "php": "^7.1.3",
1893 "symfony/polyfill-ctype": "~1.8",
1894 "symfony/polyfill-mbstring": "~1.0"
1895 },
1896 "conflict": {
1897 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1898 "symfony/dependency-injection": "<3.4"
1899 },
1900 "require-dev": {
1901 "doctrine/data-fixtures": "1.0.*",
1902 "doctrine/dbal": "~2.4",
1903 "doctrine/orm": "^2.4.5",
1904 "symfony/dependency-injection": "~3.4|~4.0",
1905 "symfony/expression-language": "~3.4|~4.0",
1906 "symfony/form": "~3.4|~4.0",
1907 "symfony/http-kernel": "~3.4|~4.0",
1908 "symfony/property-access": "~3.4|~4.0",
1909 "symfony/property-info": "~3.4|~4.0",
1910 "symfony/proxy-manager-bridge": "~3.4|~4.0",
1911 "symfony/security": "~3.4|~4.0",
1912 "symfony/stopwatch": "~3.4|~4.0",
1913 "symfony/translation": "~3.4|~4.0",
1914 "symfony/validator": "~3.4|~4.0"
1915 },
1916 "suggest": {
1917 "doctrine/data-fixtures": "",
1918 "doctrine/dbal": "",
1919 "doctrine/orm": "",
1920 "symfony/form": "",
1921 "symfony/property-info": "",
1922 "symfony/validator": ""
1923 },
1924 "type": "symfony-bridge",
1925 "extra": {
1926 "branch-alias": {
1927 "dev-master": "4.1-dev"
1928 }
1929 },
1930 "autoload": {
1931 "psr-4": {
1932 "Symfony\\Bridge\\Doctrine\\": ""
1933 },
1934 "exclude-from-classmap": [
1935 "/Tests/"
1936 ]
1937 },
1938 "notification-url": "https://packagist.org/downloads/",
1939 "license": [
1940 "MIT"
1941 ],
1942 "authors": [
1943 {
1944 "name": "Fabien Potencier",
1945 "email": "fabien@symfony.com"
1946 },
1947 {
1948 "name": "Symfony Community",
1949 "homepage": "https://symfony.com/contributors"
1950 }
1951 ],
1952 "description": "Symfony Doctrine Bridge",
1953 "homepage": "https://symfony.com",
1954 "time": "2018-06-25T11:31:22+00:00"
1955 },
1956 {
1957 "name": "symfony/event-dispatcher",
1958 "version": "v4.1.1",
1959 "source": {
1960 "type": "git",
1961 "url": "https://github.com/symfony/event-dispatcher.git",
1962 "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
1963 },
1964 "dist": {
1965 "type": "zip",
1966 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
1967 "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
1968 "shasum": ""
1969 },
1970 "require": {
1971 "php": "^7.1.3"
1972 },
1973 "conflict": {
1974 "symfony/dependency-injection": "<3.4"
1975 },
1976 "require-dev": {
1977 "psr/log": "~1.0",
1978 "symfony/config": "~3.4|~4.0",
1979 "symfony/dependency-injection": "~3.4|~4.0",
1980 "symfony/expression-language": "~3.4|~4.0",
1981 "symfony/stopwatch": "~3.4|~4.0"
1982 },
1983 "suggest": {
1984 "symfony/dependency-injection": "",
1985 "symfony/http-kernel": ""
1986 },
1987 "type": "library",
1988 "extra": {
1989 "branch-alias": {
1990 "dev-master": "4.1-dev"
1991 }
1992 },
1993 "autoload": {
1994 "psr-4": {
1995 "Symfony\\Component\\EventDispatcher\\": ""
1996 },
1997 "exclude-from-classmap": [
1998 "/Tests/"
1999 ]
2000 },
2001 "notification-url": "https://packagist.org/downloads/",
2002 "license": [
2003 "MIT"
2004 ],
2005 "authors": [
2006 {
2007 "name": "Fabien Potencier",
2008 "email": "fabien@symfony.com"
2009 },
2010 {
2011 "name": "Symfony Community",
2012 "homepage": "https://symfony.com/contributors"
2013 }
2014 ],
2015 "description": "Symfony EventDispatcher Component",
2016 "homepage": "https://symfony.com",
2017 "time": "2018-04-06T07:35:57+00:00"
2018 },
2019 {
2020 "name": "symfony/filesystem",
2021 "version": "v4.1.1",
2022 "source": {
2023 "type": "git",
2024 "url": "https://github.com/symfony/filesystem.git",
2025 "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
2026 },
2027 "dist": {
2028 "type": "zip",
2029 "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
2030 "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
2031 "shasum": ""
2032 },
2033 "require": {
2034 "php": "^7.1.3",
2035 "symfony/polyfill-ctype": "~1.8"
2036 },
2037 "type": "library",
2038 "extra": {
2039 "branch-alias": {
2040 "dev-master": "4.1-dev"
2041 }
2042 },
2043 "autoload": {
2044 "psr-4": {
2045 "Symfony\\Component\\Filesystem\\": ""
2046 },
2047 "exclude-from-classmap": [
2048 "/Tests/"
2049 ]
2050 },
2051 "notification-url": "https://packagist.org/downloads/",
2052 "license": [
2053 "MIT"
2054 ],
2055 "authors": [
2056 {
2057 "name": "Fabien Potencier",
2058 "email": "fabien@symfony.com"
2059 },
2060 {
2061 "name": "Symfony Community",
2062 "homepage": "https://symfony.com/contributors"
2063 }
2064 ],
2065 "description": "Symfony Filesystem Component",
2066 "homepage": "https://symfony.com",
2067 "time": "2018-05-30T07:26:09+00:00"
2068 },
2069 {
2070 "name": "symfony/finder",
2071 "version": "v4.1.1",
2072 "source": {
2073 "type": "git",
2074 "url": "https://github.com/symfony/finder.git",
2075 "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
2076 },
2077 "dist": {
2078 "type": "zip",
2079 "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
2080 "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
2081 "shasum": ""
2082 },
2083 "require": {
2084 "php": "^7.1.3"
2085 },
2086 "type": "library",
2087 "extra": {
2088 "branch-alias": {
2089 "dev-master": "4.1-dev"
2090 }
2091 },
2092 "autoload": {
2093 "psr-4": {
2094 "Symfony\\Component\\Finder\\": ""
2095 },
2096 "exclude-from-classmap": [
2097 "/Tests/"
2098 ]
2099 },
2100 "notification-url": "https://packagist.org/downloads/",
2101 "license": [
2102 "MIT"
2103 ],
2104 "authors": [
2105 {
2106 "name": "Fabien Potencier",
2107 "email": "fabien@symfony.com"
2108 },
2109 {
2110 "name": "Symfony Community",
2111 "homepage": "https://symfony.com/contributors"
2112 }
2113 ],
2114 "description": "Symfony Finder Component",
2115 "homepage": "https://symfony.com",
2116 "time": "2018-06-19T21:38:16+00:00"
2117 },
2118 {
2119 "name": "symfony/flex",
2120 "version": "v1.0.80",
2121 "source": {
2122 "type": "git",
2123 "url": "https://github.com/symfony/flex.git",
2124 "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e"
2125 },
2126 "dist": {
2127 "type": "zip",
2128 "url": "https://api.github.com/repos/symfony/flex/zipball/729aee08d62b47224e85b83c97e2824ff7d1735e",
2129 "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e",
2130 "shasum": ""
2131 },
2132 "require": {
2133 "composer-plugin-api": "^1.0",
2134 "php": "^7.0"
2135 },
2136 "require-dev": {
2137 "composer/composer": "^1.0.2",
2138 "symfony/phpunit-bridge": "^3.2.8"
2139 },
2140 "type": "composer-plugin",
2141 "extra": {
2142 "branch-alias": {
2143 "dev-master": "1.0-dev"
2144 },
2145 "class": "Symfony\\Flex\\Flex"
2146 },
2147 "autoload": {
2148 "psr-4": {
2149 "Symfony\\Flex\\": "src"
2150 }
2151 },
2152 "notification-url": "https://packagist.org/downloads/",
2153 "license": [
2154 "MIT"
2155 ],
2156 "authors": [
2157 {
2158 "name": "Fabien Potencier",
2159 "email": "fabien.potencier@gmail.com"
2160 }
2161 ],
2162 "time": "2018-05-02T19:08:56+00:00"
2163 },
2164 {
2165 "name": "symfony/framework-bundle",
2166 "version": "v4.1.1",
2167 "source": {
2168 "type": "git",
2169 "url": "https://github.com/symfony/framework-bundle.git",
2170 "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8"
2171 },
2172 "dist": {
2173 "type": "zip",
2174 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a34630e9712b23fb0a20cc12fe937a9ddcaacbe8",
2175 "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8",
2176 "shasum": ""
2177 },
2178 "require": {
2179 "ext-xml": "*",
2180 "php": "^7.1.3",
2181 "symfony/cache": "~3.4|~4.0",
2182 "symfony/config": "~3.4|~4.0",
2183 "symfony/dependency-injection": "^4.1.1",
2184 "symfony/event-dispatcher": "^4.1",
2185 "symfony/filesystem": "~3.4|~4.0",
2186 "symfony/finder": "~3.4|~4.0",
2187 "symfony/http-foundation": "^4.1",
2188 "symfony/http-kernel": "^4.1",
2189 "symfony/polyfill-mbstring": "~1.0",
2190 "symfony/routing": "^4.1"
2191 },
2192 "conflict": {
2193 "phpdocumentor/reflection-docblock": "<3.0",
2194 "phpdocumentor/type-resolver": "<0.2.1",
2195 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2196 "symfony/asset": "<3.4",
2197 "symfony/console": "<3.4",
2198 "symfony/form": "<4.1",
2199 "symfony/property-info": "<3.4",
2200 "symfony/serializer": "<4.1",
2201 "symfony/stopwatch": "<3.4",
2202 "symfony/translation": "<3.4",
2203 "symfony/validator": "<4.1",
2204 "symfony/workflow": "<4.1"
2205 },
2206 "require-dev": {
2207 "doctrine/annotations": "~1.0",
2208 "doctrine/cache": "~1.0",
2209 "fig/link-util": "^1.0",
2210 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2211 "symfony/asset": "~3.4|~4.0",
2212 "symfony/browser-kit": "~3.4|~4.0",
2213 "symfony/console": "~3.4|~4.0",
2214 "symfony/css-selector": "~3.4|~4.0",
2215 "symfony/dom-crawler": "~3.4|~4.0",
2216 "symfony/expression-language": "~3.4|~4.0",
2217 "symfony/form": "^4.1",
2218 "symfony/lock": "~3.4|~4.0",
2219 "symfony/messenger": "^4.1",
2220 "symfony/polyfill-intl-icu": "~1.0",
2221 "symfony/process": "~3.4|~4.0",
2222 "symfony/property-info": "~3.4|~4.0",
2223 "symfony/security": "~3.4|~4.0",
2224 "symfony/security-core": "~3.4|~4.0",
2225 "symfony/security-csrf": "~3.4|~4.0",
2226 "symfony/serializer": "^4.1",
2227 "symfony/stopwatch": "~3.4|~4.0",
2228 "symfony/templating": "~3.4|~4.0",
2229 "symfony/translation": "~3.4|~4.0",
2230 "symfony/validator": "^4.1",
2231 "symfony/var-dumper": "~3.4|~4.0",
2232 "symfony/web-link": "~3.4|~4.0",
2233 "symfony/workflow": "^4.1",
2234 "symfony/yaml": "~3.4|~4.0",
2235 "twig/twig": "~1.34|~2.4"
2236 },
2237 "suggest": {
2238 "ext-apcu": "For best performance of the system caches",
2239 "symfony/console": "For using the console commands",
2240 "symfony/form": "For using forms",
2241 "symfony/property-info": "For using the property_info service",
2242 "symfony/serializer": "For using the serializer service",
2243 "symfony/validator": "For using validation",
2244 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2245 "symfony/yaml": "For using the debug:config and lint:yaml commands"
2246 },
2247 "type": "symfony-bundle",
2248 "extra": {
2249 "branch-alias": {
2250 "dev-master": "4.1-dev"
2251 }
2252 },
2253 "autoload": {
2254 "psr-4": {
2255 "Symfony\\Bundle\\FrameworkBundle\\": ""
2256 },
2257 "exclude-from-classmap": [
2258 "/Tests/"
2259 ]
2260 },
2261 "notification-url": "https://packagist.org/downloads/",
2262 "license": [
2263 "MIT"
2264 ],
2265 "authors": [
2266 {
2267 "name": "Fabien Potencier",
2268 "email": "fabien@symfony.com"
2269 },
2270 {
2271 "name": "Symfony Community",
2272 "homepage": "https://symfony.com/contributors"
2273 }
2274 ],
2275 "description": "Symfony FrameworkBundle",
2276 "homepage": "https://symfony.com",
2277 "time": "2018-06-20T21:41:56+00:00"
2278 },
2279 {
2280 "name": "symfony/http-foundation",
2281 "version": "v4.1.1",
2282 "source": {
2283 "type": "git",
2284 "url": "https://github.com/symfony/http-foundation.git",
2285 "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3"
2286 },
2287 "dist": {
2288 "type": "zip",
2289 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
2290 "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
2291 "shasum": ""
2292 },
2293 "require": {
2294 "php": "^7.1.3",
2295 "symfony/polyfill-mbstring": "~1.1"
2296 },
2297 "require-dev": {
2298 "predis/predis": "~1.0",
2299 "symfony/expression-language": "~3.4|~4.0"
2300 },
2301 "type": "library",
2302 "extra": {
2303 "branch-alias": {
2304 "dev-master": "4.1-dev"
2305 }
2306 },
2307 "autoload": {
2308 "psr-4": {
2309 "Symfony\\Component\\HttpFoundation\\": ""
2310 },
2311 "exclude-from-classmap": [
2312 "/Tests/"
2313 ]
2314 },
2315 "notification-url": "https://packagist.org/downloads/",
2316 "license": [
2317 "MIT"
2318 ],
2319 "authors": [
2320 {
2321 "name": "Fabien Potencier",
2322 "email": "fabien@symfony.com"
2323 },
2324 {
2325 "name": "Symfony Community",
2326 "homepage": "https://symfony.com/contributors"
2327 }
2328 ],
2329 "description": "Symfony HttpFoundation Component",
2330 "homepage": "https://symfony.com",
2331 "time": "2018-06-19T21:38:16+00:00"
2332 },
2333 {
2334 "name": "symfony/http-kernel",
2335 "version": "v4.1.1",
2336 "source": {
2337 "type": "git",
2338 "url": "https://github.com/symfony/http-kernel.git",
2339 "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955"
2340 },
2341 "dist": {
2342 "type": "zip",
2343 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/29c094a1c4f8209b7e033f612cbbd69029e38955",
2344 "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955",
2345 "shasum": ""
2346 },
2347 "require": {
2348 "php": "^7.1.3",
2349 "psr/log": "~1.0",
2350 "symfony/debug": "~3.4|~4.0",
2351 "symfony/event-dispatcher": "~4.1",
2352 "symfony/http-foundation": "^4.1.1",
2353 "symfony/polyfill-ctype": "~1.8"
2354 },
2355 "conflict": {
2356 "symfony/config": "<3.4",
2357 "symfony/dependency-injection": "<4.1",
2358 "symfony/var-dumper": "<4.1.1",
2359 "twig/twig": "<1.34|<2.4,>=2"
2360 },
2361 "provide": {
2362 "psr/log-implementation": "1.0"
2363 },
2364 "require-dev": {
2365 "psr/cache": "~1.0",
2366 "symfony/browser-kit": "~3.4|~4.0",
2367 "symfony/config": "~3.4|~4.0",
2368 "symfony/console": "~3.4|~4.0",
2369 "symfony/css-selector": "~3.4|~4.0",
2370 "symfony/dependency-injection": "^4.1",
2371 "symfony/dom-crawler": "~3.4|~4.0",
2372 "symfony/expression-language": "~3.4|~4.0",
2373 "symfony/finder": "~3.4|~4.0",
2374 "symfony/process": "~3.4|~4.0",
2375 "symfony/routing": "~3.4|~4.0",
2376 "symfony/stopwatch": "~3.4|~4.0",
2377 "symfony/templating": "~3.4|~4.0",
2378 "symfony/translation": "~3.4|~4.0",
2379 "symfony/var-dumper": "^4.1.1"
2380 },
2381 "suggest": {
2382 "symfony/browser-kit": "",
2383 "symfony/config": "",
2384 "symfony/console": "",
2385 "symfony/dependency-injection": "",
2386 "symfony/var-dumper": ""
2387 },
2388 "type": "library",
2389 "extra": {
2390 "branch-alias": {
2391 "dev-master": "4.1-dev"
2392 }
2393 },
2394 "autoload": {
2395 "psr-4": {
2396 "Symfony\\Component\\HttpKernel\\": ""
2397 },
2398 "exclude-from-classmap": [
2399 "/Tests/"
2400 ]
2401 },
2402 "notification-url": "https://packagist.org/downloads/",
2403 "license": [
2404 "MIT"
2405 ],
2406 "authors": [
2407 {
2408 "name": "Fabien Potencier",
2409 "email": "fabien@symfony.com"
2410 },
2411 {
2412 "name": "Symfony Community",
2413 "homepage": "https://symfony.com/contributors"
2414 }
2415 ],
2416 "description": "Symfony HttpKernel Component",
2417 "homepage": "https://symfony.com",
2418 "time": "2018-06-25T13:06:45+00:00"
2419 },
2420 {
2421 "name": "symfony/lts",
2422 "version": "dev-master",
2423 "source": {
2424 "type": "git",
2425 "url": "https://github.com/symfony/lts.git",
2426 "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991"
2427 },
2428 "dist": {
2429 "type": "zip",
2430 "url": "https://api.github.com/repos/symfony/lts/zipball/6de50b244bad631a71544b3cc3c8e206c0e5f991",
2431 "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991",
2432 "shasum": ""
2433 },
2434 "conflict": {
2435 "symfony/asset": ">=5",
2436 "symfony/browser-kit": ">=5",
2437 "symfony/cache": ">=5",
2438 "symfony/class-loader": ">=5",
2439 "symfony/config": ">=5",
2440 "symfony/console": ">=5",
2441 "symfony/css-selector": ">=5",
2442 "symfony/debug": ">=5",
2443 "symfony/debug-bundle": ">=5",
2444 "symfony/dependency-injection": ">=5",
2445 "symfony/doctrine-bridge": ">=5",
2446 "symfony/dom-crawler": ">=5",
2447 "symfony/dotenv": ">=5",
2448 "symfony/event-dispatcher": ">=5",
2449 "symfony/expression-language": ">=5",
2450 "symfony/filesystem": ">=5",
2451 "symfony/finder": ">=5",
2452 "symfony/form": ">=5",
2453 "symfony/framework-bundle": ">=5",
2454 "symfony/http-foundation": ">=5",
2455 "symfony/http-kernel": ">=5",
2456 "symfony/inflector": ">=5",
2457 "symfony/intl": ">=5",
2458 "symfony/ldap": ">=5",
2459 "symfony/lock": ">=5",
2460 "symfony/messenger": ">=5",
2461 "symfony/monolog-bridge": ">=5",
2462 "symfony/options-resolver": ">=5",
2463 "symfony/process": ">=5",
2464 "symfony/property-access": ">=5",
2465 "symfony/property-info": ">=5",
2466 "symfony/proxy-manager-bridge": ">=5",
2467 "symfony/routing": ">=5",
2468 "symfony/security": ">=5",
2469 "symfony/security-bundle": ">=5",
2470 "symfony/security-core": ">=5",
2471 "symfony/security-csrf": ">=5",
2472 "symfony/security-guard": ">=5",
2473 "symfony/security-http": ">=5",
2474 "symfony/serializer": ">=5",
2475 "symfony/stopwatch": ">=5",
2476 "symfony/symfony": ">=5",
2477 "symfony/templating": ">=5",
2478 "symfony/translation": ">=5",
2479 "symfony/twig-bridge": ">=5",
2480 "symfony/twig-bundle": ">=5",
2481 "symfony/validator": ">=5",
2482 "symfony/var-dumper": ">=5",
2483 "symfony/web-link": ">=5",
2484 "symfony/web-profiler-bundle": ">=5",
2485 "symfony/web-server-bundle": ">=5",
2486 "symfony/workflow": ">=5",
2487 "symfony/yaml": ">=5"
2488 },
2489 "type": "metapackage",
2490 "extra": {
2491 "branch-alias": {
2492 "dev-master": "4-dev"
2493 }
2494 },
2495 "notification-url": "https://packagist.org/downloads/",
2496 "license": [
2497 "MIT"
2498 ],
2499 "authors": [
2500 {
2501 "name": "Fabien Potencier",
2502 "email": "fabien@symfony.com"
2503 },
2504 {
2505 "name": "Symfony Community",
2506 "homepage": "https://symfony.com/contributors"
2507 }
2508 ],
2509 "description": "Enforces Long Term Supported versions of Symfony components",
2510 "homepage": "https://symfony.com",
2511 "time": "2018-04-03T05:04:16+00:00"
2512 },
2513 {
2514 "name": "symfony/polyfill-mbstring",
2515 "version": "v1.8.0",
2516 "source": {
2517 "type": "git",
2518 "url": "https://github.com/symfony/polyfill-mbstring.git",
2519 "reference": "3296adf6a6454a050679cde90f95350ad604b171"
2520 },
2521 "dist": {
2522 "type": "zip",
2523 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
2524 "reference": "3296adf6a6454a050679cde90f95350ad604b171",
2525 "shasum": ""
2526 },
2527 "require": {
2528 "php": ">=5.3.3"
2529 },
2530 "suggest": {
2531 "ext-mbstring": "For best performance"
2532 },
2533 "type": "library",
2534 "extra": {
2535 "branch-alias": {
2536 "dev-master": "1.8-dev"
2537 }
2538 },
2539 "autoload": {
2540 "psr-4": {
2541 "Symfony\\Polyfill\\Mbstring\\": ""
2542 },
2543 "files": [
2544 "bootstrap.php"
2545 ]
2546 },
2547 "notification-url": "https://packagist.org/downloads/",
2548 "license": [
2549 "MIT"
2550 ],
2551 "authors": [
2552 {
2553 "name": "Nicolas Grekas",
2554 "email": "p@tchwork.com"
2555 },
2556 {
2557 "name": "Symfony Community",
2558 "homepage": "https://symfony.com/contributors"
2559 }
2560 ],
2561 "description": "Symfony polyfill for the Mbstring extension",
2562 "homepage": "https://symfony.com",
2563 "keywords": [
2564 "compatibility",
2565 "mbstring",
2566 "polyfill",
2567 "portable",
2568 "shim"
2569 ],
2570 "time": "2018-04-26T10:06:28+00:00"
2571 },
2572 {
2573 "name": "symfony/routing",
2574 "version": "v4.1.1",
2575 "source": {
2576 "type": "git",
2577 "url": "https://github.com/symfony/routing.git",
2578 "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932"
2579 },
2580 "dist": {
2581 "type": "zip",
2582 "url": "https://api.github.com/repos/symfony/routing/zipball/b38b9797327b26ea2e4146a40e6e2dc9820a6932",
2583 "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932",
2584 "shasum": ""
2585 },
2586 "require": {
2587 "php": "^7.1.3"
2588 },
2589 "conflict": {
2590 "symfony/config": "<3.4",
2591 "symfony/dependency-injection": "<3.4",
2592 "symfony/yaml": "<3.4"
2593 },
2594 "require-dev": {
2595 "doctrine/annotations": "~1.0",
2596 "psr/log": "~1.0",
2597 "symfony/config": "~3.4|~4.0",
2598 "symfony/dependency-injection": "~3.4|~4.0",
2599 "symfony/expression-language": "~3.4|~4.0",
2600 "symfony/http-foundation": "~3.4|~4.0",
2601 "symfony/yaml": "~3.4|~4.0"
2602 },
2603 "suggest": {
2604 "doctrine/annotations": "For using the annotation loader",
2605 "symfony/config": "For using the all-in-one router or any loader",
2606 "symfony/dependency-injection": "For loading routes from a service",
2607 "symfony/expression-language": "For using expression matching",
2608 "symfony/http-foundation": "For using a Symfony Request object",
2609 "symfony/yaml": "For using the YAML loader"
2610 },
2611 "type": "library",
2612 "extra": {
2613 "branch-alias": {
2614 "dev-master": "4.1-dev"
2615 }
2616 },
2617 "autoload": {
2618 "psr-4": {
2619 "Symfony\\Component\\Routing\\": ""
2620 },
2621 "exclude-from-classmap": [
2622 "/Tests/"
2623 ]
2624 },
2625 "notification-url": "https://packagist.org/downloads/",
2626 "license": [
2627 "MIT"
2628 ],
2629 "authors": [
2630 {
2631 "name": "Fabien Potencier",
2632 "email": "fabien@symfony.com"
2633 },
2634 {
2635 "name": "Symfony Community",
2636 "homepage": "https://symfony.com/contributors"
2637 }
2638 ],
2639 "description": "Symfony Routing Component",
2640 "homepage": "https://symfony.com",
2641 "keywords": [
2642 "router",
2643 "routing",
2644 "uri",
2645 "url"
2646 ],
2647 "time": "2018-06-19T21:38:16+00:00"
2648 },
2649 {
2650 "name": "symfony/security-core",
2651 "version": "v4.1.1",
2652 "source": {
2653 "type": "git",
2654 "url": "https://github.com/symfony/security-core.git",
2655 "reference": "27a4e0f3b58464d17800f19c0950c4be531fd15c"
2656 },
2657 "dist": {
2658 "type": "zip",
2659 "url": "https://api.github.com/repos/symfony/security-core/zipball/27a4e0f3b58464d17800f19c0950c4be531fd15c",
2660 "reference": "27a4e0f3b58464d17800f19c0950c4be531fd15c",
2661 "shasum": ""
2662 },
2663 "require": {
2664 "php": "^7.1.3"
2665 },
2666 "require-dev": {
2667 "psr/container": "^1.0",
2668 "psr/log": "~1.0",
2669 "symfony/event-dispatcher": "~3.4|~4.0",
2670 "symfony/expression-language": "~3.4|~4.0",
2671 "symfony/http-foundation": "~3.4|~4.0",
2672 "symfony/ldap": "~3.4|~4.0",
2673 "symfony/validator": "~3.4|~4.0"
2674 },
2675 "suggest": {
2676 "psr/container-implementation": "To instantiate the Security class",
2677 "symfony/event-dispatcher": "",
2678 "symfony/expression-language": "For using the expression voter",
2679 "symfony/http-foundation": "",
2680 "symfony/ldap": "For using LDAP integration",
2681 "symfony/validator": "For using the user password constraint"
2682 },
2683 "type": "library",
2684 "extra": {
2685 "branch-alias": {
2686 "dev-master": "4.1-dev"
2687 }
2688 },
2689 "autoload": {
2690 "psr-4": {
2691 "Symfony\\Component\\Security\\Core\\": ""
2692 },
2693 "exclude-from-classmap": [
2694 "/Tests/"
2695 ]
2696 },
2697 "notification-url": "https://packagist.org/downloads/",
2698 "license": [
2699 "MIT"
2700 ],
2701 "authors": [
2702 {
2703 "name": "Fabien Potencier",
2704 "email": "fabien@symfony.com"
2705 },
2706 {
2707 "name": "Symfony Community",
2708 "homepage": "https://symfony.com/contributors"
2709 }
2710 ],
2711 "description": "Symfony Security Component - Core Library",
2712 "homepage": "https://symfony.com",
2713 "time": "2018-06-22T08:59:39+00:00"
2714 },
2715 {
2716 "name": "symfony/templating",
2717 "version": "v4.1.1",
2718 "source": {
2719 "type": "git",
2720 "url": "https://github.com/symfony/templating.git",
2721 "reference": "c9731b5e11fc01a1363e0cf9b3c90faf619ea479"
2722 },
2723 "dist": {
2724 "type": "zip",
2725 "url": "https://api.github.com/repos/symfony/templating/zipball/c9731b5e11fc01a1363e0cf9b3c90faf619ea479",
2726 "reference": "c9731b5e11fc01a1363e0cf9b3c90faf619ea479",
2727 "shasum": ""
2728 },
2729 "require": {
2730 "php": "^7.1.3",
2731 "symfony/polyfill-ctype": "~1.8"
2732 },
2733 "require-dev": {
2734 "psr/log": "~1.0"
2735 },
2736 "suggest": {
2737 "psr/log-implementation": "For using debug logging in loaders"
2738 },
2739 "type": "library",
2740 "extra": {
2741 "branch-alias": {
2742 "dev-master": "4.1-dev"
2743 }
2744 },
2745 "autoload": {
2746 "psr-4": {
2747 "Symfony\\Component\\Templating\\": ""
2748 },
2749 "exclude-from-classmap": [
2750 "/Tests/"
2751 ]
2752 },
2753 "notification-url": "https://packagist.org/downloads/",
2754 "license": [
2755 "MIT"
2756 ],
2757 "authors": [
2758 {
2759 "name": "Fabien Potencier",
2760 "email": "fabien@symfony.com"
2761 },
2762 {
2763 "name": "Symfony Community",
2764 "homepage": "https://symfony.com/contributors"
2765 }
2766 ],
2767 "description": "Symfony Templating Component",
2768 "homepage": "https://symfony.com",
2769 "time": "2018-05-01T23:02:13+00:00"
2770 },
2771 {
2772 "name": "symfony/yaml",
2773 "version": "v4.1.1",
2774 "source": {
2775 "type": "git",
2776 "url": "https://github.com/symfony/yaml.git",
2777 "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
2778 },
2779 "dist": {
2780 "type": "zip",
2781 "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
2782 "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
2783 "shasum": ""
2784 },
2785 "require": {
2786 "php": "^7.1.3",
2787 "symfony/polyfill-ctype": "~1.8"
2788 },
2789 "conflict": {
2790 "symfony/console": "<3.4"
2791 },
2792 "require-dev": {
2793 "symfony/console": "~3.4|~4.0"
2794 },
2795 "suggest": {
2796 "symfony/console": "For validating YAML files using the lint command"
2797 },
2798 "type": "library",
2799 "extra": {
2800 "branch-alias": {
2801 "dev-master": "4.1-dev"
2802 }
2803 },
2804 "autoload": {
2805 "psr-4": {
2806 "Symfony\\Component\\Yaml\\": ""
2807 },
2808 "exclude-from-classmap": [
2809 "/Tests/"
2810 ]
2811 },
2812 "notification-url": "https://packagist.org/downloads/",
2813 "license": [
2814 "MIT"
2815 ],
2816 "authors": [
2817 {
2818 "name": "Fabien Potencier",
2819 "email": "fabien@symfony.com"
2820 },
2821 {
2822 "name": "Symfony Community",
2823 "homepage": "https://symfony.com/contributors"
2824 }
2825 ],
2826 "description": "Symfony Yaml Component",
2827 "homepage": "https://symfony.com",
2828 "time": "2018-05-30T07:26:09+00:00"
2829 },
2830 {
2831 "name": "willdurand/jsonp-callback-validator",
2832 "version": "v1.1.0",
2833 "source": {
2834 "type": "git",
2835 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
2836 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
2837 },
2838 "dist": {
2839 "type": "zip",
2840 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
2841 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
2842 "shasum": ""
2843 },
2844 "require": {
2845 "php": ">=5.3.0"
2846 },
2847 "require-dev": {
2848 "phpunit/phpunit": "~3.7"
2849 },
2850 "type": "library",
2851 "autoload": {
2852 "psr-0": {
2853 "JsonpCallbackValidator": "src/"
2854 }
2855 },
2856 "notification-url": "https://packagist.org/downloads/",
2857 "license": [
2858 "MIT"
2859 ],
2860 "authors": [
2861 {
2862 "name": "William Durand",
2863 "email": "william.durand1@gmail.com",
2864 "homepage": "http://www.willdurand.fr"
2865 }
2866 ],
2867 "description": "JSONP callback validator.",
2868 "time": "2014-01-20T22:35:06+00:00"
2869 },
2870 {
2871 "name": "willdurand/negotiation",
2872 "version": "v2.3.1",
2873 "source": {
2874 "type": "git",
2875 "url": "https://github.com/willdurand/Negotiation.git",
2876 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
2877 },
2878 "dist": {
2879 "type": "zip",
2880 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
2881 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
2882 "shasum": ""
2883 },
2884 "require": {
2885 "php": ">=5.4.0"
2886 },
2887 "require-dev": {
2888 "phpunit/phpunit": "~4.5"
2889 },
2890 "type": "library",
2891 "extra": {
2892 "branch-alias": {
2893 "dev-master": "2.3-dev"
2894 }
2895 },
2896 "autoload": {
2897 "psr-4": {
2898 "Negotiation\\": "src/Negotiation"
2899 }
2900 },
2901 "notification-url": "https://packagist.org/downloads/",
2902 "license": [
2903 "MIT"
2904 ],
2905 "authors": [
2906 {
2907 "name": "William Durand",
2908 "email": "will+git@drnd.me"
2909 }
2910 ],
2911 "description": "Content Negotiation tools for PHP provided as a standalone library.",
2912 "homepage": "http://williamdurand.fr/Negotiation/",
2913 "keywords": [
2914 "accept",
2915 "content",
2916 "format",
2917 "header",
2918 "negotiation"
2919 ],
2920 "time": "2017-05-14T17:21:12+00:00"
2921 }
2922 ],
2923 "packages-dev": [
2924 {
2925 "name": "symfony/dotenv",
2926 "version": "v4.1.1",
2927 "source": {
2928 "type": "git",
2929 "url": "https://github.com/symfony/dotenv.git",
2930 "reference": "f98b6b65e04dd51f40d2cfc81c2c833ff3773b1e"
2931 },
2932 "dist": {
2933 "type": "zip",
2934 "url": "https://api.github.com/repos/symfony/dotenv/zipball/f98b6b65e04dd51f40d2cfc81c2c833ff3773b1e",
2935 "reference": "f98b6b65e04dd51f40d2cfc81c2c833ff3773b1e",
2936 "shasum": ""
2937 },
2938 "require": {
2939 "php": "^7.1.3"
2940 },
2941 "require-dev": {
2942 "symfony/process": "~3.4|~4.0"
2943 },
2944 "type": "library",
2945 "extra": {
2946 "branch-alias": {
2947 "dev-master": "4.1-dev"
2948 }
2949 },
2950 "autoload": {
2951 "psr-4": {
2952 "Symfony\\Component\\Dotenv\\": ""
2953 },
2954 "exclude-from-classmap": [
2955 "/Tests/"
2956 ]
2957 },
2958 "notification-url": "https://packagist.org/downloads/",
2959 "license": [
2960 "MIT"
2961 ],
2962 "authors": [
2963 {
2964 "name": "Fabien Potencier",
2965 "email": "fabien@symfony.com"
2966 },
2967 {
2968 "name": "Symfony Community",
2969 "homepage": "https://symfony.com/contributors"
2970 }
2971 ],
2972 "description": "Registers environment variables from a .env file",
2973 "homepage": "https://symfony.com",
2974 "keywords": [
2975 "dotenv",
2976 "env",
2977 "environment"
2978 ],
2979 "time": "2018-05-30T07:26:09+00:00"
2980 },
2981 {
2982 "name": "symfony/process",
2983 "version": "v4.1.1",
2984 "source": {
2985 "type": "git",
2986 "url": "https://github.com/symfony/process.git",
2987 "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a"
2988 },
2989 "dist": {
2990 "type": "zip",
2991 "url": "https://api.github.com/repos/symfony/process/zipball/1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
2992 "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
2993 "shasum": ""
2994 },
2995 "require": {
2996 "php": "^7.1.3"
2997 },
2998 "type": "library",
2999 "extra": {
3000 "branch-alias": {
3001 "dev-master": "4.1-dev"
3002 }
3003 },
3004 "autoload": {
3005 "psr-4": {
3006 "Symfony\\Component\\Process\\": ""
3007 },
3008 "exclude-from-classmap": [
3009 "/Tests/"
3010 ]
3011 },
3012 "notification-url": "https://packagist.org/downloads/",
3013 "license": [
3014 "MIT"
3015 ],
3016 "authors": [
3017 {
3018 "name": "Fabien Potencier",
3019 "email": "fabien@symfony.com"
3020 },
3021 {
3022 "name": "Symfony Community",
3023 "homepage": "https://symfony.com/contributors"
3024 }
3025 ],
3026 "description": "Symfony Process Component",
3027 "homepage": "https://symfony.com",
3028 "time": "2018-05-31T10:17:53+00:00"
3029 },
3030 {
3031 "name": "symfony/web-server-bundle",
3032 "version": "v4.1.1",
3033 "source": {
3034 "type": "git",
3035 "url": "https://github.com/symfony/web-server-bundle.git",
3036 "reference": "d8f9acbb98e8ce8c45aabe9b695615bed0e77fb4"
3037 },
3038 "dist": {
3039 "type": "zip",
3040 "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/d8f9acbb98e8ce8c45aabe9b695615bed0e77fb4",
3041 "reference": "d8f9acbb98e8ce8c45aabe9b695615bed0e77fb4",
3042 "shasum": ""
3043 },
3044 "require": {
3045 "php": "^7.1.3",
3046 "symfony/config": "~3.4|~4.0",
3047 "symfony/console": "~3.4|~4.0",
3048 "symfony/dependency-injection": "~3.4|~4.0",
3049 "symfony/http-kernel": "~3.4|~4.0",
3050 "symfony/polyfill-ctype": "~1.8",
3051 "symfony/process": "^3.4.2|^4.0.2"
3052 },
3053 "suggest": {
3054 "symfony/expression-language": "For using the filter option of the log server.",
3055 "symfony/monolog-bridge": "For using the log server."
3056 },
3057 "type": "symfony-bundle",
3058 "extra": {
3059 "branch-alias": {
3060 "dev-master": "4.1-dev"
3061 }
3062 },
3063 "autoload": {
3064 "psr-4": {
3065 "Symfony\\Bundle\\WebServerBundle\\": ""
3066 },
3067 "exclude-from-classmap": [
3068 "/Tests/"
3069 ]
3070 },
3071 "notification-url": "https://packagist.org/downloads/",
3072 "license": [
3073 "MIT"
3074 ],
3075 "authors": [
3076 {
3077 "name": "Fabien Potencier",
3078 "email": "fabien@symfony.com"
3079 },
3080 {
3081 "name": "Symfony Community",
3082 "homepage": "https://symfony.com/contributors"
3083 }
3084 ],
3085 "description": "Symfony WebServerBundle",
3086 "homepage": "https://symfony.com",
3087 "time": "2018-05-07T07:14:12+00:00"
3088 }
3089 ],
3090 "aliases": [],
3091 "minimum-stability": "stable",
3092 "stability-flags": {
3093 "symfony/lts": 20
3094 },
3095 "prefer-stable": false,
3096 "prefer-lowest": false,
3097 "platform": {
3098 "php": "^7.1.3",
3099 "ext-ctype": "*",
3100 "ext-iconv": "*"
3101 },
3102 "platform-dev": []
3103 }