Completed
Pull Request — master (#77)
by Julien
05:17
created

composer.lock (1 issue)

Severity
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": "aefcd9417788412ba9042a949e0d11f0",
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": "[email protected]"
50
                },
51
                {
52
                    "name": "Benjamin Eberlei",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Guilherme Blanco",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Jonathan Wage",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Johannes Schmitt",
65
                    "email": "[email protected]"
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/lexer",
79
            "version": "v1.0.1",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/lexer.git",
83
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": ">=5.3.2"
93
            },
94
            "type": "library",
95
            "extra": {
96
                "branch-alias": {
97
                    "dev-master": "1.0.x-dev"
98
                }
99
            },
100
            "autoload": {
101
                "psr-0": {
102
                    "Doctrine\\Common\\Lexer\\": "lib/"
103
                }
104
            },
105
            "notification-url": "https://packagist.org/downloads/",
106
            "license": [
107
                "MIT"
108
            ],
109
            "authors": [
110
                {
111
                    "name": "Roman Borschel",
112
                    "email": "[email protected]"
113
                },
114
                {
115
                    "name": "Guilherme Blanco",
116
                    "email": "[email protected]"
117
                },
118
                {
119
                    "name": "Johannes Schmitt",
120
                    "email": "[email protected]"
121
                }
122
            ],
123
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
124
            "homepage": "http://www.doctrine-project.org",
125
            "keywords": [
126
                "lexer",
127
                "parser"
128
            ],
129
            "time": "2014-09-09T13:34:57+00:00"
130
        },
131
        {
132
            "name": "guzzlehttp/guzzle",
133
            "version": "6.3.2",
134
            "source": {
135
                "type": "git",
136
                "url": "https://github.com/guzzle/guzzle.git",
137
                "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90"
138
            },
139
            "dist": {
140
                "type": "zip",
141
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90",
142
                "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90",
143
                "shasum": ""
144
            },
145
            "require": {
146
                "guzzlehttp/promises": "^1.0",
147
                "guzzlehttp/psr7": "^1.4",
148
                "php": ">=5.5"
149
            },
150
            "require-dev": {
151
                "ext-curl": "*",
152
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4",
153
                "psr/log": "^1.0"
154
            },
155
            "suggest": {
156
                "psr/log": "Required for using the Log middleware"
157
            },
158
            "type": "library",
159
            "extra": {
160
                "branch-alias": {
161
                    "dev-master": "6.3-dev"
162
                }
163
            },
164
            "autoload": {
165
                "files": [
166
                    "src/functions_include.php"
167
                ],
168
                "psr-4": {
169
                    "GuzzleHttp\\": "src/"
170
                }
171
            },
172
            "notification-url": "https://packagist.org/downloads/",
173
            "license": [
174
                "MIT"
175
            ],
176
            "authors": [
177
                {
178
                    "name": "Michael Dowling",
179
                    "email": "[email protected]",
180
                    "homepage": "https://github.com/mtdowling"
181
                }
182
            ],
183
            "description": "Guzzle is a PHP HTTP client library",
184
            "homepage": "http://guzzlephp.org/",
185
            "keywords": [
186
                "client",
187
                "curl",
188
                "framework",
189
                "http",
190
                "http client",
191
                "rest",
192
                "web service"
193
            ],
194
            "time": "2018-03-26T16:33:04+00:00"
195
        },
196
        {
197
            "name": "guzzlehttp/promises",
198
            "version": "v1.3.1",
199
            "source": {
200
                "type": "git",
201
                "url": "https://github.com/guzzle/promises.git",
202
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
203
            },
204
            "dist": {
205
                "type": "zip",
206
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
207
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
208
                "shasum": ""
209
            },
210
            "require": {
211
                "php": ">=5.5.0"
212
            },
213
            "require-dev": {
214
                "phpunit/phpunit": "^4.0"
215
            },
216
            "type": "library",
217
            "extra": {
218
                "branch-alias": {
219
                    "dev-master": "1.4-dev"
220
                }
221
            },
222
            "autoload": {
223
                "psr-4": {
224
                    "GuzzleHttp\\Promise\\": "src/"
225
                },
226
                "files": [
227
                    "src/functions_include.php"
228
                ]
229
            },
230
            "notification-url": "https://packagist.org/downloads/",
231
            "license": [
232
                "MIT"
233
            ],
234
            "authors": [
235
                {
236
                    "name": "Michael Dowling",
237
                    "email": "[email protected]",
238
                    "homepage": "https://github.com/mtdowling"
239
                }
240
            ],
241
            "description": "Guzzle promises library",
242
            "keywords": [
243
                "promise"
244
            ],
245
            "time": "2016-12-20T10:07:11+00:00"
246
        },
247
        {
248
            "name": "guzzlehttp/psr7",
249
            "version": "1.4.2",
250
            "source": {
251
                "type": "git",
252
                "url": "https://github.com/guzzle/psr7.git",
253
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
254
            },
255
            "dist": {
256
                "type": "zip",
257
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
258
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
259
                "shasum": ""
260
            },
261
            "require": {
262
                "php": ">=5.4.0",
263
                "psr/http-message": "~1.0"
264
            },
265
            "provide": {
266
                "psr/http-message-implementation": "1.0"
267
            },
268
            "require-dev": {
269
                "phpunit/phpunit": "~4.0"
270
            },
271
            "type": "library",
272
            "extra": {
273
                "branch-alias": {
274
                    "dev-master": "1.4-dev"
275
                }
276
            },
277
            "autoload": {
278
                "psr-4": {
279
                    "GuzzleHttp\\Psr7\\": "src/"
280
                },
281
                "files": [
282
                    "src/functions_include.php"
283
                ]
284
            },
285
            "notification-url": "https://packagist.org/downloads/",
286
            "license": [
287
                "MIT"
288
            ],
289
            "authors": [
290
                {
291
                    "name": "Michael Dowling",
292
                    "email": "[email protected]",
293
                    "homepage": "https://github.com/mtdowling"
294
                },
295
                {
296
                    "name": "Tobias Schultze",
297
                    "homepage": "https://github.com/Tobion"
298
                }
299
            ],
300
            "description": "PSR-7 message implementation that also provides common utility methods",
301
            "keywords": [
302
                "http",
303
                "message",
304
                "request",
305
                "response",
306
                "stream",
307
                "uri",
308
                "url"
309
            ],
310
            "time": "2017-03-20T17:10:46+00:00"
311
        },
312
        {
313
            "name": "ocramius/package-versions",
314
            "version": "1.3.0",
315
            "source": {
316
                "type": "git",
317
                "url": "https://github.com/Ocramius/PackageVersions.git",
318
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
319
            },
320
            "dist": {
321
                "type": "zip",
322
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
323
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
324
                "shasum": ""
325
            },
326
            "require": {
327
                "composer-plugin-api": "^1.0.0",
328
                "php": "^7.1.0"
329
            },
330
            "require-dev": {
331
                "composer/composer": "^1.6.3",
332
                "ext-zip": "*",
333
                "infection/infection": "^0.7.1",
334
                "phpunit/phpunit": "^7.0.0"
335
            },
336
            "type": "composer-plugin",
337
            "extra": {
338
                "class": "PackageVersions\\Installer",
339
                "branch-alias": {
340
                    "dev-master": "2.0.x-dev"
341
                }
342
            },
343
            "autoload": {
344
                "psr-4": {
345
                    "PackageVersions\\": "src/PackageVersions"
346
                }
347
            },
348
            "notification-url": "https://packagist.org/downloads/",
349
            "license": [
350
                "MIT"
351
            ],
352
            "authors": [
353
                {
354
                    "name": "Marco Pivetta",
355
                    "email": "[email protected]"
356
                }
357
            ],
358
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
359
            "time": "2018-02-05T13:05:30+00:00"
360
        },
361
        {
362
            "name": "ocramius/proxy-manager",
363
            "version": "2.2.0",
364
            "source": {
365
                "type": "git",
366
                "url": "https://github.com/Ocramius/ProxyManager.git",
367
                "reference": "81d53b2878f1d1c40ad27270e64b51798485dfc5"
368
            },
369
            "dist": {
370
                "type": "zip",
371
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/81d53b2878f1d1c40ad27270e64b51798485dfc5",
372
                "reference": "81d53b2878f1d1c40ad27270e64b51798485dfc5",
373
                "shasum": ""
374
            },
375
            "require": {
376
                "ocramius/package-versions": "^1.1.3",
377
                "php": "^7.2.0",
378
                "zendframework/zend-code": "^3.3.0"
379
            },
380
            "require-dev": {
381
                "couscous/couscous": "^1.6.1",
382
                "ext-phar": "*",
383
                "humbug/humbug": "1.0.0-RC.0@RC",
384
                "nikic/php-parser": "^3.1.1",
385
                "padraic/phpunit-accelerator": "dev-master@DEV",
386
                "phpbench/phpbench": "^0.12.2",
387
                "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
388
                "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
389
                "phpunit/phpunit": "^6.4.3",
390
                "squizlabs/php_codesniffer": "^2.9.1"
391
            },
392
            "suggest": {
393
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
394
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
395
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
396
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
397
            },
398
            "type": "library",
399
            "extra": {
400
                "branch-alias": {
401
                    "dev-master": "3.0.x-dev"
402
                }
403
            },
404
            "autoload": {
405
                "psr-0": {
406
                    "ProxyManager\\": "src"
407
                }
408
            },
409
            "notification-url": "https://packagist.org/downloads/",
410
            "license": [
411
                "MIT"
412
            ],
413
            "authors": [
414
                {
415
                    "name": "Marco Pivetta",
416
                    "email": "[email protected]",
417
                    "homepage": "http://ocramius.github.io/"
418
                }
419
            ],
420
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
421
            "homepage": "https://github.com/Ocramius/ProxyManager",
422
            "keywords": [
423
                "aop",
424
                "lazy loading",
425
                "proxy",
426
                "proxy pattern",
427
                "service proxies"
428
            ],
429
            "time": "2017-11-16T23:22:31+00:00"
430
        },
431
        {
432
            "name": "psr/cache",
433
            "version": "1.0.1",
434
            "source": {
435
                "type": "git",
436
                "url": "https://github.com/php-fig/cache.git",
437
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
438
            },
439
            "dist": {
440
                "type": "zip",
441
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
442
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
443
                "shasum": ""
444
            },
445
            "require": {
446
                "php": ">=5.3.0"
447
            },
448
            "type": "library",
449
            "extra": {
450
                "branch-alias": {
451
                    "dev-master": "1.0.x-dev"
452
                }
453
            },
454
            "autoload": {
455
                "psr-4": {
456
                    "Psr\\Cache\\": "src/"
457
                }
458
            },
459
            "notification-url": "https://packagist.org/downloads/",
460
            "license": [
461
                "MIT"
462
            ],
463
            "authors": [
464
                {
465
                    "name": "PHP-FIG",
466
                    "homepage": "http://www.php-fig.org/"
467
                }
468
            ],
469
            "description": "Common interface for caching libraries",
470
            "keywords": [
471
                "cache",
472
                "psr",
473
                "psr-6"
474
            ],
475
            "time": "2016-08-06T20:24:11+00:00"
476
        },
477
        {
478
            "name": "psr/http-message",
479
            "version": "1.0.1",
480
            "source": {
481
                "type": "git",
482
                "url": "https://github.com/php-fig/http-message.git",
483
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
484
            },
485
            "dist": {
486
                "type": "zip",
487
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
488
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
489
                "shasum": ""
490
            },
491
            "require": {
492
                "php": ">=5.3.0"
493
            },
494
            "type": "library",
495
            "extra": {
496
                "branch-alias": {
497
                    "dev-master": "1.0.x-dev"
498
                }
499
            },
500
            "autoload": {
501
                "psr-4": {
502
                    "Psr\\Http\\Message\\": "src/"
503
                }
504
            },
505
            "notification-url": "https://packagist.org/downloads/",
506
            "license": [
507
                "MIT"
508
            ],
509
            "authors": [
510
                {
511
                    "name": "PHP-FIG",
512
                    "homepage": "http://www.php-fig.org/"
513
                }
514
            ],
515
            "description": "Common interface for HTTP messages",
516
            "homepage": "https://github.com/php-fig/http-message",
517
            "keywords": [
518
                "http",
519
                "http-message",
520
                "psr",
521
                "psr-7",
522
                "request",
523
                "response"
524
            ],
525
            "time": "2016-08-06T14:39:51+00:00"
526
        },
527
        {
528
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
529
            "version": "v4.0.8",
530
            "source": {
531
                "type": "git",
532
                "url": "https://github.com/symfony/http-foundation.git",
533
                "reference": "d0864a82e5891ab61d31eecbaa48bed5a09b8e6c"
534
            },
535
            "dist": {
536
                "type": "zip",
537
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0864a82e5891ab61d31eecbaa48bed5a09b8e6c",
538
                "reference": "d0864a82e5891ab61d31eecbaa48bed5a09b8e6c",
539
                "shasum": ""
540
            },
541
            "require": {
542
                "php": "^7.1.3",
543
                "symfony/polyfill-mbstring": "~1.1"
544
            },
545
            "require-dev": {
546
                "symfony/expression-language": "~3.4|~4.0"
547
            },
548
            "type": "library",
549
            "extra": {
550
                "branch-alias": {
551
                    "dev-master": "4.0-dev"
552
                }
553
            },
554
            "autoload": {
555
                "psr-4": {
556
                    "Symfony\\Component\\HttpFoundation\\": ""
557
                },
558
                "exclude-from-classmap": [
559
                    "/Tests/"
560
                ]
561
            },
562
            "notification-url": "https://packagist.org/downloads/",
563
            "license": [
564
                "MIT"
565
            ],
566
            "authors": [
567
                {
568
                    "name": "Fabien Potencier",
569
                    "email": "[email protected]"
570
                },
571
                {
572
                    "name": "Symfony Community",
573
                    "homepage": "https://symfony.com/contributors"
574
                }
575
            ],
576
            "description": "Symfony HttpFoundation Component",
577
            "homepage": "https://symfony.com",
578
            "time": "2018-04-03T05:24:00+00:00"
579
        },
580
        {
581
            "name": "symfony/polyfill-mbstring",
582
            "version": "v1.7.0",
583
            "source": {
584
                "type": "git",
585
                "url": "https://github.com/symfony/polyfill-mbstring.git",
586
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
587
            },
588
            "dist": {
589
                "type": "zip",
590
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
591
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
592
                "shasum": ""
593
            },
594
            "require": {
595
                "php": ">=5.3.3"
596
            },
597
            "suggest": {
598
                "ext-mbstring": "For best performance"
599
            },
600
            "type": "library",
601
            "extra": {
602
                "branch-alias": {
603
                    "dev-master": "1.7-dev"
604
                }
605
            },
606
            "autoload": {
607
                "psr-4": {
608
                    "Symfony\\Polyfill\\Mbstring\\": ""
609
                },
610
                "files": [
611
                    "bootstrap.php"
612
                ]
613
            },
614
            "notification-url": "https://packagist.org/downloads/",
615
            "license": [
616
                "MIT"
617
            ],
618
            "authors": [
619
                {
620
                    "name": "Nicolas Grekas",
621
                    "email": "[email protected]"
622
                },
623
                {
624
                    "name": "Symfony Community",
625
                    "homepage": "https://symfony.com/contributors"
626
                }
627
            ],
628
            "description": "Symfony polyfill for the Mbstring extension",
629
            "homepage": "https://symfony.com",
630
            "keywords": [
631
                "compatibility",
632
                "mbstring",
633
                "polyfill",
634
                "portable",
635
                "shim"
636
            ],
637
            "time": "2018-01-30T19:27:44+00:00"
638
        },
639
        {
640
            "name": "zendframework/zend-code",
641
            "version": "3.3.0",
642
            "source": {
643
                "type": "git",
644
                "url": "https://github.com/zendframework/zend-code.git",
645
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d"
646
            },
647
            "dist": {
648
                "type": "zip",
649
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d",
650
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d",
651
                "shasum": ""
652
            },
653
            "require": {
654
                "php": "^7.1",
655
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
656
            },
657
            "require-dev": {
658
                "doctrine/annotations": "~1.0",
659
                "ext-phar": "*",
660
                "phpunit/phpunit": "^6.2.3",
661
                "zendframework/zend-coding-standard": "^1.0.0",
662
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
663
            },
664
            "suggest": {
665
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
666
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
667
            },
668
            "type": "library",
669
            "extra": {
670
                "branch-alias": {
671
                    "dev-master": "3.2-dev",
672
                    "dev-develop": "3.3-dev"
673
                }
674
            },
675
            "autoload": {
676
                "psr-4": {
677
                    "Zend\\Code\\": "src/"
678
                }
679
            },
680
            "notification-url": "https://packagist.org/downloads/",
681
            "license": [
682
                "BSD-3-Clause"
683
            ],
684
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
685
            "homepage": "https://github.com/zendframework/zend-code",
686
            "keywords": [
687
                "code",
688
                "zf2"
689
            ],
690
            "time": "2017-10-20T15:21:32+00:00"
691
        },
692
        {
693
            "name": "zendframework/zend-eventmanager",
694
            "version": "3.2.0",
695
            "source": {
696
                "type": "git",
697
                "url": "https://github.com/zendframework/zend-eventmanager.git",
698
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
699
            },
700
            "dist": {
701
                "type": "zip",
702
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
703
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
704
                "shasum": ""
705
            },
706
            "require": {
707
                "php": "^5.6 || ^7.0"
708
            },
709
            "require-dev": {
710
                "athletic/athletic": "^0.1",
711
                "container-interop/container-interop": "^1.1.0",
712
                "phpunit/phpunit": "^6.0.7 || ^5.7.14",
713
                "zendframework/zend-coding-standard": "~1.0.0",
714
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
715
            },
716
            "suggest": {
717
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
718
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
719
            },
720
            "type": "library",
721
            "extra": {
722
                "branch-alias": {
723
                    "dev-master": "3.2-dev",
724
                    "dev-develop": "3.3-dev"
725
                }
726
            },
727
            "autoload": {
728
                "psr-4": {
729
                    "Zend\\EventManager\\": "src/"
730
                }
731
            },
732
            "notification-url": "https://packagist.org/downloads/",
733
            "license": [
734
                "BSD-3-Clause"
735
            ],
736
            "description": "Trigger and listen to events within a PHP application",
737
            "homepage": "https://github.com/zendframework/zend-eventmanager",
738
            "keywords": [
739
                "event",
740
                "eventmanager",
741
                "events",
742
                "zf2"
743
            ],
744
            "time": "2017-07-11T19:17:22+00:00"
745
        }
746
    ],
747
    "packages-dev": [
748
        {
749
            "name": "atoum/atoum",
750
            "version": "3.3.0",
751
            "source": {
752
                "type": "git",
753
                "url": "https://github.com/atoum/atoum.git",
754
                "reference": "c5279d0ecd4e2d53af6b38815db2cafee8fc46b6"
755
            },
756
            "dist": {
757
                "type": "zip",
758
                "url": "https://api.github.com/repos/atoum/atoum/zipball/c5279d0ecd4e2d53af6b38815db2cafee8fc46b6",
759
                "reference": "c5279d0ecd4e2d53af6b38815db2cafee8fc46b6",
760
                "shasum": ""
761
            },
762
            "require": {
763
                "ext-hash": "*",
764
                "ext-json": "*",
765
                "ext-tokenizer": "*",
766
                "ext-xml": "*",
767
                "php": "^5.6.0 || ^7.0.0 <7.4.0"
768
            },
769
            "replace": {
770
                "mageekguy/atoum": "*"
771
            },
772
            "require-dev": {
773
                "friendsofphp/php-cs-fixer": "^2"
774
            },
775
            "suggest": {
776
                "atoum/stubs": "Provides IDE support (like autocompletion) for atoum",
777
                "ext-mbstring": "Provides support for UTF-8 strings",
778
                "ext-xdebug": "Provides code coverage report (>= 2.3)"
779
            },
780
            "bin": [
781
                "bin/atoum"
782
            ],
783
            "type": "library",
784
            "extra": {
785
                "branch-alias": {
786
                    "dev-master": "3.x-dev"
787
                }
788
            },
789
            "autoload": {
790
                "classmap": [
791
                    "classes/"
792
                ]
793
            },
794
            "notification-url": "https://packagist.org/downloads/",
795
            "license": [
796
                "BSD-3-Clause"
797
            ],
798
            "authors": [
799
                {
800
                    "name": "Frédéric Hardy",
801
                    "email": "[email protected]",
802
                    "homepage": "http://blog.mageekbox.net"
803
                },
804
                {
805
                    "name": "François Dussert",
806
                    "email": "[email protected]"
807
                },
808
                {
809
                    "name": "Gérald Croes",
810
                    "email": "[email protected]"
811
                },
812
                {
813
                    "name": "Julien Bianchi",
814
                    "email": "[email protected]"
815
                },
816
                {
817
                    "name": "Ludovic Fleury",
818
                    "email": "[email protected]"
819
                }
820
            ],
821
            "description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
822
            "homepage": "http://www.atoum.org",
823
            "keywords": [
824
                "TDD",
825
                "atoum",
826
                "test",
827
                "unit testing"
828
            ],
829
            "time": "2018-03-15T22:46:39+00:00"
830
        },
831
        {
832
            "name": "atoum/config-extension",
833
            "version": "0.3.0",
834
            "source": {
835
                "type": "git",
836
                "url": "https://github.com/atoum/config-extension.git",
837
                "reference": "548cac6e8ff270a007cd3e391811a11b3e0cf1c8"
838
            },
839
            "dist": {
840
                "type": "zip",
841
                "url": "https://api.github.com/repos/atoum/config-extension/zipball/548cac6e8ff270a007cd3e391811a11b3e0cf1c8",
842
                "reference": "548cac6e8ff270a007cd3e391811a11b3e0cf1c8",
843
                "shasum": ""
844
            },
845
            "require": {
846
                "atoum/atoum": "^2.9||^3.0",
847
                "symfony/config": "^2.6||^3.0||^4.0",
848
                "symfony/dependency-injection": "^2.6||^3.0||^4.0",
849
                "symfony/yaml": "^2.6||^3.0||^4.0"
850
            },
851
            "type": "library",
852
            "autoload": {
853
                "psr-4": {
854
                    "mageekguy\\atoum\\config\\": "classes"
855
                },
856
                "files": [
857
                    "configuration.php"
858
                ]
859
            },
860
            "notification-url": "https://packagist.org/downloads/",
861
            "license": [
862
                "BSD-3-Clause"
863
            ],
864
            "authors": [
865
                {
866
                    "name": "jubianchi",
867
                    "email": "[email protected]"
868
                }
869
            ],
870
            "description": "atoum extension to use Yaml configuration files",
871
            "homepage": "http://www.atoum.org",
872
            "keywords": [
873
                "TDD",
874
                "atoum",
875
                "atoum-extension",
876
                "config",
877
                "test",
878
                "unit testing"
879
            ],
880
            "time": "2018-03-05T21:51:53+00:00"
881
        },
882
        {
883
            "name": "composer/semver",
884
            "version": "1.4.2",
885
            "source": {
886
                "type": "git",
887
                "url": "https://github.com/composer/semver.git",
888
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
889
            },
890
            "dist": {
891
                "type": "zip",
892
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
893
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
894
                "shasum": ""
895
            },
896
            "require": {
897
                "php": "^5.3.2 || ^7.0"
898
            },
899
            "require-dev": {
900
                "phpunit/phpunit": "^4.5 || ^5.0.5",
901
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
902
            },
903
            "type": "library",
904
            "extra": {
905
                "branch-alias": {
906
                    "dev-master": "1.x-dev"
907
                }
908
            },
909
            "autoload": {
910
                "psr-4": {
911
                    "Composer\\Semver\\": "src"
912
                }
913
            },
914
            "notification-url": "https://packagist.org/downloads/",
915
            "license": [
916
                "MIT"
917
            ],
918
            "authors": [
919
                {
920
                    "name": "Nils Adermann",
921
                    "email": "[email protected]",
922
                    "homepage": "http://www.naderman.de"
923
                },
924
                {
925
                    "name": "Jordi Boggiano",
926
                    "email": "[email protected]",
927
                    "homepage": "http://seld.be"
928
                },
929
                {
930
                    "name": "Rob Bast",
931
                    "email": "[email protected]",
932
                    "homepage": "http://robbast.nl"
933
                }
934
            ],
935
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
936
            "keywords": [
937
                "semantic",
938
                "semver",
939
                "validation",
940
                "versioning"
941
            ],
942
            "time": "2016-08-30T16:08:34+00:00"
943
        },
944
        {
945
            "name": "friendsofphp/php-cs-fixer",
946
            "version": "v2.11.1",
947
            "source": {
948
                "type": "git",
949
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
950
                "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8"
951
            },
952
            "dist": {
953
                "type": "zip",
954
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ad94441c17b8ef096e517acccdbf3238af8a2da8",
955
                "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8",
956
                "shasum": ""
957
            },
958
            "require": {
959
                "composer/semver": "^1.4",
960
                "doctrine/annotations": "^1.2",
961
                "ext-json": "*",
962
                "ext-tokenizer": "*",
963
                "php": "^5.6 || >=7.0 <7.3",
964
                "php-cs-fixer/diff": "^1.3",
965
                "symfony/console": "^3.2 || ^4.0",
966
                "symfony/event-dispatcher": "^3.0 || ^4.0",
967
                "symfony/filesystem": "^3.0 || ^4.0",
968
                "symfony/finder": "^3.0 || ^4.0",
969
                "symfony/options-resolver": "^3.0 || ^4.0",
970
                "symfony/polyfill-php70": "^1.0",
971
                "symfony/polyfill-php72": "^1.4",
972
                "symfony/process": "^3.0 || ^4.0",
973
                "symfony/stopwatch": "^3.0 || ^4.0"
974
            },
975
            "conflict": {
976
                "hhvm": "*"
977
            },
978
            "require-dev": {
979
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
980
                "justinrainbow/json-schema": "^5.0",
981
                "keradus/cli-executor": "^1.0",
982
                "mikey179/vfsstream": "^1.6",
983
                "php-coveralls/php-coveralls": "^2.0",
984
                "php-cs-fixer/accessible-object": "^1.0",
985
                "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
986
                "phpunitgoodpractices/traits": "^1.3.1",
987
                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
988
            },
989
            "suggest": {
990
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
991
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
992
            },
993
            "bin": [
994
                "php-cs-fixer"
995
            ],
996
            "type": "application",
997
            "extra": {
998
                "branch-alias": {
999
                    "dev-master": "2.11-dev"
1000
                }
1001
            },
1002
            "autoload": {
1003
                "psr-4": {
1004
                    "PhpCsFixer\\": "src/"
1005
                },
1006
                "classmap": [
1007
                    "tests/Test/AbstractFixerTestCase.php",
1008
                    "tests/Test/AbstractIntegrationCaseFactory.php",
1009
                    "tests/Test/AbstractIntegrationTestCase.php",
1010
                    "tests/Test/Assert/AssertTokensTrait.php",
1011
                    "tests/Test/Constraint/SameStringsConstraint.php",
1012
                    "tests/Test/Constraint/SameStringsConstraintForV5.php",
1013
                    "tests/Test/Constraint/SameStringsConstraintForV7.php",
1014
                    "tests/Test/IntegrationCase.php",
1015
                    "tests/Test/IntegrationCaseFactory.php",
1016
                    "tests/Test/IntegrationCaseFactoryInterface.php",
1017
                    "tests/Test/InternalIntegrationCaseFactory.php",
1018
                    "tests/TestCase.php"
1019
                ]
1020
            },
1021
            "notification-url": "https://packagist.org/downloads/",
1022
            "license": [
1023
                "MIT"
1024
            ],
1025
            "authors": [
1026
                {
1027
                    "name": "Dariusz Rumiński",
1028
                    "email": "[email protected]"
1029
                },
1030
                {
1031
                    "name": "Fabien Potencier",
1032
                    "email": "[email protected]"
1033
                }
1034
            ],
1035
            "description": "A tool to automatically fix PHP code style",
1036
            "time": "2018-03-21T17:41:26+00:00"
1037
        },
1038
        {
1039
            "name": "giggsey/libphonenumber-for-php",
1040
            "version": "8.9.3",
1041
            "source": {
1042
                "type": "git",
1043
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
1044
                "reference": "ace655b505f58cc75481e0df54e93418bfa4736d"
1045
            },
1046
            "dist": {
1047
                "type": "zip",
1048
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/ace655b505f58cc75481e0df54e93418bfa4736d",
1049
                "reference": "ace655b505f58cc75481e0df54e93418bfa4736d",
1050
                "shasum": ""
1051
            },
1052
            "require": {
1053
                "ext-mbstring": "*",
1054
                "giggsey/locale": "^1.2",
1055
                "php": ">=5.3.2"
1056
            },
1057
            "require-dev": {
1058
                "pear/pear-core-minimal": "^1.9",
1059
                "pear/pear_exception": "^1.0",
1060
                "pear/versioncontrol_git": "^0.5",
1061
                "phing/phing": "^2.7",
1062
                "phpunit/phpunit": "^4.8|^5.0",
1063
                "satooshi/php-coveralls": "^1.0|^2.0",
1064
                "symfony/console": "^2.8|^3.0"
1065
            },
1066
            "type": "library",
1067
            "extra": {
1068
                "branch-alias": {
1069
                    "dev-master": "8.x-dev"
1070
                }
1071
            },
1072
            "autoload": {
1073
                "psr-4": {
1074
                    "libphonenumber\\": "src/"
1075
                },
1076
                "exclude-from-classmap": [
1077
                    "/src/data/",
1078
                    "/src/carrier/data/",
1079
                    "/src/geocoding/data/",
1080
                    "/src/timezone/data/"
1081
                ]
1082
            },
1083
            "notification-url": "https://packagist.org/downloads/",
1084
            "license": [
1085
                "Apache-2.0"
1086
            ],
1087
            "authors": [
1088
                {
1089
                    "name": "Joshua Gigg",
1090
                    "email": "[email protected]",
1091
                    "homepage": "https://giggsey.com/"
1092
                }
1093
            ],
1094
            "description": "PHP Port of Google's libphonenumber",
1095
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
1096
            "keywords": [
1097
                "geocoding",
1098
                "geolocation",
1099
                "libphonenumber",
1100
                "mobile",
1101
                "phonenumber",
1102
                "validation"
1103
            ],
1104
            "time": "2018-04-05T07:34:49+00:00"
1105
        },
1106
        {
1107
            "name": "giggsey/locale",
1108
            "version": "1.5",
1109
            "source": {
1110
                "type": "git",
1111
                "url": "https://github.com/giggsey/Locale.git",
1112
                "reference": "3c9cc23c15851c54cb3ccd41a00fd4b5a89feeff"
1113
            },
1114
            "dist": {
1115
                "type": "zip",
1116
                "url": "https://api.github.com/repos/giggsey/Locale/zipball/3c9cc23c15851c54cb3ccd41a00fd4b5a89feeff",
1117
                "reference": "3c9cc23c15851c54cb3ccd41a00fd4b5a89feeff",
1118
                "shasum": ""
1119
            },
1120
            "require": {
1121
                "php": ">=5.3.2"
1122
            },
1123
            "require-dev": {
1124
                "pear/pear-core-minimal": "^1.9",
1125
                "pear/pear_exception": "^1.0",
1126
                "pear/versioncontrol_git": "^0.5",
1127
                "phing/phing": "~2.7",
1128
                "phpunit/phpunit": "^4.8|^5.0",
1129
                "satooshi/php-coveralls": "^1.0",
1130
                "symfony/console": "^2.8|^3.0|^4.0",
1131
                "symfony/filesystem": "^2.8|^3.0|^4.0",
1132
                "symfony/finder": "^2.8|^3.0|^4.0",
1133
                "symfony/process": "^2.8|^3.0|^4.0"
1134
            },
1135
            "type": "library",
1136
            "autoload": {
1137
                "psr-4": {
1138
                    "Giggsey\\Locale\\": "src/"
1139
                }
1140
            },
1141
            "notification-url": "https://packagist.org/downloads/",
1142
            "license": [
1143
                "MIT"
1144
            ],
1145
            "authors": [
1146
                {
1147
                    "name": "Joshua Gigg",
1148
                    "email": "[email protected]",
1149
                    "homepage": "http://giggsey.com/"
1150
                }
1151
            ],
1152
            "description": "Locale functions required by libphonenumber-for-php",
1153
            "time": "2018-04-03T15:53:12+00:00"
1154
        },
1155
        {
1156
            "name": "jean85/pretty-package-versions",
1157
            "version": "1.1",
1158
            "source": {
1159
                "type": "git",
1160
                "url": "https://github.com/Jean85/pretty-package-versions.git",
1161
                "reference": "d457344b6a035ef99236bdda4729ad7eeb233f54"
1162
            },
1163
            "dist": {
1164
                "type": "zip",
1165
                "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/d457344b6a035ef99236bdda4729ad7eeb233f54",
1166
                "reference": "d457344b6a035ef99236bdda4729ad7eeb233f54",
1167
                "shasum": ""
1168
            },
1169
            "require": {
1170
                "ocramius/package-versions": "^1.2.0",
1171
                "php": "^7.0"
1172
            },
1173
            "require-dev": {
1174
                "phpunit/phpunit": "^6.0"
1175
            },
1176
            "type": "library",
1177
            "extra": {
1178
                "branch-alias": {
1179
                    "dev-master": "1.x-dev"
1180
                }
1181
            },
1182
            "autoload": {
1183
                "psr-4": {
1184
                    "Jean85\\": "src/"
1185
                }
1186
            },
1187
            "notification-url": "https://packagist.org/downloads/",
1188
            "license": [
1189
                "MIT"
1190
            ],
1191
            "authors": [
1192
                {
1193
                    "name": "Alessandro Lai",
1194
                    "email": "[email protected]"
1195
                }
1196
            ],
1197
            "description": "A wrapper for ocramius/pretty-package-versions to get pretty versions strings",
1198
            "keywords": [
1199
                "composer",
1200
                "package",
1201
                "release",
1202
                "versions"
1203
            ],
1204
            "time": "2018-01-21T13:54:22+00:00"
1205
        },
1206
        {
1207
            "name": "mapado/php-cs-fixer-config",
1208
            "version": "v2.1.2",
1209
            "source": {
1210
                "type": "git",
1211
                "url": "https://github.com/mapado/php-cs-fixer-config.git",
1212
                "reference": "d1d360ed0d83067a7a8735b6e01700153c04fd90"
1213
            },
1214
            "dist": {
1215
                "type": "zip",
1216
                "url": "https://api.github.com/repos/mapado/php-cs-fixer-config/zipball/d1d360ed0d83067a7a8735b6e01700153c04fd90",
1217
                "reference": "d1d360ed0d83067a7a8735b6e01700153c04fd90",
1218
                "shasum": ""
1219
            },
1220
            "require": {
1221
                "friendsofphp/php-cs-fixer": "^2.2.16"
1222
            },
1223
            "require-dev": {
1224
                "atoum/atoum": "^3.2"
1225
            },
1226
            "type": "library",
1227
            "autoload": {
1228
                "psr-4": {
1229
                    "Mapado\\CS\\": "src"
1230
                }
1231
            },
1232
            "notification-url": "https://packagist.org/downloads/",
1233
            "license": [
1234
                "MIT"
1235
            ],
1236
            "authors": [
1237
                {
1238
                    "name": "Julien DENIAU",
1239
                    "email": "[email protected]"
1240
                }
1241
            ],
1242
            "description": "Mapado PHP CS Fixer configuration",
1243
            "keywords": [
1244
                "CodingStyle",
1245
                "cs"
1246
            ],
1247
            "time": "2018-03-01T09:25:42+00:00"
1248
        },
1249
        {
1250
            "name": "misd/phone-number-bundle",
1251
            "version": "v1.3.2",
1252
            "source": {
1253
                "type": "git",
1254
                "url": "https://github.com/misd-service-development/phone-number-bundle.git",
1255
                "reference": "32e569b8aa4378e89345668e0cc526d1e0e5837a"
1256
            },
1257
            "dist": {
1258
                "type": "zip",
1259
                "url": "https://api.github.com/repos/misd-service-development/phone-number-bundle/zipball/32e569b8aa4378e89345668e0cc526d1e0e5837a",
1260
                "reference": "32e569b8aa4378e89345668e0cc526d1e0e5837a",
1261
                "shasum": ""
1262
            },
1263
            "require": {
1264
                "giggsey/libphonenumber-for-php": "~5.7|~6.0|~7.0|~8.0",
1265
                "php": ">=5.3.3",
1266
                "symfony/framework-bundle": "~2.1|~3.0|^4.0"
1267
            },
1268
            "conflict": {
1269
                "twig/twig": "<1.12.0"
1270
            },
1271
            "require-dev": {
1272
                "doctrine/doctrine-bundle": "~1.0",
1273
                "jms/serializer-bundle": "~0.11|~1.0|~2.0",
1274
                "phpunit/phpunit": "~4.0|^5.7",
1275
                "symfony/form": "~2.3|~3.0|^4.0",
1276
                "symfony/serializer": "~2.7|~3.1|^4.0",
1277
                "symfony/templating": "~2.1|~3.0|^4.0",
1278
                "symfony/twig-bundle": "~2.1|~3.0|^4.0",
1279
                "symfony/validator": "~2.1|~3.0|^4.0"
1280
            },
1281
            "suggest": {
1282
                "doctrine/doctrine-bundle": "Add a DBAL mapping type",
1283
                "jms/serializer-bundle": "Serialize/deserialize phone numbers using JSM library",
1284
                "symfony/form": "Add a data transformer",
1285
                "symfony/serializer": "Serialize/deserialize phone numbers using Symfony library",
1286
                "symfony/templating": "Format phone numbers in templates",
1287
                "symfony/twig-bundle": "Format phone numbers in Twig templates",
1288
                "symfony/validator": "Add a validation constraint"
1289
            },
1290
            "type": "symfony-bundle",
1291
            "extra": {
1292
                "branch-alias": {
1293
                    "dev-master": "1.3.x-dev"
1294
                }
1295
            },
1296
            "autoload": {
1297
                "psr-4": {
1298
                    "Misd\\PhoneNumberBundle\\": ""
1299
                },
1300
                "exclude-from-classmap": [
1301
                    "/Tests/"
1302
                ]
1303
            },
1304
            "notification-url": "https://packagist.org/downloads/",
1305
            "license": [
1306
                "MIT"
1307
            ],
1308
            "description": "Integrates libphonenumber into your Symfony2 application",
1309
            "homepage": "https://github.com/misd-service-development/phone-number-bundle",
1310
            "keywords": [
1311
                "bundle",
1312
                "libphonenumber",
1313
                "phone-number",
1314
                "phonenumber",
1315
                "telephone number"
1316
            ],
1317
            "time": "2018-01-18T09:06:41+00:00"
1318
        },
1319
        {
1320
            "name": "nette/bootstrap",
1321
            "version": "v2.4.5",
1322
            "source": {
1323
                "type": "git",
1324
                "url": "https://github.com/nette/bootstrap.git",
1325
                "reference": "804925787764d708a7782ea0d9382a310bb21968"
1326
            },
1327
            "dist": {
1328
                "type": "zip",
1329
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/804925787764d708a7782ea0d9382a310bb21968",
1330
                "reference": "804925787764d708a7782ea0d9382a310bb21968",
1331
                "shasum": ""
1332
            },
1333
            "require": {
1334
                "nette/di": "~2.4.7",
1335
                "nette/utils": "~2.4",
1336
                "php": ">=5.6.0"
1337
            },
1338
            "conflict": {
1339
                "nette/nette": "<2.2"
1340
            },
1341
            "require-dev": {
1342
                "latte/latte": "~2.2",
1343
                "nette/application": "~2.3",
1344
                "nette/caching": "~2.3",
1345
                "nette/database": "~2.3",
1346
                "nette/forms": "~2.3",
1347
                "nette/http": "~2.4.0",
1348
                "nette/mail": "~2.3",
1349
                "nette/robot-loader": "^2.4.2 || ^3.0",
1350
                "nette/safe-stream": "~2.2",
1351
                "nette/security": "~2.3",
1352
                "nette/tester": "~2.0",
1353
                "tracy/tracy": "^2.4.1"
1354
            },
1355
            "suggest": {
1356
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
1357
                "tracy/tracy": "to use Configurator::enableTracy()"
1358
            },
1359
            "type": "library",
1360
            "extra": {
1361
                "branch-alias": {
1362
                    "dev-master": "2.4-dev"
1363
                }
1364
            },
1365
            "autoload": {
1366
                "classmap": [
1367
                    "src/"
1368
                ]
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "BSD-3-Clause",
1373
                "GPL-2.0",
1374
                "GPL-3.0"
1375
            ],
1376
            "authors": [
1377
                {
1378
                    "name": "David Grudl",
1379
                    "homepage": "https://davidgrudl.com"
1380
                },
1381
                {
1382
                    "name": "Nette Community",
1383
                    "homepage": "https://nette.org/contributors"
1384
                }
1385
            ],
1386
            "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
1387
            "homepage": "https://nette.org",
1388
            "keywords": [
1389
                "bootstrapping",
1390
                "configurator",
1391
                "nette"
1392
            ],
1393
            "time": "2017-08-20T17:36:59+00:00"
1394
        },
1395
        {
1396
            "name": "nette/di",
1397
            "version": "v2.4.11",
1398
            "source": {
1399
                "type": "git",
1400
                "url": "https://github.com/nette/di.git",
1401
                "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9"
1402
            },
1403
            "dist": {
1404
                "type": "zip",
1405
                "url": "https://api.github.com/repos/nette/di/zipball/a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9",
1406
                "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9",
1407
                "shasum": ""
1408
            },
1409
            "require": {
1410
                "ext-tokenizer": "*",
1411
                "nette/neon": "^2.3.3 || ~3.0.0",
1412
                "nette/php-generator": "^2.6.1 || ~3.0.0",
1413
                "nette/utils": "^2.4.3 || ~3.0.0",
1414
                "php": ">=5.6.0"
1415
            },
1416
            "conflict": {
1417
                "nette/bootstrap": "<2.4",
1418
                "nette/nette": "<2.2"
1419
            },
1420
            "require-dev": {
1421
                "nette/tester": "^2.0",
1422
                "tracy/tracy": "^2.3"
1423
            },
1424
            "type": "library",
1425
            "extra": {
1426
                "branch-alias": {
1427
                    "dev-master": "2.4-dev"
1428
                }
1429
            },
1430
            "autoload": {
1431
                "classmap": [
1432
                    "src/"
1433
                ]
1434
            },
1435
            "notification-url": "https://packagist.org/downloads/",
1436
            "license": [
1437
                "BSD-3-Clause",
1438
                "GPL-2.0",
1439
                "GPL-3.0"
1440
            ],
1441
            "authors": [
1442
                {
1443
                    "name": "David Grudl",
1444
                    "homepage": "https://davidgrudl.com"
1445
                },
1446
                {
1447
                    "name": "Nette Community",
1448
                    "homepage": "https://nette.org/contributors"
1449
                }
1450
            ],
1451
            "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
1452
            "homepage": "https://nette.org",
1453
            "keywords": [
1454
                "compiled",
1455
                "di",
1456
                "dic",
1457
                "factory",
1458
                "ioc",
1459
                "nette",
1460
                "static"
1461
            ],
1462
            "time": "2018-03-28T23:53:36+00:00"
1463
        },
1464
        {
1465
            "name": "nette/finder",
1466
            "version": "v2.4.1",
1467
            "source": {
1468
                "type": "git",
1469
                "url": "https://github.com/nette/finder.git",
1470
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547"
1471
            },
1472
            "dist": {
1473
                "type": "zip",
1474
                "url": "https://api.github.com/repos/nette/finder/zipball/4d43a66d072c57d585bf08a3ef68d3587f7e9547",
1475
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547",
1476
                "shasum": ""
1477
            },
1478
            "require": {
1479
                "nette/utils": "^2.4 || ~3.0.0",
1480
                "php": ">=5.6.0"
1481
            },
1482
            "conflict": {
1483
                "nette/nette": "<2.2"
1484
            },
1485
            "require-dev": {
1486
                "nette/tester": "^2.0",
1487
                "tracy/tracy": "^2.3"
1488
            },
1489
            "type": "library",
1490
            "extra": {
1491
                "branch-alias": {
1492
                    "dev-master": "2.4-dev"
1493
                }
1494
            },
1495
            "autoload": {
1496
                "classmap": [
1497
                    "src/"
1498
                ]
1499
            },
1500
            "notification-url": "https://packagist.org/downloads/",
1501
            "license": [
1502
                "BSD-3-Clause",
1503
                "GPL-2.0",
1504
                "GPL-3.0"
1505
            ],
1506
            "authors": [
1507
                {
1508
                    "name": "David Grudl",
1509
                    "homepage": "https://davidgrudl.com"
1510
                },
1511
                {
1512
                    "name": "Nette Community",
1513
                    "homepage": "https://nette.org/contributors"
1514
                }
1515
            ],
1516
            "description": "Nette Finder: Files Searching",
1517
            "homepage": "https://nette.org",
1518
            "time": "2017-07-10T23:47:08+00:00"
1519
        },
1520
        {
1521
            "name": "nette/neon",
1522
            "version": "v2.4.2",
1523
            "source": {
1524
                "type": "git",
1525
                "url": "https://github.com/nette/neon.git",
1526
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622"
1527
            },
1528
            "dist": {
1529
                "type": "zip",
1530
                "url": "https://api.github.com/repos/nette/neon/zipball/9eacd50553b26b53a3977bfb2fea2166d4331622",
1531
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622",
1532
                "shasum": ""
1533
            },
1534
            "require": {
1535
                "ext-iconv": "*",
1536
                "ext-json": "*",
1537
                "php": ">=5.6.0"
1538
            },
1539
            "require-dev": {
1540
                "nette/tester": "~2.0",
1541
                "tracy/tracy": "^2.3"
1542
            },
1543
            "type": "library",
1544
            "extra": {
1545
                "branch-alias": {
1546
                    "dev-master": "2.4-dev"
1547
                }
1548
            },
1549
            "autoload": {
1550
                "classmap": [
1551
                    "src/"
1552
                ]
1553
            },
1554
            "notification-url": "https://packagist.org/downloads/",
1555
            "license": [
1556
                "BSD-3-Clause",
1557
                "GPL-2.0",
1558
                "GPL-3.0"
1559
            ],
1560
            "authors": [
1561
                {
1562
                    "name": "David Grudl",
1563
                    "homepage": "https://davidgrudl.com"
1564
                },
1565
                {
1566
                    "name": "Nette Community",
1567
                    "homepage": "https://nette.org/contributors"
1568
                }
1569
            ],
1570
            "description": "Nette NEON: parser & generator for Nette Object Notation",
1571
            "homepage": "http://ne-on.org",
1572
            "time": "2017-07-11T18:29:08+00:00"
1573
        },
1574
        {
1575
            "name": "nette/php-generator",
1576
            "version": "v3.0.3",
1577
            "source": {
1578
                "type": "git",
1579
                "url": "https://github.com/nette/php-generator.git",
1580
                "reference": "18a26e9c302ce98b7a573fae8c6032a6909339e5"
1581
            },
1582
            "dist": {
1583
                "type": "zip",
1584
                "url": "https://api.github.com/repos/nette/php-generator/zipball/18a26e9c302ce98b7a573fae8c6032a6909339e5",
1585
                "reference": "18a26e9c302ce98b7a573fae8c6032a6909339e5",
1586
                "shasum": ""
1587
            },
1588
            "require": {
1589
                "nette/utils": "^2.4.2 || ~3.0.0",
1590
                "php": ">=7.0"
1591
            },
1592
            "conflict": {
1593
                "nette/nette": "<2.2"
1594
            },
1595
            "require-dev": {
1596
                "nette/tester": "^2.0",
1597
                "tracy/tracy": "^2.3"
1598
            },
1599
            "type": "library",
1600
            "extra": {
1601
                "branch-alias": {
1602
                    "dev-master": "3.0-dev"
1603
                }
1604
            },
1605
            "autoload": {
1606
                "classmap": [
1607
                    "src/"
1608
                ]
1609
            },
1610
            "notification-url": "https://packagist.org/downloads/",
1611
            "license": [
1612
                "BSD-3-Clause",
1613
                "GPL-2.0",
1614
                "GPL-3.0"
1615
            ],
1616
            "authors": [
1617
                {
1618
                    "name": "David Grudl",
1619
                    "homepage": "https://davidgrudl.com"
1620
                },
1621
                {
1622
                    "name": "Nette Community",
1623
                    "homepage": "https://nette.org/contributors"
1624
                }
1625
            ],
1626
            "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.2 features.",
1627
            "homepage": "https://nette.org",
1628
            "keywords": [
1629
                "code",
1630
                "nette",
1631
                "php",
1632
                "scaffolding"
1633
            ],
1634
            "time": "2018-03-30T14:01:03+00:00"
1635
        },
1636
        {
1637
            "name": "nette/robot-loader",
1638
            "version": "v3.0.3",
1639
            "source": {
1640
                "type": "git",
1641
                "url": "https://github.com/nette/robot-loader.git",
1642
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a"
1643
            },
1644
            "dist": {
1645
                "type": "zip",
1646
                "url": "https://api.github.com/repos/nette/robot-loader/zipball/92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
1647
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
1648
                "shasum": ""
1649
            },
1650
            "require": {
1651
                "ext-tokenizer": "*",
1652
                "nette/finder": "^2.3 || ^3.0",
1653
                "nette/utils": "^2.4 || ^3.0",
1654
                "php": ">=5.6.0"
1655
            },
1656
            "conflict": {
1657
                "nette/nette": "<2.2"
1658
            },
1659
            "require-dev": {
1660
                "nette/tester": "^2.0",
1661
                "tracy/tracy": "^2.3"
1662
            },
1663
            "type": "library",
1664
            "extra": {
1665
                "branch-alias": {
1666
                    "dev-master": "3.0-dev"
1667
                }
1668
            },
1669
            "autoload": {
1670
                "classmap": [
1671
                    "src/"
1672
                ]
1673
            },
1674
            "notification-url": "https://packagist.org/downloads/",
1675
            "license": [
1676
                "BSD-3-Clause",
1677
                "GPL-2.0",
1678
                "GPL-3.0"
1679
            ],
1680
            "authors": [
1681
                {
1682
                    "name": "David Grudl",
1683
                    "homepage": "https://davidgrudl.com"
1684
                },
1685
                {
1686
                    "name": "Nette Community",
1687
                    "homepage": "https://nette.org/contributors"
1688
                }
1689
            ],
1690
            "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
1691
            "homepage": "https://nette.org",
1692
            "keywords": [
1693
                "autoload",
1694
                "class",
1695
                "interface",
1696
                "nette",
1697
                "trait"
1698
            ],
1699
            "time": "2017-09-26T13:42:21+00:00"
1700
        },
1701
        {
1702
            "name": "nette/utils",
1703
            "version": "v2.5.1",
1704
            "source": {
1705
                "type": "git",
1706
                "url": "https://github.com/nette/utils.git",
1707
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc"
1708
            },
1709
            "dist": {
1710
                "type": "zip",
1711
                "url": "https://api.github.com/repos/nette/utils/zipball/8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
1712
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
1713
                "shasum": ""
1714
            },
1715
            "require": {
1716
                "php": ">=5.6.0"
1717
            },
1718
            "conflict": {
1719
                "nette/nette": "<2.2"
1720
            },
1721
            "require-dev": {
1722
                "nette/tester": "~2.0",
1723
                "tracy/tracy": "^2.3"
1724
            },
1725
            "suggest": {
1726
                "ext-gd": "to use Image",
1727
                "ext-iconv": "to use Strings::webalize() and toAscii()",
1728
                "ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
1729
                "ext-json": "to use Nette\\Utils\\Json",
1730
                "ext-mbstring": "to use Strings::lower() etc...",
1731
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
1732
            },
1733
            "type": "library",
1734
            "extra": {
1735
                "branch-alias": {
1736
                    "dev-master": "2.5-dev"
1737
                }
1738
            },
1739
            "autoload": {
1740
                "classmap": [
1741
                    "src/"
1742
                ],
1743
                "files": [
1744
                    "src/loader.php"
1745
                ]
1746
            },
1747
            "notification-url": "https://packagist.org/downloads/",
1748
            "license": [
1749
                "BSD-3-Clause",
1750
                "GPL-2.0",
1751
                "GPL-3.0"
1752
            ],
1753
            "authors": [
1754
                {
1755
                    "name": "David Grudl",
1756
                    "homepage": "https://davidgrudl.com"
1757
                },
1758
                {
1759
                    "name": "Nette Community",
1760
                    "homepage": "https://nette.org/contributors"
1761
                }
1762
            ],
1763
            "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
1764
            "homepage": "https://nette.org",
1765
            "keywords": [
1766
                "array",
1767
                "core",
1768
                "datetime",
1769
                "images",
1770
                "json",
1771
                "nette",
1772
                "paginator",
1773
                "password",
1774
                "slugify",
1775
                "string",
1776
                "unicode",
1777
                "utf-8",
1778
                "utility",
1779
                "validation"
1780
            ],
1781
            "time": "2018-02-19T14:42:42+00:00"
1782
        },
1783
        {
1784
            "name": "nikic/php-parser",
1785
            "version": "v3.1.5",
1786
            "source": {
1787
                "type": "git",
1788
                "url": "https://github.com/nikic/PHP-Parser.git",
1789
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
1790
            },
1791
            "dist": {
1792
                "type": "zip",
1793
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1794
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1795
                "shasum": ""
1796
            },
1797
            "require": {
1798
                "ext-tokenizer": "*",
1799
                "php": ">=5.5"
1800
            },
1801
            "require-dev": {
1802
                "phpunit/phpunit": "~4.0|~5.0"
1803
            },
1804
            "bin": [
1805
                "bin/php-parse"
1806
            ],
1807
            "type": "library",
1808
            "extra": {
1809
                "branch-alias": {
1810
                    "dev-master": "3.0-dev"
1811
                }
1812
            },
1813
            "autoload": {
1814
                "psr-4": {
1815
                    "PhpParser\\": "lib/PhpParser"
1816
                }
1817
            },
1818
            "notification-url": "https://packagist.org/downloads/",
1819
            "license": [
1820
                "BSD-3-Clause"
1821
            ],
1822
            "authors": [
1823
                {
1824
                    "name": "Nikita Popov"
1825
                }
1826
            ],
1827
            "description": "A PHP parser written in PHP",
1828
            "keywords": [
1829
                "parser",
1830
                "php"
1831
            ],
1832
            "time": "2018-02-28T20:30:58+00:00"
1833
        },
1834
        {
1835
            "name": "paragonie/random_compat",
1836
            "version": "v2.0.12",
1837
            "source": {
1838
                "type": "git",
1839
                "url": "https://github.com/paragonie/random_compat.git",
1840
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
1841
            },
1842
            "dist": {
1843
                "type": "zip",
1844
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1845
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1846
                "shasum": ""
1847
            },
1848
            "require": {
1849
                "php": ">=5.2.0"
1850
            },
1851
            "require-dev": {
1852
                "phpunit/phpunit": "4.*|5.*"
1853
            },
1854
            "suggest": {
1855
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1856
            },
1857
            "type": "library",
1858
            "autoload": {
1859
                "files": [
1860
                    "lib/random.php"
1861
                ]
1862
            },
1863
            "notification-url": "https://packagist.org/downloads/",
1864
            "license": [
1865
                "MIT"
1866
            ],
1867
            "authors": [
1868
                {
1869
                    "name": "Paragon Initiative Enterprises",
1870
                    "email": "[email protected]",
1871
                    "homepage": "https://paragonie.com"
1872
                }
1873
            ],
1874
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1875
            "keywords": [
1876
                "csprng",
1877
                "pseudorandom",
1878
                "random"
1879
            ],
1880
            "time": "2018-04-04T21:24:14+00:00"
1881
        },
1882
        {
1883
            "name": "php-cs-fixer/diff",
1884
            "version": "v1.3.0",
1885
            "source": {
1886
                "type": "git",
1887
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
1888
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
1889
            },
1890
            "dist": {
1891
                "type": "zip",
1892
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
1893
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
1894
                "shasum": ""
1895
            },
1896
            "require": {
1897
                "php": "^5.6 || ^7.0"
1898
            },
1899
            "require-dev": {
1900
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1901
                "symfony/process": "^3.3"
1902
            },
1903
            "type": "library",
1904
            "autoload": {
1905
                "classmap": [
1906
                    "src/"
1907
                ]
1908
            },
1909
            "notification-url": "https://packagist.org/downloads/",
1910
            "license": [
1911
                "BSD-3-Clause"
1912
            ],
1913
            "authors": [
1914
                {
1915
                    "name": "Kore Nordmann",
1916
                    "email": "[email protected]"
1917
                },
1918
                {
1919
                    "name": "Sebastian Bergmann",
1920
                    "email": "[email protected]"
1921
                },
1922
                {
1923
                    "name": "SpacePossum"
1924
                }
1925
            ],
1926
            "description": "sebastian/diff v2 backport support for PHP5.6",
1927
            "homepage": "https://github.com/PHP-CS-Fixer",
1928
            "keywords": [
1929
                "diff"
1930
            ],
1931
            "time": "2018-02-15T16:58:55+00:00"
1932
        },
1933
        {
1934
            "name": "phpstan/phpdoc-parser",
1935
            "version": "0.2",
1936
            "source": {
1937
                "type": "git",
1938
                "url": "https://github.com/phpstan/phpdoc-parser.git",
1939
                "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a"
1940
            },
1941
            "dist": {
1942
                "type": "zip",
1943
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/02f909f134fe06f0cd4790d8627ee24efbe84d6a",
1944
                "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a",
1945
                "shasum": ""
1946
            },
1947
            "require": {
1948
                "php": "~7.0"
1949
            },
1950
            "require-dev": {
1951
                "consistence/coding-standard": "^2.0.0",
1952
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1953
                "phing/phing": "^2.16.0",
1954
                "phpstan/phpstan": "^0.9",
1955
                "phpunit/phpunit": "^6.3",
1956
                "slevomat/coding-standard": "^3.3.0"
1957
            },
1958
            "type": "library",
1959
            "extra": {
1960
                "branch-alias": {
1961
                    "dev-master": "0.1-dev"
1962
                }
1963
            },
1964
            "autoload": {
1965
                "psr-4": {
1966
                    "PHPStan\\PhpDocParser\\": [
1967
                        "src/"
1968
                    ]
1969
                }
1970
            },
1971
            "notification-url": "https://packagist.org/downloads/",
1972
            "license": [
1973
                "MIT"
1974
            ],
1975
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
1976
            "time": "2018-01-13T18:19:41+00:00"
1977
        },
1978
        {
1979
            "name": "phpstan/phpstan",
1980
            "version": "0.9.2",
1981
            "source": {
1982
                "type": "git",
1983
                "url": "https://github.com/phpstan/phpstan.git",
1984
                "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488"
1985
            },
1986
            "dist": {
1987
                "type": "zip",
1988
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e59541bcc7cac9b35ca54db6365bf377baf4a488",
1989
                "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488",
1990
                "shasum": ""
1991
            },
1992
            "require": {
1993
                "jean85/pretty-package-versions": "^1.0.3",
1994
                "nette/bootstrap": "^2.4 || ^3.0",
1995
                "nette/di": "^2.4.7 || ^3.0",
1996
                "nette/robot-loader": "^3.0.1",
1997
                "nette/utils": "^2.4.5 || ^3.0",
1998
                "nikic/php-parser": "^3.1",
1999
                "php": "~7.0",
2000
                "phpstan/phpdoc-parser": "^0.2",
2001
                "symfony/console": "~3.2 || ~4.0",
2002
                "symfony/finder": "~3.2 || ~4.0"
2003
            },
2004
            "require-dev": {
2005
                "consistence/coding-standard": "2.2.1",
2006
                "ext-gd": "*",
2007
                "ext-intl": "*",
2008
                "ext-mysqli": "*",
2009
                "jakub-onderka/php-parallel-lint": "^0.9.2",
2010
                "phing/phing": "^2.16.0",
2011
                "phpstan/phpstan-php-parser": "^0.9",
2012
                "phpstan/phpstan-phpunit": "^0.9.3",
2013
                "phpstan/phpstan-strict-rules": "^0.9",
2014
                "phpunit/phpunit": "^6.5.4",
2015
                "slevomat/coding-standard": "4.0.0"
2016
            },
2017
            "bin": [
2018
                "bin/phpstan"
2019
            ],
2020
            "type": "library",
2021
            "extra": {
2022
                "branch-alias": {
2023
                    "dev-master": "0.9-dev"
2024
                }
2025
            },
2026
            "autoload": {
2027
                "psr-4": {
2028
                    "PHPStan\\": [
2029
                        "src/",
2030
                        "build/PHPStan"
2031
                    ]
2032
                }
2033
            },
2034
            "notification-url": "https://packagist.org/downloads/",
2035
            "license": [
2036
                "MIT"
2037
            ],
2038
            "description": "PHPStan - PHP Static Analysis Tool",
2039
            "time": "2018-01-28T13:22:19+00:00"
2040
        },
2041
        {
2042
            "name": "psr/container",
2043
            "version": "1.0.0",
2044
            "source": {
2045
                "type": "git",
2046
                "url": "https://github.com/php-fig/container.git",
2047
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2048
            },
2049
            "dist": {
2050
                "type": "zip",
2051
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2052
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2053
                "shasum": ""
2054
            },
2055
            "require": {
2056
                "php": ">=5.3.0"
2057
            },
2058
            "type": "library",
2059
            "extra": {
2060
                "branch-alias": {
2061
                    "dev-master": "1.0.x-dev"
2062
                }
2063
            },
2064
            "autoload": {
2065
                "psr-4": {
2066
                    "Psr\\Container\\": "src/"
2067
                }
2068
            },
2069
            "notification-url": "https://packagist.org/downloads/",
2070
            "license": [
2071
                "MIT"
2072
            ],
2073
            "authors": [
2074
                {
2075
                    "name": "PHP-FIG",
2076
                    "homepage": "http://www.php-fig.org/"
2077
                }
2078
            ],
2079
            "description": "Common Container Interface (PHP FIG PSR-11)",
2080
            "homepage": "https://github.com/php-fig/container",
2081
            "keywords": [
2082
                "PSR-11",
2083
                "container",
2084
                "container-interface",
2085
                "container-interop",
2086
                "psr"
2087
            ],
2088
            "time": "2017-02-14T16:28:37+00:00"
2089
        },
2090
        {
2091
            "name": "psr/log",
2092
            "version": "1.0.2",
2093
            "source": {
2094
                "type": "git",
2095
                "url": "https://github.com/php-fig/log.git",
2096
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2097
            },
2098
            "dist": {
2099
                "type": "zip",
2100
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2101
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2102
                "shasum": ""
2103
            },
2104
            "require": {
2105
                "php": ">=5.3.0"
2106
            },
2107
            "type": "library",
2108
            "extra": {
2109
                "branch-alias": {
2110
                    "dev-master": "1.0.x-dev"
2111
                }
2112
            },
2113
            "autoload": {
2114
                "psr-4": {
2115
                    "Psr\\Log\\": "Psr/Log/"
2116
                }
2117
            },
2118
            "notification-url": "https://packagist.org/downloads/",
2119
            "license": [
2120
                "MIT"
2121
            ],
2122
            "authors": [
2123
                {
2124
                    "name": "PHP-FIG",
2125
                    "homepage": "http://www.php-fig.org/"
2126
                }
2127
            ],
2128
            "description": "Common interface for logging libraries",
2129
            "homepage": "https://github.com/php-fig/log",
2130
            "keywords": [
2131
                "log",
2132
                "psr",
2133
                "psr-3"
2134
            ],
2135
            "time": "2016-10-10T12:19:37+00:00"
2136
        },
2137
        {
2138
            "name": "psr/simple-cache",
2139
            "version": "1.0.1",
2140
            "source": {
2141
                "type": "git",
2142
                "url": "https://github.com/php-fig/simple-cache.git",
2143
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2144
            },
2145
            "dist": {
2146
                "type": "zip",
2147
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2148
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2149
                "shasum": ""
2150
            },
2151
            "require": {
2152
                "php": ">=5.3.0"
2153
            },
2154
            "type": "library",
2155
            "extra": {
2156
                "branch-alias": {
2157
                    "dev-master": "1.0.x-dev"
2158
                }
2159
            },
2160
            "autoload": {
2161
                "psr-4": {
2162
                    "Psr\\SimpleCache\\": "src/"
2163
                }
2164
            },
2165
            "notification-url": "https://packagist.org/downloads/",
2166
            "license": [
2167
                "MIT"
2168
            ],
2169
            "authors": [
2170
                {
2171
                    "name": "PHP-FIG",
2172
                    "homepage": "http://www.php-fig.org/"
2173
                }
2174
            ],
2175
            "description": "Common interfaces for simple caching",
2176
            "keywords": [
2177
                "cache",
2178
                "caching",
2179
                "psr",
2180
                "psr-16",
2181
                "simple-cache"
2182
            ],
2183
            "time": "2017-10-23T01:57:42+00:00"
2184
        },
2185
        {
2186
            "name": "symfony/cache",
2187
            "version": "v4.0.8",
2188
            "source": {
2189
                "type": "git",
2190
                "url": "https://github.com/symfony/cache.git",
2191
                "reference": "681c245e629409a2f1ded6bf783e833d291d8af2"
2192
            },
2193
            "dist": {
2194
                "type": "zip",
2195
                "url": "https://api.github.com/repos/symfony/cache/zipball/681c245e629409a2f1ded6bf783e833d291d8af2",
2196
                "reference": "681c245e629409a2f1ded6bf783e833d291d8af2",
2197
                "shasum": ""
2198
            },
2199
            "require": {
2200
                "php": "^7.1.3",
2201
                "psr/cache": "~1.0",
2202
                "psr/log": "~1.0",
2203
                "psr/simple-cache": "^1.0"
2204
            },
2205
            "conflict": {
2206
                "symfony/var-dumper": "<3.4"
2207
            },
2208
            "provide": {
2209
                "psr/cache-implementation": "1.0",
2210
                "psr/simple-cache-implementation": "1.0"
2211
            },
2212
            "require-dev": {
2213
                "cache/integration-tests": "dev-master",
2214
                "doctrine/cache": "~1.6",
2215
                "doctrine/dbal": "~2.4",
2216
                "predis/predis": "~1.0"
2217
            },
2218
            "type": "library",
2219
            "extra": {
2220
                "branch-alias": {
2221
                    "dev-master": "4.0-dev"
2222
                }
2223
            },
2224
            "autoload": {
2225
                "psr-4": {
2226
                    "Symfony\\Component\\Cache\\": ""
2227
                },
2228
                "exclude-from-classmap": [
2229
                    "/Tests/"
2230
                ]
2231
            },
2232
            "notification-url": "https://packagist.org/downloads/",
2233
            "license": [
2234
                "MIT"
2235
            ],
2236
            "authors": [
2237
                {
2238
                    "name": "Nicolas Grekas",
2239
                    "email": "[email protected]"
2240
                },
2241
                {
2242
                    "name": "Symfony Community",
2243
                    "homepage": "https://symfony.com/contributors"
2244
                }
2245
            ],
2246
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2247
            "homepage": "https://symfony.com",
2248
            "keywords": [
2249
                "caching",
2250
                "psr6"
2251
            ],
2252
            "time": "2018-04-02T14:35:51+00:00"
2253
        },
2254
        {
2255
            "name": "symfony/config",
2256
            "version": "v4.0.8",
2257
            "source": {
2258
                "type": "git",
2259
                "url": "https://github.com/symfony/config.git",
2260
                "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8"
2261
            },
2262
            "dist": {
2263
                "type": "zip",
2264
                "url": "https://api.github.com/repos/symfony/config/zipball/7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
2265
                "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
2266
                "shasum": ""
2267
            },
2268
            "require": {
2269
                "php": "^7.1.3",
2270
                "symfony/filesystem": "~3.4|~4.0"
2271
            },
2272
            "conflict": {
2273
                "symfony/finder": "<3.4"
2274
            },
2275
            "require-dev": {
2276
                "symfony/dependency-injection": "~3.4|~4.0",
2277
                "symfony/event-dispatcher": "~3.4|~4.0",
2278
                "symfony/finder": "~3.4|~4.0",
2279
                "symfony/yaml": "~3.4|~4.0"
2280
            },
2281
            "suggest": {
2282
                "symfony/yaml": "To use the yaml reference dumper"
2283
            },
2284
            "type": "library",
2285
            "extra": {
2286
                "branch-alias": {
2287
                    "dev-master": "4.0-dev"
2288
                }
2289
            },
2290
            "autoload": {
2291
                "psr-4": {
2292
                    "Symfony\\Component\\Config\\": ""
2293
                },
2294
                "exclude-from-classmap": [
2295
                    "/Tests/"
2296
                ]
2297
            },
2298
            "notification-url": "https://packagist.org/downloads/",
2299
            "license": [
2300
                "MIT"
2301
            ],
2302
            "authors": [
2303
                {
2304
                    "name": "Fabien Potencier",
2305
                    "email": "[email protected]"
2306
                },
2307
                {
2308
                    "name": "Symfony Community",
2309
                    "homepage": "https://symfony.com/contributors"
2310
                }
2311
            ],
2312
            "description": "Symfony Config Component",
2313
            "homepage": "https://symfony.com",
2314
            "time": "2018-03-19T22:35:49+00:00"
2315
        },
2316
        {
2317
            "name": "symfony/console",
2318
            "version": "v4.0.8",
2319
            "source": {
2320
                "type": "git",
2321
                "url": "https://github.com/symfony/console.git",
2322
                "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64"
2323
            },
2324
            "dist": {
2325
                "type": "zip",
2326
                "url": "https://api.github.com/repos/symfony/console/zipball/aad9a6fe47319f22748fd764f52d3a7ca6fa6b64",
2327
                "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64",
2328
                "shasum": ""
2329
            },
2330
            "require": {
2331
                "php": "^7.1.3",
2332
                "symfony/polyfill-mbstring": "~1.0"
2333
            },
2334
            "conflict": {
2335
                "symfony/dependency-injection": "<3.4",
2336
                "symfony/process": "<3.3"
2337
            },
2338
            "require-dev": {
2339
                "psr/log": "~1.0",
2340
                "symfony/config": "~3.4|~4.0",
2341
                "symfony/dependency-injection": "~3.4|~4.0",
2342
                "symfony/event-dispatcher": "~3.4|~4.0",
2343
                "symfony/lock": "~3.4|~4.0",
2344
                "symfony/process": "~3.4|~4.0"
2345
            },
2346
            "suggest": {
2347
                "psr/log": "For using the console logger",
2348
                "symfony/event-dispatcher": "",
2349
                "symfony/lock": "",
2350
                "symfony/process": ""
2351
            },
2352
            "type": "library",
2353
            "extra": {
2354
                "branch-alias": {
2355
                    "dev-master": "4.0-dev"
2356
                }
2357
            },
2358
            "autoload": {
2359
                "psr-4": {
2360
                    "Symfony\\Component\\Console\\": ""
2361
                },
2362
                "exclude-from-classmap": [
2363
                    "/Tests/"
2364
                ]
2365
            },
2366
            "notification-url": "https://packagist.org/downloads/",
2367
            "license": [
2368
                "MIT"
2369
            ],
2370
            "authors": [
2371
                {
2372
                    "name": "Fabien Potencier",
2373
                    "email": "[email protected]"
2374
                },
2375
                {
2376
                    "name": "Symfony Community",
2377
                    "homepage": "https://symfony.com/contributors"
2378
                }
2379
            ],
2380
            "description": "Symfony Console Component",
2381
            "homepage": "https://symfony.com",
2382
            "time": "2018-04-03T05:24:00+00:00"
2383
        },
2384
        {
2385
            "name": "symfony/debug",
2386
            "version": "v4.0.8",
2387
            "source": {
2388
                "type": "git",
2389
                "url": "https://github.com/symfony/debug.git",
2390
                "reference": "5961d02d48828671f5d8a7805e06579d692f6ede"
2391
            },
2392
            "dist": {
2393
                "type": "zip",
2394
                "url": "https://api.github.com/repos/symfony/debug/zipball/5961d02d48828671f5d8a7805e06579d692f6ede",
2395
                "reference": "5961d02d48828671f5d8a7805e06579d692f6ede",
2396
                "shasum": ""
2397
            },
2398
            "require": {
2399
                "php": "^7.1.3",
2400
                "psr/log": "~1.0"
2401
            },
2402
            "conflict": {
2403
                "symfony/http-kernel": "<3.4"
2404
            },
2405
            "require-dev": {
2406
                "symfony/http-kernel": "~3.4|~4.0"
2407
            },
2408
            "type": "library",
2409
            "extra": {
2410
                "branch-alias": {
2411
                    "dev-master": "4.0-dev"
2412
                }
2413
            },
2414
            "autoload": {
2415
                "psr-4": {
2416
                    "Symfony\\Component\\Debug\\": ""
2417
                },
2418
                "exclude-from-classmap": [
2419
                    "/Tests/"
2420
                ]
2421
            },
2422
            "notification-url": "https://packagist.org/downloads/",
2423
            "license": [
2424
                "MIT"
2425
            ],
2426
            "authors": [
2427
                {
2428
                    "name": "Fabien Potencier",
2429
                    "email": "[email protected]"
2430
                },
2431
                {
2432
                    "name": "Symfony Community",
2433
                    "homepage": "https://symfony.com/contributors"
2434
                }
2435
            ],
2436
            "description": "Symfony Debug Component",
2437
            "homepage": "https://symfony.com",
2438
            "time": "2018-04-03T05:24:00+00:00"
2439
        },
2440
        {
2441
            "name": "symfony/dependency-injection",
2442
            "version": "v4.0.8",
2443
            "source": {
2444
                "type": "git",
2445
                "url": "https://github.com/symfony/dependency-injection.git",
2446
                "reference": "9f1cea656afc5512c6f5e58d61fcea12acee113e"
2447
            },
2448
            "dist": {
2449
                "type": "zip",
2450
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9f1cea656afc5512c6f5e58d61fcea12acee113e",
2451
                "reference": "9f1cea656afc5512c6f5e58d61fcea12acee113e",
2452
                "shasum": ""
2453
            },
2454
            "require": {
2455
                "php": "^7.1.3",
2456
                "psr/container": "^1.0"
2457
            },
2458
            "conflict": {
2459
                "symfony/config": "<3.4",
2460
                "symfony/finder": "<3.4",
2461
                "symfony/proxy-manager-bridge": "<3.4",
2462
                "symfony/yaml": "<3.4"
2463
            },
2464
            "provide": {
2465
                "psr/container-implementation": "1.0"
2466
            },
2467
            "require-dev": {
2468
                "symfony/config": "~3.4|~4.0",
2469
                "symfony/expression-language": "~3.4|~4.0",
2470
                "symfony/yaml": "~3.4|~4.0"
2471
            },
2472
            "suggest": {
2473
                "symfony/config": "",
2474
                "symfony/expression-language": "For using expressions in service container configuration",
2475
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2476
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2477
                "symfony/yaml": ""
2478
            },
2479
            "type": "library",
2480
            "extra": {
2481
                "branch-alias": {
2482
                    "dev-master": "4.0-dev"
2483
                }
2484
            },
2485
            "autoload": {
2486
                "psr-4": {
2487
                    "Symfony\\Component\\DependencyInjection\\": ""
2488
                },
2489
                "exclude-from-classmap": [
2490
                    "/Tests/"
2491
                ]
2492
            },
2493
            "notification-url": "https://packagist.org/downloads/",
2494
            "license": [
2495
                "MIT"
2496
            ],
2497
            "authors": [
2498
                {
2499
                    "name": "Fabien Potencier",
2500
                    "email": "[email protected]"
2501
                },
2502
                {
2503
                    "name": "Symfony Community",
2504
                    "homepage": "https://symfony.com/contributors"
2505
                }
2506
            ],
2507
            "description": "Symfony DependencyInjection Component",
2508
            "homepage": "https://symfony.com",
2509
            "time": "2018-04-02T09:52:41+00:00"
2510
        },
2511
        {
2512
            "name": "symfony/event-dispatcher",
2513
            "version": "v4.0.8",
2514
            "source": {
2515
                "type": "git",
2516
                "url": "https://github.com/symfony/event-dispatcher.git",
2517
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
2518
            },
2519
            "dist": {
2520
                "type": "zip",
2521
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
2522
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
2523
                "shasum": ""
2524
            },
2525
            "require": {
2526
                "php": "^7.1.3"
2527
            },
2528
            "conflict": {
2529
                "symfony/dependency-injection": "<3.4"
2530
            },
2531
            "require-dev": {
2532
                "psr/log": "~1.0",
2533
                "symfony/config": "~3.4|~4.0",
2534
                "symfony/dependency-injection": "~3.4|~4.0",
2535
                "symfony/expression-language": "~3.4|~4.0",
2536
                "symfony/stopwatch": "~3.4|~4.0"
2537
            },
2538
            "suggest": {
2539
                "symfony/dependency-injection": "",
2540
                "symfony/http-kernel": ""
2541
            },
2542
            "type": "library",
2543
            "extra": {
2544
                "branch-alias": {
2545
                    "dev-master": "4.0-dev"
2546
                }
2547
            },
2548
            "autoload": {
2549
                "psr-4": {
2550
                    "Symfony\\Component\\EventDispatcher\\": ""
2551
                },
2552
                "exclude-from-classmap": [
2553
                    "/Tests/"
2554
                ]
2555
            },
2556
            "notification-url": "https://packagist.org/downloads/",
2557
            "license": [
2558
                "MIT"
2559
            ],
2560
            "authors": [
2561
                {
2562
                    "name": "Fabien Potencier",
2563
                    "email": "[email protected]"
2564
                },
2565
                {
2566
                    "name": "Symfony Community",
2567
                    "homepage": "https://symfony.com/contributors"
2568
                }
2569
            ],
2570
            "description": "Symfony EventDispatcher Component",
2571
            "homepage": "https://symfony.com",
2572
            "time": "2018-04-06T07:35:43+00:00"
2573
        },
2574
        {
2575
            "name": "symfony/filesystem",
2576
            "version": "v4.0.8",
2577
            "source": {
2578
                "type": "git",
2579
                "url": "https://github.com/symfony/filesystem.git",
2580
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
2581
            },
2582
            "dist": {
2583
                "type": "zip",
2584
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2585
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2586
                "shasum": ""
2587
            },
2588
            "require": {
2589
                "php": "^7.1.3"
2590
            },
2591
            "type": "library",
2592
            "extra": {
2593
                "branch-alias": {
2594
                    "dev-master": "4.0-dev"
2595
                }
2596
            },
2597
            "autoload": {
2598
                "psr-4": {
2599
                    "Symfony\\Component\\Filesystem\\": ""
2600
                },
2601
                "exclude-from-classmap": [
2602
                    "/Tests/"
2603
                ]
2604
            },
2605
            "notification-url": "https://packagist.org/downloads/",
2606
            "license": [
2607
                "MIT"
2608
            ],
2609
            "authors": [
2610
                {
2611
                    "name": "Fabien Potencier",
2612
                    "email": "[email protected]"
2613
                },
2614
                {
2615
                    "name": "Symfony Community",
2616
                    "homepage": "https://symfony.com/contributors"
2617
                }
2618
            ],
2619
            "description": "Symfony Filesystem Component",
2620
            "homepage": "https://symfony.com",
2621
            "time": "2018-02-22T10:50:29+00:00"
2622
        },
2623
        {
2624
            "name": "symfony/finder",
2625
            "version": "v4.0.8",
2626
            "source": {
2627
                "type": "git",
2628
                "url": "https://github.com/symfony/finder.git",
2629
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
2630
            },
2631
            "dist": {
2632
                "type": "zip",
2633
                "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2634
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2635
                "shasum": ""
2636
            },
2637
            "require": {
2638
                "php": "^7.1.3"
2639
            },
2640
            "type": "library",
2641
            "extra": {
2642
                "branch-alias": {
2643
                    "dev-master": "4.0-dev"
2644
                }
2645
            },
2646
            "autoload": {
2647
                "psr-4": {
2648
                    "Symfony\\Component\\Finder\\": ""
2649
                },
2650
                "exclude-from-classmap": [
2651
                    "/Tests/"
2652
                ]
2653
            },
2654
            "notification-url": "https://packagist.org/downloads/",
2655
            "license": [
2656
                "MIT"
2657
            ],
2658
            "authors": [
2659
                {
2660
                    "name": "Fabien Potencier",
2661
                    "email": "[email protected]"
2662
                },
2663
                {
2664
                    "name": "Symfony Community",
2665
                    "homepage": "https://symfony.com/contributors"
2666
                }
2667
            ],
2668
            "description": "Symfony Finder Component",
2669
            "homepage": "https://symfony.com",
2670
            "time": "2018-04-04T05:10:37+00:00"
2671
        },
2672
        {
2673
            "name": "symfony/framework-bundle",
2674
            "version": "v4.0.8",
2675
            "source": {
2676
                "type": "git",
2677
                "url": "https://github.com/symfony/framework-bundle.git",
2678
                "reference": "3571d235434b566aea39d8f8bfe38860344fd9a3"
2679
            },
2680
            "dist": {
2681
                "type": "zip",
2682
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3571d235434b566aea39d8f8bfe38860344fd9a3",
2683
                "reference": "3571d235434b566aea39d8f8bfe38860344fd9a3",
2684
                "shasum": ""
2685
            },
2686
            "require": {
2687
                "ext-xml": "*",
2688
                "php": "^7.1.3",
2689
                "symfony/cache": "~3.4|~4.0",
2690
                "symfony/config": "~3.4|~4.0",
2691
                "symfony/dependency-injection": "^3.4.3|^4.0.3",
2692
                "symfony/event-dispatcher": "~3.4|~4.0",
2693
                "symfony/filesystem": "~3.4|~4.0",
2694
                "symfony/finder": "~3.4|~4.0",
2695
                "symfony/http-foundation": "~3.4|~4.0",
2696
                "symfony/http-kernel": "~3.4|~4.0",
2697
                "symfony/polyfill-mbstring": "~1.0",
2698
                "symfony/routing": "^3.4.5|^4.0.5"
2699
            },
2700
            "conflict": {
2701
                "phpdocumentor/reflection-docblock": "<3.0",
2702
                "phpdocumentor/type-resolver": "<0.2.1",
2703
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2704
                "symfony/asset": "<3.4",
2705
                "symfony/console": "<3.4",
2706
                "symfony/form": "<3.4",
2707
                "symfony/property-info": "<3.4",
2708
                "symfony/serializer": "<3.4",
2709
                "symfony/stopwatch": "<3.4",
2710
                "symfony/translation": "<3.4",
2711
                "symfony/validator": "<3.4",
2712
                "symfony/workflow": "<3.4"
2713
            },
2714
            "require-dev": {
2715
                "doctrine/annotations": "~1.0",
2716
                "doctrine/cache": "~1.0",
2717
                "fig/link-util": "^1.0",
2718
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2719
                "symfony/asset": "~3.4|~4.0",
2720
                "symfony/browser-kit": "~3.4|~4.0",
2721
                "symfony/console": "~3.4|~4.0",
2722
                "symfony/css-selector": "~3.4|~4.0",
2723
                "symfony/dom-crawler": "~3.4|~4.0",
2724
                "symfony/expression-language": "~3.4|~4.0",
2725
                "symfony/form": "~3.4|~4.0",
2726
                "symfony/lock": "~3.4|~4.0",
2727
                "symfony/polyfill-intl-icu": "~1.0",
2728
                "symfony/process": "~3.4|~4.0",
2729
                "symfony/property-info": "~3.4|~4.0",
2730
                "symfony/security": "~3.4|~4.0",
2731
                "symfony/security-core": "~3.4|~4.0",
2732
                "symfony/security-csrf": "~3.4|~4.0",
2733
                "symfony/serializer": "~3.4|~4.0",
2734
                "symfony/stopwatch": "~3.4|~4.0",
2735
                "symfony/templating": "~3.4|~4.0",
2736
                "symfony/translation": "~3.4|~4.0",
2737
                "symfony/validator": "~3.4|~4.0",
2738
                "symfony/var-dumper": "~3.4|~4.0",
2739
                "symfony/web-link": "~3.4|~4.0",
2740
                "symfony/workflow": "~3.4|~4.0",
2741
                "symfony/yaml": "~3.4|~4.0",
2742
                "twig/twig": "~1.34|~2.4"
2743
            },
2744
            "suggest": {
2745
                "ext-apcu": "For best performance of the system caches",
2746
                "symfony/console": "For using the console commands",
2747
                "symfony/form": "For using forms",
2748
                "symfony/property-info": "For using the property_info service",
2749
                "symfony/serializer": "For using the serializer service",
2750
                "symfony/validator": "For using validation",
2751
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2752
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
2753
            },
2754
            "type": "symfony-bundle",
2755
            "extra": {
2756
                "branch-alias": {
2757
                    "dev-master": "4.0-dev"
2758
                }
2759
            },
2760
            "autoload": {
2761
                "psr-4": {
2762
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
2763
                },
2764
                "exclude-from-classmap": [
2765
                    "/Tests/"
2766
                ]
2767
            },
2768
            "notification-url": "https://packagist.org/downloads/",
2769
            "license": [
2770
                "MIT"
2771
            ],
2772
            "authors": [
2773
                {
2774
                    "name": "Fabien Potencier",
2775
                    "email": "[email protected]"
2776
                },
2777
                {
2778
                    "name": "Symfony Community",
2779
                    "homepage": "https://symfony.com/contributors"
2780
                }
2781
            ],
2782
            "description": "Symfony FrameworkBundle",
2783
            "homepage": "https://symfony.com",
2784
            "time": "2018-04-04T18:24:59+00:00"
2785
        },
2786
        {
2787
            "name": "symfony/http-kernel",
2788
            "version": "v4.0.8",
2789
            "source": {
2790
                "type": "git",
2791
                "url": "https://github.com/symfony/http-kernel.git",
2792
                "reference": "6dd620d96d64456075536ffe3c6c4658dd689021"
2793
            },
2794
            "dist": {
2795
                "type": "zip",
2796
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6dd620d96d64456075536ffe3c6c4658dd689021",
2797
                "reference": "6dd620d96d64456075536ffe3c6c4658dd689021",
2798
                "shasum": ""
2799
            },
2800
            "require": {
2801
                "php": "^7.1.3",
2802
                "psr/log": "~1.0",
2803
                "symfony/debug": "~3.4|~4.0",
2804
                "symfony/event-dispatcher": "~3.4|~4.0",
2805
                "symfony/http-foundation": "~3.4.4|~4.0.4"
2806
            },
2807
            "conflict": {
2808
                "symfony/config": "<3.4",
2809
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
2810
                "symfony/var-dumper": "<3.4",
2811
                "twig/twig": "<1.34|<2.4,>=2"
2812
            },
2813
            "provide": {
2814
                "psr/log-implementation": "1.0"
2815
            },
2816
            "require-dev": {
2817
                "psr/cache": "~1.0",
2818
                "symfony/browser-kit": "~3.4|~4.0",
2819
                "symfony/config": "~3.4|~4.0",
2820
                "symfony/console": "~3.4|~4.0",
2821
                "symfony/css-selector": "~3.4|~4.0",
2822
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
2823
                "symfony/dom-crawler": "~3.4|~4.0",
2824
                "symfony/expression-language": "~3.4|~4.0",
2825
                "symfony/finder": "~3.4|~4.0",
2826
                "symfony/process": "~3.4|~4.0",
2827
                "symfony/routing": "~3.4|~4.0",
2828
                "symfony/stopwatch": "~3.4|~4.0",
2829
                "symfony/templating": "~3.4|~4.0",
2830
                "symfony/translation": "~3.4|~4.0",
2831
                "symfony/var-dumper": "~3.4|~4.0"
2832
            },
2833
            "suggest": {
2834
                "symfony/browser-kit": "",
2835
                "symfony/config": "",
2836
                "symfony/console": "",
2837
                "symfony/dependency-injection": "",
2838
                "symfony/var-dumper": ""
2839
            },
2840
            "type": "library",
2841
            "extra": {
2842
                "branch-alias": {
2843
                    "dev-master": "4.0-dev"
2844
                }
2845
            },
2846
            "autoload": {
2847
                "psr-4": {
2848
                    "Symfony\\Component\\HttpKernel\\": ""
2849
                },
2850
                "exclude-from-classmap": [
2851
                    "/Tests/"
2852
                ]
2853
            },
2854
            "notification-url": "https://packagist.org/downloads/",
2855
            "license": [
2856
                "MIT"
2857
            ],
2858
            "authors": [
2859
                {
2860
                    "name": "Fabien Potencier",
2861
                    "email": "[email protected]"
2862
                },
2863
                {
2864
                    "name": "Symfony Community",
2865
                    "homepage": "https://symfony.com/contributors"
2866
                }
2867
            ],
2868
            "description": "Symfony HttpKernel Component",
2869
            "homepage": "https://symfony.com",
2870
            "time": "2018-04-06T16:25:03+00:00"
2871
        },
2872
        {
2873
            "name": "symfony/options-resolver",
2874
            "version": "v4.0.8",
2875
            "source": {
2876
                "type": "git",
2877
                "url": "https://github.com/symfony/options-resolver.git",
2878
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0"
2879
            },
2880
            "dist": {
2881
                "type": "zip",
2882
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/371532a2cfe932f7a3766dd4c45364566def1dd0",
2883
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0",
2884
                "shasum": ""
2885
            },
2886
            "require": {
2887
                "php": "^7.1.3"
2888
            },
2889
            "type": "library",
2890
            "extra": {
2891
                "branch-alias": {
2892
                    "dev-master": "4.0-dev"
2893
                }
2894
            },
2895
            "autoload": {
2896
                "psr-4": {
2897
                    "Symfony\\Component\\OptionsResolver\\": ""
2898
                },
2899
                "exclude-from-classmap": [
2900
                    "/Tests/"
2901
                ]
2902
            },
2903
            "notification-url": "https://packagist.org/downloads/",
2904
            "license": [
2905
                "MIT"
2906
            ],
2907
            "authors": [
2908
                {
2909
                    "name": "Fabien Potencier",
2910
                    "email": "[email protected]"
2911
                },
2912
                {
2913
                    "name": "Symfony Community",
2914
                    "homepage": "https://symfony.com/contributors"
2915
                }
2916
            ],
2917
            "description": "Symfony OptionsResolver Component",
2918
            "homepage": "https://symfony.com",
2919
            "keywords": [
2920
                "config",
2921
                "configuration",
2922
                "options"
2923
            ],
2924
            "time": "2018-01-18T22:19:33+00:00"
2925
        },
2926
        {
2927
            "name": "symfony/polyfill-php70",
2928
            "version": "v1.7.0",
2929
            "source": {
2930
                "type": "git",
2931
                "url": "https://github.com/symfony/polyfill-php70.git",
2932
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
2933
            },
2934
            "dist": {
2935
                "type": "zip",
2936
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
2937
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
2938
                "shasum": ""
2939
            },
2940
            "require": {
2941
                "paragonie/random_compat": "~1.0|~2.0",
2942
                "php": ">=5.3.3"
2943
            },
2944
            "type": "library",
2945
            "extra": {
2946
                "branch-alias": {
2947
                    "dev-master": "1.7-dev"
2948
                }
2949
            },
2950
            "autoload": {
2951
                "psr-4": {
2952
                    "Symfony\\Polyfill\\Php70\\": ""
2953
                },
2954
                "files": [
2955
                    "bootstrap.php"
2956
                ],
2957
                "classmap": [
2958
                    "Resources/stubs"
2959
                ]
2960
            },
2961
            "notification-url": "https://packagist.org/downloads/",
2962
            "license": [
2963
                "MIT"
2964
            ],
2965
            "authors": [
2966
                {
2967
                    "name": "Nicolas Grekas",
2968
                    "email": "[email protected]"
2969
                },
2970
                {
2971
                    "name": "Symfony Community",
2972
                    "homepage": "https://symfony.com/contributors"
2973
                }
2974
            ],
2975
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2976
            "homepage": "https://symfony.com",
2977
            "keywords": [
2978
                "compatibility",
2979
                "polyfill",
2980
                "portable",
2981
                "shim"
2982
            ],
2983
            "time": "2018-01-30T19:27:44+00:00"
2984
        },
2985
        {
2986
            "name": "symfony/polyfill-php72",
2987
            "version": "v1.7.0",
2988
            "source": {
2989
                "type": "git",
2990
                "url": "https://github.com/symfony/polyfill-php72.git",
2991
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422"
2992
            },
2993
            "dist": {
2994
                "type": "zip",
2995
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422",
2996
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422",
2997
                "shasum": ""
2998
            },
2999
            "require": {
3000
                "php": ">=5.3.3"
3001
            },
3002
            "type": "library",
3003
            "extra": {
3004
                "branch-alias": {
3005
                    "dev-master": "1.7-dev"
3006
                }
3007
            },
3008
            "autoload": {
3009
                "psr-4": {
3010
                    "Symfony\\Polyfill\\Php72\\": ""
3011
                },
3012
                "files": [
3013
                    "bootstrap.php"
3014
                ]
3015
            },
3016
            "notification-url": "https://packagist.org/downloads/",
3017
            "license": [
3018
                "MIT"
3019
            ],
3020
            "authors": [
3021
                {
3022
                    "name": "Nicolas Grekas",
3023
                    "email": "[email protected]"
3024
                },
3025
                {
3026
                    "name": "Symfony Community",
3027
                    "homepage": "https://symfony.com/contributors"
3028
                }
3029
            ],
3030
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3031
            "homepage": "https://symfony.com",
3032
            "keywords": [
3033
                "compatibility",
3034
                "polyfill",
3035
                "portable",
3036
                "shim"
3037
            ],
3038
            "time": "2018-01-31T17:43:24+00:00"
3039
        },
3040
        {
3041
            "name": "symfony/process",
3042
            "version": "v4.0.8",
3043
            "source": {
3044
                "type": "git",
3045
                "url": "https://github.com/symfony/process.git",
3046
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
3047
            },
3048
            "dist": {
3049
                "type": "zip",
3050
                "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
3051
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
3052
                "shasum": ""
3053
            },
3054
            "require": {
3055
                "php": "^7.1.3"
3056
            },
3057
            "type": "library",
3058
            "extra": {
3059
                "branch-alias": {
3060
                    "dev-master": "4.0-dev"
3061
                }
3062
            },
3063
            "autoload": {
3064
                "psr-4": {
3065
                    "Symfony\\Component\\Process\\": ""
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": "[email protected]"
3079
                },
3080
                {
3081
                    "name": "Symfony Community",
3082
                    "homepage": "https://symfony.com/contributors"
3083
                }
3084
            ],
3085
            "description": "Symfony Process Component",
3086
            "homepage": "https://symfony.com",
3087
            "time": "2018-04-03T05:24:00+00:00"
3088
        },
3089
        {
3090
            "name": "symfony/routing",
3091
            "version": "v4.0.8",
3092
            "source": {
3093
                "type": "git",
3094
                "url": "https://github.com/symfony/routing.git",
3095
                "reference": "0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71"
3096
            },
3097
            "dist": {
3098
                "type": "zip",
3099
                "url": "https://api.github.com/repos/symfony/routing/zipball/0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71",
3100
                "reference": "0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71",
3101
                "shasum": ""
3102
            },
3103
            "require": {
3104
                "php": "^7.1.3"
3105
            },
3106
            "conflict": {
3107
                "symfony/config": "<3.4",
3108
                "symfony/dependency-injection": "<3.4",
3109
                "symfony/yaml": "<3.4"
3110
            },
3111
            "require-dev": {
3112
                "doctrine/annotations": "~1.0",
3113
                "doctrine/common": "~2.2",
3114
                "psr/log": "~1.0",
3115
                "symfony/config": "~3.4|~4.0",
3116
                "symfony/dependency-injection": "~3.4|~4.0",
3117
                "symfony/expression-language": "~3.4|~4.0",
3118
                "symfony/http-foundation": "~3.4|~4.0",
3119
                "symfony/yaml": "~3.4|~4.0"
3120
            },
3121
            "suggest": {
3122
                "doctrine/annotations": "For using the annotation loader",
3123
                "symfony/config": "For using the all-in-one router or any loader",
3124
                "symfony/dependency-injection": "For loading routes from a service",
3125
                "symfony/expression-language": "For using expression matching",
3126
                "symfony/http-foundation": "For using a Symfony Request object",
3127
                "symfony/yaml": "For using the YAML loader"
3128
            },
3129
            "type": "library",
3130
            "extra": {
3131
                "branch-alias": {
3132
                    "dev-master": "4.0-dev"
3133
                }
3134
            },
3135
            "autoload": {
3136
                "psr-4": {
3137
                    "Symfony\\Component\\Routing\\": ""
3138
                },
3139
                "exclude-from-classmap": [
3140
                    "/Tests/"
3141
                ]
3142
            },
3143
            "notification-url": "https://packagist.org/downloads/",
3144
            "license": [
3145
                "MIT"
3146
            ],
3147
            "authors": [
3148
                {
3149
                    "name": "Fabien Potencier",
3150
                    "email": "[email protected]"
3151
                },
3152
                {
3153
                    "name": "Symfony Community",
3154
                    "homepage": "https://symfony.com/contributors"
3155
                }
3156
            ],
3157
            "description": "Symfony Routing Component",
3158
            "homepage": "https://symfony.com",
3159
            "keywords": [
3160
                "router",
3161
                "routing",
3162
                "uri",
3163
                "url"
3164
            ],
3165
            "time": "2018-04-04T13:50:32+00:00"
3166
        },
3167
        {
3168
            "name": "symfony/stopwatch",
3169
            "version": "v4.0.8",
3170
            "source": {
3171
                "type": "git",
3172
                "url": "https://github.com/symfony/stopwatch.git",
3173
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042"
3174
            },
3175
            "dist": {
3176
                "type": "zip",
3177
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6795ffa2f8eebedac77f045aa62c0c10b2763042",
3178
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042",
3179
                "shasum": ""
3180
            },
3181
            "require": {
3182
                "php": "^7.1.3"
3183
            },
3184
            "type": "library",
3185
            "extra": {
3186
                "branch-alias": {
3187
                    "dev-master": "4.0-dev"
3188
                }
3189
            },
3190
            "autoload": {
3191
                "psr-4": {
3192
                    "Symfony\\Component\\Stopwatch\\": ""
3193
                },
3194
                "exclude-from-classmap": [
3195
                    "/Tests/"
3196
                ]
3197
            },
3198
            "notification-url": "https://packagist.org/downloads/",
3199
            "license": [
3200
                "MIT"
3201
            ],
3202
            "authors": [
3203
                {
3204
                    "name": "Fabien Potencier",
3205
                    "email": "[email protected]"
3206
                },
3207
                {
3208
                    "name": "Symfony Community",
3209
                    "homepage": "https://symfony.com/contributors"
3210
                }
3211
            ],
3212
            "description": "Symfony Stopwatch Component",
3213
            "homepage": "https://symfony.com",
3214
            "time": "2018-02-19T16:50:22+00:00"
3215
        },
3216
        {
3217
            "name": "symfony/yaml",
3218
            "version": "v4.0.8",
3219
            "source": {
3220
                "type": "git",
3221
                "url": "https://github.com/symfony/yaml.git",
3222
                "reference": "8b34ebb5989df61cbd77eff29a02c4db9ac1069c"
3223
            },
3224
            "dist": {
3225
                "type": "zip",
3226
                "url": "https://api.github.com/repos/symfony/yaml/zipball/8b34ebb5989df61cbd77eff29a02c4db9ac1069c",
3227
                "reference": "8b34ebb5989df61cbd77eff29a02c4db9ac1069c",
3228
                "shasum": ""
3229
            },
3230
            "require": {
3231
                "php": "^7.1.3"
3232
            },
3233
            "conflict": {
3234
                "symfony/console": "<3.4"
3235
            },
3236
            "require-dev": {
3237
                "symfony/console": "~3.4|~4.0"
3238
            },
3239
            "suggest": {
3240
                "symfony/console": "For validating YAML files using the lint command"
3241
            },
3242
            "type": "library",
3243
            "extra": {
3244
                "branch-alias": {
3245
                    "dev-master": "4.0-dev"
3246
                }
3247
            },
3248
            "autoload": {
3249
                "psr-4": {
3250
                    "Symfony\\Component\\Yaml\\": ""
3251
                },
3252
                "exclude-from-classmap": [
3253
                    "/Tests/"
3254
                ]
3255
            },
3256
            "notification-url": "https://packagist.org/downloads/",
3257
            "license": [
3258
                "MIT"
3259
            ],
3260
            "authors": [
3261
                {
3262
                    "name": "Fabien Potencier",
3263
                    "email": "[email protected]"
3264
                },
3265
                {
3266
                    "name": "Symfony Community",
3267
                    "homepage": "https://symfony.com/contributors"
3268
                }
3269
            ],
3270
            "description": "Symfony Yaml Component",
3271
            "homepage": "https://symfony.com",
3272
            "time": "2018-04-03T05:24:00+00:00"
3273
        }
3274
    ],
3275
    "aliases": [],
3276
    "minimum-stability": "stable",
3277
    "stability-flags": [],
3278
    "prefer-stable": false,
3279
    "prefer-lowest": false,
3280
    "platform": {
3281
        "php": "^7.1"
3282
    },
3283
    "platform-dev": []
3284
}
3285