Passed
Push — develop ( 4185fb...4f75e9 )
by Mario
02:45
created

composer.lock (1 issue)

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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "be421a76d2838fb04412f85ec95ae872",
8
    "packages": [
9
        {
10
            "name": "api-platform/core",
11
            "version": "v2.0.8",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/api-platform/core.git",
15
                "reference": "c3f56dbde4ba46b6838e4ebac6c1be9640b36943"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/api-platform/core/zipball/c3f56dbde4ba46b6838e4ebac6c1be9640b36943",
20
                "reference": "c3f56dbde4ba46b6838e4ebac6c1be9640b36943",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/inflector": "^1.0",
25
                "php": ">=7.0",
26
                "psr/cache": "^1.0",
27
                "symfony/http-foundation": "^2.7 || ^3.0",
28
                "symfony/http-kernel": "^2.7 || ^3.0",
29
                "symfony/property-access": "^2.7 || ^3.0",
30
                "symfony/property-info": "^3.1",
31
                "symfony/serializer": "^3.1",
32
                "willdurand/negotiation": "^2.0.3"
33
            },
34
            "require-dev": {
35
                "behat/behat": "^3.1",
36
                "behat/mink": "^1.7",
37
                "behat/mink-browserkit-driver": "^1.3.1",
38
                "behat/mink-extension": "^2.2",
39
                "behat/symfony2-extension": "^2.1",
40
                "behatch/contexts": "^2.6",
41
                "doctrine/annotations": "^1.2",
42
                "doctrine/doctrine-bundle": "^1.6.3",
43
                "doctrine/orm": "^2.5",
44
                "friendsofsymfony/user-bundle": "^2.0",
45
                "nelmio/api-doc-bundle": "^2.11.2",
46
                "php-mock/php-mock-phpunit": "^1.1",
47
                "phpdocumentor/reflection-docblock": "^3.0",
48
                "phpdocumentor/type-resolver": "^0.2",
49
                "phpunit/phpunit": "^5.6.8",
50
                "psr/log": "^1.0",
51
                "symfony/asset": "^2.7 || ^3.0",
52
                "symfony/cache": "^3.1",
53
                "symfony/config": "^3.2",
54
                "symfony/dependency-injection": "^2.7 || ^3.0",
55
                "symfony/doctrine-bridge": "^2.8 || ^3.0",
56
                "symfony/finder": "^2.7 || ^3.0",
57
                "symfony/framework-bundle": "^3.1",
58
                "symfony/phpunit-bridge": "^2.7 || ^3.0",
59
                "symfony/security": "^2.7 || ^3.0",
60
                "symfony/twig-bundle": "^2.8 || ^3.1",
61
                "symfony/validator": "^2.7 || ^3.0"
62
            },
63
            "suggest": {
64
                "friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.",
65
                "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
66
                "psr/cache-implementation": "To use metadata caching.",
67
                "symfony/cache": "To have metadata caching when using Symfony integration.",
68
                "symfony/config": "To load XML configuration files.",
69
                "symfony/twig-bundle": "To use the Swagger UI integration."
70
            },
71
            "type": "library",
72
            "extra": {
73
                "branch-alias": {
74
                    "dev-master": "2.0.x-dev"
75
                }
76
            },
77
            "autoload": {
78
                "psr-4": {
79
                    "ApiPlatform\\Core\\": "src/"
80
                }
81
            },
82
            "notification-url": "https://packagist.org/downloads/",
83
            "license": [
84
                "MIT"
85
            ],
86
            "authors": [
87
                {
88
                    "name": "Kévin Dunglas",
89
                    "email": "[email protected]",
90
                    "homepage": "https://dunglas.fr"
91
                }
92
            ],
93
            "description": "The ultimate solution to create web APIs.",
94
            "homepage": "https://api-platform.com",
95
            "keywords": [
96
                "Hydra",
97
                "JSON-LD",
98
                "api",
99
                "hal",
100
                "json",
101
                "rest",
102
                "swagger"
103
            ],
104
            "time": "2017-05-15T13:41:12+00:00"
105
        },
106
        {
107
            "name": "behat/transliterator",
108
            "version": "v1.2.0",
109
            "source": {
110
                "type": "git",
111
                "url": "https://github.com/Behat/Transliterator.git",
112
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
113
            },
114
            "dist": {
115
                "type": "zip",
116
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
117
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
118
                "shasum": ""
119
            },
120
            "require": {
121
                "php": ">=5.3.3"
122
            },
123
            "require-dev": {
124
                "chuyskywalker/rolling-curl": "^3.1",
125
                "php-yaoi/php-yaoi": "^1.0"
126
            },
127
            "type": "library",
128
            "extra": {
129
                "branch-alias": {
130
                    "dev-master": "1.2-dev"
131
                }
132
            },
133
            "autoload": {
134
                "psr-0": {
135
                    "Behat\\Transliterator": "src/"
136
                }
137
            },
138
            "notification-url": "https://packagist.org/downloads/",
139
            "license": [
140
                "Artistic-1.0"
141
            ],
142
            "description": "String transliterator",
143
            "keywords": [
144
                "i18n",
145
                "slug",
146
                "transliterator"
147
            ],
148
            "time": "2017-04-04T11:38:05+00:00"
149
        },
150
        {
151
            "name": "composer/ca-bundle",
152
            "version": "1.0.7",
153
            "source": {
154
                "type": "git",
155
                "url": "https://github.com/composer/ca-bundle.git",
156
                "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12"
157
            },
158
            "dist": {
159
                "type": "zip",
160
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
161
                "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
162
                "shasum": ""
163
            },
164
            "require": {
165
                "ext-openssl": "*",
166
                "ext-pcre": "*",
167
                "php": "^5.3.2 || ^7.0"
168
            },
169
            "require-dev": {
170
                "phpunit/phpunit": "^4.5",
171
                "psr/log": "^1.0",
172
                "symfony/process": "^2.5 || ^3.0"
173
            },
174
            "suggest": {
175
                "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
176
            },
177
            "type": "library",
178
            "extra": {
179
                "branch-alias": {
180
                    "dev-master": "1.x-dev"
181
                }
182
            },
183
            "autoload": {
184
                "psr-4": {
185
                    "Composer\\CaBundle\\": "src"
186
                }
187
            },
188
            "notification-url": "https://packagist.org/downloads/",
189
            "license": [
190
                "MIT"
191
            ],
192
            "authors": [
193
                {
194
                    "name": "Jordi Boggiano",
195
                    "email": "[email protected]",
196
                    "homepage": "http://seld.be"
197
                }
198
            ],
199
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
200
            "keywords": [
201
                "cabundle",
202
                "cacert",
203
                "certificate",
204
                "ssl",
205
                "tls"
206
            ],
207
            "time": "2017-03-06T11:59:08+00:00"
208
        },
209
        {
210
            "name": "digitalstate/core",
211
            "version": "dev-develop",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/DigitalState/Core.git",
215
                "reference": "e70a7542b512aeb0615291e0f8c7b39965b79cf7"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/DigitalState/Core/zipball/e70a7542b512aeb0615291e0f8c7b39965b79cf7",
220
                "reference": "e70a7542b512aeb0615291e0f8c7b39965b79cf7",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "api-platform/core": "^2.0",
225
                "doctrine/orm": "^2.5",
226
                "guzzlehttp/guzzle": "^6.2",
227
                "lexik/jwt-authentication-bundle": "^2.2",
228
                "php": ">=7.0",
229
                "predis/predis": "^1.1",
230
                "ramsey/uuid": "^3.6",
231
                "snc/redis-bundle": "^2.0",
232
                "symfony/symfony": "3.2.*"
233
            },
234
            "require-dev": {
235
                "doctrine/doctrine-fixtures-bundle": "^2.3"
236
            },
237
            "type": "project",
238
            "extra": {
239
                "branch-alias": []
240
            },
241
            "autoload": {
242
                "psr-4": {
243
                    "": "src/"
244
                }
245
            },
246
            "notification-url": "https://packagist.org/downloads/",
247
            "license": [
248
                "MIT"
249
            ],
250
            "description": "The DigitalState Core",
251
            "homepage": "https://digitalstate.ca",
252
            "time": "2018-04-27T19:18:34+00:00"
253
        },
254
        {
255
            "name": "doctrine/annotations",
256
            "version": "v1.4.0",
257
            "source": {
258
                "type": "git",
259
                "url": "https://github.com/doctrine/annotations.git",
260
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
261
            },
262
            "dist": {
263
                "type": "zip",
264
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
265
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
266
                "shasum": ""
267
            },
268
            "require": {
269
                "doctrine/lexer": "1.*",
270
                "php": "^5.6 || ^7.0"
271
            },
272
            "require-dev": {
273
                "doctrine/cache": "1.*",
274
                "phpunit/phpunit": "^5.7"
275
            },
276
            "type": "library",
277
            "extra": {
278
                "branch-alias": {
279
                    "dev-master": "1.4.x-dev"
280
                }
281
            },
282
            "autoload": {
283
                "psr-4": {
284
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
285
                }
286
            },
287
            "notification-url": "https://packagist.org/downloads/",
288
            "license": [
289
                "MIT"
290
            ],
291
            "authors": [
292
                {
293
                    "name": "Roman Borschel",
294
                    "email": "[email protected]"
295
                },
296
                {
297
                    "name": "Benjamin Eberlei",
298
                    "email": "[email protected]"
299
                },
300
                {
301
                    "name": "Guilherme Blanco",
302
                    "email": "[email protected]"
303
                },
304
                {
305
                    "name": "Jonathan Wage",
306
                    "email": "[email protected]"
307
                },
308
                {
309
                    "name": "Johannes Schmitt",
310
                    "email": "[email protected]"
311
                }
312
            ],
313
            "description": "Docblock Annotations Parser",
314
            "homepage": "http://www.doctrine-project.org",
315
            "keywords": [
316
                "annotations",
317
                "docblock",
318
                "parser"
319
            ],
320
            "time": "2017-02-24T16:22:25+00:00"
321
        },
322
        {
323
            "name": "doctrine/cache",
324
            "version": "v1.6.1",
325
            "source": {
326
                "type": "git",
327
                "url": "https://github.com/doctrine/cache.git",
328
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
329
            },
330
            "dist": {
331
                "type": "zip",
332
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
333
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
334
                "shasum": ""
335
            },
336
            "require": {
337
                "php": "~5.5|~7.0"
338
            },
339
            "conflict": {
340
                "doctrine/common": ">2.2,<2.4"
341
            },
342
            "require-dev": {
343
                "phpunit/phpunit": "~4.8|~5.0",
344
                "predis/predis": "~1.0",
345
                "satooshi/php-coveralls": "~0.6"
346
            },
347
            "type": "library",
348
            "extra": {
349
                "branch-alias": {
350
                    "dev-master": "1.6.x-dev"
351
                }
352
            },
353
            "autoload": {
354
                "psr-4": {
355
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
356
                }
357
            },
358
            "notification-url": "https://packagist.org/downloads/",
359
            "license": [
360
                "MIT"
361
            ],
362
            "authors": [
363
                {
364
                    "name": "Roman Borschel",
365
                    "email": "[email protected]"
366
                },
367
                {
368
                    "name": "Benjamin Eberlei",
369
                    "email": "[email protected]"
370
                },
371
                {
372
                    "name": "Guilherme Blanco",
373
                    "email": "[email protected]"
374
                },
375
                {
376
                    "name": "Jonathan Wage",
377
                    "email": "[email protected]"
378
                },
379
                {
380
                    "name": "Johannes Schmitt",
381
                    "email": "[email protected]"
382
                }
383
            ],
384
            "description": "Caching library offering an object-oriented API for many cache backends",
385
            "homepage": "http://www.doctrine-project.org",
386
            "keywords": [
387
                "cache",
388
                "caching"
389
            ],
390
            "time": "2016-10-29T11:16:17+00:00"
391
        },
392
        {
393
            "name": "doctrine/collections",
394
            "version": "v1.4.0",
395
            "source": {
396
                "type": "git",
397
                "url": "https://github.com/doctrine/collections.git",
398
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
399
            },
400
            "dist": {
401
                "type": "zip",
402
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
403
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
404
                "shasum": ""
405
            },
406
            "require": {
407
                "php": "^5.6 || ^7.0"
408
            },
409
            "require-dev": {
410
                "doctrine/coding-standard": "~0.1@dev",
411
                "phpunit/phpunit": "^5.7"
412
            },
413
            "type": "library",
414
            "extra": {
415
                "branch-alias": {
416
                    "dev-master": "1.3.x-dev"
417
                }
418
            },
419
            "autoload": {
420
                "psr-0": {
421
                    "Doctrine\\Common\\Collections\\": "lib/"
422
                }
423
            },
424
            "notification-url": "https://packagist.org/downloads/",
425
            "license": [
426
                "MIT"
427
            ],
428
            "authors": [
429
                {
430
                    "name": "Roman Borschel",
431
                    "email": "[email protected]"
432
                },
433
                {
434
                    "name": "Benjamin Eberlei",
435
                    "email": "[email protected]"
436
                },
437
                {
438
                    "name": "Guilherme Blanco",
439
                    "email": "[email protected]"
440
                },
441
                {
442
                    "name": "Jonathan Wage",
443
                    "email": "[email protected]"
444
                },
445
                {
446
                    "name": "Johannes Schmitt",
447
                    "email": "[email protected]"
448
                }
449
            ],
450
            "description": "Collections Abstraction library",
451
            "homepage": "http://www.doctrine-project.org",
452
            "keywords": [
453
                "array",
454
                "collections",
455
                "iterator"
456
            ],
457
            "time": "2017-01-03T10:49:41+00:00"
458
        },
459
        {
460
            "name": "doctrine/common",
461
            "version": "v2.7.2",
462
            "source": {
463
                "type": "git",
464
                "url": "https://github.com/doctrine/common.git",
465
                "reference": "930297026c8009a567ac051fd545bf6124150347"
466
            },
467
            "dist": {
468
                "type": "zip",
469
                "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
470
                "reference": "930297026c8009a567ac051fd545bf6124150347",
471
                "shasum": ""
472
            },
473
            "require": {
474
                "doctrine/annotations": "1.*",
475
                "doctrine/cache": "1.*",
476
                "doctrine/collections": "1.*",
477
                "doctrine/inflector": "1.*",
478
                "doctrine/lexer": "1.*",
479
                "php": "~5.6|~7.0"
480
            },
481
            "require-dev": {
482
                "phpunit/phpunit": "^5.4.6"
483
            },
484
            "type": "library",
485
            "extra": {
486
                "branch-alias": {
487
                    "dev-master": "2.7.x-dev"
488
                }
489
            },
490
            "autoload": {
491
                "psr-4": {
492
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
493
                }
494
            },
495
            "notification-url": "https://packagist.org/downloads/",
496
            "license": [
497
                "MIT"
498
            ],
499
            "authors": [
500
                {
501
                    "name": "Roman Borschel",
502
                    "email": "[email protected]"
503
                },
504
                {
505
                    "name": "Benjamin Eberlei",
506
                    "email": "[email protected]"
507
                },
508
                {
509
                    "name": "Guilherme Blanco",
510
                    "email": "[email protected]"
511
                },
512
                {
513
                    "name": "Jonathan Wage",
514
                    "email": "[email protected]"
515
                },
516
                {
517
                    "name": "Johannes Schmitt",
518
                    "email": "[email protected]"
519
                }
520
            ],
521
            "description": "Common Library for Doctrine projects",
522
            "homepage": "http://www.doctrine-project.org",
523
            "keywords": [
524
                "annotations",
525
                "collections",
526
                "eventmanager",
527
                "persistence",
528
                "spl"
529
            ],
530
            "time": "2017-01-13T14:02:13+00:00"
531
        },
532
        {
533
            "name": "doctrine/dbal",
534
            "version": "v2.5.12",
535
            "source": {
536
                "type": "git",
537
                "url": "https://github.com/doctrine/dbal.git",
538
                "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
539
            },
540
            "dist": {
541
                "type": "zip",
542
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
543
                "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
544
                "shasum": ""
545
            },
546
            "require": {
547
                "doctrine/common": ">=2.4,<2.8-dev",
548
                "php": ">=5.3.2"
549
            },
550
            "require-dev": {
551
                "phpunit/phpunit": "4.*",
552
                "symfony/console": "2.*||^3.0"
553
            },
554
            "suggest": {
555
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
556
            },
557
            "bin": [
558
                "bin/doctrine-dbal"
559
            ],
560
            "type": "library",
561
            "extra": {
562
                "branch-alias": {
563
                    "dev-master": "2.5.x-dev"
564
                }
565
            },
566
            "autoload": {
567
                "psr-0": {
568
                    "Doctrine\\DBAL\\": "lib/"
569
                }
570
            },
571
            "notification-url": "https://packagist.org/downloads/",
572
            "license": [
573
                "MIT"
574
            ],
575
            "authors": [
576
                {
577
                    "name": "Roman Borschel",
578
                    "email": "[email protected]"
579
                },
580
                {
581
                    "name": "Benjamin Eberlei",
582
                    "email": "[email protected]"
583
                },
584
                {
585
                    "name": "Guilherme Blanco",
586
                    "email": "[email protected]"
587
                },
588
                {
589
                    "name": "Jonathan Wage",
590
                    "email": "[email protected]"
591
                }
592
            ],
593
            "description": "Database Abstraction Layer",
594
            "homepage": "http://www.doctrine-project.org",
595
            "keywords": [
596
                "database",
597
                "dbal",
598
                "persistence",
599
                "queryobject"
600
            ],
601
            "time": "2017-02-08T12:53:47+00:00"
602
        },
603
        {
604
            "name": "doctrine/doctrine-bundle",
605
            "version": "1.6.8",
606
            "source": {
607
                "type": "git",
608
                "url": "https://github.com/doctrine/DoctrineBundle.git",
609
                "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0"
610
            },
611
            "dist": {
612
                "type": "zip",
613
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6e96577cbbdbb5b6dcca2ff203d665976b51beb0",
614
                "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0",
615
                "shasum": ""
616
            },
617
            "require": {
618
                "doctrine/dbal": "~2.3",
619
                "doctrine/doctrine-cache-bundle": "~1.2",
620
                "jdorn/sql-formatter": "~1.1",
621
                "php": ">=5.5.9",
622
                "symfony/console": "~2.7|~3.0|~4.0",
623
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
624
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
625
                "symfony/framework-bundle": "~2.7|~3.0|~4.0"
626
            },
627
            "require-dev": {
628
                "doctrine/orm": "~2.3",
629
                "phpunit/phpunit": "~4",
630
                "satooshi/php-coveralls": "^1.0",
631
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
632
                "symfony/property-info": "~2.8|~3.0|~4.0",
633
                "symfony/validator": "~2.7|~3.0|~4.0",
634
                "symfony/yaml": "~2.7|~3.0|~4.0",
635
                "twig/twig": "~1.12|~2.0"
636
            },
637
            "suggest": {
638
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
639
                "symfony/web-profiler-bundle": "To use the data collector."
640
            },
641
            "type": "symfony-bundle",
642
            "extra": {
643
                "branch-alias": {
644
                    "dev-master": "1.6.x-dev"
645
                }
646
            },
647
            "autoload": {
648
                "psr-4": {
649
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
650
                }
651
            },
652
            "notification-url": "https://packagist.org/downloads/",
653
            "license": [
654
                "MIT"
655
            ],
656
            "authors": [
657
                {
658
                    "name": "Symfony Community",
659
                    "homepage": "http://symfony.com/contributors"
660
                },
661
                {
662
                    "name": "Benjamin Eberlei",
663
                    "email": "[email protected]"
664
                },
665
                {
666
                    "name": "Doctrine Project",
667
                    "homepage": "http://www.doctrine-project.org/"
668
                },
669
                {
670
                    "name": "Fabien Potencier",
671
                    "email": "[email protected]"
672
                }
673
            ],
674
            "description": "Symfony DoctrineBundle",
675
            "homepage": "http://www.doctrine-project.org",
676
            "keywords": [
677
                "database",
678
                "dbal",
679
                "orm",
680
                "persistence"
681
            ],
682
            "time": "2017-05-18T08:15:18+00:00"
683
        },
684
        {
685
            "name": "doctrine/doctrine-cache-bundle",
686
            "version": "1.3.0",
687
            "source": {
688
                "type": "git",
689
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
690
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
691
            },
692
            "dist": {
693
                "type": "zip",
694
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
695
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
696
                "shasum": ""
697
            },
698
            "require": {
699
                "doctrine/cache": "^1.4.2",
700
                "doctrine/inflector": "~1.0",
701
                "php": ">=5.3.2",
702
                "symfony/doctrine-bridge": "~2.2|~3.0"
703
            },
704
            "require-dev": {
705
                "instaclick/coding-standard": "~1.1",
706
                "instaclick/object-calisthenics-sniffs": "dev-master",
707
                "instaclick/symfony2-coding-standard": "dev-remaster",
708
                "phpunit/phpunit": "~4",
709
                "predis/predis": "~0.8",
710
                "satooshi/php-coveralls": "~0.6.1",
711
                "squizlabs/php_codesniffer": "~1.5",
712
                "symfony/console": "~2.2|~3.0",
713
                "symfony/finder": "~2.2|~3.0",
714
                "symfony/framework-bundle": "~2.2|~3.0",
715
                "symfony/phpunit-bridge": "~2.7|~3.0",
716
                "symfony/security-acl": "~2.3|~3.0",
717
                "symfony/validator": "~2.2|~3.0",
718
                "symfony/yaml": "~2.2|~3.0"
719
            },
720
            "suggest": {
721
                "symfony/security-acl": "For using this bundle to cache ACLs"
722
            },
723
            "type": "symfony-bundle",
724
            "extra": {
725
                "branch-alias": {
726
                    "dev-master": "1.2.x-dev"
727
                }
728
            },
729
            "autoload": {
730
                "psr-4": {
731
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
732
                }
733
            },
734
            "notification-url": "https://packagist.org/downloads/",
735
            "license": [
736
                "MIT"
737
            ],
738
            "authors": [
739
                {
740
                    "name": "Symfony Community",
741
                    "homepage": "http://symfony.com/contributors"
742
                },
743
                {
744
                    "name": "Benjamin Eberlei",
745
                    "email": "[email protected]"
746
                },
747
                {
748
                    "name": "Fabio B. Silva",
749
                    "email": "[email protected]"
750
                },
751
                {
752
                    "name": "Guilherme Blanco",
753
                    "email": "[email protected]"
754
                },
755
                {
756
                    "name": "Doctrine Project",
757
                    "homepage": "http://www.doctrine-project.org/"
758
                },
759
                {
760
                    "name": "Fabien Potencier",
761
                    "email": "[email protected]"
762
                }
763
            ],
764
            "description": "Symfony Bundle for Doctrine Cache",
765
            "homepage": "http://www.doctrine-project.org",
766
            "keywords": [
767
                "cache",
768
                "caching"
769
            ],
770
            "time": "2016-01-26T17:28:51+00:00"
771
        },
772
        {
773
            "name": "doctrine/doctrine-migrations-bundle",
774
            "version": "v1.2.1",
775
            "source": {
776
                "type": "git",
777
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
778
                "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc"
779
            },
780
            "dist": {
781
                "type": "zip",
782
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/6276139e0b913a4e5120fc36bb5b0eae8ac549bc",
783
                "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc",
784
                "shasum": ""
785
            },
786
            "require": {
787
                "doctrine/doctrine-bundle": "~1.0",
788
                "doctrine/migrations": "^1.1",
789
                "php": ">=5.4.0",
790
                "symfony/framework-bundle": "~2.3|~3.0"
791
            },
792
            "require-dev": {
793
                "phpunit/phpunit": "~4.8"
794
            },
795
            "type": "symfony-bundle",
796
            "extra": {
797
                "branch-alias": {
798
                    "dev-master": "1.2-dev"
799
                }
800
            },
801
            "autoload": {
802
                "psr-4": {
803
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
804
                }
805
            },
806
            "notification-url": "https://packagist.org/downloads/",
807
            "license": [
808
                "MIT"
809
            ],
810
            "authors": [
811
                {
812
                    "name": "Symfony Community",
813
                    "homepage": "http://symfony.com/contributors"
814
                },
815
                {
816
                    "name": "Doctrine Project",
817
                    "homepage": "http://www.doctrine-project.org"
818
                },
819
                {
820
                    "name": "Fabien Potencier",
821
                    "email": "[email protected]"
822
                }
823
            ],
824
            "description": "Symfony DoctrineMigrationsBundle",
825
            "homepage": "http://www.doctrine-project.org",
826
            "keywords": [
827
                "dbal",
828
                "migrations",
829
                "schema"
830
            ],
831
            "time": "2016-12-05T18:36:37+00:00"
832
        },
833
        {
834
            "name": "doctrine/inflector",
835
            "version": "v1.1.0",
836
            "source": {
837
                "type": "git",
838
                "url": "https://github.com/doctrine/inflector.git",
839
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
840
            },
841
            "dist": {
842
                "type": "zip",
843
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
844
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
845
                "shasum": ""
846
            },
847
            "require": {
848
                "php": ">=5.3.2"
849
            },
850
            "require-dev": {
851
                "phpunit/phpunit": "4.*"
852
            },
853
            "type": "library",
854
            "extra": {
855
                "branch-alias": {
856
                    "dev-master": "1.1.x-dev"
857
                }
858
            },
859
            "autoload": {
860
                "psr-0": {
861
                    "Doctrine\\Common\\Inflector\\": "lib/"
862
                }
863
            },
864
            "notification-url": "https://packagist.org/downloads/",
865
            "license": [
866
                "MIT"
867
            ],
868
            "authors": [
869
                {
870
                    "name": "Roman Borschel",
871
                    "email": "[email protected]"
872
                },
873
                {
874
                    "name": "Benjamin Eberlei",
875
                    "email": "[email protected]"
876
                },
877
                {
878
                    "name": "Guilherme Blanco",
879
                    "email": "[email protected]"
880
                },
881
                {
882
                    "name": "Jonathan Wage",
883
                    "email": "[email protected]"
884
                },
885
                {
886
                    "name": "Johannes Schmitt",
887
                    "email": "[email protected]"
888
                }
889
            ],
890
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
891
            "homepage": "http://www.doctrine-project.org",
892
            "keywords": [
893
                "inflection",
894
                "pluralize",
895
                "singularize",
896
                "string"
897
            ],
898
            "time": "2015-11-06T14:35:42+00:00"
899
        },
900
        {
901
            "name": "doctrine/instantiator",
902
            "version": "1.0.5",
903
            "source": {
904
                "type": "git",
905
                "url": "https://github.com/doctrine/instantiator.git",
906
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
907
            },
908
            "dist": {
909
                "type": "zip",
910
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
911
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
912
                "shasum": ""
913
            },
914
            "require": {
915
                "php": ">=5.3,<8.0-DEV"
916
            },
917
            "require-dev": {
918
                "athletic/athletic": "~0.1.8",
919
                "ext-pdo": "*",
920
                "ext-phar": "*",
921
                "phpunit/phpunit": "~4.0",
922
                "squizlabs/php_codesniffer": "~2.0"
923
            },
924
            "type": "library",
925
            "extra": {
926
                "branch-alias": {
927
                    "dev-master": "1.0.x-dev"
928
                }
929
            },
930
            "autoload": {
931
                "psr-4": {
932
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
933
                }
934
            },
935
            "notification-url": "https://packagist.org/downloads/",
936
            "license": [
937
                "MIT"
938
            ],
939
            "authors": [
940
                {
941
                    "name": "Marco Pivetta",
942
                    "email": "[email protected]",
943
                    "homepage": "http://ocramius.github.com/"
944
                }
945
            ],
946
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
947
            "homepage": "https://github.com/doctrine/instantiator",
948
            "keywords": [
949
                "constructor",
950
                "instantiate"
951
            ],
952
            "time": "2015-06-14T21:17:01+00:00"
953
        },
954
        {
955
            "name": "doctrine/lexer",
956
            "version": "v1.0.1",
957
            "source": {
958
                "type": "git",
959
                "url": "https://github.com/doctrine/lexer.git",
960
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
961
            },
962
            "dist": {
963
                "type": "zip",
964
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
965
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
966
                "shasum": ""
967
            },
968
            "require": {
969
                "php": ">=5.3.2"
970
            },
971
            "type": "library",
972
            "extra": {
973
                "branch-alias": {
974
                    "dev-master": "1.0.x-dev"
975
                }
976
            },
977
            "autoload": {
978
                "psr-0": {
979
                    "Doctrine\\Common\\Lexer\\": "lib/"
980
                }
981
            },
982
            "notification-url": "https://packagist.org/downloads/",
983
            "license": [
984
                "MIT"
985
            ],
986
            "authors": [
987
                {
988
                    "name": "Roman Borschel",
989
                    "email": "[email protected]"
990
                },
991
                {
992
                    "name": "Guilherme Blanco",
993
                    "email": "[email protected]"
994
                },
995
                {
996
                    "name": "Johannes Schmitt",
997
                    "email": "[email protected]"
998
                }
999
            ],
1000
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1001
            "homepage": "http://www.doctrine-project.org",
1002
            "keywords": [
1003
                "lexer",
1004
                "parser"
1005
            ],
1006
            "time": "2014-09-09T13:34:57+00:00"
1007
        },
1008
        {
1009
            "name": "doctrine/migrations",
1010
            "version": "v1.5.0",
1011
            "source": {
1012
                "type": "git",
1013
                "url": "https://github.com/doctrine/migrations.git",
1014
                "reference": "c81147c0f2938a6566594455367e095150547f72"
1015
            },
1016
            "dist": {
1017
                "type": "zip",
1018
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
1019
                "reference": "c81147c0f2938a6566594455367e095150547f72",
1020
                "shasum": ""
1021
            },
1022
            "require": {
1023
                "doctrine/dbal": "~2.2",
1024
                "ocramius/proxy-manager": "^1.0|^2.0",
1025
                "php": "^5.5|^7.0",
1026
                "symfony/console": "~2.3|~3.0",
1027
                "symfony/yaml": "~2.3|~3.0"
1028
            },
1029
            "require-dev": {
1030
                "doctrine/coding-standard": "dev-master",
1031
                "doctrine/orm": "2.*",
1032
                "jdorn/sql-formatter": "~1.1",
1033
                "johnkary/phpunit-speedtrap": "~1.0@dev",
1034
                "mikey179/vfsstream": "^1.6",
1035
                "mockery/mockery": "^0.9.4",
1036
                "phpunit/phpunit": "~4.7",
1037
                "satooshi/php-coveralls": "^1.0"
1038
            },
1039
            "suggest": {
1040
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
1041
            },
1042
            "bin": [
1043
                "bin/doctrine-migrations"
1044
            ],
1045
            "type": "library",
1046
            "extra": {
1047
                "branch-alias": {
1048
                    "dev-master": "v1.6.x-dev"
1049
                }
1050
            },
1051
            "autoload": {
1052
                "psr-4": {
1053
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1054
                }
1055
            },
1056
            "notification-url": "https://packagist.org/downloads/",
1057
            "license": [
1058
                "LGPL-2.1"
1059
            ],
1060
            "authors": [
1061
                {
1062
                    "name": "Benjamin Eberlei",
1063
                    "email": "[email protected]"
1064
                },
1065
                {
1066
                    "name": "Jonathan Wage",
1067
                    "email": "[email protected]"
1068
                },
1069
                {
1070
                    "name": "Michael Simonson",
1071
                    "email": "[email protected]"
1072
                }
1073
            ],
1074
            "description": "Database Schema migrations using Doctrine DBAL",
1075
            "homepage": "http://www.doctrine-project.org",
1076
            "keywords": [
1077
                "database",
1078
                "migrations"
1079
            ],
1080
            "time": "2016-12-25T22:54:00+00:00"
1081
        },
1082
        {
1083
            "name": "doctrine/orm",
1084
            "version": "v2.5.6",
1085
            "source": {
1086
                "type": "git",
1087
                "url": "https://github.com/doctrine/doctrine2.git",
1088
                "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b"
1089
            },
1090
            "dist": {
1091
                "type": "zip",
1092
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b",
1093
                "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b",
1094
                "shasum": ""
1095
            },
1096
            "require": {
1097
                "doctrine/cache": "~1.4",
1098
                "doctrine/collections": "~1.2",
1099
                "doctrine/common": ">=2.5-dev,<2.8-dev",
1100
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
1101
                "doctrine/instantiator": "~1.0.1",
1102
                "ext-pdo": "*",
1103
                "php": ">=5.4",
1104
                "symfony/console": "~2.5|~3.0"
1105
            },
1106
            "require-dev": {
1107
                "phpunit/phpunit": "~4.0",
1108
                "symfony/yaml": "~2.3|~3.0"
1109
            },
1110
            "suggest": {
1111
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1112
            },
1113
            "bin": [
1114
                "bin/doctrine",
1115
                "bin/doctrine.php"
1116
            ],
1117
            "type": "library",
1118
            "extra": {
1119
                "branch-alias": {
1120
                    "dev-master": "2.6.x-dev"
1121
                }
1122
            },
1123
            "autoload": {
1124
                "psr-0": {
1125
                    "Doctrine\\ORM\\": "lib/"
1126
                }
1127
            },
1128
            "notification-url": "https://packagist.org/downloads/",
1129
            "license": [
1130
                "MIT"
1131
            ],
1132
            "authors": [
1133
                {
1134
                    "name": "Roman Borschel",
1135
                    "email": "[email protected]"
1136
                },
1137
                {
1138
                    "name": "Benjamin Eberlei",
1139
                    "email": "[email protected]"
1140
                },
1141
                {
1142
                    "name": "Guilherme Blanco",
1143
                    "email": "[email protected]"
1144
                },
1145
                {
1146
                    "name": "Jonathan Wage",
1147
                    "email": "[email protected]"
1148
                }
1149
            ],
1150
            "description": "Object-Relational-Mapper for PHP",
1151
            "homepage": "http://www.doctrine-project.org",
1152
            "keywords": [
1153
                "database",
1154
                "orm"
1155
            ],
1156
            "time": "2016-12-18T15:42:34+00:00"
1157
        },
1158
        {
1159
            "name": "dunglas/action-bundle",
1160
            "version": "v0.3.1",
1161
            "source": {
1162
                "type": "git",
1163
                "url": "https://github.com/dunglas/DunglasActionBundle.git",
1164
                "reference": "3a72abd4ff43cae6e528c0e5973d9e9cc8945a2b"
1165
            },
1166
            "dist": {
1167
                "type": "zip",
1168
                "url": "https://api.github.com/repos/dunglas/DunglasActionBundle/zipball/3a72abd4ff43cae6e528c0e5973d9e9cc8945a2b",
1169
                "reference": "3a72abd4ff43cae6e528c0e5973d9e9cc8945a2b",
1170
                "shasum": ""
1171
            },
1172
            "require": {
1173
                "php": ">=5.5.9 <7.2.0",
1174
                "symfony/config": "~2.8||~3.0",
1175
                "symfony/dependency-injection": "~2.8||~3.0",
1176
                "symfony/finder": "~2.8||~3.0",
1177
                "symfony/http-kernel": "~2.8||~3.0"
1178
            },
1179
            "conflict": {
1180
                "symfony/framework-bundle": "<2.8.5||>3.0,<3.0.5"
1181
            },
1182
            "require-dev": {
1183
                "phpunit/phpunit": "^5.0||^4.6",
1184
                "sensio/framework-extra-bundle": "^3.0.10",
1185
                "symfony/browser-kit": "~2.8||~3.0",
1186
                "symfony/console": "~2.8||~3.0",
1187
                "symfony/expression-language": "~2.8||~3.0",
1188
                "symfony/framework-bundle": "~2.8||~3.0"
1189
            },
1190
            "type": "symfony-bundle",
1191
            "extra": {
1192
                "branch-alias": {
1193
                    "dev-master": "1.0.x-dev"
1194
                }
1195
            },
1196
            "autoload": {
1197
                "psr-4": {
1198
                    "Dunglas\\ActionBundle\\": ""
1199
                },
1200
                "exclude-from-classmap": [
1201
                    "/Tests/"
1202
                ]
1203
            },
1204
            "notification-url": "https://packagist.org/downloads/",
1205
            "license": [
1206
                "MIT"
1207
            ],
1208
            "authors": [
1209
                {
1210
                    "name": "Kévin Dunglas",
1211
                    "email": "[email protected]",
1212
                    "homepage": "https://dunglas.fr"
1213
                }
1214
            ],
1215
            "description": "Symfony controllers, redesigned",
1216
            "homepage": "https://dunglas.fr/2016/01/dunglasactionbundle-symfony-controllers-redesigned/",
1217
            "keywords": [
1218
                "Autowiring",
1219
                "action",
1220
                "controllers",
1221
                "routing",
1222
                "symfony"
1223
            ],
1224
            "time": "2016-09-29T06:34:48+00:00"
1225
        },
1226
        {
1227
            "name": "dunglas/doctrine-json-odm",
1228
            "version": "v0.1.1",
1229
            "source": {
1230
                "type": "git",
1231
                "url": "https://github.com/dunglas/doctrine-json-odm.git",
1232
                "reference": "2de29f7fe6125d75a8d08ff86ec943a36f38bf40"
1233
            },
1234
            "dist": {
1235
                "type": "zip",
1236
                "url": "https://api.github.com/repos/dunglas/doctrine-json-odm/zipball/2de29f7fe6125d75a8d08ff86ec943a36f38bf40",
1237
                "reference": "2de29f7fe6125d75a8d08ff86ec943a36f38bf40",
1238
                "shasum": ""
1239
            },
1240
            "require": {
1241
                "doctrine/orm": "^2.5",
1242
                "php": ">=5.5.9",
1243
                "symfony/serializer": "^2.8 || ^3.0 || ^4.0"
1244
            },
1245
            "require-dev": {
1246
                "doctrine/doctrine-bundle": "^1.6",
1247
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0",
1248
                "symfony/finder": "^2.8 || ^3.0 || ^4.0",
1249
                "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
1250
                "symfony/property-access": "^2.8 || ^3.0 || ^4.0",
1251
                "symfony/property-info": "^2.8 || ^3.0 || ^4.0"
1252
            },
1253
            "suggest": {
1254
                "symfony/property-access": "To support complex objects.",
1255
                "symfony/property-info": "To support complex objects.",
1256
                "symfony/symfony": "To use the provided bundle."
1257
            },
1258
            "type": "library",
1259
            "extra": {
1260
                "branch-alias": {
1261
                    "dev-master": "1.0.x-dev"
1262
                }
1263
            },
1264
            "autoload": {
1265
                "psr-4": {
1266
                    "Dunglas\\DoctrineJsonOdm\\": "src/"
1267
                }
1268
            },
1269
            "notification-url": "https://packagist.org/downloads/",
1270
            "license": [
1271
                "MIT"
1272
            ],
1273
            "authors": [
1274
                {
1275
                    "name": "Kévin Dunglas",
1276
                    "email": "[email protected]",
1277
                    "homepage": "https://dunglas.fr"
1278
                }
1279
            ],
1280
            "description": "An object document mapper for Doctrine ORM using JSON types of modern RDBMS.",
1281
            "homepage": "https://dunglas.fr",
1282
            "keywords": [
1283
                "database",
1284
                "json",
1285
                "mysql",
1286
                "odm",
1287
                "orm",
1288
                "postgresql",
1289
                "rdbms"
1290
            ],
1291
            "time": "2017-11-19T16:41:08+00:00"
1292
        },
1293
        {
1294
            "name": "guzzlehttp/guzzle",
1295
            "version": "6.3.0",
1296
            "source": {
1297
                "type": "git",
1298
                "url": "https://github.com/guzzle/guzzle.git",
1299
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
1300
            },
1301
            "dist": {
1302
                "type": "zip",
1303
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1304
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1305
                "shasum": ""
1306
            },
1307
            "require": {
1308
                "guzzlehttp/promises": "^1.0",
1309
                "guzzlehttp/psr7": "^1.4",
1310
                "php": ">=5.5"
1311
            },
1312
            "require-dev": {
1313
                "ext-curl": "*",
1314
                "phpunit/phpunit": "^4.0 || ^5.0",
1315
                "psr/log": "^1.0"
1316
            },
1317
            "suggest": {
1318
                "psr/log": "Required for using the Log middleware"
1319
            },
1320
            "type": "library",
1321
            "extra": {
1322
                "branch-alias": {
1323
                    "dev-master": "6.2-dev"
1324
                }
1325
            },
1326
            "autoload": {
1327
                "files": [
1328
                    "src/functions_include.php"
1329
                ],
1330
                "psr-4": {
1331
                    "GuzzleHttp\\": "src/"
1332
                }
1333
            },
1334
            "notification-url": "https://packagist.org/downloads/",
1335
            "license": [
1336
                "MIT"
1337
            ],
1338
            "authors": [
1339
                {
1340
                    "name": "Michael Dowling",
1341
                    "email": "[email protected]",
1342
                    "homepage": "https://github.com/mtdowling"
1343
                }
1344
            ],
1345
            "description": "Guzzle is a PHP HTTP client library",
1346
            "homepage": "http://guzzlephp.org/",
1347
            "keywords": [
1348
                "client",
1349
                "curl",
1350
                "framework",
1351
                "http",
1352
                "http client",
1353
                "rest",
1354
                "web service"
1355
            ],
1356
            "time": "2017-06-22T18:50:49+00:00"
1357
        },
1358
        {
1359
            "name": "guzzlehttp/promises",
1360
            "version": "v1.3.1",
1361
            "source": {
1362
                "type": "git",
1363
                "url": "https://github.com/guzzle/promises.git",
1364
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1365
            },
1366
            "dist": {
1367
                "type": "zip",
1368
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1369
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1370
                "shasum": ""
1371
            },
1372
            "require": {
1373
                "php": ">=5.5.0"
1374
            },
1375
            "require-dev": {
1376
                "phpunit/phpunit": "^4.0"
1377
            },
1378
            "type": "library",
1379
            "extra": {
1380
                "branch-alias": {
1381
                    "dev-master": "1.4-dev"
1382
                }
1383
            },
1384
            "autoload": {
1385
                "psr-4": {
1386
                    "GuzzleHttp\\Promise\\": "src/"
1387
                },
1388
                "files": [
1389
                    "src/functions_include.php"
1390
                ]
1391
            },
1392
            "notification-url": "https://packagist.org/downloads/",
1393
            "license": [
1394
                "MIT"
1395
            ],
1396
            "authors": [
1397
                {
1398
                    "name": "Michael Dowling",
1399
                    "email": "[email protected]",
1400
                    "homepage": "https://github.com/mtdowling"
1401
                }
1402
            ],
1403
            "description": "Guzzle promises library",
1404
            "keywords": [
1405
                "promise"
1406
            ],
1407
            "time": "2016-12-20T10:07:11+00:00"
1408
        },
1409
        {
1410
            "name": "guzzlehttp/psr7",
1411
            "version": "1.4.2",
1412
            "source": {
1413
                "type": "git",
1414
                "url": "https://github.com/guzzle/psr7.git",
1415
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1416
            },
1417
            "dist": {
1418
                "type": "zip",
1419
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1420
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1421
                "shasum": ""
1422
            },
1423
            "require": {
1424
                "php": ">=5.4.0",
1425
                "psr/http-message": "~1.0"
1426
            },
1427
            "provide": {
1428
                "psr/http-message-implementation": "1.0"
1429
            },
1430
            "require-dev": {
1431
                "phpunit/phpunit": "~4.0"
1432
            },
1433
            "type": "library",
1434
            "extra": {
1435
                "branch-alias": {
1436
                    "dev-master": "1.4-dev"
1437
                }
1438
            },
1439
            "autoload": {
1440
                "psr-4": {
1441
                    "GuzzleHttp\\Psr7\\": "src/"
1442
                },
1443
                "files": [
1444
                    "src/functions_include.php"
1445
                ]
1446
            },
1447
            "notification-url": "https://packagist.org/downloads/",
1448
            "license": [
1449
                "MIT"
1450
            ],
1451
            "authors": [
1452
                {
1453
                    "name": "Michael Dowling",
1454
                    "email": "[email protected]",
1455
                    "homepage": "https://github.com/mtdowling"
1456
                },
1457
                {
1458
                    "name": "Tobias Schultze",
1459
                    "homepage": "https://github.com/Tobion"
1460
                }
1461
            ],
1462
            "description": "PSR-7 message implementation that also provides common utility methods",
1463
            "keywords": [
1464
                "http",
1465
                "message",
1466
                "request",
1467
                "response",
1468
                "stream",
1469
                "uri",
1470
                "url"
1471
            ],
1472
            "time": "2017-03-20T17:10:46+00:00"
1473
        },
1474
        {
1475
            "name": "incenteev/composer-parameter-handler",
1476
            "version": "v2.1.2",
1477
            "source": {
1478
                "type": "git",
1479
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1480
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1481
            },
1482
            "dist": {
1483
                "type": "zip",
1484
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1485
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1486
                "shasum": ""
1487
            },
1488
            "require": {
1489
                "php": ">=5.3.3",
1490
                "symfony/yaml": "~2.3|~3.0"
1491
            },
1492
            "require-dev": {
1493
                "composer/composer": "1.0.*@dev",
1494
                "phpspec/prophecy-phpunit": "~1.0",
1495
                "symfony/filesystem": "~2.2"
1496
            },
1497
            "type": "library",
1498
            "extra": {
1499
                "branch-alias": {
1500
                    "dev-master": "2.1.x-dev"
1501
                }
1502
            },
1503
            "autoload": {
1504
                "psr-4": {
1505
                    "Incenteev\\ParameterHandler\\": ""
1506
                }
1507
            },
1508
            "notification-url": "https://packagist.org/downloads/",
1509
            "license": [
1510
                "MIT"
1511
            ],
1512
            "authors": [
1513
                {
1514
                    "name": "Christophe Coevoet",
1515
                    "email": "[email protected]"
1516
                }
1517
            ],
1518
            "description": "Composer script handling your ignored parameter file",
1519
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1520
            "keywords": [
1521
                "parameters management"
1522
            ],
1523
            "time": "2015-11-10T17:04:01+00:00"
1524
        },
1525
        {
1526
            "name": "jdorn/sql-formatter",
1527
            "version": "v1.2.17",
1528
            "source": {
1529
                "type": "git",
1530
                "url": "https://github.com/jdorn/sql-formatter.git",
1531
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1532
            },
1533
            "dist": {
1534
                "type": "zip",
1535
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1536
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1537
                "shasum": ""
1538
            },
1539
            "require": {
1540
                "php": ">=5.2.4"
1541
            },
1542
            "require-dev": {
1543
                "phpunit/phpunit": "3.7.*"
1544
            },
1545
            "type": "library",
1546
            "extra": {
1547
                "branch-alias": {
1548
                    "dev-master": "1.3.x-dev"
1549
                }
1550
            },
1551
            "autoload": {
1552
                "classmap": [
1553
                    "lib"
1554
                ]
1555
            },
1556
            "notification-url": "https://packagist.org/downloads/",
1557
            "license": [
1558
                "MIT"
1559
            ],
1560
            "authors": [
1561
                {
1562
                    "name": "Jeremy Dorn",
1563
                    "email": "[email protected]",
1564
                    "homepage": "http://jeremydorn.com/"
1565
                }
1566
            ],
1567
            "description": "a PHP SQL highlighting library",
1568
            "homepage": "https://github.com/jdorn/sql-formatter/",
1569
            "keywords": [
1570
                "highlight",
1571
                "sql"
1572
            ],
1573
            "time": "2014-01-12T16:20:24+00:00"
1574
        },
1575
        {
1576
            "name": "knplabs/doctrine-behaviors",
1577
            "version": "1.4.0",
1578
            "source": {
1579
                "type": "git",
1580
                "url": "https://github.com/KnpLabs/DoctrineBehaviors.git",
1581
                "reference": "c41433f5519d791d2fbdb2164633035c173b9db1"
1582
            },
1583
            "dist": {
1584
                "type": "zip",
1585
                "url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/c41433f5519d791d2fbdb2164633035c173b9db1",
1586
                "reference": "c41433f5519d791d2fbdb2164633035c173b9db1",
1587
                "shasum": ""
1588
            },
1589
            "require": {
1590
                "behat/transliterator": "~1.0",
1591
                "doctrine/common": ">=2.2",
1592
                "php": ">=5.4"
1593
            },
1594
            "require-dev": {
1595
                "doctrine/orm": ">=2.2",
1596
                "ext-pdo_mysql": "*",
1597
                "ext-pdo_pgsql": "*",
1598
                "ext-pdo_sqlite": "*",
1599
                "hexmedia/yaml-linter": "~0.1",
1600
                "jakub-onderka/php-parallel-lint": "~0.8",
1601
                "phpunit/phpunit": "~4.8"
1602
            },
1603
            "suggest": {
1604
                "symfony/framework-bundle": "To be able to use it as a bundle"
1605
            },
1606
            "type": "library",
1607
            "extra": {
1608
                "branch-alias": {
1609
                    "dev-master": "1.1.x-dev"
1610
                }
1611
            },
1612
            "autoload": {
1613
                "psr-4": {
1614
                    "Knp\\DoctrineBehaviors\\": "src/"
1615
                }
1616
            },
1617
            "notification-url": "https://packagist.org/downloads/",
1618
            "license": [
1619
                "MIT"
1620
            ],
1621
            "authors": [
1622
                {
1623
                    "name": "KnpLabs",
1624
                    "homepage": "http://knplabs.com"
1625
                }
1626
            ],
1627
            "description": "Doctrine2 behavior traits",
1628
            "homepage": "http://knplabs.com",
1629
            "keywords": [
1630
                "Blameable",
1631
                "behaviors",
1632
                "doctrine2",
1633
                "filterable",
1634
                "softdeletable",
1635
                "timestampable",
1636
                "translatable",
1637
                "tree"
1638
            ],
1639
            "time": "2016-09-30T06:03:12+00:00"
1640
        },
1641
        {
1642
            "name": "lexik/jwt-authentication-bundle",
1643
            "version": "v2.4.0",
1644
            "source": {
1645
                "type": "git",
1646
                "url": "https://github.com/lexik/LexikJWTAuthenticationBundle.git",
1647
                "reference": "b0d64729f57a76fd0bce2100a487af2e0aa99936"
1648
            },
1649
            "dist": {
1650
                "type": "zip",
1651
                "url": "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/b0d64729f57a76fd0bce2100a487af2e0aa99936",
1652
                "reference": "b0d64729f57a76fd0bce2100a487af2e0aa99936",
1653
                "shasum": ""
1654
            },
1655
            "require": {
1656
                "namshi/jose": "^7.2",
1657
                "php": "^5.5|^7.0",
1658
                "symfony/console": "^2.8|^3.0",
1659
                "symfony/framework-bundle": "^2.8|^3.0",
1660
                "symfony/security-bundle": "^2.8|^3.0"
1661
            },
1662
            "require-dev": {
1663
                "friendsofphp/php-cs-fixer": "^1.1",
1664
                "lcobucci/jwt": "~3.2",
1665
                "phpunit/phpunit": "^4.8|^5.0",
1666
                "symfony/browser-kit": "^2.8|^3.0",
1667
                "symfony/dom-crawler": "^2.8|^3.0",
1668
                "symfony/phpunit-bridge": "~3.2",
1669
                "symfony/yaml": "^2.8|^3.0"
1670
            },
1671
            "suggest": {
1672
                "gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony",
1673
                "lcobucci/jwt": "For using the LcobucciJWTEncoder",
1674
                "spomky-labs/lexik-jose-bridge": "Provides a JWT Token encoder with encryption support"
1675
            },
1676
            "type": "symfony-bundle",
1677
            "extra": {
1678
                "branch-alias": {
1679
                    "dev-master": "2.x-dev"
1680
                }
1681
            },
1682
            "autoload": {
1683
                "psr-4": {
1684
                    "Lexik\\Bundle\\JWTAuthenticationBundle\\": ""
1685
                },
1686
                "exclude-from-classmap": [
1687
                    "/Tests/"
1688
                ]
1689
            },
1690
            "notification-url": "https://packagist.org/downloads/",
1691
            "license": [
1692
                "MIT"
1693
            ],
1694
            "authors": [
1695
                {
1696
                    "name": "Robin Chalas",
1697
                    "email": "[email protected]",
1698
                    "homepage": "https://github.com/chalasr"
1699
                },
1700
                {
1701
                    "name": "Jeremy Barthe",
1702
                    "email": "[email protected]",
1703
                    "homepage": "https://github.com/jeremyb"
1704
                },
1705
                {
1706
                    "name": "Nicolas Cabot",
1707
                    "email": "[email protected]",
1708
                    "homepage": "https://github.com/slashfan"
1709
                },
1710
                {
1711
                    "name": "Cedric Girard",
1712
                    "email": "[email protected]",
1713
                    "homepage": "https://github.com/cedric-g"
1714
                },
1715
                {
1716
                    "name": "Lexik Community",
1717
                    "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle/graphs/contributors"
1718
                },
1719
                {
1720
                    "name": "Dev Lexik",
1721
                    "email": "[email protected]",
1722
                    "homepage": "https://github.com/lexik"
1723
                }
1724
            ],
1725
            "description": "This bundle provides JWT authentication for your Symfony REST API",
1726
            "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle",
1727
            "keywords": [
1728
                "Authentication",
1729
                "JWS",
1730
                "api",
1731
                "bundle",
1732
                "jwt",
1733
                "rest",
1734
                "symfony"
1735
            ],
1736
            "time": "2017-05-08T10:16:54+00:00"
1737
        },
1738
        {
1739
            "name": "monolog/monolog",
1740
            "version": "1.22.1",
1741
            "source": {
1742
                "type": "git",
1743
                "url": "https://github.com/Seldaek/monolog.git",
1744
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
1745
            },
1746
            "dist": {
1747
                "type": "zip",
1748
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
1749
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
1750
                "shasum": ""
1751
            },
1752
            "require": {
1753
                "php": ">=5.3.0",
1754
                "psr/log": "~1.0"
1755
            },
1756
            "provide": {
1757
                "psr/log-implementation": "1.0.0"
1758
            },
1759
            "require-dev": {
1760
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1761
                "doctrine/couchdb": "~1.0@dev",
1762
                "graylog2/gelf-php": "~1.0",
1763
                "jakub-onderka/php-parallel-lint": "0.9",
1764
                "php-amqplib/php-amqplib": "~2.4",
1765
                "php-console/php-console": "^3.1.3",
1766
                "phpunit/phpunit": "~4.5",
1767
                "phpunit/phpunit-mock-objects": "2.3.0",
1768
                "ruflin/elastica": ">=0.90 <3.0",
1769
                "sentry/sentry": "^0.13",
1770
                "swiftmailer/swiftmailer": "~5.3"
1771
            },
1772
            "suggest": {
1773
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1774
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1775
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1776
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1777
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1778
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1779
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1780
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1781
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1782
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1783
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1784
            },
1785
            "type": "library",
1786
            "extra": {
1787
                "branch-alias": {
1788
                    "dev-master": "2.0.x-dev"
1789
                }
1790
            },
1791
            "autoload": {
1792
                "psr-4": {
1793
                    "Monolog\\": "src/Monolog"
1794
                }
1795
            },
1796
            "notification-url": "https://packagist.org/downloads/",
1797
            "license": [
1798
                "MIT"
1799
            ],
1800
            "authors": [
1801
                {
1802
                    "name": "Jordi Boggiano",
1803
                    "email": "[email protected]",
1804
                    "homepage": "http://seld.be"
1805
                }
1806
            ],
1807
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1808
            "homepage": "http://github.com/Seldaek/monolog",
1809
            "keywords": [
1810
                "log",
1811
                "logging",
1812
                "psr-3"
1813
            ],
1814
            "time": "2017-03-13T07:08:03+00:00"
1815
        },
1816
        {
1817
            "name": "namshi/jose",
1818
            "version": "7.2.3",
1819
            "source": {
1820
                "type": "git",
1821
                "url": "https://github.com/namshi/jose.git",
1822
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
1823
            },
1824
            "dist": {
1825
                "type": "zip",
1826
                "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
1827
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
1828
                "shasum": ""
1829
            },
1830
            "require": {
1831
                "ext-date": "*",
1832
                "ext-hash": "*",
1833
                "ext-json": "*",
1834
                "ext-pcre": "*",
1835
                "ext-spl": "*",
1836
                "php": ">=5.5",
1837
                "symfony/polyfill-php56": "^1.0"
1838
            },
1839
            "require-dev": {
1840
                "phpseclib/phpseclib": "^2.0",
1841
                "phpunit/phpunit": "^4.5|^5.0",
1842
                "satooshi/php-coveralls": "^1.0"
1843
            },
1844
            "suggest": {
1845
                "ext-openssl": "Allows to use OpenSSL as crypto engine.",
1846
                "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
1847
            },
1848
            "type": "library",
1849
            "autoload": {
1850
                "psr-4": {
1851
                    "Namshi\\JOSE\\": "src/Namshi/JOSE/"
1852
                }
1853
            },
1854
            "notification-url": "https://packagist.org/downloads/",
1855
            "license": [
1856
                "MIT"
1857
            ],
1858
            "authors": [
1859
                {
1860
                    "name": "Alessandro Nadalin",
1861
                    "email": "[email protected]"
1862
                },
1863
                {
1864
                    "name": "Alessandro Cinelli (cirpo)",
1865
                    "email": "[email protected]"
1866
                }
1867
            ],
1868
            "description": "JSON Object Signing and Encryption library for PHP.",
1869
            "keywords": [
1870
                "JSON Web Signature",
1871
                "JSON Web Token",
1872
                "JWS",
1873
                "json",
1874
                "jwt",
1875
                "token"
1876
            ],
1877
            "time": "2016-12-05T07:27:31+00:00"
1878
        },
1879
        {
1880
            "name": "nelmio/cors-bundle",
1881
            "version": "1.5.3",
1882
            "source": {
1883
                "type": "git",
1884
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
1885
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056"
1886
            },
1887
            "dist": {
1888
                "type": "zip",
1889
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/ac6576a599d7db9c2c6022602c188a5594216056",
1890
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056",
1891
                "shasum": ""
1892
            },
1893
            "require": {
1894
                "symfony/framework-bundle": "^2.7 || ^3.0"
1895
            },
1896
            "require-dev": {
1897
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1898
                "mockery/mockery": "0.9.*"
1899
            },
1900
            "type": "symfony-bundle",
1901
            "extra": {
1902
                "branch-alias": {
1903
                    "dev-master": "1.5.x-dev"
1904
                }
1905
            },
1906
            "autoload": {
1907
                "psr-4": {
1908
                    "Nelmio\\CorsBundle\\": ""
1909
                },
1910
                "exclude-from-classmap": [
1911
                    "/Tests/"
1912
                ]
1913
            },
1914
            "notification-url": "https://packagist.org/downloads/",
1915
            "license": [
1916
                "MIT"
1917
            ],
1918
            "authors": [
1919
                {
1920
                    "name": "Nelmio",
1921
                    "homepage": "http://nelm.io"
1922
                },
1923
                {
1924
                    "name": "Symfony Community",
1925
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
1926
                }
1927
            ],
1928
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
1929
            "keywords": [
1930
                "api",
1931
                "cors",
1932
                "crossdomain"
1933
            ],
1934
            "time": "2017-04-24T09:12:42+00:00"
1935
        },
1936
        {
1937
            "name": "ocramius/package-versions",
1938
            "version": "1.1.2",
1939
            "source": {
1940
                "type": "git",
1941
                "url": "https://github.com/Ocramius/PackageVersions.git",
1942
                "reference": "51e867c70f0799790b3e82276875414ce13daaca"
1943
            },
1944
            "dist": {
1945
                "type": "zip",
1946
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/51e867c70f0799790b3e82276875414ce13daaca",
1947
                "reference": "51e867c70f0799790b3e82276875414ce13daaca",
1948
                "shasum": ""
1949
            },
1950
            "require": {
1951
                "composer-plugin-api": "^1.0",
1952
                "php": "~7.0"
1953
            },
1954
            "require-dev": {
1955
                "composer/composer": "^1.3",
1956
                "ext-zip": "*",
1957
                "phpunit/phpunit": "^5.4.7"
1958
            },
1959
            "type": "composer-plugin",
1960
            "extra": {
1961
                "class": "PackageVersions\\Installer",
1962
                "branch-alias": {
1963
                    "dev-master": "2.0.x-dev"
1964
                }
1965
            },
1966
            "autoload": {
1967
                "psr-4": {
1968
                    "PackageVersions\\": "src/PackageVersions"
1969
                }
1970
            },
1971
            "notification-url": "https://packagist.org/downloads/",
1972
            "license": [
1973
                "MIT"
1974
            ],
1975
            "authors": [
1976
                {
1977
                    "name": "Marco Pivetta",
1978
                    "email": "[email protected]"
1979
                }
1980
            ],
1981
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
1982
            "time": "2016-12-30T09:49:15+00:00"
1983
        },
1984
        {
1985
            "name": "ocramius/proxy-manager",
1986
            "version": "2.1.1",
1987
            "source": {
1988
                "type": "git",
1989
                "url": "https://github.com/Ocramius/ProxyManager.git",
1990
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
1991
            },
1992
            "dist": {
1993
                "type": "zip",
1994
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
1995
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
1996
                "shasum": ""
1997
            },
1998
            "require": {
1999
                "ocramius/package-versions": "^1.1.1",
2000
                "php": "^7.1.0",
2001
                "zendframework/zend-code": "^3.1.0"
2002
            },
2003
            "require-dev": {
2004
                "couscous/couscous": "^1.5.2",
2005
                "ext-phar": "*",
2006
                "humbug/humbug": "dev-master@DEV",
2007
                "nikic/php-parser": "^3.0.4",
2008
                "phpbench/phpbench": "^0.12.2",
2009
                "phpstan/phpstan": "^0.6.4",
2010
                "phpunit/phpunit": "^5.6.4",
2011
                "phpunit/phpunit-mock-objects": "^3.4.1",
2012
                "squizlabs/php_codesniffer": "^2.7.0"
2013
            },
2014
            "suggest": {
2015
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2016
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2017
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2018
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2019
            },
2020
            "type": "library",
2021
            "extra": {
2022
                "branch-alias": {
2023
                    "dev-master": "3.0.x-dev"
2024
                }
2025
            },
2026
            "autoload": {
2027
                "psr-0": {
2028
                    "ProxyManager\\": "src"
2029
                }
2030
            },
2031
            "notification-url": "https://packagist.org/downloads/",
2032
            "license": [
2033
                "MIT"
2034
            ],
2035
            "authors": [
2036
                {
2037
                    "name": "Marco Pivetta",
2038
                    "email": "[email protected]",
2039
                    "homepage": "http://ocramius.github.io/"
2040
                }
2041
            ],
2042
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2043
            "homepage": "https://github.com/Ocramius/ProxyManager",
2044
            "keywords": [
2045
                "aop",
2046
                "lazy loading",
2047
                "proxy",
2048
                "proxy pattern",
2049
                "service proxies"
2050
            ],
2051
            "time": "2017-05-04T11:12:50+00:00"
2052
        },
2053
        {
2054
            "name": "paragonie/random_compat",
2055
            "version": "v2.0.10",
2056
            "source": {
2057
                "type": "git",
2058
                "url": "https://github.com/paragonie/random_compat.git",
2059
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
2060
            },
2061
            "dist": {
2062
                "type": "zip",
2063
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
2064
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
2065
                "shasum": ""
2066
            },
2067
            "require": {
2068
                "php": ">=5.2.0"
2069
            },
2070
            "require-dev": {
2071
                "phpunit/phpunit": "4.*|5.*"
2072
            },
2073
            "suggest": {
2074
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2075
            },
2076
            "type": "library",
2077
            "autoload": {
2078
                "files": [
2079
                    "lib/random.php"
2080
                ]
2081
            },
2082
            "notification-url": "https://packagist.org/downloads/",
2083
            "license": [
2084
                "MIT"
2085
            ],
2086
            "authors": [
2087
                {
2088
                    "name": "Paragon Initiative Enterprises",
2089
                    "email": "[email protected]",
2090
                    "homepage": "https://paragonie.com"
2091
                }
2092
            ],
2093
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2094
            "keywords": [
2095
                "csprng",
2096
                "pseudorandom",
2097
                "random"
2098
            ],
2099
            "time": "2017-03-13T16:27:32+00:00"
2100
        },
2101
        {
2102
            "name": "phpdocumentor/reflection-common",
2103
            "version": "1.0",
2104
            "source": {
2105
                "type": "git",
2106
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2107
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2108
            },
2109
            "dist": {
2110
                "type": "zip",
2111
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2112
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2113
                "shasum": ""
2114
            },
2115
            "require": {
2116
                "php": ">=5.5"
2117
            },
2118
            "require-dev": {
2119
                "phpunit/phpunit": "^4.6"
2120
            },
2121
            "type": "library",
2122
            "extra": {
2123
                "branch-alias": {
2124
                    "dev-master": "1.0.x-dev"
2125
                }
2126
            },
2127
            "autoload": {
2128
                "psr-4": {
2129
                    "phpDocumentor\\Reflection\\": [
2130
                        "src"
2131
                    ]
2132
                }
2133
            },
2134
            "notification-url": "https://packagist.org/downloads/",
2135
            "license": [
2136
                "MIT"
2137
            ],
2138
            "authors": [
2139
                {
2140
                    "name": "Jaap van Otterdijk",
2141
                    "email": "[email protected]"
2142
                }
2143
            ],
2144
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2145
            "homepage": "http://www.phpdoc.org",
2146
            "keywords": [
2147
                "FQSEN",
2148
                "phpDocumentor",
2149
                "phpdoc",
2150
                "reflection",
2151
                "static analysis"
2152
            ],
2153
            "time": "2015-12-27T11:43:31+00:00"
2154
        },
2155
        {
2156
            "name": "phpdocumentor/reflection-docblock",
2157
            "version": "3.1.1",
2158
            "source": {
2159
                "type": "git",
2160
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2161
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2162
            },
2163
            "dist": {
2164
                "type": "zip",
2165
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2166
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2167
                "shasum": ""
2168
            },
2169
            "require": {
2170
                "php": ">=5.5",
2171
                "phpdocumentor/reflection-common": "^1.0@dev",
2172
                "phpdocumentor/type-resolver": "^0.2.0",
2173
                "webmozart/assert": "^1.0"
2174
            },
2175
            "require-dev": {
2176
                "mockery/mockery": "^0.9.4",
2177
                "phpunit/phpunit": "^4.4"
2178
            },
2179
            "type": "library",
2180
            "autoload": {
2181
                "psr-4": {
2182
                    "phpDocumentor\\Reflection\\": [
2183
                        "src/"
2184
                    ]
2185
                }
2186
            },
2187
            "notification-url": "https://packagist.org/downloads/",
2188
            "license": [
2189
                "MIT"
2190
            ],
2191
            "authors": [
2192
                {
2193
                    "name": "Mike van Riel",
2194
                    "email": "[email protected]"
2195
                }
2196
            ],
2197
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2198
            "time": "2016-09-30T07:12:33+00:00"
2199
        },
2200
        {
2201
            "name": "phpdocumentor/type-resolver",
2202
            "version": "0.2.1",
2203
            "source": {
2204
                "type": "git",
2205
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2206
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2207
            },
2208
            "dist": {
2209
                "type": "zip",
2210
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2211
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2212
                "shasum": ""
2213
            },
2214
            "require": {
2215
                "php": ">=5.5",
2216
                "phpdocumentor/reflection-common": "^1.0"
2217
            },
2218
            "require-dev": {
2219
                "mockery/mockery": "^0.9.4",
2220
                "phpunit/phpunit": "^5.2||^4.8.24"
2221
            },
2222
            "type": "library",
2223
            "extra": {
2224
                "branch-alias": {
2225
                    "dev-master": "1.0.x-dev"
2226
                }
2227
            },
2228
            "autoload": {
2229
                "psr-4": {
2230
                    "phpDocumentor\\Reflection\\": [
2231
                        "src/"
2232
                    ]
2233
                }
2234
            },
2235
            "notification-url": "https://packagist.org/downloads/",
2236
            "license": [
2237
                "MIT"
2238
            ],
2239
            "authors": [
2240
                {
2241
                    "name": "Mike van Riel",
2242
                    "email": "[email protected]"
2243
                }
2244
            ],
2245
            "time": "2016-11-25T06:54:22+00:00"
2246
        },
2247
        {
2248
            "name": "predis/predis",
2249
            "version": "v1.1.1",
2250
            "source": {
2251
                "type": "git",
2252
                "url": "https://github.com/nrk/predis.git",
2253
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
2254
            },
2255
            "dist": {
2256
                "type": "zip",
2257
                "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
2258
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
2259
                "shasum": ""
2260
            },
2261
            "require": {
2262
                "php": ">=5.3.9"
2263
            },
2264
            "require-dev": {
2265
                "phpunit/phpunit": "~4.8"
2266
            },
2267
            "suggest": {
2268
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
2269
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2270
            },
2271
            "type": "library",
2272
            "autoload": {
2273
                "psr-4": {
2274
                    "Predis\\": "src/"
2275
                }
2276
            },
2277
            "notification-url": "https://packagist.org/downloads/",
2278
            "license": [
2279
                "MIT"
2280
            ],
2281
            "authors": [
2282
                {
2283
                    "name": "Daniele Alessandri",
2284
                    "email": "[email protected]",
2285
                    "homepage": "http://clorophilla.net"
2286
                }
2287
            ],
2288
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2289
            "homepage": "http://github.com/nrk/predis",
2290
            "keywords": [
2291
                "nosql",
2292
                "predis",
2293
                "redis"
2294
            ],
2295
            "time": "2016-06-16T16:22:20+00:00"
2296
        },
2297
        {
2298
            "name": "psr/cache",
2299
            "version": "1.0.1",
2300
            "source": {
2301
                "type": "git",
2302
                "url": "https://github.com/php-fig/cache.git",
2303
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2304
            },
2305
            "dist": {
2306
                "type": "zip",
2307
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2308
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2309
                "shasum": ""
2310
            },
2311
            "require": {
2312
                "php": ">=5.3.0"
2313
            },
2314
            "type": "library",
2315
            "extra": {
2316
                "branch-alias": {
2317
                    "dev-master": "1.0.x-dev"
2318
                }
2319
            },
2320
            "autoload": {
2321
                "psr-4": {
2322
                    "Psr\\Cache\\": "src/"
2323
                }
2324
            },
2325
            "notification-url": "https://packagist.org/downloads/",
2326
            "license": [
2327
                "MIT"
2328
            ],
2329
            "authors": [
2330
                {
2331
                    "name": "PHP-FIG",
2332
                    "homepage": "http://www.php-fig.org/"
2333
                }
2334
            ],
2335
            "description": "Common interface for caching libraries",
2336
            "keywords": [
2337
                "cache",
2338
                "psr",
2339
                "psr-6"
2340
            ],
2341
            "time": "2016-08-06T20:24:11+00:00"
2342
        },
2343
        {
2344
            "name": "psr/http-message",
2345
            "version": "1.0.1",
2346
            "source": {
2347
                "type": "git",
2348
                "url": "https://github.com/php-fig/http-message.git",
2349
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2350
            },
2351
            "dist": {
2352
                "type": "zip",
2353
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2354
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2355
                "shasum": ""
2356
            },
2357
            "require": {
2358
                "php": ">=5.3.0"
2359
            },
2360
            "type": "library",
2361
            "extra": {
2362
                "branch-alias": {
2363
                    "dev-master": "1.0.x-dev"
2364
                }
2365
            },
2366
            "autoload": {
2367
                "psr-4": {
2368
                    "Psr\\Http\\Message\\": "src/"
2369
                }
2370
            },
2371
            "notification-url": "https://packagist.org/downloads/",
2372
            "license": [
2373
                "MIT"
2374
            ],
2375
            "authors": [
2376
                {
2377
                    "name": "PHP-FIG",
2378
                    "homepage": "http://www.php-fig.org/"
2379
                }
2380
            ],
2381
            "description": "Common interface for HTTP messages",
2382
            "homepage": "https://github.com/php-fig/http-message",
2383
            "keywords": [
2384
                "http",
2385
                "http-message",
2386
                "psr",
2387
                "psr-7",
2388
                "request",
2389
                "response"
2390
            ],
2391
            "time": "2016-08-06T14:39:51+00:00"
2392
        },
2393
        {
2394
            "name": "psr/log",
2395
            "version": "1.0.2",
2396
            "source": {
2397
                "type": "git",
2398
                "url": "https://github.com/php-fig/log.git",
2399
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2400
            },
2401
            "dist": {
2402
                "type": "zip",
2403
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2404
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2405
                "shasum": ""
2406
            },
2407
            "require": {
2408
                "php": ">=5.3.0"
2409
            },
2410
            "type": "library",
2411
            "extra": {
2412
                "branch-alias": {
2413
                    "dev-master": "1.0.x-dev"
2414
                }
2415
            },
2416
            "autoload": {
2417
                "psr-4": {
2418
                    "Psr\\Log\\": "Psr/Log/"
2419
                }
2420
            },
2421
            "notification-url": "https://packagist.org/downloads/",
2422
            "license": [
2423
                "MIT"
2424
            ],
2425
            "authors": [
2426
                {
2427
                    "name": "PHP-FIG",
2428
                    "homepage": "http://www.php-fig.org/"
2429
                }
2430
            ],
2431
            "description": "Common interface for logging libraries",
2432
            "homepage": "https://github.com/php-fig/log",
2433
            "keywords": [
2434
                "log",
2435
                "psr",
2436
                "psr-3"
2437
            ],
2438
            "time": "2016-10-10T12:19:37+00:00"
2439
        },
2440
        {
2441
            "name": "ramsey/uuid",
2442
            "version": "3.6.1",
2443
            "source": {
2444
                "type": "git",
2445
                "url": "https://github.com/ramsey/uuid.git",
2446
                "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
2447
            },
2448
            "dist": {
2449
                "type": "zip",
2450
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
2451
                "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
2452
                "shasum": ""
2453
            },
2454
            "require": {
2455
                "paragonie/random_compat": "^1.0|^2.0",
2456
                "php": "^5.4 || ^7.0"
2457
            },
2458
            "replace": {
2459
                "rhumsaa/uuid": "self.version"
2460
            },
2461
            "require-dev": {
2462
                "apigen/apigen": "^4.1",
2463
                "codeception/aspect-mock": "^1.0 | ^2.0",
2464
                "doctrine/annotations": "~1.2.0",
2465
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
2466
                "ircmaxell/random-lib": "^1.1",
2467
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2468
                "mockery/mockery": "^0.9.4",
2469
                "moontoast/math": "^1.1",
2470
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
2471
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
2472
                "satooshi/php-coveralls": "^0.6.1",
2473
                "squizlabs/php_codesniffer": "^2.3"
2474
            },
2475
            "suggest": {
2476
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2477
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2478
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2479
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2480
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2481
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2482
            },
2483
            "type": "library",
2484
            "extra": {
2485
                "branch-alias": {
2486
                    "dev-master": "3.x-dev"
2487
                }
2488
            },
2489
            "autoload": {
2490
                "psr-4": {
2491
                    "Ramsey\\Uuid\\": "src/"
2492
                }
2493
            },
2494
            "notification-url": "https://packagist.org/downloads/",
2495
            "license": [
2496
                "MIT"
2497
            ],
2498
            "authors": [
2499
                {
2500
                    "name": "Marijn Huizendveld",
2501
                    "email": "[email protected]"
2502
                },
2503
                {
2504
                    "name": "Thibaud Fabre",
2505
                    "email": "[email protected]"
2506
                },
2507
                {
2508
                    "name": "Ben Ramsey",
2509
                    "email": "[email protected]",
2510
                    "homepage": "https://benramsey.com"
2511
                }
2512
            ],
2513
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2514
            "homepage": "https://github.com/ramsey/uuid",
2515
            "keywords": [
2516
                "guid",
2517
                "identifier",
2518
                "uuid"
2519
            ],
2520
            "time": "2017-03-26T20:37:53+00:00"
2521
        },
2522
        {
2523
            "name": "sensio/distribution-bundle",
2524
            "version": "v5.0.20",
2525
            "source": {
2526
                "type": "git",
2527
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2528
                "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9"
2529
            },
2530
            "dist": {
2531
                "type": "zip",
2532
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/4b019d4c0bd64438c42e4b6b0726085b409be8d9",
2533
                "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9",
2534
                "shasum": ""
2535
            },
2536
            "require": {
2537
                "php": ">=5.3.9",
2538
                "sensiolabs/security-checker": "~3.0|~4.0",
2539
                "symfony/class-loader": "~2.3|~3.0",
2540
                "symfony/config": "~2.3|~3.0",
2541
                "symfony/dependency-injection": "~2.3|~3.0",
2542
                "symfony/filesystem": "~2.3|~3.0",
2543
                "symfony/http-kernel": "~2.3|~3.0",
2544
                "symfony/process": "~2.3|~3.0"
2545
            },
2546
            "type": "symfony-bundle",
2547
            "extra": {
2548
                "branch-alias": {
2549
                    "dev-master": "5.0.x-dev"
2550
                }
2551
            },
2552
            "autoload": {
2553
                "psr-4": {
2554
                    "Sensio\\Bundle\\DistributionBundle\\": ""
2555
                }
2556
            },
2557
            "notification-url": "https://packagist.org/downloads/",
2558
            "license": [
2559
                "MIT"
2560
            ],
2561
            "authors": [
2562
                {
2563
                    "name": "Fabien Potencier",
2564
                    "email": "[email protected]"
2565
                }
2566
            ],
2567
            "description": "Base bundle for Symfony Distributions",
2568
            "keywords": [
2569
                "configuration",
2570
                "distribution"
2571
            ],
2572
            "time": "2017-05-11T16:21:03+00:00"
2573
        },
2574
        {
2575
            "name": "sensio/framework-extra-bundle",
2576
            "version": "v3.0.26",
2577
            "source": {
2578
                "type": "git",
2579
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2580
                "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059"
2581
            },
2582
            "dist": {
2583
                "type": "zip",
2584
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6d6cbe971554f0a2cc84965850481eb04a2a0059",
2585
                "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059",
2586
                "shasum": ""
2587
            },
2588
            "require": {
2589
                "doctrine/common": "~2.2",
2590
                "symfony/dependency-injection": "~2.3|~3.0",
2591
                "symfony/framework-bundle": "~2.3|~3.0"
2592
            },
2593
            "require-dev": {
2594
                "doctrine/doctrine-bundle": "~1.5",
2595
                "doctrine/orm": "~2.4,>=2.4.5",
2596
                "symfony/asset": "~2.7|~3.0",
2597
                "symfony/browser-kit": "~2.3|~3.0",
2598
                "symfony/dom-crawler": "~2.3|~3.0",
2599
                "symfony/expression-language": "~2.4|~3.0",
2600
                "symfony/finder": "~2.3|~3.0",
2601
                "symfony/phpunit-bridge": "~3.2",
2602
                "symfony/psr-http-message-bridge": "^0.3",
2603
                "symfony/security-bundle": "~2.4|~3.0",
2604
                "symfony/templating": "~2.3|~3.0",
2605
                "symfony/translation": "~2.3|~3.0",
2606
                "symfony/twig-bundle": "~2.3|~3.0",
2607
                "symfony/yaml": "~2.3|~3.0",
2608
                "twig/twig": "~1.12|~2.0",
2609
                "zendframework/zend-diactoros": "^1.3"
2610
            },
2611
            "suggest": {
2612
                "symfony/expression-language": "",
2613
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2614
                "symfony/security-bundle": ""
2615
            },
2616
            "type": "symfony-bundle",
2617
            "extra": {
2618
                "branch-alias": {
2619
                    "dev-master": "3.0.x-dev"
2620
                }
2621
            },
2622
            "autoload": {
2623
                "psr-4": {
2624
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2625
                }
2626
            },
2627
            "notification-url": "https://packagist.org/downloads/",
2628
            "license": [
2629
                "MIT"
2630
            ],
2631
            "authors": [
2632
                {
2633
                    "name": "Fabien Potencier",
2634
                    "email": "[email protected]"
2635
                }
2636
            ],
2637
            "description": "This bundle provides a way to configure your controllers with annotations",
2638
            "keywords": [
2639
                "annotations",
2640
                "controllers"
2641
            ],
2642
            "time": "2017-05-11T17:01:57+00:00"
2643
        },
2644
        {
2645
            "name": "sensiolabs/security-checker",
2646
            "version": "v4.0.4",
2647
            "source": {
2648
                "type": "git",
2649
                "url": "https://github.com/sensiolabs/security-checker.git",
2650
                "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc"
2651
            },
2652
            "dist": {
2653
                "type": "zip",
2654
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9e69eddf3bc49d1ee5c7908564da3141796d4bbc",
2655
                "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc",
2656
                "shasum": ""
2657
            },
2658
            "require": {
2659
                "composer/ca-bundle": "^1.0",
2660
                "symfony/console": "~2.7|~3.0"
2661
            },
2662
            "bin": [
2663
                "security-checker"
2664
            ],
2665
            "type": "library",
2666
            "extra": {
2667
                "branch-alias": {
2668
                    "dev-master": "4.0-dev"
2669
                }
2670
            },
2671
            "autoload": {
2672
                "psr-0": {
2673
                    "SensioLabs\\Security": ""
2674
                }
2675
            },
2676
            "notification-url": "https://packagist.org/downloads/",
2677
            "license": [
2678
                "MIT"
2679
            ],
2680
            "authors": [
2681
                {
2682
                    "name": "Fabien Potencier",
2683
                    "email": "[email protected]"
2684
                }
2685
            ],
2686
            "description": "A security checker for your composer.lock",
2687
            "time": "2017-03-31T14:50:32+00:00"
2688
        },
2689
        {
2690
            "name": "snc/redis-bundle",
2691
            "version": "2.0.6",
2692
            "source": {
2693
                "type": "git",
2694
                "url": "https://github.com/snc/SncRedisBundle.git",
2695
                "reference": "73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e"
2696
            },
2697
            "dist": {
2698
                "type": "zip",
2699
                "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e",
2700
                "reference": "73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e",
2701
                "shasum": ""
2702
            },
2703
            "require": {
2704
                "php": ">=5.3.3",
2705
                "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
2706
                "symfony/yaml": "^2.7 || ^3.0 || ^4.0"
2707
            },
2708
            "require-dev": {
2709
                "doctrine/cache": "1.*",
2710
                "phpunit/phpunit": "^4.8 || ^5.4",
2711
                "predis/predis": "^1.0",
2712
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
2713
                "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
2714
            },
2715
            "suggest": {
2716
                "monolog/monolog": "If you want to use the monolog redis handler.",
2717
                "predis/predis": "If you want to use predis.",
2718
                "symfony/console": "If you want to use commands to interact with the redis database"
2719
            },
2720
            "type": "symfony-bundle",
2721
            "extra": {
2722
                "branch-alias": {
2723
                    "dev-master": "2.x-dev"
2724
                }
2725
            },
2726
            "autoload": {
2727
                "psr-4": {
2728
                    "Snc\\RedisBundle\\": ""
2729
                }
2730
            },
2731
            "notification-url": "https://packagist.org/downloads/",
2732
            "license": [
2733
                "MIT"
2734
            ],
2735
            "authors": [
2736
                {
2737
                    "name": "Henrik Westphal",
2738
                    "email": "[email protected]"
2739
                },
2740
                {
2741
                    "name": "Community contributors",
2742
                    "homepage": "https://github.com/snc/SncRedisBundle/contributors"
2743
                }
2744
            ],
2745
            "description": "A Redis bundle for Symfony",
2746
            "homepage": "https://github.com/snc/SncRedisBundle",
2747
            "keywords": [
2748
                "nosql",
2749
                "redis",
2750
                "symfony"
2751
            ],
2752
            "time": "2017-12-01T10:40:06+00:00"
2753
        },
2754
        {
2755
            "name": "swiftmailer/swiftmailer",
2756
            "version": "v5.4.8",
2757
            "source": {
2758
                "type": "git",
2759
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2760
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
2761
            },
2762
            "dist": {
2763
                "type": "zip",
2764
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
2765
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
2766
                "shasum": ""
2767
            },
2768
            "require": {
2769
                "php": ">=5.3.3"
2770
            },
2771
            "require-dev": {
2772
                "mockery/mockery": "~0.9.1",
2773
                "symfony/phpunit-bridge": "~3.2"
2774
            },
2775
            "type": "library",
2776
            "extra": {
2777
                "branch-alias": {
2778
                    "dev-master": "5.4-dev"
2779
                }
2780
            },
2781
            "autoload": {
2782
                "files": [
2783
                    "lib/swift_required.php"
2784
                ]
2785
            },
2786
            "notification-url": "https://packagist.org/downloads/",
2787
            "license": [
2788
                "MIT"
2789
            ],
2790
            "authors": [
2791
                {
2792
                    "name": "Chris Corbyn"
2793
                },
2794
                {
2795
                    "name": "Fabien Potencier",
2796
                    "email": "[email protected]"
2797
                }
2798
            ],
2799
            "description": "Swiftmailer, free feature-rich PHP mailer",
2800
            "homepage": "http://swiftmailer.org",
2801
            "keywords": [
2802
                "email",
2803
                "mail",
2804
                "mailer"
2805
            ],
2806
            "time": "2017-05-01T15:54:03+00:00"
2807
        },
2808
        {
2809
            "name": "symfony/monolog-bundle",
2810
            "version": "v3.1.0",
2811
            "source": {
2812
                "type": "git",
2813
                "url": "https://github.com/symfony/monolog-bundle.git",
2814
                "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47"
2815
            },
2816
            "dist": {
2817
                "type": "zip",
2818
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6f96c7dbb6b2ef70b307a1a6f897153cbca3da47",
2819
                "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47",
2820
                "shasum": ""
2821
            },
2822
            "require": {
2823
                "monolog/monolog": "~1.22",
2824
                "php": ">=5.3.2",
2825
                "symfony/config": "~2.7|~3.0",
2826
                "symfony/dependency-injection": "~2.7|~3.0",
2827
                "symfony/http-kernel": "~2.7|~3.0",
2828
                "symfony/monolog-bridge": "~2.7|~3.0"
2829
            },
2830
            "require-dev": {
2831
                "phpunit/phpunit": "^4.8",
2832
                "symfony/console": "~2.3|~3.0",
2833
                "symfony/yaml": "~2.3|~3.0"
2834
            },
2835
            "type": "symfony-bundle",
2836
            "extra": {
2837
                "branch-alias": {
2838
                    "dev-master": "3.x-dev"
2839
                }
2840
            },
2841
            "autoload": {
2842
                "psr-4": {
2843
                    "Symfony\\Bundle\\MonologBundle\\": ""
2844
                }
2845
            },
2846
            "notification-url": "https://packagist.org/downloads/",
2847
            "license": [
2848
                "MIT"
2849
            ],
2850
            "authors": [
2851
                {
2852
                    "name": "Symfony Community",
2853
                    "homepage": "http://symfony.com/contributors"
2854
                },
2855
                {
2856
                    "name": "Fabien Potencier",
2857
                    "email": "[email protected]"
2858
                }
2859
            ],
2860
            "description": "Symfony MonologBundle",
2861
            "homepage": "http://symfony.com",
2862
            "keywords": [
2863
                "log",
2864
                "logging"
2865
            ],
2866
            "time": "2017-03-26T11:55:59+00:00"
2867
        },
2868
        {
2869
            "name": "symfony/polyfill-intl-icu",
2870
            "version": "v1.3.0",
2871
            "source": {
2872
                "type": "git",
2873
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2874
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4"
2875
            },
2876
            "dist": {
2877
                "type": "zip",
2878
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4",
2879
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4",
2880
                "shasum": ""
2881
            },
2882
            "require": {
2883
                "php": ">=5.3.3",
2884
                "symfony/intl": "~2.3|~3.0"
2885
            },
2886
            "suggest": {
2887
                "ext-intl": "For best performance"
2888
            },
2889
            "type": "library",
2890
            "extra": {
2891
                "branch-alias": {
2892
                    "dev-master": "1.3-dev"
2893
                }
2894
            },
2895
            "autoload": {
2896
                "files": [
2897
                    "bootstrap.php"
2898
                ]
2899
            },
2900
            "notification-url": "https://packagist.org/downloads/",
2901
            "license": [
2902
                "MIT"
2903
            ],
2904
            "authors": [
2905
                {
2906
                    "name": "Nicolas Grekas",
2907
                    "email": "[email protected]"
2908
                },
2909
                {
2910
                    "name": "Symfony Community",
2911
                    "homepage": "https://symfony.com/contributors"
2912
                }
2913
            ],
2914
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2915
            "homepage": "https://symfony.com",
2916
            "keywords": [
2917
                "compatibility",
2918
                "icu",
2919
                "intl",
2920
                "polyfill",
2921
                "portable",
2922
                "shim"
2923
            ],
2924
            "time": "2016-11-14T01:06:16+00:00"
2925
        },
2926
        {
2927
            "name": "symfony/polyfill-mbstring",
2928
            "version": "v1.3.0",
2929
            "source": {
2930
                "type": "git",
2931
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2932
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
2933
            },
2934
            "dist": {
2935
                "type": "zip",
2936
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
2937
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
2938
                "shasum": ""
2939
            },
2940
            "require": {
2941
                "php": ">=5.3.3"
2942
            },
2943
            "suggest": {
2944
                "ext-mbstring": "For best performance"
2945
            },
2946
            "type": "library",
2947
            "extra": {
2948
                "branch-alias": {
2949
                    "dev-master": "1.3-dev"
2950
                }
2951
            },
2952
            "autoload": {
2953
                "psr-4": {
2954
                    "Symfony\\Polyfill\\Mbstring\\": ""
2955
                },
2956
                "files": [
2957
                    "bootstrap.php"
2958
                ]
2959
            },
2960
            "notification-url": "https://packagist.org/downloads/",
2961
            "license": [
2962
                "MIT"
2963
            ],
2964
            "authors": [
2965
                {
2966
                    "name": "Nicolas Grekas",
2967
                    "email": "[email protected]"
2968
                },
2969
                {
2970
                    "name": "Symfony Community",
2971
                    "homepage": "https://symfony.com/contributors"
2972
                }
2973
            ],
2974
            "description": "Symfony polyfill for the Mbstring extension",
2975
            "homepage": "https://symfony.com",
2976
            "keywords": [
2977
                "compatibility",
2978
                "mbstring",
2979
                "polyfill",
2980
                "portable",
2981
                "shim"
2982
            ],
2983
            "time": "2016-11-14T01:06:16+00:00"
2984
        },
2985
        {
2986
            "name": "symfony/polyfill-php56",
2987
            "version": "v1.3.0",
2988
            "source": {
2989
                "type": "git",
2990
                "url": "https://github.com/symfony/polyfill-php56.git",
2991
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
2992
            },
2993
            "dist": {
2994
                "type": "zip",
2995
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
2996
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
2997
                "shasum": ""
2998
            },
2999
            "require": {
3000
                "php": ">=5.3.3",
3001
                "symfony/polyfill-util": "~1.0"
3002
            },
3003
            "type": "library",
3004
            "extra": {
3005
                "branch-alias": {
3006
                    "dev-master": "1.3-dev"
3007
                }
3008
            },
3009
            "autoload": {
3010
                "psr-4": {
3011
                    "Symfony\\Polyfill\\Php56\\": ""
3012
                },
3013
                "files": [
3014
                    "bootstrap.php"
3015
                ]
3016
            },
3017
            "notification-url": "https://packagist.org/downloads/",
3018
            "license": [
3019
                "MIT"
3020
            ],
3021
            "authors": [
3022
                {
3023
                    "name": "Nicolas Grekas",
3024
                    "email": "[email protected]"
3025
                },
3026
                {
3027
                    "name": "Symfony Community",
3028
                    "homepage": "https://symfony.com/contributors"
3029
                }
3030
            ],
3031
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3032
            "homepage": "https://symfony.com",
3033
            "keywords": [
3034
                "compatibility",
3035
                "polyfill",
3036
                "portable",
3037
                "shim"
3038
            ],
3039
            "time": "2016-11-14T01:06:16+00:00"
3040
        },
3041
        {
3042
            "name": "symfony/polyfill-php70",
3043
            "version": "v1.3.0",
3044
            "source": {
3045
                "type": "git",
3046
                "url": "https://github.com/symfony/polyfill-php70.git",
3047
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"
3048
            },
3049
            "dist": {
3050
                "type": "zip",
3051
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
3052
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
3053
                "shasum": ""
3054
            },
3055
            "require": {
3056
                "paragonie/random_compat": "~1.0|~2.0",
3057
                "php": ">=5.3.3"
3058
            },
3059
            "type": "library",
3060
            "extra": {
3061
                "branch-alias": {
3062
                    "dev-master": "1.3-dev"
3063
                }
3064
            },
3065
            "autoload": {
3066
                "psr-4": {
3067
                    "Symfony\\Polyfill\\Php70\\": ""
3068
                },
3069
                "files": [
3070
                    "bootstrap.php"
3071
                ],
3072
                "classmap": [
3073
                    "Resources/stubs"
3074
                ]
3075
            },
3076
            "notification-url": "https://packagist.org/downloads/",
3077
            "license": [
3078
                "MIT"
3079
            ],
3080
            "authors": [
3081
                {
3082
                    "name": "Nicolas Grekas",
3083
                    "email": "[email protected]"
3084
                },
3085
                {
3086
                    "name": "Symfony Community",
3087
                    "homepage": "https://symfony.com/contributors"
3088
                }
3089
            ],
3090
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3091
            "homepage": "https://symfony.com",
3092
            "keywords": [
3093
                "compatibility",
3094
                "polyfill",
3095
                "portable",
3096
                "shim"
3097
            ],
3098
            "time": "2016-11-14T01:06:16+00:00"
3099
        },
3100
        {
3101
            "name": "symfony/polyfill-util",
3102
            "version": "v1.3.0",
3103
            "source": {
3104
                "type": "git",
3105
                "url": "https://github.com/symfony/polyfill-util.git",
3106
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
3107
            },
3108
            "dist": {
3109
                "type": "zip",
3110
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
3111
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
3112
                "shasum": ""
3113
            },
3114
            "require": {
3115
                "php": ">=5.3.3"
3116
            },
3117
            "type": "library",
3118
            "extra": {
3119
                "branch-alias": {
3120
                    "dev-master": "1.3-dev"
3121
                }
3122
            },
3123
            "autoload": {
3124
                "psr-4": {
3125
                    "Symfony\\Polyfill\\Util\\": ""
3126
                }
3127
            },
3128
            "notification-url": "https://packagist.org/downloads/",
3129
            "license": [
3130
                "MIT"
3131
            ],
3132
            "authors": [
3133
                {
3134
                    "name": "Nicolas Grekas",
3135
                    "email": "[email protected]"
3136
                },
3137
                {
3138
                    "name": "Symfony Community",
3139
                    "homepage": "https://symfony.com/contributors"
3140
                }
3141
            ],
3142
            "description": "Symfony utilities for portability of PHP codes",
3143
            "homepage": "https://symfony.com",
3144
            "keywords": [
3145
                "compat",
3146
                "compatibility",
3147
                "polyfill",
3148
                "shim"
3149
            ],
3150
            "time": "2016-11-14T01:06:16+00:00"
3151
        },
3152
        {
3153
            "name": "symfony/swiftmailer-bundle",
3154
            "version": "v2.6.2",
3155
            "source": {
3156
                "type": "git",
3157
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3158
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75"
3159
            },
3160
            "dist": {
3161
                "type": "zip",
3162
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/deabc81120c2086571f7c4484ab785c5e1b84f75",
3163
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75",
3164
                "shasum": ""
3165
            },
3166
            "require": {
3167
                "php": ">=5.3.2",
3168
                "swiftmailer/swiftmailer": "~4.2|~5.0",
3169
                "symfony/config": "~2.7|~3.0",
3170
                "symfony/dependency-injection": "~2.7|~3.0",
3171
                "symfony/http-kernel": "~2.7|~3.0"
3172
            },
3173
            "require-dev": {
3174
                "symfony/console": "~2.7|~3.0",
3175
                "symfony/framework-bundle": "~2.7|~3.0",
3176
                "symfony/phpunit-bridge": "~3.3@dev",
3177
                "symfony/yaml": "~2.7|~3.0"
3178
            },
3179
            "suggest": {
3180
                "psr/log": "Allows logging"
3181
            },
3182
            "type": "symfony-bundle",
3183
            "extra": {
3184
                "branch-alias": {
3185
                    "dev-master": "2.6-dev"
3186
                }
3187
            },
3188
            "autoload": {
3189
                "psr-4": {
3190
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3191
                }
3192
            },
3193
            "notification-url": "https://packagist.org/downloads/",
3194
            "license": [
3195
                "MIT"
3196
            ],
3197
            "authors": [
3198
                {
3199
                    "name": "Symfony Community",
3200
                    "homepage": "http://symfony.com/contributors"
3201
                },
3202
                {
3203
                    "name": "Fabien Potencier",
3204
                    "email": "[email protected]"
3205
                }
3206
            ],
3207
            "description": "Symfony SwiftmailerBundle",
3208
            "homepage": "http://symfony.com",
3209
            "time": "2017-05-22T04:58:24+00:00"
3210
        },
3211
        {
3212
            "name": "symfony/symfony",
0 ignored issues
show
3213
            "version": "v3.2.8",
3214
            "source": {
3215
                "type": "git",
3216
                "url": "https://github.com/symfony/symfony.git",
3217
                "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df"
3218
            },
3219
            "dist": {
3220
                "type": "zip",
3221
                "url": "https://api.github.com/repos/symfony/symfony/zipball/85959c2abbe4d2f050f950f39c9c3cf83819f3df",
3222
                "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df",
3223
                "shasum": ""
3224
            },
3225
            "require": {
3226
                "doctrine/common": "~2.4",
3227
                "php": ">=5.5.9",
3228
                "psr/cache": "~1.0",
3229
                "psr/log": "~1.0",
3230
                "symfony/polyfill-intl-icu": "~1.0",
3231
                "symfony/polyfill-mbstring": "~1.0",
3232
                "symfony/polyfill-php56": "~1.0",
3233
                "symfony/polyfill-php70": "~1.0",
3234
                "symfony/polyfill-util": "~1.0",
3235
                "twig/twig": "~1.28|~2.0"
3236
            },
3237
            "conflict": {
3238
                "phpdocumentor/reflection-docblock": "<3.0",
3239
                "phpdocumentor/type-resolver": "<0.2.0",
3240
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3241
            },
3242
            "provide": {
3243
                "psr/cache-implementation": "1.0"
3244
            },
3245
            "replace": {
3246
                "symfony/asset": "self.version",
3247
                "symfony/browser-kit": "self.version",
3248
                "symfony/cache": "self.version",
3249
                "symfony/class-loader": "self.version",
3250
                "symfony/config": "self.version",
3251
                "symfony/console": "self.version",
3252
                "symfony/css-selector": "self.version",
3253
                "symfony/debug": "self.version",
3254
                "symfony/debug-bundle": "self.version",
3255
                "symfony/dependency-injection": "self.version",
3256
                "symfony/doctrine-bridge": "self.version",
3257
                "symfony/dom-crawler": "self.version",
3258
                "symfony/event-dispatcher": "self.version",
3259
                "symfony/expression-language": "self.version",
3260
                "symfony/filesystem": "self.version",
3261
                "symfony/finder": "self.version",
3262
                "symfony/form": "self.version",
3263
                "symfony/framework-bundle": "self.version",
3264
                "symfony/http-foundation": "self.version",
3265
                "symfony/http-kernel": "self.version",
3266
                "symfony/inflector": "self.version",
3267
                "symfony/intl": "self.version",
3268
                "symfony/ldap": "self.version",
3269
                "symfony/monolog-bridge": "self.version",
3270
                "symfony/options-resolver": "self.version",
3271
                "symfony/process": "self.version",
3272
                "symfony/property-access": "self.version",
3273
                "symfony/property-info": "self.version",
3274
                "symfony/proxy-manager-bridge": "self.version",
3275
                "symfony/routing": "self.version",
3276
                "symfony/security": "self.version",
3277
                "symfony/security-bundle": "self.version",
3278
                "symfony/security-core": "self.version",
3279
                "symfony/security-csrf": "self.version",
3280
                "symfony/security-guard": "self.version",
3281
                "symfony/security-http": "self.version",
3282
                "symfony/serializer": "self.version",
3283
                "symfony/stopwatch": "self.version",
3284
                "symfony/templating": "self.version",
3285
                "symfony/translation": "self.version",
3286
                "symfony/twig-bridge": "self.version",
3287
                "symfony/twig-bundle": "self.version",
3288
                "symfony/validator": "self.version",
3289
                "symfony/var-dumper": "self.version",
3290
                "symfony/web-profiler-bundle": "self.version",
3291
                "symfony/workflow": "self.version",
3292
                "symfony/yaml": "self.version"
3293
            },
3294
            "require-dev": {
3295
                "cache/integration-tests": "dev-master",
3296
                "doctrine/cache": "~1.6",
3297
                "doctrine/data-fixtures": "1.0.*",
3298
                "doctrine/dbal": "~2.4",
3299
                "doctrine/doctrine-bundle": "~1.4",
3300
                "doctrine/orm": "~2.4,>=2.4.5",
3301
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3302
                "monolog/monolog": "~1.11",
3303
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3304
                "phpdocumentor/reflection-docblock": "^3.0",
3305
                "predis/predis": "~1.0",
3306
                "sensio/framework-extra-bundle": "^3.0.2",
3307
                "symfony/phpunit-bridge": "~3.2",
3308
                "symfony/polyfill-apcu": "~1.1",
3309
                "symfony/security-acl": "~2.8|~3.0"
3310
            },
3311
            "type": "library",
3312
            "extra": {
3313
                "branch-alias": {
3314
                    "dev-master": "3.2-dev"
3315
                }
3316
            },
3317
            "autoload": {
3318
                "psr-4": {
3319
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3320
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3321
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3322
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3323
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3324
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3325
                    "Symfony\\Component\\": "src/Symfony/Component/"
3326
                },
3327
                "classmap": [
3328
                    "src/Symfony/Component/Intl/Resources/stubs"
3329
                ],
3330
                "exclude-from-classmap": [
3331
                    "**/Tests/"
3332
                ]
3333
            },
3334
            "notification-url": "https://packagist.org/downloads/",
3335
            "license": [
3336
                "MIT"
3337
            ],
3338
            "authors": [
3339
                {
3340
                    "name": "Fabien Potencier",
3341
                    "email": "[email protected]"
3342
                },
3343
                {
3344
                    "name": "Symfony Community",
3345
                    "homepage": "https://symfony.com/contributors"
3346
                }
3347
            ],
3348
            "description": "The Symfony PHP framework",
3349
            "homepage": "https://symfony.com",
3350
            "keywords": [
3351
                "framework"
3352
            ],
3353
            "time": "2017-05-01T17:47:03+00:00"
3354
        },
3355
        {
3356
            "name": "twig/twig",
3357
            "version": "v1.33.2",
3358
            "source": {
3359
                "type": "git",
3360
                "url": "https://github.com/twigphp/Twig.git",
3361
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
3362
            },
3363
            "dist": {
3364
                "type": "zip",
3365
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
3366
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
3367
                "shasum": ""
3368
            },
3369
            "require": {
3370
                "php": ">=5.2.7"
3371
            },
3372
            "require-dev": {
3373
                "psr/container": "^1.0",
3374
                "symfony/debug": "~2.7",
3375
                "symfony/phpunit-bridge": "~3.3@dev"
3376
            },
3377
            "type": "library",
3378
            "extra": {
3379
                "branch-alias": {
3380
                    "dev-master": "1.33-dev"
3381
                }
3382
            },
3383
            "autoload": {
3384
                "psr-0": {
3385
                    "Twig_": "lib/"
3386
                }
3387
            },
3388
            "notification-url": "https://packagist.org/downloads/",
3389
            "license": [
3390
                "BSD-3-Clause"
3391
            ],
3392
            "authors": [
3393
                {
3394
                    "name": "Fabien Potencier",
3395
                    "email": "[email protected]",
3396
                    "homepage": "http://fabien.potencier.org",
3397
                    "role": "Lead Developer"
3398
                },
3399
                {
3400
                    "name": "Armin Ronacher",
3401
                    "email": "[email protected]",
3402
                    "role": "Project Founder"
3403
                },
3404
                {
3405
                    "name": "Twig Team",
3406
                    "homepage": "http://twig.sensiolabs.org/contributors",
3407
                    "role": "Contributors"
3408
                }
3409
            ],
3410
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3411
            "homepage": "http://twig.sensiolabs.org",
3412
            "keywords": [
3413
                "templating"
3414
            ],
3415
            "time": "2017-04-20T17:39:48+00:00"
3416
        },
3417
        {
3418
            "name": "webmozart/assert",
3419
            "version": "1.2.0",
3420
            "source": {
3421
                "type": "git",
3422
                "url": "https://github.com/webmozart/assert.git",
3423
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3424
            },
3425
            "dist": {
3426
                "type": "zip",
3427
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3428
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3429
                "shasum": ""
3430
            },
3431
            "require": {
3432
                "php": "^5.3.3 || ^7.0"
3433
            },
3434
            "require-dev": {
3435
                "phpunit/phpunit": "^4.6",
3436
                "sebastian/version": "^1.0.1"
3437
            },
3438
            "type": "library",
3439
            "extra": {
3440
                "branch-alias": {
3441
                    "dev-master": "1.3-dev"
3442
                }
3443
            },
3444
            "autoload": {
3445
                "psr-4": {
3446
                    "Webmozart\\Assert\\": "src/"
3447
                }
3448
            },
3449
            "notification-url": "https://packagist.org/downloads/",
3450
            "license": [
3451
                "MIT"
3452
            ],
3453
            "authors": [
3454
                {
3455
                    "name": "Bernhard Schussek",
3456
                    "email": "[email protected]"
3457
                }
3458
            ],
3459
            "description": "Assertions to validate method input/output with nice error messages.",
3460
            "keywords": [
3461
                "assert",
3462
                "check",
3463
                "validate"
3464
            ],
3465
            "time": "2016-11-23T20:04:58+00:00"
3466
        },
3467
        {
3468
            "name": "willdurand/negotiation",
3469
            "version": "v2.3.1",
3470
            "source": {
3471
                "type": "git",
3472
                "url": "https://github.com/willdurand/Negotiation.git",
3473
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
3474
            },
3475
            "dist": {
3476
                "type": "zip",
3477
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
3478
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
3479
                "shasum": ""
3480
            },
3481
            "require": {
3482
                "php": ">=5.4.0"
3483
            },
3484
            "require-dev": {
3485
                "phpunit/phpunit": "~4.5"
3486
            },
3487
            "type": "library",
3488
            "extra": {
3489
                "branch-alias": {
3490
                    "dev-master": "2.3-dev"
3491
                }
3492
            },
3493
            "autoload": {
3494
                "psr-4": {
3495
                    "Negotiation\\": "src/Negotiation"
3496
                }
3497
            },
3498
            "notification-url": "https://packagist.org/downloads/",
3499
            "license": [
3500
                "MIT"
3501
            ],
3502
            "authors": [
3503
                {
3504
                    "name": "William Durand",
3505
                    "email": "[email protected]"
3506
                }
3507
            ],
3508
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
3509
            "homepage": "http://williamdurand.fr/Negotiation/",
3510
            "keywords": [
3511
                "accept",
3512
                "content",
3513
                "format",
3514
                "header",
3515
                "negotiation"
3516
            ],
3517
            "time": "2017-05-14T17:21:12+00:00"
3518
        },
3519
        {
3520
            "name": "zendframework/zend-code",
3521
            "version": "3.1.0",
3522
            "source": {
3523
                "type": "git",
3524
                "url": "https://github.com/zendframework/zend-code.git",
3525
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
3526
            },
3527
            "dist": {
3528
                "type": "zip",
3529
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
3530
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
3531
                "shasum": ""
3532
            },
3533
            "require": {
3534
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
3535
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3536
            },
3537
            "require-dev": {
3538
                "doctrine/annotations": "~1.0",
3539
                "ext-phar": "*",
3540
                "phpunit/phpunit": "^4.8.21",
3541
                "squizlabs/php_codesniffer": "^2.5",
3542
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3543
            },
3544
            "suggest": {
3545
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3546
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3547
            },
3548
            "type": "library",
3549
            "extra": {
3550
                "branch-alias": {
3551
                    "dev-master": "3.1-dev",
3552
                    "dev-develop": "3.2-dev"
3553
                }
3554
            },
3555
            "autoload": {
3556
                "psr-4": {
3557
                    "Zend\\Code\\": "src/"
3558
                }
3559
            },
3560
            "notification-url": "https://packagist.org/downloads/",
3561
            "license": [
3562
                "BSD-3-Clause"
3563
            ],
3564
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3565
            "homepage": "https://github.com/zendframework/zend-code",
3566
            "keywords": [
3567
                "code",
3568
                "zf2"
3569
            ],
3570
            "time": "2016-10-24T13:23:32+00:00"
3571
        },
3572
        {
3573
            "name": "zendframework/zend-eventmanager",
3574
            "version": "3.1.0",
3575
            "source": {
3576
                "type": "git",
3577
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3578
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d"
3579
            },
3580
            "dist": {
3581
                "type": "zip",
3582
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d",
3583
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d",
3584
                "shasum": ""
3585
            },
3586
            "require": {
3587
                "php": "^5.6 || ^7.0"
3588
            },
3589
            "require-dev": {
3590
                "athletic/athletic": "^0.1",
3591
                "container-interop/container-interop": "^1.1.0",
3592
                "phpunit/phpunit": "^5.6",
3593
                "zendframework/zend-coding-standard": "~1.0.0",
3594
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3595
            },
3596
            "suggest": {
3597
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3598
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3599
            },
3600
            "type": "library",
3601
            "extra": {
3602
                "branch-alias": {
3603
                    "dev-master": "3.1-dev",
3604
                    "dev-develop": "3.2-dev"
3605
                }
3606
            },
3607
            "autoload": {
3608
                "psr-4": {
3609
                    "Zend\\EventManager\\": "src/"
3610
                }
3611
            },
3612
            "notification-url": "https://packagist.org/downloads/",
3613
            "license": [
3614
                "BSD-3-Clause"
3615
            ],
3616
            "description": "Trigger and listen to events within a PHP application",
3617
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3618
            "keywords": [
3619
                "event",
3620
                "eventmanager",
3621
                "events",
3622
                "zf2"
3623
            ],
3624
            "time": "2016-12-19T21:47:12+00:00"
3625
        }
3626
    ],
3627
    "packages-dev": [
3628
        {
3629
            "name": "api-platform/schema-generator",
3630
            "version": "v1.2.0",
3631
            "source": {
3632
                "type": "git",
3633
                "url": "https://github.com/api-platform/schema-generator.git",
3634
                "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738"
3635
            },
3636
            "dist": {
3637
                "type": "zip",
3638
                "url": "https://api.github.com/repos/api-platform/schema-generator/zipball/6866df7c7f21ae128e461f85aba8af4c2ecdb738",
3639
                "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738",
3640
                "shasum": ""
3641
            },
3642
            "require": {
3643
                "easyrdf/easyrdf": "^0.9",
3644
                "ext-json": "*",
3645
                "friendsofphp/php-cs-fixer": "^1.12",
3646
                "league/html-to-markdown": "^4.0",
3647
                "php": ">=5.4",
3648
                "psr/log": "^1.0",
3649
                "symfony/config": "^2.7 || ^3.0",
3650
                "symfony/console": "^2.7 || ^3.0",
3651
                "symfony/yaml": "^2.7 || ^3.0",
3652
                "twig/twig": "^1.0"
3653
            },
3654
            "require-dev": {
3655
                "doctrine/orm": "^2.2",
3656
                "symfony/filesystem": "^2.7",
3657
                "symfony/validator": "^2.7"
3658
            },
3659
            "suggest": {
3660
                "doctrine/collections": "For Doctrine collections",
3661
                "doctrine/orm": "For Doctrine annotations",
3662
                "myclabs/php-enum": "For enumerations",
3663
                "symfony/validator": "For constraint annotations"
3664
            },
3665
            "bin": [
3666
                "bin/schema"
3667
            ],
3668
            "type": "library",
3669
            "autoload": {
3670
                "psr-4": {
3671
                    "ApiPlatform\\SchemaGenerator\\": "src/"
3672
                }
3673
            },
3674
            "notification-url": "https://packagist.org/downloads/",
3675
            "license": [
3676
                "MIT"
3677
            ],
3678
            "authors": [
3679
                {
3680
                    "name": "Kévin Dunglas",
3681
                    "email": "[email protected]"
3682
                }
3683
            ],
3684
            "description": "Various tools to generate a data model based on Schema.org vocables",
3685
            "homepage": "https://api-platform.com",
3686
            "keywords": [
3687
                "doctrine",
3688
                "entity",
3689
                "enum",
3690
                "model",
3691
                "schema.org",
3692
                "semantic",
3693
                "symfony"
3694
            ],
3695
            "time": "2016-11-24T13:47:23+00:00"
3696
        },
3697
        {
3698
            "name": "behat/behat",
3699
            "version": "v3.3.1",
3700
            "source": {
3701
                "type": "git",
3702
                "url": "https://github.com/Behat/Behat.git",
3703
                "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d"
3704
            },
3705
            "dist": {
3706
                "type": "zip",
3707
                "url": "https://api.github.com/repos/Behat/Behat/zipball/44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
3708
                "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
3709
                "shasum": ""
3710
            },
3711
            "require": {
3712
                "behat/gherkin": "^4.4.4",
3713
                "behat/transliterator": "^1.2",
3714
                "container-interop/container-interop": "^1.1",
3715
                "ext-mbstring": "*",
3716
                "php": ">=5.3.3",
3717
                "symfony/class-loader": "~2.1||~3.0",
3718
                "symfony/config": "~2.3||~3.0",
3719
                "symfony/console": "~2.5||~3.0",
3720
                "symfony/dependency-injection": "~2.1||~3.0",
3721
                "symfony/event-dispatcher": "~2.1||~3.0",
3722
                "symfony/translation": "~2.3||~3.0",
3723
                "symfony/yaml": "~2.1||~3.0"
3724
            },
3725
            "require-dev": {
3726
                "herrera-io/box": "~1.6.1",
3727
                "phpunit/phpunit": "~4.5",
3728
                "symfony/process": "~2.5|~3.0"
3729
            },
3730
            "suggest": {
3731
                "behat/mink-extension": "for integration with Mink testing framework",
3732
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
3733
                "behat/yii-extension": "for integration with Yii web framework"
3734
            },
3735
            "bin": [
3736
                "bin/behat"
3737
            ],
3738
            "type": "library",
3739
            "extra": {
3740
                "branch-alias": {
3741
                    "dev-master": "3.2.x-dev"
3742
                }
3743
            },
3744
            "autoload": {
3745
                "psr-0": {
3746
                    "Behat\\Behat": "src/",
3747
                    "Behat\\Testwork": "src/"
3748
                }
3749
            },
3750
            "notification-url": "https://packagist.org/downloads/",
3751
            "license": [
3752
                "MIT"
3753
            ],
3754
            "authors": [
3755
                {
3756
                    "name": "Konstantin Kudryashov",
3757
                    "email": "[email protected]",
3758
                    "homepage": "http://everzet.com"
3759
                }
3760
            ],
3761
            "description": "Scenario-oriented BDD framework for PHP 5.3",
3762
            "homepage": "http://behat.org/",
3763
            "keywords": [
3764
                "Agile",
3765
                "BDD",
3766
                "ScenarioBDD",
3767
                "Scrum",
3768
                "StoryBDD",
3769
                "User story",
3770
                "business",
3771
                "development",
3772
                "documentation",
3773
                "examples",
3774
                "symfony",
3775
                "testing"
3776
            ],
3777
            "time": "2017-05-15T16:49:16+00:00"
3778
        },
3779
        {
3780
            "name": "behat/gherkin",
3781
            "version": "v4.4.5",
3782
            "source": {
3783
                "type": "git",
3784
                "url": "https://github.com/Behat/Gherkin.git",
3785
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
3786
            },
3787
            "dist": {
3788
                "type": "zip",
3789
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
3790
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
3791
                "shasum": ""
3792
            },
3793
            "require": {
3794
                "php": ">=5.3.1"
3795
            },
3796
            "require-dev": {
3797
                "phpunit/phpunit": "~4.5|~5",
3798
                "symfony/phpunit-bridge": "~2.7|~3",
3799
                "symfony/yaml": "~2.3|~3"
3800
            },
3801
            "suggest": {
3802
                "symfony/yaml": "If you want to parse features, represented in YAML files"
3803
            },
3804
            "type": "library",
3805
            "extra": {
3806
                "branch-alias": {
3807
                    "dev-master": "4.4-dev"
3808
                }
3809
            },
3810
            "autoload": {
3811
                "psr-0": {
3812
                    "Behat\\Gherkin": "src/"
3813
                }
3814
            },
3815
            "notification-url": "https://packagist.org/downloads/",
3816
            "license": [
3817
                "MIT"
3818
            ],
3819
            "authors": [
3820
                {
3821
                    "name": "Konstantin Kudryashov",
3822
                    "email": "[email protected]",
3823
                    "homepage": "http://everzet.com"
3824
                }
3825
            ],
3826
            "description": "Gherkin DSL parser for PHP 5.3",
3827
            "homepage": "http://behat.org/",
3828
            "keywords": [
3829
                "BDD",
3830
                "Behat",
3831
                "Cucumber",
3832
                "DSL",
3833
                "gherkin",
3834
                "parser"
3835
            ],
3836
            "time": "2016-10-30T11:50:56+00:00"
3837
        },
3838
        {
3839
            "name": "behat/mink",
3840
            "version": "v1.7.1",
3841
            "source": {
3842
                "type": "git",
3843
                "url": "https://github.com/minkphp/Mink.git",
3844
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
3845
            },
3846
            "dist": {
3847
                "type": "zip",
3848
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3849
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3850
                "shasum": ""
3851
            },
3852
            "require": {
3853
                "php": ">=5.3.1",
3854
                "symfony/css-selector": "~2.1|~3.0"
3855
            },
3856
            "require-dev": {
3857
                "symfony/phpunit-bridge": "~2.7|~3.0"
3858
            },
3859
            "suggest": {
3860
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
3861
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
3862
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
3863
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
3864
            },
3865
            "type": "library",
3866
            "extra": {
3867
                "branch-alias": {
3868
                    "dev-master": "1.7.x-dev"
3869
                }
3870
            },
3871
            "autoload": {
3872
                "psr-4": {
3873
                    "Behat\\Mink\\": "src/"
3874
                }
3875
            },
3876
            "notification-url": "https://packagist.org/downloads/",
3877
            "license": [
3878
                "MIT"
3879
            ],
3880
            "authors": [
3881
                {
3882
                    "name": "Konstantin Kudryashov",
3883
                    "email": "[email protected]",
3884
                    "homepage": "http://everzet.com"
3885
                }
3886
            ],
3887
            "description": "Browser controller/emulator abstraction for PHP",
3888
            "homepage": "http://mink.behat.org/",
3889
            "keywords": [
3890
                "browser",
3891
                "testing",
3892
                "web"
3893
            ],
3894
            "time": "2016-03-05T08:26:18+00:00"
3895
        },
3896
        {
3897
            "name": "behat/mink-browserkit-driver",
3898
            "version": "v1.3.2",
3899
            "source": {
3900
                "type": "git",
3901
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
3902
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
3903
            },
3904
            "dist": {
3905
                "type": "zip",
3906
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3907
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3908
                "shasum": ""
3909
            },
3910
            "require": {
3911
                "behat/mink": "^1.7.1@dev",
3912
                "php": ">=5.3.6",
3913
                "symfony/browser-kit": "~2.3|~3.0",
3914
                "symfony/dom-crawler": "~2.3|~3.0"
3915
            },
3916
            "require-dev": {
3917
                "silex/silex": "~1.2",
3918
                "symfony/phpunit-bridge": "~2.7|~3.0"
3919
            },
3920
            "type": "mink-driver",
3921
            "extra": {
3922
                "branch-alias": {
3923
                    "dev-master": "1.3.x-dev"
3924
                }
3925
            },
3926
            "autoload": {
3927
                "psr-4": {
3928
                    "Behat\\Mink\\Driver\\": "src/"
3929
                }
3930
            },
3931
            "notification-url": "https://packagist.org/downloads/",
3932
            "license": [
3933
                "MIT"
3934
            ],
3935
            "authors": [
3936
                {
3937
                    "name": "Konstantin Kudryashov",
3938
                    "email": "[email protected]",
3939
                    "homepage": "http://everzet.com"
3940
                }
3941
            ],
3942
            "description": "Symfony2 BrowserKit driver for Mink framework",
3943
            "homepage": "http://mink.behat.org/",
3944
            "keywords": [
3945
                "Mink",
3946
                "Symfony2",
3947
                "browser",
3948
                "testing"
3949
            ],
3950
            "time": "2016-03-05T08:59:47+00:00"
3951
        },
3952
        {
3953
            "name": "behat/mink-extension",
3954
            "version": "v2.2",
3955
            "source": {
3956
                "type": "git",
3957
                "url": "https://github.com/Behat/MinkExtension.git",
3958
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
3959
            },
3960
            "dist": {
3961
                "type": "zip",
3962
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
3963
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
3964
                "shasum": ""
3965
            },
3966
            "require": {
3967
                "behat/behat": "~3.0,>=3.0.5",
3968
                "behat/mink": "~1.5",
3969
                "php": ">=5.3.2",
3970
                "symfony/config": "~2.2|~3.0"
3971
            },
3972
            "require-dev": {
3973
                "behat/mink-goutte-driver": "~1.1",
3974
                "phpspec/phpspec": "~2.0"
3975
            },
3976
            "type": "behat-extension",
3977
            "extra": {
3978
                "branch-alias": {
3979
                    "dev-master": "2.1.x-dev"
3980
                }
3981
            },
3982
            "autoload": {
3983
                "psr-0": {
3984
                    "Behat\\MinkExtension": "src/"
3985
                }
3986
            },
3987
            "notification-url": "https://packagist.org/downloads/",
3988
            "license": [
3989
                "MIT"
3990
            ],
3991
            "authors": [
3992
                {
3993
                    "name": "Christophe Coevoet",
3994
                    "email": "[email protected]"
3995
                },
3996
                {
3997
                    "name": "Konstantin Kudryashov",
3998
                    "email": "[email protected]"
3999
                }
4000
            ],
4001
            "description": "Mink extension for Behat",
4002
            "homepage": "http://extensions.behat.org/mink",
4003
            "keywords": [
4004
                "browser",
4005
                "gui",
4006
                "test",
4007
                "web"
4008
            ],
4009
            "time": "2016-02-15T07:55:18+00:00"
4010
        },
4011
        {
4012
            "name": "behat/symfony2-extension",
4013
            "version": "2.1.1",
4014
            "source": {
4015
                "type": "git",
4016
                "url": "https://github.com/Behat/Symfony2Extension.git",
4017
                "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c"
4018
            },
4019
            "dist": {
4020
                "type": "zip",
4021
                "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/cb9ff0ff2f1a901379616d95cc701601d139160c",
4022
                "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c",
4023
                "shasum": ""
4024
            },
4025
            "require": {
4026
                "behat/behat": "~3.0,>=3.0.4",
4027
                "php": ">=5.3.3",
4028
                "symfony/framework-bundle": "~2.0|~3.0"
4029
            },
4030
            "require-dev": {
4031
                "behat/mink-browserkit-driver": "~1.0",
4032
                "behat/mink-extension": "~2.0",
4033
                "phpspec/phpspec": "~2.0",
4034
                "phpunit/phpunit": "~4.0",
4035
                "symfony/symfony": "~2.1|~3.0"
4036
            },
4037
            "type": "behat-extension",
4038
            "extra": {
4039
                "branch-alias": {
4040
                    "dev-master": "2.1.x-dev"
4041
                }
4042
            },
4043
            "autoload": {
4044
                "psr-0": {
4045
                    "Behat\\Symfony2Extension": "src/"
4046
                }
4047
            },
4048
            "notification-url": "https://packagist.org/downloads/",
4049
            "license": [
4050
                "MIT"
4051
            ],
4052
            "authors": [
4053
                {
4054
                    "name": "Christophe Coevoet",
4055
                    "email": "[email protected]"
4056
                },
4057
                {
4058
                    "name": "Konstantin Kudryashov",
4059
                    "email": "[email protected]"
4060
                }
4061
            ],
4062
            "description": "Symfony2 framework extension for Behat",
4063
            "homepage": "http://behat.org",
4064
            "keywords": [
4065
                "BDD",
4066
                "framework",
4067
                "symfony"
4068
            ],
4069
            "time": "2016-01-13T17:06:48+00:00"
4070
        },
4071
        {
4072
            "name": "behatch/contexts",
4073
            "version": "v2.7",
4074
            "source": {
4075
                "type": "git",
4076
                "url": "https://github.com/Behatch/contexts.git",
4077
                "reference": "bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c"
4078
            },
4079
            "dist": {
4080
                "type": "zip",
4081
                "url": "https://api.github.com/repos/Behatch/contexts/zipball/bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c",
4082
                "reference": "bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c",
4083
                "shasum": ""
4084
            },
4085
            "require": {
4086
                "behat/behat": "~3.0",
4087
                "behat/mink-extension": "~2.0",
4088
                "justinrainbow/json-schema": "~1.4",
4089
                "php": ">=5.4",
4090
                "symfony/http-foundation": "~2.3|~3.0",
4091
                "symfony/property-access": "~2.3|~3.0"
4092
            },
4093
            "replace": {
4094
                "sanpi/behatch-contexts": "self.version"
4095
            },
4096
            "require-dev": {
4097
                "atoum/atoum": "~2.8|~3.0",
4098
                "behat/mink-goutte-driver": "~1.1",
4099
                "behat/mink-selenium2-driver": "~1.2"
4100
            },
4101
            "type": "library",
4102
            "autoload": {
4103
                "psr-4": {
4104
                    "Behatch\\": "src/",
4105
                    "Sanpi\\Behatch\\": "src/class_aliases/"
4106
                }
4107
            },
4108
            "notification-url": "https://packagist.org/downloads/",
4109
            "license": [
4110
                "beerware"
4111
            ],
4112
            "description": "Behatch contexts",
4113
            "keywords": [
4114
                "BDD",
4115
                "Behat",
4116
                "Context",
4117
                "Symfony2"
4118
            ],
4119
            "time": "2017-04-14T08:47:09+00:00"
4120
        },
4121
        {
4122
            "name": "container-interop/container-interop",
4123
            "version": "1.2.0",
4124
            "source": {
4125
                "type": "git",
4126
                "url": "https://github.com/container-interop/container-interop.git",
4127
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
4128
            },
4129
            "dist": {
4130
                "type": "zip",
4131
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
4132
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
4133
                "shasum": ""
4134
            },
4135
            "require": {
4136
                "psr/container": "^1.0"
4137
            },
4138
            "type": "library",
4139
            "autoload": {
4140
                "psr-4": {
4141
                    "Interop\\Container\\": "src/Interop/Container/"
4142
                }
4143
            },
4144
            "notification-url": "https://packagist.org/downloads/",
4145
            "license": [
4146
                "MIT"
4147
            ],
4148
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
4149
            "homepage": "https://github.com/container-interop/container-interop",
4150
            "time": "2017-02-14T19:40:03+00:00"
4151
        },
4152
        {
4153
            "name": "doctrine/data-fixtures",
4154
            "version": "v1.2.2",
4155
            "source": {
4156
                "type": "git",
4157
                "url": "https://github.com/doctrine/data-fixtures.git",
4158
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
4159
            },
4160
            "dist": {
4161
                "type": "zip",
4162
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
4163
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
4164
                "shasum": ""
4165
            },
4166
            "require": {
4167
                "doctrine/common": "~2.2",
4168
                "php": "^5.6 || ^7.0"
4169
            },
4170
            "conflict": {
4171
                "doctrine/orm": "< 2.4"
4172
            },
4173
            "require-dev": {
4174
                "doctrine/dbal": "^2.5.4",
4175
                "doctrine/orm": "^2.5.4",
4176
                "phpunit/phpunit": "^5.4.6"
4177
            },
4178
            "suggest": {
4179
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
4180
                "doctrine/orm": "For loading ORM fixtures",
4181
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
4182
            },
4183
            "type": "library",
4184
            "extra": {
4185
                "branch-alias": {
4186
                    "dev-master": "1.3.x-dev"
4187
                }
4188
            },
4189
            "autoload": {
4190
                "psr-0": {
4191
                    "Doctrine\\Common\\DataFixtures": "lib/"
4192
                }
4193
            },
4194
            "notification-url": "https://packagist.org/downloads/",
4195
            "license": [
4196
                "MIT"
4197
            ],
4198
            "authors": [
4199
                {
4200
                    "name": "Jonathan Wage",
4201
                    "email": "[email protected]"
4202
                }
4203
            ],
4204
            "description": "Data Fixtures for all Doctrine Object Managers",
4205
            "homepage": "http://www.doctrine-project.org",
4206
            "keywords": [
4207
                "database"
4208
            ],
4209
            "time": "2016-09-20T10:07:57+00:00"
4210
        },
4211
        {
4212
            "name": "doctrine/doctrine-fixtures-bundle",
4213
            "version": "2.3.0",
4214
            "source": {
4215
                "type": "git",
4216
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
4217
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
4218
            },
4219
            "dist": {
4220
                "type": "zip",
4221
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
4222
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
4223
                "shasum": ""
4224
            },
4225
            "require": {
4226
                "doctrine/data-fixtures": "~1.0",
4227
                "doctrine/doctrine-bundle": "~1.0",
4228
                "php": ">=5.3.2",
4229
                "symfony/doctrine-bridge": "~2.3|~3.0"
4230
            },
4231
            "type": "symfony-bundle",
4232
            "extra": {
4233
                "branch-alias": {
4234
                    "dev-master": "2.2.x-dev"
4235
                }
4236
            },
4237
            "autoload": {
4238
                "psr-4": {
4239
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
4240
                }
4241
            },
4242
            "notification-url": "https://packagist.org/downloads/",
4243
            "license": [
4244
                "MIT"
4245
            ],
4246
            "authors": [
4247
                {
4248
                    "name": "Symfony Community",
4249
                    "homepage": "http://symfony.com/contributors"
4250
                },
4251
                {
4252
                    "name": "Doctrine Project",
4253
                    "homepage": "http://www.doctrine-project.org"
4254
                },
4255
                {
4256
                    "name": "Fabien Potencier",
4257
                    "email": "[email protected]"
4258
                }
4259
            ],
4260
            "description": "Symfony DoctrineFixturesBundle",
4261
            "homepage": "http://www.doctrine-project.org",
4262
            "keywords": [
4263
                "Fixture",
4264
                "persistence"
4265
            ],
4266
            "time": "2015-11-04T21:23:23+00:00"
4267
        },
4268
        {
4269
            "name": "easyrdf/easyrdf",
4270
            "version": "0.9.1",
4271
            "source": {
4272
                "type": "git",
4273
                "url": "https://github.com/njh/easyrdf.git",
4274
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
4275
            },
4276
            "dist": {
4277
                "type": "zip",
4278
                "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
4279
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
4280
                "shasum": ""
4281
            },
4282
            "require": {
4283
                "ext-mbstring": "*",
4284
                "ext-pcre": "*",
4285
                "php": ">=5.2.8"
4286
            },
4287
            "require-dev": {
4288
                "phpunit/phpunit": "~3.5",
4289
                "sami/sami": "~1.4",
4290
                "squizlabs/php_codesniffer": "~1.4.3"
4291
            },
4292
            "suggest": {
4293
                "ml/json-ld": "~1.0"
4294
            },
4295
            "type": "library",
4296
            "autoload": {
4297
                "psr-0": {
4298
                    "EasyRdf_": "lib/"
4299
                }
4300
            },
4301
            "notification-url": "https://packagist.org/downloads/",
4302
            "license": [
4303
                "BSD-3-Clause"
4304
            ],
4305
            "authors": [
4306
                {
4307
                    "name": "Nicholas Humfrey",
4308
                    "email": "[email protected]",
4309
                    "homepage": "http://www.aelius.com/njh/",
4310
                    "role": "Developer"
4311
                },
4312
                {
4313
                    "name": "Alexey Zakhlestin",
4314
                    "email": "[email protected]",
4315
                    "role": "Developer"
4316
                }
4317
            ],
4318
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
4319
            "homepage": "http://www.easyrdf.org/",
4320
            "keywords": [
4321
                "Linked Data",
4322
                "RDF",
4323
                "Semantic Web",
4324
                "Turtle",
4325
                "rdfa",
4326
                "sparql"
4327
            ],
4328
            "time": "2015-02-27T09:45:49+00:00"
4329
        },
4330
        {
4331
            "name": "friendsofphp/php-cs-fixer",
4332
            "version": "v1.13.1",
4333
            "source": {
4334
                "type": "git",
4335
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
4336
                "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088"
4337
            },
4338
            "dist": {
4339
                "type": "zip",
4340
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
4341
                "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
4342
                "shasum": ""
4343
            },
4344
            "require": {
4345
                "ext-tokenizer": "*",
4346
                "php": "^5.3.6 || >=7.0 <7.2",
4347
                "sebastian/diff": "^1.1",
4348
                "symfony/console": "^2.3 || ^3.0",
4349
                "symfony/event-dispatcher": "^2.1 || ^3.0",
4350
                "symfony/filesystem": "^2.1 || ^3.0",
4351
                "symfony/finder": "^2.1 || ^3.0",
4352
                "symfony/process": "^2.3 || ^3.0",
4353
                "symfony/stopwatch": "^2.5 || ^3.0"
4354
            },
4355
            "conflict": {
4356
                "hhvm": "<3.9"
4357
            },
4358
            "require-dev": {
4359
                "phpunit/phpunit": "^4.5|^5",
4360
                "satooshi/php-coveralls": "^1.0"
4361
            },
4362
            "bin": [
4363
                "php-cs-fixer"
4364
            ],
4365
            "type": "application",
4366
            "autoload": {
4367
                "psr-4": {
4368
                    "Symfony\\CS\\": "Symfony/CS/"
4369
                }
4370
            },
4371
            "notification-url": "https://packagist.org/downloads/",
4372
            "license": [
4373
                "MIT"
4374
            ],
4375
            "authors": [
4376
                {
4377
                    "name": "Dariusz Rumiński",
4378
                    "email": "[email protected]"
4379
                },
4380
                {
4381
                    "name": "Fabien Potencier",
4382
                    "email": "[email protected]"
4383
                }
4384
            ],
4385
            "description": "A tool to automatically fix PHP code style",
4386
            "time": "2016-12-01T00:05:05+00:00"
4387
        },
4388
        {
4389
            "name": "justinrainbow/json-schema",
4390
            "version": "1.6.1",
4391
            "source": {
4392
                "type": "git",
4393
                "url": "https://github.com/justinrainbow/json-schema.git",
4394
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
4395
            },
4396
            "dist": {
4397
                "type": "zip",
4398
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
4399
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
4400
                "shasum": ""
4401
            },
4402
            "require": {
4403
                "php": ">=5.3.29"
4404
            },
4405
            "require-dev": {
4406
                "json-schema/json-schema-test-suite": "1.1.0",
4407
                "phpdocumentor/phpdocumentor": "~2",
4408
                "phpunit/phpunit": "~3.7"
4409
            },
4410
            "bin": [
4411
                "bin/validate-json"
4412
            ],
4413
            "type": "library",
4414
            "extra": {
4415
                "branch-alias": {
4416
                    "dev-master": "1.6.x-dev"
4417
                }
4418
            },
4419
            "autoload": {
4420
                "psr-4": {
4421
                    "JsonSchema\\": "src/JsonSchema/"
4422
                }
4423
            },
4424
            "notification-url": "https://packagist.org/downloads/",
4425
            "license": [
4426
                "BSD-3-Clause"
4427
            ],
4428
            "authors": [
4429
                {
4430
                    "name": "Bruno Prieto Reis",
4431
                    "email": "[email protected]"
4432
                },
4433
                {
4434
                    "name": "Justin Rainbow",
4435
                    "email": "[email protected]"
4436
                },
4437
                {
4438
                    "name": "Igor Wiedler",
4439
                    "email": "[email protected]"
4440
                },
4441
                {
4442
                    "name": "Robert Schönthal",
4443
                    "email": "[email protected]"
4444
                }
4445
            ],
4446
            "description": "A library to validate a json schema.",
4447
            "homepage": "https://github.com/justinrainbow/json-schema",
4448
            "keywords": [
4449
                "json",
4450
                "schema"
4451
            ],
4452
            "time": "2016-01-25T15:43:01+00:00"
4453
        },
4454
        {
4455
            "name": "league/html-to-markdown",
4456
            "version": "4.4.1",
4457
            "source": {
4458
                "type": "git",
4459
                "url": "https://github.com/thephpleague/html-to-markdown.git",
4460
                "reference": "82ea375b5b2b1da1da222644c0565c695bf88186"
4461
            },
4462
            "dist": {
4463
                "type": "zip",
4464
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/82ea375b5b2b1da1da222644c0565c695bf88186",
4465
                "reference": "82ea375b5b2b1da1da222644c0565c695bf88186",
4466
                "shasum": ""
4467
            },
4468
            "require": {
4469
                "ext-dom": "*",
4470
                "ext-xml": "*",
4471
                "php": ">=5.3.3"
4472
            },
4473
            "require-dev": {
4474
                "mikehaertl/php-shellcommand": "~1.1.0",
4475
                "phpunit/phpunit": "4.*",
4476
                "scrutinizer/ocular": "~1.1"
4477
            },
4478
            "bin": [
4479
                "bin/html-to-markdown"
4480
            ],
4481
            "type": "library",
4482
            "extra": {
4483
                "branch-alias": {
4484
                    "dev-master": "4.5-dev"
4485
                }
4486
            },
4487
            "autoload": {
4488
                "psr-4": {
4489
                    "League\\HTMLToMarkdown\\": "src/"
4490
                }
4491
            },
4492
            "notification-url": "https://packagist.org/downloads/",
4493
            "license": [
4494
                "MIT"
4495
            ],
4496
            "authors": [
4497
                {
4498
                    "name": "Colin O'Dell",
4499
                    "email": "[email protected]",
4500
                    "homepage": "http://www.colinodell.com",
4501
                    "role": "Lead Developer"
4502
                },
4503
                {
4504
                    "name": "Nick Cernis",
4505
                    "email": "[email protected]",
4506
                    "homepage": "http://modernnerd.net",
4507
                    "role": "Original Author"
4508
                }
4509
            ],
4510
            "description": "An HTML-to-markdown conversion helper for PHP",
4511
            "homepage": "https://github.com/thephpleague/html-to-markdown",
4512
            "keywords": [
4513
                "html",
4514
                "markdown"
4515
            ],
4516
            "time": "2017-03-16T00:45:59+00:00"
4517
        },
4518
        {
4519
            "name": "psr/container",
4520
            "version": "1.0.0",
4521
            "source": {
4522
                "type": "git",
4523
                "url": "https://github.com/php-fig/container.git",
4524
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
4525
            },
4526
            "dist": {
4527
                "type": "zip",
4528
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4529
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4530
                "shasum": ""
4531
            },
4532
            "require": {
4533
                "php": ">=5.3.0"
4534
            },
4535
            "type": "library",
4536
            "extra": {
4537
                "branch-alias": {
4538
                    "dev-master": "1.0.x-dev"
4539
                }
4540
            },
4541
            "autoload": {
4542
                "psr-4": {
4543
                    "Psr\\Container\\": "src/"
4544
                }
4545
            },
4546
            "notification-url": "https://packagist.org/downloads/",
4547
            "license": [
4548
                "MIT"
4549
            ],
4550
            "authors": [
4551
                {
4552
                    "name": "PHP-FIG",
4553
                    "homepage": "http://www.php-fig.org/"
4554
                }
4555
            ],
4556
            "description": "Common Container Interface (PHP FIG PSR-11)",
4557
            "homepage": "https://github.com/php-fig/container",
4558
            "keywords": [
4559
                "PSR-11",
4560
                "container",
4561
                "container-interface",
4562
                "container-interop",
4563
                "psr"
4564
            ],
4565
            "time": "2017-02-14T16:28:37+00:00"
4566
        },
4567
        {
4568
            "name": "sebastian/diff",
4569
            "version": "1.4.3",
4570
            "source": {
4571
                "type": "git",
4572
                "url": "https://github.com/sebastianbergmann/diff.git",
4573
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
4574
            },
4575
            "dist": {
4576
                "type": "zip",
4577
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4578
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4579
                "shasum": ""
4580
            },
4581
            "require": {
4582
                "php": "^5.3.3 || ^7.0"
4583
            },
4584
            "require-dev": {
4585
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4586
            },
4587
            "type": "library",
4588
            "extra": {
4589
                "branch-alias": {
4590
                    "dev-master": "1.4-dev"
4591
                }
4592
            },
4593
            "autoload": {
4594
                "classmap": [
4595
                    "src/"
4596
                ]
4597
            },
4598
            "notification-url": "https://packagist.org/downloads/",
4599
            "license": [
4600
                "BSD-3-Clause"
4601
            ],
4602
            "authors": [
4603
                {
4604
                    "name": "Kore Nordmann",
4605
                    "email": "[email protected]"
4606
                },
4607
                {
4608
                    "name": "Sebastian Bergmann",
4609
                    "email": "[email protected]"
4610
                }
4611
            ],
4612
            "description": "Diff implementation",
4613
            "homepage": "https://github.com/sebastianbergmann/diff",
4614
            "keywords": [
4615
                "diff"
4616
            ],
4617
            "time": "2017-05-22T07:24:03+00:00"
4618
        },
4619
        {
4620
            "name": "sensio/generator-bundle",
4621
            "version": "v3.1.4",
4622
            "source": {
4623
                "type": "git",
4624
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4625
                "reference": "37f9f4e165b033fb76cc2320838321cc57140e65"
4626
            },
4627
            "dist": {
4628
                "type": "zip",
4629
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/37f9f4e165b033fb76cc2320838321cc57140e65",
4630
                "reference": "37f9f4e165b033fb76cc2320838321cc57140e65",
4631
                "shasum": ""
4632
            },
4633
            "require": {
4634
                "symfony/console": "~2.7|~3.0",
4635
                "symfony/framework-bundle": "~2.7|~3.0",
4636
                "symfony/process": "~2.7|~3.0",
4637
                "symfony/yaml": "~2.7|~3.0",
4638
                "twig/twig": "^1.28.2|^2.0"
4639
            },
4640
            "require-dev": {
4641
                "doctrine/orm": "~2.4",
4642
                "symfony/doctrine-bridge": "~2.7|~3.0",
4643
                "symfony/filesystem": "~2.7|~3.0",
4644
                "symfony/phpunit-bridge": "^3.3"
4645
            },
4646
            "type": "symfony-bundle",
4647
            "extra": {
4648
                "branch-alias": {
4649
                    "dev-master": "3.1.x-dev"
4650
                }
4651
            },
4652
            "autoload": {
4653
                "psr-4": {
4654
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
4655
                },
4656
                "exclude-from-classmap": [
4657
                    "/Tests/"
4658
                ]
4659
            },
4660
            "notification-url": "https://packagist.org/downloads/",
4661
            "license": [
4662
                "MIT"
4663
            ],
4664
            "authors": [
4665
                {
4666
                    "name": "Fabien Potencier",
4667
                    "email": "[email protected]"
4668
                }
4669
            ],
4670
            "description": "This bundle generates code for you",
4671
            "time": "2017-03-15T01:02:10+00:00"
4672
        },
4673
        {
4674
            "name": "symfony/phpunit-bridge",
4675
            "version": "v3.2.8",
4676
            "source": {
4677
                "type": "git",
4678
                "url": "https://github.com/symfony/phpunit-bridge.git",
4679
                "reference": "00916603c524b8048906de460b7ea0dfa1651281"
4680
            },
4681
            "dist": {
4682
                "type": "zip",
4683
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/00916603c524b8048906de460b7ea0dfa1651281",
4684
                "reference": "00916603c524b8048906de460b7ea0dfa1651281",
4685
                "shasum": ""
4686
            },
4687
            "require": {
4688
                "php": ">=5.3.3"
4689
            },
4690
            "conflict": {
4691
                "phpunit/phpunit": ">=6.0"
4692
            },
4693
            "suggest": {
4694
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
4695
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
4696
            },
4697
            "bin": [
4698
                "bin/simple-phpunit"
4699
            ],
4700
            "type": "symfony-bridge",
4701
            "extra": {
4702
                "branch-alias": {
4703
                    "dev-master": "3.2-dev"
4704
                }
4705
            },
4706
            "autoload": {
4707
                "files": [
4708
                    "bootstrap.php"
4709
                ],
4710
                "psr-4": {
4711
                    "Symfony\\Bridge\\PhpUnit\\": ""
4712
                },
4713
                "exclude-from-classmap": [
4714
                    "/Tests/"
4715
                ]
4716
            },
4717
            "notification-url": "https://packagist.org/downloads/",
4718
            "license": [
4719
                "MIT"
4720
            ],
4721
            "authors": [
4722
                {
4723
                    "name": "Nicolas Grekas",
4724
                    "email": "[email protected]"
4725
                },
4726
                {
4727
                    "name": "Symfony Community",
4728
                    "homepage": "https://symfony.com/contributors"
4729
                }
4730
            ],
4731
            "description": "Symfony PHPUnit Bridge",
4732
            "homepage": "https://symfony.com",
4733
            "time": "2017-04-12T14:13:17+00:00"
4734
        }
4735
    ],
4736
    "aliases": [],
4737
    "minimum-stability": "stable",
4738
    "stability-flags": {
4739
        "digitalstate/core": 20
4740
    },
4741
    "prefer-stable": false,
4742
    "prefer-lowest": false,
4743
    "platform": {
4744
        "php": ">=7.0"
4745
    },
4746
    "platform-dev": []
4747
}
4748