Completed
Pull Request — master (#18)
by
unknown
07:26
created

composer.lock (2 issues)

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": "1f929eb29d995efada0eee969aaed932",
8
    "packages": [
9
        {
10
            "name": "behat/transliterator",
11
            "version": "v1.2.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Behat/Transliterator.git",
15
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
20
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.3"
25
            },
26
            "require-dev": {
27
                "chuyskywalker/rolling-curl": "^3.1",
28
                "php-yaoi/php-yaoi": "^1.0"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "1.2-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Behat\\Transliterator": "src/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "Artistic-1.0"
44
            ],
45
            "description": "String transliterator",
46
            "keywords": [
47
                "i18n",
48
                "slug",
49
                "transliterator"
50
            ],
51
            "time": "2017-04-04T11:38:05+00:00"
52
        },
53
        {
54
            "name": "clue/stream-filter",
55
            "version": "v1.4.0",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/clue/php-stream-filter.git",
59
                "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
64
                "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "php": ">=5.3"
69
            },
70
            "require-dev": {
71
                "phpunit/phpunit": "^5.0 || ^4.8"
72
            },
73
            "type": "library",
74
            "autoload": {
75
                "psr-4": {
76
                    "Clue\\StreamFilter\\": "src/"
77
                },
78
                "files": [
79
                    "src/functions.php"
80
                ]
81
            },
82
            "notification-url": "https://packagist.org/downloads/",
83
            "license": [
84
                "MIT"
85
            ],
86
            "authors": [
87
                {
88
                    "name": "Christian Lück",
89
                    "email": "[email protected]"
90
                }
91
            ],
92
            "description": "A simple and modern approach to stream filtering in PHP",
93
            "homepage": "https://github.com/clue/php-stream-filter",
94
            "keywords": [
95
                "bucket brigade",
96
                "callback",
97
                "filter",
98
                "php_user_filter",
99
                "stream",
100
                "stream_filter_append",
101
                "stream_filter_register"
102
            ],
103
            "time": "2017-08-18T09:54:01+00:00"
104
        },
105
        {
106
            "name": "cocur/slugify",
107
            "version": "v3.1",
108
            "source": {
109
                "type": "git",
110
                "url": "https://github.com/cocur/slugify.git",
111
                "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7"
112
            },
113
            "dist": {
114
                "type": "zip",
115
                "url": "https://api.github.com/repos/cocur/slugify/zipball/b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7",
116
                "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7",
117
                "shasum": ""
118
            },
119
            "require": {
120
                "ext-mbstring": "*",
121
                "php": ">=5.5.9"
122
            },
123
            "require-dev": {
124
                "laravel/framework": "~5.1",
125
                "latte/latte": "~2.2",
126
                "league/container": "^2.2.0",
127
                "mikey179/vfsstream": "~1.6",
128
                "mockery/mockery": "~0.9",
129
                "nette/di": "~2.2",
130
                "phpunit/phpunit": "~4.8|~5.2",
131
                "pimple/pimple": "~1.1",
132
                "plumphp/plum": "~0.1",
133
                "silex/silex": "~1.3",
134
                "symfony/config": "~2.4|~3.0",
135
                "symfony/dependency-injection": "~2.4|~3.0",
136
                "symfony/http-kernel": "~2.4|~3.0",
137
                "twig/twig": "~1.26|~2.0",
138
                "zendframework/zend-modulemanager": "~2.2",
139
                "zendframework/zend-servicemanager": "~2.2",
140
                "zendframework/zend-view": "~2.2"
141
            },
142
            "type": "library",
143
            "autoload": {
144
                "psr-4": {
145
                    "Cocur\\Slugify\\": "src"
146
                }
147
            },
148
            "notification-url": "https://packagist.org/downloads/",
149
            "license": [
150
                "MIT"
151
            ],
152
            "authors": [
153
                {
154
                    "name": "Ivo Bathke",
155
                    "email": "[email protected]"
156
                },
157
                {
158
                    "name": "Florian Eckerstorfer",
159
                    "email": "[email protected]",
160
                    "homepage": "https://florian.ec"
161
                }
162
            ],
163
            "description": "Converts a string into a slug.",
164
            "keywords": [
165
                "slug",
166
                "slugify"
167
            ],
168
            "time": "2018-01-22T09:00:48+00:00"
169
        },
170
        {
171
            "name": "composer/ca-bundle",
172
            "version": "1.1.0",
173
            "source": {
174
                "type": "git",
175
                "url": "https://github.com/composer/ca-bundle.git",
176
                "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288"
177
            },
178
            "dist": {
179
                "type": "zip",
180
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/943b2c4fcad1ef178d16a713c2468bf7e579c288",
181
                "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288",
182
                "shasum": ""
183
            },
184
            "require": {
185
                "ext-openssl": "*",
186
                "ext-pcre": "*",
187
                "php": "^5.3.2 || ^7.0"
188
            },
189
            "require-dev": {
190
                "phpunit/phpunit": "^4.8.35",
191
                "psr/log": "^1.0",
192
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
193
            },
194
            "type": "library",
195
            "extra": {
196
                "branch-alias": {
197
                    "dev-master": "1.x-dev"
198
                }
199
            },
200
            "autoload": {
201
                "psr-4": {
202
                    "Composer\\CaBundle\\": "src"
203
                }
204
            },
205
            "notification-url": "https://packagist.org/downloads/",
206
            "license": [
207
                "MIT"
208
            ],
209
            "authors": [
210
                {
211
                    "name": "Jordi Boggiano",
212
                    "email": "[email protected]",
213
                    "homepage": "http://seld.be"
214
                }
215
            ],
216
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
217
            "keywords": [
218
                "cabundle",
219
                "cacert",
220
                "certificate",
221
                "ssl",
222
                "tls"
223
            ],
224
            "time": "2017-11-29T09:37:33+00:00"
225
        },
226
        {
227
            "name": "composer/semver",
228
            "version": "1.4.2",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/composer/semver.git",
232
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
237
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "php": "^5.3.2 || ^7.0"
242
            },
243
            "require-dev": {
244
                "phpunit/phpunit": "^4.5 || ^5.0.5",
245
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
246
            },
247
            "type": "library",
248
            "extra": {
249
                "branch-alias": {
250
                    "dev-master": "1.x-dev"
251
                }
252
            },
253
            "autoload": {
254
                "psr-4": {
255
                    "Composer\\Semver\\": "src"
256
                }
257
            },
258
            "notification-url": "https://packagist.org/downloads/",
259
            "license": [
260
                "MIT"
261
            ],
262
            "authors": [
263
                {
264
                    "name": "Nils Adermann",
265
                    "email": "[email protected]",
266
                    "homepage": "http://www.naderman.de"
267
                },
268
                {
269
                    "name": "Jordi Boggiano",
270
                    "email": "[email protected]",
271
                    "homepage": "http://seld.be"
272
                },
273
                {
274
                    "name": "Rob Bast",
275
                    "email": "[email protected]",
276
                    "homepage": "http://robbast.nl"
277
                }
278
            ],
279
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
280
            "keywords": [
281
                "semantic",
282
                "semver",
283
                "validation",
284
                "versioning"
285
            ],
286
            "time": "2016-08-30T16:08:34+00:00"
287
        },
288
        {
289
            "name": "doctrine/annotations",
290
            "version": "v1.6.0",
291
            "source": {
292
                "type": "git",
293
                "url": "https://github.com/doctrine/annotations.git",
294
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
295
            },
296
            "dist": {
297
                "type": "zip",
298
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
299
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
300
                "shasum": ""
301
            },
302
            "require": {
303
                "doctrine/lexer": "1.*",
304
                "php": "^7.1"
305
            },
306
            "require-dev": {
307
                "doctrine/cache": "1.*",
308
                "phpunit/phpunit": "^6.4"
309
            },
310
            "type": "library",
311
            "extra": {
312
                "branch-alias": {
313
                    "dev-master": "1.6.x-dev"
314
                }
315
            },
316
            "autoload": {
317
                "psr-4": {
318
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
319
                }
320
            },
321
            "notification-url": "https://packagist.org/downloads/",
322
            "license": [
323
                "MIT"
324
            ],
325
            "authors": [
326
                {
327
                    "name": "Roman Borschel",
328
                    "email": "[email protected]"
329
                },
330
                {
331
                    "name": "Benjamin Eberlei",
332
                    "email": "[email protected]"
333
                },
334
                {
335
                    "name": "Guilherme Blanco",
336
                    "email": "[email protected]"
337
                },
338
                {
339
                    "name": "Jonathan Wage",
340
                    "email": "[email protected]"
341
                },
342
                {
343
                    "name": "Johannes Schmitt",
344
                    "email": "[email protected]"
345
                }
346
            ],
347
            "description": "Docblock Annotations Parser",
348
            "homepage": "http://www.doctrine-project.org",
349
            "keywords": [
350
                "annotations",
351
                "docblock",
352
                "parser"
353
            ],
354
            "time": "2017-12-06T07:11:42+00:00"
355
        },
356
        {
357
            "name": "doctrine/cache",
358
            "version": "v1.7.1",
359
            "source": {
360
                "type": "git",
361
                "url": "https://github.com/doctrine/cache.git",
362
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
363
            },
364
            "dist": {
365
                "type": "zip",
366
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
367
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
368
                "shasum": ""
369
            },
370
            "require": {
371
                "php": "~7.1"
372
            },
373
            "conflict": {
374
                "doctrine/common": ">2.2,<2.4"
375
            },
376
            "require-dev": {
377
                "alcaeus/mongo-php-adapter": "^1.1",
378
                "mongodb/mongodb": "^1.1",
379
                "phpunit/phpunit": "^5.7",
380
                "predis/predis": "~1.0"
381
            },
382
            "suggest": {
383
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
384
            },
385
            "type": "library",
386
            "extra": {
387
                "branch-alias": {
388
                    "dev-master": "1.7.x-dev"
389
                }
390
            },
391
            "autoload": {
392
                "psr-4": {
393
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
394
                }
395
            },
396
            "notification-url": "https://packagist.org/downloads/",
397
            "license": [
398
                "MIT"
399
            ],
400
            "authors": [
401
                {
402
                    "name": "Roman Borschel",
403
                    "email": "[email protected]"
404
                },
405
                {
406
                    "name": "Benjamin Eberlei",
407
                    "email": "[email protected]"
408
                },
409
                {
410
                    "name": "Guilherme Blanco",
411
                    "email": "[email protected]"
412
                },
413
                {
414
                    "name": "Jonathan Wage",
415
                    "email": "[email protected]"
416
                },
417
                {
418
                    "name": "Johannes Schmitt",
419
                    "email": "[email protected]"
420
                }
421
            ],
422
            "description": "Caching library offering an object-oriented API for many cache backends",
423
            "homepage": "http://www.doctrine-project.org",
424
            "keywords": [
425
                "cache",
426
                "caching"
427
            ],
428
            "time": "2017-08-25T07:02:50+00:00"
429
        },
430
        {
431
            "name": "doctrine/collections",
432
            "version": "v1.5.0",
433
            "source": {
434
                "type": "git",
435
                "url": "https://github.com/doctrine/collections.git",
436
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
437
            },
438
            "dist": {
439
                "type": "zip",
440
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
441
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
442
                "shasum": ""
443
            },
444
            "require": {
445
                "php": "^7.1"
446
            },
447
            "require-dev": {
448
                "doctrine/coding-standard": "~0.1@dev",
449
                "phpunit/phpunit": "^5.7"
450
            },
451
            "type": "library",
452
            "extra": {
453
                "branch-alias": {
454
                    "dev-master": "1.3.x-dev"
455
                }
456
            },
457
            "autoload": {
458
                "psr-0": {
459
                    "Doctrine\\Common\\Collections\\": "lib/"
460
                }
461
            },
462
            "notification-url": "https://packagist.org/downloads/",
463
            "license": [
464
                "MIT"
465
            ],
466
            "authors": [
467
                {
468
                    "name": "Roman Borschel",
469
                    "email": "[email protected]"
470
                },
471
                {
472
                    "name": "Benjamin Eberlei",
473
                    "email": "[email protected]"
474
                },
475
                {
476
                    "name": "Guilherme Blanco",
477
                    "email": "[email protected]"
478
                },
479
                {
480
                    "name": "Jonathan Wage",
481
                    "email": "[email protected]"
482
                },
483
                {
484
                    "name": "Johannes Schmitt",
485
                    "email": "[email protected]"
486
                }
487
            ],
488
            "description": "Collections Abstraction library",
489
            "homepage": "http://www.doctrine-project.org",
490
            "keywords": [
491
                "array",
492
                "collections",
493
                "iterator"
494
            ],
495
            "time": "2017-07-22T10:37:32+00:00"
496
        },
497
        {
498
            "name": "doctrine/common",
499
            "version": "v2.8.1",
500
            "source": {
501
                "type": "git",
502
                "url": "https://github.com/doctrine/common.git",
503
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
504
            },
505
            "dist": {
506
                "type": "zip",
507
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
508
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
509
                "shasum": ""
510
            },
511
            "require": {
512
                "doctrine/annotations": "1.*",
513
                "doctrine/cache": "1.*",
514
                "doctrine/collections": "1.*",
515
                "doctrine/inflector": "1.*",
516
                "doctrine/lexer": "1.*",
517
                "php": "~7.1"
518
            },
519
            "require-dev": {
520
                "phpunit/phpunit": "^5.7"
521
            },
522
            "type": "library",
523
            "extra": {
524
                "branch-alias": {
525
                    "dev-master": "2.8.x-dev"
526
                }
527
            },
528
            "autoload": {
529
                "psr-4": {
530
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
531
                }
532
            },
533
            "notification-url": "https://packagist.org/downloads/",
534
            "license": [
535
                "MIT"
536
            ],
537
            "authors": [
538
                {
539
                    "name": "Roman Borschel",
540
                    "email": "[email protected]"
541
                },
542
                {
543
                    "name": "Benjamin Eberlei",
544
                    "email": "[email protected]"
545
                },
546
                {
547
                    "name": "Guilherme Blanco",
548
                    "email": "[email protected]"
549
                },
550
                {
551
                    "name": "Jonathan Wage",
552
                    "email": "[email protected]"
553
                },
554
                {
555
                    "name": "Johannes Schmitt",
556
                    "email": "[email protected]"
557
                }
558
            ],
559
            "description": "Common Library for Doctrine projects",
560
            "homepage": "http://www.doctrine-project.org",
561
            "keywords": [
562
                "annotations",
563
                "collections",
564
                "eventmanager",
565
                "persistence",
566
                "spl"
567
            ],
568
            "time": "2017-08-31T08:43:38+00:00"
569
        },
570
        {
571
            "name": "doctrine/data-fixtures",
572
            "version": "v1.3.0",
573
            "source": {
574
                "type": "git",
575
                "url": "https://github.com/doctrine/data-fixtures.git",
576
                "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b"
577
            },
578
            "dist": {
579
                "type": "zip",
580
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7b76ccc8e648c4502aad7f61347326c8a072bd3b",
581
                "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b",
582
                "shasum": ""
583
            },
584
            "require": {
585
                "doctrine/common": "~2.2",
586
                "php": "^7.1"
587
            },
588
            "require-dev": {
589
                "doctrine/dbal": "^2.5.4",
590
                "doctrine/orm": "^2.5.4",
591
                "phpunit/phpunit": "^6.3"
592
            },
593
            "suggest": {
594
                "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
595
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
596
                "doctrine/orm": "For loading ORM fixtures",
597
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
598
            },
599
            "type": "library",
600
            "extra": {
601
                "branch-alias": {
602
                    "dev-master": "1.3.x-dev"
603
                }
604
            },
605
            "autoload": {
606
                "psr-4": {
607
                    "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
608
                }
609
            },
610
            "notification-url": "https://packagist.org/downloads/",
611
            "license": [
612
                "MIT"
613
            ],
614
            "authors": [
615
                {
616
                    "name": "Jonathan Wage",
617
                    "email": "[email protected]"
618
                }
619
            ],
620
            "description": "Data Fixtures for all Doctrine Object Managers",
621
            "homepage": "http://www.doctrine-project.org",
622
            "keywords": [
623
                "database"
624
            ],
625
            "time": "2017-11-27T18:48:06+00:00"
626
        },
627
        {
628
            "name": "doctrine/dbal",
629
            "version": "v2.6.3",
630
            "source": {
631
                "type": "git",
632
                "url": "https://github.com/doctrine/dbal.git",
633
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13"
634
            },
635
            "dist": {
636
                "type": "zip",
637
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13",
638
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13",
639
                "shasum": ""
640
            },
641
            "require": {
642
                "doctrine/common": "^2.7.1",
643
                "ext-pdo": "*",
644
                "php": "^7.1"
645
            },
646
            "require-dev": {
647
                "phpunit/phpunit": "^5.4.6",
648
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
649
                "symfony/console": "2.*||^3.0"
650
            },
651
            "suggest": {
652
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
653
            },
654
            "bin": [
655
                "bin/doctrine-dbal"
656
            ],
657
            "type": "library",
658
            "extra": {
659
                "branch-alias": {
660
                    "dev-master": "2.6.x-dev"
661
                }
662
            },
663
            "autoload": {
664
                "psr-0": {
665
                    "Doctrine\\DBAL\\": "lib/"
666
                }
667
            },
668
            "notification-url": "https://packagist.org/downloads/",
669
            "license": [
670
                "MIT"
671
            ],
672
            "authors": [
673
                {
674
                    "name": "Roman Borschel",
675
                    "email": "[email protected]"
676
                },
677
                {
678
                    "name": "Benjamin Eberlei",
679
                    "email": "[email protected]"
680
                },
681
                {
682
                    "name": "Guilherme Blanco",
683
                    "email": "[email protected]"
684
                },
685
                {
686
                    "name": "Jonathan Wage",
687
                    "email": "[email protected]"
688
                }
689
            ],
690
            "description": "Database Abstraction Layer",
691
            "homepage": "http://www.doctrine-project.org",
692
            "keywords": [
693
                "database",
694
                "dbal",
695
                "persistence",
696
                "queryobject"
697
            ],
698
            "time": "2017-11-19T13:38:54+00:00"
699
        },
700
        {
701
            "name": "doctrine/doctrine-bundle",
702
            "version": "1.8.1",
703
            "source": {
704
                "type": "git",
705
                "url": "https://github.com/doctrine/DoctrineBundle.git",
706
                "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87"
707
            },
708
            "dist": {
709
                "type": "zip",
710
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/eb6e4fb904a459be28872765ab6e2d246aac7c87",
711
                "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87",
712
                "shasum": ""
713
            },
714
            "require": {
715
                "doctrine/dbal": "^2.5.12",
716
                "doctrine/doctrine-cache-bundle": "~1.2",
717
                "jdorn/sql-formatter": "^1.2.16",
718
                "php": "^5.5.9|^7.0",
719
                "symfony/console": "~2.7|~3.0|~4.0",
720
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
721
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
722
                "symfony/framework-bundle": "~2.7|~3.0|~4.0"
723
            },
724
            "conflict": {
725
                "symfony/http-foundation": "<2.6"
726
            },
727
            "require-dev": {
728
                "doctrine/orm": "~2.3",
729
                "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
730
                "satooshi/php-coveralls": "^1.0",
731
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
732
                "symfony/property-info": "~2.8|~3.0|~4.0",
733
                "symfony/validator": "~2.7|~3.0|~4.0",
734
                "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
735
                "symfony/yaml": "~2.7|~3.0|~4.0",
736
                "twig/twig": "~1.26|~2.0"
737
            },
738
            "suggest": {
739
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
740
                "symfony/web-profiler-bundle": "To use the data collector."
741
            },
742
            "type": "symfony-bundle",
743
            "extra": {
744
                "branch-alias": {
745
                    "dev-master": "1.8.x-dev"
746
                }
747
            },
748
            "autoload": {
749
                "psr-4": {
750
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
751
                }
752
            },
753
            "notification-url": "https://packagist.org/downloads/",
754
            "license": [
755
                "MIT"
756
            ],
757
            "authors": [
758
                {
759
                    "name": "Symfony Community",
760
                    "homepage": "http://symfony.com/contributors"
761
                },
762
                {
763
                    "name": "Benjamin Eberlei",
764
                    "email": "[email protected]"
765
                },
766
                {
767
                    "name": "Doctrine Project",
768
                    "homepage": "http://www.doctrine-project.org/"
769
                },
770
                {
771
                    "name": "Fabien Potencier",
772
                    "email": "[email protected]"
773
                }
774
            ],
775
            "description": "Symfony DoctrineBundle",
776
            "homepage": "http://www.doctrine-project.org",
777
            "keywords": [
778
                "database",
779
                "dbal",
780
                "orm",
781
                "persistence"
782
            ],
783
            "time": "2017-11-24T13:09:19+00:00"
784
        },
785
        {
786
            "name": "doctrine/doctrine-cache-bundle",
787
            "version": "1.3.2",
788
            "source": {
789
                "type": "git",
790
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
791
                "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1"
792
            },
793
            "dist": {
794
                "type": "zip",
795
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
796
                "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
797
                "shasum": ""
798
            },
799
            "require": {
800
                "doctrine/cache": "^1.4.2",
801
                "doctrine/inflector": "~1.0",
802
                "php": ">=5.3.2",
803
                "symfony/doctrine-bridge": "~2.2|~3.0|~4.0"
804
            },
805
            "require-dev": {
806
                "instaclick/coding-standard": "~1.1",
807
                "instaclick/object-calisthenics-sniffs": "dev-master",
808
                "instaclick/symfony2-coding-standard": "dev-remaster",
809
                "phpunit/phpunit": "~4",
810
                "predis/predis": "~0.8",
811
                "satooshi/php-coveralls": "^1.0",
812
                "squizlabs/php_codesniffer": "~1.5",
813
                "symfony/console": "~2.2|~3.0|~4.0",
814
                "symfony/finder": "~2.2|~3.0|~4.0",
815
                "symfony/framework-bundle": "~2.2|~3.0|~4.0",
816
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
817
                "symfony/security-acl": "~2.3|~3.0",
818
                "symfony/validator": "~2.2|~3.0|~4.0",
819
                "symfony/yaml": "~2.2|~3.0|~4.0"
820
            },
821
            "suggest": {
822
                "symfony/security-acl": "For using this bundle to cache ACLs"
823
            },
824
            "type": "symfony-bundle",
825
            "extra": {
826
                "branch-alias": {
827
                    "dev-master": "1.3.x-dev"
828
                }
829
            },
830
            "autoload": {
831
                "psr-4": {
832
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
833
                }
834
            },
835
            "notification-url": "https://packagist.org/downloads/",
836
            "license": [
837
                "MIT"
838
            ],
839
            "authors": [
840
                {
841
                    "name": "Symfony Community",
842
                    "homepage": "http://symfony.com/contributors"
843
                },
844
                {
845
                    "name": "Benjamin Eberlei",
846
                    "email": "[email protected]"
847
                },
848
                {
849
                    "name": "Fabio B. Silva",
850
                    "email": "[email protected]"
851
                },
852
                {
853
                    "name": "Guilherme Blanco",
854
                    "email": "[email protected]"
855
                },
856
                {
857
                    "name": "Doctrine Project",
858
                    "homepage": "http://www.doctrine-project.org/"
859
                },
860
                {
861
                    "name": "Fabien Potencier",
862
                    "email": "[email protected]"
863
                }
864
            ],
865
            "description": "Symfony Bundle for Doctrine Cache",
866
            "homepage": "http://www.doctrine-project.org",
867
            "keywords": [
868
                "cache",
869
                "caching"
870
            ],
871
            "time": "2017-10-12T17:23:29+00:00"
872
        },
873
        {
874
            "name": "doctrine/doctrine-fixtures-bundle",
875
            "version": "v2.4.1",
876
            "source": {
877
                "type": "git",
878
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
879
                "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273"
880
            },
881
            "dist": {
882
                "type": "zip",
883
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/74b8cc70a4a25b774628ee59f4cdf3623a146273",
884
                "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273",
885
                "shasum": ""
886
            },
887
            "require": {
888
                "doctrine/data-fixtures": "~1.0",
889
                "doctrine/doctrine-bundle": "~1.0",
890
                "php": ">=5.3.2",
891
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0"
892
            },
893
            "type": "symfony-bundle",
894
            "extra": {
895
                "branch-alias": {
896
                    "dev-master": "2.4.x-dev"
897
                }
898
            },
899
            "autoload": {
900
                "psr-4": {
901
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
902
                }
903
            },
904
            "notification-url": "https://packagist.org/downloads/",
905
            "license": [
906
                "MIT"
907
            ],
908
            "authors": [
909
                {
910
                    "name": "Symfony Community",
911
                    "homepage": "http://symfony.com/contributors"
912
                },
913
                {
914
                    "name": "Doctrine Project",
915
                    "homepage": "http://www.doctrine-project.org"
916
                },
917
                {
918
                    "name": "Fabien Potencier",
919
                    "email": "[email protected]"
920
                }
921
            ],
922
            "description": "Symfony DoctrineFixturesBundle",
923
            "homepage": "http://www.doctrine-project.org",
924
            "keywords": [
925
                "Fixture",
926
                "persistence"
927
            ],
928
            "time": "2017-10-30T19:26:42+00:00"
929
        },
930
        {
931
            "name": "doctrine/doctrine-migrations-bundle",
932
            "version": "v1.3.1",
933
            "source": {
934
                "type": "git",
935
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
936
                "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7"
937
            },
938
            "dist": {
939
                "type": "zip",
940
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/a9e506369f931351a2a6dd2aef588a822802b1b7",
941
                "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7",
942
                "shasum": ""
943
            },
944
            "require": {
945
                "doctrine/doctrine-bundle": "~1.0",
946
                "doctrine/migrations": "^1.1",
947
                "php": ">=5.4.0",
948
                "symfony/framework-bundle": "~2.7|~3.3|~4.0"
949
            },
950
            "require-dev": {
951
                "phpunit/phpunit": "^4.8.36"
952
            },
953
            "type": "symfony-bundle",
954
            "extra": {
955
                "branch-alias": {
956
                    "dev-master": "1.3-dev"
957
                }
958
            },
959
            "autoload": {
960
                "psr-4": {
961
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
962
                }
963
            },
964
            "notification-url": "https://packagist.org/downloads/",
965
            "license": [
966
                "MIT"
967
            ],
968
            "authors": [
969
                {
970
                    "name": "Symfony Community",
971
                    "homepage": "http://symfony.com/contributors"
972
                },
973
                {
974
                    "name": "Doctrine Project",
975
                    "homepage": "http://www.doctrine-project.org"
976
                },
977
                {
978
                    "name": "Fabien Potencier",
979
                    "email": "[email protected]"
980
                }
981
            ],
982
            "description": "Symfony DoctrineMigrationsBundle",
983
            "homepage": "http://www.doctrine-project.org",
984
            "keywords": [
985
                "dbal",
986
                "migrations",
987
                "schema"
988
            ],
989
            "time": "2017-11-01T09:13:26+00:00"
990
        },
991
        {
992
            "name": "doctrine/inflector",
993
            "version": "v1.3.0",
994
            "source": {
995
                "type": "git",
996
                "url": "https://github.com/doctrine/inflector.git",
997
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
998
            },
999
            "dist": {
1000
                "type": "zip",
1001
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
1002
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
1003
                "shasum": ""
1004
            },
1005
            "require": {
1006
                "php": "^7.1"
1007
            },
1008
            "require-dev": {
1009
                "phpunit/phpunit": "^6.2"
1010
            },
1011
            "type": "library",
1012
            "extra": {
1013
                "branch-alias": {
1014
                    "dev-master": "1.3.x-dev"
1015
                }
1016
            },
1017
            "autoload": {
1018
                "psr-4": {
1019
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1020
                }
1021
            },
1022
            "notification-url": "https://packagist.org/downloads/",
1023
            "license": [
1024
                "MIT"
1025
            ],
1026
            "authors": [
1027
                {
1028
                    "name": "Roman Borschel",
1029
                    "email": "[email protected]"
1030
                },
1031
                {
1032
                    "name": "Benjamin Eberlei",
1033
                    "email": "[email protected]"
1034
                },
1035
                {
1036
                    "name": "Guilherme Blanco",
1037
                    "email": "[email protected]"
1038
                },
1039
                {
1040
                    "name": "Jonathan Wage",
1041
                    "email": "[email protected]"
1042
                },
1043
                {
1044
                    "name": "Johannes Schmitt",
1045
                    "email": "[email protected]"
1046
                }
1047
            ],
1048
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1049
            "homepage": "http://www.doctrine-project.org",
1050
            "keywords": [
1051
                "inflection",
1052
                "pluralize",
1053
                "singularize",
1054
                "string"
1055
            ],
1056
            "time": "2018-01-09T20:05:19+00:00"
1057
        },
1058
        {
1059
            "name": "doctrine/instantiator",
1060
            "version": "1.1.0",
1061
            "source": {
1062
                "type": "git",
1063
                "url": "https://github.com/doctrine/instantiator.git",
1064
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1065
            },
1066
            "dist": {
1067
                "type": "zip",
1068
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1069
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1070
                "shasum": ""
1071
            },
1072
            "require": {
1073
                "php": "^7.1"
1074
            },
1075
            "require-dev": {
1076
                "athletic/athletic": "~0.1.8",
1077
                "ext-pdo": "*",
1078
                "ext-phar": "*",
1079
                "phpunit/phpunit": "^6.2.3",
1080
                "squizlabs/php_codesniffer": "^3.0.2"
1081
            },
1082
            "type": "library",
1083
            "extra": {
1084
                "branch-alias": {
1085
                    "dev-master": "1.2.x-dev"
1086
                }
1087
            },
1088
            "autoload": {
1089
                "psr-4": {
1090
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1091
                }
1092
            },
1093
            "notification-url": "https://packagist.org/downloads/",
1094
            "license": [
1095
                "MIT"
1096
            ],
1097
            "authors": [
1098
                {
1099
                    "name": "Marco Pivetta",
1100
                    "email": "[email protected]",
1101
                    "homepage": "http://ocramius.github.com/"
1102
                }
1103
            ],
1104
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1105
            "homepage": "https://github.com/doctrine/instantiator",
1106
            "keywords": [
1107
                "constructor",
1108
                "instantiate"
1109
            ],
1110
            "time": "2017-07-22T11:58:36+00:00"
1111
        },
1112
        {
1113
            "name": "doctrine/lexer",
1114
            "version": "v1.0.1",
1115
            "source": {
1116
                "type": "git",
1117
                "url": "https://github.com/doctrine/lexer.git",
1118
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1119
            },
1120
            "dist": {
1121
                "type": "zip",
1122
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1123
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1124
                "shasum": ""
1125
            },
1126
            "require": {
1127
                "php": ">=5.3.2"
1128
            },
1129
            "type": "library",
1130
            "extra": {
1131
                "branch-alias": {
1132
                    "dev-master": "1.0.x-dev"
1133
                }
1134
            },
1135
            "autoload": {
1136
                "psr-0": {
1137
                    "Doctrine\\Common\\Lexer\\": "lib/"
1138
                }
1139
            },
1140
            "notification-url": "https://packagist.org/downloads/",
1141
            "license": [
1142
                "MIT"
1143
            ],
1144
            "authors": [
1145
                {
1146
                    "name": "Roman Borschel",
1147
                    "email": "[email protected]"
1148
                },
1149
                {
1150
                    "name": "Guilherme Blanco",
1151
                    "email": "[email protected]"
1152
                },
1153
                {
1154
                    "name": "Johannes Schmitt",
1155
                    "email": "[email protected]"
1156
                }
1157
            ],
1158
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1159
            "homepage": "http://www.doctrine-project.org",
1160
            "keywords": [
1161
                "lexer",
1162
                "parser"
1163
            ],
1164
            "time": "2014-09-09T13:34:57+00:00"
1165
        },
1166
        {
1167
            "name": "doctrine/migrations",
1168
            "version": "v1.6.2",
1169
            "source": {
1170
                "type": "git",
1171
                "url": "https://github.com/doctrine/migrations.git",
1172
                "reference": "e3faf7c96b8a6084045dedcaf51f74c7834644d4"
1173
            },
1174
            "dist": {
1175
                "type": "zip",
1176
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/e3faf7c96b8a6084045dedcaf51f74c7834644d4",
1177
                "reference": "e3faf7c96b8a6084045dedcaf51f74c7834644d4",
1178
                "shasum": ""
1179
            },
1180
            "require": {
1181
                "doctrine/dbal": "~2.6",
1182
                "ocramius/proxy-manager": "^1.0|^2.0",
1183
                "php": "^7.1",
1184
                "symfony/console": "~3.3|^4.0",
1185
                "symfony/yaml": "~3.3|^4.0"
1186
            },
1187
            "require-dev": {
1188
                "doctrine/coding-standard": "^1.0",
1189
                "doctrine/orm": "~2.5",
1190
                "jdorn/sql-formatter": "~1.1",
1191
                "mikey179/vfsstream": "^1.6",
1192
                "phpunit/phpunit": "~6.2",
1193
                "squizlabs/php_codesniffer": "^3.0"
1194
            },
1195
            "suggest": {
1196
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
1197
            },
1198
            "bin": [
1199
                "bin/doctrine-migrations"
1200
            ],
1201
            "type": "library",
1202
            "extra": {
1203
                "branch-alias": {
1204
                    "dev-master": "v1.6.x-dev"
1205
                }
1206
            },
1207
            "autoload": {
1208
                "psr-4": {
1209
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1210
                }
1211
            },
1212
            "notification-url": "https://packagist.org/downloads/",
1213
            "license": [
1214
                "LGPL-2.1"
1215
            ],
1216
            "authors": [
1217
                {
1218
                    "name": "Benjamin Eberlei",
1219
                    "email": "[email protected]"
1220
                },
1221
                {
1222
                    "name": "Jonathan Wage",
1223
                    "email": "[email protected]"
1224
                },
1225
                {
1226
                    "name": "Michael Simonson",
1227
                    "email": "[email protected]"
1228
                }
1229
            ],
1230
            "description": "Database Schema migrations using Doctrine DBAL",
1231
            "homepage": "http://www.doctrine-project.org",
1232
            "keywords": [
1233
                "database",
1234
                "migrations"
1235
            ],
1236
            "time": "2017-11-24T14:13:17+00:00"
1237
        },
1238
        {
1239
            "name": "doctrine/orm",
1240
            "version": "v2.6.1",
1241
            "source": {
1242
                "type": "git",
1243
                "url": "https://github.com/doctrine/doctrine2.git",
1244
                "reference": "87ee409783a4a322b5597ebaae558661404055a7"
1245
            },
1246
            "dist": {
1247
                "type": "zip",
1248
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/87ee409783a4a322b5597ebaae558661404055a7",
1249
                "reference": "87ee409783a4a322b5597ebaae558661404055a7",
1250
                "shasum": ""
1251
            },
1252
            "require": {
1253
                "doctrine/annotations": "~1.5",
1254
                "doctrine/cache": "~1.6",
1255
                "doctrine/collections": "^1.4",
1256
                "doctrine/common": "^2.7.1",
1257
                "doctrine/dbal": "^2.6",
1258
                "doctrine/instantiator": "~1.1",
1259
                "ext-pdo": "*",
1260
                "php": "^7.1",
1261
                "symfony/console": "~3.0|~4.0"
1262
            },
1263
            "require-dev": {
1264
                "doctrine/coding-standard": "^1.0",
1265
                "phpunit/phpunit": "^6.5",
1266
                "squizlabs/php_codesniffer": "^3.2",
1267
                "symfony/yaml": "~3.4|~4.0"
1268
            },
1269
            "suggest": {
1270
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1271
            },
1272
            "bin": [
1273
                "bin/doctrine"
1274
            ],
1275
            "type": "library",
1276
            "extra": {
1277
                "branch-alias": {
1278
                    "dev-master": "2.6.x-dev"
1279
                }
1280
            },
1281
            "autoload": {
1282
                "psr-4": {
1283
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1284
                }
1285
            },
1286
            "notification-url": "https://packagist.org/downloads/",
1287
            "license": [
1288
                "MIT"
1289
            ],
1290
            "authors": [
1291
                {
1292
                    "name": "Roman Borschel",
1293
                    "email": "[email protected]"
1294
                },
1295
                {
1296
                    "name": "Benjamin Eberlei",
1297
                    "email": "[email protected]"
1298
                },
1299
                {
1300
                    "name": "Guilherme Blanco",
1301
                    "email": "[email protected]"
1302
                },
1303
                {
1304
                    "name": "Jonathan Wage",
1305
                    "email": "[email protected]"
1306
                },
1307
                {
1308
                    "name": "Marco Pivetta",
1309
                    "email": "[email protected]"
1310
                }
1311
            ],
1312
            "description": "Object-Relational-Mapper for PHP",
1313
            "homepage": "http://www.doctrine-project.org",
1314
            "keywords": [
1315
                "database",
1316
                "orm"
1317
            ],
1318
            "time": "2018-02-27T07:30:56+00:00"
1319
        },
1320
        {
1321
            "name": "egulias/email-validator",
1322
            "version": "2.1.3",
1323
            "source": {
1324
                "type": "git",
1325
                "url": "https://github.com/egulias/EmailValidator.git",
1326
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
1327
            },
1328
            "dist": {
1329
                "type": "zip",
1330
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
1331
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
1332
                "shasum": ""
1333
            },
1334
            "require": {
1335
                "doctrine/lexer": "^1.0.1",
1336
                "php": ">= 5.5"
1337
            },
1338
            "require-dev": {
1339
                "dominicsayers/isemail": "dev-master",
1340
                "phpunit/phpunit": "^4.8.35",
1341
                "satooshi/php-coveralls": "^1.0.1"
1342
            },
1343
            "suggest": {
1344
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1345
            },
1346
            "type": "library",
1347
            "extra": {
1348
                "branch-alias": {
1349
                    "dev-master": "2.0.x-dev"
1350
                }
1351
            },
1352
            "autoload": {
1353
                "psr-4": {
1354
                    "Egulias\\EmailValidator\\": "EmailValidator"
1355
                }
1356
            },
1357
            "notification-url": "https://packagist.org/downloads/",
1358
            "license": [
1359
                "MIT"
1360
            ],
1361
            "authors": [
1362
                {
1363
                    "name": "Eduardo Gulias Davis"
1364
                }
1365
            ],
1366
            "description": "A library for validating emails against several RFCs",
1367
            "homepage": "https://github.com/egulias/EmailValidator",
1368
            "keywords": [
1369
                "email",
1370
                "emailvalidation",
1371
                "emailvalidator",
1372
                "validation",
1373
                "validator"
1374
            ],
1375
            "time": "2017-11-15T23:40:40+00:00"
1376
        },
1377
        {
1378
            "name": "elasticsearch/elasticsearch",
1379
            "version": "v6.0.1",
1380
            "source": {
1381
                "type": "git",
1382
                "url": "https://github.com/elastic/elasticsearch-php.git",
1383
                "reference": "b8e3bc9d1fc54d6a18692df0b74956efe7fe241a"
1384
            },
1385
            "dist": {
1386
                "type": "zip",
1387
                "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/b8e3bc9d1fc54d6a18692df0b74956efe7fe241a",
1388
                "reference": "b8e3bc9d1fc54d6a18692df0b74956efe7fe241a",
1389
                "shasum": ""
1390
            },
1391
            "require": {
1392
                "ext-json": ">=1.3.7",
1393
                "guzzlehttp/ringphp": "~1.0",
1394
                "php": "^7.0",
1395
                "psr/log": "~1.0"
1396
            },
1397
            "require-dev": {
1398
                "cpliakas/git-wrapper": "~1.0",
1399
                "doctrine/inflector": "^1.1",
1400
                "mockery/mockery": "0.9.4",
1401
                "phpstan/phpstan-shim": "0.8.3",
1402
                "phpunit/phpunit": "6.3.0",
1403
                "squizlabs/php_codesniffer": "3.0.2",
1404
                "symfony/finder": "^2.8",
1405
                "symfony/yaml": "^2.8"
1406
            },
1407
            "suggest": {
1408
                "ext-curl": "*",
1409
                "monolog/monolog": "Allows for client-level logging and tracing"
1410
            },
1411
            "type": "library",
1412
            "autoload": {
1413
                "psr-4": {
1414
                    "Elasticsearch\\": "src/Elasticsearch/"
1415
                }
1416
            },
1417
            "notification-url": "https://packagist.org/downloads/",
1418
            "license": [
1419
                "Apache-2.0"
1420
            ],
1421
            "authors": [
1422
                {
1423
                    "name": "Zachary Tong"
1424
                }
1425
            ],
1426
            "description": "PHP Client for Elasticsearch",
1427
            "keywords": [
1428
                "client",
1429
                "elasticsearch",
1430
                "search"
1431
            ],
1432
            "time": "2017-12-05T14:15:58+00:00"
1433
        },
1434
        {
1435
            "name": "fig/link-util",
1436
            "version": "1.0.0",
1437
            "source": {
1438
                "type": "git",
1439
                "url": "https://github.com/php-fig/link-util.git",
1440
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1441
            },
1442
            "dist": {
1443
                "type": "zip",
1444
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1445
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1446
                "shasum": ""
1447
            },
1448
            "require": {
1449
                "php": ">=5.5.0",
1450
                "psr/link": "~1.0@dev"
1451
            },
1452
            "require-dev": {
1453
                "phpunit/phpunit": "^5.1",
1454
                "squizlabs/php_codesniffer": "^2.3.1"
1455
            },
1456
            "type": "library",
1457
            "extra": {
1458
                "branch-alias": {
1459
                    "dev-master": "1.0.x-dev"
1460
                }
1461
            },
1462
            "autoload": {
1463
                "psr-4": {
1464
                    "Fig\\Link\\": "src/"
1465
                }
1466
            },
1467
            "notification-url": "https://packagist.org/downloads/",
1468
            "license": [
1469
                "MIT"
1470
            ],
1471
            "authors": [
1472
                {
1473
                    "name": "PHP-FIG",
1474
                    "homepage": "http://www.php-fig.org/"
1475
                }
1476
            ],
1477
            "description": "Common utility implementations for HTTP links",
1478
            "keywords": [
1479
                "http",
1480
                "http-link",
1481
                "link",
1482
                "psr",
1483
                "psr-13",
1484
                "rest"
1485
            ],
1486
            "time": "2016-10-17T18:31:11+00:00"
1487
        },
1488
        {
1489
            "name": "friendsofphp/php-cs-fixer",
1490
            "version": "v2.8.4",
1491
            "source": {
1492
                "type": "git",
1493
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1494
                "reference": "107647ace9fa57b47dec0c567763bbc4ea33df73"
1495
            },
1496
            "dist": {
1497
                "type": "zip",
1498
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/107647ace9fa57b47dec0c567763bbc4ea33df73",
1499
                "reference": "107647ace9fa57b47dec0c567763bbc4ea33df73",
1500
                "shasum": ""
1501
            },
1502
            "require": {
1503
                "composer/semver": "^1.4",
1504
                "doctrine/annotations": "^1.2",
1505
                "ext-json": "*",
1506
                "ext-tokenizer": "*",
1507
                "gecko-packages/gecko-php-unit": "^2.0 || ^3.0",
1508
                "php": "^5.6 || >=7.0 <7.3",
1509
                "php-cs-fixer/diff": "^1.2",
1510
                "symfony/console": "^3.2 || ^4.0",
1511
                "symfony/event-dispatcher": "^3.0 || ^4.0",
1512
                "symfony/filesystem": "^3.0 || ^4.0",
1513
                "symfony/finder": "^3.0 || ^4.0",
1514
                "symfony/options-resolver": "^3.0 || ^4.0",
1515
                "symfony/polyfill-php70": "^1.0",
1516
                "symfony/polyfill-php72": "^1.4",
1517
                "symfony/process": "^3.0 || ^4.0",
1518
                "symfony/stopwatch": "^3.0 || ^4.0"
1519
            },
1520
            "conflict": {
1521
                "hhvm": "*"
1522
            },
1523
            "require-dev": {
1524
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev",
1525
                "justinrainbow/json-schema": "^5.0",
1526
                "mikey179/vfsstream": "^1.6",
1527
                "php-coveralls/php-coveralls": "^2.0",
1528
                "php-cs-fixer/accessible-object": "^1.0",
1529
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1530
                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
1531
            },
1532
            "suggest": {
1533
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
1534
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
1535
            },
1536
            "bin": [
1537
                "php-cs-fixer"
1538
            ],
1539
            "type": "application",
1540
            "autoload": {
1541
                "psr-4": {
1542
                    "PhpCsFixer\\": "src/"
1543
                },
1544
                "classmap": [
1545
                    "tests/Test/Assert/AssertTokensTrait.php",
1546
                    "tests/Test/AbstractFixerTestCase.php",
1547
                    "tests/Test/AbstractIntegrationTestCase.php",
1548
                    "tests/Test/IntegrationCase.php",
1549
                    "tests/Test/IntegrationCaseFactory.php"
1550
                ]
1551
            },
1552
            "notification-url": "https://packagist.org/downloads/",
1553
            "license": [
1554
                "MIT"
1555
            ],
1556
            "authors": [
1557
                {
1558
                    "name": "Dariusz Rumiński",
1559
                    "email": "[email protected]"
1560
                },
1561
                {
1562
                    "name": "Fabien Potencier",
1563
                    "email": "[email protected]"
1564
                }
1565
            ],
1566
            "description": "A tool to automatically fix PHP code style",
1567
            "time": "2017-12-08T15:19:13+00:00"
1568
        },
1569
        {
1570
            "name": "friendsofsymfony/elastica-bundle",
1571
            "version": "v5.0.3",
1572
            "source": {
1573
                "type": "git",
1574
                "url": "https://github.com/FriendsOfSymfony/FOSElasticaBundle.git",
1575
                "reference": "ebf96f984c7f0b6bdc830accd722c76b80943a23"
1576
            },
1577
            "dist": {
1578
                "type": "zip",
1579
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSElasticaBundle/zipball/ebf96f984c7f0b6bdc830accd722c76b80943a23",
1580
                "reference": "ebf96f984c7f0b6bdc830accd722c76b80943a23",
1581
                "shasum": ""
1582
            },
1583
            "require": {
1584
                "pagerfanta/pagerfanta": "^1.0.5",
1585
                "php": "^5.6.0|^7.0",
1586
                "psr/log": "^1.0",
1587
                "ruflin/elastica": "^5.2.1|^6.0",
1588
                "symfony/console": "^3.2|^4",
1589
                "symfony/dependency-injection": "^3.3|^4",
1590
                "symfony/framework-bundle": "^3.2|^4",
1591
                "symfony/property-access": "^3.2|^4"
1592
            },
1593
            "require-dev": {
1594
                "doctrine/doctrine-bundle": "^1.6",
1595
                "doctrine/orm": "^2.5",
1596
                "doctrine/phpcr-bundle": "^1.3",
1597
                "doctrine/phpcr-odm": "^1.4",
1598
                "friendsofphp/php-cs-fixer": "^2.2",
1599
                "jackalope/jackalope-doctrine-dbal": "^1.2",
1600
                "jms/serializer-bundle": "^2.2",
1601
                "knplabs/knp-components": "^1.2",
1602
                "phpunit/phpunit": "^5.7.11|^6.5",
1603
                "symfony/expression-language": "^3.2|^4",
1604
                "symfony/serializer": "^3.2|^4",
1605
                "symfony/twig-bundle": "^3.2|^4",
1606
                "symfony/yaml": "^3.2|^4"
1607
            },
1608
            "suggest": {
1609
                "enqueue/elastica-bundle": "The bundle adds extra features to FOSElasticaBundle bundle. Aimed to improve performance."
1610
            },
1611
            "type": "symfony-bundle",
1612
            "extra": {
1613
                "branch-alias": {
1614
                    "dev-master": "5.0.x-dev"
1615
                }
1616
            },
1617
            "autoload": {
1618
                "psr-4": {
1619
                    "FOS\\ElasticaBundle\\": "src/"
1620
                }
1621
            },
1622
            "notification-url": "https://packagist.org/downloads/",
1623
            "license": [
1624
                "MIT"
1625
            ],
1626
            "authors": [
1627
                {
1628
                    "name": "Tim Nagel",
1629
                    "email": "[email protected]"
1630
                },
1631
                {
1632
                    "name": "Richard Miller",
1633
                    "email": "[email protected]"
1634
                },
1635
                {
1636
                    "name": "FriendsOfSymfony Community",
1637
                    "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle/contributors"
1638
                },
1639
                {
1640
                    "name": "Jeremy Mikola",
1641
                    "email": "[email protected]"
1642
                }
1643
            ],
1644
            "description": "Elasticsearch PHP integration for your Symfony project using Elastica",
1645
            "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
1646
            "keywords": [
1647
                "doctrine2",
1648
                "elastica",
1649
                "elasticsearch",
1650
                "mongodb",
1651
                "search"
1652
            ],
1653
            "time": "2018-02-07T12:32:48+00:00"
1654
        },
1655
        {
1656
            "name": "friendsofsymfony/oauth-server-bundle",
1657
            "version": "1.5.2",
1658
            "source": {
1659
                "type": "git",
1660
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1661
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1662
            },
1663
            "dist": {
1664
                "type": "zip",
1665
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1666
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1667
                "shasum": ""
1668
            },
1669
            "require": {
1670
                "friendsofsymfony/oauth2-php": "~1.1",
1671
                "php": "^5.3.3|^7.0",
1672
                "symfony/framework-bundle": "~2.2|~3.0",
1673
                "symfony/security-bundle": "~2.1|~3.0"
1674
            },
1675
            "require-dev": {
1676
                "doctrine/doctrine-bundle": "~1.0",
1677
                "doctrine/mongodb-odm": "~1.0",
1678
                "doctrine/orm": "~2.2",
1679
                "phing/phing": "~2.4",
1680
                "propel/propel1": "^1.6.5",
1681
                "symfony/class-loader": "~2.1|~3.0",
1682
                "symfony/form": "~2.3|~3.0",
1683
                "symfony/yaml": "~2.1|~3.0",
1684
                "willdurand/propel-typehintable-behavior": "^1.0.4"
1685
            },
1686
            "suggest": {
1687
                "doctrine/doctrine-bundle": "*",
1688
                "doctrine/mongodb-odm-bundle": "*",
1689
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1690
                "symfony/form": "Needed to be able to use the AuthorizeFormType",
1691
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1692
            },
1693
            "type": "symfony-bundle",
1694
            "extra": {
1695
                "branch-alias": {
1696
                    "dev-master": "1.5-dev"
1697
                }
1698
            },
1699
            "autoload": {
1700
                "psr-4": {
1701
                    "FOS\\OAuthServerBundle\\": ""
1702
                }
1703
            },
1704
            "notification-url": "https://packagist.org/downloads/",
1705
            "license": [
1706
                "MIT"
1707
            ],
1708
            "authors": [
1709
                {
1710
                    "name": "Arnaud Le Blanc",
1711
                    "email": "[email protected]"
1712
                },
1713
                {
1714
                    "name": "FriendsOfSymfony Community",
1715
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1716
                }
1717
            ],
1718
            "description": "Symfony2 OAuth Server Bundle",
1719
            "homepage": "http://friendsofsymfony.github.com",
1720
            "keywords": [
1721
                "oauth",
1722
                "oauth2",
1723
                "server"
1724
            ],
1725
            "time": "2016-02-22T13:57:55+00:00"
1726
        },
1727
        {
1728
            "name": "friendsofsymfony/oauth2-php",
1729
            "version": "1.2.3",
1730
            "source": {
1731
                "type": "git",
1732
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1733
                "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1734
            },
1735
            "dist": {
1736
                "type": "zip",
1737
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1738
                "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1739
                "shasum": ""
1740
            },
1741
            "require": {
1742
                "php": "^5.5.9|>=7.0.8",
1743
                "symfony/http-foundation": "~3.0|~4.0"
1744
            },
1745
            "require-dev": {
1746
                "phpunit/phpunit": "~4.0"
1747
            },
1748
            "type": "library",
1749
            "extra": {
1750
                "branch-alias": {
1751
                    "dev-master": "1.2.x-dev"
1752
                }
1753
            },
1754
            "autoload": {
1755
                "psr-4": {
1756
                    "OAuth2\\": "lib/"
1757
                }
1758
            },
1759
            "notification-url": "https://packagist.org/downloads/",
1760
            "license": [
1761
                "MIT"
1762
            ],
1763
            "authors": [
1764
                {
1765
                    "name": "Arnaud Le Blanc",
1766
                    "email": "[email protected]"
1767
                },
1768
                {
1769
                    "name": "FriendsOfSymfony Community",
1770
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1771
                }
1772
            ],
1773
            "description": "OAuth2 library",
1774
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1775
            "keywords": [
1776
                "oauth",
1777
                "oauth2"
1778
            ],
1779
            "time": "2018-01-30T19:58:25+00:00"
1780
        },
1781
        {
1782
            "name": "friendsofsymfony/rest-bundle",
1783
            "version": "2.3.1",
1784
            "source": {
1785
                "type": "git",
1786
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1787
                "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e"
1788
            },
1789
            "dist": {
1790
                "type": "zip",
1791
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/1abdf3d82502ac67b93c7f84c844fa147f0ec70e",
1792
                "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e",
1793
                "shasum": ""
1794
            },
1795
            "require": {
1796
                "doctrine/inflector": "^1.0",
1797
                "php": "^5.5.9|~7.0",
1798
                "psr/log": "^1.0",
1799
                "symfony/config": "^2.7|^3.0|^4.0",
1800
                "symfony/debug": "^2.7|^3.0|^4.0",
1801
                "symfony/dependency-injection": "^2.7|^3.0|^4.0",
1802
                "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
1803
                "symfony/finder": "^2.7|^3.0|^4.0",
1804
                "symfony/framework-bundle": "^2.7|^3.0|^4.0",
1805
                "symfony/http-foundation": "^2.7|^3.0|^4.0",
1806
                "symfony/http-kernel": "^2.7|^3.0|^4.0",
1807
                "symfony/routing": "^2.7|^3.0|^4.0",
1808
                "symfony/security-core": "^2.7|^3.0|^4.0",
1809
                "symfony/templating": "^2.7|^3.0|^4.0",
1810
                "willdurand/jsonp-callback-validator": "^1.0",
1811
                "willdurand/negotiation": "^2.0"
1812
            },
1813
            "conflict": {
1814
                "jms/serializer": "1.3.0",
1815
                "jms/serializer-bundle": "<1.2.0",
1816
                "sensio/framework-extra-bundle": "<3.0.13"
1817
            },
1818
            "require-dev": {
1819
                "jms/serializer-bundle": "^1.2|^2.0",
1820
                "phpoption/phpoption": "^1.1",
1821
                "psr/http-message": "^1.0",
1822
                "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
1823
                "symfony/asset": "^2.7|^3.0|^4.0",
1824
                "symfony/browser-kit": "^2.7|^3.0|^4.0",
1825
                "symfony/css-selector": "^2.7|^3.0|^4.0",
1826
                "symfony/dependency-injection": "^2.7|^3.0|^4.0",
1827
                "symfony/expression-language": "~2.7|^3.0|^4.0",
1828
                "symfony/form": "^2.7|^3.0|^4.0",
1829
                "symfony/phpunit-bridge": "^3.2|^4.0",
1830
                "symfony/security-bundle": "^2.7|^3.0|^4.0",
1831
                "symfony/serializer": "^2.7.11|^3.0.4|^4.0",
1832
                "symfony/twig-bundle": "^2.7|^3.0|^4.0",
1833
                "symfony/validator": "^2.7|^3.0|^4.0",
1834
                "symfony/web-profiler-bundle": "^2.7|^3.0|^4.0",
1835
                "symfony/yaml": "^2.7|^3.0|^4.0"
1836
            },
1837
            "suggest": {
1838
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0",
1839
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ^3.0",
1840
                "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
1841
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
1842
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
1843
            },
1844
            "type": "symfony-bundle",
1845
            "extra": {
1846
                "branch-alias": {
1847
                    "dev-master": "2.3-dev"
1848
                }
1849
            },
1850
            "autoload": {
1851
                "psr-4": {
1852
                    "FOS\\RestBundle\\": ""
1853
                },
1854
                "exclude-from-classmap": [
1855
                    "Tests/"
1856
                ]
1857
            },
1858
            "notification-url": "https://packagist.org/downloads/",
1859
            "license": [
1860
                "MIT"
1861
            ],
1862
            "authors": [
1863
                {
1864
                    "name": "Lukas Kahwe Smith",
1865
                    "email": "[email protected]"
1866
                },
1867
                {
1868
                    "name": "FriendsOfSymfony Community",
1869
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1870
                },
1871
                {
1872
                    "name": "Konstantin Kudryashov",
1873
                    "email": "[email protected]"
1874
                }
1875
            ],
1876
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1877
            "homepage": "http://friendsofsymfony.github.com",
1878
            "keywords": [
1879
                "rest"
1880
            ],
1881
            "time": "2018-02-28T13:57:04+00:00"
1882
        },
1883
        {
1884
            "name": "fzaninotto/faker",
1885
            "version": "v1.7.1",
1886
            "source": {
1887
                "type": "git",
1888
                "url": "https://github.com/fzaninotto/Faker.git",
1889
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
1890
            },
1891
            "dist": {
1892
                "type": "zip",
1893
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
1894
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
1895
                "shasum": ""
1896
            },
1897
            "require": {
1898
                "php": "^5.3.3 || ^7.0"
1899
            },
1900
            "require-dev": {
1901
                "ext-intl": "*",
1902
                "phpunit/phpunit": "^4.0 || ^5.0",
1903
                "squizlabs/php_codesniffer": "^1.5"
1904
            },
1905
            "type": "library",
1906
            "extra": {
1907
                "branch-alias": {
1908
                    "dev-master": "1.8-dev"
1909
                }
1910
            },
1911
            "autoload": {
1912
                "psr-4": {
1913
                    "Faker\\": "src/Faker/"
1914
                }
1915
            },
1916
            "notification-url": "https://packagist.org/downloads/",
1917
            "license": [
1918
                "MIT"
1919
            ],
1920
            "authors": [
1921
                {
1922
                    "name": "François Zaninotto"
1923
                }
1924
            ],
1925
            "description": "Faker is a PHP library that generates fake data for you.",
1926
            "keywords": [
1927
                "data",
1928
                "faker",
1929
                "fixtures"
1930
            ],
1931
            "time": "2017-08-15T16:48:10+00:00"
1932
        },
1933
        {
1934
            "name": "gecko-packages/gecko-php-unit",
1935
            "version": "v3.0",
1936
            "source": {
1937
                "type": "git",
1938
                "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
1939
                "reference": "6a866551dffc2154c1b091bae3a7877d39c25ca3"
1940
            },
1941
            "dist": {
1942
                "type": "zip",
1943
                "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/6a866551dffc2154c1b091bae3a7877d39c25ca3",
1944
                "reference": "6a866551dffc2154c1b091bae3a7877d39c25ca3",
1945
                "shasum": ""
1946
            },
1947
            "require": {
1948
                "php": "^7.0"
1949
            },
1950
            "require-dev": {
1951
                "phpunit/phpunit": "^6.0"
1952
            },
1953
            "suggest": {
1954
                "ext-dom": "When testing with xml.",
1955
                "ext-libxml": "When testing with xml.",
1956
                "phpunit/phpunit": "This is an extension for it so make sure you have it some way."
1957
            },
1958
            "type": "library",
1959
            "extra": {
1960
                "branch-alias": {
1961
                    "dev-master": "3.0-dev"
1962
                }
1963
            },
1964
            "autoload": {
1965
                "psr-4": {
1966
                    "GeckoPackages\\PHPUnit\\": "src/PHPUnit"
1967
                }
1968
            },
1969
            "notification-url": "https://packagist.org/downloads/",
1970
            "license": [
1971
                "MIT"
1972
            ],
1973
            "description": "Additional PHPUnit asserts and constraints.",
1974
            "homepage": "https://github.com/GeckoPackages",
1975
            "keywords": [
1976
                "extension",
1977
                "filesystem",
1978
                "phpunit"
1979
            ],
1980
            "time": "2017-08-23T07:46:41+00:00"
1981
        },
1982
        {
1983
            "name": "gedmo/doctrine-extensions",
1984
            "version": "v2.4.33",
1985
            "source": {
1986
                "type": "git",
1987
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1988
                "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78"
1989
            },
1990
            "dist": {
1991
                "type": "zip",
1992
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
1993
                "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
1994
                "shasum": ""
1995
            },
1996
            "require": {
1997
                "behat/transliterator": "~1.2",
1998
                "doctrine/common": "~2.4",
1999
                "php": ">=5.3.2"
2000
            },
2001
            "require-dev": {
2002
                "doctrine/common": ">=2.5.0",
2003
                "doctrine/mongodb-odm": ">=1.0.2",
2004
                "doctrine/orm": ">=2.5.0",
2005
                "phpunit/phpunit": "*",
2006
                "symfony/yaml": "~2.6|~3.0|~4.0"
2007
            },
2008
            "suggest": {
2009
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2010
                "doctrine/orm": "to use the extensions with the ORM"
2011
            },
2012
            "type": "library",
2013
            "extra": {
2014
                "branch-alias": {
2015
                    "dev-master": "2.4.x-dev"
2016
                }
2017
            },
2018
            "autoload": {
2019
                "psr-0": {
2020
                    "Gedmo\\": "lib/"
2021
                }
2022
            },
2023
            "notification-url": "https://packagist.org/downloads/",
2024
            "license": [
2025
                "MIT"
2026
            ],
2027
            "authors": [
2028
                {
2029
                    "name": "David Buchmann",
2030
                    "email": "[email protected]"
2031
                },
2032
                {
2033
                    "name": "Gediminas Morkevicius",
2034
                    "email": "[email protected]"
2035
                },
2036
                {
2037
                    "name": "Gustavo Falco",
2038
                    "email": "[email protected]"
2039
                }
2040
            ],
2041
            "description": "Doctrine2 behavioral extensions",
2042
            "homepage": "http://gediminasm.org/",
2043
            "keywords": [
2044
                "Blameable",
2045
                "behaviors",
2046
                "doctrine2",
2047
                "extensions",
2048
                "gedmo",
2049
                "loggable",
2050
                "nestedset",
2051
                "sluggable",
2052
                "sortable",
2053
                "timestampable",
2054
                "translatable",
2055
                "tree",
2056
                "uploadable"
2057
            ],
2058
            "time": "2018-01-08T14:13:45+00:00"
2059
        },
2060
        {
2061
            "name": "guzzlehttp/guzzle",
2062
            "version": "6.3.0",
2063
            "source": {
2064
                "type": "git",
2065
                "url": "https://github.com/guzzle/guzzle.git",
2066
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
2067
            },
2068
            "dist": {
2069
                "type": "zip",
2070
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
2071
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
2072
                "shasum": ""
2073
            },
2074
            "require": {
2075
                "guzzlehttp/promises": "^1.0",
2076
                "guzzlehttp/psr7": "^1.4",
2077
                "php": ">=5.5"
2078
            },
2079
            "require-dev": {
2080
                "ext-curl": "*",
2081
                "phpunit/phpunit": "^4.0 || ^5.0",
2082
                "psr/log": "^1.0"
2083
            },
2084
            "suggest": {
2085
                "psr/log": "Required for using the Log middleware"
2086
            },
2087
            "type": "library",
2088
            "extra": {
2089
                "branch-alias": {
2090
                    "dev-master": "6.2-dev"
2091
                }
2092
            },
2093
            "autoload": {
2094
                "files": [
2095
                    "src/functions_include.php"
2096
                ],
2097
                "psr-4": {
2098
                    "GuzzleHttp\\": "src/"
2099
                }
2100
            },
2101
            "notification-url": "https://packagist.org/downloads/",
2102
            "license": [
2103
                "MIT"
2104
            ],
2105
            "authors": [
2106
                {
2107
                    "name": "Michael Dowling",
2108
                    "email": "[email protected]",
2109
                    "homepage": "https://github.com/mtdowling"
2110
                }
2111
            ],
2112
            "description": "Guzzle is a PHP HTTP client library",
2113
            "homepage": "http://guzzlephp.org/",
2114
            "keywords": [
2115
                "client",
2116
                "curl",
2117
                "framework",
2118
                "http",
2119
                "http client",
2120
                "rest",
2121
                "web service"
2122
            ],
2123
            "time": "2017-06-22T18:50:49+00:00"
2124
        },
2125
        {
2126
            "name": "guzzlehttp/promises",
2127
            "version": "v1.3.1",
2128
            "source": {
2129
                "type": "git",
2130
                "url": "https://github.com/guzzle/promises.git",
2131
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2132
            },
2133
            "dist": {
2134
                "type": "zip",
2135
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2136
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2137
                "shasum": ""
2138
            },
2139
            "require": {
2140
                "php": ">=5.5.0"
2141
            },
2142
            "require-dev": {
2143
                "phpunit/phpunit": "^4.0"
2144
            },
2145
            "type": "library",
2146
            "extra": {
2147
                "branch-alias": {
2148
                    "dev-master": "1.4-dev"
2149
                }
2150
            },
2151
            "autoload": {
2152
                "psr-4": {
2153
                    "GuzzleHttp\\Promise\\": "src/"
2154
                },
2155
                "files": [
2156
                    "src/functions_include.php"
2157
                ]
2158
            },
2159
            "notification-url": "https://packagist.org/downloads/",
2160
            "license": [
2161
                "MIT"
2162
            ],
2163
            "authors": [
2164
                {
2165
                    "name": "Michael Dowling",
2166
                    "email": "[email protected]",
2167
                    "homepage": "https://github.com/mtdowling"
2168
                }
2169
            ],
2170
            "description": "Guzzle promises library",
2171
            "keywords": [
2172
                "promise"
2173
            ],
2174
            "time": "2016-12-20T10:07:11+00:00"
2175
        },
2176
        {
2177
            "name": "guzzlehttp/psr7",
2178
            "version": "1.4.2",
2179
            "source": {
2180
                "type": "git",
2181
                "url": "https://github.com/guzzle/psr7.git",
2182
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
2183
            },
2184
            "dist": {
2185
                "type": "zip",
2186
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2187
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2188
                "shasum": ""
2189
            },
2190
            "require": {
2191
                "php": ">=5.4.0",
2192
                "psr/http-message": "~1.0"
2193
            },
2194
            "provide": {
2195
                "psr/http-message-implementation": "1.0"
2196
            },
2197
            "require-dev": {
2198
                "phpunit/phpunit": "~4.0"
2199
            },
2200
            "type": "library",
2201
            "extra": {
2202
                "branch-alias": {
2203
                    "dev-master": "1.4-dev"
2204
                }
2205
            },
2206
            "autoload": {
2207
                "psr-4": {
2208
                    "GuzzleHttp\\Psr7\\": "src/"
2209
                },
2210
                "files": [
2211
                    "src/functions_include.php"
2212
                ]
2213
            },
2214
            "notification-url": "https://packagist.org/downloads/",
2215
            "license": [
2216
                "MIT"
2217
            ],
2218
            "authors": [
2219
                {
2220
                    "name": "Michael Dowling",
2221
                    "email": "[email protected]",
2222
                    "homepage": "https://github.com/mtdowling"
2223
                },
2224
                {
2225
                    "name": "Tobias Schultze",
2226
                    "homepage": "https://github.com/Tobion"
2227
                }
2228
            ],
2229
            "description": "PSR-7 message implementation that also provides common utility methods",
2230
            "keywords": [
2231
                "http",
2232
                "message",
2233
                "request",
2234
                "response",
2235
                "stream",
2236
                "uri",
2237
                "url"
2238
            ],
2239
            "time": "2017-03-20T17:10:46+00:00"
2240
        },
2241
        {
2242
            "name": "guzzlehttp/ringphp",
2243
            "version": "1.1.0",
2244
            "source": {
2245
                "type": "git",
2246
                "url": "https://github.com/guzzle/RingPHP.git",
2247
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
2248
            },
2249
            "dist": {
2250
                "type": "zip",
2251
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
2252
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
2253
                "shasum": ""
2254
            },
2255
            "require": {
2256
                "guzzlehttp/streams": "~3.0",
2257
                "php": ">=5.4.0",
2258
                "react/promise": "~2.0"
2259
            },
2260
            "require-dev": {
2261
                "ext-curl": "*",
2262
                "phpunit/phpunit": "~4.0"
2263
            },
2264
            "suggest": {
2265
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
2266
            },
2267
            "type": "library",
2268
            "extra": {
2269
                "branch-alias": {
2270
                    "dev-master": "1.1-dev"
2271
                }
2272
            },
2273
            "autoload": {
2274
                "psr-4": {
2275
                    "GuzzleHttp\\Ring\\": "src/"
2276
                }
2277
            },
2278
            "notification-url": "https://packagist.org/downloads/",
2279
            "license": [
2280
                "MIT"
2281
            ],
2282
            "authors": [
2283
                {
2284
                    "name": "Michael Dowling",
2285
                    "email": "[email protected]",
2286
                    "homepage": "https://github.com/mtdowling"
2287
                }
2288
            ],
2289
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2290
            "time": "2015-05-20T03:37:09+00:00"
2291
        },
2292
        {
2293
            "name": "guzzlehttp/streams",
2294
            "version": "3.0.0",
2295
            "source": {
2296
                "type": "git",
2297
                "url": "https://github.com/guzzle/streams.git",
2298
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2299
            },
2300
            "dist": {
2301
                "type": "zip",
2302
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2303
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2304
                "shasum": ""
2305
            },
2306
            "require": {
2307
                "php": ">=5.4.0"
2308
            },
2309
            "require-dev": {
2310
                "phpunit/phpunit": "~4.0"
2311
            },
2312
            "type": "library",
2313
            "extra": {
2314
                "branch-alias": {
2315
                    "dev-master": "3.0-dev"
2316
                }
2317
            },
2318
            "autoload": {
2319
                "psr-4": {
2320
                    "GuzzleHttp\\Stream\\": "src/"
2321
                }
2322
            },
2323
            "notification-url": "https://packagist.org/downloads/",
2324
            "license": [
2325
                "MIT"
2326
            ],
2327
            "authors": [
2328
                {
2329
                    "name": "Michael Dowling",
2330
                    "email": "[email protected]",
2331
                    "homepage": "https://github.com/mtdowling"
2332
                }
2333
            ],
2334
            "description": "Provides a simple abstraction over streams of data",
2335
            "homepage": "http://guzzlephp.org/",
2336
            "keywords": [
2337
                "Guzzle",
2338
                "stream"
2339
            ],
2340
            "time": "2014-10-12T19:18:40+00:00"
2341
        },
2342
        {
2343
            "name": "hamcrest/hamcrest-php",
2344
            "version": "v2.0.0",
2345
            "source": {
2346
                "type": "git",
2347
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2348
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2349
            },
2350
            "dist": {
2351
                "type": "zip",
2352
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
2353
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2354
                "shasum": ""
2355
            },
2356
            "require": {
2357
                "php": "^5.3|^7.0"
2358
            },
2359
            "replace": {
2360
                "cordoval/hamcrest-php": "*",
2361
                "davedevelopment/hamcrest-php": "*",
2362
                "kodova/hamcrest-php": "*"
2363
            },
2364
            "require-dev": {
2365
                "phpunit/php-file-iterator": "1.3.3",
2366
                "phpunit/phpunit": "~4.0",
2367
                "satooshi/php-coveralls": "^1.0"
2368
            },
2369
            "type": "library",
2370
            "extra": {
2371
                "branch-alias": {
2372
                    "dev-master": "2.0-dev"
2373
                }
2374
            },
2375
            "autoload": {
2376
                "classmap": [
2377
                    "hamcrest"
2378
                ]
2379
            },
2380
            "notification-url": "https://packagist.org/downloads/",
2381
            "license": [
2382
                "BSD"
2383
            ],
2384
            "description": "This is the PHP port of Hamcrest Matchers",
2385
            "keywords": [
2386
                "test"
2387
            ],
2388
            "time": "2016-01-20T08:20:44+00:00"
2389
        },
2390
        {
2391
            "name": "imagine/imagine",
2392
            "version": "v0.7.1",
2393
            "source": {
2394
                "type": "git",
2395
                "url": "https://github.com/avalanche123/Imagine.git",
2396
                "reference": "a9a702a946073cbca166718f1b02a1e72d742daa"
2397
            },
2398
            "dist": {
2399
                "type": "zip",
2400
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/a9a702a946073cbca166718f1b02a1e72d742daa",
2401
                "reference": "a9a702a946073cbca166718f1b02a1e72d742daa",
2402
                "shasum": ""
2403
            },
2404
            "require": {
2405
                "php": ">=5.3.2"
2406
            },
2407
            "require-dev": {
2408
                "sami/sami": "^3.3",
2409
                "symfony/phpunit-bridge": "^3.2"
2410
            },
2411
            "suggest": {
2412
                "ext-gd": "to use the GD implementation",
2413
                "ext-gmagick": "to use the Gmagick implementation",
2414
                "ext-imagick": "to use the Imagick implementation"
2415
            },
2416
            "type": "library",
2417
            "extra": {
2418
                "branch-alias": {
2419
                    "dev-develop": "0.7-dev"
2420
                }
2421
            },
2422
            "autoload": {
2423
                "psr-0": {
2424
                    "Imagine": "lib/"
2425
                }
2426
            },
2427
            "notification-url": "https://packagist.org/downloads/",
2428
            "license": [
2429
                "MIT"
2430
            ],
2431
            "authors": [
2432
                {
2433
                    "name": "Bulat Shakirzyanov",
2434
                    "email": "[email protected]",
2435
                    "homepage": "http://avalanche123.com"
2436
                }
2437
            ],
2438
            "description": "Image processing for PHP 5.3",
2439
            "homepage": "http://imagine.readthedocs.org/",
2440
            "keywords": [
2441
                "drawing",
2442
                "graphics",
2443
                "image manipulation",
2444
                "image processing"
2445
            ],
2446
            "time": "2017-05-16T10:31:22+00:00"
2447
        },
2448
        {
2449
            "name": "incenteev/composer-parameter-handler",
2450
            "version": "v2.1.3",
2451
            "source": {
2452
                "type": "git",
2453
                "url": "https://github.com/Incenteev/ParameterHandler.git",
2454
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
2455
            },
2456
            "dist": {
2457
                "type": "zip",
2458
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
2459
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
2460
                "shasum": ""
2461
            },
2462
            "require": {
2463
                "php": ">=5.3.3",
2464
                "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
2465
            },
2466
            "require-dev": {
2467
                "composer/composer": "^1.0@dev",
2468
                "symfony/filesystem": "^2.3 || ^3 || ^4",
2469
                "symfony/phpunit-bridge": "^4.0"
2470
            },
2471
            "type": "library",
2472
            "extra": {
2473
                "branch-alias": {
2474
                    "dev-master": "2.1.x-dev"
2475
                }
2476
            },
2477
            "autoload": {
2478
                "psr-4": {
2479
                    "Incenteev\\ParameterHandler\\": ""
2480
                }
2481
            },
2482
            "notification-url": "https://packagist.org/downloads/",
2483
            "license": [
2484
                "MIT"
2485
            ],
2486
            "authors": [
2487
                {
2488
                    "name": "Christophe Coevoet",
2489
                    "email": "[email protected]"
2490
                }
2491
            ],
2492
            "description": "Composer script handling your ignored parameter file",
2493
            "homepage": "https://github.com/Incenteev/ParameterHandler",
2494
            "keywords": [
2495
                "parameters management"
2496
            ],
2497
            "time": "2018-02-13T18:05:56+00:00"
2498
        },
2499
        {
2500
            "name": "jdorn/sql-formatter",
2501
            "version": "v1.2.17",
2502
            "source": {
2503
                "type": "git",
2504
                "url": "https://github.com/jdorn/sql-formatter.git",
2505
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2506
            },
2507
            "dist": {
2508
                "type": "zip",
2509
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2510
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2511
                "shasum": ""
2512
            },
2513
            "require": {
2514
                "php": ">=5.2.4"
2515
            },
2516
            "require-dev": {
2517
                "phpunit/phpunit": "3.7.*"
2518
            },
2519
            "type": "library",
2520
            "extra": {
2521
                "branch-alias": {
2522
                    "dev-master": "1.3.x-dev"
2523
                }
2524
            },
2525
            "autoload": {
2526
                "classmap": [
2527
                    "lib"
2528
                ]
2529
            },
2530
            "notification-url": "https://packagist.org/downloads/",
2531
            "license": [
2532
                "MIT"
2533
            ],
2534
            "authors": [
2535
                {
2536
                    "name": "Jeremy Dorn",
2537
                    "email": "[email protected]",
2538
                    "homepage": "http://jeremydorn.com/"
2539
                }
2540
            ],
2541
            "description": "a PHP SQL highlighting library",
2542
            "homepage": "https://github.com/jdorn/sql-formatter/",
2543
            "keywords": [
2544
                "highlight",
2545
                "sql"
2546
            ],
2547
            "time": "2014-01-12T16:20:24+00:00"
2548
        },
2549
        {
2550
            "name": "jms/metadata",
2551
            "version": "1.6.0",
2552
            "source": {
2553
                "type": "git",
2554
                "url": "https://github.com/schmittjoh/metadata.git",
2555
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
2556
            },
2557
            "dist": {
2558
                "type": "zip",
2559
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
2560
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
2561
                "shasum": ""
2562
            },
2563
            "require": {
2564
                "php": ">=5.3.0"
2565
            },
2566
            "require-dev": {
2567
                "doctrine/cache": "~1.0",
2568
                "symfony/cache": "~3.1"
2569
            },
2570
            "type": "library",
2571
            "extra": {
2572
                "branch-alias": {
2573
                    "dev-master": "1.5.x-dev"
2574
                }
2575
            },
2576
            "autoload": {
2577
                "psr-0": {
2578
                    "Metadata\\": "src/"
2579
                }
2580
            },
2581
            "notification-url": "https://packagist.org/downloads/",
2582
            "license": [
2583
                "Apache-2.0"
2584
            ],
2585
            "authors": [
2586
                {
2587
                    "name": "Johannes M. Schmitt",
2588
                    "email": "[email protected]"
2589
                }
2590
            ],
2591
            "description": "Class/method/property metadata management in PHP",
2592
            "keywords": [
2593
                "annotations",
2594
                "metadata",
2595
                "xml",
2596
                "yaml"
2597
            ],
2598
            "time": "2016-12-05T10:18:33+00:00"
2599
        },
2600
        {
2601
            "name": "jms/parser-lib",
2602
            "version": "1.0.0",
2603
            "source": {
2604
                "type": "git",
2605
                "url": "https://github.com/schmittjoh/parser-lib.git",
2606
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2607
            },
2608
            "dist": {
2609
                "type": "zip",
2610
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2611
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2612
                "shasum": ""
2613
            },
2614
            "require": {
2615
                "phpoption/phpoption": ">=0.9,<2.0-dev"
2616
            },
2617
            "type": "library",
2618
            "extra": {
2619
                "branch-alias": {
2620
                    "dev-master": "1.0-dev"
2621
                }
2622
            },
2623
            "autoload": {
2624
                "psr-0": {
2625
                    "JMS\\": "src/"
2626
                }
2627
            },
2628
            "notification-url": "https://packagist.org/downloads/",
2629
            "license": [
2630
                "Apache2"
2631
            ],
2632
            "description": "A library for easily creating recursive-descent parsers.",
2633
            "time": "2012-11-18T18:08:43+00:00"
2634
        },
2635
        {
2636
            "name": "jms/serializer",
2637
            "version": "1.11.0",
2638
            "source": {
2639
                "type": "git",
2640
                "url": "https://github.com/schmittjoh/serializer.git",
2641
                "reference": "e7c53477ff55c21d1b1db7d062edc050a24f465f"
2642
            },
2643
            "dist": {
2644
                "type": "zip",
2645
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/e7c53477ff55c21d1b1db7d062edc050a24f465f",
2646
                "reference": "e7c53477ff55c21d1b1db7d062edc050a24f465f",
2647
                "shasum": ""
2648
            },
2649
            "require": {
2650
                "doctrine/annotations": "^1.0",
2651
                "doctrine/instantiator": "^1.0.3",
2652
                "jms/metadata": "~1.1",
2653
                "jms/parser-lib": "1.*",
2654
                "php": "^5.5|^7.0",
2655
                "phpcollection/phpcollection": "~0.1",
2656
                "phpoption/phpoption": "^1.1"
2657
            },
2658
            "conflict": {
2659
                "twig/twig": "<1.12"
2660
            },
2661
            "require-dev": {
2662
                "doctrine/orm": "~2.1",
2663
                "doctrine/phpcr-odm": "^1.3|^2.0",
2664
                "ext-pdo_sqlite": "*",
2665
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
2666
                "phpunit/phpunit": "^4.8|^5.0",
2667
                "propel/propel1": "~1.7",
2668
                "psr/container": "^1.0",
2669
                "symfony/dependency-injection": "^2.7|^3.3|^4.0",
2670
                "symfony/expression-language": "^2.6|^3.0",
2671
                "symfony/filesystem": "^2.1",
2672
                "symfony/form": "~2.1|^3.0",
2673
                "symfony/translation": "^2.1|^3.0",
2674
                "symfony/validator": "^2.2|^3.0",
2675
                "symfony/yaml": "^2.1|^3.0",
2676
                "twig/twig": "~1.12|~2.0"
2677
            },
2678
            "suggest": {
2679
                "doctrine/cache": "Required if you like to use cache functionality.",
2680
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
2681
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2682
            },
2683
            "type": "library",
2684
            "extra": {
2685
                "branch-alias": {
2686
                    "dev-master": "1.11-dev"
2687
                }
2688
            },
2689
            "autoload": {
2690
                "psr-0": {
2691
                    "JMS\\Serializer": "src/"
2692
                }
2693
            },
2694
            "notification-url": "https://packagist.org/downloads/",
2695
            "license": [
2696
                "Apache-2.0"
2697
            ],
2698
            "authors": [
2699
                {
2700
                    "name": "Asmir Mustafic",
2701
                    "email": "[email protected]"
2702
                },
2703
                {
2704
                    "name": "Johannes M. Schmitt",
2705
                    "email": "[email protected]"
2706
                }
2707
            ],
2708
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2709
            "homepage": "http://jmsyst.com/libs/serializer",
2710
            "keywords": [
2711
                "deserialization",
2712
                "jaxb",
2713
                "json",
2714
                "serialization",
2715
                "xml"
2716
            ],
2717
            "time": "2018-02-04T17:48:54+00:00"
2718
        },
2719
        {
2720
            "name": "jms/serializer-bundle",
2721
            "version": "2.3.1",
2722
            "source": {
2723
                "type": "git",
2724
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2725
                "reference": "9dec7ab62248aa97f33cce70c301af15154f8f0b"
2726
            },
2727
            "dist": {
2728
                "type": "zip",
2729
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/9dec7ab62248aa97f33cce70c301af15154f8f0b",
2730
                "reference": "9dec7ab62248aa97f33cce70c301af15154f8f0b",
2731
                "shasum": ""
2732
            },
2733
            "require": {
2734
                "jms/serializer": "^1.10",
2735
                "php": "^5.4|^7.0",
2736
                "phpoption/phpoption": "^1.1.0",
2737
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
2738
            },
2739
            "require-dev": {
2740
                "doctrine/orm": "*",
2741
                "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
2742
                "symfony/expression-language": "~2.6|~3.0|~4.0",
2743
                "symfony/finder": "^2.3|^3.0|^4.0",
2744
                "symfony/form": "*",
2745
                "symfony/stopwatch": "*",
2746
                "symfony/twig-bundle": "*",
2747
                "symfony/validator": "*",
2748
                "symfony/yaml": "*"
2749
            },
2750
            "suggest": {
2751
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
2752
                "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
2753
            },
2754
            "type": "symfony-bundle",
2755
            "extra": {
2756
                "branch-alias": {
2757
                    "dev-master": "2.3-dev"
2758
                }
2759
            },
2760
            "autoload": {
2761
                "psr-4": {
2762
                    "JMS\\SerializerBundle\\": ""
2763
                },
2764
                "exclude-from-classmap": [
2765
                    "/Tests/"
2766
                ]
2767
            },
2768
            "notification-url": "https://packagist.org/downloads/",
2769
            "license": [
2770
                "Apache-2.0"
2771
            ],
2772
            "authors": [
2773
                {
2774
                    "name": "Asmir Mustafic",
2775
                    "email": "[email protected]"
2776
                },
2777
                {
2778
                    "name": "Johannes M. Schmitt",
2779
                    "email": "[email protected]"
2780
                }
2781
            ],
2782
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2783
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2784
            "keywords": [
2785
                "deserialization",
2786
                "jaxb",
2787
                "json",
2788
                "serialization",
2789
                "xml"
2790
            ],
2791
            "time": "2017-12-08T19:49:08+00:00"
2792
        },
2793
        {
2794
            "name": "knplabs/gaufrette",
2795
            "version": "v0.5.0",
2796
            "source": {
2797
                "type": "git",
2798
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2799
                "reference": "2f228650fd4cc50c3d3c1d6541546ffc169b2240"
2800
            },
2801
            "dist": {
2802
                "type": "zip",
2803
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/2f228650fd4cc50c3d3c1d6541546ffc169b2240",
2804
                "reference": "2f228650fd4cc50c3d3c1d6541546ffc169b2240",
2805
                "shasum": ""
2806
            },
2807
            "require": {
2808
                "php": ">=5.6"
2809
            },
2810
            "conflict": {
2811
                "microsoft/windowsazure": "<0.4.3"
2812
            },
2813
            "require-dev": {
2814
                "akeneo/phpspec-skip-example-extension": "~1.2",
2815
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2816
                "aws/aws-sdk-php": "^2.4.12||~3",
2817
                "doctrine/dbal": ">=2.3",
2818
                "dropbox-php/dropbox-php": "*",
2819
                "google/apiclient": "~1.1.3",
2820
                "league/flysystem": "~1.0",
2821
                "microsoft/azure-storage": "~0.15.0",
2822
                "microsoft/windowsazure": "~0.4",
2823
                "mikey179/vfsstream": "~1.2.0",
2824
                "mongodb/mongodb": "^1.1",
2825
                "phpseclib/phpseclib": "^2.0",
2826
                "phpspec/phpspec": "~2.4",
2827
                "phpunit/phpunit": "^5.6.8",
2828
                "rackspace/php-opencloud": "^1.9.2"
2829
            },
2830
            "suggest": {
2831
                "ext-curl": "*",
2832
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2833
                "ext-mbstring": "*",
2834
                "gaufrette/aws-s3-adapter": "to use AwsS3 adapter (supports SDK v2 and v3)",
2835
                "gaufrette/azure-blob-storage-adapter": "to use AzureBlobStorage adapter",
2836
                "gaufrette/doctrine-dbal-adapter": "to use DBAL adapter",
2837
                "gaufrette/flysystem-adapter": "to use Flysystem adapter",
2838
                "gaufrette/ftp-adapter": "to use Ftp adapter",
2839
                "gaufrette/gridfs-adapter": "to use GridFS adapter",
2840
                "gaufrette/in-memory-adapter": "to use InMemory adapter",
2841
                "gaufrette/local-adapter": "to use Local adapter",
2842
                "gaufrette/opencloud-adapter": "to use Opencloud adapter",
2843
                "gaufrette/phpseclib-sftp-adapter": "to use PhpseclibSftp adapter",
2844
                "gaufrette/zip-adapter": "to use Zip adapter",
2845
                "google/apiclient": "to use GoogleCloudStorage adapter",
2846
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2"
2847
            },
2848
            "type": "library",
2849
            "extra": {
2850
                "branch-alias": {
2851
                    "dev-master": "0.5.x-dev"
2852
                }
2853
            },
2854
            "autoload": {
2855
                "psr-0": {
2856
                    "Gaufrette": "src/"
2857
                }
2858
            },
2859
            "notification-url": "https://packagist.org/downloads/",
2860
            "license": [
2861
                "MIT"
2862
            ],
2863
            "authors": [
2864
                {
2865
                    "name": "The contributors",
2866
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2867
                },
2868
                {
2869
                    "name": "KnpLabs Team",
2870
                    "homepage": "http://knplabs.com"
2871
                }
2872
            ],
2873
            "description": "PHP library that provides a filesystem abstraction layer",
2874
            "homepage": "http://knplabs.com",
2875
            "keywords": [
2876
                "abstraction",
2877
                "file",
2878
                "filesystem",
2879
                "media"
2880
            ],
2881
            "time": "2018-01-04T19:50:08+00:00"
2882
        },
2883
        {
2884
            "name": "knplabs/knp-gaufrette-bundle",
2885
            "version": "v0.5.2",
2886
            "source": {
2887
                "type": "git",
2888
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2889
                "reference": "2a3d24efda257023e5d3f21866f1ff18f50c60ba"
2890
            },
2891
            "dist": {
2892
                "type": "zip",
2893
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/2a3d24efda257023e5d3f21866f1ff18f50c60ba",
2894
                "reference": "2a3d24efda257023e5d3f21866f1ff18f50c60ba",
2895
                "shasum": ""
2896
            },
2897
            "require": {
2898
                "knplabs/gaufrette": "~0.1.7|~0.2|~0.3|~0.4|~0.5",
2899
                "symfony/config": "~2.1|~3.0|~4.0",
2900
                "symfony/dependency-injection": "~2.1|~3.0|~4.0",
2901
                "symfony/framework-bundle": "~2.0|~3.0|~4.0"
2902
            },
2903
            "require-dev": {
2904
                "phpunit/phpunit": "~4.8.35",
2905
                "symfony/console": "~2.1|~3.0|~4.0",
2906
                "symfony/filesystem": "~2.1|~3.0|~4.0",
2907
                "symfony/yaml": "~2.1|~3.0|~4.0"
2908
            },
2909
            "type": "symfony-bundle",
2910
            "extra": {
2911
                "branch-alias": []
2912
            },
2913
            "autoload": {
2914
                "psr-4": {
2915
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2916
                }
2917
            },
2918
            "notification-url": "https://packagist.org/downloads/",
2919
            "license": [
2920
                "MIT"
2921
            ],
2922
            "authors": [
2923
                {
2924
                    "name": "The contributors",
2925
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2926
                },
2927
                {
2928
                    "name": "Antoine Hérault",
2929
                    "email": "[email protected]"
2930
                }
2931
            ],
2932
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2933
            "homepage": "http://knplabs.com",
2934
            "keywords": [
2935
                "abstraction",
2936
                "file",
2937
                "filesystem",
2938
                "media"
2939
            ],
2940
            "time": "2018-01-30T13:05:01+00:00"
2941
        },
2942
        {
2943
            "name": "knplabs/knp-menu",
2944
            "version": "2.3.0",
2945
            "source": {
2946
                "type": "git",
2947
                "url": "https://github.com/KnpLabs/KnpMenu.git",
2948
                "reference": "655630a1db0b72108262d1a844de3b1ba0885be5"
2949
            },
2950
            "dist": {
2951
                "type": "zip",
2952
                "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/655630a1db0b72108262d1a844de3b1ba0885be5",
2953
                "reference": "655630a1db0b72108262d1a844de3b1ba0885be5",
2954
                "shasum": ""
2955
            },
2956
            "require": {
2957
                "php": ">=5.6.0"
2958
            },
2959
            "require-dev": {
2960
                "psr/container": "^1.0",
2961
                "symfony/http-foundation": "~2.4|~3.0|^4.0",
2962
                "symfony/phpunit-bridge": "~3.3|^4.0",
2963
                "symfony/routing": "~2.3|~3.0|^4.0",
2964
                "twig/twig": "~1.16|~2.0"
2965
            },
2966
            "suggest": {
2967
                "twig/twig": "for the TwigRenderer and the integration with your templates"
2968
            },
2969
            "type": "library",
2970
            "extra": {
2971
                "branch-alias": {
2972
                    "dev-master": "2.3-dev"
2973
                }
2974
            },
2975
            "autoload": {
2976
                "psr-4": {
2977
                    "Knp\\Menu\\": "src/Knp/Menu"
2978
                }
2979
            },
2980
            "notification-url": "https://packagist.org/downloads/",
2981
            "license": [
2982
                "MIT"
2983
            ],
2984
            "authors": [
2985
                {
2986
                    "name": "Christophe Coevoet",
2987
                    "email": "[email protected]"
2988
                },
2989
                {
2990
                    "name": "Symfony Community",
2991
                    "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
2992
                },
2993
                {
2994
                    "name": "KnpLabs",
2995
                    "homepage": "https://knplabs.com"
2996
                }
2997
            ],
2998
            "description": "An object oriented menu library",
2999
            "homepage": "https://knplabs.com",
3000
            "keywords": [
3001
                "menu",
3002
                "tree"
3003
            ],
3004
            "time": "2017-11-18T20:49:26+00:00"
3005
        },
3006
        {
3007
            "name": "knplabs/knp-menu-bundle",
3008
            "version": "v2.2.1",
3009
            "source": {
3010
                "type": "git",
3011
                "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
3012
                "reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0"
3013
            },
3014
            "dist": {
3015
                "type": "zip",
3016
                "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/6bea43eb84fc67c43ab2b43709194efffa8a8ac0",
3017
                "reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0",
3018
                "shasum": ""
3019
            },
3020
            "require": {
3021
                "knplabs/knp-menu": "~2.3",
3022
                "php": "^5.6 || ^7",
3023
                "symfony/framework-bundle": "~2.7|~3.0 | ^4.0"
3024
            },
3025
            "require-dev": {
3026
                "symfony/expression-language": "~2.7|~3.0 | ^4.0",
3027
                "symfony/phpunit-bridge": "^3.3 | ^4.0",
3028
                "symfony/templating": "~2.7|~3.0 | ^4.0"
3029
            },
3030
            "type": "symfony-bundle",
3031
            "extra": {
3032
                "branch-alias": {
3033
                    "dev-master": "2.2.x-dev"
3034
                }
3035
            },
3036
            "autoload": {
3037
                "psr-4": {
3038
                    "Knp\\Bundle\\MenuBundle\\": "src"
3039
                }
3040
            },
3041
            "notification-url": "https://packagist.org/downloads/",
3042
            "license": [
3043
                "MIT"
3044
            ],
3045
            "authors": [
3046
                {
3047
                    "name": "Christophe Coevoet",
3048
                    "email": "[email protected]"
3049
                },
3050
                {
3051
                    "name": "Knplabs",
3052
                    "homepage": "http://knplabs.com"
3053
                },
3054
                {
3055
                    "name": "Symfony Community",
3056
                    "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
3057
                }
3058
            ],
3059
            "description": "This bundle provides an integration of the KnpMenu library",
3060
            "keywords": [
3061
                "menu"
3062
            ],
3063
            "time": "2017-12-24T16:32:39+00:00"
3064
        },
3065
        {
3066
            "name": "league/uri",
3067
            "version": "5.3.0",
3068
            "source": {
3069
                "type": "git",
3070
                "url": "https://github.com/thephpleague/uri.git",
3071
                "reference": "f2bceb755f1108758cf4cf925e4cd7699ce686aa"
3072
            },
3073
            "dist": {
3074
                "type": "zip",
3075
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/f2bceb755f1108758cf4cf925e4cd7699ce686aa",
3076
                "reference": "f2bceb755f1108758cf4cf925e4cd7699ce686aa",
3077
                "shasum": ""
3078
            },
3079
            "require": {
3080
                "ext-fileinfo": "*",
3081
                "ext-intl": "*",
3082
                "ext-mbstring": "*",
3083
                "league/uri-components": "^1.8",
3084
                "league/uri-hostname-parser": "^1.1",
3085
                "league/uri-interfaces": "^1.0",
3086
                "league/uri-manipulations": "^1.5",
3087
                "league/uri-parser": "^1.4",
3088
                "league/uri-schemes": "^1.2",
3089
                "php": ">=7.0.13",
3090
                "psr/http-message": "^1.0"
3091
            },
3092
            "type": "metapackage",
3093
            "extra": {
3094
                "branch-alias": {
3095
                    "dev-master": "5.x-dev"
3096
                }
3097
            },
3098
            "notification-url": "https://packagist.org/downloads/",
3099
            "license": [
3100
                "MIT"
3101
            ],
3102
            "authors": [
3103
                {
3104
                    "name": "Ignace Nyamagana Butera",
3105
                    "email": "[email protected]",
3106
                    "homepage": "https://nyamsprod.com"
3107
                }
3108
            ],
3109
            "description": "URI manipulation library",
3110
            "homepage": "http://uri.thephpleague.com",
3111
            "keywords": [
3112
                "data-uri",
3113
                "file-uri",
3114
                "ftp",
3115
                "hostname",
3116
                "http",
3117
                "https",
3118
                "middleware",
3119
                "parse_str",
3120
                "parse_url",
3121
                "psr-7",
3122
                "query-string",
3123
                "querystring",
3124
                "rfc3986",
3125
                "rfc3987",
3126
                "uri",
3127
                "url",
3128
                "ws"
3129
            ],
3130
            "time": "2018-03-14T17:19:39+00:00"
3131
        },
3132
        {
3133
            "name": "league/uri-components",
3134
            "version": "1.8.0",
3135
            "source": {
3136
                "type": "git",
3137
                "url": "https://github.com/thephpleague/uri-components.git",
3138
                "reference": "5290537e2d3bc5218d4aa4cc62d277a7e01050b5"
3139
            },
3140
            "dist": {
3141
                "type": "zip",
3142
                "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/5290537e2d3bc5218d4aa4cc62d277a7e01050b5",
3143
                "reference": "5290537e2d3bc5218d4aa4cc62d277a7e01050b5",
3144
                "shasum": ""
3145
            },
3146
            "require": {
3147
                "ext-curl": "*",
3148
                "ext-fileinfo": "*",
3149
                "ext-intl": "*",
3150
                "league/uri-hostname-parser": "^1.1.0",
3151
                "php": ">=7.0"
3152
            },
3153
            "require-dev": {
3154
                "friendsofphp/php-cs-fixer": "^2.3",
3155
                "phpstan/phpstan": "^0.9.2",
3156
                "phpstan/phpstan-phpunit": "^0.9.4",
3157
                "phpstan/phpstan-strict-rules": "^0.9.0",
3158
                "phpunit/phpunit": "^6.0"
3159
            },
3160
            "type": "library",
3161
            "extra": {
3162
                "branch-alias": {
3163
                    "dev-master": "1.x-dev"
3164
                }
3165
            },
3166
            "autoload": {
3167
                "psr-4": {
3168
                    "League\\Uri\\": "src"
3169
                },
3170
                "files": [
3171
                    "src/functions_include.php"
3172
                ]
3173
            },
3174
            "notification-url": "https://packagist.org/downloads/",
3175
            "license": [
3176
                "MIT"
3177
            ],
3178
            "authors": [
3179
                {
3180
                    "name": "Ignace Nyamagana Butera",
3181
                    "email": "[email protected]",
3182
                    "homepage": "https://nyamsprod.com"
3183
                }
3184
            ],
3185
            "description": "URI components manipulation library",
3186
            "homepage": "http://uri.thephpleague.com",
3187
            "keywords": [
3188
                "authority",
3189
                "components",
3190
                "fragment",
3191
                "host",
3192
                "path",
3193
                "port",
3194
                "query",
3195
                "rfc3986",
3196
                "scheme",
3197
                "uri",
3198
                "url",
3199
                "userinfo"
3200
            ],
3201
            "time": "2018-03-14T15:32:06+00:00"
3202
        },
3203
        {
3204
            "name": "league/uri-hostname-parser",
3205
            "version": "1.1.1",
3206
            "source": {
3207
                "type": "git",
3208
                "url": "https://github.com/thephpleague/uri-hostname-parser.git",
3209
                "reference": "7a6be3d06d0ed08dcb51f666aa60f3b66cd51325"
3210
            },
3211
            "dist": {
3212
                "type": "zip",
3213
                "url": "https://api.github.com/repos/thephpleague/uri-hostname-parser/zipball/7a6be3d06d0ed08dcb51f666aa60f3b66cd51325",
3214
                "reference": "7a6be3d06d0ed08dcb51f666aa60f3b66cd51325",
3215
                "shasum": ""
3216
            },
3217
            "require": {
3218
                "ext-intl": "*",
3219
                "php": ">=7.0",
3220
                "psr/simple-cache": "^1"
3221
            },
3222
            "require-dev": {
3223
                "friendsofphp/php-cs-fixer": "^2.7",
3224
                "mikey179/vfsstream": "^1.6",
3225
                "phpunit/phpunit": "^6.3"
3226
            },
3227
            "suggest": {
3228
                "ext-curl": "To use the bundle cURL HTTP client",
3229
                "psr/simple-cache-implementation": "To enable using other cache providers"
3230
            },
3231
            "bin": [
3232
                "bin/update-psl-icann-section"
3233
            ],
3234
            "type": "library",
3235
            "autoload": {
3236
                "psr-4": {
3237
                    "League\\Uri\\": "src"
3238
                },
3239
                "files": [
3240
                    "src/functions_include.php"
3241
                ]
3242
            },
3243
            "notification-url": "https://packagist.org/downloads/",
3244
            "license": [
3245
                "MIT"
3246
            ],
3247
            "authors": [
3248
                {
3249
                    "name": "Jeremy Kendall",
3250
                    "homepage": "http://about.me/jeremykendall",
3251
                    "role": "Developer"
3252
                },
3253
                {
3254
                    "name": "Ignace Nyamagana Butera",
3255
                    "homepage": "http://nyamsprod.com",
3256
                    "role": "Developer"
3257
                },
3258
                {
3259
                    "name": "Contributors",
3260
                    "homepage": "https://github.com/phpleague/uri-hostname-parser/graphs/contributors"
3261
                }
3262
            ],
3263
            "description": "ICANN base hostname parsing implemented in PHP.",
3264
            "homepage": "https://github.com/thephphleague/uri-hostname-parser",
3265
            "keywords": [
3266
                "Public Suffix List",
3267
                "domain parsing",
3268
                "icann"
3269
            ],
3270
            "time": "2018-02-16T07:29:26+00:00"
3271
        },
3272
        {
3273
            "name": "league/uri-interfaces",
3274
            "version": "1.0.0",
3275
            "source": {
3276
                "type": "git",
3277
                "url": "https://github.com/thephpleague/uri-interfaces.git",
3278
                "reference": "dcc0be58e8b35a726274249e5eee053be1a56b66"
3279
            },
3280
            "dist": {
3281
                "type": "zip",
3282
                "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/dcc0be58e8b35a726274249e5eee053be1a56b66",
3283
                "reference": "dcc0be58e8b35a726274249e5eee053be1a56b66",
3284
                "shasum": ""
3285
            },
3286
            "require": {
3287
                "php": ">=5.3.0"
3288
            },
3289
            "require-dev": {
3290
                "friendsofphp/php-cs-fixer": "^1.0.0"
3291
            },
3292
            "type": "library",
3293
            "extra": {
3294
                "branch-alias": {
3295
                    "dev-master": "1.0.x-dev"
3296
                }
3297
            },
3298
            "autoload": {
3299
                "psr-4": {
3300
                    "League\\Uri\\Interfaces\\": "src/"
3301
                }
3302
            },
3303
            "notification-url": "https://packagist.org/downloads/",
3304
            "license": [
3305
                "MIT"
3306
            ],
3307
            "authors": [
3308
                {
3309
                    "name": "Ignace Nyamagana Butera",
3310
                    "email": "[email protected]",
3311
                    "homepage": "https://nyamsprod.com"
3312
                }
3313
            ],
3314
            "description": "Common interface for URI representation",
3315
            "homepage": "http://github.com/thephpleague/uri-interfaces",
3316
            "keywords": [
3317
                "rfc3986",
3318
                "rfc3987",
3319
                "uri",
3320
                "url"
3321
            ],
3322
            "time": "2017-01-04T08:02:42+00:00"
3323
        },
3324
        {
3325
            "name": "league/uri-manipulations",
3326
            "version": "1.5.0",
3327
            "source": {
3328
                "type": "git",
3329
                "url": "https://github.com/thephpleague/uri-manipulations.git",
3330
                "reference": "ae8d49a3203ccf7a1e39aaf7fae9f08bfbc454a2"
3331
            },
3332
            "dist": {
3333
                "type": "zip",
3334
                "url": "https://api.github.com/repos/thephpleague/uri-manipulations/zipball/ae8d49a3203ccf7a1e39aaf7fae9f08bfbc454a2",
3335
                "reference": "ae8d49a3203ccf7a1e39aaf7fae9f08bfbc454a2",
3336
                "shasum": ""
3337
            },
3338
            "require": {
3339
                "ext-intl": "*",
3340
                "league/uri-components": "^1.8.0",
3341
                "league/uri-interfaces": "^1.0",
3342
                "php": ">=7.0",
3343
                "psr/http-message": "^1.0"
3344
            },
3345
            "require-dev": {
3346
                "friendsofphp/php-cs-fixer": "^2.0",
3347
                "guzzlehttp/psr7": "^1.2",
3348
                "league/uri-schemes": "^1.2",
3349
                "phpstan/phpstan": "^0.9.2",
3350
                "phpstan/phpstan-phpunit": "^0.9.4",
3351
                "phpstan/phpstan-strict-rules": "^0.9.0",
3352
                "phpunit/phpunit": "^6.0",
3353
                "zendframework/zend-diactoros": "1.4.0"
3354
            },
3355
            "suggest": {
3356
                "league/uri-schemes": "Allow manipulating URI objects"
3357
            },
3358
            "type": "library",
3359
            "extra": {
3360
                "branch-alias": {
3361
                    "dev-master": "1.x-dev"
3362
                }
3363
            },
3364
            "autoload": {
3365
                "psr-4": {
3366
                    "League\\Uri\\": "src"
3367
                },
3368
                "files": [
3369
                    "src/functions_include.php"
3370
                ]
3371
            },
3372
            "notification-url": "https://packagist.org/downloads/",
3373
            "license": [
3374
                "MIT"
3375
            ],
3376
            "authors": [
3377
                {
3378
                    "name": "Ignace Nyamagana Butera",
3379
                    "email": "[email protected]",
3380
                    "homepage": "https://nyamsprod.com"
3381
                }
3382
            ],
3383
            "description": "URI manipulation library",
3384
            "homepage": "http://url.thephpleague.com",
3385
            "keywords": [
3386
                "formatter",
3387
                "manipulation",
3388
                "manipulations",
3389
                "middlewares",
3390
                "modifiers",
3391
                "psr-7",
3392
                "references",
3393
                "rfc3986",
3394
                "rfc3987",
3395
                "uri",
3396
                "url"
3397
            ],
3398
            "time": "2018-03-14T16:44:57+00:00"
3399
        },
3400
        {
3401
            "name": "league/uri-parser",
3402
            "version": "1.4.0",
3403
            "source": {
3404
                "type": "git",
3405
                "url": "https://github.com/thephpleague/uri-parser.git",
3406
                "reference": "8beb28540744a5ad728aee7060100002f9196f46"
3407
            },
3408
            "dist": {
3409
                "type": "zip",
3410
                "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/8beb28540744a5ad728aee7060100002f9196f46",
3411
                "reference": "8beb28540744a5ad728aee7060100002f9196f46",
3412
                "shasum": ""
3413
            },
3414
            "require": {
3415
                "php": ">=7.0.0"
3416
            },
3417
            "require-dev": {
3418
                "friendsofphp/php-cs-fixer": "^2.0",
3419
                "phpstan/phpstan": "^0.9.2",
3420
                "phpstan/phpstan-phpunit": "^0.9.4",
3421
                "phpstan/phpstan-strict-rules": "^0.9.0",
3422
                "phpunit/phpunit": "^6.0"
3423
            },
3424
            "suggest": {
3425
                "ext-intl": "Allow parsing RFC3987 compliant hosts",
3426
                "league/uri-schemes": "Allow validating and normalizing URI parsing results"
3427
            },
3428
            "type": "library",
3429
            "extra": {
3430
                "branch-alias": {
3431
                    "dev-master": "1.x-dev"
3432
                }
3433
            },
3434
            "autoload": {
3435
                "psr-4": {
3436
                    "League\\Uri\\": "src"
3437
                },
3438
                "files": [
3439
                    "src/functions_include.php"
3440
                ]
3441
            },
3442
            "notification-url": "https://packagist.org/downloads/",
3443
            "license": [
3444
                "MIT"
3445
            ],
3446
            "authors": [
3447
                {
3448
                    "name": "Ignace Nyamagana Butera",
3449
                    "email": "[email protected]",
3450
                    "homepage": "https://nyamsprod.com"
3451
                }
3452
            ],
3453
            "description": "userland URI parser RFC 3986 compliant",
3454
            "homepage": "https://github.com/thephpleague/uri-parser",
3455
            "keywords": [
3456
                "parse_url",
3457
                "parser",
3458
                "rfc3986",
3459
                "rfc3987",
3460
                "uri",
3461
                "url"
3462
            ],
3463
            "time": "2018-03-13T21:13:33+00:00"
3464
        },
3465
        {
3466
            "name": "league/uri-schemes",
3467
            "version": "1.2.0",
3468
            "source": {
3469
                "type": "git",
3470
                "url": "https://github.com/thephpleague/uri-schemes.git",
3471
                "reference": "c26aedac0f60d1ce915aa309e1d08a4b09c7d708"
3472
            },
3473
            "dist": {
3474
                "type": "zip",
3475
                "url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/c26aedac0f60d1ce915aa309e1d08a4b09c7d708",
3476
                "reference": "c26aedac0f60d1ce915aa309e1d08a4b09c7d708",
3477
                "shasum": ""
3478
            },
3479
            "require": {
3480
                "ext-fileinfo": "*",
3481
                "league/uri-interfaces": "^1.0",
3482
                "league/uri-parser": "^1.4.0",
3483
                "php": ">=7.0.13",
3484
                "psr/http-message": "^1.0"
3485
            },
3486
            "require-dev": {
3487
                "friendsofphp/php-cs-fixer": "^2.0",
3488
                "phpstan/phpstan": "^0.9.2",
3489
                "phpstan/phpstan-phpunit": "^0.9.4",
3490
                "phpstan/phpstan-strict-rules": "^0.9.0",
3491
                "phpunit/phpunit": "^6.0"
3492
            },
3493
            "suggest": {
3494
                "ext-intl": "Allow parsing RFC3987 compliant hosts",
3495
                "league/uri-manipulations": "Needed to easily manipulate URI objects"
3496
            },
3497
            "type": "library",
3498
            "extra": {
3499
                "branch-alias": {
3500
                    "dev-master": "1.0.x-dev"
3501
                }
3502
            },
3503
            "autoload": {
3504
                "psr-4": {
3505
                    "League\\Uri\\": "src"
3506
                },
3507
                "files": [
3508
                    "src/functions_include.php"
3509
                ]
3510
            },
3511
            "notification-url": "https://packagist.org/downloads/",
3512
            "license": [
3513
                "MIT"
3514
            ],
3515
            "authors": [
3516
                {
3517
                    "name": "Ignace Nyamagana Butera",
3518
                    "email": "[email protected]",
3519
                    "homepage": "https://nyamsprod.com"
3520
                }
3521
            ],
3522
            "description": "URI manipulation library",
3523
            "homepage": "http://uri.thephpleague.com",
3524
            "keywords": [
3525
                "data-uri",
3526
                "file",
3527
                "ftp",
3528
                "http",
3529
                "https",
3530
                "parse_url",
3531
                "psr-7",
3532
                "rfc3986",
3533
                "uri",
3534
                "url",
3535
                "ws",
3536
                "wss"
3537
            ],
3538
            "time": "2018-03-14T08:33:20+00:00"
3539
        },
3540
        {
3541
            "name": "liip/imagine-bundle",
3542
            "version": "1.9.1",
3543
            "source": {
3544
                "type": "git",
3545
                "url": "https://github.com/liip/LiipImagineBundle.git",
3546
                "reference": "3084c77e984ec669e0d645250a3cb1077d8b92f6"
3547
            },
3548
            "dist": {
3549
                "type": "zip",
3550
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/3084c77e984ec669e0d645250a3cb1077d8b92f6",
3551
                "reference": "3084c77e984ec669e0d645250a3cb1077d8b92f6",
3552
                "shasum": ""
3553
            },
3554
            "require": {
3555
                "imagine/imagine": "^0.6.3|^0.7.0,<0.8",
3556
                "php": "^5.3.9|^7.0",
3557
                "symfony/asset": "~2.3|~3.0",
3558
                "symfony/filesystem": "~2.3|~3.0",
3559
                "symfony/finder": "~2.3|~3.0",
3560
                "symfony/framework-bundle": "~2.3|~3.0",
3561
                "symfony/options-resolver": "~2.3|~3.0",
3562
                "symfony/process": "~2.3|~3.0",
3563
                "symfony/templating": "~2.3|~3.0",
3564
                "symfony/translation": "~2.3|~3.0"
3565
            },
3566
            "require-dev": {
3567
                "amazonwebservices/aws-sdk-for-php": "~1.0",
3568
                "aws/aws-sdk-php": "~2.4",
3569
                "doctrine/cache": "~1.1",
3570
                "doctrine/orm": "~2.3",
3571
                "ext-gd": "*",
3572
                "friendsofphp/php-cs-fixer": "~1.0",
3573
                "phpunit/phpunit": "~4.3|~5.0",
3574
                "psr/log": "~1.0",
3575
                "satooshi/php-coveralls": "~1.0",
3576
                "sllh/php-cs-fixer-styleci-bridge": "~2.1",
3577
                "symfony/browser-kit": "~2.3|~3.0",
3578
                "symfony/console": "~2.3|~3.0",
3579
                "symfony/dependency-injection": "~2.3|~3.0",
3580
                "symfony/form": "~2.3|~3.0",
3581
                "symfony/phpunit-bridge": "~2.3|~3.0",
3582
                "symfony/validator": "~2.3|~3.0",
3583
                "symfony/yaml": "~2.3|~3.0",
3584
                "twig/twig": "~1.12|~2.0"
3585
            },
3586
            "suggest": {
3587
                "alcaeus/mongo-php-adapter": "required on PHP >= 7.0 to use mongo components with mongodb extension",
3588
                "amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
3589
                "aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
3590
                "doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
3591
                "enqueue/enqueue-bundle": "add if you like to process images in background",
3592
                "ext-exif": "required to read EXIF metadata from images",
3593
                "ext-gd": "required to use gd driver",
3594
                "ext-gmagick": "required to use gmagick driver",
3595
                "ext-imagick": "required to use imagick driver",
3596
                "ext-mongo": "required for mongodb components on PHP <7.0",
3597
                "ext-mongodb": "required for mongodb components on PHP >=7.0",
3598
                "league/flysystem": "required to use FlySystem data loader or cache resolver",
3599
                "monolog/monolog": "A psr/log compatible logger is required to enable logging",
3600
                "twig/twig": "required to use the provided Twig extension. Version 1.12 or greater needed"
3601
            },
3602
            "type": "symfony-bundle",
3603
            "extra": {
3604
                "branch-alias": {
3605
                    "dev-1.0": "1.7-dev"
3606
                }
3607
            },
3608
            "autoload": {
3609
                "psr-4": {
3610
                    "Liip\\ImagineBundle\\": ""
3611
                },
3612
                "exclude-from-classmap": [
3613
                    "/Tests/"
3614
                ]
3615
            },
3616
            "notification-url": "https://packagist.org/downloads/",
3617
            "license": [
3618
                "MIT"
3619
            ],
3620
            "authors": [
3621
                {
3622
                    "name": "Liip and other contributors",
3623
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
3624
                }
3625
            ],
3626
            "description": "This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.",
3627
            "homepage": "http://liip.ch",
3628
            "keywords": [
3629
                "bundle",
3630
                "image",
3631
                "imagine",
3632
                "liip",
3633
                "manipulation",
3634
                "photos",
3635
                "pictures",
3636
                "symfony",
3637
                "transformation"
3638
            ],
3639
            "time": "2017-09-09T03:53:30+00:00"
3640
        },
3641
        {
3642
            "name": "mockery/mockery",
3643
            "version": "1.0",
3644
            "source": {
3645
                "type": "git",
3646
                "url": "https://github.com/mockery/mockery.git",
3647
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
3648
            },
3649
            "dist": {
3650
                "type": "zip",
3651
                "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
3652
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
3653
                "shasum": ""
3654
            },
3655
            "require": {
3656
                "hamcrest/hamcrest-php": "~2.0",
3657
                "lib-pcre": ">=7.0",
3658
                "php": ">=5.6.0"
3659
            },
3660
            "require-dev": {
3661
                "phpunit/phpunit": "~5.7|~6.1"
3662
            },
3663
            "type": "library",
3664
            "extra": {
3665
                "branch-alias": {
3666
                    "dev-master": "1.0.x-dev"
3667
                }
3668
            },
3669
            "autoload": {
3670
                "psr-0": {
3671
                    "Mockery": "library/"
3672
                }
3673
            },
3674
            "notification-url": "https://packagist.org/downloads/",
3675
            "license": [
3676
                "BSD-3-Clause"
3677
            ],
3678
            "authors": [
3679
                {
3680
                    "name": "Pádraic Brady",
3681
                    "email": "[email protected]",
3682
                    "homepage": "http://blog.astrumfutura.com"
3683
                },
3684
                {
3685
                    "name": "Dave Marshall",
3686
                    "email": "[email protected]",
3687
                    "homepage": "http://davedevelopment.co.uk"
3688
                }
3689
            ],
3690
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
3691
            "homepage": "http://github.com/mockery/mockery",
3692
            "keywords": [
3693
                "BDD",
3694
                "TDD",
3695
                "library",
3696
                "mock",
3697
                "mock objects",
3698
                "mockery",
3699
                "stub",
3700
                "test",
3701
                "test double",
3702
                "testing"
3703
            ],
3704
            "time": "2017-10-06T16:20:43+00:00"
3705
        },
3706
        {
3707
            "name": "monolog/monolog",
3708
            "version": "1.23.0",
3709
            "source": {
3710
                "type": "git",
3711
                "url": "https://github.com/Seldaek/monolog.git",
3712
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
3713
            },
3714
            "dist": {
3715
                "type": "zip",
3716
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3717
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3718
                "shasum": ""
3719
            },
3720
            "require": {
3721
                "php": ">=5.3.0",
3722
                "psr/log": "~1.0"
3723
            },
3724
            "provide": {
3725
                "psr/log-implementation": "1.0.0"
3726
            },
3727
            "require-dev": {
3728
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
3729
                "doctrine/couchdb": "~1.0@dev",
3730
                "graylog2/gelf-php": "~1.0",
3731
                "jakub-onderka/php-parallel-lint": "0.9",
3732
                "php-amqplib/php-amqplib": "~2.4",
3733
                "php-console/php-console": "^3.1.3",
3734
                "phpunit/phpunit": "~4.5",
3735
                "phpunit/phpunit-mock-objects": "2.3.0",
3736
                "ruflin/elastica": ">=0.90 <3.0",
3737
                "sentry/sentry": "^0.13",
3738
                "swiftmailer/swiftmailer": "^5.3|^6.0"
3739
            },
3740
            "suggest": {
3741
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3742
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3743
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3744
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3745
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3746
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3747
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3748
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3749
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3750
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3751
                "sentry/sentry": "Allow sending log messages to a Sentry server"
3752
            },
3753
            "type": "library",
3754
            "extra": {
3755
                "branch-alias": {
3756
                    "dev-master": "2.0.x-dev"
3757
                }
3758
            },
3759
            "autoload": {
3760
                "psr-4": {
3761
                    "Monolog\\": "src/Monolog"
3762
                }
3763
            },
3764
            "notification-url": "https://packagist.org/downloads/",
3765
            "license": [
3766
                "MIT"
3767
            ],
3768
            "authors": [
3769
                {
3770
                    "name": "Jordi Boggiano",
3771
                    "email": "[email protected]",
3772
                    "homepage": "http://seld.be"
3773
                }
3774
            ],
3775
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3776
            "homepage": "http://github.com/Seldaek/monolog",
3777
            "keywords": [
3778
                "log",
3779
                "logging",
3780
                "psr-3"
3781
            ],
3782
            "time": "2017-06-19T01:22:40+00:00"
3783
        },
3784
        {
3785
            "name": "nette/bootstrap",
3786
            "version": "v2.4.5",
3787
            "source": {
3788
                "type": "git",
3789
                "url": "https://github.com/nette/bootstrap.git",
3790
                "reference": "804925787764d708a7782ea0d9382a310bb21968"
3791
            },
3792
            "dist": {
3793
                "type": "zip",
3794
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/804925787764d708a7782ea0d9382a310bb21968",
3795
                "reference": "804925787764d708a7782ea0d9382a310bb21968",
3796
                "shasum": ""
3797
            },
3798
            "require": {
3799
                "nette/di": "~2.4.7",
3800
                "nette/utils": "~2.4",
3801
                "php": ">=5.6.0"
3802
            },
3803
            "conflict": {
3804
                "nette/nette": "<2.2"
3805
            },
3806
            "require-dev": {
3807
                "latte/latte": "~2.2",
3808
                "nette/application": "~2.3",
3809
                "nette/caching": "~2.3",
3810
                "nette/database": "~2.3",
3811
                "nette/forms": "~2.3",
3812
                "nette/http": "~2.4.0",
3813
                "nette/mail": "~2.3",
3814
                "nette/robot-loader": "^2.4.2 || ^3.0",
3815
                "nette/safe-stream": "~2.2",
3816
                "nette/security": "~2.3",
3817
                "nette/tester": "~2.0",
3818
                "tracy/tracy": "^2.4.1"
3819
            },
3820
            "suggest": {
3821
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
3822
                "tracy/tracy": "to use Configurator::enableTracy()"
3823
            },
3824
            "type": "library",
3825
            "extra": {
3826
                "branch-alias": {
3827
                    "dev-master": "2.4-dev"
3828
                }
3829
            },
3830
            "autoload": {
3831
                "classmap": [
3832
                    "src/"
3833
                ]
3834
            },
3835
            "notification-url": "https://packagist.org/downloads/",
3836
            "license": [
3837
                "BSD-3-Clause",
3838
                "GPL-2.0",
3839
                "GPL-3.0"
3840
            ],
3841
            "authors": [
3842
                {
3843
                    "name": "David Grudl",
3844
                    "homepage": "https://davidgrudl.com"
3845
                },
3846
                {
3847
                    "name": "Nette Community",
3848
                    "homepage": "https://nette.org/contributors"
3849
                }
3850
            ],
3851
            "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
3852
            "homepage": "https://nette.org",
3853
            "keywords": [
3854
                "bootstrapping",
3855
                "configurator",
3856
                "nette"
3857
            ],
3858
            "time": "2017-08-20T17:36:59+00:00"
3859
        },
3860
        {
3861
            "name": "nette/caching",
3862
            "version": "v2.5.6",
3863
            "source": {
3864
                "type": "git",
3865
                "url": "https://github.com/nette/caching.git",
3866
                "reference": "1231735b5135ca02bd381b70482c052d2a90bdc9"
3867
            },
3868
            "dist": {
3869
                "type": "zip",
3870
                "url": "https://api.github.com/repos/nette/caching/zipball/1231735b5135ca02bd381b70482c052d2a90bdc9",
3871
                "reference": "1231735b5135ca02bd381b70482c052d2a90bdc9",
3872
                "shasum": ""
3873
            },
3874
            "require": {
3875
                "nette/finder": "^2.2 || ~3.0.0",
3876
                "nette/utils": "^2.4 || ~3.0.0",
3877
                "php": ">=5.6.0"
3878
            },
3879
            "conflict": {
3880
                "nette/nette": "<2.2"
3881
            },
3882
            "require-dev": {
3883
                "latte/latte": "^2.4",
3884
                "nette/di": "^2.4 || ~3.0.0",
3885
                "nette/tester": "^2.0",
3886
                "tracy/tracy": "^2.4"
3887
            },
3888
            "suggest": {
3889
                "ext-pdo_sqlite": "to use SQLiteStorage or SQLiteJournal"
3890
            },
3891
            "type": "library",
3892
            "extra": {
3893
                "branch-alias": {
3894
                    "dev-master": "2.5-dev"
3895
                }
3896
            },
3897
            "autoload": {
3898
                "classmap": [
3899
                    "src/"
3900
                ]
3901
            },
3902
            "notification-url": "https://packagist.org/downloads/",
3903
            "license": [
3904
                "BSD-3-Clause",
3905
                "GPL-2.0",
3906
                "GPL-3.0"
3907
            ],
3908
            "authors": [
3909
                {
3910
                    "name": "David Grudl",
3911
                    "homepage": "https://davidgrudl.com"
3912
                },
3913
                {
3914
                    "name": "Nette Community",
3915
                    "homepage": "https://nette.org/contributors"
3916
                }
3917
            ],
3918
            "description": "⏱ Nette Caching: library with easy-to-use API and many cache backends.",
3919
            "homepage": "https://nette.org",
3920
            "keywords": [
3921
                "cache",
3922
                "journal",
3923
                "memcached",
3924
                "nette",
3925
                "sqlite"
3926
            ],
3927
            "time": "2017-08-30T12:12:25+00:00"
3928
        },
3929
        {
3930
            "name": "nette/di",
3931
            "version": "v2.4.10",
3932
            "source": {
3933
                "type": "git",
3934
                "url": "https://github.com/nette/di.git",
3935
                "reference": "a4b3be935b755f23aebea1ce33d7e3c832cdff98"
3936
            },
3937
            "dist": {
3938
                "type": "zip",
3939
                "url": "https://api.github.com/repos/nette/di/zipball/a4b3be935b755f23aebea1ce33d7e3c832cdff98",
3940
                "reference": "a4b3be935b755f23aebea1ce33d7e3c832cdff98",
3941
                "shasum": ""
3942
            },
3943
            "require": {
3944
                "ext-tokenizer": "*",
3945
                "nette/neon": "^2.3.3 || ~3.0.0",
3946
                "nette/php-generator": "^2.6.1 || ~3.0.0",
3947
                "nette/utils": "^2.4.3 || ~3.0.0",
3948
                "php": ">=5.6.0"
3949
            },
3950
            "conflict": {
3951
                "nette/bootstrap": "<2.4",
3952
                "nette/nette": "<2.2"
3953
            },
3954
            "require-dev": {
3955
                "nette/tester": "^2.0",
3956
                "tracy/tracy": "^2.3"
3957
            },
3958
            "type": "library",
3959
            "extra": {
3960
                "branch-alias": {
3961
                    "dev-master": "2.4-dev"
3962
                }
3963
            },
3964
            "autoload": {
3965
                "classmap": [
3966
                    "src/"
3967
                ]
3968
            },
3969
            "notification-url": "https://packagist.org/downloads/",
3970
            "license": [
3971
                "BSD-3-Clause",
3972
                "GPL-2.0",
3973
                "GPL-3.0"
3974
            ],
3975
            "authors": [
3976
                {
3977
                    "name": "David Grudl",
3978
                    "homepage": "https://davidgrudl.com"
3979
                },
3980
                {
3981
                    "name": "Nette Community",
3982
                    "homepage": "https://nette.org/contributors"
3983
                }
3984
            ],
3985
            "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
3986
            "homepage": "https://nette.org",
3987
            "keywords": [
3988
                "compiled",
3989
                "di",
3990
                "dic",
3991
                "factory",
3992
                "ioc",
3993
                "nette",
3994
                "static"
3995
            ],
3996
            "time": "2017-08-31T22:42:00+00:00"
3997
        },
3998
        {
3999
            "name": "nette/finder",
4000
            "version": "v2.4.1",
4001
            "source": {
4002
                "type": "git",
4003
                "url": "https://github.com/nette/finder.git",
4004
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547"
4005
            },
4006
            "dist": {
4007
                "type": "zip",
4008
                "url": "https://api.github.com/repos/nette/finder/zipball/4d43a66d072c57d585bf08a3ef68d3587f7e9547",
4009
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547",
4010
                "shasum": ""
4011
            },
4012
            "require": {
4013
                "nette/utils": "^2.4 || ~3.0.0",
4014
                "php": ">=5.6.0"
4015
            },
4016
            "conflict": {
4017
                "nette/nette": "<2.2"
4018
            },
4019
            "require-dev": {
4020
                "nette/tester": "^2.0",
4021
                "tracy/tracy": "^2.3"
4022
            },
4023
            "type": "library",
4024
            "extra": {
4025
                "branch-alias": {
4026
                    "dev-master": "2.4-dev"
4027
                }
4028
            },
4029
            "autoload": {
4030
                "classmap": [
4031
                    "src/"
4032
                ]
4033
            },
4034
            "notification-url": "https://packagist.org/downloads/",
4035
            "license": [
4036
                "BSD-3-Clause",
4037
                "GPL-2.0",
4038
                "GPL-3.0"
4039
            ],
4040
            "authors": [
4041
                {
4042
                    "name": "David Grudl",
4043
                    "homepage": "https://davidgrudl.com"
4044
                },
4045
                {
4046
                    "name": "Nette Community",
4047
                    "homepage": "https://nette.org/contributors"
4048
                }
4049
            ],
4050
            "description": "Nette Finder: Files Searching",
4051
            "homepage": "https://nette.org",
4052
            "time": "2017-07-10T23:47:08+00:00"
4053
        },
4054
        {
4055
            "name": "nette/neon",
4056
            "version": "v2.4.2",
4057
            "source": {
4058
                "type": "git",
4059
                "url": "https://github.com/nette/neon.git",
4060
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622"
4061
            },
4062
            "dist": {
4063
                "type": "zip",
4064
                "url": "https://api.github.com/repos/nette/neon/zipball/9eacd50553b26b53a3977bfb2fea2166d4331622",
4065
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622",
4066
                "shasum": ""
4067
            },
4068
            "require": {
4069
                "ext-iconv": "*",
4070
                "ext-json": "*",
4071
                "php": ">=5.6.0"
4072
            },
4073
            "require-dev": {
4074
                "nette/tester": "~2.0",
4075
                "tracy/tracy": "^2.3"
4076
            },
4077
            "type": "library",
4078
            "extra": {
4079
                "branch-alias": {
4080
                    "dev-master": "2.4-dev"
4081
                }
4082
            },
4083
            "autoload": {
4084
                "classmap": [
4085
                    "src/"
4086
                ]
4087
            },
4088
            "notification-url": "https://packagist.org/downloads/",
4089
            "license": [
4090
                "BSD-3-Clause",
4091
                "GPL-2.0",
4092
                "GPL-3.0"
4093
            ],
4094
            "authors": [
4095
                {
4096
                    "name": "David Grudl",
4097
                    "homepage": "https://davidgrudl.com"
4098
                },
4099
                {
4100
                    "name": "Nette Community",
4101
                    "homepage": "https://nette.org/contributors"
4102
                }
4103
            ],
4104
            "description": "Nette NEON: parser & generator for Nette Object Notation",
4105
            "homepage": "http://ne-on.org",
4106
            "time": "2017-07-11T18:29:08+00:00"
4107
        },
4108
        {
4109
            "name": "nette/php-generator",
4110
            "version": "v3.0.2",
4111
            "source": {
4112
                "type": "git",
4113
                "url": "https://github.com/nette/php-generator.git",
4114
                "reference": "1652635d312a8db4291b16f3ebf87cb1a15a6257"
4115
            },
4116
            "dist": {
4117
                "type": "zip",
4118
                "url": "https://api.github.com/repos/nette/php-generator/zipball/1652635d312a8db4291b16f3ebf87cb1a15a6257",
4119
                "reference": "1652635d312a8db4291b16f3ebf87cb1a15a6257",
4120
                "shasum": ""
4121
            },
4122
            "require": {
4123
                "nette/utils": "^2.4.2 || ~3.0.0",
4124
                "php": ">=7.0"
4125
            },
4126
            "conflict": {
4127
                "nette/nette": "<2.2"
4128
            },
4129
            "require-dev": {
4130
                "nette/tester": "^2.0",
4131
                "tracy/tracy": "^2.3"
4132
            },
4133
            "type": "library",
4134
            "extra": {
4135
                "branch-alias": {
4136
                    "dev-master": "3.0-dev"
4137
                }
4138
            },
4139
            "autoload": {
4140
                "classmap": [
4141
                    "src/"
4142
                ]
4143
            },
4144
            "notification-url": "https://packagist.org/downloads/",
4145
            "license": [
4146
                "BSD-3-Clause",
4147
                "GPL-2.0",
4148
                "GPL-3.0"
4149
            ],
4150
            "authors": [
4151
                {
4152
                    "name": "David Grudl",
4153
                    "homepage": "https://davidgrudl.com"
4154
                },
4155
                {
4156
                    "name": "Nette Community",
4157
                    "homepage": "https://nette.org/contributors"
4158
                }
4159
            ],
4160
            "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.2 features.",
4161
            "homepage": "https://nette.org",
4162
            "keywords": [
4163
                "code",
4164
                "nette",
4165
                "php",
4166
                "scaffolding"
4167
            ],
4168
            "time": "2017-09-26T11:19:32+00:00"
4169
        },
4170
        {
4171
            "name": "nette/robot-loader",
4172
            "version": "v3.0.3",
4173
            "source": {
4174
                "type": "git",
4175
                "url": "https://github.com/nette/robot-loader.git",
4176
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a"
4177
            },
4178
            "dist": {
4179
                "type": "zip",
4180
                "url": "https://api.github.com/repos/nette/robot-loader/zipball/92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
4181
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
4182
                "shasum": ""
4183
            },
4184
            "require": {
4185
                "ext-tokenizer": "*",
4186
                "nette/finder": "^2.3 || ^3.0",
4187
                "nette/utils": "^2.4 || ^3.0",
4188
                "php": ">=5.6.0"
4189
            },
4190
            "conflict": {
4191
                "nette/nette": "<2.2"
4192
            },
4193
            "require-dev": {
4194
                "nette/tester": "^2.0",
4195
                "tracy/tracy": "^2.3"
4196
            },
4197
            "type": "library",
4198
            "extra": {
4199
                "branch-alias": {
4200
                    "dev-master": "3.0-dev"
4201
                }
4202
            },
4203
            "autoload": {
4204
                "classmap": [
4205
                    "src/"
4206
                ]
4207
            },
4208
            "notification-url": "https://packagist.org/downloads/",
4209
            "license": [
4210
                "BSD-3-Clause",
4211
                "GPL-2.0",
4212
                "GPL-3.0"
4213
            ],
4214
            "authors": [
4215
                {
4216
                    "name": "David Grudl",
4217
                    "homepage": "https://davidgrudl.com"
4218
                },
4219
                {
4220
                    "name": "Nette Community",
4221
                    "homepage": "https://nette.org/contributors"
4222
                }
4223
            ],
4224
            "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
4225
            "homepage": "https://nette.org",
4226
            "keywords": [
4227
                "autoload",
4228
                "class",
4229
                "interface",
4230
                "nette",
4231
                "trait"
4232
            ],
4233
            "time": "2017-09-26T13:42:21+00:00"
4234
        },
4235
        {
4236
            "name": "nette/utils",
4237
            "version": "v2.5.1",
4238
            "source": {
4239
                "type": "git",
4240
                "url": "https://github.com/nette/utils.git",
4241
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc"
4242
            },
4243
            "dist": {
4244
                "type": "zip",
4245
                "url": "https://api.github.com/repos/nette/utils/zipball/8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
4246
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
4247
                "shasum": ""
4248
            },
4249
            "require": {
4250
                "php": ">=5.6.0"
4251
            },
4252
            "conflict": {
4253
                "nette/nette": "<2.2"
4254
            },
4255
            "require-dev": {
4256
                "nette/tester": "~2.0",
4257
                "tracy/tracy": "^2.3"
4258
            },
4259
            "suggest": {
4260
                "ext-gd": "to use Image",
4261
                "ext-iconv": "to use Strings::webalize() and toAscii()",
4262
                "ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
4263
                "ext-json": "to use Nette\\Utils\\Json",
4264
                "ext-mbstring": "to use Strings::lower() etc...",
4265
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
4266
            },
4267
            "type": "library",
4268
            "extra": {
4269
                "branch-alias": {
4270
                    "dev-master": "2.5-dev"
4271
                }
4272
            },
4273
            "autoload": {
4274
                "classmap": [
4275
                    "src/"
4276
                ],
4277
                "files": [
4278
                    "src/loader.php"
4279
                ]
4280
            },
4281
            "notification-url": "https://packagist.org/downloads/",
4282
            "license": [
4283
                "BSD-3-Clause",
4284
                "GPL-2.0",
4285
                "GPL-3.0"
4286
            ],
4287
            "authors": [
4288
                {
4289
                    "name": "David Grudl",
4290
                    "homepage": "https://davidgrudl.com"
4291
                },
4292
                {
4293
                    "name": "Nette Community",
4294
                    "homepage": "https://nette.org/contributors"
4295
                }
4296
            ],
4297
            "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
4298
            "homepage": "https://nette.org",
4299
            "keywords": [
4300
                "array",
4301
                "core",
4302
                "datetime",
4303
                "images",
4304
                "json",
4305
                "nette",
4306
                "paginator",
4307
                "password",
4308
                "slugify",
4309
                "string",
4310
                "unicode",
4311
                "utf-8",
4312
                "utility",
4313
                "validation"
4314
            ],
4315
            "time": "2018-02-19T14:42:42+00:00"
4316
        },
4317
        {
4318
            "name": "nikic/php-parser",
4319
            "version": "v3.1.5",
4320
            "source": {
4321
                "type": "git",
4322
                "url": "https://github.com/nikic/PHP-Parser.git",
4323
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
4324
            },
4325
            "dist": {
4326
                "type": "zip",
4327
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
4328
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
4329
                "shasum": ""
4330
            },
4331
            "require": {
4332
                "ext-tokenizer": "*",
4333
                "php": ">=5.5"
4334
            },
4335
            "require-dev": {
4336
                "phpunit/phpunit": "~4.0|~5.0"
4337
            },
4338
            "bin": [
4339
                "bin/php-parse"
4340
            ],
4341
            "type": "library",
4342
            "extra": {
4343
                "branch-alias": {
4344
                    "dev-master": "3.0-dev"
4345
                }
4346
            },
4347
            "autoload": {
4348
                "psr-4": {
4349
                    "PhpParser\\": "lib/PhpParser"
4350
                }
4351
            },
4352
            "notification-url": "https://packagist.org/downloads/",
4353
            "license": [
4354
                "BSD-3-Clause"
4355
            ],
4356
            "authors": [
4357
                {
4358
                    "name": "Nikita Popov"
4359
                }
4360
            ],
4361
            "description": "A PHP parser written in PHP",
4362
            "keywords": [
4363
                "parser",
4364
                "php"
4365
            ],
4366
            "time": "2018-02-28T20:30:58+00:00"
4367
        },
4368
        {
4369
            "name": "ocramius/package-versions",
4370
            "version": "1.3.0",
4371
            "source": {
4372
                "type": "git",
4373
                "url": "https://github.com/Ocramius/PackageVersions.git",
4374
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
4375
            },
4376
            "dist": {
4377
                "type": "zip",
4378
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
4379
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
4380
                "shasum": ""
4381
            },
4382
            "require": {
4383
                "composer-plugin-api": "^1.0.0",
4384
                "php": "^7.1.0"
4385
            },
4386
            "require-dev": {
4387
                "composer/composer": "^1.6.3",
4388
                "ext-zip": "*",
4389
                "infection/infection": "^0.7.1",
4390
                "phpunit/phpunit": "^7.0.0"
4391
            },
4392
            "type": "composer-plugin",
4393
            "extra": {
4394
                "class": "PackageVersions\\Installer",
4395
                "branch-alias": {
4396
                    "dev-master": "2.0.x-dev"
4397
                }
4398
            },
4399
            "autoload": {
4400
                "psr-4": {
4401
                    "PackageVersions\\": "src/PackageVersions"
4402
                }
4403
            },
4404
            "notification-url": "https://packagist.org/downloads/",
4405
            "license": [
4406
                "MIT"
4407
            ],
4408
            "authors": [
4409
                {
4410
                    "name": "Marco Pivetta",
4411
                    "email": "[email protected]"
4412
                }
4413
            ],
4414
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
4415
            "time": "2018-02-05T13:05:30+00:00"
4416
        },
4417
        {
4418
            "name": "ocramius/proxy-manager",
4419
            "version": "2.1.1",
4420
            "source": {
4421
                "type": "git",
4422
                "url": "https://github.com/Ocramius/ProxyManager.git",
4423
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
4424
            },
4425
            "dist": {
4426
                "type": "zip",
4427
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
4428
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
4429
                "shasum": ""
4430
            },
4431
            "require": {
4432
                "ocramius/package-versions": "^1.1.1",
4433
                "php": "^7.1.0",
4434
                "zendframework/zend-code": "^3.1.0"
4435
            },
4436
            "require-dev": {
4437
                "couscous/couscous": "^1.5.2",
4438
                "ext-phar": "*",
4439
                "humbug/humbug": "dev-master@DEV",
4440
                "nikic/php-parser": "^3.0.4",
4441
                "phpbench/phpbench": "^0.12.2",
4442
                "phpstan/phpstan": "^0.6.4",
4443
                "phpunit/phpunit": "^5.6.4",
4444
                "phpunit/phpunit-mock-objects": "^3.4.1",
4445
                "squizlabs/php_codesniffer": "^2.7.0"
4446
            },
4447
            "suggest": {
4448
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
4449
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
4450
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
4451
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
4452
            },
4453
            "type": "library",
4454
            "extra": {
4455
                "branch-alias": {
4456
                    "dev-master": "3.0.x-dev"
4457
                }
4458
            },
4459
            "autoload": {
4460
                "psr-0": {
4461
                    "ProxyManager\\": "src"
4462
                }
4463
            },
4464
            "notification-url": "https://packagist.org/downloads/",
4465
            "license": [
4466
                "MIT"
4467
            ],
4468
            "authors": [
4469
                {
4470
                    "name": "Marco Pivetta",
4471
                    "email": "[email protected]",
4472
                    "homepage": "http://ocramius.github.io/"
4473
                }
4474
            ],
4475
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
4476
            "homepage": "https://github.com/Ocramius/ProxyManager",
4477
            "keywords": [
4478
                "aop",
4479
                "lazy loading",
4480
                "proxy",
4481
                "proxy pattern",
4482
                "service proxies"
4483
            ],
4484
            "time": "2017-05-04T11:12:50+00:00"
4485
        },
4486
        {
4487
            "name": "pagerfanta/pagerfanta",
4488
            "version": "v1.0.5",
4489
            "source": {
4490
                "type": "git",
4491
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
4492
                "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143"
4493
            },
4494
            "dist": {
4495
                "type": "zip",
4496
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/29aade64addfdfb12c05aabf160f09d1aea6b143",
4497
                "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143",
4498
                "shasum": ""
4499
            },
4500
            "require": {
4501
                "php": ">=5.3.0"
4502
            },
4503
            "require-dev": {
4504
                "doctrine/orm": "~2.3",
4505
                "doctrine/phpcr-odm": "1.*",
4506
                "jackalope/jackalope-doctrine-dbal": "1.*",
4507
                "jmikola/geojson": "~1.0",
4508
                "mandango/mandango": "~1.0@dev",
4509
                "mandango/mondator": "~1.0@dev",
4510
                "phpunit/phpunit": "~4 | ~5",
4511
                "propel/propel": "~2.0@dev",
4512
                "propel/propel1": "~1.6",
4513
                "ruflin/elastica": "~1.3",
4514
                "solarium/solarium": "~3.1"
4515
            },
4516
            "suggest": {
4517
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
4518
                "doctrine/orm": "To use the DoctrineORMAdapter.",
4519
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
4520
                "mandango/mandango": "To use the MandangoAdapter.",
4521
                "propel/propel": "To use the Propel2Adapter",
4522
                "propel/propel1": "To use the PropelAdapter",
4523
                "solarium/solarium": "To use the SolariumAdapter."
4524
            },
4525
            "type": "library",
4526
            "extra": {
4527
                "branch-alias": {
4528
                    "dev-master": "1.0.x-dev"
4529
                }
4530
            },
4531
            "autoload": {
4532
                "psr-0": {
4533
                    "Pagerfanta\\": "src/"
4534
                }
4535
            },
4536
            "notification-url": "https://packagist.org/downloads/",
4537
            "license": [
4538
                "MIT"
4539
            ],
4540
            "authors": [
4541
                {
4542
                    "name": "Pablo Díez",
4543
                    "email": "[email protected]"
4544
                }
4545
            ],
4546
            "description": "Pagination for PHP 5.3",
4547
            "keywords": [
4548
                "page",
4549
                "pagination",
4550
                "paginator",
4551
                "paging"
4552
            ],
4553
            "time": "2017-03-20T13:46:15+00:00"
4554
        },
4555
        {
4556
            "name": "paragonie/random_compat",
4557
            "version": "v2.0.11",
4558
            "source": {
4559
                "type": "git",
4560
                "url": "https://github.com/paragonie/random_compat.git",
4561
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
4562
            },
4563
            "dist": {
4564
                "type": "zip",
4565
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
4566
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
4567
                "shasum": ""
4568
            },
4569
            "require": {
4570
                "php": ">=5.2.0"
4571
            },
4572
            "require-dev": {
4573
                "phpunit/phpunit": "4.*|5.*"
4574
            },
4575
            "suggest": {
4576
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
4577
            },
4578
            "type": "library",
4579
            "autoload": {
4580
                "files": [
4581
                    "lib/random.php"
4582
                ]
4583
            },
4584
            "notification-url": "https://packagist.org/downloads/",
4585
            "license": [
4586
                "MIT"
4587
            ],
4588
            "authors": [
4589
                {
4590
                    "name": "Paragon Initiative Enterprises",
4591
                    "email": "[email protected]",
4592
                    "homepage": "https://paragonie.com"
4593
                }
4594
            ],
4595
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
4596
            "keywords": [
4597
                "csprng",
4598
                "pseudorandom",
4599
                "random"
4600
            ],
4601
            "time": "2017-09-27T21:40:39+00:00"
4602
        },
4603
        {
4604
            "name": "payum/iso4217",
4605
            "version": "1.0.1",
4606
            "source": {
4607
                "type": "git",
4608
                "url": "https://github.com/Payum/iso4217.git",
4609
                "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789"
4610
            },
4611
            "dist": {
4612
                "type": "zip",
4613
                "url": "https://api.github.com/repos/Payum/iso4217/zipball/6a45480e2818350dea58b7a076d0115aa7ff5789",
4614
                "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789",
4615
                "shasum": ""
4616
            },
4617
            "require": {
4618
                "php": ">=5.3"
4619
            },
4620
            "require-dev": {
4621
                "phpunit/phpunit": "~4.0"
4622
            },
4623
            "type": "library",
4624
            "extra": {
4625
                "branch-alias": {
4626
                    "dev-master": "1.0.x-dev"
4627
                }
4628
            },
4629
            "autoload": {
4630
                "psr-4": {
4631
                    "Payum\\ISO4217\\": "."
4632
                }
4633
            },
4634
            "notification-url": "https://packagist.org/downloads/",
4635
            "license": [
4636
                "MIT"
4637
            ],
4638
            "authors": [
4639
                {
4640
                    "name": "Rob Bast",
4641
                    "email": "[email protected]"
4642
                },
4643
                {
4644
                    "name": "Community contributions",
4645
                    "homepage": "https://github.com/Payum/Payum/contributors"
4646
                },
4647
                {
4648
                    "name": "Kotlyar Maksim",
4649
                    "email": "[email protected]"
4650
                },
4651
                {
4652
                    "name": "Payum project",
4653
                    "homepage": "http://payum.org/"
4654
                }
4655
            ],
4656
            "description": "ISO 4217 PHP Library",
4657
            "homepage": "http://payum.org",
4658
            "keywords": [
4659
                "4217",
4660
                "ISO 4217",
4661
                "currencies",
4662
                "iso",
4663
                "library"
4664
            ],
4665
            "time": "2016-08-04T08:15:12+00:00"
4666
        },
4667
        {
4668
            "name": "payum/payum",
4669
            "version": "1.5.0",
4670
            "source": {
4671
                "type": "git",
4672
                "url": "https://github.com/Payum/Payum.git",
4673
                "reference": "ce4bed89584634b7ef36c4bbd8b87f7a04034371"
4674
            },
4675
            "dist": {
4676
                "type": "zip",
4677
                "url": "https://api.github.com/repos/Payum/Payum/zipball/ce4bed89584634b7ef36c4bbd8b87f7a04034371",
4678
                "reference": "ce4bed89584634b7ef36c4bbd8b87f7a04034371",
4679
                "shasum": ""
4680
            },
4681
            "require": {
4682
                "league/uri": "^5.0",
4683
                "payum/iso4217": "~1.0",
4684
                "php": "^7.0",
4685
                "php-http/client-implementation": "^1.0",
4686
                "php-http/message": "^1.0",
4687
                "twig/twig": "~1.0|~2.0"
4688
            },
4689
            "replace": {
4690
                "payum/authorize-net-aim": "self.version",
4691
                "payum/be2bill": "self.version",
4692
                "payum/core": "^1",
4693
                "payum/klarna-checkout": "self.version",
4694
                "payum/klarna-invoice": "self.version",
4695
                "payum/offline": "self.version",
4696
                "payum/payex": "self.version",
4697
                "payum/paypal-express-checkout-nvp": "self.version",
4698
                "payum/paypal-ipn": "self.version",
4699
                "payum/paypal-pro-checkout-nvp": "self.version",
4700
                "payum/paypal-rest": "self.version",
4701
                "payum/sofort": "self.version",
4702
                "payum/stripe": "self.version"
4703
            },
4704
            "require-dev": {
4705
                "authorizenet/authorizenet": "~1.8",
4706
                "defuse/php-encryption": "^2",
4707
                "doctrine/orm": "2.5.*",
4708
                "ext-curl": "*",
4709
                "ext-pdo_sqlite": "*",
4710
                "ext-soap": "*",
4711
                "fp/klarna-invoice": "0.1.*",
4712
                "klarna/checkout": "~1|~2.0",
4713
                "omnipay/common": "^3@dev",
4714
                "omnipay/dummy": "^3@alpha",
4715
                "paypal/rest-api-sdk-php": "0.5.*",
4716
                "payum/omnipay-v3-bridge": "^1@alpha",
4717
                "php-http/guzzle6-adapter": "^1.1.1",
4718
                "phpunit/phpunit": "^5.7",
4719
                "propel/propel1": "~1.7",
4720
                "psr/log": "~1.0",
4721
                "sofort/sofortlib-php": "^3.0",
4722
                "stripe/stripe-php": "~2.0|~3.0",
4723
                "symfony/dependency-injection": "^3.1|^4.0",
4724
                "symfony/form": "^3.1|^4.0",
4725
                "symfony/http-foundation": "^3.1|^4.0",
4726
                "symfony/http-kernel": "^3.1|^4.0",
4727
                "symfony/phpunit-bridge": "^3.1|^4.0",
4728
                "symfony/routing": "^3.1|^4.0",
4729
                "symfony/templating": "^3.1|^4.0",
4730
                "symfony/validator": "^3.1|^4.0",
4731
                "zendframework/zend-db": "~2"
4732
            },
4733
            "type": "library",
4734
            "extra": {
4735
                "branch-alias": {
4736
                    "dev-master": "1.5-dev"
4737
                }
4738
            },
4739
            "autoload": {
4740
                "psr-0": {
4741
                    "Payum": "src/"
4742
                }
4743
            },
4744
            "notification-url": "https://packagist.org/downloads/",
4745
            "license": [
4746
                "MIT"
4747
            ],
4748
            "authors": [
4749
                {
4750
                    "name": "Community contributions",
4751
                    "homepage": "https://github.com/Payum/Payum/contributors"
4752
                },
4753
                {
4754
                    "name": "Kotlyar Maksim",
4755
                    "email": "[email protected]"
4756
                },
4757
                {
4758
                    "name": "Payum project",
4759
                    "homepage": "https://payum.forma-pro.com/"
4760
                }
4761
            ],
4762
            "description": "One million downloads of Payum already! Payum offers everything you need to work with payments. Friendly for all PHP frameworks (Symfony, Laravel, Zend, Yii, Silex). Check more visiting site.",
4763
            "homepage": "https://payum.forma-pro.com",
4764
            "keywords": [
4765
                "authorize.net",
4766
                "be2bill",
4767
                "instant payment notification",
4768
                "ipn",
4769
                "jms payment",
4770
                "payex",
4771
                "payment",
4772
                "payout",
4773
                "paypal",
4774
                "paypal digital goods",
4775
                "paypal express",
4776
                "paypal pro",
4777
                "paypal rest",
4778
                "recurring payment",
4779
                "stripe",
4780
                "stripe checkout",
4781
                "stripe.js",
4782
                "withdrawal"
4783
            ],
4784
            "time": "2018-01-09T21:00:40+00:00"
4785
        },
4786
        {
4787
            "name": "payum/payum-bundle",
4788
            "version": "2.3.0",
4789
            "source": {
4790
                "type": "git",
4791
                "url": "https://github.com/Payum/PayumBundle.git",
4792
                "reference": "a740640dae94839518b84815ffe9713311dd60d9"
4793
            },
4794
            "dist": {
4795
                "type": "zip",
4796
                "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/a740640dae94839518b84815ffe9713311dd60d9",
4797
                "reference": "a740640dae94839518b84815ffe9713311dd60d9",
4798
                "shasum": ""
4799
            },
4800
            "require": {
4801
                "payum/core": "^1.5",
4802
                "php": "^7.0",
4803
                "symfony/form": "^3.1|^4",
4804
                "symfony/framework-bundle": "^3.1|^4",
4805
                "symfony/security-csrf": "^3.1|^4",
4806
                "symfony/validator": "^3.1|^4"
4807
            },
4808
            "require-dev": {
4809
                "defuse/php-encryption": "^2",
4810
                "doctrine/orm": "~2.5",
4811
                "ext-curl": "*",
4812
                "ext-pdo_sqlite": "*",
4813
                "ext-soap": "*",
4814
                "fp/klarna-invoice": "0.1.*",
4815
                "klarna/checkout": "~1|~2.0",
4816
                "omnipay/common": "^3@dev",
4817
                "omnipay/dummy": "^3@alpha",
4818
                "omnipay/paypal": "^3@dev",
4819
                "paypal/rest-api-sdk-php": "0.5.*",
4820
                "payum/omnipay-v3-bridge": "^1@alpha",
4821
                "payum/payum": "^1.5@dev",
4822
                "php-http/guzzle6-adapter": "^1",
4823
                "phpunit/phpunit": "^5.7",
4824
                "stripe/stripe-php": "~1.0",
4825
                "symfony/browser-kit": "^3.1|^4",
4826
                "symfony/expression-language": "^3.1|^4",
4827
                "symfony/phpunit-bridge": "^3.1|^4",
4828
                "symfony/templating": "^3.1|^4",
4829
                "symfony/twig-bundle": "^3.1|^4",
4830
                "twig/twig": "^1.16|^2.0"
4831
            },
4832
            "suggest": {
4833
                "sonata-project/admin-bundle": "^3 If you want to configure payments in the backend."
4834
            },
4835
            "type": "symfony-bundle",
4836
            "extra": {
4837
                "branch-alias": {
4838
                    "dev-master": "2.3-dev"
4839
                }
4840
            },
4841
            "autoload": {
4842
                "psr-4": {
4843
                    "Payum\\Bundle\\PayumBundle\\": ""
4844
                }
4845
            },
4846
            "notification-url": "https://packagist.org/downloads/",
4847
            "license": [
4848
                "MIT"
4849
            ],
4850
            "authors": [
4851
                {
4852
                    "name": "Community contributions",
4853
                    "homepage": "https://github.com/Payum/PayumBundle/contributors"
4854
                },
4855
                {
4856
                    "name": "Kotlyar Maksim",
4857
                    "email": "[email protected]"
4858
                },
4859
                {
4860
                    "name": "Payum project",
4861
                    "homepage": "https://payum.forma-pro.com/"
4862
                }
4863
            ],
4864
            "description": "One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.",
4865
            "homepage": "https://payum.forma-pro.com/",
4866
            "keywords": [
4867
                "authorize.net",
4868
                "be2bill",
4869
                "instant notifications",
4870
                "klarna",
4871
                "offline",
4872
                "omnipay",
4873
                "payex",
4874
                "payment",
4875
                "paypal",
4876
                "paypal express checkout",
4877
                "paypal pro checkout",
4878
                "recurring payment",
4879
                "stripe",
4880
                "stripe checkout",
4881
                "stripe.js",
4882
                "symfony"
4883
            ],
4884
            "time": "2018-01-09T21:09:36+00:00"
4885
        },
4886
        {
4887
            "name": "php-cs-fixer/diff",
4888
            "version": "v1.3.0",
4889
            "source": {
4890
                "type": "git",
4891
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
4892
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
4893
            },
4894
            "dist": {
4895
                "type": "zip",
4896
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
4897
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
4898
                "shasum": ""
4899
            },
4900
            "require": {
4901
                "php": "^5.6 || ^7.0"
4902
            },
4903
            "require-dev": {
4904
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4905
                "symfony/process": "^3.3"
4906
            },
4907
            "type": "library",
4908
            "autoload": {
4909
                "classmap": [
4910
                    "src/"
4911
                ]
4912
            },
4913
            "notification-url": "https://packagist.org/downloads/",
4914
            "license": [
4915
                "BSD-3-Clause"
4916
            ],
4917
            "authors": [
4918
                {
4919
                    "name": "Kore Nordmann",
4920
                    "email": "[email protected]"
4921
                },
4922
                {
4923
                    "name": "Sebastian Bergmann",
4924
                    "email": "[email protected]"
4925
                },
4926
                {
4927
                    "name": "SpacePossum"
4928
                }
4929
            ],
4930
            "description": "sebastian/diff v2 backport support for PHP5.6",
4931
            "homepage": "https://github.com/PHP-CS-Fixer",
4932
            "keywords": [
4933
                "diff"
4934
            ],
4935
            "time": "2018-02-15T16:58:55+00:00"
4936
        },
4937
        {
4938
            "name": "php-http/guzzle6-adapter",
4939
            "version": "v1.1.1",
4940
            "source": {
4941
                "type": "git",
4942
                "url": "https://github.com/php-http/guzzle6-adapter.git",
4943
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
4944
            },
4945
            "dist": {
4946
                "type": "zip",
4947
                "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
4948
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
4949
                "shasum": ""
4950
            },
4951
            "require": {
4952
                "guzzlehttp/guzzle": "^6.0",
4953
                "php": ">=5.5.0",
4954
                "php-http/httplug": "^1.0"
4955
            },
4956
            "provide": {
4957
                "php-http/async-client-implementation": "1.0",
4958
                "php-http/client-implementation": "1.0"
4959
            },
4960
            "require-dev": {
4961
                "ext-curl": "*",
4962
                "php-http/adapter-integration-tests": "^0.4"
4963
            },
4964
            "type": "library",
4965
            "extra": {
4966
                "branch-alias": {
4967
                    "dev-master": "1.2-dev"
4968
                }
4969
            },
4970
            "autoload": {
4971
                "psr-4": {
4972
                    "Http\\Adapter\\Guzzle6\\": "src/"
4973
                }
4974
            },
4975
            "notification-url": "https://packagist.org/downloads/",
4976
            "license": [
4977
                "MIT"
4978
            ],
4979
            "authors": [
4980
                {
4981
                    "name": "Márk Sági-Kazár",
4982
                    "email": "[email protected]"
4983
                },
4984
                {
4985
                    "name": "David de Boer",
4986
                    "email": "[email protected]"
4987
                }
4988
            ],
4989
            "description": "Guzzle 6 HTTP Adapter",
4990
            "homepage": "http://httplug.io",
4991
            "keywords": [
4992
                "Guzzle",
4993
                "http"
4994
            ],
4995
            "time": "2016-05-10T06:13:32+00:00"
4996
        },
4997
        {
4998
            "name": "php-http/httplug",
4999
            "version": "v1.1.0",
5000
            "source": {
5001
                "type": "git",
5002
                "url": "https://github.com/php-http/httplug.git",
5003
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
5004
            },
5005
            "dist": {
5006
                "type": "zip",
5007
                "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
5008
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
5009
                "shasum": ""
5010
            },
5011
            "require": {
5012
                "php": ">=5.4",
5013
                "php-http/promise": "^1.0",
5014
                "psr/http-message": "^1.0"
5015
            },
5016
            "require-dev": {
5017
                "henrikbjorn/phpspec-code-coverage": "^1.0",
5018
                "phpspec/phpspec": "^2.4"
5019
            },
5020
            "type": "library",
5021
            "extra": {
5022
                "branch-alias": {
5023
                    "dev-master": "1.1-dev"
5024
                }
5025
            },
5026
            "autoload": {
5027
                "psr-4": {
5028
                    "Http\\Client\\": "src/"
5029
                }
5030
            },
5031
            "notification-url": "https://packagist.org/downloads/",
5032
            "license": [
5033
                "MIT"
5034
            ],
5035
            "authors": [
5036
                {
5037
                    "name": "Eric GELOEN",
5038
                    "email": "[email protected]"
5039
                },
5040
                {
5041
                    "name": "Márk Sági-Kazár",
5042
                    "email": "[email protected]"
5043
                }
5044
            ],
5045
            "description": "HTTPlug, the HTTP client abstraction for PHP",
5046
            "homepage": "http://httplug.io",
5047
            "keywords": [
5048
                "client",
5049
                "http"
5050
            ],
5051
            "time": "2016-08-31T08:30:17+00:00"
5052
        },
5053
        {
5054
            "name": "php-http/message",
5055
            "version": "1.6.0",
5056
            "source": {
5057
                "type": "git",
5058
                "url": "https://github.com/php-http/message.git",
5059
                "reference": "2edd63bae5f52f79363c5f18904b05ce3a4b7253"
5060
            },
5061
            "dist": {
5062
                "type": "zip",
5063
                "url": "https://api.github.com/repos/php-http/message/zipball/2edd63bae5f52f79363c5f18904b05ce3a4b7253",
5064
                "reference": "2edd63bae5f52f79363c5f18904b05ce3a4b7253",
5065
                "shasum": ""
5066
            },
5067
            "require": {
5068
                "clue/stream-filter": "^1.3",
5069
                "php": ">=5.4",
5070
                "php-http/message-factory": "^1.0.2",
5071
                "psr/http-message": "^1.0"
5072
            },
5073
            "provide": {
5074
                "php-http/message-factory-implementation": "1.0"
5075
            },
5076
            "require-dev": {
5077
                "akeneo/phpspec-skip-example-extension": "^1.0",
5078
                "coduo/phpspec-data-provider-extension": "^1.0",
5079
                "ext-zlib": "*",
5080
                "guzzlehttp/psr7": "^1.0",
5081
                "henrikbjorn/phpspec-code-coverage": "^1.0",
5082
                "phpspec/phpspec": "^2.4",
5083
                "slim/slim": "^3.0",
5084
                "zendframework/zend-diactoros": "^1.0"
5085
            },
5086
            "suggest": {
5087
                "ext-zlib": "Used with compressor/decompressor streams",
5088
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
5089
                "slim/slim": "Used with Slim Framework PSR-7 implementation",
5090
                "zendframework/zend-diactoros": "Used with Diactoros Factories"
5091
            },
5092
            "type": "library",
5093
            "extra": {
5094
                "branch-alias": {
5095
                    "dev-master": "1.6-dev"
5096
                }
5097
            },
5098
            "autoload": {
5099
                "psr-4": {
5100
                    "Http\\Message\\": "src/"
5101
                },
5102
                "files": [
5103
                    "src/filters.php"
5104
                ]
5105
            },
5106
            "notification-url": "https://packagist.org/downloads/",
5107
            "license": [
5108
                "MIT"
5109
            ],
5110
            "authors": [
5111
                {
5112
                    "name": "Márk Sági-Kazár",
5113
                    "email": "[email protected]"
5114
                }
5115
            ],
5116
            "description": "HTTP Message related tools",
5117
            "homepage": "http://php-http.org",
5118
            "keywords": [
5119
                "http",
5120
                "message",
5121
                "psr-7"
5122
            ],
5123
            "time": "2017-07-05T06:40:53+00:00"
5124
        },
5125
        {
5126
            "name": "php-http/message-factory",
5127
            "version": "v1.0.2",
5128
            "source": {
5129
                "type": "git",
5130
                "url": "https://github.com/php-http/message-factory.git",
5131
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
5132
            },
5133
            "dist": {
5134
                "type": "zip",
5135
                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5136
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5137
                "shasum": ""
5138
            },
5139
            "require": {
5140
                "php": ">=5.4",
5141
                "psr/http-message": "^1.0"
5142
            },
5143
            "type": "library",
5144
            "extra": {
5145
                "branch-alias": {
5146
                    "dev-master": "1.0-dev"
5147
                }
5148
            },
5149
            "autoload": {
5150
                "psr-4": {
5151
                    "Http\\Message\\": "src/"
5152
                }
5153
            },
5154
            "notification-url": "https://packagist.org/downloads/",
5155
            "license": [
5156
                "MIT"
5157
            ],
5158
            "authors": [
5159
                {
5160
                    "name": "Márk Sági-Kazár",
5161
                    "email": "[email protected]"
5162
                }
5163
            ],
5164
            "description": "Factory interfaces for PSR-7 HTTP Message",
5165
            "homepage": "http://php-http.org",
5166
            "keywords": [
5167
                "factory",
5168
                "http",
5169
                "message",
5170
                "stream",
5171
                "uri"
5172
            ],
5173
            "time": "2015-12-19T14:08:53+00:00"
5174
        },
5175
        {
5176
            "name": "php-http/promise",
5177
            "version": "v1.0.0",
5178
            "source": {
5179
                "type": "git",
5180
                "url": "https://github.com/php-http/promise.git",
5181
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
5182
            },
5183
            "dist": {
5184
                "type": "zip",
5185
                "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
5186
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
5187
                "shasum": ""
5188
            },
5189
            "require-dev": {
5190
                "henrikbjorn/phpspec-code-coverage": "^1.0",
5191
                "phpspec/phpspec": "^2.4"
5192
            },
5193
            "type": "library",
5194
            "extra": {
5195
                "branch-alias": {
5196
                    "dev-master": "1.1-dev"
5197
                }
5198
            },
5199
            "autoload": {
5200
                "psr-4": {
5201
                    "Http\\Promise\\": "src/"
5202
                }
5203
            },
5204
            "notification-url": "https://packagist.org/downloads/",
5205
            "license": [
5206
                "MIT"
5207
            ],
5208
            "authors": [
5209
                {
5210
                    "name": "Márk Sági-Kazár",
5211
                    "email": "[email protected]"
5212
                },
5213
                {
5214
                    "name": "Joel Wurtz",
5215
                    "email": "[email protected]"
5216
                }
5217
            ],
5218
            "description": "Promise used for asynchronous HTTP requests",
5219
            "homepage": "http://httplug.io",
5220
            "keywords": [
5221
                "promise"
5222
            ],
5223
            "time": "2016-01-26T13:27:02+00:00"
5224
        },
5225
        {
5226
            "name": "phpcollection/phpcollection",
5227
            "version": "0.5.0",
5228
            "source": {
5229
                "type": "git",
5230
                "url": "https://github.com/schmittjoh/php-collection.git",
5231
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
5232
            },
5233
            "dist": {
5234
                "type": "zip",
5235
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
5236
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
5237
                "shasum": ""
5238
            },
5239
            "require": {
5240
                "phpoption/phpoption": "1.*"
5241
            },
5242
            "type": "library",
5243
            "extra": {
5244
                "branch-alias": {
5245
                    "dev-master": "0.4-dev"
5246
                }
5247
            },
5248
            "autoload": {
5249
                "psr-0": {
5250
                    "PhpCollection": "src/"
5251
                }
5252
            },
5253
            "notification-url": "https://packagist.org/downloads/",
5254
            "license": [
5255
                "Apache2"
5256
            ],
5257
            "authors": [
5258
                {
5259
                    "name": "Johannes M. Schmitt",
5260
                    "email": "[email protected]"
5261
                }
5262
            ],
5263
            "description": "General-Purpose Collection Library for PHP",
5264
            "keywords": [
5265
                "collection",
5266
                "list",
5267
                "map",
5268
                "sequence",
5269
                "set"
5270
            ],
5271
            "time": "2015-05-17T12:39:23+00:00"
5272
        },
5273
        {
5274
            "name": "phpoption/phpoption",
5275
            "version": "1.5.0",
5276
            "source": {
5277
                "type": "git",
5278
                "url": "https://github.com/schmittjoh/php-option.git",
5279
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
5280
            },
5281
            "dist": {
5282
                "type": "zip",
5283
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5284
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5285
                "shasum": ""
5286
            },
5287
            "require": {
5288
                "php": ">=5.3.0"
5289
            },
5290
            "require-dev": {
5291
                "phpunit/phpunit": "4.7.*"
5292
            },
5293
            "type": "library",
5294
            "extra": {
5295
                "branch-alias": {
5296
                    "dev-master": "1.3-dev"
5297
                }
5298
            },
5299
            "autoload": {
5300
                "psr-0": {
5301
                    "PhpOption\\": "src/"
5302
                }
5303
            },
5304
            "notification-url": "https://packagist.org/downloads/",
5305
            "license": [
5306
                "Apache2"
5307
            ],
5308
            "authors": [
5309
                {
5310
                    "name": "Johannes M. Schmitt",
5311
                    "email": "[email protected]"
5312
                }
5313
            ],
5314
            "description": "Option Type for PHP",
5315
            "keywords": [
5316
                "language",
5317
                "option",
5318
                "php",
5319
                "type"
5320
            ],
5321
            "time": "2015-07-25T16:39:46+00:00"
5322
        },
5323
        {
5324
            "name": "polishsymfonycommunity/symfony-mocker-container",
5325
            "version": "v1.0.2",
5326
            "source": {
5327
                "type": "git",
5328
                "url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git",
5329
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4"
5330
            },
5331
            "dist": {
5332
                "type": "zip",
5333
                "url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/111537c17f32f1bda5ed0253e723b57915c08ff4",
5334
                "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4",
5335
                "shasum": ""
5336
            },
5337
            "require": {
5338
                "mockery/mockery": ">=0.7.0",
5339
                "php": ">=5.3.2",
5340
                "symfony/dependency-injection": ">=2.0.0"
5341
            },
5342
            "type": "library",
5343
            "autoload": {
5344
                "psr-0": {
5345
                    "PSS\\SymfonyMockerContainer": "src/"
5346
                }
5347
            },
5348
            "notification-url": "https://packagist.org/downloads/",
5349
            "license": [
5350
                "MIT"
5351
            ],
5352
            "authors": [
5353
                {
5354
                    "name": "Polish Symfony Community",
5355
                    "homepage": "http://symfonylab.pl"
5356
                },
5357
                {
5358
                    "name": "Jakub Zalas",
5359
                    "email": "[email protected]",
5360
                    "homepage": "http://www.zalas.eu"
5361
                }
5362
            ],
5363
            "description": "Provides base Symfony dependency injection container enabling service mocking.",
5364
            "homepage": "http://symfonylab.pl",
5365
            "keywords": [
5366
                "BDD",
5367
                "Behat",
5368
                "TDD",
5369
                "mock",
5370
                "mockery",
5371
                "test"
5372
            ],
5373
            "time": "2016-03-04T08:53:43+00:00"
5374
        },
5375
        {
5376
            "name": "psr/cache",
5377
            "version": "1.0.1",
5378
            "source": {
5379
                "type": "git",
5380
                "url": "https://github.com/php-fig/cache.git",
5381
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
5382
            },
5383
            "dist": {
5384
                "type": "zip",
5385
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
5386
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
5387
                "shasum": ""
5388
            },
5389
            "require": {
5390
                "php": ">=5.3.0"
5391
            },
5392
            "type": "library",
5393
            "extra": {
5394
                "branch-alias": {
5395
                    "dev-master": "1.0.x-dev"
5396
                }
5397
            },
5398
            "autoload": {
5399
                "psr-4": {
5400
                    "Psr\\Cache\\": "src/"
5401
                }
5402
            },
5403
            "notification-url": "https://packagist.org/downloads/",
5404
            "license": [
5405
                "MIT"
5406
            ],
5407
            "authors": [
5408
                {
5409
                    "name": "PHP-FIG",
5410
                    "homepage": "http://www.php-fig.org/"
5411
                }
5412
            ],
5413
            "description": "Common interface for caching libraries",
5414
            "keywords": [
5415
                "cache",
5416
                "psr",
5417
                "psr-6"
5418
            ],
5419
            "time": "2016-08-06T20:24:11+00:00"
5420
        },
5421
        {
5422
            "name": "psr/container",
5423
            "version": "1.0.0",
5424
            "source": {
5425
                "type": "git",
5426
                "url": "https://github.com/php-fig/container.git",
5427
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
5428
            },
5429
            "dist": {
5430
                "type": "zip",
5431
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
5432
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
5433
                "shasum": ""
5434
            },
5435
            "require": {
5436
                "php": ">=5.3.0"
5437
            },
5438
            "type": "library",
5439
            "extra": {
5440
                "branch-alias": {
5441
                    "dev-master": "1.0.x-dev"
5442
                }
5443
            },
5444
            "autoload": {
5445
                "psr-4": {
5446
                    "Psr\\Container\\": "src/"
5447
                }
5448
            },
5449
            "notification-url": "https://packagist.org/downloads/",
5450
            "license": [
5451
                "MIT"
5452
            ],
5453
            "authors": [
5454
                {
5455
                    "name": "PHP-FIG",
5456
                    "homepage": "http://www.php-fig.org/"
5457
                }
5458
            ],
5459
            "description": "Common Container Interface (PHP FIG PSR-11)",
5460
            "homepage": "https://github.com/php-fig/container",
5461
            "keywords": [
5462
                "PSR-11",
5463
                "container",
5464
                "container-interface",
5465
                "container-interop",
5466
                "psr"
5467
            ],
5468
            "time": "2017-02-14T16:28:37+00:00"
5469
        },
5470
        {
5471
            "name": "psr/http-message",
5472
            "version": "1.0.1",
5473
            "source": {
5474
                "type": "git",
5475
                "url": "https://github.com/php-fig/http-message.git",
5476
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
5477
            },
5478
            "dist": {
5479
                "type": "zip",
5480
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
5481
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
5482
                "shasum": ""
5483
            },
5484
            "require": {
5485
                "php": ">=5.3.0"
5486
            },
5487
            "type": "library",
5488
            "extra": {
5489
                "branch-alias": {
5490
                    "dev-master": "1.0.x-dev"
5491
                }
5492
            },
5493
            "autoload": {
5494
                "psr-4": {
5495
                    "Psr\\Http\\Message\\": "src/"
5496
                }
5497
            },
5498
            "notification-url": "https://packagist.org/downloads/",
5499
            "license": [
5500
                "MIT"
5501
            ],
5502
            "authors": [
5503
                {
5504
                    "name": "PHP-FIG",
5505
                    "homepage": "http://www.php-fig.org/"
5506
                }
5507
            ],
5508
            "description": "Common interface for HTTP messages",
5509
            "homepage": "https://github.com/php-fig/http-message",
5510
            "keywords": [
5511
                "http",
5512
                "http-message",
5513
                "psr",
5514
                "psr-7",
5515
                "request",
5516
                "response"
5517
            ],
5518
            "time": "2016-08-06T14:39:51+00:00"
5519
        },
5520
        {
5521
            "name": "psr/link",
5522
            "version": "1.0.0",
5523
            "source": {
5524
                "type": "git",
5525
                "url": "https://github.com/php-fig/link.git",
5526
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
5527
            },
5528
            "dist": {
5529
                "type": "zip",
5530
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
5531
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
5532
                "shasum": ""
5533
            },
5534
            "require": {
5535
                "php": ">=5.3.0"
5536
            },
5537
            "type": "library",
5538
            "extra": {
5539
                "branch-alias": {
5540
                    "dev-master": "1.0.x-dev"
5541
                }
5542
            },
5543
            "autoload": {
5544
                "psr-4": {
5545
                    "Psr\\Link\\": "src/"
5546
                }
5547
            },
5548
            "notification-url": "https://packagist.org/downloads/",
5549
            "license": [
5550
                "MIT"
5551
            ],
5552
            "authors": [
5553
                {
5554
                    "name": "PHP-FIG",
5555
                    "homepage": "http://www.php-fig.org/"
5556
                }
5557
            ],
5558
            "description": "Common interfaces for HTTP links",
5559
            "keywords": [
5560
                "http",
5561
                "http-link",
5562
                "link",
5563
                "psr",
5564
                "psr-13",
5565
                "rest"
5566
            ],
5567
            "time": "2016-10-28T16:06:13+00:00"
5568
        },
5569
        {
5570
            "name": "psr/log",
5571
            "version": "1.0.2",
5572
            "source": {
5573
                "type": "git",
5574
                "url": "https://github.com/php-fig/log.git",
5575
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
5576
            },
5577
            "dist": {
5578
                "type": "zip",
5579
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
5580
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
5581
                "shasum": ""
5582
            },
5583
            "require": {
5584
                "php": ">=5.3.0"
5585
            },
5586
            "type": "library",
5587
            "extra": {
5588
                "branch-alias": {
5589
                    "dev-master": "1.0.x-dev"
5590
                }
5591
            },
5592
            "autoload": {
5593
                "psr-4": {
5594
                    "Psr\\Log\\": "Psr/Log/"
5595
                }
5596
            },
5597
            "notification-url": "https://packagist.org/downloads/",
5598
            "license": [
5599
                "MIT"
5600
            ],
5601
            "authors": [
5602
                {
5603
                    "name": "PHP-FIG",
5604
                    "homepage": "http://www.php-fig.org/"
5605
                }
5606
            ],
5607
            "description": "Common interface for logging libraries",
5608
            "homepage": "https://github.com/php-fig/log",
5609
            "keywords": [
5610
                "log",
5611
                "psr",
5612
                "psr-3"
5613
            ],
5614
            "time": "2016-10-10T12:19:37+00:00"
5615
        },
5616
        {
5617
            "name": "psr/simple-cache",
5618
            "version": "1.0.1",
5619
            "source": {
5620
                "type": "git",
5621
                "url": "https://github.com/php-fig/simple-cache.git",
5622
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
5623
            },
5624
            "dist": {
5625
                "type": "zip",
5626
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
5627
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
5628
                "shasum": ""
5629
            },
5630
            "require": {
5631
                "php": ">=5.3.0"
5632
            },
5633
            "type": "library",
5634
            "extra": {
5635
                "branch-alias": {
5636
                    "dev-master": "1.0.x-dev"
5637
                }
5638
            },
5639
            "autoload": {
5640
                "psr-4": {
5641
                    "Psr\\SimpleCache\\": "src/"
5642
                }
5643
            },
5644
            "notification-url": "https://packagist.org/downloads/",
5645
            "license": [
5646
                "MIT"
5647
            ],
5648
            "authors": [
5649
                {
5650
                    "name": "PHP-FIG",
5651
                    "homepage": "http://www.php-fig.org/"
5652
                }
5653
            ],
5654
            "description": "Common interfaces for simple caching",
5655
            "keywords": [
5656
                "cache",
5657
                "caching",
5658
                "psr",
5659
                "psr-16",
5660
                "simple-cache"
5661
            ],
5662
            "time": "2017-10-23T01:57:42+00:00"
5663
        },
5664
        {
5665
            "name": "ramsey/uuid",
5666
            "version": "3.7.3",
5667
            "source": {
5668
                "type": "git",
5669
                "url": "https://github.com/ramsey/uuid.git",
5670
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
5671
            },
5672
            "dist": {
5673
                "type": "zip",
5674
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
5675
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
5676
                "shasum": ""
5677
            },
5678
            "require": {
5679
                "paragonie/random_compat": "^1.0|^2.0",
5680
                "php": "^5.4 || ^7.0"
5681
            },
5682
            "replace": {
5683
                "rhumsaa/uuid": "self.version"
5684
            },
5685
            "require-dev": {
5686
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
5687
                "doctrine/annotations": "~1.2.0",
5688
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
5689
                "ircmaxell/random-lib": "^1.1",
5690
                "jakub-onderka/php-parallel-lint": "^0.9.0",
5691
                "mockery/mockery": "^0.9.9",
5692
                "moontoast/math": "^1.1",
5693
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
5694
                "phpunit/phpunit": "^4.7|^5.0",
5695
                "squizlabs/php_codesniffer": "^2.3"
5696
            },
5697
            "suggest": {
5698
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
5699
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
5700
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
5701
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
5702
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
5703
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
5704
            },
5705
            "type": "library",
5706
            "extra": {
5707
                "branch-alias": {
5708
                    "dev-master": "3.x-dev"
5709
                }
5710
            },
5711
            "autoload": {
5712
                "psr-4": {
5713
                    "Ramsey\\Uuid\\": "src/"
5714
                }
5715
            },
5716
            "notification-url": "https://packagist.org/downloads/",
5717
            "license": [
5718
                "MIT"
5719
            ],
5720
            "authors": [
5721
                {
5722
                    "name": "Marijn Huizendveld",
5723
                    "email": "[email protected]"
5724
                },
5725
                {
5726
                    "name": "Thibaud Fabre",
5727
                    "email": "[email protected]"
5728
                },
5729
                {
5730
                    "name": "Ben Ramsey",
5731
                    "email": "[email protected]",
5732
                    "homepage": "https://benramsey.com"
5733
                }
5734
            ],
5735
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
5736
            "homepage": "https://github.com/ramsey/uuid",
5737
            "keywords": [
5738
                "guid",
5739
                "identifier",
5740
                "uuid"
5741
            ],
5742
            "time": "2018-01-20T00:28:24+00:00"
5743
        },
5744
        {
5745
            "name": "react/promise",
5746
            "version": "v2.5.1",
5747
            "source": {
5748
                "type": "git",
5749
                "url": "https://github.com/reactphp/promise.git",
5750
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
5751
            },
5752
            "dist": {
5753
                "type": "zip",
5754
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
5755
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
5756
                "shasum": ""
5757
            },
5758
            "require": {
5759
                "php": ">=5.4.0"
5760
            },
5761
            "require-dev": {
5762
                "phpunit/phpunit": "~4.8"
5763
            },
5764
            "type": "library",
5765
            "autoload": {
5766
                "psr-4": {
5767
                    "React\\Promise\\": "src/"
5768
                },
5769
                "files": [
5770
                    "src/functions_include.php"
5771
                ]
5772
            },
5773
            "notification-url": "https://packagist.org/downloads/",
5774
            "license": [
5775
                "MIT"
5776
            ],
5777
            "authors": [
5778
                {
5779
                    "name": "Jan Sorgalla",
5780
                    "email": "[email protected]"
5781
                }
5782
            ],
5783
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
5784
            "keywords": [
5785
                "promise",
5786
                "promises"
5787
            ],
5788
            "time": "2017-03-25T12:08:31+00:00"
5789
        },
5790
        {
5791
            "name": "ruflin/elastica",
5792
            "version": "6.0.1",
5793
            "source": {
5794
                "type": "git",
5795
                "url": "https://github.com/ruflin/Elastica.git",
5796
                "reference": "0bd18985d5c6a2aaabfe23fda0b4839538b6f6d5"
5797
            },
5798
            "dist": {
5799
                "type": "zip",
5800
                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/0bd18985d5c6a2aaabfe23fda0b4839538b6f6d5",
5801
                "reference": "0bd18985d5c6a2aaabfe23fda0b4839538b6f6d5",
5802
                "shasum": ""
5803
            },
5804
            "require": {
5805
                "elasticsearch/elasticsearch": "6.0.*",
5806
                "php": "^7.0",
5807
                "psr/log": "~1.0"
5808
            },
5809
            "require-dev": {
5810
                "aws/aws-sdk-php": "~3.0",
5811
                "guzzlehttp/guzzle": "~6.0"
5812
            },
5813
            "suggest": {
5814
                "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service",
5815
                "egeloen/http-adapter": "Allow using httpadapter transport",
5816
                "guzzlehttp/guzzle": "Allow using guzzle 6 as the http transport",
5817
                "monolog/monolog": "Logging request"
5818
            },
5819
            "type": "library",
5820
            "extra": {
5821
                "branch-alias": {
5822
                    "dev-master": "6.0.x-dev"
5823
                }
5824
            },
5825
            "autoload": {
5826
                "psr-4": {
5827
                    "Elastica\\": "lib/Elastica/"
5828
                }
5829
            },
5830
            "notification-url": "https://packagist.org/downloads/",
5831
            "license": [
5832
                "MIT"
5833
            ],
5834
            "authors": [
5835
                {
5836
                    "name": "Nicolas Ruflin",
5837
                    "homepage": "http://ruflin.com/"
5838
                }
5839
            ],
5840
            "description": "Elasticsearch Client",
5841
            "homepage": "http://elastica.io/",
5842
            "keywords": [
5843
                "client",
5844
                "search"
5845
            ],
5846
            "time": "2018-02-18T21:12:53+00:00"
5847
        },
5848
        {
5849
            "name": "sebastian/diff",
5850
            "version": "1.4.3",
5851
            "source": {
5852
                "type": "git",
5853
                "url": "https://github.com/sebastianbergmann/diff.git",
5854
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
5855
            },
5856
            "dist": {
5857
                "type": "zip",
5858
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
5859
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
5860
                "shasum": ""
5861
            },
5862
            "require": {
5863
                "php": "^5.3.3 || ^7.0"
5864
            },
5865
            "require-dev": {
5866
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5867
            },
5868
            "type": "library",
5869
            "extra": {
5870
                "branch-alias": {
5871
                    "dev-master": "1.4-dev"
5872
                }
5873
            },
5874
            "autoload": {
5875
                "classmap": [
5876
                    "src/"
5877
                ]
5878
            },
5879
            "notification-url": "https://packagist.org/downloads/",
5880
            "license": [
5881
                "BSD-3-Clause"
5882
            ],
5883
            "authors": [
5884
                {
5885
                    "name": "Kore Nordmann",
5886
                    "email": "[email protected]"
5887
                },
5888
                {
5889
                    "name": "Sebastian Bergmann",
5890
                    "email": "[email protected]"
5891
                }
5892
            ],
5893
            "description": "Diff implementation",
5894
            "homepage": "https://github.com/sebastianbergmann/diff",
5895
            "keywords": [
5896
                "diff"
5897
            ],
5898
            "time": "2017-05-22T07:24:03+00:00"
5899
        },
5900
        {
5901
            "name": "sensio/distribution-bundle",
5902
            "version": "v5.0.21",
5903
            "source": {
5904
                "type": "git",
5905
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
5906
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a"
5907
            },
5908
            "dist": {
5909
                "type": "zip",
5910
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a",
5911
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a",
5912
                "shasum": ""
5913
            },
5914
            "require": {
5915
                "php": ">=5.3.9",
5916
                "sensiolabs/security-checker": "~3.0|~4.0",
5917
                "symfony/class-loader": "~2.3|~3.0",
5918
                "symfony/config": "~2.3|~3.0",
5919
                "symfony/dependency-injection": "~2.3|~3.0",
5920
                "symfony/filesystem": "~2.3|~3.0",
5921
                "symfony/http-kernel": "~2.3|~3.0",
5922
                "symfony/process": "~2.3|~3.0"
5923
            },
5924
            "type": "symfony-bundle",
5925
            "extra": {
5926
                "branch-alias": {
5927
                    "dev-master": "5.0.x-dev"
5928
                }
5929
            },
5930
            "autoload": {
5931
                "psr-4": {
5932
                    "Sensio\\Bundle\\DistributionBundle\\": ""
5933
                }
5934
            },
5935
            "notification-url": "https://packagist.org/downloads/",
5936
            "license": [
5937
                "MIT"
5938
            ],
5939
            "authors": [
5940
                {
5941
                    "name": "Fabien Potencier",
5942
                    "email": "[email protected]"
5943
                }
5944
            ],
5945
            "description": "Base bundle for Symfony Distributions",
5946
            "keywords": [
5947
                "configuration",
5948
                "distribution"
5949
            ],
5950
            "time": "2017-08-25T16:55:44+00:00"
5951
        },
5952
        {
5953
            "name": "sensiolabs/security-checker",
5954
            "version": "v4.1.8",
5955
            "source": {
5956
                "type": "git",
5957
                "url": "https://github.com/sensiolabs/security-checker.git",
5958
                "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142"
5959
            },
5960
            "dist": {
5961
                "type": "zip",
5962
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/dc270d5fec418cc6ac983671dba5d80ffaffb142",
5963
                "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142",
5964
                "shasum": ""
5965
            },
5966
            "require": {
5967
                "composer/ca-bundle": "^1.0",
5968
                "symfony/console": "~2.7|~3.0|~4.0"
5969
            },
5970
            "bin": [
5971
                "security-checker"
5972
            ],
5973
            "type": "library",
5974
            "extra": {
5975
                "branch-alias": {
5976
                    "dev-master": "4.1-dev"
5977
                }
5978
            },
5979
            "autoload": {
5980
                "psr-0": {
5981
                    "SensioLabs\\Security": ""
5982
                }
5983
            },
5984
            "notification-url": "https://packagist.org/downloads/",
5985
            "license": [
5986
                "MIT"
5987
            ],
5988
            "authors": [
5989
                {
5990
                    "name": "Fabien Potencier",
5991
                    "email": "[email protected]"
5992
                }
5993
            ],
5994
            "description": "A security checker for your composer.lock",
5995
            "time": "2018-02-28T22:10:01+00:00"
5996
        },
5997
        {
5998
            "name": "slevomat/coding-standard",
5999
            "version": "4.5.2",
6000
            "source": {
6001
                "type": "git",
6002
                "url": "https://github.com/slevomat/coding-standard.git",
6003
                "reference": "1e609159241fa90d5a429f185b2ea9b881340a7c"
6004
            },
6005
            "dist": {
6006
                "type": "zip",
6007
                "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/1e609159241fa90d5a429f185b2ea9b881340a7c",
6008
                "reference": "1e609159241fa90d5a429f185b2ea9b881340a7c",
6009
                "shasum": ""
6010
            },
6011
            "require": {
6012
                "php": "^7.1",
6013
                "squizlabs/php_codesniffer": "^3.2.3"
6014
            },
6015
            "require-dev": {
6016
                "jakub-onderka/php-parallel-lint": "1.0.0",
6017
                "phing/phing": "2.16",
6018
                "phpstan/phpstan": "0.9.2",
6019
                "phpstan/phpstan-phpunit": "0.9.4",
6020
                "phpstan/phpstan-strict-rules": "0.9",
6021
                "phpunit/php-code-coverage": "6.0.1",
6022
                "phpunit/phpunit": "7.0.2"
6023
            },
6024
            "type": "phpcodesniffer-standard",
6025
            "autoload": {
6026
                "psr-4": {
6027
                    "SlevomatCodingStandard\\": "SlevomatCodingStandard"
6028
                }
6029
            },
6030
            "notification-url": "https://packagist.org/downloads/",
6031
            "license": [
6032
                "MIT"
6033
            ],
6034
            "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
6035
            "time": "2018-03-08T08:14:33+00:00"
6036
        },
6037
        {
6038
            "name": "sonata-project/block-bundle",
6039
            "version": "3.12.1",
6040
            "source": {
6041
                "type": "git",
6042
                "url": "https://github.com/sonata-project/SonataBlockBundle.git",
6043
                "reference": "8196b71f73282c884f2176a1b90ba05cb6c99eaa"
6044
            },
6045
            "dist": {
6046
                "type": "zip",
6047
                "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/8196b71f73282c884f2176a1b90ba05cb6c99eaa",
6048
                "reference": "8196b71f73282c884f2176a1b90ba05cb6c99eaa",
6049
                "shasum": ""
6050
            },
6051
            "require": {
6052
                "doctrine/common": "^2.3",
6053
                "php": "^5.6 || ^7.0",
6054
                "sonata-project/cache": "^1.0 || ^2.0",
6055
                "sonata-project/core-bundle": "^3.4",
6056
                "symfony/asset": "^2.8 || ^3.2 || ^4.0",
6057
                "symfony/config": "^2.8 || ^3.2 || ^4.0",
6058
                "symfony/console": "^2.8 || ^3.2 || ^4.0",
6059
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
6060
                "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
6061
                "symfony/form": "^2.8 || ^3.2 || ^4.0",
6062
                "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
6063
                "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
6064
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
6065
                "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
6066
                "symfony/templating": "^2.8 || ^3.2 || ^4.0",
6067
                "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
6068
                "twig/twig": "^1.34 || ^2.0"
6069
            },
6070
            "conflict": {
6071
                "jms/di-extra-bundle": "<1.7.0"
6072
            },
6073
            "require-dev": {
6074
                "jms/di-extra-bundle": "^1.7",
6075
                "knplabs/knp-menu-bundle": "^2.0",
6076
                "sonata-project/admin-bundle": "^3.22",
6077
                "symfony/debug": "^2.8 || ^3.2 || ^4.0",
6078
                "symfony/phpunit-bridge": "^4.0",
6079
                "symfony/stopwatch": "^2.8 || ^3.2 || ^4.0"
6080
            },
6081
            "suggest": {
6082
                "jms/di-extra-bundle": "Annotations for Block definition",
6083
                "knplabs/knp-menu-bundle": "^2.0",
6084
                "sonata-project/cache-bundle": "^3.0"
6085
            },
6086
            "type": "symfony-bundle",
6087
            "extra": {
6088
                "branch-alias": {
6089
                    "dev-master": "3.x-dev"
6090
                }
6091
            },
6092
            "autoload": {
6093
                "psr-4": {
6094
                    "Sonata\\BlockBundle\\": "src/"
6095
                },
6096
                "files": [
6097
                    "src/Resources/stubs/symfony2.php"
6098
                ]
6099
            },
6100
            "notification-url": "https://packagist.org/downloads/",
6101
            "license": [
6102
                "MIT"
6103
            ],
6104
            "authors": [
6105
                {
6106
                    "name": "Sonata Community",
6107
                    "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
6108
                },
6109
                {
6110
                    "name": "Thomas Rabaix",
6111
                    "email": "[email protected]",
6112
                    "homepage": "https://sonata-project.org"
6113
                }
6114
            ],
6115
            "description": "Symfony SonataBlockBundle",
6116
            "homepage": "https://sonata-project.org/bundles/block",
6117
            "keywords": [
6118
                "block",
6119
                "sonata"
6120
            ],
6121
            "time": "2018-03-12T10:03:52+00:00"
6122
        },
6123
        {
6124
            "name": "sonata-project/cache",
6125
            "version": "2.0.1",
6126
            "source": {
6127
                "type": "git",
6128
                "url": "https://github.com/sonata-project/cache.git",
6129
                "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74"
6130
            },
6131
            "dist": {
6132
                "type": "zip",
6133
                "url": "https://api.github.com/repos/sonata-project/cache/zipball/2e2fdabf40bfe566c68406aae238a721cddabf74",
6134
                "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74",
6135
                "shasum": ""
6136
            },
6137
            "require": {
6138
                "php": "^7.1",
6139
                "psr/log": "^1.0"
6140
            },
6141
            "require-dev": {
6142
                "doctrine/orm": "^2.5",
6143
                "doctrine/phpcr-odm": "^1.4",
6144
                "jackalope/jackalope-doctrine-dbal": "^1.2",
6145
                "predis/predis": "^1.1",
6146
                "sllh/php-cs-fixer-styleci-bridge": "^2.1",
6147
                "symfony/phpunit-bridge": "^3.3"
6148
            },
6149
            "suggest": {
6150
                "doctrine/orm": "ORM support",
6151
                "doctrine/phpcr-odm": "PHPCR ODM support",
6152
                "ext-apc": "Caching with ext/apc",
6153
                "ext-memcached": "Caching with ext/memcached",
6154
                "predis/predis": "Install redis php"
6155
            },
6156
            "type": "library",
6157
            "extra": {
6158
                "branch-alias": {
6159
                    "dev-master": "2.x-dev"
6160
                }
6161
            },
6162
            "autoload": {
6163
                "psr-4": {
6164
                    "Sonata\\Cache\\": "src/"
6165
                }
6166
            },
6167
            "notification-url": "https://packagist.org/downloads/",
6168
            "license": [
6169
                "MIT"
6170
            ],
6171
            "authors": [
6172
                {
6173
                    "name": "Thomas Rabaix",
6174
                    "email": "[email protected]",
6175
                    "homepage": "https://sonata-project.org/"
6176
                },
6177
                {
6178
                    "name": "Sonata Community",
6179
                    "homepage": "https://github.com/sonata-project/cache/contributors"
6180
                }
6181
            ],
6182
            "description": "Cache library",
6183
            "homepage": "https://github.com/sonata-project/cache",
6184
            "keywords": [
6185
                "cache",
6186
                "memcached",
6187
                "mongodb",
6188
                "redis"
6189
            ],
6190
            "time": "2017-12-08T09:22:44+00:00"
6191
        },
6192
        {
6193
            "name": "sonata-project/core-bundle",
6194
            "version": "3.9.1",
6195
            "source": {
6196
                "type": "git",
6197
                "url": "https://github.com/sonata-project/SonataCoreBundle.git",
6198
                "reference": "57f81fd5ec48d8260096959a8dfe9fc62a4ca836"
6199
            },
6200
            "dist": {
6201
                "type": "zip",
6202
                "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/57f81fd5ec48d8260096959a8dfe9fc62a4ca836",
6203
                "reference": "57f81fd5ec48d8260096959a8dfe9fc62a4ca836",
6204
                "shasum": ""
6205
            },
6206
            "require": {
6207
                "cocur/slugify": "^1.4 || ^2.0 || ^3.0",
6208
                "php": "^5.6 || ^7.0",
6209
                "sonata-project/datagrid-bundle": "^2.0",
6210
                "symfony/config": "^2.8 || ^3.2 || ^4.0",
6211
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
6212
                "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
6213
                "symfony/form": "^2.8 || ^3.2 || ^4.0",
6214
                "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
6215
                "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
6216
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
6217
                "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
6218
                "symfony/property-access": "^2.8 || ^3.2 || ^4.0",
6219
                "symfony/security-csrf": "^2.8 || ^3.2 || ^4.0",
6220
                "symfony/translation": "^2.8 || ^3.2 || ^4.0",
6221
                "symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
6222
                "symfony/validator": "^2.8 || ^3.2 || ^4.0",
6223
                "twig/extensions": "^1.5",
6224
                "twig/twig": "^1.34 || ^2.0"
6225
            },
6226
            "require-dev": {
6227
                "doctrine/orm": "^2.4",
6228
                "doctrine/phpcr-odm": "^1.0",
6229
                "jackalope/jackalope-doctrine-dbal": "^1.0",
6230
                "jms/serializer-bundle": "^1.0 || ^2.0",
6231
                "matthiasnoback/symfony-config-test": "^2.1",
6232
                "matthiasnoback/symfony-dependency-injection-test": "^1.1",
6233
                "nelmio/api-doc-bundle": "^2.11",
6234
                "sonata-project/exporter": "^1.3",
6235
                "symfony/phpunit-bridge": "^4.0"
6236
            },
6237
            "type": "symfony-bundle",
6238
            "extra": {
6239
                "branch-alias": {
6240
                    "dev-master": "3.x-dev"
6241
                }
6242
            },
6243
            "autoload": {
6244
                "psr-4": {
6245
                    "Sonata\\CoreBundle\\": "src/"
6246
                }
6247
            },
6248
            "notification-url": "https://packagist.org/downloads/",
6249
            "license": [
6250
                "MIT"
6251
            ],
6252
            "authors": [
6253
                {
6254
                    "name": "Sonata Community",
6255
                    "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
6256
                },
6257
                {
6258
                    "name": "Thomas Rabaix",
6259
                    "email": "[email protected]"
6260
                }
6261
            ],
6262
            "description": "Symfony SonataCoreBundle",
6263
            "homepage": "https://sonata-project.org/bundles/core",
6264
            "keywords": [
6265
                "sonata"
6266
            ],
6267
            "time": "2018-02-23T16:42:24+00:00"
6268
        },
6269
        {
6270
            "name": "sonata-project/datagrid-bundle",
6271
            "version": "2.3.1",
6272
            "source": {
6273
                "type": "git",
6274
                "url": "https://github.com/sonata-project/SonataDatagridBundle.git",
6275
                "reference": "4e53da7f3a027eee10f1f2bf37237b2b7cffaa71"
6276
            },
6277
            "dist": {
6278
                "type": "zip",
6279
                "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/4e53da7f3a027eee10f1f2bf37237b2b7cffaa71",
6280
                "reference": "4e53da7f3a027eee10f1f2bf37237b2b7cffaa71",
6281
                "shasum": ""
6282
            },
6283
            "require": {
6284
                "php": "^5.6 || ^7.0",
6285
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
6286
                "symfony/form": "^2.8 || ^3.2 || ^4.0"
6287
            },
6288
            "require-dev": {
6289
                "doctrine/orm": "^2.4",
6290
                "symfony/phpunit-bridge": "^3.3"
6291
            },
6292
            "type": "symfony-bundle",
6293
            "extra": {
6294
                "branch-alias": {
6295
                    "dev-master": "2.x-dev"
6296
                }
6297
            },
6298
            "autoload": {
6299
                "psr-4": {
6300
                    "Sonata\\DatagridBundle\\": "src/"
6301
                }
6302
            },
6303
            "notification-url": "https://packagist.org/downloads/",
6304
            "license": [
6305
                "MIT"
6306
            ],
6307
            "authors": [
6308
                {
6309
                    "name": "Sonata Community",
6310
                    "homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors"
6311
                },
6312
                {
6313
                    "name": "Thomas Rabaix",
6314
                    "email": "[email protected]",
6315
                    "homepage": "https://sonata-project.org"
6316
                }
6317
            ],
6318
            "description": "Symfony SonataDatagridBundle",
6319
            "homepage": "https://sonata-project.org/bundles/datagrid",
6320
            "keywords": [
6321
                "datagrid",
6322
                "sonata"
6323
            ],
6324
            "time": "2017-12-12T17:04:29+00:00"
6325
        },
6326
        {
6327
            "name": "sonata-project/intl-bundle",
6328
            "version": "2.4.0",
6329
            "source": {
6330
                "type": "git",
6331
                "url": "https://github.com/sonata-project/SonataIntlBundle.git",
6332
                "reference": "82d3e586b30aeea31c5a93c673f0b4b4eebbf7b8"
6333
            },
6334
            "dist": {
6335
                "type": "zip",
6336
                "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/82d3e586b30aeea31c5a93c673f0b4b4eebbf7b8",
6337
                "reference": "82d3e586b30aeea31c5a93c673f0b4b4eebbf7b8",
6338
                "shasum": ""
6339
            },
6340
            "require": {
6341
                "php": "^5.6 || ^7.0",
6342
                "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
6343
                "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
6344
                "symfony/intl": "^2.8 || ^3.2 || ^4.0",
6345
                "symfony/templating": "^2.8 || ^3.2 || ^4.0",
6346
                "twig/twig": "^1.12 || ^2.0"
6347
            },
6348
            "conflict": {
6349
                "sonata-project/user-bundle": "<2.0 || >=5.0"
6350
            },
6351
            "require-dev": {
6352
                "matthiasnoback/symfony-dependency-injection-test": "^1.0",
6353
                "sllh/php-cs-fixer-styleci-bridge": "^2.0",
6354
                "symfony/phpunit-bridge": "^3.3 || ^4.0",
6355
                "symfony/security": "^2.8 || ^3.2 || ^4.0",
6356
                "symfony/security-acl": "^2.8 || ^3.0"
6357
            },
6358
            "suggest": {
6359
                "sonata-project/user-bundle": "For user timezone detection"
6360
            },
6361
            "type": "symfony-bundle",
6362
            "extra": {
6363
                "branch-alias": {
6364
                    "dev-master": "2.x-dev"
6365
                }
6366
            },
6367
            "autoload": {
6368
                "psr-4": {
6369
                    "Sonata\\IntlBundle\\": "src/"
6370
                }
6371
            },
6372
            "notification-url": "https://packagist.org/downloads/",
6373
            "license": [
6374
                "MIT"
6375
            ],
6376
            "authors": [
6377
                {
6378
                    "name": "Sonata Community",
6379
                    "homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors"
6380
                },
6381
                {
6382
                    "name": "Thomas Rabaix",
6383
                    "email": "[email protected]"
6384
                }
6385
            ],
6386
            "description": "Symfony SonataIntlBundle",
6387
            "homepage": "https://sonata-project.org/bundles/intl",
6388
            "keywords": [
6389
                "date",
6390
                "intl",
6391
                "number",
6392
                "sonata",
6393
                "time"
6394
            ],
6395
            "time": "2017-11-30T13:41:09+00:00"
6396
        },
6397
        {
6398
            "name": "squizlabs/php_codesniffer",
6399
            "version": "3.2.3",
6400
            "source": {
6401
                "type": "git",
6402
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
6403
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
6404
            },
6405
            "dist": {
6406
                "type": "zip",
6407
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
6408
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
6409
                "shasum": ""
6410
            },
6411
            "require": {
6412
                "ext-simplexml": "*",
6413
                "ext-tokenizer": "*",
6414
                "ext-xmlwriter": "*",
6415
                "php": ">=5.4.0"
6416
            },
6417
            "require-dev": {
6418
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
6419
            },
6420
            "bin": [
6421
                "bin/phpcs",
6422
                "bin/phpcbf"
6423
            ],
6424
            "type": "library",
6425
            "extra": {
6426
                "branch-alias": {
6427
                    "dev-master": "3.x-dev"
6428
                }
6429
            },
6430
            "notification-url": "https://packagist.org/downloads/",
6431
            "license": [
6432
                "BSD-3-Clause"
6433
            ],
6434
            "authors": [
6435
                {
6436
                    "name": "Greg Sherwood",
6437
                    "role": "lead"
6438
                }
6439
            ],
6440
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
6441
            "homepage": "http://www.squizlabs.com/php-codesniffer",
6442
            "keywords": [
6443
                "phpcs",
6444
                "standards"
6445
            ],
6446
            "time": "2018-02-20T21:35:23+00:00"
6447
        },
6448
        {
6449
            "name": "stof/doctrine-extensions-bundle",
6450
            "version": "v1.3.0",
6451
            "source": {
6452
                "type": "git",
6453
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
6454
                "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
6455
            },
6456
            "dist": {
6457
                "type": "zip",
6458
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
6459
                "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
6460
                "shasum": ""
6461
            },
6462
            "require": {
6463
                "gedmo/doctrine-extensions": "^2.3.4",
6464
                "php": ">=5.3.2",
6465
                "symfony/framework-bundle": "~2.7|~3.2|~4.0"
6466
            },
6467
            "require-dev": {
6468
                "symfony/phpunit-bridge": "^4.0",
6469
                "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
6470
            },
6471
            "suggest": {
6472
                "doctrine/doctrine-bundle": "to use the ORM extensions",
6473
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
6474
            },
6475
            "type": "symfony-bundle",
6476
            "extra": {
6477
                "branch-alias": {
6478
                    "dev-master": "1.3.x-dev"
6479
                }
6480
            },
6481
            "autoload": {
6482
                "psr-4": {
6483
                    "Stof\\DoctrineExtensionsBundle\\": ""
6484
                }
6485
            },
6486
            "notification-url": "https://packagist.org/downloads/",
6487
            "license": [
6488
                "MIT"
6489
            ],
6490
            "authors": [
6491
                {
6492
                    "name": "Christophe Coevoet",
6493
                    "email": "[email protected]"
6494
                }
6495
            ],
6496
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
6497
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
6498
            "keywords": [
6499
                "behaviors",
6500
                "doctrine2",
6501
                "extensions",
6502
                "gedmo",
6503
                "loggable",
6504
                "nestedset",
6505
                "sluggable",
6506
                "sortable",
6507
                "timestampable",
6508
                "translatable",
6509
                "tree"
6510
            ],
6511
            "time": "2017-12-24T16:06:50+00:00"
6512
        },
6513
        {
6514
            "name": "swiftmailer/swiftmailer",
6515
            "version": "v6.0.2",
6516
            "source": {
6517
                "type": "git",
6518
                "url": "https://github.com/swiftmailer/swiftmailer.git",
6519
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
6520
            },
6521
            "dist": {
6522
                "type": "zip",
6523
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
6524
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
6525
                "shasum": ""
6526
            },
6527
            "require": {
6528
                "egulias/email-validator": "~2.0",
6529
                "php": ">=7.0.0"
6530
            },
6531
            "require-dev": {
6532
                "mockery/mockery": "~0.9.1",
6533
                "symfony/phpunit-bridge": "~3.3@dev"
6534
            },
6535
            "type": "library",
6536
            "extra": {
6537
                "branch-alias": {
6538
                    "dev-master": "6.0-dev"
6539
                }
6540
            },
6541
            "autoload": {
6542
                "files": [
6543
                    "lib/swift_required.php"
6544
                ]
6545
            },
6546
            "notification-url": "https://packagist.org/downloads/",
6547
            "license": [
6548
                "MIT"
6549
            ],
6550
            "authors": [
6551
                {
6552
                    "name": "Chris Corbyn"
6553
                },
6554
                {
6555
                    "name": "Fabien Potencier",
6556
                    "email": "[email protected]"
6557
                }
6558
            ],
6559
            "description": "Swiftmailer, free feature-rich PHP mailer",
6560
            "homepage": "http://swiftmailer.symfony.com",
6561
            "keywords": [
6562
                "email",
6563
                "mail",
6564
                "mailer"
6565
            ],
6566
            "time": "2017-09-30T22:39:41+00:00"
6567
        },
6568
        {
6569
            "name": "sylius-labs/association-hydrator",
6570
            "version": "v1.1.0",
6571
            "source": {
6572
                "type": "git",
6573
                "url": "https://github.com/SyliusLabs/AssociationHydrator.git",
6574
                "reference": "8e63c70ccca4c2b2945e284c4e85348cb2afa176"
6575
            },
6576
            "dist": {
6577
                "type": "zip",
6578
                "url": "https://api.github.com/repos/SyliusLabs/AssociationHydrator/zipball/8e63c70ccca4c2b2945e284c4e85348cb2afa176",
6579
                "reference": "8e63c70ccca4c2b2945e284c4e85348cb2afa176",
6580
                "shasum": ""
6581
            },
6582
            "require": {
6583
                "doctrine/orm": "^2.4",
6584
                "php": "^7.1",
6585
                "symfony/property-access": "^3.4|^4.0"
6586
            },
6587
            "type": "library",
6588
            "autoload": {
6589
                "psr-4": {
6590
                    "SyliusLabs\\AssociationHydrator\\": "src/"
6591
                }
6592
            },
6593
            "notification-url": "https://packagist.org/downloads/",
6594
            "license": [
6595
                "MIT"
6596
            ],
6597
            "authors": [
6598
                {
6599
                    "name": "Kamil Kokot",
6600
                    "email": "[email protected]",
6601
                    "homepage": "http://kamil.kokot.me"
6602
                }
6603
            ],
6604
            "description": "Doctrine ORM hydration performance optimization made easier.",
6605
            "time": "2018-02-13T13:55:38+00:00"
6606
        },
6607
        {
6608
            "name": "sylius-labs/coding-standard",
6609
            "version": "v1.0.1",
6610
            "source": {
6611
                "type": "git",
6612
                "url": "https://github.com/SyliusLabs/CodingStandard.git",
6613
                "reference": "3458f1267eb7420bf55a20a17da342308d028711"
6614
            },
6615
            "dist": {
6616
                "type": "zip",
6617
                "url": "https://api.github.com/repos/SyliusLabs/CodingStandard/zipball/3458f1267eb7420bf55a20a17da342308d028711",
6618
                "reference": "3458f1267eb7420bf55a20a17da342308d028711",
6619
                "shasum": ""
6620
            },
6621
            "require": {
6622
                "php": "^7.1",
6623
                "symplify/easy-coding-standard": "^2.5|^3.2"
6624
            },
6625
            "type": "library",
6626
            "notification-url": "https://packagist.org/downloads/",
6627
            "license": [
6628
                "MIT"
6629
            ],
6630
            "authors": [
6631
                {
6632
                    "name": "Kamil Kokot",
6633
                    "email": "[email protected]",
6634
                    "homepage": "http://kamil.kokot.me"
6635
                }
6636
            ],
6637
            "description": "Battle-tested coding standard configuration used in Sylius.",
6638
            "time": "2018-02-13T19:17:05+00:00"
6639
        },
6640
        {
6641
            "name": "sylius/sylius",
0 ignored issues
show
There is a security advisory for your installed version of sylius/sylius:

CSRF vulnerability in the admin panel
Loading history...
6642
            "version": "v1.1.2",
6643
            "source": {
6644
                "type": "git",
6645
                "url": "https://github.com/Sylius/Sylius.git",
6646
                "reference": "6a6162d73899fd4e04b0be446184836f110a43c7"
6647
            },
6648
            "dist": {
6649
                "type": "zip",
6650
                "url": "https://api.github.com/repos/Sylius/Sylius/zipball/6a6162d73899fd4e04b0be446184836f110a43c7",
6651
                "reference": "6a6162d73899fd4e04b0be446184836f110a43c7",
6652
                "shasum": ""
6653
            },
6654
            "require": {
6655
                "doctrine/collections": "^1.3",
6656
                "doctrine/data-fixtures": "^1.1",
6657
                "doctrine/doctrine-bundle": "^1.6",
6658
                "doctrine/doctrine-cache-bundle": "^1.3",
6659
                "doctrine/doctrine-fixtures-bundle": "^2.3",
6660
                "doctrine/doctrine-migrations-bundle": "^1.2",
6661
                "doctrine/orm": "^2.5",
6662
                "ext-exif": "*",
6663
                "ext-fileinfo": "*",
6664
                "ext-gd": "*",
6665
                "friendsofsymfony/oauth-server-bundle": "^1.5",
6666
                "friendsofsymfony/rest-bundle": "^2.1",
6667
                "fzaninotto/faker": "^1.6",
6668
                "gedmo/doctrine-extensions": "^2.4.12",
6669
                "incenteev/composer-parameter-handler": "^2.1",
6670
                "jms/serializer-bundle": "^2.0",
6671
                "knplabs/knp-gaufrette-bundle": "^0.5",
6672
                "knplabs/knp-menu-bundle": "^2.1",
6673
                "liip/imagine-bundle": "^1.9.1",
6674
                "ocramius/proxy-manager": "^2.1",
6675
                "payum/payum": "^1.4",
6676
                "payum/payum-bundle": "^2.2",
6677
                "php": "^7.1",
6678
                "php-http/guzzle6-adapter": "^1.1",
6679
                "polishsymfonycommunity/symfony-mocker-container": "^1.0",
6680
                "ramsey/uuid": "^3.7",
6681
                "sensio/distribution-bundle": "^5.0.21",
6682
                "sonata-project/block-bundle": "^3.3",
6683
                "sonata-project/intl-bundle": "^2.2",
6684
                "stof/doctrine-extensions-bundle": "^1.2",
6685
                "swiftmailer/swiftmailer": "^6.0",
6686
                "sylius-labs/association-hydrator": "^1.0",
6687
                "symfony/monolog-bundle": "^3.0",
6688
                "symfony/polyfill-iconv": "^1.3",
6689
                "symfony/polyfill-intl-icu": "^1.3",
6690
                "symfony/polyfill-mbstring": "^1.3",
6691
                "symfony/swiftmailer-bundle": "^3.0",
6692
                "symfony/symfony": "^3.4",
6693
                "symfony/thanks": "^1.0",
6694
                "twig/extensions": "^1.4",
6695
                "twig/twig": "^2.0",
6696
                "webmozart/assert": "^1.1",
6697
                "white-october/pagerfanta-bundle": "^1.0.8",
6698
                "willdurand/hateoas": "~2.10.0",
6699
                "willdurand/hateoas-bundle": "^1.2",
6700
                "winzou/state-machine-bundle": "^0.3",
6701
                "zendframework/zend-hydrator": "^2.2",
6702
                "zendframework/zend-stdlib": "^3.1"
6703
            },
6704
            "replace": {
6705
                "sylius/addressing": "self.version",
6706
                "sylius/addressing-bundle": "self.version",
6707
                "sylius/admin-bundle": "self.version",
6708
                "sylius/api-bundle": "self.version",
6709
                "sylius/attribute": "self.version",
6710
                "sylius/attribute-bundle": "self.version",
6711
                "sylius/core": "self.version",
6712
                "sylius/core-bundle": "self.version",
6713
                "sylius/currency": "self.version",
6714
                "sylius/currency-bundle": "self.version",
6715
                "sylius/customer": "self.version",
6716
                "sylius/customer-bundle": "self.version",
6717
                "sylius/fixtures-bundle": "self.version",
6718
                "sylius/inventory": "self.version",
6719
                "sylius/inventory-bundle": "self.version",
6720
                "sylius/locale": "self.version",
6721
                "sylius/locale-bundle": "self.version",
6722
                "sylius/money-bundle": "self.version",
6723
                "sylius/order": "self.version",
6724
                "sylius/order-bundle": "self.version",
6725
                "sylius/payment": "self.version",
6726
                "sylius/payment-bundle": "self.version",
6727
                "sylius/payum-bundle": "self.version",
6728
                "sylius/product": "self.version",
6729
                "sylius/product-bundle": "self.version",
6730
                "sylius/promotion": "self.version",
6731
                "sylius/promotion-bundle": "self.version",
6732
                "sylius/registry": "self.version",
6733
                "sylius/resource": "self.version",
6734
                "sylius/resource-bundle": "self.version",
6735
                "sylius/shipping": "self.version",
6736
                "sylius/shipping-bundle": "self.version",
6737
                "sylius/shop-bundle": "self.version",
6738
                "sylius/taxation": "self.version",
6739
                "sylius/taxation-bundle": "self.version",
6740
                "sylius/taxonomy": "self.version",
6741
                "sylius/taxonomy-bundle": "self.version",
6742
                "sylius/theme-bundle": "self.version",
6743
                "sylius/ui-bundle": "self.version",
6744
                "sylius/user": "self.version",
6745
                "sylius/user-bundle": "self.version",
6746
                "symfony/polyfill-php56": "*",
6747
                "symfony/polyfill-php70": "*",
6748
                "symfony/polyfill-php71": "*"
6749
            },
6750
            "require-dev": {
6751
                "akeneo/phpspec-skip-example-extension": "^3.0",
6752
                "behat/behat": "^3.2",
6753
                "behat/mink": "^1.7",
6754
                "behat/mink-browserkit-driver": "^1.3",
6755
                "behat/mink-extension": "^2.2",
6756
                "behat/mink-selenium2-driver": "^1.3",
6757
                "friends-of-behat/context-service-extension": "^1.0",
6758
                "friends-of-behat/cross-container-extension": "^1.0",
6759
                "friends-of-behat/service-container-extension": "^1.0",
6760
                "friends-of-behat/symfony-extension": "^1.0",
6761
                "friends-of-behat/variadic-extension": "^1.0",
6762
                "hwi/oauth-bundle": "^0.5",
6763
                "lakion/api-test-case": "^2.0",
6764
                "lakion/mink-debug-extension": "^1.2.3",
6765
                "matthiasnoback/symfony-config-test": "^3.0",
6766
                "matthiasnoback/symfony-dependency-injection-test": "^2.0",
6767
                "mikey179/vfsstream": "^1.6",
6768
                "pamil/prophecy-common": "^0.1",
6769
                "phpspec/phpspec": "^4.0",
6770
                "phpstan/phpstan-shim": "^0.9",
6771
                "phpunit/phpunit": "^6.5",
6772
                "stripe/stripe-php": "^4.1",
6773
                "sylius-labs/coding-standard": "^1.0",
6774
                "symplify/easy-coding-standard": "^2.4"
6775
            },
6776
            "suggest": {
6777
                "ext-iconv": "For better performance than using Symfony Polyfill Component",
6778
                "ext-intl": "For better performance than using Symfony Polyfill Component",
6779
                "ext-mbstring": "For better performance than using Symfony Polyfill Component"
6780
            },
6781
            "type": "project",
6782
            "extra": {
6783
                "symfony-app-dir": "app",
6784
                "symfony-bin-dir": "bin",
6785
                "symfony-var-dir": "var",
6786
                "symfony-web-dir": "web",
6787
                "symfony-tests-dir": "tests",
6788
                "symfony-assets-install": "relative",
6789
                "incenteev-parameters": {
6790
                    "file": "app/config/parameters.yml"
6791
                },
6792
                "branch-alias": {
6793
                    "dev-master": "1.1-dev"
6794
                }
6795
            },
6796
            "autoload": {
6797
                "psr-4": {
6798
                    "Sylius\\Behat\\": "src/Sylius/Behat/",
6799
                    "Sylius\\Bundle\\": "src/Sylius/Bundle/",
6800
                    "Sylius\\Component\\": "src/Sylius/Component/"
6801
                },
6802
                "exclude-from-classmap": [
6803
                    "src/Sylius/*/*/Tests/"
6804
                ]
6805
            },
6806
            "notification-url": "https://packagist.org/downloads/",
6807
            "license": [
6808
                "MIT"
6809
            ],
6810
            "authors": [
6811
                {
6812
                    "name": "Community contributions",
6813
                    "homepage": "http://github.com/Sylius/Sylius/contributors"
6814
                },
6815
                {
6816
                    "name": "Paweł Jędrzejewski",
6817
                    "homepage": "http://pjedrzejewski.com"
6818
                },
6819
                {
6820
                    "name": "Sylius project",
6821
                    "homepage": "http://sylius.com"
6822
                }
6823
            ],
6824
            "description": "E-Commerce platform for PHP, based on Symfony framework.",
6825
            "homepage": "http://sylius.com",
6826
            "time": "2018-03-16T07:30:27+00:00"
6827
        },
6828
        {
6829
            "name": "symfony/monolog-bundle",
6830
            "version": "v3.2.0",
6831
            "source": {
6832
                "type": "git",
6833
                "url": "https://github.com/symfony/monolog-bundle.git",
6834
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd"
6835
            },
6836
            "dist": {
6837
                "type": "zip",
6838
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd",
6839
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd",
6840
                "shasum": ""
6841
            },
6842
            "require": {
6843
                "monolog/monolog": "~1.22",
6844
                "php": ">=5.3.2",
6845
                "symfony/config": "~2.7|~3.0|~4.0",
6846
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
6847
                "symfony/http-kernel": "~2.7|~3.0|~4.0",
6848
                "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
6849
            },
6850
            "require-dev": {
6851
                "symfony/console": "~2.3|~3.0|~4.0",
6852
                "symfony/phpunit-bridge": "^3.3|^4.0",
6853
                "symfony/yaml": "~2.3|~3.0|~4.0"
6854
            },
6855
            "type": "symfony-bundle",
6856
            "extra": {
6857
                "branch-alias": {
6858
                    "dev-master": "3.x-dev"
6859
                }
6860
            },
6861
            "autoload": {
6862
                "psr-4": {
6863
                    "Symfony\\Bundle\\MonologBundle\\": ""
6864
                },
6865
                "exclude-from-classmap": [
6866
                    "/Tests/"
6867
                ]
6868
            },
6869
            "notification-url": "https://packagist.org/downloads/",
6870
            "license": [
6871
                "MIT"
6872
            ],
6873
            "authors": [
6874
                {
6875
                    "name": "Symfony Community",
6876
                    "homepage": "http://symfony.com/contributors"
6877
                },
6878
                {
6879
                    "name": "Fabien Potencier",
6880
                    "email": "[email protected]"
6881
                }
6882
            ],
6883
            "description": "Symfony MonologBundle",
6884
            "homepage": "http://symfony.com",
6885
            "keywords": [
6886
                "log",
6887
                "logging"
6888
            ],
6889
            "time": "2018-03-05T14:51:36+00:00"
6890
        },
6891
        {
6892
            "name": "symfony/polyfill-apcu",
6893
            "version": "v1.7.0",
6894
            "source": {
6895
                "type": "git",
6896
                "url": "https://github.com/symfony/polyfill-apcu.git",
6897
                "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00"
6898
            },
6899
            "dist": {
6900
                "type": "zip",
6901
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/e8ae2136ddb53dea314df56fcd88e318ab936c00",
6902
                "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00",
6903
                "shasum": ""
6904
            },
6905
            "require": {
6906
                "php": ">=5.3.3"
6907
            },
6908
            "type": "library",
6909
            "extra": {
6910
                "branch-alias": {
6911
                    "dev-master": "1.7-dev"
6912
                }
6913
            },
6914
            "autoload": {
6915
                "psr-4": {
6916
                    "Symfony\\Polyfill\\Apcu\\": ""
6917
                },
6918
                "files": [
6919
                    "bootstrap.php"
6920
                ]
6921
            },
6922
            "notification-url": "https://packagist.org/downloads/",
6923
            "license": [
6924
                "MIT"
6925
            ],
6926
            "authors": [
6927
                {
6928
                    "name": "Nicolas Grekas",
6929
                    "email": "[email protected]"
6930
                },
6931
                {
6932
                    "name": "Symfony Community",
6933
                    "homepage": "https://symfony.com/contributors"
6934
                }
6935
            ],
6936
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
6937
            "homepage": "https://symfony.com",
6938
            "keywords": [
6939
                "apcu",
6940
                "compatibility",
6941
                "polyfill",
6942
                "portable",
6943
                "shim"
6944
            ],
6945
            "time": "2018-01-30T19:27:44+00:00"
6946
        },
6947
        {
6948
            "name": "symfony/polyfill-iconv",
6949
            "version": "v1.7.0",
6950
            "source": {
6951
                "type": "git",
6952
                "url": "https://github.com/symfony/polyfill-iconv.git",
6953
                "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b"
6954
            },
6955
            "dist": {
6956
                "type": "zip",
6957
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bd515d8f392730c833bc1ba993a4f598da64fa5b",
6958
                "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b",
6959
                "shasum": ""
6960
            },
6961
            "require": {
6962
                "php": ">=5.3.3"
6963
            },
6964
            "suggest": {
6965
                "ext-iconv": "For best performance"
6966
            },
6967
            "type": "library",
6968
            "extra": {
6969
                "branch-alias": {
6970
                    "dev-master": "1.7-dev"
6971
                }
6972
            },
6973
            "autoload": {
6974
                "psr-4": {
6975
                    "Symfony\\Polyfill\\Iconv\\": ""
6976
                },
6977
                "files": [
6978
                    "bootstrap.php"
6979
                ]
6980
            },
6981
            "notification-url": "https://packagist.org/downloads/",
6982
            "license": [
6983
                "MIT"
6984
            ],
6985
            "authors": [
6986
                {
6987
                    "name": "Nicolas Grekas",
6988
                    "email": "[email protected]"
6989
                },
6990
                {
6991
                    "name": "Symfony Community",
6992
                    "homepage": "https://symfony.com/contributors"
6993
                }
6994
            ],
6995
            "description": "Symfony polyfill for the Iconv extension",
6996
            "homepage": "https://symfony.com",
6997
            "keywords": [
6998
                "compatibility",
6999
                "iconv",
7000
                "polyfill",
7001
                "portable",
7002
                "shim"
7003
            ],
7004
            "time": "2018-01-30T19:27:44+00:00"
7005
        },
7006
        {
7007
            "name": "symfony/polyfill-intl-icu",
7008
            "version": "v1.7.0",
7009
            "source": {
7010
                "type": "git",
7011
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
7012
                "reference": "254919c03761d46c29291616576ed003f10e91c1"
7013
            },
7014
            "dist": {
7015
                "type": "zip",
7016
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/254919c03761d46c29291616576ed003f10e91c1",
7017
                "reference": "254919c03761d46c29291616576ed003f10e91c1",
7018
                "shasum": ""
7019
            },
7020
            "require": {
7021
                "php": ">=5.3.3",
7022
                "symfony/intl": "~2.3|~3.0|~4.0"
7023
            },
7024
            "suggest": {
7025
                "ext-intl": "For best performance"
7026
            },
7027
            "type": "library",
7028
            "extra": {
7029
                "branch-alias": {
7030
                    "dev-master": "1.7-dev"
7031
                }
7032
            },
7033
            "autoload": {
7034
                "files": [
7035
                    "bootstrap.php"
7036
                ]
7037
            },
7038
            "notification-url": "https://packagist.org/downloads/",
7039
            "license": [
7040
                "MIT"
7041
            ],
7042
            "authors": [
7043
                {
7044
                    "name": "Nicolas Grekas",
7045
                    "email": "[email protected]"
7046
                },
7047
                {
7048
                    "name": "Symfony Community",
7049
                    "homepage": "https://symfony.com/contributors"
7050
                }
7051
            ],
7052
            "description": "Symfony polyfill for intl's ICU-related data and classes",
7053
            "homepage": "https://symfony.com",
7054
            "keywords": [
7055
                "compatibility",
7056
                "icu",
7057
                "intl",
7058
                "polyfill",
7059
                "portable",
7060
                "shim"
7061
            ],
7062
            "time": "2018-01-30T19:27:44+00:00"
7063
        },
7064
        {
7065
            "name": "symfony/polyfill-mbstring",
7066
            "version": "v1.7.0",
7067
            "source": {
7068
                "type": "git",
7069
                "url": "https://github.com/symfony/polyfill-mbstring.git",
7070
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
7071
            },
7072
            "dist": {
7073
                "type": "zip",
7074
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
7075
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
7076
                "shasum": ""
7077
            },
7078
            "require": {
7079
                "php": ">=5.3.3"
7080
            },
7081
            "suggest": {
7082
                "ext-mbstring": "For best performance"
7083
            },
7084
            "type": "library",
7085
            "extra": {
7086
                "branch-alias": {
7087
                    "dev-master": "1.7-dev"
7088
                }
7089
            },
7090
            "autoload": {
7091
                "psr-4": {
7092
                    "Symfony\\Polyfill\\Mbstring\\": ""
7093
                },
7094
                "files": [
7095
                    "bootstrap.php"
7096
                ]
7097
            },
7098
            "notification-url": "https://packagist.org/downloads/",
7099
            "license": [
7100
                "MIT"
7101
            ],
7102
            "authors": [
7103
                {
7104
                    "name": "Nicolas Grekas",
7105
                    "email": "[email protected]"
7106
                },
7107
                {
7108
                    "name": "Symfony Community",
7109
                    "homepage": "https://symfony.com/contributors"
7110
                }
7111
            ],
7112
            "description": "Symfony polyfill for the Mbstring extension",
7113
            "homepage": "https://symfony.com",
7114
            "keywords": [
7115
                "compatibility",
7116
                "mbstring",
7117
                "polyfill",
7118
                "portable",
7119
                "shim"
7120
            ],
7121
            "time": "2018-01-30T19:27:44+00:00"
7122
        },
7123
        {
7124
            "name": "symfony/polyfill-php72",
7125
            "version": "v1.7.0",
7126
            "source": {
7127
                "type": "git",
7128
                "url": "https://github.com/symfony/polyfill-php72.git",
7129
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422"
7130
            },
7131
            "dist": {
7132
                "type": "zip",
7133
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422",
7134
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422",
7135
                "shasum": ""
7136
            },
7137
            "require": {
7138
                "php": ">=5.3.3"
7139
            },
7140
            "type": "library",
7141
            "extra": {
7142
                "branch-alias": {
7143
                    "dev-master": "1.7-dev"
7144
                }
7145
            },
7146
            "autoload": {
7147
                "psr-4": {
7148
                    "Symfony\\Polyfill\\Php72\\": ""
7149
                },
7150
                "files": [
7151
                    "bootstrap.php"
7152
                ]
7153
            },
7154
            "notification-url": "https://packagist.org/downloads/",
7155
            "license": [
7156
                "MIT"
7157
            ],
7158
            "authors": [
7159
                {
7160
                    "name": "Nicolas Grekas",
7161
                    "email": "[email protected]"
7162
                },
7163
                {
7164
                    "name": "Symfony Community",
7165
                    "homepage": "https://symfony.com/contributors"
7166
                }
7167
            ],
7168
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
7169
            "homepage": "https://symfony.com",
7170
            "keywords": [
7171
                "compatibility",
7172
                "polyfill",
7173
                "portable",
7174
                "shim"
7175
            ],
7176
            "time": "2018-01-31T17:43:24+00:00"
7177
        },
7178
        {
7179
            "name": "symfony/swiftmailer-bundle",
7180
            "version": "v3.2.1",
7181
            "source": {
7182
                "type": "git",
7183
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
7184
                "reference": "20e71c247a5a43ceb655db9712394d08c09b33ef"
7185
            },
7186
            "dist": {
7187
                "type": "zip",
7188
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/20e71c247a5a43ceb655db9712394d08c09b33ef",
7189
                "reference": "20e71c247a5a43ceb655db9712394d08c09b33ef",
7190
                "shasum": ""
7191
            },
7192
            "require": {
7193
                "php": ">=7.0.0",
7194
                "swiftmailer/swiftmailer": "^6.0.1",
7195
                "symfony/config": "~2.8|~3.3|~4.0",
7196
                "symfony/dependency-injection": "~2.7|~3.3|~4.0",
7197
                "symfony/http-kernel": "~2.7|~3.3|~4.0"
7198
            },
7199
            "require-dev": {
7200
                "symfony/console": "~2.7|~3.3|~4.0",
7201
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
7202
                "symfony/phpunit-bridge": "~3.3|~4.0",
7203
                "symfony/yaml": "~2.7|~3.3|~4.0"
7204
            },
7205
            "suggest": {
7206
                "psr/log": "Allows logging"
7207
            },
7208
            "type": "symfony-bundle",
7209
            "extra": {
7210
                "branch-alias": {
7211
                    "dev-master": "3.2-dev"
7212
                }
7213
            },
7214
            "autoload": {
7215
                "psr-4": {
7216
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
7217
                },
7218
                "exclude-from-classmap": [
7219
                    "/Tests/"
7220
                ]
7221
            },
7222
            "notification-url": "https://packagist.org/downloads/",
7223
            "license": [
7224
                "MIT"
7225
            ],
7226
            "authors": [
7227
                {
7228
                    "name": "Symfony Community",
7229
                    "homepage": "http://symfony.com/contributors"
7230
                },
7231
                {
7232
                    "name": "Fabien Potencier",
7233
                    "email": "[email protected]"
7234
                }
7235
            ],
7236
            "description": "Symfony SwiftmailerBundle",
7237
            "homepage": "http://symfony.com",
7238
            "time": "2018-03-08T16:39:26+00:00"
7239
        },
7240
        {
7241
            "name": "symfony/symfony",
0 ignored issues
show
7242
            "version": "v3.4.6",
7243
            "source": {
7244
                "type": "git",
7245
                "url": "https://github.com/symfony/symfony.git",
7246
                "reference": "874d4d659774d7bab90538072c83ed532dd17dc5"
7247
            },
7248
            "dist": {
7249
                "type": "zip",
7250
                "url": "https://api.github.com/repos/symfony/symfony/zipball/874d4d659774d7bab90538072c83ed532dd17dc5",
7251
                "reference": "874d4d659774d7bab90538072c83ed532dd17dc5",
7252
                "shasum": ""
7253
            },
7254
            "require": {
7255
                "doctrine/common": "~2.4",
7256
                "ext-xml": "*",
7257
                "fig/link-util": "^1.0",
7258
                "php": "^5.5.9|>=7.0.8",
7259
                "psr/cache": "~1.0",
7260
                "psr/container": "^1.0",
7261
                "psr/link": "^1.0",
7262
                "psr/log": "~1.0",
7263
                "psr/simple-cache": "^1.0",
7264
                "symfony/polyfill-apcu": "~1.1",
7265
                "symfony/polyfill-intl-icu": "~1.0",
7266
                "symfony/polyfill-mbstring": "~1.0",
7267
                "symfony/polyfill-php56": "~1.0",
7268
                "symfony/polyfill-php70": "~1.6",
7269
                "twig/twig": "^1.35|^2.4.4"
7270
            },
7271
            "conflict": {
7272
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
7273
                "phpdocumentor/type-resolver": "<0.2.1",
7274
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
7275
            },
7276
            "provide": {
7277
                "psr/cache-implementation": "1.0",
7278
                "psr/container-implementation": "1.0",
7279
                "psr/log-implementation": "1.0",
7280
                "psr/simple-cache-implementation": "1.0"
7281
            },
7282
            "replace": {
7283
                "symfony/asset": "self.version",
7284
                "symfony/browser-kit": "self.version",
7285
                "symfony/cache": "self.version",
7286
                "symfony/class-loader": "self.version",
7287
                "symfony/config": "self.version",
7288
                "symfony/console": "self.version",
7289
                "symfony/css-selector": "self.version",
7290
                "symfony/debug": "self.version",
7291
                "symfony/debug-bundle": "self.version",
7292
                "symfony/dependency-injection": "self.version",
7293
                "symfony/doctrine-bridge": "self.version",
7294
                "symfony/dom-crawler": "self.version",
7295
                "symfony/dotenv": "self.version",
7296
                "symfony/event-dispatcher": "self.version",
7297
                "symfony/expression-language": "self.version",
7298
                "symfony/filesystem": "self.version",
7299
                "symfony/finder": "self.version",
7300
                "symfony/form": "self.version",
7301
                "symfony/framework-bundle": "self.version",
7302
                "symfony/http-foundation": "self.version",
7303
                "symfony/http-kernel": "self.version",
7304
                "symfony/inflector": "self.version",
7305
                "symfony/intl": "self.version",
7306
                "symfony/ldap": "self.version",
7307
                "symfony/lock": "self.version",
7308
                "symfony/monolog-bridge": "self.version",
7309
                "symfony/options-resolver": "self.version",
7310
                "symfony/process": "self.version",
7311
                "symfony/property-access": "self.version",
7312
                "symfony/property-info": "self.version",
7313
                "symfony/proxy-manager-bridge": "self.version",
7314
                "symfony/routing": "self.version",
7315
                "symfony/security": "self.version",
7316
                "symfony/security-bundle": "self.version",
7317
                "symfony/security-core": "self.version",
7318
                "symfony/security-csrf": "self.version",
7319
                "symfony/security-guard": "self.version",
7320
                "symfony/security-http": "self.version",
7321
                "symfony/serializer": "self.version",
7322
                "symfony/stopwatch": "self.version",
7323
                "symfony/templating": "self.version",
7324
                "symfony/translation": "self.version",
7325
                "symfony/twig-bridge": "self.version",
7326
                "symfony/twig-bundle": "self.version",
7327
                "symfony/validator": "self.version",
7328
                "symfony/var-dumper": "self.version",
7329
                "symfony/web-link": "self.version",
7330
                "symfony/web-profiler-bundle": "self.version",
7331
                "symfony/web-server-bundle": "self.version",
7332
                "symfony/workflow": "self.version",
7333
                "symfony/yaml": "self.version"
7334
            },
7335
            "require-dev": {
7336
                "cache/integration-tests": "dev-master",
7337
                "doctrine/annotations": "~1.0",
7338
                "doctrine/cache": "~1.6",
7339
                "doctrine/data-fixtures": "1.0.*",
7340
                "doctrine/dbal": "~2.4",
7341
                "doctrine/doctrine-bundle": "~1.4",
7342
                "doctrine/orm": "~2.4,>=2.4.5",
7343
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
7344
                "monolog/monolog": "~1.11",
7345
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
7346
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
7347
                "predis/predis": "~1.0",
7348
                "symfony/phpunit-bridge": "~3.4|~4.0",
7349
                "symfony/security-acl": "~2.8|~3.0"
7350
            },
7351
            "type": "library",
7352
            "extra": {
7353
                "branch-alias": {
7354
                    "dev-master": "3.4-dev"
7355
                }
7356
            },
7357
            "autoload": {
7358
                "psr-4": {
7359
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
7360
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
7361
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
7362
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
7363
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
7364
                    "Symfony\\Component\\": "src/Symfony/Component/"
7365
                },
7366
                "classmap": [
7367
                    "src/Symfony/Component/Intl/Resources/stubs"
7368
                ],
7369
                "exclude-from-classmap": [
7370
                    "**/Tests/"
7371
                ]
7372
            },
7373
            "notification-url": "https://packagist.org/downloads/",
7374
            "license": [
7375
                "MIT"
7376
            ],
7377
            "authors": [
7378
                {
7379
                    "name": "Fabien Potencier",
7380
                    "email": "[email protected]"
7381
                },
7382
                {
7383
                    "name": "Symfony Community",
7384
                    "homepage": "https://symfony.com/contributors"
7385
                }
7386
            ],
7387
            "description": "The Symfony PHP framework",
7388
            "homepage": "https://symfony.com",
7389
            "keywords": [
7390
                "framework"
7391
            ],
7392
            "time": "2018-03-05T20:02:01+00:00"
7393
        },
7394
        {
7395
            "name": "symfony/thanks",
7396
            "version": "v1.0.7",
7397
            "source": {
7398
                "type": "git",
7399
                "url": "https://github.com/symfony/thanks.git",
7400
                "reference": "bade4992c46ed722162694b4af8d72f84402819a"
7401
            },
7402
            "dist": {
7403
                "type": "zip",
7404
                "url": "https://api.github.com/repos/symfony/thanks/zipball/bade4992c46ed722162694b4af8d72f84402819a",
7405
                "reference": "bade4992c46ed722162694b4af8d72f84402819a",
7406
                "shasum": ""
7407
            },
7408
            "require": {
7409
                "composer-plugin-api": "^1.0",
7410
                "php": "^5.5.9|^7.0.0"
7411
            },
7412
            "type": "composer-plugin",
7413
            "extra": {
7414
                "branch-alias": {
7415
                    "dev-master": "1.0-dev"
7416
                },
7417
                "class": "Symfony\\Thanks\\Thanks"
7418
            },
7419
            "autoload": {
7420
                "psr-4": {
7421
                    "Symfony\\Thanks\\": "src"
7422
                }
7423
            },
7424
            "notification-url": "https://packagist.org/downloads/",
7425
            "license": [
7426
                "MIT"
7427
            ],
7428
            "authors": [
7429
                {
7430
                    "name": "Nicolas Grekas",
7431
                    "email": "[email protected]"
7432
                }
7433
            ],
7434
            "description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!",
7435
            "time": "2018-03-14T21:51:39+00:00"
7436
        },
7437
        {
7438
            "name": "symplify/coding-standard",
7439
            "version": "v2.5.12",
7440
            "source": {
7441
                "type": "git",
7442
                "url": "https://github.com/Symplify/CodingStandard.git",
7443
                "reference": "e315f0aceebc82cc9d6f30af386c28529ef4eaa7"
7444
            },
7445
            "dist": {
7446
                "type": "zip",
7447
                "url": "https://api.github.com/repos/Symplify/CodingStandard/zipball/e315f0aceebc82cc9d6f30af386c28529ef4eaa7",
7448
                "reference": "e315f0aceebc82cc9d6f30af386c28529ef4eaa7",
7449
                "shasum": ""
7450
            },
7451
            "require": {
7452
                "friendsofphp/php-cs-fixer": "~2.7.0|~2.8.0",
7453
                "nette/finder": "^2.4|^3.0",
7454
                "nette/utils": "^2.4|^3.0",
7455
                "nikic/php-parser": "^3.1",
7456
                "php": "^7.1",
7457
                "slevomat/coding-standard": "^4.0",
7458
                "squizlabs/php_codesniffer": "^3.1"
7459
            },
7460
            "require-dev": {
7461
                "gecko-packages/gecko-php-unit": "3.0 as 2.2",
7462
                "nette/application": "^2.4",
7463
                "phpunit/phpunit": "^6.0",
7464
                "symplify/easy-coding-standard": "^2.3",
7465
                "symplify/package-builder": "^2.3"
7466
            },
7467
            "type": "library",
7468
            "autoload": {
7469
                "psr-4": {
7470
                    "Symplify\\CodingStandard\\": "src",
7471
                    "Symplify\\CodingStandard\\SniffTokenWrapper\\": "packages/SniffTokenWrapper/src",
7472
                    "Symplify\\CodingStandard\\FixerTokenWrapper\\": "packages/FixerTokenWrapper/src"
7473
                }
7474
            },
7475
            "notification-url": "https://packagist.org/downloads/",
7476
            "license": [
7477
                "MIT"
7478
            ],
7479
            "description": "Set of Symplify rules for PHP_CodeSniffer.",
7480
            "time": "2018-01-02T08:27:54+00:00"
7481
        },
7482
        {
7483
            "name": "symplify/easy-coding-standard",
7484
            "version": "v2.5.12",
7485
            "source": {
7486
                "type": "git",
7487
                "url": "https://github.com/Symplify/EasyCodingStandard.git",
7488
                "reference": "d2cac00e5d388fc7d11ce2f12514878712a6fa98"
7489
            },
7490
            "dist": {
7491
                "type": "zip",
7492
                "url": "https://api.github.com/repos/Symplify/EasyCodingStandard/zipball/d2cac00e5d388fc7d11ce2f12514878712a6fa98",
7493
                "reference": "d2cac00e5d388fc7d11ce2f12514878712a6fa98",
7494
                "shasum": ""
7495
            },
7496
            "require": {
7497
                "friendsofphp/php-cs-fixer": "~2.7.0|~2.8.0",
7498
                "nette/caching": "^2.4|^3.0",
7499
                "nette/neon": "^2.4|^3.0",
7500
                "nette/robot-loader": "^2.4|^3.0.1",
7501
                "nette/utils": "^2.4|^3.0",
7502
                "php": "^7.1",
7503
                "sebastian/diff": "^1.4|^2.0",
7504
                "slevomat/coding-standard": "^4.0",
7505
                "squizlabs/php_codesniffer": "^3.1",
7506
                "symfony/config": "^3.3",
7507
                "symfony/console": "^3.3",
7508
                "symfony/dependency-injection": "^3.3",
7509
                "symfony/finder": "^3.3",
7510
                "symfony/http-kernel": "^3.3",
7511
                "symfony/yaml": "^3.3",
7512
                "symplify/coding-standard": "^2.3",
7513
                "symplify/package-builder": "^2.3"
7514
            },
7515
            "require-dev": {
7516
                "phpunit/phpunit": "^6.0"
7517
            },
7518
            "bin": [
7519
                "bin/easy-coding-standard",
7520
                "bin/ecs",
7521
                "bin/easy-coding-standard.php"
7522
            ],
7523
            "type": "library",
7524
            "autoload": {
7525
                "psr-4": {
7526
                    "Symplify\\EasyCodingStandard\\": "src",
7527
                    "Symplify\\EasyCodingStandard\\CheckerSetExtractor\\": "packages/CheckerSetExtractor/src",
7528
                    "Symplify\\EasyCodingStandard\\ChangedFilesDetector\\": "packages/ChangedFilesDetector/src",
7529
                    "Symplify\\EasyCodingStandard\\Configuration\\": "packages/Configuration/src",
7530
                    "Symplify\\EasyCodingStandard\\FixerRunner\\": "packages/FixerRunner/src",
7531
                    "Symplify\\EasyCodingStandard\\SniffRunner\\": "packages/SniffRunner/src",
7532
                    "Symplify\\EasyCodingStandard\\Performance\\": "packages/Performance/src"
7533
                }
7534
            },
7535
            "notification-url": "https://packagist.org/downloads/",
7536
            "license": [
7537
                "MIT"
7538
            ],
7539
            "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.",
7540
            "time": "2018-03-10T11:19:06+00:00"
7541
        },
7542
        {
7543
            "name": "symplify/package-builder",
7544
            "version": "v2.5.12",
7545
            "source": {
7546
                "type": "git",
7547
                "url": "https://github.com/Symplify/PackageBuilder.git",
7548
                "reference": "c68b5f848d90e6d27b3db83154b97adcc882373a"
7549
            },
7550
            "dist": {
7551
                "type": "zip",
7552
                "url": "https://api.github.com/repos/Symplify/PackageBuilder/zipball/c68b5f848d90e6d27b3db83154b97adcc882373a",
7553
                "reference": "c68b5f848d90e6d27b3db83154b97adcc882373a",
7554
                "shasum": ""
7555
            },
7556
            "require": {
7557
                "nette/bootstrap": "^2.4|^3.0",
7558
                "nette/di": "^2.4|^3.0",
7559
                "nette/neon": "^2.4|^3.0",
7560
                "nette/utils": "^2.4|^3.0",
7561
                "php": "^7.1",
7562
                "symfony/config": "^3.3",
7563
                "symfony/console": "^3.3",
7564
                "symfony/dependency-injection": "^3.3",
7565
                "symfony/http-kernel": "^3.3",
7566
                "symfony/yaml": "^3.3"
7567
            },
7568
            "require-dev": {
7569
                "phpunit/phpunit": "^6.0",
7570
                "tracy/tracy": "^2.4"
7571
            },
7572
            "type": "library",
7573
            "autoload": {
7574
                "psr-4": {
7575
                    "Symplify\\PackageBuilder\\": "src"
7576
                }
7577
            },
7578
            "notification-url": "https://packagist.org/downloads/",
7579
            "license": [
7580
                "MIT"
7581
            ],
7582
            "time": "2018-03-10T11:56:31+00:00"
7583
        },
7584
        {
7585
            "name": "twig/extensions",
7586
            "version": "v1.5.1",
7587
            "source": {
7588
                "type": "git",
7589
                "url": "https://github.com/twigphp/Twig-extensions.git",
7590
                "reference": "d188c76168b853481cc75879ea045bf93d718e9c"
7591
            },
7592
            "dist": {
7593
                "type": "zip",
7594
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c",
7595
                "reference": "d188c76168b853481cc75879ea045bf93d718e9c",
7596
                "shasum": ""
7597
            },
7598
            "require": {
7599
                "twig/twig": "~1.27|~2.0"
7600
            },
7601
            "require-dev": {
7602
                "symfony/phpunit-bridge": "~3.3@dev",
7603
                "symfony/translation": "~2.3|~3.0"
7604
            },
7605
            "suggest": {
7606
                "symfony/translation": "Allow the time_diff output to be translated"
7607
            },
7608
            "type": "library",
7609
            "extra": {
7610
                "branch-alias": {
7611
                    "dev-master": "1.5-dev"
7612
                }
7613
            },
7614
            "autoload": {
7615
                "psr-0": {
7616
                    "Twig_Extensions_": "lib/"
7617
                },
7618
                "psr-4": {
7619
                    "Twig\\Extensions\\": "src/"
7620
                }
7621
            },
7622
            "notification-url": "https://packagist.org/downloads/",
7623
            "license": [
7624
                "MIT"
7625
            ],
7626
            "authors": [
7627
                {
7628
                    "name": "Fabien Potencier",
7629
                    "email": "[email protected]"
7630
                }
7631
            ],
7632
            "description": "Common additional features for Twig that do not directly belong in core",
7633
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
7634
            "keywords": [
7635
                "i18n",
7636
                "text"
7637
            ],
7638
            "time": "2017-06-08T18:19:53+00:00"
7639
        },
7640
        {
7641
            "name": "twig/twig",
7642
            "version": "v2.4.6",
7643
            "source": {
7644
                "type": "git",
7645
                "url": "https://github.com/twigphp/Twig.git",
7646
                "reference": "d2117ec118c1ff3d28ccddca8212d82787a4809f"
7647
            },
7648
            "dist": {
7649
                "type": "zip",
7650
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d2117ec118c1ff3d28ccddca8212d82787a4809f",
7651
                "reference": "d2117ec118c1ff3d28ccddca8212d82787a4809f",
7652
                "shasum": ""
7653
            },
7654
            "require": {
7655
                "php": "^7.0",
7656
                "symfony/polyfill-mbstring": "~1.0"
7657
            },
7658
            "require-dev": {
7659
                "psr/container": "^1.0",
7660
                "symfony/debug": "~2.7",
7661
                "symfony/phpunit-bridge": "~3.3@dev"
7662
            },
7663
            "type": "library",
7664
            "extra": {
7665
                "branch-alias": {
7666
                    "dev-master": "2.4-dev"
7667
                }
7668
            },
7669
            "autoload": {
7670
                "psr-0": {
7671
                    "Twig_": "lib/"
7672
                },
7673
                "psr-4": {
7674
                    "Twig\\": "src/"
7675
                }
7676
            },
7677
            "notification-url": "https://packagist.org/downloads/",
7678
            "license": [
7679
                "BSD-3-Clause"
7680
            ],
7681
            "authors": [
7682
                {
7683
                    "name": "Fabien Potencier",
7684
                    "email": "[email protected]",
7685
                    "homepage": "http://fabien.potencier.org",
7686
                    "role": "Lead Developer"
7687
                },
7688
                {
7689
                    "name": "Armin Ronacher",
7690
                    "email": "[email protected]",
7691
                    "role": "Project Founder"
7692
                },
7693
                {
7694
                    "name": "Twig Team",
7695
                    "homepage": "http://twig.sensiolabs.org/contributors",
7696
                    "role": "Contributors"
7697
                }
7698
            ],
7699
            "description": "Twig, the flexible, fast, and secure template language for PHP",
7700
            "homepage": "http://twig.sensiolabs.org",
7701
            "keywords": [
7702
                "templating"
7703
            ],
7704
            "time": "2018-03-03T16:23:01+00:00"
7705
        },
7706
        {
7707
            "name": "webmozart/assert",
7708
            "version": "1.3.0",
7709
            "source": {
7710
                "type": "git",
7711
                "url": "https://github.com/webmozart/assert.git",
7712
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
7713
            },
7714
            "dist": {
7715
                "type": "zip",
7716
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
7717
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
7718
                "shasum": ""
7719
            },
7720
            "require": {
7721
                "php": "^5.3.3 || ^7.0"
7722
            },
7723
            "require-dev": {
7724
                "phpunit/phpunit": "^4.6",
7725
                "sebastian/version": "^1.0.1"
7726
            },
7727
            "type": "library",
7728
            "extra": {
7729
                "branch-alias": {
7730
                    "dev-master": "1.3-dev"
7731
                }
7732
            },
7733
            "autoload": {
7734
                "psr-4": {
7735
                    "Webmozart\\Assert\\": "src/"
7736
                }
7737
            },
7738
            "notification-url": "https://packagist.org/downloads/",
7739
            "license": [
7740
                "MIT"
7741
            ],
7742
            "authors": [
7743
                {
7744
                    "name": "Bernhard Schussek",
7745
                    "email": "[email protected]"
7746
                }
7747
            ],
7748
            "description": "Assertions to validate method input/output with nice error messages.",
7749
            "keywords": [
7750
                "assert",
7751
                "check",
7752
                "validate"
7753
            ],
7754
            "time": "2018-01-29T19:49:41+00:00"
7755
        },
7756
        {
7757
            "name": "white-october/pagerfanta-bundle",
7758
            "version": "v1.1.2",
7759
            "source": {
7760
                "type": "git",
7761
                "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
7762
                "reference": "b783a86877eaa5e9844449db1c86d68ace804ae3"
7763
            },
7764
            "dist": {
7765
                "type": "zip",
7766
                "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/b783a86877eaa5e9844449db1c86d68ace804ae3",
7767
                "reference": "b783a86877eaa5e9844449db1c86d68ace804ae3",
7768
                "shasum": ""
7769
            },
7770
            "require": {
7771
                "pagerfanta/pagerfanta": "1.0.*",
7772
                "symfony/framework-bundle": "~2.3|~3.0|~4.0",
7773
                "symfony/property-access": "~2.3|~3.0|~4.0",
7774
                "symfony/twig-bundle": "~2.3|~3.0|~4.0"
7775
            },
7776
            "require-dev": {
7777
                "phpunit/phpunit": "~3.7|~4.0",
7778
                "symfony/symfony": "~2.3|~3.0|~4.0"
7779
            },
7780
            "type": "symfony-bundle",
7781
            "extra": {
7782
                "branch-alias": {
7783
                    "dev-master": "1.0.x-dev"
7784
                }
7785
            },
7786
            "autoload": {
7787
                "psr-4": {
7788
                    "WhiteOctober\\PagerfantaBundle\\": ""
7789
                }
7790
            },
7791
            "notification-url": "https://packagist.org/downloads/",
7792
            "license": [
7793
                "MIT"
7794
            ],
7795
            "authors": [
7796
                {
7797
                    "name": "Pablo Díez",
7798
                    "email": "[email protected]"
7799
                }
7800
            ],
7801
            "description": "Bundle to use Pagerfanta with Symfony2",
7802
            "keywords": [
7803
                "page",
7804
                "paging"
7805
            ],
7806
            "time": "2018-01-03T08:27:40+00:00"
7807
        },
7808
        {
7809
            "name": "willdurand/hateoas",
7810
            "version": "2.10.0",
7811
            "source": {
7812
                "type": "git",
7813
                "url": "https://github.com/willdurand/Hateoas.git",
7814
                "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189"
7815
            },
7816
            "dist": {
7817
                "type": "zip",
7818
                "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/ada89d867e47040f8c4be3be2c8e7930a3d01189",
7819
                "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189",
7820
                "shasum": ""
7821
            },
7822
            "require": {
7823
                "doctrine/annotations": "~1.0",
7824
                "doctrine/common": "~2.0",
7825
                "jms/metadata": "~1.1",
7826
                "jms/serializer": "~1.0",
7827
                "php": ">=5.4",
7828
                "phpoption/phpoption": ">=1.1.0,<2.0-dev",
7829
                "symfony/expression-language": "~2.4 || ~3.0"
7830
            },
7831
            "require-dev": {
7832
                "pagerfanta/pagerfanta": "~1.0",
7833
                "phpunit/phpunit": "~4.5",
7834
                "symfony/dependency-injection": "~2.4 || ~3.0",
7835
                "symfony/routing": "~2.4 || ~3.0",
7836
                "symfony/yaml": "~2.4 || ~3.0",
7837
                "twig/twig": "~1.12"
7838
            },
7839
            "suggest": {
7840
                "symfony/routing": "To use the SymfonyRouteFactory.",
7841
                "symfony/yaml": "To use yaml based configuration.",
7842
                "twig/twig": "To use the Twig extensions."
7843
            },
7844
            "type": "library",
7845
            "extra": {
7846
                "branch-alias": {
7847
                    "dev-master": "2.10-dev"
7848
                }
7849
            },
7850
            "autoload": {
7851
                "psr-0": {
7852
                    "Hateoas": "src/"
7853
                }
7854
            },
7855
            "notification-url": "https://packagist.org/downloads/",
7856
            "license": [
7857
                "MIT"
7858
            ],
7859
            "authors": [
7860
                {
7861
                    "name": "Adrien Brault",
7862
                    "email": "[email protected]"
7863
                },
7864
                {
7865
                    "name": "William Durand",
7866
                    "email": "[email protected]"
7867
                }
7868
            ],
7869
            "description": "A PHP library to support implementing representations for HATEOAS REST web services",
7870
            "time": "2016-05-19T11:30:35+00:00"
7871
        },
7872
        {
7873
            "name": "willdurand/hateoas-bundle",
7874
            "version": "1.4.0",
7875
            "source": {
7876
                "type": "git",
7877
                "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
7878
                "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
7879
            },
7880
            "dist": {
7881
                "type": "zip",
7882
                "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
7883
                "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
7884
                "shasum": ""
7885
            },
7886
            "require": {
7887
                "jms/serializer-bundle": "~1.0 || ^2.0",
7888
                "php": ">5.4 |^7.0",
7889
                "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
7890
                "willdurand/hateoas": "^2.10.0"
7891
            },
7892
            "require-dev": {
7893
                "phpunit/phpunit": "~4.5 || ~5.0",
7894
                "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
7895
                "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
7896
                "twig/twig": "~1.12"
7897
            },
7898
            "type": "symfony-bundle",
7899
            "extra": {
7900
                "branch-alias": {
7901
                    "dev-master": "1.4-dev"
7902
                }
7903
            },
7904
            "autoload": {
7905
                "psr-4": {
7906
                    "Bazinga\\Bundle\\HateoasBundle\\": ""
7907
                }
7908
            },
7909
            "notification-url": "https://packagist.org/downloads/",
7910
            "license": [
7911
                "MIT"
7912
            ],
7913
            "authors": [
7914
                {
7915
                    "name": "William Durand",
7916
                    "email": "[email protected]"
7917
                }
7918
            ],
7919
            "description": "Integration of Hateoas into Symfony2.",
7920
            "keywords": [
7921
                "HATEOAS",
7922
                "rest"
7923
            ],
7924
            "time": "2018-01-27T13:03:07+00:00"
7925
        },
7926
        {
7927
            "name": "willdurand/jsonp-callback-validator",
7928
            "version": "v1.1.0",
7929
            "source": {
7930
                "type": "git",
7931
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
7932
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
7933
            },
7934
            "dist": {
7935
                "type": "zip",
7936
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
7937
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
7938
                "shasum": ""
7939
            },
7940
            "require": {
7941
                "php": ">=5.3.0"
7942
            },
7943
            "require-dev": {
7944
                "phpunit/phpunit": "~3.7"
7945
            },
7946
            "type": "library",
7947
            "autoload": {
7948
                "psr-0": {
7949
                    "JsonpCallbackValidator": "src/"
7950
                }
7951
            },
7952
            "notification-url": "https://packagist.org/downloads/",
7953
            "license": [
7954
                "MIT"
7955
            ],
7956
            "authors": [
7957
                {
7958
                    "name": "William Durand",
7959
                    "email": "[email protected]",
7960
                    "homepage": "http://www.willdurand.fr"
7961
                }
7962
            ],
7963
            "description": "JSONP callback validator.",
7964
            "time": "2014-01-20T22:35:06+00:00"
7965
        },
7966
        {
7967
            "name": "willdurand/negotiation",
7968
            "version": "v2.3.1",
7969
            "source": {
7970
                "type": "git",
7971
                "url": "https://github.com/willdurand/Negotiation.git",
7972
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
7973
            },
7974
            "dist": {
7975
                "type": "zip",
7976
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
7977
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
7978
                "shasum": ""
7979
            },
7980
            "require": {
7981
                "php": ">=5.4.0"
7982
            },
7983
            "require-dev": {
7984
                "phpunit/phpunit": "~4.5"
7985
            },
7986
            "type": "library",
7987
            "extra": {
7988
                "branch-alias": {
7989
                    "dev-master": "2.3-dev"
7990
                }
7991
            },
7992
            "autoload": {
7993
                "psr-4": {
7994
                    "Negotiation\\": "src/Negotiation"
7995
                }
7996
            },
7997
            "notification-url": "https://packagist.org/downloads/",
7998
            "license": [
7999
                "MIT"
8000
            ],
8001
            "authors": [
8002
                {
8003
                    "name": "William Durand",
8004
                    "email": "[email protected]"
8005
                }
8006
            ],
8007
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
8008
            "homepage": "http://williamdurand.fr/Negotiation/",
8009
            "keywords": [
8010
                "accept",
8011
                "content",
8012
                "format",
8013
                "header",
8014
                "negotiation"
8015
            ],
8016
            "time": "2017-05-14T17:21:12+00:00"
8017
        },
8018
        {
8019
            "name": "winzou/state-machine",
8020
            "version": "0.3.3",
8021
            "source": {
8022
                "type": "git",
8023
                "url": "https://github.com/winzou/state-machine.git",
8024
                "reference": "37f03a316b9a461ed443906e158bab8d358542df"
8025
            },
8026
            "dist": {
8027
                "type": "zip",
8028
                "url": "https://api.github.com/repos/winzou/state-machine/zipball/37f03a316b9a461ed443906e158bab8d358542df",
8029
                "reference": "37f03a316b9a461ed443906e158bab8d358542df",
8030
                "shasum": ""
8031
            },
8032
            "require": {
8033
                "php": ">=5.3.0",
8034
                "symfony/event-dispatcher": "~2.1|~3.0|~4.0",
8035
                "symfony/expression-language": "~2.4|~3.0|~4.0",
8036
                "symfony/property-access": "~2.1|~3.0|~4.0"
8037
            },
8038
            "require-dev": {
8039
                "phpspec/phpspec": "~2.0",
8040
                "twig/twig": "~1.0"
8041
            },
8042
            "suggest": {
8043
                "twig/twig": "Access the state machine in your twig templates (~1.0)"
8044
            },
8045
            "type": "library",
8046
            "autoload": {
8047
                "psr-0": {
8048
                    "SM": "src/"
8049
                }
8050
            },
8051
            "notification-url": "https://packagist.org/downloads/",
8052
            "license": [
8053
                "MIT"
8054
            ],
8055
            "authors": [
8056
                {
8057
                    "name": "Alexandre Bacco",
8058
                    "email": "[email protected]",
8059
                    "homepage": "http://alex.bacco.fr"
8060
                }
8061
            ],
8062
            "description": "A very lightweight yet powerful PHP state machine",
8063
            "homepage": "https://github.com/winzou/StateMachine",
8064
            "keywords": [
8065
                "callback",
8066
                "event",
8067
                "state",
8068
                "statemachine"
8069
            ],
8070
            "time": "2018-02-11T18:07:15+00:00"
8071
        },
8072
        {
8073
            "name": "winzou/state-machine-bundle",
8074
            "version": "v0.3.1",
8075
            "source": {
8076
                "type": "git",
8077
                "url": "https://github.com/winzou/StateMachineBundle.git",
8078
                "reference": "2a543dcaeb74b54b6c06884ef985bd4c5a57a240"
8079
            },
8080
            "dist": {
8081
                "type": "zip",
8082
                "url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/2a543dcaeb74b54b6c06884ef985bd4c5a57a240",
8083
                "reference": "2a543dcaeb74b54b6c06884ef985bd4c5a57a240",
8084
                "shasum": ""
8085
            },
8086
            "require": {
8087
                "php": ">5.3.0",
8088
                "symfony/framework-bundle": "~2.1|~3.0|^4.0",
8089
                "winzou/state-machine": "~0.3"
8090
            },
8091
            "require-dev": {
8092
                "phpspec/phpspec": "~2.0"
8093
            },
8094
            "type": "symfony-bundle",
8095
            "autoload": {
8096
                "psr-4": {
8097
                    "winzou\\Bundle\\StateMachineBundle\\": ""
8098
                }
8099
            },
8100
            "notification-url": "https://packagist.org/downloads/",
8101
            "license": [
8102
                "MIT"
8103
            ],
8104
            "authors": [
8105
                {
8106
                    "name": "Alexandre Bacco",
8107
                    "homepage": "http://alex.bacco.fr"
8108
                }
8109
            ],
8110
            "description": "Bundle for the very lightweight yet powerful PHP state machine",
8111
            "keywords": [
8112
                "bundle",
8113
                "statemachine",
8114
                "symfony"
8115
            ],
8116
            "time": "2018-02-12T10:55:50+00:00"
8117
        },
8118
        {
8119
            "name": "zendframework/zend-code",
8120
            "version": "3.3.0",
8121
            "source": {
8122
                "type": "git",
8123
                "url": "https://github.com/zendframework/zend-code.git",
8124
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d"
8125
            },
8126
            "dist": {
8127
                "type": "zip",
8128
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d",
8129
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d",
8130
                "shasum": ""
8131
            },
8132
            "require": {
8133
                "php": "^7.1",
8134
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
8135
            },
8136
            "require-dev": {
8137
                "doctrine/annotations": "~1.0",
8138
                "ext-phar": "*",
8139
                "phpunit/phpunit": "^6.2.3",
8140
                "zendframework/zend-coding-standard": "^1.0.0",
8141
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
8142
            },
8143
            "suggest": {
8144
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
8145
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
8146
            },
8147
            "type": "library",
8148
            "extra": {
8149
                "branch-alias": {
8150
                    "dev-master": "3.2-dev",
8151
                    "dev-develop": "3.3-dev"
8152
                }
8153
            },
8154
            "autoload": {
8155
                "psr-4": {
8156
                    "Zend\\Code\\": "src/"
8157
                }
8158
            },
8159
            "notification-url": "https://packagist.org/downloads/",
8160
            "license": [
8161
                "BSD-3-Clause"
8162
            ],
8163
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
8164
            "homepage": "https://github.com/zendframework/zend-code",
8165
            "keywords": [
8166
                "code",
8167
                "zf2"
8168
            ],
8169
            "time": "2017-10-20T15:21:32+00:00"
8170
        },
8171
        {
8172
            "name": "zendframework/zend-eventmanager",
8173
            "version": "3.2.0",
8174
            "source": {
8175
                "type": "git",
8176
                "url": "https://github.com/zendframework/zend-eventmanager.git",
8177
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
8178
            },
8179
            "dist": {
8180
                "type": "zip",
8181
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
8182
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
8183
                "shasum": ""
8184
            },
8185
            "require": {
8186
                "php": "^5.6 || ^7.0"
8187
            },
8188
            "require-dev": {
8189
                "athletic/athletic": "^0.1",
8190
                "container-interop/container-interop": "^1.1.0",
8191
                "phpunit/phpunit": "^6.0.7 || ^5.7.14",
8192
                "zendframework/zend-coding-standard": "~1.0.0",
8193
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
8194
            },
8195
            "suggest": {
8196
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
8197
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
8198
            },
8199
            "type": "library",
8200
            "extra": {
8201
                "branch-alias": {
8202
                    "dev-master": "3.2-dev",
8203
                    "dev-develop": "3.3-dev"
8204
                }
8205
            },
8206
            "autoload": {
8207
                "psr-4": {
8208
                    "Zend\\EventManager\\": "src/"
8209
                }
8210
            },
8211
            "notification-url": "https://packagist.org/downloads/",
8212
            "license": [
8213
                "BSD-3-Clause"
8214
            ],
8215
            "description": "Trigger and listen to events within a PHP application",
8216
            "homepage": "https://github.com/zendframework/zend-eventmanager",
8217
            "keywords": [
8218
                "event",
8219
                "eventmanager",
8220
                "events",
8221
                "zf2"
8222
            ],
8223
            "time": "2017-07-11T19:17:22+00:00"
8224
        },
8225
        {
8226
            "name": "zendframework/zend-hydrator",
8227
            "version": "2.3.1",
8228
            "source": {
8229
                "type": "git",
8230
                "url": "https://github.com/zendframework/zend-hydrator.git",
8231
                "reference": "de0d6465fbc4b7ca345fddc148834c321c4b361f"
8232
            },
8233
            "dist": {
8234
                "type": "zip",
8235
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/de0d6465fbc4b7ca345fddc148834c321c4b361f",
8236
                "reference": "de0d6465fbc4b7ca345fddc148834c321c4b361f",
8237
                "shasum": ""
8238
            },
8239
            "require": {
8240
                "php": "^5.6 || ^7.0",
8241
                "zendframework/zend-stdlib": "^3.0"
8242
            },
8243
            "require-dev": {
8244
                "phpunit/phpunit": "^5.7.21 || ^6.3",
8245
                "zendframework/zend-coding-standard": "~1.0.0",
8246
                "zendframework/zend-eventmanager": "^3.0",
8247
                "zendframework/zend-filter": "^2.6",
8248
                "zendframework/zend-inputfilter": "^2.6",
8249
                "zendframework/zend-serializer": "^2.6.1",
8250
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
8251
            },
8252
            "suggest": {
8253
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
8254
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
8255
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
8256
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
8257
            },
8258
            "type": "library",
8259
            "extra": {
8260
                "branch-alias": {
8261
                    "dev-release-1.0": "1.0-dev",
8262
                    "dev-release-1.1": "1.1-dev",
8263
                    "dev-master": "2.3-dev",
8264
                    "dev-develop": "2.4-dev"
8265
                },
8266
                "zf": {
8267
                    "component": "Zend\\Hydrator",
8268
                    "config-provider": "Zend\\Hydrator\\ConfigProvider"
8269
                }
8270
            },
8271
            "autoload": {
8272
                "psr-4": {
8273
                    "Zend\\Hydrator\\": "src/"
8274
                }
8275
            },
8276
            "notification-url": "https://packagist.org/downloads/",
8277
            "license": [
8278
                "BSD-3-Clause"
8279
            ],
8280
            "homepage": "https://github.com/zendframework/zend-hydrator",
8281
            "keywords": [
8282
                "hydrator",
8283
                "zf2"
8284
            ],
8285
            "time": "2017-10-02T15:01:27+00:00"
8286
        },
8287
        {
8288
            "name": "zendframework/zend-stdlib",
8289
            "version": "3.1.0",
8290
            "source": {
8291
                "type": "git",
8292
                "url": "https://github.com/zendframework/zend-stdlib.git",
8293
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
8294
            },
8295
            "dist": {
8296
                "type": "zip",
8297
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
8298
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
8299
                "shasum": ""
8300
            },
8301
            "require": {
8302
                "php": "^5.6 || ^7.0"
8303
            },
8304
            "require-dev": {
8305
                "athletic/athletic": "~0.1",
8306
                "phpunit/phpunit": "~4.0",
8307
                "squizlabs/php_codesniffer": "^2.6.2"
8308
            },
8309
            "type": "library",
8310
            "extra": {
8311
                "branch-alias": {
8312
                    "dev-master": "3.1-dev",
8313
                    "dev-develop": "3.2-dev"
8314
                }
8315
            },
8316
            "autoload": {
8317
                "psr-4": {
8318
                    "Zend\\Stdlib\\": "src/"
8319
                }
8320
            },
8321
            "notification-url": "https://packagist.org/downloads/",
8322
            "license": [
8323
                "BSD-3-Clause"
8324
            ],
8325
            "homepage": "https://github.com/zendframework/zend-stdlib",
8326
            "keywords": [
8327
                "stdlib",
8328
                "zf2"
8329
            ],
8330
            "time": "2016-09-13T14:38:50+00:00"
8331
        }
8332
    ],
8333
    "packages-dev": [
8334
        {
8335
            "name": "behat/behat",
8336
            "version": "v3.4.3",
8337
            "source": {
8338
                "type": "git",
8339
                "url": "https://github.com/Behat/Behat.git",
8340
                "reference": "d60b161bff1b95ec4bb80bb8cb210ccf890314c2"
8341
            },
8342
            "dist": {
8343
                "type": "zip",
8344
                "url": "https://api.github.com/repos/Behat/Behat/zipball/d60b161bff1b95ec4bb80bb8cb210ccf890314c2",
8345
                "reference": "d60b161bff1b95ec4bb80bb8cb210ccf890314c2",
8346
                "shasum": ""
8347
            },
8348
            "require": {
8349
                "behat/gherkin": "^4.5.1",
8350
                "behat/transliterator": "^1.2",
8351
                "container-interop/container-interop": "^1.2",
8352
                "ext-mbstring": "*",
8353
                "php": ">=5.3.3",
8354
                "psr/container": "^1.0",
8355
                "symfony/class-loader": "~2.1||~3.0||~4.0",
8356
                "symfony/config": "~2.3||~3.0||~4.0",
8357
                "symfony/console": "~2.5||~3.0||~4.0",
8358
                "symfony/dependency-injection": "~2.1||~3.0||~4.0",
8359
                "symfony/event-dispatcher": "~2.1||~3.0||~4.0",
8360
                "symfony/translation": "~2.3||~3.0||~4.0",
8361
                "symfony/yaml": "~2.1||~3.0||~4.0"
8362
            },
8363
            "require-dev": {
8364
                "herrera-io/box": "~1.6.1",
8365
                "phpunit/phpunit": "^4.8.36|^6.3",
8366
                "symfony/process": "~2.5|~3.0|~4.0"
8367
            },
8368
            "suggest": {
8369
                "behat/mink-extension": "for integration with Mink testing framework",
8370
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
8371
                "behat/yii-extension": "for integration with Yii web framework"
8372
            },
8373
            "bin": [
8374
                "bin/behat"
8375
            ],
8376
            "type": "library",
8377
            "extra": {
8378
                "branch-alias": {
8379
                    "dev-master": "3.2.x-dev"
8380
                }
8381
            },
8382
            "autoload": {
8383
                "psr-0": {
8384
                    "Behat\\Behat": "src/",
8385
                    "Behat\\Testwork": "src/"
8386
                }
8387
            },
8388
            "notification-url": "https://packagist.org/downloads/",
8389
            "license": [
8390
                "MIT"
8391
            ],
8392
            "authors": [
8393
                {
8394
                    "name": "Konstantin Kudryashov",
8395
                    "email": "[email protected]",
8396
                    "homepage": "http://everzet.com"
8397
                }
8398
            ],
8399
            "description": "Scenario-oriented BDD framework for PHP 5.3",
8400
            "homepage": "http://behat.org/",
8401
            "keywords": [
8402
                "Agile",
8403
                "BDD",
8404
                "ScenarioBDD",
8405
                "Scrum",
8406
                "StoryBDD",
8407
                "User story",
8408
                "business",
8409
                "development",
8410
                "documentation",
8411
                "examples",
8412
                "symfony",
8413
                "testing"
8414
            ],
8415
            "time": "2017-11-27T10:37:56+00:00"
8416
        },
8417
        {
8418
            "name": "behat/gherkin",
8419
            "version": "v4.5.1",
8420
            "source": {
8421
                "type": "git",
8422
                "url": "https://github.com/Behat/Gherkin.git",
8423
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
8424
            },
8425
            "dist": {
8426
                "type": "zip",
8427
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
8428
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
8429
                "shasum": ""
8430
            },
8431
            "require": {
8432
                "php": ">=5.3.1"
8433
            },
8434
            "require-dev": {
8435
                "phpunit/phpunit": "~4.5|~5",
8436
                "symfony/phpunit-bridge": "~2.7|~3",
8437
                "symfony/yaml": "~2.3|~3"
8438
            },
8439
            "suggest": {
8440
                "symfony/yaml": "If you want to parse features, represented in YAML files"
8441
            },
8442
            "type": "library",
8443
            "extra": {
8444
                "branch-alias": {
8445
                    "dev-master": "4.4-dev"
8446
                }
8447
            },
8448
            "autoload": {
8449
                "psr-0": {
8450
                    "Behat\\Gherkin": "src/"
8451
                }
8452
            },
8453
            "notification-url": "https://packagist.org/downloads/",
8454
            "license": [
8455
                "MIT"
8456
            ],
8457
            "authors": [
8458
                {
8459
                    "name": "Konstantin Kudryashov",
8460
                    "email": "[email protected]",
8461
                    "homepage": "http://everzet.com"
8462
                }
8463
            ],
8464
            "description": "Gherkin DSL parser for PHP 5.3",
8465
            "homepage": "http://behat.org/",
8466
            "keywords": [
8467
                "BDD",
8468
                "Behat",
8469
                "Cucumber",
8470
                "DSL",
8471
                "gherkin",
8472
                "parser"
8473
            ],
8474
            "time": "2017-08-30T11:04:43+00:00"
8475
        },
8476
        {
8477
            "name": "behat/mink",
8478
            "version": "v1.7.1",
8479
            "source": {
8480
                "type": "git",
8481
                "url": "https://github.com/minkphp/Mink.git",
8482
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
8483
            },
8484
            "dist": {
8485
                "type": "zip",
8486
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
8487
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
8488
                "shasum": ""
8489
            },
8490
            "require": {
8491
                "php": ">=5.3.1",
8492
                "symfony/css-selector": "~2.1|~3.0"
8493
            },
8494
            "require-dev": {
8495
                "symfony/phpunit-bridge": "~2.7|~3.0"
8496
            },
8497
            "suggest": {
8498
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
8499
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
8500
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
8501
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
8502
            },
8503
            "type": "library",
8504
            "extra": {
8505
                "branch-alias": {
8506
                    "dev-master": "1.7.x-dev"
8507
                }
8508
            },
8509
            "autoload": {
8510
                "psr-4": {
8511
                    "Behat\\Mink\\": "src/"
8512
                }
8513
            },
8514
            "notification-url": "https://packagist.org/downloads/",
8515
            "license": [
8516
                "MIT"
8517
            ],
8518
            "authors": [
8519
                {
8520
                    "name": "Konstantin Kudryashov",
8521
                    "email": "[email protected]",
8522
                    "homepage": "http://everzet.com"
8523
                }
8524
            ],
8525
            "description": "Browser controller/emulator abstraction for PHP",
8526
            "homepage": "http://mink.behat.org/",
8527
            "keywords": [
8528
                "browser",
8529
                "testing",
8530
                "web"
8531
            ],
8532
            "time": "2016-03-05T08:26:18+00:00"
8533
        },
8534
        {
8535
            "name": "behat/mink-browserkit-driver",
8536
            "version": "v1.3.2",
8537
            "source": {
8538
                "type": "git",
8539
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
8540
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
8541
            },
8542
            "dist": {
8543
                "type": "zip",
8544
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
8545
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
8546
                "shasum": ""
8547
            },
8548
            "require": {
8549
                "behat/mink": "^1.7.1@dev",
8550
                "php": ">=5.3.6",
8551
                "symfony/browser-kit": "~2.3|~3.0",
8552
                "symfony/dom-crawler": "~2.3|~3.0"
8553
            },
8554
            "require-dev": {
8555
                "silex/silex": "~1.2",
8556
                "symfony/phpunit-bridge": "~2.7|~3.0"
8557
            },
8558
            "type": "mink-driver",
8559
            "extra": {
8560
                "branch-alias": {
8561
                    "dev-master": "1.3.x-dev"
8562
                }
8563
            },
8564
            "autoload": {
8565
                "psr-4": {
8566
                    "Behat\\Mink\\Driver\\": "src/"
8567
                }
8568
            },
8569
            "notification-url": "https://packagist.org/downloads/",
8570
            "license": [
8571
                "MIT"
8572
            ],
8573
            "authors": [
8574
                {
8575
                    "name": "Konstantin Kudryashov",
8576
                    "email": "[email protected]",
8577
                    "homepage": "http://everzet.com"
8578
                }
8579
            ],
8580
            "description": "Symfony2 BrowserKit driver for Mink framework",
8581
            "homepage": "http://mink.behat.org/",
8582
            "keywords": [
8583
                "Mink",
8584
                "Symfony2",
8585
                "browser",
8586
                "testing"
8587
            ],
8588
            "time": "2016-03-05T08:59:47+00:00"
8589
        },
8590
        {
8591
            "name": "behat/mink-extension",
8592
            "version": "2.3.1",
8593
            "source": {
8594
                "type": "git",
8595
                "url": "https://github.com/Behat/MinkExtension.git",
8596
                "reference": "80f7849ba53867181b7e412df9210e12fba50177"
8597
            },
8598
            "dist": {
8599
                "type": "zip",
8600
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177",
8601
                "reference": "80f7849ba53867181b7e412df9210e12fba50177",
8602
                "shasum": ""
8603
            },
8604
            "require": {
8605
                "behat/behat": "^3.0.5",
8606
                "behat/mink": "^1.5",
8607
                "php": ">=5.3.2",
8608
                "symfony/config": "^2.7|^3.0|^4.0"
8609
            },
8610
            "require-dev": {
8611
                "behat/mink-goutte-driver": "^1.1",
8612
                "phpspec/phpspec": "^2.0"
8613
            },
8614
            "type": "behat-extension",
8615
            "extra": {
8616
                "branch-alias": {
8617
                    "dev-master": "2.1.x-dev"
8618
                }
8619
            },
8620
            "autoload": {
8621
                "psr-0": {
8622
                    "Behat\\MinkExtension": "src/"
8623
                }
8624
            },
8625
            "notification-url": "https://packagist.org/downloads/",
8626
            "license": [
8627
                "MIT"
8628
            ],
8629
            "authors": [
8630
                {
8631
                    "name": "Christophe Coevoet",
8632
                    "email": "[email protected]"
8633
                },
8634
                {
8635
                    "name": "Konstantin Kudryashov",
8636
                    "email": "[email protected]"
8637
                }
8638
            ],
8639
            "description": "Mink extension for Behat",
8640
            "homepage": "http://extensions.behat.org/mink",
8641
            "keywords": [
8642
                "browser",
8643
                "gui",
8644
                "test",
8645
                "web"
8646
            ],
8647
            "time": "2018-02-06T15:36:30+00:00"
8648
        },
8649
        {
8650
            "name": "behat/mink-selenium2-driver",
8651
            "version": "v1.3.1",
8652
            "source": {
8653
                "type": "git",
8654
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
8655
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
8656
            },
8657
            "dist": {
8658
                "type": "zip",
8659
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
8660
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
8661
                "shasum": ""
8662
            },
8663
            "require": {
8664
                "behat/mink": "~1.7@dev",
8665
                "instaclick/php-webdriver": "~1.1",
8666
                "php": ">=5.3.1"
8667
            },
8668
            "require-dev": {
8669
                "symfony/phpunit-bridge": "~2.7"
8670
            },
8671
            "type": "mink-driver",
8672
            "extra": {
8673
                "branch-alias": {
8674
                    "dev-master": "1.3.x-dev"
8675
                }
8676
            },
8677
            "autoload": {
8678
                "psr-4": {
8679
                    "Behat\\Mink\\Driver\\": "src/"
8680
                }
8681
            },
8682
            "notification-url": "https://packagist.org/downloads/",
8683
            "license": [
8684
                "MIT"
8685
            ],
8686
            "authors": [
8687
                {
8688
                    "name": "Konstantin Kudryashov",
8689
                    "email": "[email protected]",
8690
                    "homepage": "http://everzet.com"
8691
                },
8692
                {
8693
                    "name": "Pete Otaqui",
8694
                    "email": "[email protected]",
8695
                    "homepage": "https://github.com/pete-otaqui"
8696
                }
8697
            ],
8698
            "description": "Selenium2 (WebDriver) driver for Mink framework",
8699
            "homepage": "http://mink.behat.org/",
8700
            "keywords": [
8701
                "ajax",
8702
                "browser",
8703
                "javascript",
8704
                "selenium",
8705
                "testing",
8706
                "webdriver"
8707
            ],
8708
            "time": "2016-03-05T09:10:18+00:00"
8709
        },
8710
        {
8711
            "name": "container-interop/container-interop",
8712
            "version": "1.2.0",
8713
            "source": {
8714
                "type": "git",
8715
                "url": "https://github.com/container-interop/container-interop.git",
8716
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
8717
            },
8718
            "dist": {
8719
                "type": "zip",
8720
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
8721
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
8722
                "shasum": ""
8723
            },
8724
            "require": {
8725
                "psr/container": "^1.0"
8726
            },
8727
            "type": "library",
8728
            "autoload": {
8729
                "psr-4": {
8730
                    "Interop\\Container\\": "src/Interop/Container/"
8731
                }
8732
            },
8733
            "notification-url": "https://packagist.org/downloads/",
8734
            "license": [
8735
                "MIT"
8736
            ],
8737
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
8738
            "homepage": "https://github.com/container-interop/container-interop",
8739
            "time": "2017-02-14T19:40:03+00:00"
8740
        },
8741
        {
8742
            "name": "friends-of-behat/context-service-extension",
8743
            "version": "v1.2.0",
8744
            "source": {
8745
                "type": "git",
8746
                "url": "https://github.com/FriendsOfBehat/ContextServiceExtension.git",
8747
                "reference": "52a19fae67cc1ada4f4b566830bf03431d7fa01e"
8748
            },
8749
            "dist": {
8750
                "type": "zip",
8751
                "url": "https://api.github.com/repos/FriendsOfBehat/ContextServiceExtension/zipball/52a19fae67cc1ada4f4b566830bf03431d7fa01e",
8752
                "reference": "52a19fae67cc1ada4f4b566830bf03431d7fa01e",
8753
                "shasum": ""
8754
            },
8755
            "require": {
8756
                "behat/behat": "^3.1",
8757
                "php": "^7.1",
8758
                "symfony/dependency-injection": "^3.3|^4.0"
8759
            },
8760
            "require-dev": {
8761
                "friends-of-behat/cross-container-extension": "^1.0",
8762
                "friends-of-behat/test-context": "^1.0",
8763
                "phpspec/phpspec": "^4.0"
8764
            },
8765
            "suggest": {
8766
                "friends-of-behat/cross-container-extension": "^1.0",
8767
                "ocramius/proxy-manager": "^2.0",
8768
                "symfony/proxy-manager-bridge": "^3.0"
8769
            },
8770
            "type": "library",
8771
            "autoload": {
8772
                "psr-4": {
8773
                    "FriendsOfBehat\\ContextServiceExtension\\": "src/"
8774
                }
8775
            },
8776
            "notification-url": "https://packagist.org/downloads/",
8777
            "license": [
8778
                "MIT"
8779
            ],
8780
            "authors": [
8781
                {
8782
                    "name": "Kamil Kokot",
8783
                    "email": "[email protected]",
8784
                    "homepage": "http://kamil.kokot.me"
8785
                }
8786
            ],
8787
            "description": "Allows to declare and use contexts services in scenario scoped container.",
8788
            "time": "2018-02-13T18:49:22+00:00"
8789
        },
8790
        {
8791
            "name": "friends-of-behat/cross-container-extension",
8792
            "version": "v1.1.0",
8793
            "source": {
8794
                "type": "git",
8795
                "url": "https://github.com/FriendsOfBehat/CrossContainerExtension.git",
8796
                "reference": "97c376c450c46d2af7d440464f490b914da0dc89"
8797
            },
8798
            "dist": {
8799
                "type": "zip",
8800
                "url": "https://api.github.com/repos/FriendsOfBehat/CrossContainerExtension/zipball/97c376c450c46d2af7d440464f490b914da0dc89",
8801
                "reference": "97c376c450c46d2af7d440464f490b914da0dc89",
8802
                "shasum": ""
8803
            },
8804
            "require": {
8805
                "behat/behat": "^3.1",
8806
                "php": "^7.1",
8807
                "symfony/dependency-injection": "^3.3|^4.0"
8808
            },
8809
            "require-dev": {
8810
                "friends-of-behat/test-context": "^1.0",
8811
                "phpspec/phpspec": "^4.0",
8812
                "phpunit/phpunit": "^6.0",
8813
                "symfony/http-kernel": "^3.3|^4.0"
8814
            },
8815
            "suggest": {
8816
                "symfony/http-kernel": "^3.3|^4.0"
8817
            },
8818
            "type": "library",
8819
            "autoload": {
8820
                "psr-4": {
8821
                    "FriendsOfBehat\\CrossContainerExtension\\": "src/"
8822
                }
8823
            },
8824
            "notification-url": "https://packagist.org/downloads/",
8825
            "license": [
8826
                "MIT"
8827
            ],
8828
            "authors": [
8829
                {
8830
                    "name": "Kamil Kokot",
8831
                    "email": "[email protected]",
8832
                    "homepage": "http://kamil.kokot.me"
8833
                }
8834
            ],
8835
            "description": "Makes possible to inject services and parameters from other containers.",
8836
            "time": "2018-02-13T17:55:39+00:00"
8837
        },
8838
        {
8839
            "name": "friends-of-behat/service-container-extension",
8840
            "version": "v1.0.1",
8841
            "source": {
8842
                "type": "git",
8843
                "url": "https://github.com/FriendsOfBehat/ServiceContainerExtension.git",
8844
                "reference": "5c8ab1bc3e45a37e01da8601aa2aa3a547981586"
8845
            },
8846
            "dist": {
8847
                "type": "zip",
8848
                "url": "https://api.github.com/repos/FriendsOfBehat/ServiceContainerExtension/zipball/5c8ab1bc3e45a37e01da8601aa2aa3a547981586",
8849
                "reference": "5c8ab1bc3e45a37e01da8601aa2aa3a547981586",
8850
                "shasum": ""
8851
            },
8852
            "require": {
8853
                "behat/behat": "^3.1",
8854
                "php": "^7.1"
8855
            },
8856
            "require-dev": {
8857
                "friends-of-behat/cross-container-extension": "^1.0",
8858
                "friends-of-behat/test-context": "^1.0"
8859
            },
8860
            "suggest": {
8861
                "friends-of-behat/cross-container-extension": "^1.0"
8862
            },
8863
            "type": "library",
8864
            "autoload": {
8865
                "psr-4": {
8866
                    "FriendsOfBehat\\ServiceContainerExtension\\": "src/"
8867
                }
8868
            },
8869
            "notification-url": "https://packagist.org/downloads/",
8870
            "license": [
8871
                "MIT"
8872
            ],
8873
            "authors": [
8874
                {
8875
                    "name": "Kamil Kokot",
8876
                    "email": "[email protected]",
8877
                    "homepage": "http://kamil.kokot.me"
8878
                }
8879
            ],
8880
            "description": "Allows to declare own services inside Behat container without writing an extension.",
8881
            "time": "2018-02-13T17:50:03+00:00"
8882
        },
8883
        {
8884
            "name": "friends-of-behat/symfony-extension",
8885
            "version": "v1.2.0",
8886
            "source": {
8887
                "type": "git",
8888
                "url": "https://github.com/FriendsOfBehat/SymfonyExtension.git",
8889
                "reference": "db6193144e1f738a2e5ec201d1937c94db95259d"
8890
            },
8891
            "dist": {
8892
                "type": "zip",
8893
                "url": "https://api.github.com/repos/FriendsOfBehat/SymfonyExtension/zipball/db6193144e1f738a2e5ec201d1937c94db95259d",
8894
                "reference": "db6193144e1f738a2e5ec201d1937c94db95259d",
8895
                "shasum": ""
8896
            },
8897
            "require": {
8898
                "behat/behat": "^3.1",
8899
                "php": "^7.1",
8900
                "symfony/http-kernel": "^3.3|^4.0"
8901
            },
8902
            "require-dev": {
8903
                "behat/mink": "^1.7",
8904
                "behat/mink-browserkit-driver": "^1.3",
8905
                "behat/mink-extension": "^2.2",
8906
                "friends-of-behat/cross-container-extension": "^1.0",
8907
                "friends-of-behat/test-context": "^1.0",
8908
                "symfony/framework-bundle": "^3.3|^4.0"
8909
            },
8910
            "suggest": {
8911
                "behat/mink-browserkit-driver": "^1.3",
8912
                "friends-of-behat/cross-container-extension": "^1.0"
8913
            },
8914
            "type": "library",
8915
            "autoload": {
8916
                "psr-4": {
8917
                    "FriendsOfBehat\\SymfonyExtension\\": "src/"
8918
                }
8919
            },
8920
            "notification-url": "https://packagist.org/downloads/",
8921
            "license": [
8922
                "MIT"
8923
            ],
8924
            "authors": [
8925
                {
8926
                    "name": "Kamil Kokot",
8927
                    "email": "[email protected]",
8928
                    "homepage": "http://kamil.kokot.me"
8929
                }
8930
            ],
8931
            "description": "Integrates Behat with Symfony.",
8932
            "time": "2018-02-14T14:18:16+00:00"
8933
        },
8934
        {
8935
            "name": "friends-of-behat/variadic-extension",
8936
            "version": "v1.1.0",
8937
            "source": {
8938
                "type": "git",
8939
                "url": "https://github.com/FriendsOfBehat/VariadicExtension.git",
8940
                "reference": "6513d8f61c3483c65ec3292d7c80027946b4708c"
8941
            },
8942
            "dist": {
8943
                "type": "zip",
8944
                "url": "https://api.github.com/repos/FriendsOfBehat/VariadicExtension/zipball/6513d8f61c3483c65ec3292d7c80027946b4708c",
8945
                "reference": "6513d8f61c3483c65ec3292d7c80027946b4708c",
8946
                "shasum": ""
8947
            },
8948
            "require": {
8949
                "behat/behat": "^3.1",
8950
                "php": "^7.1",
8951
                "symfony/dependency-injection": "^3.2|^4.0"
8952
            },
8953
            "require-dev": {
8954
                "friends-of-behat/test-context": "^1.0"
8955
            },
8956
            "type": "library",
8957
            "autoload": {
8958
                "psr-4": {
8959
                    "FriendsOfBehat\\VariadicExtension\\": "src/"
8960
                }
8961
            },
8962
            "notification-url": "https://packagist.org/downloads/",
8963
            "license": [
8964
                "MIT"
8965
            ],
8966
            "authors": [
8967
                {
8968
                    "name": "Łukasz Chruściel",
8969
                    "email": "[email protected]"
8970
                }
8971
            ],
8972
            "description": "Variadic support for behat context arguments",
8973
            "time": "2018-02-13T17:40:06+00:00"
8974
        },
8975
        {
8976
            "name": "instaclick/php-webdriver",
8977
            "version": "1.4.5",
8978
            "source": {
8979
                "type": "git",
8980
                "url": "https://github.com/instaclick/php-webdriver.git",
8981
                "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
8982
            },
8983
            "dist": {
8984
                "type": "zip",
8985
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
8986
                "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
8987
                "shasum": ""
8988
            },
8989
            "require": {
8990
                "ext-curl": "*",
8991
                "php": ">=5.3.2"
8992
            },
8993
            "require-dev": {
8994
                "phpunit/phpunit": "^4.8",
8995
                "satooshi/php-coveralls": "^1.0||^2.0"
8996
            },
8997
            "type": "library",
8998
            "extra": {
8999
                "branch-alias": {
9000
                    "dev-master": "1.4.x-dev"
9001
                }
9002
            },
9003
            "autoload": {
9004
                "psr-0": {
9005
                    "WebDriver": "lib/"
9006
                }
9007
            },
9008
            "notification-url": "https://packagist.org/downloads/",
9009
            "license": [
9010
                "Apache-2.0"
9011
            ],
9012
            "authors": [
9013
                {
9014
                    "name": "Justin Bishop",
9015
                    "email": "[email protected]",
9016
                    "role": "Developer"
9017
                },
9018
                {
9019
                    "name": "Anthon Pang",
9020
                    "email": "[email protected]",
9021
                    "role": "Fork Maintainer"
9022
                }
9023
            ],
9024
            "description": "PHP WebDriver for Selenium 2",
9025
            "homepage": "http://instaclick.com/",
9026
            "keywords": [
9027
                "browser",
9028
                "selenium",
9029
                "webdriver",
9030
                "webtest"
9031
            ],
9032
            "time": "2017-06-30T04:02:48+00:00"
9033
        },
9034
        {
9035
            "name": "lakion/mink-debug-extension",
9036
            "version": "v1.2.3",
9037
            "source": {
9038
                "type": "git",
9039
                "url": "https://github.com/Lakion/MinkDebugExtension.git",
9040
                "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468"
9041
            },
9042
            "dist": {
9043
                "type": "zip",
9044
                "url": "https://api.github.com/repos/Lakion/MinkDebugExtension/zipball/fb04a47076df15ff38e6c7d298aac93dd6a63468",
9045
                "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468",
9046
                "shasum": ""
9047
            },
9048
            "require": {
9049
                "behat/behat": "^3.0.5",
9050
                "behat/mink-extension": "^2.0.1",
9051
                "php": "^5.5.9|^7.0"
9052
            },
9053
            "require-dev": {
9054
                "behat/mink-goutte-driver": "^1.1",
9055
                "behat/mink-selenium2-driver": "^1.2",
9056
                "phpspec/phpspec": "^2.0"
9057
            },
9058
            "suggest": {
9059
                "behat/mink-browserkit-driver": "To get request debug information included in log file",
9060
                "behat/mink-selenium2-driver": "To get screenshots"
9061
            },
9062
            "bin": [
9063
                "travis/tools/upload-screenshots",
9064
                "travis/tools/upload-textfiles",
9065
                "travis/tools/wait-for-port"
9066
            ],
9067
            "type": "behat-extension",
9068
            "autoload": {
9069
                "psr-4": {
9070
                    "Lakion\\Behat\\MinkDebugExtension\\": "src/"
9071
                }
9072
            },
9073
            "notification-url": "https://packagist.org/downloads/",
9074
            "license": [
9075
                "MIT"
9076
            ],
9077
            "authors": [
9078
                {
9079
                    "name": "Kamil Kokot",
9080
                    "email": "[email protected]",
9081
                    "homepage": "http://kamil.kokot.me"
9082
                }
9083
            ],
9084
            "description": "Debug extension for Behat",
9085
            "homepage": "https://github.com/Lakion/MinkDebugExtension",
9086
            "keywords": [
9087
                "Behat",
9088
                "Mink",
9089
                "debug",
9090
                "logging"
9091
            ],
9092
            "time": "2016-10-27T15:30:36+00:00"
9093
        },
9094
        {
9095
            "name": "myclabs/deep-copy",
9096
            "version": "1.7.0",
9097
            "source": {
9098
                "type": "git",
9099
                "url": "https://github.com/myclabs/DeepCopy.git",
9100
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
9101
            },
9102
            "dist": {
9103
                "type": "zip",
9104
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
9105
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
9106
                "shasum": ""
9107
            },
9108
            "require": {
9109
                "php": "^5.6 || ^7.0"
9110
            },
9111
            "require-dev": {
9112
                "doctrine/collections": "^1.0",
9113
                "doctrine/common": "^2.6",
9114
                "phpunit/phpunit": "^4.1"
9115
            },
9116
            "type": "library",
9117
            "autoload": {
9118
                "psr-4": {
9119
                    "DeepCopy\\": "src/DeepCopy/"
9120
                },
9121
                "files": [
9122
                    "src/DeepCopy/deep_copy.php"
9123
                ]
9124
            },
9125
            "notification-url": "https://packagist.org/downloads/",
9126
            "license": [
9127
                "MIT"
9128
            ],
9129
            "description": "Create deep copies (clones) of your objects",
9130
            "keywords": [
9131
                "clone",
9132
                "copy",
9133
                "duplicate",
9134
                "object",
9135
                "object graph"
9136
            ],
9137
            "time": "2017-10-19T19:58:43+00:00"
9138
        },
9139
        {
9140
            "name": "phpdocumentor/reflection-common",
9141
            "version": "1.0.1",
9142
            "source": {
9143
                "type": "git",
9144
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
9145
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
9146
            },
9147
            "dist": {
9148
                "type": "zip",
9149
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
9150
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
9151
                "shasum": ""
9152
            },
9153
            "require": {
9154
                "php": ">=5.5"
9155
            },
9156
            "require-dev": {
9157
                "phpunit/phpunit": "^4.6"
9158
            },
9159
            "type": "library",
9160
            "extra": {
9161
                "branch-alias": {
9162
                    "dev-master": "1.0.x-dev"
9163
                }
9164
            },
9165
            "autoload": {
9166
                "psr-4": {
9167
                    "phpDocumentor\\Reflection\\": [
9168
                        "src"
9169
                    ]
9170
                }
9171
            },
9172
            "notification-url": "https://packagist.org/downloads/",
9173
            "license": [
9174
                "MIT"
9175
            ],
9176
            "authors": [
9177
                {
9178
                    "name": "Jaap van Otterdijk",
9179
                    "email": "[email protected]"
9180
                }
9181
            ],
9182
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
9183
            "homepage": "http://www.phpdoc.org",
9184
            "keywords": [
9185
                "FQSEN",
9186
                "phpDocumentor",
9187
                "phpdoc",
9188
                "reflection",
9189
                "static analysis"
9190
            ],
9191
            "time": "2017-09-11T18:02:19+00:00"
9192
        },
9193
        {
9194
            "name": "phpdocumentor/reflection-docblock",
9195
            "version": "4.3.0",
9196
            "source": {
9197
                "type": "git",
9198
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
9199
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
9200
            },
9201
            "dist": {
9202
                "type": "zip",
9203
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
9204
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
9205
                "shasum": ""
9206
            },
9207
            "require": {
9208
                "php": "^7.0",
9209
                "phpdocumentor/reflection-common": "^1.0.0",
9210
                "phpdocumentor/type-resolver": "^0.4.0",
9211
                "webmozart/assert": "^1.0"
9212
            },
9213
            "require-dev": {
9214
                "doctrine/instantiator": "~1.0.5",
9215
                "mockery/mockery": "^1.0",
9216
                "phpunit/phpunit": "^6.4"
9217
            },
9218
            "type": "library",
9219
            "extra": {
9220
                "branch-alias": {
9221
                    "dev-master": "4.x-dev"
9222
                }
9223
            },
9224
            "autoload": {
9225
                "psr-4": {
9226
                    "phpDocumentor\\Reflection\\": [
9227
                        "src/"
9228
                    ]
9229
                }
9230
            },
9231
            "notification-url": "https://packagist.org/downloads/",
9232
            "license": [
9233
                "MIT"
9234
            ],
9235
            "authors": [
9236
                {
9237
                    "name": "Mike van Riel",
9238
                    "email": "[email protected]"
9239
                }
9240
            ],
9241
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
9242
            "time": "2017-11-30T07:14:17+00:00"
9243
        },
9244
        {
9245
            "name": "phpdocumentor/type-resolver",
9246
            "version": "0.4.0",
9247
            "source": {
9248
                "type": "git",
9249
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
9250
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
9251
            },
9252
            "dist": {
9253
                "type": "zip",
9254
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
9255
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
9256
                "shasum": ""
9257
            },
9258
            "require": {
9259
                "php": "^5.5 || ^7.0",
9260
                "phpdocumentor/reflection-common": "^1.0"
9261
            },
9262
            "require-dev": {
9263
                "mockery/mockery": "^0.9.4",
9264
                "phpunit/phpunit": "^5.2||^4.8.24"
9265
            },
9266
            "type": "library",
9267
            "extra": {
9268
                "branch-alias": {
9269
                    "dev-master": "1.0.x-dev"
9270
                }
9271
            },
9272
            "autoload": {
9273
                "psr-4": {
9274
                    "phpDocumentor\\Reflection\\": [
9275
                        "src/"
9276
                    ]
9277
                }
9278
            },
9279
            "notification-url": "https://packagist.org/downloads/",
9280
            "license": [
9281
                "MIT"
9282
            ],
9283
            "authors": [
9284
                {
9285
                    "name": "Mike van Riel",
9286
                    "email": "[email protected]"
9287
                }
9288
            ],
9289
            "time": "2017-07-14T14:27:02+00:00"
9290
        },
9291
        {
9292
            "name": "phpspec/php-diff",
9293
            "version": "v1.1.0",
9294
            "source": {
9295
                "type": "git",
9296
                "url": "https://github.com/phpspec/php-diff.git",
9297
                "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
9298
            },
9299
            "dist": {
9300
                "type": "zip",
9301
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
9302
                "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
9303
                "shasum": ""
9304
            },
9305
            "type": "library",
9306
            "extra": {
9307
                "branch-alias": {
9308
                    "dev-master": "1.0.x-dev"
9309
                }
9310
            },
9311
            "autoload": {
9312
                "psr-0": {
9313
                    "Diff": "lib/"
9314
                }
9315
            },
9316
            "notification-url": "https://packagist.org/downloads/",
9317
            "license": [
9318
                "BSD-3-Clause"
9319
            ],
9320
            "authors": [
9321
                {
9322
                    "name": "Chris Boulton",
9323
                    "homepage": "http://github.com/chrisboulton"
9324
                }
9325
            ],
9326
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
9327
            "time": "2016-04-07T12:29:16+00:00"
9328
        },
9329
        {
9330
            "name": "phpspec/phpspec",
9331
            "version": "3.4.3",
9332
            "source": {
9333
                "type": "git",
9334
                "url": "https://github.com/phpspec/phpspec.git",
9335
                "reference": "8e72ed3576f6e26baebb2c214a8dba344508e3bd"
9336
            },
9337
            "dist": {
9338
                "type": "zip",
9339
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/8e72ed3576f6e26baebb2c214a8dba344508e3bd",
9340
                "reference": "8e72ed3576f6e26baebb2c214a8dba344508e3bd",
9341
                "shasum": ""
9342
            },
9343
            "require": {
9344
                "doctrine/instantiator": "^1.0.1",
9345
                "ext-tokenizer": "*",
9346
                "php": "^5.6 || ^7.0",
9347
                "phpspec/php-diff": "^1.0.0",
9348
                "phpspec/prophecy": "^1.5",
9349
                "sebastian/exporter": "^1.0 || ^2.0 || ^3.0",
9350
                "symfony/console": "^2.7 || ^3.0",
9351
                "symfony/event-dispatcher": "^2.7 || ^3.0",
9352
                "symfony/finder": "^2.7 || ^3.0",
9353
                "symfony/process": "^2.7 || ^3.0",
9354
                "symfony/yaml": "^2.7 || ^3.0"
9355
            },
9356
            "require-dev": {
9357
                "behat/behat": "^3.3",
9358
                "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
9359
                "phpunit/phpunit": "^5.5|^6.0",
9360
                "symfony/filesystem": "^3.0"
9361
            },
9362
            "suggest": {
9363
                "phpspec/nyan-formatters": "Adds Nyan formatters"
9364
            },
9365
            "bin": [
9366
                "bin/phpspec"
9367
            ],
9368
            "type": "library",
9369
            "extra": {
9370
                "branch-alias": {
9371
                    "dev-master": "3.0.x-dev"
9372
                }
9373
            },
9374
            "autoload": {
9375
                "psr-0": {
9376
                    "PhpSpec": "src/"
9377
                }
9378
            },
9379
            "notification-url": "https://packagist.org/downloads/",
9380
            "license": [
9381
                "MIT"
9382
            ],
9383
            "authors": [
9384
                {
9385
                    "name": "Konstantin Kudryashov",
9386
                    "email": "[email protected]",
9387
                    "homepage": "http://everzet.com"
9388
                },
9389
                {
9390
                    "name": "Marcello Duarte",
9391
                    "homepage": "http://marcelloduarte.net/"
9392
                },
9393
                {
9394
                    "name": "Ciaran McNulty",
9395
                    "homepage": "https://ciaranmcnulty.com/"
9396
                }
9397
            ],
9398
            "description": "Specification-oriented BDD framework for PHP 5.6+",
9399
            "homepage": "http://phpspec.net/",
9400
            "keywords": [
9401
                "BDD",
9402
                "SpecBDD",
9403
                "TDD",
9404
                "spec",
9405
                "specification",
9406
                "testing",
9407
                "tests"
9408
            ],
9409
            "time": "2017-12-06T09:12:11+00:00"
9410
        },
9411
        {
9412
            "name": "phpspec/prophecy",
9413
            "version": "1.7.5",
9414
            "source": {
9415
                "type": "git",
9416
                "url": "https://github.com/phpspec/prophecy.git",
9417
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
9418
            },
9419
            "dist": {
9420
                "type": "zip",
9421
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
9422
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
9423
                "shasum": ""
9424
            },
9425
            "require": {
9426
                "doctrine/instantiator": "^1.0.2",
9427
                "php": "^5.3|^7.0",
9428
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
9429
                "sebastian/comparator": "^1.1|^2.0",
9430
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
9431
            },
9432
            "require-dev": {
9433
                "phpspec/phpspec": "^2.5|^3.2",
9434
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
9435
            },
9436
            "type": "library",
9437
            "extra": {
9438
                "branch-alias": {
9439
                    "dev-master": "1.7.x-dev"
9440
                }
9441
            },
9442
            "autoload": {
9443
                "psr-0": {
9444
                    "Prophecy\\": "src/"
9445
                }
9446
            },
9447
            "notification-url": "https://packagist.org/downloads/",
9448
            "license": [
9449
                "MIT"
9450
            ],
9451
            "authors": [
9452
                {
9453
                    "name": "Konstantin Kudryashov",
9454
                    "email": "[email protected]",
9455
                    "homepage": "http://everzet.com"
9456
                },
9457
                {
9458
                    "name": "Marcello Duarte",
9459
                    "email": "[email protected]"
9460
                }
9461
            ],
9462
            "description": "Highly opinionated mocking framework for PHP 5.3+",
9463
            "homepage": "https://github.com/phpspec/prophecy",
9464
            "keywords": [
9465
                "Double",
9466
                "Dummy",
9467
                "fake",
9468
                "mock",
9469
                "spy",
9470
                "stub"
9471
            ],
9472
            "time": "2018-02-19T10:16:54+00:00"
9473
        },
9474
        {
9475
            "name": "phpstan/phpstan-shim",
9476
            "version": "0.9.2",
9477
            "source": {
9478
                "type": "git",
9479
                "url": "https://github.com/phpstan/phpstan-shim.git",
9480
                "reference": "e4720fb2916be05de02869780072253e7e0e8a75"
9481
            },
9482
            "dist": {
9483
                "type": "zip",
9484
                "url": "https://api.github.com/repos/phpstan/phpstan-shim/zipball/e4720fb2916be05de02869780072253e7e0e8a75",
9485
                "reference": "e4720fb2916be05de02869780072253e7e0e8a75",
9486
                "shasum": ""
9487
            },
9488
            "require": {
9489
                "php": "~7.0"
9490
            },
9491
            "replace": {
9492
                "phpstan/phpstan": "self.version"
9493
            },
9494
            "bin": [
9495
                "phpstan",
9496
                "phpstan.phar"
9497
            ],
9498
            "type": "library",
9499
            "extra": {
9500
                "branch-alias": {
9501
                    "dev-master": "0.9-dev"
9502
                }
9503
            },
9504
            "notification-url": "https://packagist.org/downloads/",
9505
            "license": [
9506
                "MIT"
9507
            ],
9508
            "description": "PHPStan Phar distribution",
9509
            "time": "2018-01-28T14:29:27+00:00"
9510
        },
9511
        {
9512
            "name": "phpunit/php-code-coverage",
9513
            "version": "4.0.8",
9514
            "source": {
9515
                "type": "git",
9516
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9517
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
9518
            },
9519
            "dist": {
9520
                "type": "zip",
9521
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
9522
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
9523
                "shasum": ""
9524
            },
9525
            "require": {
9526
                "ext-dom": "*",
9527
                "ext-xmlwriter": "*",
9528
                "php": "^5.6 || ^7.0",
9529
                "phpunit/php-file-iterator": "^1.3",
9530
                "phpunit/php-text-template": "^1.2",
9531
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
9532
                "sebastian/code-unit-reverse-lookup": "^1.0",
9533
                "sebastian/environment": "^1.3.2 || ^2.0",
9534
                "sebastian/version": "^1.0 || ^2.0"
9535
            },
9536
            "require-dev": {
9537
                "ext-xdebug": "^2.1.4",
9538
                "phpunit/phpunit": "^5.7"
9539
            },
9540
            "suggest": {
9541
                "ext-xdebug": "^2.5.1"
9542
            },
9543
            "type": "library",
9544
            "extra": {
9545
                "branch-alias": {
9546
                    "dev-master": "4.0.x-dev"
9547
                }
9548
            },
9549
            "autoload": {
9550
                "classmap": [
9551
                    "src/"
9552
                ]
9553
            },
9554
            "notification-url": "https://packagist.org/downloads/",
9555
            "license": [
9556
                "BSD-3-Clause"
9557
            ],
9558
            "authors": [
9559
                {
9560
                    "name": "Sebastian Bergmann",
9561
                    "email": "[email protected]",
9562
                    "role": "lead"
9563
                }
9564
            ],
9565
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
9566
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
9567
            "keywords": [
9568
                "coverage",
9569
                "testing",
9570
                "xunit"
9571
            ],
9572
            "time": "2017-04-02T07:44:40+00:00"
9573
        },
9574
        {
9575
            "name": "phpunit/php-file-iterator",
9576
            "version": "1.4.5",
9577
            "source": {
9578
                "type": "git",
9579
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9580
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
9581
            },
9582
            "dist": {
9583
                "type": "zip",
9584
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
9585
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
9586
                "shasum": ""
9587
            },
9588
            "require": {
9589
                "php": ">=5.3.3"
9590
            },
9591
            "type": "library",
9592
            "extra": {
9593
                "branch-alias": {
9594
                    "dev-master": "1.4.x-dev"
9595
                }
9596
            },
9597
            "autoload": {
9598
                "classmap": [
9599
                    "src/"
9600
                ]
9601
            },
9602
            "notification-url": "https://packagist.org/downloads/",
9603
            "license": [
9604
                "BSD-3-Clause"
9605
            ],
9606
            "authors": [
9607
                {
9608
                    "name": "Sebastian Bergmann",
9609
                    "email": "[email protected]",
9610
                    "role": "lead"
9611
                }
9612
            ],
9613
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9614
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9615
            "keywords": [
9616
                "filesystem",
9617
                "iterator"
9618
            ],
9619
            "time": "2017-11-27T13:52:08+00:00"
9620
        },
9621
        {
9622
            "name": "phpunit/php-text-template",
9623
            "version": "1.2.1",
9624
            "source": {
9625
                "type": "git",
9626
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
9627
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
9628
            },
9629
            "dist": {
9630
                "type": "zip",
9631
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
9632
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
9633
                "shasum": ""
9634
            },
9635
            "require": {
9636
                "php": ">=5.3.3"
9637
            },
9638
            "type": "library",
9639
            "autoload": {
9640
                "classmap": [
9641
                    "src/"
9642
                ]
9643
            },
9644
            "notification-url": "https://packagist.org/downloads/",
9645
            "license": [
9646
                "BSD-3-Clause"
9647
            ],
9648
            "authors": [
9649
                {
9650
                    "name": "Sebastian Bergmann",
9651
                    "email": "[email protected]",
9652
                    "role": "lead"
9653
                }
9654
            ],
9655
            "description": "Simple template engine.",
9656
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9657
            "keywords": [
9658
                "template"
9659
            ],
9660
            "time": "2015-06-21T13:50:34+00:00"
9661
        },
9662
        {
9663
            "name": "phpunit/php-timer",
9664
            "version": "1.0.9",
9665
            "source": {
9666
                "type": "git",
9667
                "url": "https://github.com/sebastianbergmann/php-timer.git",
9668
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
9669
            },
9670
            "dist": {
9671
                "type": "zip",
9672
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
9673
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
9674
                "shasum": ""
9675
            },
9676
            "require": {
9677
                "php": "^5.3.3 || ^7.0"
9678
            },
9679
            "require-dev": {
9680
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9681
            },
9682
            "type": "library",
9683
            "extra": {
9684
                "branch-alias": {
9685
                    "dev-master": "1.0-dev"
9686
                }
9687
            },
9688
            "autoload": {
9689
                "classmap": [
9690
                    "src/"
9691
                ]
9692
            },
9693
            "notification-url": "https://packagist.org/downloads/",
9694
            "license": [
9695
                "BSD-3-Clause"
9696
            ],
9697
            "authors": [
9698
                {
9699
                    "name": "Sebastian Bergmann",
9700
                    "email": "[email protected]",
9701
                    "role": "lead"
9702
                }
9703
            ],
9704
            "description": "Utility class for timing",
9705
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
9706
            "keywords": [
9707
                "timer"
9708
            ],
9709
            "time": "2017-02-26T11:10:40+00:00"
9710
        },
9711
        {
9712
            "name": "phpunit/php-token-stream",
9713
            "version": "2.0.2",
9714
            "source": {
9715
                "type": "git",
9716
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
9717
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
9718
            },
9719
            "dist": {
9720
                "type": "zip",
9721
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
9722
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
9723
                "shasum": ""
9724
            },
9725
            "require": {
9726
                "ext-tokenizer": "*",
9727
                "php": "^7.0"
9728
            },
9729
            "require-dev": {
9730
                "phpunit/phpunit": "^6.2.4"
9731
            },
9732
            "type": "library",
9733
            "extra": {
9734
                "branch-alias": {
9735
                    "dev-master": "2.0-dev"
9736
                }
9737
            },
9738
            "autoload": {
9739
                "classmap": [
9740
                    "src/"
9741
                ]
9742
            },
9743
            "notification-url": "https://packagist.org/downloads/",
9744
            "license": [
9745
                "BSD-3-Clause"
9746
            ],
9747
            "authors": [
9748
                {
9749
                    "name": "Sebastian Bergmann",
9750
                    "email": "[email protected]"
9751
                }
9752
            ],
9753
            "description": "Wrapper around PHP's tokenizer extension.",
9754
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
9755
            "keywords": [
9756
                "tokenizer"
9757
            ],
9758
            "time": "2017-11-27T05:48:46+00:00"
9759
        },
9760
        {
9761
            "name": "phpunit/phpunit",
9762
            "version": "5.7.27",
9763
            "source": {
9764
                "type": "git",
9765
                "url": "https://github.com/sebastianbergmann/phpunit.git",
9766
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
9767
            },
9768
            "dist": {
9769
                "type": "zip",
9770
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
9771
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
9772
                "shasum": ""
9773
            },
9774
            "require": {
9775
                "ext-dom": "*",
9776
                "ext-json": "*",
9777
                "ext-libxml": "*",
9778
                "ext-mbstring": "*",
9779
                "ext-xml": "*",
9780
                "myclabs/deep-copy": "~1.3",
9781
                "php": "^5.6 || ^7.0",
9782
                "phpspec/prophecy": "^1.6.2",
9783
                "phpunit/php-code-coverage": "^4.0.4",
9784
                "phpunit/php-file-iterator": "~1.4",
9785
                "phpunit/php-text-template": "~1.2",
9786
                "phpunit/php-timer": "^1.0.6",
9787
                "phpunit/phpunit-mock-objects": "^3.2",
9788
                "sebastian/comparator": "^1.2.4",
9789
                "sebastian/diff": "^1.4.3",
9790
                "sebastian/environment": "^1.3.4 || ^2.0",
9791
                "sebastian/exporter": "~2.0",
9792
                "sebastian/global-state": "^1.1",
9793
                "sebastian/object-enumerator": "~2.0",
9794
                "sebastian/resource-operations": "~1.0",
9795
                "sebastian/version": "^1.0.6|^2.0.1",
9796
                "symfony/yaml": "~2.1|~3.0|~4.0"
9797
            },
9798
            "conflict": {
9799
                "phpdocumentor/reflection-docblock": "3.0.2"
9800
            },
9801
            "require-dev": {
9802
                "ext-pdo": "*"
9803
            },
9804
            "suggest": {
9805
                "ext-xdebug": "*",
9806
                "phpunit/php-invoker": "~1.1"
9807
            },
9808
            "bin": [
9809
                "phpunit"
9810
            ],
9811
            "type": "library",
9812
            "extra": {
9813
                "branch-alias": {
9814
                    "dev-master": "5.7.x-dev"
9815
                }
9816
            },
9817
            "autoload": {
9818
                "classmap": [
9819
                    "src/"
9820
                ]
9821
            },
9822
            "notification-url": "https://packagist.org/downloads/",
9823
            "license": [
9824
                "BSD-3-Clause"
9825
            ],
9826
            "authors": [
9827
                {
9828
                    "name": "Sebastian Bergmann",
9829
                    "email": "[email protected]",
9830
                    "role": "lead"
9831
                }
9832
            ],
9833
            "description": "The PHP Unit Testing framework.",
9834
            "homepage": "https://phpunit.de/",
9835
            "keywords": [
9836
                "phpunit",
9837
                "testing",
9838
                "xunit"
9839
            ],
9840
            "time": "2018-02-01T05:50:59+00:00"
9841
        },
9842
        {
9843
            "name": "phpunit/phpunit-mock-objects",
9844
            "version": "3.4.4",
9845
            "source": {
9846
                "type": "git",
9847
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
9848
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
9849
            },
9850
            "dist": {
9851
                "type": "zip",
9852
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
9853
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
9854
                "shasum": ""
9855
            },
9856
            "require": {
9857
                "doctrine/instantiator": "^1.0.2",
9858
                "php": "^5.6 || ^7.0",
9859
                "phpunit/php-text-template": "^1.2",
9860
                "sebastian/exporter": "^1.2 || ^2.0"
9861
            },
9862
            "conflict": {
9863
                "phpunit/phpunit": "<5.4.0"
9864
            },
9865
            "require-dev": {
9866
                "phpunit/phpunit": "^5.4"
9867
            },
9868
            "suggest": {
9869
                "ext-soap": "*"
9870
            },
9871
            "type": "library",
9872
            "extra": {
9873
                "branch-alias": {
9874
                    "dev-master": "3.2.x-dev"
9875
                }
9876
            },
9877
            "autoload": {
9878
                "classmap": [
9879
                    "src/"
9880
                ]
9881
            },
9882
            "notification-url": "https://packagist.org/downloads/",
9883
            "license": [
9884
                "BSD-3-Clause"
9885
            ],
9886
            "authors": [
9887
                {
9888
                    "name": "Sebastian Bergmann",
9889
                    "email": "[email protected]",
9890
                    "role": "lead"
9891
                }
9892
            ],
9893
            "description": "Mock Object library for PHPUnit",
9894
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
9895
            "keywords": [
9896
                "mock",
9897
                "xunit"
9898
            ],
9899
            "time": "2017-06-30T09:13:00+00:00"
9900
        },
9901
        {
9902
            "name": "se/selenium-server-standalone",
9903
            "version": "v2.53.1",
9904
            "source": {
9905
                "type": "git",
9906
                "url": "https://github.com/sveneisenschmidt/selenium-server-standalone.git",
9907
                "reference": "ef4eea9c99efb9c0e3084e9cae625662ccd43361"
9908
            },
9909
            "dist": {
9910
                "type": "zip",
9911
                "url": "https://api.github.com/repos/sveneisenschmidt/selenium-server-standalone/zipball/ef4eea9c99efb9c0e3084e9cae625662ccd43361",
9912
                "reference": "ef4eea9c99efb9c0e3084e9cae625662ccd43361",
9913
                "shasum": ""
9914
            },
9915
            "require-dev": {
9916
                "phpunit/phpunit": "~4.0"
9917
            },
9918
            "bin": [
9919
                "bin/selenium-server-standalone"
9920
            ],
9921
            "type": "library",
9922
            "notification-url": "https://packagist.org/downloads/",
9923
            "license": [
9924
                "Apache 2.0"
9925
            ],
9926
            "authors": [
9927
                {
9928
                    "name": "Sven Eisenschmidt",
9929
                    "email": "[email protected]"
9930
                }
9931
            ],
9932
            "description": "Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.",
9933
            "homepage": "https://github.com/sveneisenschmidt/selenium-server-standalone",
9934
            "keywords": [
9935
                "selenium",
9936
                "testing"
9937
            ],
9938
            "time": "2016-07-01T14:16:52+00:00"
9939
        },
9940
        {
9941
            "name": "sebastian/code-unit-reverse-lookup",
9942
            "version": "1.0.1",
9943
            "source": {
9944
                "type": "git",
9945
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9946
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
9947
            },
9948
            "dist": {
9949
                "type": "zip",
9950
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
9951
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
9952
                "shasum": ""
9953
            },
9954
            "require": {
9955
                "php": "^5.6 || ^7.0"
9956
            },
9957
            "require-dev": {
9958
                "phpunit/phpunit": "^5.7 || ^6.0"
9959
            },
9960
            "type": "library",
9961
            "extra": {
9962
                "branch-alias": {
9963
                    "dev-master": "1.0.x-dev"
9964
                }
9965
            },
9966
            "autoload": {
9967
                "classmap": [
9968
                    "src/"
9969
                ]
9970
            },
9971
            "notification-url": "https://packagist.org/downloads/",
9972
            "license": [
9973
                "BSD-3-Clause"
9974
            ],
9975
            "authors": [
9976
                {
9977
                    "name": "Sebastian Bergmann",
9978
                    "email": "[email protected]"
9979
                }
9980
            ],
9981
            "description": "Looks up which function or method a line of code belongs to",
9982
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9983
            "time": "2017-03-04T06:30:41+00:00"
9984
        },
9985
        {
9986
            "name": "sebastian/comparator",
9987
            "version": "1.2.4",
9988
            "source": {
9989
                "type": "git",
9990
                "url": "https://github.com/sebastianbergmann/comparator.git",
9991
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
9992
            },
9993
            "dist": {
9994
                "type": "zip",
9995
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9996
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9997
                "shasum": ""
9998
            },
9999
            "require": {
10000
                "php": ">=5.3.3",
10001
                "sebastian/diff": "~1.2",
10002
                "sebastian/exporter": "~1.2 || ~2.0"
10003
            },
10004
            "require-dev": {
10005
                "phpunit/phpunit": "~4.4"
10006
            },
10007
            "type": "library",
10008
            "extra": {
10009
                "branch-alias": {
10010
                    "dev-master": "1.2.x-dev"
10011
                }
10012
            },
10013
            "autoload": {
10014
                "classmap": [
10015
                    "src/"
10016
                ]
10017
            },
10018
            "notification-url": "https://packagist.org/downloads/",
10019
            "license": [
10020
                "BSD-3-Clause"
10021
            ],
10022
            "authors": [
10023
                {
10024
                    "name": "Jeff Welch",
10025
                    "email": "[email protected]"
10026
                },
10027
                {
10028
                    "name": "Volker Dusch",
10029
                    "email": "[email protected]"
10030
                },
10031
                {
10032
                    "name": "Bernhard Schussek",
10033
                    "email": "[email protected]"
10034
                },
10035
                {
10036
                    "name": "Sebastian Bergmann",
10037
                    "email": "[email protected]"
10038
                }
10039
            ],
10040
            "description": "Provides the functionality to compare PHP values for equality",
10041
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
10042
            "keywords": [
10043
                "comparator",
10044
                "compare",
10045
                "equality"
10046
            ],
10047
            "time": "2017-01-29T09:50:25+00:00"
10048
        },
10049
        {
10050
            "name": "sebastian/environment",
10051
            "version": "2.0.0",
10052
            "source": {
10053
                "type": "git",
10054
                "url": "https://github.com/sebastianbergmann/environment.git",
10055
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
10056
            },
10057
            "dist": {
10058
                "type": "zip",
10059
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
10060
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
10061
                "shasum": ""
10062
            },
10063
            "require": {
10064
                "php": "^5.6 || ^7.0"
10065
            },
10066
            "require-dev": {
10067
                "phpunit/phpunit": "^5.0"
10068
            },
10069
            "type": "library",
10070
            "extra": {
10071
                "branch-alias": {
10072
                    "dev-master": "2.0.x-dev"
10073
                }
10074
            },
10075
            "autoload": {
10076
                "classmap": [
10077
                    "src/"
10078
                ]
10079
            },
10080
            "notification-url": "https://packagist.org/downloads/",
10081
            "license": [
10082
                "BSD-3-Clause"
10083
            ],
10084
            "authors": [
10085
                {
10086
                    "name": "Sebastian Bergmann",
10087
                    "email": "[email protected]"
10088
                }
10089
            ],
10090
            "description": "Provides functionality to handle HHVM/PHP environments",
10091
            "homepage": "http://www.github.com/sebastianbergmann/environment",
10092
            "keywords": [
10093
                "Xdebug",
10094
                "environment",
10095
                "hhvm"
10096
            ],
10097
            "time": "2016-11-26T07:53:53+00:00"
10098
        },
10099
        {
10100
            "name": "sebastian/exporter",
10101
            "version": "2.0.0",
10102
            "source": {
10103
                "type": "git",
10104
                "url": "https://github.com/sebastianbergmann/exporter.git",
10105
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
10106
            },
10107
            "dist": {
10108
                "type": "zip",
10109
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
10110
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
10111
                "shasum": ""
10112
            },
10113
            "require": {
10114
                "php": ">=5.3.3",
10115
                "sebastian/recursion-context": "~2.0"
10116
            },
10117
            "require-dev": {
10118
                "ext-mbstring": "*",
10119
                "phpunit/phpunit": "~4.4"
10120
            },
10121
            "type": "library",
10122
            "extra": {
10123
                "branch-alias": {
10124
                    "dev-master": "2.0.x-dev"
10125
                }
10126
            },
10127
            "autoload": {
10128
                "classmap": [
10129
                    "src/"
10130
                ]
10131
            },
10132
            "notification-url": "https://packagist.org/downloads/",
10133
            "license": [
10134
                "BSD-3-Clause"
10135
            ],
10136
            "authors": [
10137
                {
10138
                    "name": "Jeff Welch",
10139
                    "email": "[email protected]"
10140
                },
10141
                {
10142
                    "name": "Volker Dusch",
10143
                    "email": "[email protected]"
10144
                },
10145
                {
10146
                    "name": "Bernhard Schussek",
10147
                    "email": "[email protected]"
10148
                },
10149
                {
10150
                    "name": "Sebastian Bergmann",
10151
                    "email": "[email protected]"
10152
                },
10153
                {
10154
                    "name": "Adam Harvey",
10155
                    "email": "[email protected]"
10156
                }
10157
            ],
10158
            "description": "Provides the functionality to export PHP variables for visualization",
10159
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
10160
            "keywords": [
10161
                "export",
10162
                "exporter"
10163
            ],
10164
            "time": "2016-11-19T08:54:04+00:00"
10165
        },
10166
        {
10167
            "name": "sebastian/global-state",
10168
            "version": "1.1.1",
10169
            "source": {
10170
                "type": "git",
10171
                "url": "https://github.com/sebastianbergmann/global-state.git",
10172
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
10173
            },
10174
            "dist": {
10175
                "type": "zip",
10176
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
10177
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
10178
                "shasum": ""
10179
            },
10180
            "require": {
10181
                "php": ">=5.3.3"
10182
            },
10183
            "require-dev": {
10184
                "phpunit/phpunit": "~4.2"
10185
            },
10186
            "suggest": {
10187
                "ext-uopz": "*"
10188
            },
10189
            "type": "library",
10190
            "extra": {
10191
                "branch-alias": {
10192
                    "dev-master": "1.0-dev"
10193
                }
10194
            },
10195
            "autoload": {
10196
                "classmap": [
10197
                    "src/"
10198
                ]
10199
            },
10200
            "notification-url": "https://packagist.org/downloads/",
10201
            "license": [
10202
                "BSD-3-Clause"
10203
            ],
10204
            "authors": [
10205
                {
10206
                    "name": "Sebastian Bergmann",
10207
                    "email": "[email protected]"
10208
                }
10209
            ],
10210
            "description": "Snapshotting of global state",
10211
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
10212
            "keywords": [
10213
                "global state"
10214
            ],
10215
            "time": "2015-10-12T03:26:01+00:00"
10216
        },
10217
        {
10218
            "name": "sebastian/object-enumerator",
10219
            "version": "2.0.1",
10220
            "source": {
10221
                "type": "git",
10222
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10223
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
10224
            },
10225
            "dist": {
10226
                "type": "zip",
10227
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
10228
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
10229
                "shasum": ""
10230
            },
10231
            "require": {
10232
                "php": ">=5.6",
10233
                "sebastian/recursion-context": "~2.0"
10234
            },
10235
            "require-dev": {
10236
                "phpunit/phpunit": "~5"
10237
            },
10238
            "type": "library",
10239
            "extra": {
10240
                "branch-alias": {
10241
                    "dev-master": "2.0.x-dev"
10242
                }
10243
            },
10244
            "autoload": {
10245
                "classmap": [
10246
                    "src/"
10247
                ]
10248
            },
10249
            "notification-url": "https://packagist.org/downloads/",
10250
            "license": [
10251
                "BSD-3-Clause"
10252
            ],
10253
            "authors": [
10254
                {
10255
                    "name": "Sebastian Bergmann",
10256
                    "email": "[email protected]"
10257
                }
10258
            ],
10259
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10260
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10261
            "time": "2017-02-18T15:18:39+00:00"
10262
        },
10263
        {
10264
            "name": "sebastian/recursion-context",
10265
            "version": "2.0.0",
10266
            "source": {
10267
                "type": "git",
10268
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
10269
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
10270
            },
10271
            "dist": {
10272
                "type": "zip",
10273
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
10274
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
10275
                "shasum": ""
10276
            },
10277
            "require": {
10278
                "php": ">=5.3.3"
10279
            },
10280
            "require-dev": {
10281
                "phpunit/phpunit": "~4.4"
10282
            },
10283
            "type": "library",
10284
            "extra": {
10285
                "branch-alias": {
10286
                    "dev-master": "2.0.x-dev"
10287
                }
10288
            },
10289
            "autoload": {
10290
                "classmap": [
10291
                    "src/"
10292
                ]
10293
            },
10294
            "notification-url": "https://packagist.org/downloads/",
10295
            "license": [
10296
                "BSD-3-Clause"
10297
            ],
10298
            "authors": [
10299
                {
10300
                    "name": "Jeff Welch",
10301
                    "email": "[email protected]"
10302
                },
10303
                {
10304
                    "name": "Sebastian Bergmann",
10305
                    "email": "[email protected]"
10306
                },
10307
                {
10308
                    "name": "Adam Harvey",
10309
                    "email": "[email protected]"
10310
                }
10311
            ],
10312
            "description": "Provides functionality to recursively process PHP variables",
10313
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
10314
            "time": "2016-11-19T07:33:16+00:00"
10315
        },
10316
        {
10317
            "name": "sebastian/resource-operations",
10318
            "version": "1.0.0",
10319
            "source": {
10320
                "type": "git",
10321
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
10322
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
10323
            },
10324
            "dist": {
10325
                "type": "zip",
10326
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
10327
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
10328
                "shasum": ""
10329
            },
10330
            "require": {
10331
                "php": ">=5.6.0"
10332
            },
10333
            "type": "library",
10334
            "extra": {
10335
                "branch-alias": {
10336
                    "dev-master": "1.0.x-dev"
10337
                }
10338
            },
10339
            "autoload": {
10340
                "classmap": [
10341
                    "src/"
10342
                ]
10343
            },
10344
            "notification-url": "https://packagist.org/downloads/",
10345
            "license": [
10346
                "BSD-3-Clause"
10347
            ],
10348
            "authors": [
10349
                {
10350
                    "name": "Sebastian Bergmann",
10351
                    "email": "[email protected]"
10352
                }
10353
            ],
10354
            "description": "Provides a list of PHP built-in functions that operate on resources",
10355
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
10356
            "time": "2015-07-28T20:34:47+00:00"
10357
        },
10358
        {
10359
            "name": "sebastian/version",
10360
            "version": "2.0.1",
10361
            "source": {
10362
                "type": "git",
10363
                "url": "https://github.com/sebastianbergmann/version.git",
10364
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
10365
            },
10366
            "dist": {
10367
                "type": "zip",
10368
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
10369
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
10370
                "shasum": ""
10371
            },
10372
            "require": {
10373
                "php": ">=5.6"
10374
            },
10375
            "type": "library",
10376
            "extra": {
10377
                "branch-alias": {
10378
                    "dev-master": "2.0.x-dev"
10379
                }
10380
            },
10381
            "autoload": {
10382
                "classmap": [
10383
                    "src/"
10384
                ]
10385
            },
10386
            "notification-url": "https://packagist.org/downloads/",
10387
            "license": [
10388
                "BSD-3-Clause"
10389
            ],
10390
            "authors": [
10391
                {
10392
                    "name": "Sebastian Bergmann",
10393
                    "email": "[email protected]",
10394
                    "role": "lead"
10395
                }
10396
            ],
10397
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10398
            "homepage": "https://github.com/sebastianbergmann/version",
10399
            "time": "2016-10-03T07:35:21+00:00"
10400
        }
10401
    ],
10402
    "aliases": [],
10403
    "minimum-stability": "stable",
10404
    "stability-flags": [],
10405
    "prefer-stable": true,
10406
    "prefer-lowest": false,
10407
    "platform": {
10408
        "php": "^7.1"
10409
    },
10410
    "platform-dev": []
10411
}
10412