Passed
Push — develop ( d38868...21087d )
by Mario
01:26
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": "b62688e797061cebc44a8d666fb28e65",
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": "clue/stream-filter",
152
            "version": "v1.4.0",
153
            "source": {
154
                "type": "git",
155
                "url": "https://github.com/clue/php-stream-filter.git",
156
                "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0"
157
            },
158
            "dist": {
159
                "type": "zip",
160
                "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
161
                "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
162
                "shasum": ""
163
            },
164
            "require": {
165
                "php": ">=5.3"
166
            },
167
            "require-dev": {
168
                "phpunit/phpunit": "^5.0 || ^4.8"
169
            },
170
            "type": "library",
171
            "autoload": {
172
                "psr-4": {
173
                    "Clue\\StreamFilter\\": "src/"
174
                },
175
                "files": [
176
                    "src/functions.php"
177
                ]
178
            },
179
            "notification-url": "https://packagist.org/downloads/",
180
            "license": [
181
                "MIT"
182
            ],
183
            "authors": [
184
                {
185
                    "name": "Christian Lück",
186
                    "email": "[email protected]"
187
                }
188
            ],
189
            "description": "A simple and modern approach to stream filtering in PHP",
190
            "homepage": "https://github.com/clue/php-stream-filter",
191
            "keywords": [
192
                "bucket brigade",
193
                "callback",
194
                "filter",
195
                "php_user_filter",
196
                "stream",
197
                "stream_filter_append",
198
                "stream_filter_register"
199
            ],
200
            "time": "2017-08-18T09:54:01+00:00"
201
        },
202
        {
203
            "name": "composer/ca-bundle",
204
            "version": "1.0.7",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/composer/ca-bundle.git",
208
                "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
213
                "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "ext-openssl": "*",
218
                "ext-pcre": "*",
219
                "php": "^5.3.2 || ^7.0"
220
            },
221
            "require-dev": {
222
                "phpunit/phpunit": "^4.5",
223
                "psr/log": "^1.0",
224
                "symfony/process": "^2.5 || ^3.0"
225
            },
226
            "suggest": {
227
                "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+"
228
            },
229
            "type": "library",
230
            "extra": {
231
                "branch-alias": {
232
                    "dev-master": "1.x-dev"
233
                }
234
            },
235
            "autoload": {
236
                "psr-4": {
237
                    "Composer\\CaBundle\\": "src"
238
                }
239
            },
240
            "notification-url": "https://packagist.org/downloads/",
241
            "license": [
242
                "MIT"
243
            ],
244
            "authors": [
245
                {
246
                    "name": "Jordi Boggiano",
247
                    "email": "[email protected]",
248
                    "homepage": "http://seld.be"
249
                }
250
            ],
251
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
252
            "keywords": [
253
                "cabundle",
254
                "cacert",
255
                "certificate",
256
                "ssl",
257
                "tls"
258
            ],
259
            "time": "2017-03-06T11:59:08+00:00"
260
        },
261
        {
262
            "name": "defuse/php-encryption",
263
            "version": "v2.2.1",
264
            "source": {
265
                "type": "git",
266
                "url": "https://github.com/defuse/php-encryption.git",
267
                "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
268
            },
269
            "dist": {
270
                "type": "zip",
271
                "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
272
                "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
273
                "shasum": ""
274
            },
275
            "require": {
276
                "ext-openssl": "*",
277
                "paragonie/random_compat": ">= 2",
278
                "php": ">=5.4.0"
279
            },
280
            "require-dev": {
281
                "nikic/php-parser": "^2.0|^3.0|^4.0",
282
                "phpunit/phpunit": "^4|^5"
283
            },
284
            "bin": [
285
                "bin/generate-defuse-key"
286
            ],
287
            "type": "library",
288
            "autoload": {
289
                "psr-4": {
290
                    "Defuse\\Crypto\\": "src"
291
                }
292
            },
293
            "notification-url": "https://packagist.org/downloads/",
294
            "license": [
295
                "MIT"
296
            ],
297
            "authors": [
298
                {
299
                    "name": "Taylor Hornby",
300
                    "email": "[email protected]",
301
                    "homepage": "https://defuse.ca/"
302
                },
303
                {
304
                    "name": "Scott Arciszewski",
305
                    "email": "[email protected]",
306
                    "homepage": "https://paragonie.com"
307
                }
308
            ],
309
            "description": "Secure PHP Encryption Library",
310
            "keywords": [
311
                "aes",
312
                "authenticated encryption",
313
                "cipher",
314
                "crypto",
315
                "cryptography",
316
                "encrypt",
317
                "encryption",
318
                "openssl",
319
                "security",
320
                "symmetric key cryptography"
321
            ],
322
            "time": "2018-07-24T23:27:56+00:00"
323
        },
324
        {
325
            "name": "digitalstate/core",
326
            "version": "dev-develop",
327
            "source": {
328
                "type": "git",
329
                "url": "https://github.com/DigitalState/Core.git",
330
                "reference": "b78d28435eb3166a603cdb66159bfea838b71fa6"
331
            },
332
            "dist": {
333
                "type": "zip",
334
                "url": "https://api.github.com/repos/DigitalState/Core/zipball/b78d28435eb3166a603cdb66159bfea838b71fa6",
335
                "reference": "b78d28435eb3166a603cdb66159bfea838b71fa6",
336
                "shasum": ""
337
            },
338
            "require": {
339
                "api-platform/core": "^2.0",
340
                "doctrine/orm": "^2.5",
341
                "guzzlehttp/guzzle": "^6.2",
342
                "lexik/jwt-authentication-bundle": "^2.2",
343
                "php": ">=7.0",
344
                "predis/predis": "^1.1",
345
                "ramsey/uuid": "^3.6",
346
                "snc/redis-bundle": "^2.0",
347
                "symfony/symfony": "3.2.*"
348
            },
349
            "require-dev": {
350
                "doctrine/doctrine-fixtures-bundle": "^2.3"
351
            },
352
            "type": "project",
353
            "extra": {
354
                "branch-alias": []
355
            },
356
            "autoload": {
357
                "psr-4": {
358
                    "": "src/"
359
                }
360
            },
361
            "notification-url": "https://packagist.org/downloads/",
362
            "license": [
363
                "MIT"
364
            ],
365
            "description": "The DigitalState Core",
366
            "homepage": "https://digitalstate.ca",
367
            "time": "2018-09-14T16:06:33+00:00"
368
        },
369
        {
370
            "name": "doctrine/annotations",
371
            "version": "v1.4.0",
372
            "source": {
373
                "type": "git",
374
                "url": "https://github.com/doctrine/annotations.git",
375
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
376
            },
377
            "dist": {
378
                "type": "zip",
379
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
380
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
381
                "shasum": ""
382
            },
383
            "require": {
384
                "doctrine/lexer": "1.*",
385
                "php": "^5.6 || ^7.0"
386
            },
387
            "require-dev": {
388
                "doctrine/cache": "1.*",
389
                "phpunit/phpunit": "^5.7"
390
            },
391
            "type": "library",
392
            "extra": {
393
                "branch-alias": {
394
                    "dev-master": "1.4.x-dev"
395
                }
396
            },
397
            "autoload": {
398
                "psr-4": {
399
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
400
                }
401
            },
402
            "notification-url": "https://packagist.org/downloads/",
403
            "license": [
404
                "MIT"
405
            ],
406
            "authors": [
407
                {
408
                    "name": "Roman Borschel",
409
                    "email": "[email protected]"
410
                },
411
                {
412
                    "name": "Benjamin Eberlei",
413
                    "email": "[email protected]"
414
                },
415
                {
416
                    "name": "Guilherme Blanco",
417
                    "email": "[email protected]"
418
                },
419
                {
420
                    "name": "Jonathan Wage",
421
                    "email": "[email protected]"
422
                },
423
                {
424
                    "name": "Johannes Schmitt",
425
                    "email": "[email protected]"
426
                }
427
            ],
428
            "description": "Docblock Annotations Parser",
429
            "homepage": "http://www.doctrine-project.org",
430
            "keywords": [
431
                "annotations",
432
                "docblock",
433
                "parser"
434
            ],
435
            "time": "2017-02-24T16:22:25+00:00"
436
        },
437
        {
438
            "name": "doctrine/cache",
439
            "version": "v1.6.1",
440
            "source": {
441
                "type": "git",
442
                "url": "https://github.com/doctrine/cache.git",
443
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
444
            },
445
            "dist": {
446
                "type": "zip",
447
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
448
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
449
                "shasum": ""
450
            },
451
            "require": {
452
                "php": "~5.5|~7.0"
453
            },
454
            "conflict": {
455
                "doctrine/common": ">2.2,<2.4"
456
            },
457
            "require-dev": {
458
                "phpunit/phpunit": "~4.8|~5.0",
459
                "predis/predis": "~1.0",
460
                "satooshi/php-coveralls": "~0.6"
461
            },
462
            "type": "library",
463
            "extra": {
464
                "branch-alias": {
465
                    "dev-master": "1.6.x-dev"
466
                }
467
            },
468
            "autoload": {
469
                "psr-4": {
470
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
471
                }
472
            },
473
            "notification-url": "https://packagist.org/downloads/",
474
            "license": [
475
                "MIT"
476
            ],
477
            "authors": [
478
                {
479
                    "name": "Roman Borschel",
480
                    "email": "[email protected]"
481
                },
482
                {
483
                    "name": "Benjamin Eberlei",
484
                    "email": "[email protected]"
485
                },
486
                {
487
                    "name": "Guilherme Blanco",
488
                    "email": "[email protected]"
489
                },
490
                {
491
                    "name": "Jonathan Wage",
492
                    "email": "[email protected]"
493
                },
494
                {
495
                    "name": "Johannes Schmitt",
496
                    "email": "[email protected]"
497
                }
498
            ],
499
            "description": "Caching library offering an object-oriented API for many cache backends",
500
            "homepage": "http://www.doctrine-project.org",
501
            "keywords": [
502
                "cache",
503
                "caching"
504
            ],
505
            "time": "2016-10-29T11:16:17+00:00"
506
        },
507
        {
508
            "name": "doctrine/collections",
509
            "version": "v1.4.0",
510
            "source": {
511
                "type": "git",
512
                "url": "https://github.com/doctrine/collections.git",
513
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
514
            },
515
            "dist": {
516
                "type": "zip",
517
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
518
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
519
                "shasum": ""
520
            },
521
            "require": {
522
                "php": "^5.6 || ^7.0"
523
            },
524
            "require-dev": {
525
                "doctrine/coding-standard": "~0.1@dev",
526
                "phpunit/phpunit": "^5.7"
527
            },
528
            "type": "library",
529
            "extra": {
530
                "branch-alias": {
531
                    "dev-master": "1.3.x-dev"
532
                }
533
            },
534
            "autoload": {
535
                "psr-0": {
536
                    "Doctrine\\Common\\Collections\\": "lib/"
537
                }
538
            },
539
            "notification-url": "https://packagist.org/downloads/",
540
            "license": [
541
                "MIT"
542
            ],
543
            "authors": [
544
                {
545
                    "name": "Roman Borschel",
546
                    "email": "[email protected]"
547
                },
548
                {
549
                    "name": "Benjamin Eberlei",
550
                    "email": "[email protected]"
551
                },
552
                {
553
                    "name": "Guilherme Blanco",
554
                    "email": "[email protected]"
555
                },
556
                {
557
                    "name": "Jonathan Wage",
558
                    "email": "[email protected]"
559
                },
560
                {
561
                    "name": "Johannes Schmitt",
562
                    "email": "[email protected]"
563
                }
564
            ],
565
            "description": "Collections Abstraction library",
566
            "homepage": "http://www.doctrine-project.org",
567
            "keywords": [
568
                "array",
569
                "collections",
570
                "iterator"
571
            ],
572
            "time": "2017-01-03T10:49:41+00:00"
573
        },
574
        {
575
            "name": "doctrine/common",
576
            "version": "v2.7.2",
577
            "source": {
578
                "type": "git",
579
                "url": "https://github.com/doctrine/common.git",
580
                "reference": "930297026c8009a567ac051fd545bf6124150347"
581
            },
582
            "dist": {
583
                "type": "zip",
584
                "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
585
                "reference": "930297026c8009a567ac051fd545bf6124150347",
586
                "shasum": ""
587
            },
588
            "require": {
589
                "doctrine/annotations": "1.*",
590
                "doctrine/cache": "1.*",
591
                "doctrine/collections": "1.*",
592
                "doctrine/inflector": "1.*",
593
                "doctrine/lexer": "1.*",
594
                "php": "~5.6|~7.0"
595
            },
596
            "require-dev": {
597
                "phpunit/phpunit": "^5.4.6"
598
            },
599
            "type": "library",
600
            "extra": {
601
                "branch-alias": {
602
                    "dev-master": "2.7.x-dev"
603
                }
604
            },
605
            "autoload": {
606
                "psr-4": {
607
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
608
                }
609
            },
610
            "notification-url": "https://packagist.org/downloads/",
611
            "license": [
612
                "MIT"
613
            ],
614
            "authors": [
615
                {
616
                    "name": "Roman Borschel",
617
                    "email": "[email protected]"
618
                },
619
                {
620
                    "name": "Benjamin Eberlei",
621
                    "email": "[email protected]"
622
                },
623
                {
624
                    "name": "Guilherme Blanco",
625
                    "email": "[email protected]"
626
                },
627
                {
628
                    "name": "Jonathan Wage",
629
                    "email": "[email protected]"
630
                },
631
                {
632
                    "name": "Johannes Schmitt",
633
                    "email": "[email protected]"
634
                }
635
            ],
636
            "description": "Common Library for Doctrine projects",
637
            "homepage": "http://www.doctrine-project.org",
638
            "keywords": [
639
                "annotations",
640
                "collections",
641
                "eventmanager",
642
                "persistence",
643
                "spl"
644
            ],
645
            "time": "2017-01-13T14:02:13+00:00"
646
        },
647
        {
648
            "name": "doctrine/dbal",
649
            "version": "v2.5.12",
650
            "source": {
651
                "type": "git",
652
                "url": "https://github.com/doctrine/dbal.git",
653
                "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
654
            },
655
            "dist": {
656
                "type": "zip",
657
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
658
                "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
659
                "shasum": ""
660
            },
661
            "require": {
662
                "doctrine/common": ">=2.4,<2.8-dev",
663
                "php": ">=5.3.2"
664
            },
665
            "require-dev": {
666
                "phpunit/phpunit": "4.*",
667
                "symfony/console": "2.*||^3.0"
668
            },
669
            "suggest": {
670
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
671
            },
672
            "bin": [
673
                "bin/doctrine-dbal"
674
            ],
675
            "type": "library",
676
            "extra": {
677
                "branch-alias": {
678
                    "dev-master": "2.5.x-dev"
679
                }
680
            },
681
            "autoload": {
682
                "psr-0": {
683
                    "Doctrine\\DBAL\\": "lib/"
684
                }
685
            },
686
            "notification-url": "https://packagist.org/downloads/",
687
            "license": [
688
                "MIT"
689
            ],
690
            "authors": [
691
                {
692
                    "name": "Roman Borschel",
693
                    "email": "[email protected]"
694
                },
695
                {
696
                    "name": "Benjamin Eberlei",
697
                    "email": "[email protected]"
698
                },
699
                {
700
                    "name": "Guilherme Blanco",
701
                    "email": "[email protected]"
702
                },
703
                {
704
                    "name": "Jonathan Wage",
705
                    "email": "[email protected]"
706
                }
707
            ],
708
            "description": "Database Abstraction Layer",
709
            "homepage": "http://www.doctrine-project.org",
710
            "keywords": [
711
                "database",
712
                "dbal",
713
                "persistence",
714
                "queryobject"
715
            ],
716
            "time": "2017-02-08T12:53:47+00:00"
717
        },
718
        {
719
            "name": "doctrine/doctrine-bundle",
720
            "version": "1.6.8",
721
            "source": {
722
                "type": "git",
723
                "url": "https://github.com/doctrine/DoctrineBundle.git",
724
                "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0"
725
            },
726
            "dist": {
727
                "type": "zip",
728
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6e96577cbbdbb5b6dcca2ff203d665976b51beb0",
729
                "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0",
730
                "shasum": ""
731
            },
732
            "require": {
733
                "doctrine/dbal": "~2.3",
734
                "doctrine/doctrine-cache-bundle": "~1.2",
735
                "jdorn/sql-formatter": "~1.1",
736
                "php": ">=5.5.9",
737
                "symfony/console": "~2.7|~3.0|~4.0",
738
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
739
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
740
                "symfony/framework-bundle": "~2.7|~3.0|~4.0"
741
            },
742
            "require-dev": {
743
                "doctrine/orm": "~2.3",
744
                "phpunit/phpunit": "~4",
745
                "satooshi/php-coveralls": "^1.0",
746
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
747
                "symfony/property-info": "~2.8|~3.0|~4.0",
748
                "symfony/validator": "~2.7|~3.0|~4.0",
749
                "symfony/yaml": "~2.7|~3.0|~4.0",
750
                "twig/twig": "~1.12|~2.0"
751
            },
752
            "suggest": {
753
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
754
                "symfony/web-profiler-bundle": "To use the data collector."
755
            },
756
            "type": "symfony-bundle",
757
            "extra": {
758
                "branch-alias": {
759
                    "dev-master": "1.6.x-dev"
760
                }
761
            },
762
            "autoload": {
763
                "psr-4": {
764
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
765
                }
766
            },
767
            "notification-url": "https://packagist.org/downloads/",
768
            "license": [
769
                "MIT"
770
            ],
771
            "authors": [
772
                {
773
                    "name": "Symfony Community",
774
                    "homepage": "http://symfony.com/contributors"
775
                },
776
                {
777
                    "name": "Benjamin Eberlei",
778
                    "email": "[email protected]"
779
                },
780
                {
781
                    "name": "Doctrine Project",
782
                    "homepage": "http://www.doctrine-project.org/"
783
                },
784
                {
785
                    "name": "Fabien Potencier",
786
                    "email": "[email protected]"
787
                }
788
            ],
789
            "description": "Symfony DoctrineBundle",
790
            "homepage": "http://www.doctrine-project.org",
791
            "keywords": [
792
                "database",
793
                "dbal",
794
                "orm",
795
                "persistence"
796
            ],
797
            "time": "2017-05-18T08:15:18+00:00"
798
        },
799
        {
800
            "name": "doctrine/doctrine-cache-bundle",
801
            "version": "1.3.0",
802
            "source": {
803
                "type": "git",
804
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
805
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
806
            },
807
            "dist": {
808
                "type": "zip",
809
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
810
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
811
                "shasum": ""
812
            },
813
            "require": {
814
                "doctrine/cache": "^1.4.2",
815
                "doctrine/inflector": "~1.0",
816
                "php": ">=5.3.2",
817
                "symfony/doctrine-bridge": "~2.2|~3.0"
818
            },
819
            "require-dev": {
820
                "instaclick/coding-standard": "~1.1",
821
                "instaclick/object-calisthenics-sniffs": "dev-master",
822
                "instaclick/symfony2-coding-standard": "dev-remaster",
823
                "phpunit/phpunit": "~4",
824
                "predis/predis": "~0.8",
825
                "satooshi/php-coveralls": "~0.6.1",
826
                "squizlabs/php_codesniffer": "~1.5",
827
                "symfony/console": "~2.2|~3.0",
828
                "symfony/finder": "~2.2|~3.0",
829
                "symfony/framework-bundle": "~2.2|~3.0",
830
                "symfony/phpunit-bridge": "~2.7|~3.0",
831
                "symfony/security-acl": "~2.3|~3.0",
832
                "symfony/validator": "~2.2|~3.0",
833
                "symfony/yaml": "~2.2|~3.0"
834
            },
835
            "suggest": {
836
                "symfony/security-acl": "For using this bundle to cache ACLs"
837
            },
838
            "type": "symfony-bundle",
839
            "extra": {
840
                "branch-alias": {
841
                    "dev-master": "1.2.x-dev"
842
                }
843
            },
844
            "autoload": {
845
                "psr-4": {
846
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
847
                }
848
            },
849
            "notification-url": "https://packagist.org/downloads/",
850
            "license": [
851
                "MIT"
852
            ],
853
            "authors": [
854
                {
855
                    "name": "Symfony Community",
856
                    "homepage": "http://symfony.com/contributors"
857
                },
858
                {
859
                    "name": "Benjamin Eberlei",
860
                    "email": "[email protected]"
861
                },
862
                {
863
                    "name": "Fabio B. Silva",
864
                    "email": "[email protected]"
865
                },
866
                {
867
                    "name": "Guilherme Blanco",
868
                    "email": "[email protected]"
869
                },
870
                {
871
                    "name": "Doctrine Project",
872
                    "homepage": "http://www.doctrine-project.org/"
873
                },
874
                {
875
                    "name": "Fabien Potencier",
876
                    "email": "[email protected]"
877
                }
878
            ],
879
            "description": "Symfony Bundle for Doctrine Cache",
880
            "homepage": "http://www.doctrine-project.org",
881
            "keywords": [
882
                "cache",
883
                "caching"
884
            ],
885
            "time": "2016-01-26T17:28:51+00:00"
886
        },
887
        {
888
            "name": "doctrine/doctrine-migrations-bundle",
889
            "version": "v1.2.1",
890
            "source": {
891
                "type": "git",
892
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
893
                "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc"
894
            },
895
            "dist": {
896
                "type": "zip",
897
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/6276139e0b913a4e5120fc36bb5b0eae8ac549bc",
898
                "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc",
899
                "shasum": ""
900
            },
901
            "require": {
902
                "doctrine/doctrine-bundle": "~1.0",
903
                "doctrine/migrations": "^1.1",
904
                "php": ">=5.4.0",
905
                "symfony/framework-bundle": "~2.3|~3.0"
906
            },
907
            "require-dev": {
908
                "phpunit/phpunit": "~4.8"
909
            },
910
            "type": "symfony-bundle",
911
            "extra": {
912
                "branch-alias": {
913
                    "dev-master": "1.2-dev"
914
                }
915
            },
916
            "autoload": {
917
                "psr-4": {
918
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
919
                }
920
            },
921
            "notification-url": "https://packagist.org/downloads/",
922
            "license": [
923
                "MIT"
924
            ],
925
            "authors": [
926
                {
927
                    "name": "Symfony Community",
928
                    "homepage": "http://symfony.com/contributors"
929
                },
930
                {
931
                    "name": "Doctrine Project",
932
                    "homepage": "http://www.doctrine-project.org"
933
                },
934
                {
935
                    "name": "Fabien Potencier",
936
                    "email": "[email protected]"
937
                }
938
            ],
939
            "description": "Symfony DoctrineMigrationsBundle",
940
            "homepage": "http://www.doctrine-project.org",
941
            "keywords": [
942
                "dbal",
943
                "migrations",
944
                "schema"
945
            ],
946
            "time": "2016-12-05T18:36:37+00:00"
947
        },
948
        {
949
            "name": "doctrine/inflector",
950
            "version": "v1.1.0",
951
            "source": {
952
                "type": "git",
953
                "url": "https://github.com/doctrine/inflector.git",
954
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
955
            },
956
            "dist": {
957
                "type": "zip",
958
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
959
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
960
                "shasum": ""
961
            },
962
            "require": {
963
                "php": ">=5.3.2"
964
            },
965
            "require-dev": {
966
                "phpunit/phpunit": "4.*"
967
            },
968
            "type": "library",
969
            "extra": {
970
                "branch-alias": {
971
                    "dev-master": "1.1.x-dev"
972
                }
973
            },
974
            "autoload": {
975
                "psr-0": {
976
                    "Doctrine\\Common\\Inflector\\": "lib/"
977
                }
978
            },
979
            "notification-url": "https://packagist.org/downloads/",
980
            "license": [
981
                "MIT"
982
            ],
983
            "authors": [
984
                {
985
                    "name": "Roman Borschel",
986
                    "email": "[email protected]"
987
                },
988
                {
989
                    "name": "Benjamin Eberlei",
990
                    "email": "[email protected]"
991
                },
992
                {
993
                    "name": "Guilherme Blanco",
994
                    "email": "[email protected]"
995
                },
996
                {
997
                    "name": "Jonathan Wage",
998
                    "email": "[email protected]"
999
                },
1000
                {
1001
                    "name": "Johannes Schmitt",
1002
                    "email": "[email protected]"
1003
                }
1004
            ],
1005
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1006
            "homepage": "http://www.doctrine-project.org",
1007
            "keywords": [
1008
                "inflection",
1009
                "pluralize",
1010
                "singularize",
1011
                "string"
1012
            ],
1013
            "time": "2015-11-06T14:35:42+00:00"
1014
        },
1015
        {
1016
            "name": "doctrine/instantiator",
1017
            "version": "1.0.5",
1018
            "source": {
1019
                "type": "git",
1020
                "url": "https://github.com/doctrine/instantiator.git",
1021
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1022
            },
1023
            "dist": {
1024
                "type": "zip",
1025
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1026
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1027
                "shasum": ""
1028
            },
1029
            "require": {
1030
                "php": ">=5.3,<8.0-DEV"
1031
            },
1032
            "require-dev": {
1033
                "athletic/athletic": "~0.1.8",
1034
                "ext-pdo": "*",
1035
                "ext-phar": "*",
1036
                "phpunit/phpunit": "~4.0",
1037
                "squizlabs/php_codesniffer": "~2.0"
1038
            },
1039
            "type": "library",
1040
            "extra": {
1041
                "branch-alias": {
1042
                    "dev-master": "1.0.x-dev"
1043
                }
1044
            },
1045
            "autoload": {
1046
                "psr-4": {
1047
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1048
                }
1049
            },
1050
            "notification-url": "https://packagist.org/downloads/",
1051
            "license": [
1052
                "MIT"
1053
            ],
1054
            "authors": [
1055
                {
1056
                    "name": "Marco Pivetta",
1057
                    "email": "[email protected]",
1058
                    "homepage": "http://ocramius.github.com/"
1059
                }
1060
            ],
1061
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1062
            "homepage": "https://github.com/doctrine/instantiator",
1063
            "keywords": [
1064
                "constructor",
1065
                "instantiate"
1066
            ],
1067
            "time": "2015-06-14T21:17:01+00:00"
1068
        },
1069
        {
1070
            "name": "doctrine/lexer",
1071
            "version": "v1.0.1",
1072
            "source": {
1073
                "type": "git",
1074
                "url": "https://github.com/doctrine/lexer.git",
1075
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1076
            },
1077
            "dist": {
1078
                "type": "zip",
1079
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1080
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1081
                "shasum": ""
1082
            },
1083
            "require": {
1084
                "php": ">=5.3.2"
1085
            },
1086
            "type": "library",
1087
            "extra": {
1088
                "branch-alias": {
1089
                    "dev-master": "1.0.x-dev"
1090
                }
1091
            },
1092
            "autoload": {
1093
                "psr-0": {
1094
                    "Doctrine\\Common\\Lexer\\": "lib/"
1095
                }
1096
            },
1097
            "notification-url": "https://packagist.org/downloads/",
1098
            "license": [
1099
                "MIT"
1100
            ],
1101
            "authors": [
1102
                {
1103
                    "name": "Roman Borschel",
1104
                    "email": "[email protected]"
1105
                },
1106
                {
1107
                    "name": "Guilherme Blanco",
1108
                    "email": "[email protected]"
1109
                },
1110
                {
1111
                    "name": "Johannes Schmitt",
1112
                    "email": "[email protected]"
1113
                }
1114
            ],
1115
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1116
            "homepage": "http://www.doctrine-project.org",
1117
            "keywords": [
1118
                "lexer",
1119
                "parser"
1120
            ],
1121
            "time": "2014-09-09T13:34:57+00:00"
1122
        },
1123
        {
1124
            "name": "doctrine/migrations",
1125
            "version": "v1.5.0",
1126
            "source": {
1127
                "type": "git",
1128
                "url": "https://github.com/doctrine/migrations.git",
1129
                "reference": "c81147c0f2938a6566594455367e095150547f72"
1130
            },
1131
            "dist": {
1132
                "type": "zip",
1133
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
1134
                "reference": "c81147c0f2938a6566594455367e095150547f72",
1135
                "shasum": ""
1136
            },
1137
            "require": {
1138
                "doctrine/dbal": "~2.2",
1139
                "ocramius/proxy-manager": "^1.0|^2.0",
1140
                "php": "^5.5|^7.0",
1141
                "symfony/console": "~2.3|~3.0",
1142
                "symfony/yaml": "~2.3|~3.0"
1143
            },
1144
            "require-dev": {
1145
                "doctrine/coding-standard": "dev-master",
1146
                "doctrine/orm": "2.*",
1147
                "jdorn/sql-formatter": "~1.1",
1148
                "johnkary/phpunit-speedtrap": "~1.0@dev",
1149
                "mikey179/vfsstream": "^1.6",
1150
                "mockery/mockery": "^0.9.4",
1151
                "phpunit/phpunit": "~4.7",
1152
                "satooshi/php-coveralls": "^1.0"
1153
            },
1154
            "suggest": {
1155
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
1156
            },
1157
            "bin": [
1158
                "bin/doctrine-migrations"
1159
            ],
1160
            "type": "library",
1161
            "extra": {
1162
                "branch-alias": {
1163
                    "dev-master": "v1.6.x-dev"
1164
                }
1165
            },
1166
            "autoload": {
1167
                "psr-4": {
1168
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1169
                }
1170
            },
1171
            "notification-url": "https://packagist.org/downloads/",
1172
            "license": [
1173
                "LGPL-2.1"
1174
            ],
1175
            "authors": [
1176
                {
1177
                    "name": "Benjamin Eberlei",
1178
                    "email": "[email protected]"
1179
                },
1180
                {
1181
                    "name": "Jonathan Wage",
1182
                    "email": "[email protected]"
1183
                },
1184
                {
1185
                    "name": "Michael Simonson",
1186
                    "email": "[email protected]"
1187
                }
1188
            ],
1189
            "description": "Database Schema migrations using Doctrine DBAL",
1190
            "homepage": "http://www.doctrine-project.org",
1191
            "keywords": [
1192
                "database",
1193
                "migrations"
1194
            ],
1195
            "time": "2016-12-25T22:54:00+00:00"
1196
        },
1197
        {
1198
            "name": "doctrine/orm",
1199
            "version": "v2.5.6",
1200
            "source": {
1201
                "type": "git",
1202
                "url": "https://github.com/doctrine/doctrine2.git",
1203
                "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b"
1204
            },
1205
            "dist": {
1206
                "type": "zip",
1207
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b",
1208
                "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b",
1209
                "shasum": ""
1210
            },
1211
            "require": {
1212
                "doctrine/cache": "~1.4",
1213
                "doctrine/collections": "~1.2",
1214
                "doctrine/common": ">=2.5-dev,<2.8-dev",
1215
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
1216
                "doctrine/instantiator": "~1.0.1",
1217
                "ext-pdo": "*",
1218
                "php": ">=5.4",
1219
                "symfony/console": "~2.5|~3.0"
1220
            },
1221
            "require-dev": {
1222
                "phpunit/phpunit": "~4.0",
1223
                "symfony/yaml": "~2.3|~3.0"
1224
            },
1225
            "suggest": {
1226
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1227
            },
1228
            "bin": [
1229
                "bin/doctrine",
1230
                "bin/doctrine.php"
1231
            ],
1232
            "type": "library",
1233
            "extra": {
1234
                "branch-alias": {
1235
                    "dev-master": "2.6.x-dev"
1236
                }
1237
            },
1238
            "autoload": {
1239
                "psr-0": {
1240
                    "Doctrine\\ORM\\": "lib/"
1241
                }
1242
            },
1243
            "notification-url": "https://packagist.org/downloads/",
1244
            "license": [
1245
                "MIT"
1246
            ],
1247
            "authors": [
1248
                {
1249
                    "name": "Roman Borschel",
1250
                    "email": "[email protected]"
1251
                },
1252
                {
1253
                    "name": "Benjamin Eberlei",
1254
                    "email": "[email protected]"
1255
                },
1256
                {
1257
                    "name": "Guilherme Blanco",
1258
                    "email": "[email protected]"
1259
                },
1260
                {
1261
                    "name": "Jonathan Wage",
1262
                    "email": "[email protected]"
1263
                }
1264
            ],
1265
            "description": "Object-Relational-Mapper for PHP",
1266
            "homepage": "http://www.doctrine-project.org",
1267
            "keywords": [
1268
                "database",
1269
                "orm"
1270
            ],
1271
            "time": "2016-12-18T15:42:34+00:00"
1272
        },
1273
        {
1274
            "name": "dunglas/action-bundle",
1275
            "version": "v0.3.1",
1276
            "source": {
1277
                "type": "git",
1278
                "url": "https://github.com/dunglas/DunglasActionBundle.git",
1279
                "reference": "3a72abd4ff43cae6e528c0e5973d9e9cc8945a2b"
1280
            },
1281
            "dist": {
1282
                "type": "zip",
1283
                "url": "https://api.github.com/repos/dunglas/DunglasActionBundle/zipball/3a72abd4ff43cae6e528c0e5973d9e9cc8945a2b",
1284
                "reference": "3a72abd4ff43cae6e528c0e5973d9e9cc8945a2b",
1285
                "shasum": ""
1286
            },
1287
            "require": {
1288
                "php": ">=5.5.9 <7.2.0",
1289
                "symfony/config": "~2.8||~3.0",
1290
                "symfony/dependency-injection": "~2.8||~3.0",
1291
                "symfony/finder": "~2.8||~3.0",
1292
                "symfony/http-kernel": "~2.8||~3.0"
1293
            },
1294
            "conflict": {
1295
                "symfony/framework-bundle": "<2.8.5||>3.0,<3.0.5"
1296
            },
1297
            "require-dev": {
1298
                "phpunit/phpunit": "^5.0||^4.6",
1299
                "sensio/framework-extra-bundle": "^3.0.10",
1300
                "symfony/browser-kit": "~2.8||~3.0",
1301
                "symfony/console": "~2.8||~3.0",
1302
                "symfony/expression-language": "~2.8||~3.0",
1303
                "symfony/framework-bundle": "~2.8||~3.0"
1304
            },
1305
            "type": "symfony-bundle",
1306
            "extra": {
1307
                "branch-alias": {
1308
                    "dev-master": "1.0.x-dev"
1309
                }
1310
            },
1311
            "autoload": {
1312
                "psr-4": {
1313
                    "Dunglas\\ActionBundle\\": ""
1314
                },
1315
                "exclude-from-classmap": [
1316
                    "/Tests/"
1317
                ]
1318
            },
1319
            "notification-url": "https://packagist.org/downloads/",
1320
            "license": [
1321
                "MIT"
1322
            ],
1323
            "authors": [
1324
                {
1325
                    "name": "Kévin Dunglas",
1326
                    "email": "[email protected]",
1327
                    "homepage": "https://dunglas.fr"
1328
                }
1329
            ],
1330
            "description": "Symfony controllers, redesigned",
1331
            "homepage": "https://dunglas.fr/2016/01/dunglasactionbundle-symfony-controllers-redesigned/",
1332
            "keywords": [
1333
                "Autowiring",
1334
                "action",
1335
                "controllers",
1336
                "routing",
1337
                "symfony"
1338
            ],
1339
            "time": "2016-09-29T06:34:48+00:00"
1340
        },
1341
        {
1342
            "name": "dunglas/doctrine-json-odm",
1343
            "version": "v0.1.1",
1344
            "source": {
1345
                "type": "git",
1346
                "url": "https://github.com/dunglas/doctrine-json-odm.git",
1347
                "reference": "2de29f7fe6125d75a8d08ff86ec943a36f38bf40"
1348
            },
1349
            "dist": {
1350
                "type": "zip",
1351
                "url": "https://api.github.com/repos/dunglas/doctrine-json-odm/zipball/2de29f7fe6125d75a8d08ff86ec943a36f38bf40",
1352
                "reference": "2de29f7fe6125d75a8d08ff86ec943a36f38bf40",
1353
                "shasum": ""
1354
            },
1355
            "require": {
1356
                "doctrine/orm": "^2.5",
1357
                "php": ">=5.5.9",
1358
                "symfony/serializer": "^2.8 || ^3.0 || ^4.0"
1359
            },
1360
            "require-dev": {
1361
                "doctrine/doctrine-bundle": "^1.6",
1362
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0",
1363
                "symfony/finder": "^2.8 || ^3.0 || ^4.0",
1364
                "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
1365
                "symfony/property-access": "^2.8 || ^3.0 || ^4.0",
1366
                "symfony/property-info": "^2.8 || ^3.0 || ^4.0"
1367
            },
1368
            "suggest": {
1369
                "symfony/property-access": "To support complex objects.",
1370
                "symfony/property-info": "To support complex objects.",
1371
                "symfony/symfony": "To use the provided bundle."
1372
            },
1373
            "type": "library",
1374
            "extra": {
1375
                "branch-alias": {
1376
                    "dev-master": "1.0.x-dev"
1377
                }
1378
            },
1379
            "autoload": {
1380
                "psr-4": {
1381
                    "Dunglas\\DoctrineJsonOdm\\": "src/"
1382
                }
1383
            },
1384
            "notification-url": "https://packagist.org/downloads/",
1385
            "license": [
1386
                "MIT"
1387
            ],
1388
            "authors": [
1389
                {
1390
                    "name": "Kévin Dunglas",
1391
                    "email": "[email protected]",
1392
                    "homepage": "https://dunglas.fr"
1393
                }
1394
            ],
1395
            "description": "An object document mapper for Doctrine ORM using JSON types of modern RDBMS.",
1396
            "homepage": "https://dunglas.fr",
1397
            "keywords": [
1398
                "database",
1399
                "json",
1400
                "mysql",
1401
                "odm",
1402
                "orm",
1403
                "postgresql",
1404
                "rdbms"
1405
            ],
1406
            "time": "2017-11-19T16:41:08+00:00"
1407
        },
1408
        {
1409
            "name": "friendsofsymfony/user-bundle",
1410
            "version": "v2.0.0",
1411
            "source": {
1412
                "type": "git",
1413
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1414
                "reference": "2e0243e9e8a3ca0dab753fc5f2e79b4b3093ac9a"
1415
            },
1416
            "dist": {
1417
                "type": "zip",
1418
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2e0243e9e8a3ca0dab753fc5f2e79b4b3093ac9a",
1419
                "reference": "2e0243e9e8a3ca0dab753fc5f2e79b4b3093ac9a",
1420
                "shasum": ""
1421
            },
1422
            "require": {
1423
                "paragonie/random_compat": "^1 || ^2",
1424
                "php": "^5.5.9 || ^7.0",
1425
                "symfony/form": "^2.7 || ^3.0",
1426
                "symfony/framework-bundle": "^2.7 || ^3.0",
1427
                "symfony/security-bundle": "^2.7 || ^3.0",
1428
                "symfony/templating": "^2.7 || ^3.0",
1429
                "symfony/twig-bundle": "^2.7 || ^3.0",
1430
                "twig/twig": "^1.28 || ^2.0"
1431
            },
1432
            "conflict": {
1433
                "doctrine/doctrine-bundle": "<1.3",
1434
                "symfony/doctrine-bridge": "<2.7"
1435
            },
1436
            "require-dev": {
1437
                "doctrine/doctrine-bundle": "^1.3",
1438
                "friendsofphp/php-cs-fixer": "^1.11",
1439
                "phpunit/phpunit": "~4.8|~5.0",
1440
                "swiftmailer/swiftmailer": "^4.3 || ^5.0",
1441
                "symfony/console": "^2.7 || ^3.0",
1442
                "symfony/phpunit-bridge": "^2.7 || ^3.0",
1443
                "symfony/validator": "^2.7 || ^3.0",
1444
                "symfony/yaml": "^2.7 || ^3.0"
1445
            },
1446
            "type": "symfony-bundle",
1447
            "extra": {
1448
                "branch-alias": {
1449
                    "dev-master": "2.0.x-dev"
1450
                }
1451
            },
1452
            "autoload": {
1453
                "psr-4": {
1454
                    "FOS\\UserBundle\\": ""
1455
                },
1456
                "exclude-from-classmap": [
1457
                    "/Tests/"
1458
                ]
1459
            },
1460
            "notification-url": "https://packagist.org/downloads/",
1461
            "license": [
1462
                "MIT"
1463
            ],
1464
            "authors": [
1465
                {
1466
                    "name": "Christophe Coevoet",
1467
                    "email": "[email protected]"
1468
                },
1469
                {
1470
                    "name": "FriendsOfSymfony Community",
1471
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1472
                },
1473
                {
1474
                    "name": "Thibault Duplessis",
1475
                    "email": "[email protected]"
1476
                }
1477
            ],
1478
            "description": "Symfony FOSUserBundle",
1479
            "homepage": "http://friendsofsymfony.github.com",
1480
            "keywords": [
1481
                "User management"
1482
            ],
1483
            "time": "2017-03-29T13:21:34+00:00"
1484
        },
1485
        {
1486
            "name": "guzzlehttp/guzzle",
1487
            "version": "6.3.0",
1488
            "source": {
1489
                "type": "git",
1490
                "url": "https://github.com/guzzle/guzzle.git",
1491
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
1492
            },
1493
            "dist": {
1494
                "type": "zip",
1495
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1496
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1497
                "shasum": ""
1498
            },
1499
            "require": {
1500
                "guzzlehttp/promises": "^1.0",
1501
                "guzzlehttp/psr7": "^1.4",
1502
                "php": ">=5.5"
1503
            },
1504
            "require-dev": {
1505
                "ext-curl": "*",
1506
                "phpunit/phpunit": "^4.0 || ^5.0",
1507
                "psr/log": "^1.0"
1508
            },
1509
            "suggest": {
1510
                "psr/log": "Required for using the Log middleware"
1511
            },
1512
            "type": "library",
1513
            "extra": {
1514
                "branch-alias": {
1515
                    "dev-master": "6.2-dev"
1516
                }
1517
            },
1518
            "autoload": {
1519
                "files": [
1520
                    "src/functions_include.php"
1521
                ],
1522
                "psr-4": {
1523
                    "GuzzleHttp\\": "src/"
1524
                }
1525
            },
1526
            "notification-url": "https://packagist.org/downloads/",
1527
            "license": [
1528
                "MIT"
1529
            ],
1530
            "authors": [
1531
                {
1532
                    "name": "Michael Dowling",
1533
                    "email": "[email protected]",
1534
                    "homepage": "https://github.com/mtdowling"
1535
                }
1536
            ],
1537
            "description": "Guzzle is a PHP HTTP client library",
1538
            "homepage": "http://guzzlephp.org/",
1539
            "keywords": [
1540
                "client",
1541
                "curl",
1542
                "framework",
1543
                "http",
1544
                "http client",
1545
                "rest",
1546
                "web service"
1547
            ],
1548
            "time": "2017-06-22T18:50:49+00:00"
1549
        },
1550
        {
1551
            "name": "guzzlehttp/promises",
1552
            "version": "v1.3.1",
1553
            "source": {
1554
                "type": "git",
1555
                "url": "https://github.com/guzzle/promises.git",
1556
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1557
            },
1558
            "dist": {
1559
                "type": "zip",
1560
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1561
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1562
                "shasum": ""
1563
            },
1564
            "require": {
1565
                "php": ">=5.5.0"
1566
            },
1567
            "require-dev": {
1568
                "phpunit/phpunit": "^4.0"
1569
            },
1570
            "type": "library",
1571
            "extra": {
1572
                "branch-alias": {
1573
                    "dev-master": "1.4-dev"
1574
                }
1575
            },
1576
            "autoload": {
1577
                "psr-4": {
1578
                    "GuzzleHttp\\Promise\\": "src/"
1579
                },
1580
                "files": [
1581
                    "src/functions_include.php"
1582
                ]
1583
            },
1584
            "notification-url": "https://packagist.org/downloads/",
1585
            "license": [
1586
                "MIT"
1587
            ],
1588
            "authors": [
1589
                {
1590
                    "name": "Michael Dowling",
1591
                    "email": "[email protected]",
1592
                    "homepage": "https://github.com/mtdowling"
1593
                }
1594
            ],
1595
            "description": "Guzzle promises library",
1596
            "keywords": [
1597
                "promise"
1598
            ],
1599
            "time": "2016-12-20T10:07:11+00:00"
1600
        },
1601
        {
1602
            "name": "guzzlehttp/psr7",
1603
            "version": "1.4.2",
1604
            "source": {
1605
                "type": "git",
1606
                "url": "https://github.com/guzzle/psr7.git",
1607
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1608
            },
1609
            "dist": {
1610
                "type": "zip",
1611
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1612
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1613
                "shasum": ""
1614
            },
1615
            "require": {
1616
                "php": ">=5.4.0",
1617
                "psr/http-message": "~1.0"
1618
            },
1619
            "provide": {
1620
                "psr/http-message-implementation": "1.0"
1621
            },
1622
            "require-dev": {
1623
                "phpunit/phpunit": "~4.0"
1624
            },
1625
            "type": "library",
1626
            "extra": {
1627
                "branch-alias": {
1628
                    "dev-master": "1.4-dev"
1629
                }
1630
            },
1631
            "autoload": {
1632
                "psr-4": {
1633
                    "GuzzleHttp\\Psr7\\": "src/"
1634
                },
1635
                "files": [
1636
                    "src/functions_include.php"
1637
                ]
1638
            },
1639
            "notification-url": "https://packagist.org/downloads/",
1640
            "license": [
1641
                "MIT"
1642
            ],
1643
            "authors": [
1644
                {
1645
                    "name": "Michael Dowling",
1646
                    "email": "[email protected]",
1647
                    "homepage": "https://github.com/mtdowling"
1648
                },
1649
                {
1650
                    "name": "Tobias Schultze",
1651
                    "homepage": "https://github.com/Tobion"
1652
                }
1653
            ],
1654
            "description": "PSR-7 message implementation that also provides common utility methods",
1655
            "keywords": [
1656
                "http",
1657
                "message",
1658
                "request",
1659
                "response",
1660
                "stream",
1661
                "uri",
1662
                "url"
1663
            ],
1664
            "time": "2017-03-20T17:10:46+00:00"
1665
        },
1666
        {
1667
            "name": "hwi/oauth-bundle",
1668
            "version": "dev-master",
1669
            "source": {
1670
                "type": "git",
1671
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
1672
                "reference": "0963709b04d8ac0d6d6c0c78787f6f59bd0d9a01"
1673
            },
1674
            "dist": {
1675
                "type": "zip",
1676
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/0963709b04d8ac0d6d6c0c78787f6f59bd0d9a01",
1677
                "reference": "0963709b04d8ac0d6d6c0c78787f6f59bd0d9a01",
1678
                "shasum": ""
1679
            },
1680
            "require": {
1681
                "php": "^5.6|^7.0",
1682
                "php-http/client-common": "^1.3",
1683
                "php-http/client-implementation": "^1.0",
1684
                "php-http/discovery": "^1.0",
1685
                "php-http/httplug": "^1.0",
1686
                "php-http/message-factory": "^1.0",
1687
                "psr/http-message": "^1.0",
1688
                "symfony/form": "^2.8|^3.0|^4.0",
1689
                "symfony/framework-bundle": "^2.8|^3.0|^4.0",
1690
                "symfony/options-resolver": "^2.8|^3.0|^4.0",
1691
                "symfony/security-bundle": "^2.8|^3.0|^4.0",
1692
                "symfony/templating": "^2.8|^3.0|^4.0",
1693
                "symfony/yaml": "^2.8|^3.0|^4.0"
1694
            },
1695
            "conflict": {
1696
                "twig/twig": "<1.12"
1697
            },
1698
            "require-dev": {
1699
                "doctrine/orm": "^2.3",
1700
                "friendsofphp/php-cs-fixer": "^2.0",
1701
                "friendsofsymfony/user-bundle": "^1.3|^2.0",
1702
                "php-http/guzzle6-adapter": "^1.1",
1703
                "php-http/httplug-bundle": "^1.7",
1704
                "phpunit/phpunit": "^5.7",
1705
                "symfony/phpunit-bridge": "^2.8|^3.0|^4.0",
1706
                "symfony/property-access": "^2.8|^3.0|^4.0",
1707
                "symfony/stopwatch": "^2.8|^3.0|^4.0",
1708
                "symfony/twig-bundle": "^2.8|^3.0|^4.0",
1709
                "symfony/validator": "^2.8|^3.0|^4.0"
1710
            },
1711
            "suggest": {
1712
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
1713
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
1714
                "php-http/httplug-bundle": "to provide required HTTP client with ease.",
1715
                "symfony/property-access": "to use FOSUB integration with this bundle",
1716
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
1717
            },
1718
            "type": "symfony-bundle",
1719
            "extra": {
1720
                "branch-alias": {
1721
                    "dev-master": "0.6-dev"
1722
                }
1723
            },
1724
            "autoload": {
1725
                "psr-4": {
1726
                    "HWI\\Bundle\\OAuthBundle\\": ""
1727
                },
1728
                "exclude-from-classmap": [
1729
                    "/Tests/"
1730
                ]
1731
            },
1732
            "notification-url": "https://packagist.org/downloads/",
1733
            "license": [
1734
                "MIT"
1735
            ],
1736
            "authors": [
1737
                {
1738
                    "name": "Contributors",
1739
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
1740
                },
1741
                {
1742
                    "name": "Joseph Bielawski",
1743
                    "email": "[email protected]"
1744
                },
1745
                {
1746
                    "name": "Alexander",
1747
                    "email": "[email protected]"
1748
                },
1749
                {
1750
                    "name": "Geoffrey Bachelet",
1751
                    "email": "[email protected]"
1752
                }
1753
            ],
1754
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
1755
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
1756
            "keywords": [
1757
                "37signals",
1758
                "Authentication",
1759
                "Deezer",
1760
                "EVE Online",
1761
                "amazon",
1762
                "asana",
1763
                "auth0",
1764
                "azure",
1765
                "bitbucket",
1766
                "bitly",
1767
                "box",
1768
                "bufferapp",
1769
                "clever",
1770
                "dailymotion",
1771
                "deviantart",
1772
                "discogs",
1773
                "disqus",
1774
                "dropbox",
1775
                "eventbrite",
1776
                "facebook",
1777
                "firewall",
1778
                "fiware",
1779
                "flickr",
1780
                "foursquare",
1781
                "github",
1782
                "gitlab",
1783
                "google",
1784
                "hubic",
1785
                "instagram",
1786
                "jawbone",
1787
                "jira",
1788
                "linkedin",
1789
                "mail.ru",
1790
                "oauth",
1791
                "oauth1",
1792
                "oauth2",
1793
                "odnoklassniki",
1794
                "paypal",
1795
                "qq",
1796
                "reddit",
1797
                "runkeeper",
1798
                "salesforce",
1799
                "security",
1800
                "sensio connect",
1801
                "sina weibo",
1802
                "slack",
1803
                "sound cloud",
1804
                "spotify",
1805
                "stack exchange",
1806
                "stereomood",
1807
                "strava",
1808
                "toshl",
1809
                "trakt",
1810
                "trello",
1811
                "twitch",
1812
                "twitter",
1813
                "vkontakte",
1814
                "windows live",
1815
                "wordpress",
1816
                "wunderlist",
1817
                "xing",
1818
                "yahoo",
1819
                "yandex",
1820
                "youtube"
1821
            ],
1822
            "time": "2018-07-31T10:19:28+00:00"
1823
        },
1824
        {
1825
            "name": "incenteev/composer-parameter-handler",
1826
            "version": "v2.1.2",
1827
            "source": {
1828
                "type": "git",
1829
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1830
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1831
            },
1832
            "dist": {
1833
                "type": "zip",
1834
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1835
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1836
                "shasum": ""
1837
            },
1838
            "require": {
1839
                "php": ">=5.3.3",
1840
                "symfony/yaml": "~2.3|~3.0"
1841
            },
1842
            "require-dev": {
1843
                "composer/composer": "1.0.*@dev",
1844
                "phpspec/prophecy-phpunit": "~1.0",
1845
                "symfony/filesystem": "~2.2"
1846
            },
1847
            "type": "library",
1848
            "extra": {
1849
                "branch-alias": {
1850
                    "dev-master": "2.1.x-dev"
1851
                }
1852
            },
1853
            "autoload": {
1854
                "psr-4": {
1855
                    "Incenteev\\ParameterHandler\\": ""
1856
                }
1857
            },
1858
            "notification-url": "https://packagist.org/downloads/",
1859
            "license": [
1860
                "MIT"
1861
            ],
1862
            "authors": [
1863
                {
1864
                    "name": "Christophe Coevoet",
1865
                    "email": "[email protected]"
1866
                }
1867
            ],
1868
            "description": "Composer script handling your ignored parameter file",
1869
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1870
            "keywords": [
1871
                "parameters management"
1872
            ],
1873
            "time": "2015-11-10T17:04:01+00:00"
1874
        },
1875
        {
1876
            "name": "jdorn/sql-formatter",
1877
            "version": "v1.2.17",
1878
            "source": {
1879
                "type": "git",
1880
                "url": "https://github.com/jdorn/sql-formatter.git",
1881
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1882
            },
1883
            "dist": {
1884
                "type": "zip",
1885
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1886
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1887
                "shasum": ""
1888
            },
1889
            "require": {
1890
                "php": ">=5.2.4"
1891
            },
1892
            "require-dev": {
1893
                "phpunit/phpunit": "3.7.*"
1894
            },
1895
            "type": "library",
1896
            "extra": {
1897
                "branch-alias": {
1898
                    "dev-master": "1.3.x-dev"
1899
                }
1900
            },
1901
            "autoload": {
1902
                "classmap": [
1903
                    "lib"
1904
                ]
1905
            },
1906
            "notification-url": "https://packagist.org/downloads/",
1907
            "license": [
1908
                "MIT"
1909
            ],
1910
            "authors": [
1911
                {
1912
                    "name": "Jeremy Dorn",
1913
                    "email": "[email protected]",
1914
                    "homepage": "http://jeremydorn.com/"
1915
                }
1916
            ],
1917
            "description": "a PHP SQL highlighting library",
1918
            "homepage": "https://github.com/jdorn/sql-formatter/",
1919
            "keywords": [
1920
                "highlight",
1921
                "sql"
1922
            ],
1923
            "time": "2014-01-12T16:20:24+00:00"
1924
        },
1925
        {
1926
            "name": "knplabs/doctrine-behaviors",
1927
            "version": "1.4.0",
1928
            "source": {
1929
                "type": "git",
1930
                "url": "https://github.com/KnpLabs/DoctrineBehaviors.git",
1931
                "reference": "c41433f5519d791d2fbdb2164633035c173b9db1"
1932
            },
1933
            "dist": {
1934
                "type": "zip",
1935
                "url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/c41433f5519d791d2fbdb2164633035c173b9db1",
1936
                "reference": "c41433f5519d791d2fbdb2164633035c173b9db1",
1937
                "shasum": ""
1938
            },
1939
            "require": {
1940
                "behat/transliterator": "~1.0",
1941
                "doctrine/common": ">=2.2",
1942
                "php": ">=5.4"
1943
            },
1944
            "require-dev": {
1945
                "doctrine/orm": ">=2.2",
1946
                "ext-pdo_mysql": "*",
1947
                "ext-pdo_pgsql": "*",
1948
                "ext-pdo_sqlite": "*",
1949
                "hexmedia/yaml-linter": "~0.1",
1950
                "jakub-onderka/php-parallel-lint": "~0.8",
1951
                "phpunit/phpunit": "~4.8"
1952
            },
1953
            "suggest": {
1954
                "symfony/framework-bundle": "To be able to use it as a bundle"
1955
            },
1956
            "type": "library",
1957
            "extra": {
1958
                "branch-alias": {
1959
                    "dev-master": "1.1.x-dev"
1960
                }
1961
            },
1962
            "autoload": {
1963
                "psr-4": {
1964
                    "Knp\\DoctrineBehaviors\\": "src/"
1965
                }
1966
            },
1967
            "notification-url": "https://packagist.org/downloads/",
1968
            "license": [
1969
                "MIT"
1970
            ],
1971
            "authors": [
1972
                {
1973
                    "name": "Knplabs",
1974
                    "homepage": "http://knplabs.com"
1975
                }
1976
            ],
1977
            "description": "Doctrine2 behavior traits",
1978
            "homepage": "http://knplabs.com",
1979
            "keywords": [
1980
                "Blameable",
1981
                "behaviors",
1982
                "doctrine2",
1983
                "filterable",
1984
                "softdeletable",
1985
                "timestampable",
1986
                "translatable",
1987
                "tree"
1988
            ],
1989
            "time": "2016-09-30T06:03:12+00:00"
1990
        },
1991
        {
1992
            "name": "lexik/jwt-authentication-bundle",
1993
            "version": "v2.4.0",
1994
            "source": {
1995
                "type": "git",
1996
                "url": "https://github.com/lexik/LexikJWTAuthenticationBundle.git",
1997
                "reference": "b0d64729f57a76fd0bce2100a487af2e0aa99936"
1998
            },
1999
            "dist": {
2000
                "type": "zip",
2001
                "url": "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/b0d64729f57a76fd0bce2100a487af2e0aa99936",
2002
                "reference": "b0d64729f57a76fd0bce2100a487af2e0aa99936",
2003
                "shasum": ""
2004
            },
2005
            "require": {
2006
                "namshi/jose": "^7.2",
2007
                "php": "^5.5|^7.0",
2008
                "symfony/console": "^2.8|^3.0",
2009
                "symfony/framework-bundle": "^2.8|^3.0",
2010
                "symfony/security-bundle": "^2.8|^3.0"
2011
            },
2012
            "require-dev": {
2013
                "friendsofphp/php-cs-fixer": "^1.1",
2014
                "lcobucci/jwt": "~3.2",
2015
                "phpunit/phpunit": "^4.8|^5.0",
2016
                "symfony/browser-kit": "^2.8|^3.0",
2017
                "symfony/dom-crawler": "^2.8|^3.0",
2018
                "symfony/phpunit-bridge": "~3.2",
2019
                "symfony/yaml": "^2.8|^3.0"
2020
            },
2021
            "suggest": {
2022
                "gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony",
2023
                "lcobucci/jwt": "For using the LcobucciJWTEncoder",
2024
                "spomky-labs/lexik-jose-bridge": "Provides a JWT Token encoder with encryption support"
2025
            },
2026
            "type": "symfony-bundle",
2027
            "extra": {
2028
                "branch-alias": {
2029
                    "dev-master": "2.x-dev"
2030
                }
2031
            },
2032
            "autoload": {
2033
                "psr-4": {
2034
                    "Lexik\\Bundle\\JWTAuthenticationBundle\\": ""
2035
                },
2036
                "exclude-from-classmap": [
2037
                    "/Tests/"
2038
                ]
2039
            },
2040
            "notification-url": "https://packagist.org/downloads/",
2041
            "license": [
2042
                "MIT"
2043
            ],
2044
            "authors": [
2045
                {
2046
                    "name": "Robin Chalas",
2047
                    "email": "[email protected]",
2048
                    "homepage": "https://github.com/chalasr"
2049
                },
2050
                {
2051
                    "name": "Jeremy Barthe",
2052
                    "email": "[email protected]",
2053
                    "homepage": "https://github.com/jeremyb"
2054
                },
2055
                {
2056
                    "name": "Nicolas Cabot",
2057
                    "email": "[email protected]",
2058
                    "homepage": "https://github.com/slashfan"
2059
                },
2060
                {
2061
                    "name": "Cedric Girard",
2062
                    "email": "[email protected]",
2063
                    "homepage": "https://github.com/cedric-g"
2064
                },
2065
                {
2066
                    "name": "Lexik Community",
2067
                    "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle/graphs/contributors"
2068
                },
2069
                {
2070
                    "name": "Dev Lexik",
2071
                    "email": "[email protected]",
2072
                    "homepage": "https://github.com/lexik"
2073
                }
2074
            ],
2075
            "description": "This bundle provides JWT authentication for your Symfony REST API",
2076
            "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle",
2077
            "keywords": [
2078
                "Authentication",
2079
                "JWS",
2080
                "api",
2081
                "bundle",
2082
                "jwt",
2083
                "rest",
2084
                "symfony"
2085
            ],
2086
            "time": "2017-05-08T10:16:54+00:00"
2087
        },
2088
        {
2089
            "name": "monolog/monolog",
2090
            "version": "1.22.1",
2091
            "source": {
2092
                "type": "git",
2093
                "url": "https://github.com/Seldaek/monolog.git",
2094
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
2095
            },
2096
            "dist": {
2097
                "type": "zip",
2098
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
2099
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
2100
                "shasum": ""
2101
            },
2102
            "require": {
2103
                "php": ">=5.3.0",
2104
                "psr/log": "~1.0"
2105
            },
2106
            "provide": {
2107
                "psr/log-implementation": "1.0.0"
2108
            },
2109
            "require-dev": {
2110
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2111
                "doctrine/couchdb": "~1.0@dev",
2112
                "graylog2/gelf-php": "~1.0",
2113
                "jakub-onderka/php-parallel-lint": "0.9",
2114
                "php-amqplib/php-amqplib": "~2.4",
2115
                "php-console/php-console": "^3.1.3",
2116
                "phpunit/phpunit": "~4.5",
2117
                "phpunit/phpunit-mock-objects": "2.3.0",
2118
                "ruflin/elastica": ">=0.90 <3.0",
2119
                "sentry/sentry": "^0.13",
2120
                "swiftmailer/swiftmailer": "~5.3"
2121
            },
2122
            "suggest": {
2123
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2124
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2125
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2126
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2127
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2128
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2129
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2130
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2131
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2132
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2133
                "sentry/sentry": "Allow sending log messages to a Sentry server"
2134
            },
2135
            "type": "library",
2136
            "extra": {
2137
                "branch-alias": {
2138
                    "dev-master": "2.0.x-dev"
2139
                }
2140
            },
2141
            "autoload": {
2142
                "psr-4": {
2143
                    "Monolog\\": "src/Monolog"
2144
                }
2145
            },
2146
            "notification-url": "https://packagist.org/downloads/",
2147
            "license": [
2148
                "MIT"
2149
            ],
2150
            "authors": [
2151
                {
2152
                    "name": "Jordi Boggiano",
2153
                    "email": "[email protected]",
2154
                    "homepage": "http://seld.be"
2155
                }
2156
            ],
2157
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2158
            "homepage": "http://github.com/Seldaek/monolog",
2159
            "keywords": [
2160
                "log",
2161
                "logging",
2162
                "psr-3"
2163
            ],
2164
            "time": "2017-03-13T07:08:03+00:00"
2165
        },
2166
        {
2167
            "name": "namshi/jose",
2168
            "version": "7.2.3",
2169
            "source": {
2170
                "type": "git",
2171
                "url": "https://github.com/namshi/jose.git",
2172
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
2173
            },
2174
            "dist": {
2175
                "type": "zip",
2176
                "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
2177
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
2178
                "shasum": ""
2179
            },
2180
            "require": {
2181
                "ext-date": "*",
2182
                "ext-hash": "*",
2183
                "ext-json": "*",
2184
                "ext-pcre": "*",
2185
                "ext-spl": "*",
2186
                "php": ">=5.5",
2187
                "symfony/polyfill-php56": "^1.0"
2188
            },
2189
            "require-dev": {
2190
                "phpseclib/phpseclib": "^2.0",
2191
                "phpunit/phpunit": "^4.5|^5.0",
2192
                "satooshi/php-coveralls": "^1.0"
2193
            },
2194
            "suggest": {
2195
                "ext-openssl": "Allows to use OpenSSL as crypto engine.",
2196
                "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
2197
            },
2198
            "type": "library",
2199
            "autoload": {
2200
                "psr-4": {
2201
                    "Namshi\\JOSE\\": "src/Namshi/JOSE/"
2202
                }
2203
            },
2204
            "notification-url": "https://packagist.org/downloads/",
2205
            "license": [
2206
                "MIT"
2207
            ],
2208
            "authors": [
2209
                {
2210
                    "name": "Alessandro Nadalin",
2211
                    "email": "[email protected]"
2212
                },
2213
                {
2214
                    "name": "Alessandro Cinelli (cirpo)",
2215
                    "email": "[email protected]"
2216
                }
2217
            ],
2218
            "description": "JSON Object Signing and Encryption library for PHP.",
2219
            "keywords": [
2220
                "JSON Web Signature",
2221
                "JSON Web Token",
2222
                "JWS",
2223
                "json",
2224
                "jwt",
2225
                "token"
2226
            ],
2227
            "time": "2016-12-05T07:27:31+00:00"
2228
        },
2229
        {
2230
            "name": "nelmio/cors-bundle",
2231
            "version": "1.5.3",
2232
            "source": {
2233
                "type": "git",
2234
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
2235
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056"
2236
            },
2237
            "dist": {
2238
                "type": "zip",
2239
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/ac6576a599d7db9c2c6022602c188a5594216056",
2240
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056",
2241
                "shasum": ""
2242
            },
2243
            "require": {
2244
                "symfony/framework-bundle": "^2.7 || ^3.0"
2245
            },
2246
            "require-dev": {
2247
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
2248
                "mockery/mockery": "0.9.*"
2249
            },
2250
            "type": "symfony-bundle",
2251
            "extra": {
2252
                "branch-alias": {
2253
                    "dev-master": "1.5.x-dev"
2254
                }
2255
            },
2256
            "autoload": {
2257
                "psr-4": {
2258
                    "Nelmio\\CorsBundle\\": ""
2259
                },
2260
                "exclude-from-classmap": [
2261
                    "/Tests/"
2262
                ]
2263
            },
2264
            "notification-url": "https://packagist.org/downloads/",
2265
            "license": [
2266
                "MIT"
2267
            ],
2268
            "authors": [
2269
                {
2270
                    "name": "Nelmio",
2271
                    "homepage": "http://nelm.io"
2272
                },
2273
                {
2274
                    "name": "Symfony Community",
2275
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2276
                }
2277
            ],
2278
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2279
            "keywords": [
2280
                "api",
2281
                "cors",
2282
                "crossdomain"
2283
            ],
2284
            "time": "2017-04-24T09:12:42+00:00"
2285
        },
2286
        {
2287
            "name": "ocramius/package-versions",
2288
            "version": "1.1.2",
2289
            "source": {
2290
                "type": "git",
2291
                "url": "https://github.com/Ocramius/PackageVersions.git",
2292
                "reference": "51e867c70f0799790b3e82276875414ce13daaca"
2293
            },
2294
            "dist": {
2295
                "type": "zip",
2296
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/51e867c70f0799790b3e82276875414ce13daaca",
2297
                "reference": "51e867c70f0799790b3e82276875414ce13daaca",
2298
                "shasum": ""
2299
            },
2300
            "require": {
2301
                "composer-plugin-api": "^1.0",
2302
                "php": "~7.0"
2303
            },
2304
            "require-dev": {
2305
                "composer/composer": "^1.3",
2306
                "ext-zip": "*",
2307
                "phpunit/phpunit": "^5.4.7"
2308
            },
2309
            "type": "composer-plugin",
2310
            "extra": {
2311
                "class": "PackageVersions\\Installer",
2312
                "branch-alias": {
2313
                    "dev-master": "2.0.x-dev"
2314
                }
2315
            },
2316
            "autoload": {
2317
                "psr-4": {
2318
                    "PackageVersions\\": "src/PackageVersions"
2319
                }
2320
            },
2321
            "notification-url": "https://packagist.org/downloads/",
2322
            "license": [
2323
                "MIT"
2324
            ],
2325
            "authors": [
2326
                {
2327
                    "name": "Marco Pivetta",
2328
                    "email": "[email protected]"
2329
                }
2330
            ],
2331
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2332
            "time": "2016-12-30T09:49:15+00:00"
2333
        },
2334
        {
2335
            "name": "ocramius/proxy-manager",
2336
            "version": "2.1.1",
2337
            "source": {
2338
                "type": "git",
2339
                "url": "https://github.com/Ocramius/ProxyManager.git",
2340
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
2341
            },
2342
            "dist": {
2343
                "type": "zip",
2344
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
2345
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
2346
                "shasum": ""
2347
            },
2348
            "require": {
2349
                "ocramius/package-versions": "^1.1.1",
2350
                "php": "^7.1.0",
2351
                "zendframework/zend-code": "^3.1.0"
2352
            },
2353
            "require-dev": {
2354
                "couscous/couscous": "^1.5.2",
2355
                "ext-phar": "*",
2356
                "humbug/humbug": "dev-master@DEV",
2357
                "nikic/php-parser": "^3.0.4",
2358
                "phpbench/phpbench": "^0.12.2",
2359
                "phpstan/phpstan": "^0.6.4",
2360
                "phpunit/phpunit": "^5.6.4",
2361
                "phpunit/phpunit-mock-objects": "^3.4.1",
2362
                "squizlabs/php_codesniffer": "^2.7.0"
2363
            },
2364
            "suggest": {
2365
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2366
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2367
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2368
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2369
            },
2370
            "type": "library",
2371
            "extra": {
2372
                "branch-alias": {
2373
                    "dev-master": "3.0.x-dev"
2374
                }
2375
            },
2376
            "autoload": {
2377
                "psr-0": {
2378
                    "ProxyManager\\": "src"
2379
                }
2380
            },
2381
            "notification-url": "https://packagist.org/downloads/",
2382
            "license": [
2383
                "MIT"
2384
            ],
2385
            "authors": [
2386
                {
2387
                    "name": "Marco Pivetta",
2388
                    "email": "[email protected]",
2389
                    "homepage": "http://ocramius.github.io/"
2390
                }
2391
            ],
2392
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2393
            "homepage": "https://github.com/Ocramius/ProxyManager",
2394
            "keywords": [
2395
                "aop",
2396
                "lazy loading",
2397
                "proxy",
2398
                "proxy pattern",
2399
                "service proxies"
2400
            ],
2401
            "time": "2017-05-04T11:12:50+00:00"
2402
        },
2403
        {
2404
            "name": "paragonie/random_compat",
2405
            "version": "v2.0.10",
2406
            "source": {
2407
                "type": "git",
2408
                "url": "https://github.com/paragonie/random_compat.git",
2409
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
2410
            },
2411
            "dist": {
2412
                "type": "zip",
2413
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
2414
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
2415
                "shasum": ""
2416
            },
2417
            "require": {
2418
                "php": ">=5.2.0"
2419
            },
2420
            "require-dev": {
2421
                "phpunit/phpunit": "4.*|5.*"
2422
            },
2423
            "suggest": {
2424
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2425
            },
2426
            "type": "library",
2427
            "autoload": {
2428
                "files": [
2429
                    "lib/random.php"
2430
                ]
2431
            },
2432
            "notification-url": "https://packagist.org/downloads/",
2433
            "license": [
2434
                "MIT"
2435
            ],
2436
            "authors": [
2437
                {
2438
                    "name": "Paragon Initiative Enterprises",
2439
                    "email": "[email protected]",
2440
                    "homepage": "https://paragonie.com"
2441
                }
2442
            ],
2443
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2444
            "keywords": [
2445
                "csprng",
2446
                "pseudorandom",
2447
                "random"
2448
            ],
2449
            "time": "2017-03-13T16:27:32+00:00"
2450
        },
2451
        {
2452
            "name": "php-http/cache-plugin",
2453
            "version": "dev-master",
2454
            "source": {
2455
                "type": "git",
2456
                "url": "https://github.com/php-http/cache-plugin.git",
2457
                "reference": "5ae8a805966987a12f5185897914c2966acdf09e"
2458
            },
2459
            "dist": {
2460
                "type": "zip",
2461
                "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/5ae8a805966987a12f5185897914c2966acdf09e",
2462
                "reference": "5ae8a805966987a12f5185897914c2966acdf09e",
2463
                "shasum": ""
2464
            },
2465
            "require": {
2466
                "php": "^5.4 || ^7.0",
2467
                "php-http/client-common": "^1.1",
2468
                "php-http/message-factory": "^1.0",
2469
                "psr/cache": "^1.0",
2470
                "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0"
2471
            },
2472
            "require-dev": {
2473
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2474
                "phpspec/phpspec": "^2.5"
2475
            },
2476
            "type": "library",
2477
            "extra": {
2478
                "branch-alias": {
2479
                    "dev-master": "1.6-dev"
2480
                }
2481
            },
2482
            "autoload": {
2483
                "psr-4": {
2484
                    "Http\\Client\\Common\\Plugin\\": "src/"
2485
                }
2486
            },
2487
            "notification-url": "https://packagist.org/downloads/",
2488
            "license": [
2489
                "MIT"
2490
            ],
2491
            "authors": [
2492
                {
2493
                    "name": "Márk Sági-Kazár",
2494
                    "email": "[email protected]"
2495
                }
2496
            ],
2497
            "description": "PSR-6 Cache plugin for HTTPlug",
2498
            "homepage": "http://httplug.io",
2499
            "keywords": [
2500
                "cache",
2501
                "http",
2502
                "httplug",
2503
                "plugin"
2504
            ],
2505
            "time": "2018-01-29T16:52:48+00:00"
2506
        },
2507
        {
2508
            "name": "php-http/client-common",
2509
            "version": "dev-master",
2510
            "source": {
2511
                "type": "git",
2512
                "url": "https://github.com/php-http/client-common.git",
2513
                "reference": "f77e88b806b6846dbca16a966ee25aa92debd612"
2514
            },
2515
            "dist": {
2516
                "type": "zip",
2517
                "url": "https://api.github.com/repos/php-http/client-common/zipball/f77e88b806b6846dbca16a966ee25aa92debd612",
2518
                "reference": "f77e88b806b6846dbca16a966ee25aa92debd612",
2519
                "shasum": ""
2520
            },
2521
            "require": {
2522
                "php": "^5.4 || ^7.0",
2523
                "php-http/httplug": "^1.1",
2524
                "php-http/message": "^1.6",
2525
                "php-http/message-factory": "^1.0",
2526
                "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0"
2527
            },
2528
            "require-dev": {
2529
                "guzzlehttp/psr7": "^1.4",
2530
                "phpspec/phpspec": "^2.5 || ^3.4 || ^4.2"
2531
            },
2532
            "suggest": {
2533
                "php-http/cache-plugin": "PSR-6 Cache plugin",
2534
                "php-http/logger-plugin": "PSR-3 Logger plugin",
2535
                "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
2536
            },
2537
            "type": "library",
2538
            "extra": {
2539
                "branch-alias": {
2540
                    "dev-master": "1.8-dev"
2541
                }
2542
            },
2543
            "autoload": {
2544
                "psr-4": {
2545
                    "Http\\Client\\Common\\": "src/"
2546
                }
2547
            },
2548
            "notification-url": "https://packagist.org/downloads/",
2549
            "license": [
2550
                "MIT"
2551
            ],
2552
            "authors": [
2553
                {
2554
                    "name": "Márk Sági-Kazár",
2555
                    "email": "[email protected]"
2556
                }
2557
            ],
2558
            "description": "Common HTTP Client implementations and tools for HTTPlug",
2559
            "homepage": "http://httplug.io",
2560
            "keywords": [
2561
                "client",
2562
                "common",
2563
                "http",
2564
                "httplug"
2565
            ],
2566
            "time": "2018-09-21T16:40:36+00:00"
2567
        },
2568
        {
2569
            "name": "php-http/discovery",
2570
            "version": "1.4.0",
2571
            "source": {
2572
                "type": "git",
2573
                "url": "https://github.com/php-http/discovery.git",
2574
                "reference": "9a6cb24de552bfe1aa9d7d1569e2d49c5b169a33"
2575
            },
2576
            "dist": {
2577
                "type": "zip",
2578
                "url": "https://api.github.com/repos/php-http/discovery/zipball/9a6cb24de552bfe1aa9d7d1569e2d49c5b169a33",
2579
                "reference": "9a6cb24de552bfe1aa9d7d1569e2d49c5b169a33",
2580
                "shasum": ""
2581
            },
2582
            "require": {
2583
                "php": "^5.5 || ^7.0"
2584
            },
2585
            "require-dev": {
2586
                "henrikbjorn/phpspec-code-coverage": "^2.0.2",
2587
                "php-http/httplug": "^1.0",
2588
                "php-http/message-factory": "^1.0",
2589
                "phpspec/phpspec": "^2.4",
2590
                "puli/composer-plugin": "1.0.0-beta10"
2591
            },
2592
            "suggest": {
2593
                "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
2594
                "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
2595
            },
2596
            "type": "library",
2597
            "extra": {
2598
                "branch-alias": {
2599
                    "dev-master": "1.3-dev"
2600
                }
2601
            },
2602
            "autoload": {
2603
                "psr-4": {
2604
                    "Http\\Discovery\\": "src/"
2605
                }
2606
            },
2607
            "notification-url": "https://packagist.org/downloads/",
2608
            "license": [
2609
                "MIT"
2610
            ],
2611
            "authors": [
2612
                {
2613
                    "name": "Márk Sági-Kazár",
2614
                    "email": "[email protected]"
2615
                }
2616
            ],
2617
            "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
2618
            "homepage": "http://php-http.org",
2619
            "keywords": [
2620
                "adapter",
2621
                "client",
2622
                "discovery",
2623
                "factory",
2624
                "http",
2625
                "message",
2626
                "psr7"
2627
            ],
2628
            "time": "2018-02-06T10:55:24+00:00"
2629
        },
2630
        {
2631
            "name": "php-http/guzzle6-adapter",
2632
            "version": "dev-master",
2633
            "source": {
2634
                "type": "git",
2635
                "url": "https://github.com/php-http/guzzle6-adapter.git",
2636
                "reference": "312aa49fec2928911dd5cc614192db2147e9c56f"
2637
            },
2638
            "dist": {
2639
                "type": "zip",
2640
                "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/312aa49fec2928911dd5cc614192db2147e9c56f",
2641
                "reference": "312aa49fec2928911dd5cc614192db2147e9c56f",
2642
                "shasum": ""
2643
            },
2644
            "require": {
2645
                "guzzlehttp/guzzle": "^6.0",
2646
                "php": "^7.1",
2647
                "php-http/httplug": "^1.0"
2648
            },
2649
            "provide": {
2650
                "php-http/async-client-implementation": "1.0",
2651
                "php-http/client-implementation": "1.0"
2652
            },
2653
            "require-dev": {
2654
                "ext-curl": "*",
2655
                "php-http/client-integration-tests": "^0.6"
2656
            },
2657
            "type": "library",
2658
            "extra": {
2659
                "branch-alias": {
2660
                    "dev-master": "1.2-dev"
2661
                }
2662
            },
2663
            "autoload": {
2664
                "psr-4": {
2665
                    "Http\\Adapter\\Guzzle6\\": "src/"
2666
                }
2667
            },
2668
            "notification-url": "https://packagist.org/downloads/",
2669
            "license": [
2670
                "MIT"
2671
            ],
2672
            "authors": [
2673
                {
2674
                    "name": "Márk Sági-Kazár",
2675
                    "email": "[email protected]"
2676
                },
2677
                {
2678
                    "name": "David de Boer",
2679
                    "email": "[email protected]"
2680
                }
2681
            ],
2682
            "description": "Guzzle 6 HTTP Adapter",
2683
            "homepage": "http://httplug.io",
2684
            "keywords": [
2685
                "Guzzle",
2686
                "http"
2687
            ],
2688
            "time": "2018-09-09T15:23:13+00:00"
2689
        },
2690
        {
2691
            "name": "php-http/httplug",
2692
            "version": "dev-master",
2693
            "source": {
2694
                "type": "git",
2695
                "url": "https://github.com/php-http/httplug.git",
2696
                "reference": "afa7b216322f8157e21025f04f72eda0ee12f89d"
2697
            },
2698
            "dist": {
2699
                "type": "zip",
2700
                "url": "https://api.github.com/repos/php-http/httplug/zipball/afa7b216322f8157e21025f04f72eda0ee12f89d",
2701
                "reference": "afa7b216322f8157e21025f04f72eda0ee12f89d",
2702
                "shasum": ""
2703
            },
2704
            "require": {
2705
                "php": ">=5.4",
2706
                "php-http/promise": "^1.0",
2707
                "psr/http-message": "^1.0"
2708
            },
2709
            "require-dev": {
2710
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2711
                "phpspec/phpspec": "^2.4"
2712
            },
2713
            "type": "library",
2714
            "extra": {
2715
                "branch-alias": {
2716
                    "dev-master": "1.2-dev"
2717
                }
2718
            },
2719
            "autoload": {
2720
                "psr-4": {
2721
                    "Http\\Client\\": "src/"
2722
                }
2723
            },
2724
            "notification-url": "https://packagist.org/downloads/",
2725
            "license": [
2726
                "MIT"
2727
            ],
2728
            "authors": [
2729
                {
2730
                    "name": "Eric GELOEN",
2731
                    "email": "[email protected]"
2732
                },
2733
                {
2734
                    "name": "Márk Sági-Kazár",
2735
                    "email": "[email protected]"
2736
                }
2737
            ],
2738
            "description": "HTTPlug, the HTTP client abstraction for PHP",
2739
            "homepage": "http://httplug.io",
2740
            "keywords": [
2741
                "client",
2742
                "http"
2743
            ],
2744
            "time": "2017-12-18T08:01:36+00:00"
2745
        },
2746
        {
2747
            "name": "php-http/httplug-bundle",
2748
            "version": "dev-master",
2749
            "source": {
2750
                "type": "git",
2751
                "url": "https://github.com/php-http/HttplugBundle.git",
2752
                "reference": "853c4f697c22ef28db5d3a2e75ab5f8142db56a3"
2753
            },
2754
            "dist": {
2755
                "type": "zip",
2756
                "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/853c4f697c22ef28db5d3a2e75ab5f8142db56a3",
2757
                "reference": "853c4f697c22ef28db5d3a2e75ab5f8142db56a3",
2758
                "shasum": ""
2759
            },
2760
            "require": {
2761
                "php": "^5.5 || ^7.0",
2762
                "php-http/cache-plugin": "^1.4",
2763
                "php-http/client-common": "^1.6",
2764
                "php-http/client-implementation": "^1.0",
2765
                "php-http/discovery": "^1.0",
2766
                "php-http/httplug": "^1.0 || ^2.0",
2767
                "php-http/logger-plugin": "^1.0",
2768
                "php-http/message": "^1.4",
2769
                "php-http/message-factory": "^1.0.2",
2770
                "php-http/stopwatch-plugin": "^1.0",
2771
                "psr/http-message": "^1.0",
2772
                "symfony/config": "^2.8 || ^3.0 || ^4.0",
2773
                "symfony/dependency-injection": "^2.8.3 || ^3.0.3 || ^4.0",
2774
                "symfony/event-dispatcher": "^2.8 || ^3.0 || ^4.0",
2775
                "symfony/http-kernel": "^2.8 || ^3.0 || ^4.0",
2776
                "symfony/options-resolver": "^2.8 || ^3.0 || ^4.0",
2777
                "twig/twig": "^1.18 || ^2.0"
2778
            },
2779
            "conflict": {
2780
                "php-http/guzzle6-adapter": "<1.1"
2781
            },
2782
            "require-dev": {
2783
                "guzzlehttp/psr7": "^1.0",
2784
                "matthiasnoback/symfony-dependency-injection-test": "^1.1 || ^2.3",
2785
                "nyholm/nsa": "^1.1",
2786
                "php-http/buzz-adapter": "^0.3",
2787
                "php-http/curl-client": "^1.0",
2788
                "php-http/guzzle6-adapter": "^1.1.1",
2789
                "php-http/mock-client": "^1.0",
2790
                "php-http/promise": "^1.0",
2791
                "php-http/react-adapter": "^0.2.1",
2792
                "php-http/socket-client": "^1.0",
2793
                "polishsymfonycommunity/symfony-mocker-container": "^1.0",
2794
                "symfony/browser-kit": "^2.8 || ^3.0 || ^4.0",
2795
                "symfony/cache": "^3.1 || ^4.0",
2796
                "symfony/dom-crawler": "^2.8 || ^3.0 || ^4.0",
2797
                "symfony/framework-bundle": "^2.8.1 || ^3.0.1 || ^4.0",
2798
                "symfony/http-foundation": "^2.8 || ^3.0 || ^4.0",
2799
                "symfony/phpunit-bridge": "^3.3 || ^4.0",
2800
                "symfony/stopwatch": "^2.8 || ^3.0 || ^4.0",
2801
                "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
2802
                "symfony/web-profiler-bundle": "^2.8 || ^3.0 || ^4.0"
2803
            },
2804
            "suggest": {
2805
                "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily"
2806
            },
2807
            "type": "symfony-bundle",
2808
            "extra": {
2809
                "branch-alias": {
2810
                    "dev-master": "1.x-dev"
2811
                }
2812
            },
2813
            "autoload": {
2814
                "psr-4": {
2815
                    "Http\\HttplugBundle\\": ""
2816
                }
2817
            },
2818
            "notification-url": "https://packagist.org/downloads/",
2819
            "license": [
2820
                "MIT"
2821
            ],
2822
            "authors": [
2823
                {
2824
                    "name": "David Buchmann",
2825
                    "email": "[email protected]"
2826
                },
2827
                {
2828
                    "name": "Tobias Nyholm",
2829
                    "email": "[email protected]"
2830
                }
2831
            ],
2832
            "description": "Symfony integration for HTTPlug",
2833
            "homepage": "http://httplug.io",
2834
            "keywords": [
2835
                "adapter",
2836
                "bundle",
2837
                "discovery",
2838
                "factory",
2839
                "http",
2840
                "httplug",
2841
                "message",
2842
                "php-http"
2843
            ],
2844
            "time": "2018-09-08T11:19:03+00:00"
2845
        },
2846
        {
2847
            "name": "php-http/logger-plugin",
2848
            "version": "dev-master",
2849
            "source": {
2850
                "type": "git",
2851
                "url": "https://github.com/php-http/logger-plugin.git",
2852
                "reference": "262954e62dbadc5b57e01191e722067303c6e750"
2853
            },
2854
            "dist": {
2855
                "type": "zip",
2856
                "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/262954e62dbadc5b57e01191e722067303c6e750",
2857
                "reference": "262954e62dbadc5b57e01191e722067303c6e750",
2858
                "shasum": ""
2859
            },
2860
            "require": {
2861
                "php": ">=5.4",
2862
                "php-http/client-common": "^1.1",
2863
                "php-http/message": "^1.0",
2864
                "psr/log": "^1.0"
2865
            },
2866
            "require-dev": {
2867
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2868
                "phpspec/phpspec": "^2.5"
2869
            },
2870
            "type": "library",
2871
            "extra": {
2872
                "branch-alias": {
2873
                    "dev-master": "1.0-dev"
2874
                }
2875
            },
2876
            "autoload": {
2877
                "psr-4": {
2878
                    "Http\\Client\\Common\\Plugin\\": "src/"
2879
                }
2880
            },
2881
            "notification-url": "https://packagist.org/downloads/",
2882
            "license": [
2883
                "MIT"
2884
            ],
2885
            "authors": [
2886
                {
2887
                    "name": "Márk Sági-Kazár",
2888
                    "email": "[email protected]"
2889
                }
2890
            ],
2891
            "description": "PSR-3 Logger plugin for HTTPlug",
2892
            "homepage": "http://httplug.io",
2893
            "keywords": [
2894
                "http",
2895
                "httplug",
2896
                "logger",
2897
                "plugin"
2898
            ],
2899
            "time": "2018-04-24T11:26:21+00:00"
2900
        },
2901
        {
2902
            "name": "php-http/message",
2903
            "version": "dev-master",
2904
            "source": {
2905
                "type": "git",
2906
                "url": "https://github.com/php-http/message.git",
2907
                "reference": "741f2266a202d59c4ed75436671e1b8e6f475ea3"
2908
            },
2909
            "dist": {
2910
                "type": "zip",
2911
                "url": "https://api.github.com/repos/php-http/message/zipball/741f2266a202d59c4ed75436671e1b8e6f475ea3",
2912
                "reference": "741f2266a202d59c4ed75436671e1b8e6f475ea3",
2913
                "shasum": ""
2914
            },
2915
            "require": {
2916
                "clue/stream-filter": "^1.4",
2917
                "php": "^5.4 || ^7.0",
2918
                "php-http/message-factory": "^1.0.2",
2919
                "psr/http-message": "^1.0"
2920
            },
2921
            "provide": {
2922
                "php-http/message-factory-implementation": "1.0"
2923
            },
2924
            "require-dev": {
2925
                "akeneo/phpspec-skip-example-extension": "^1.0",
2926
                "coduo/phpspec-data-provider-extension": "^1.0",
2927
                "ext-zlib": "*",
2928
                "guzzlehttp/psr7": "^1.0",
2929
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2930
                "phpspec/phpspec": "^2.4",
2931
                "slim/slim": "^3.0",
2932
                "zendframework/zend-diactoros": "^1.0"
2933
            },
2934
            "suggest": {
2935
                "ext-zlib": "Used with compressor/decompressor streams",
2936
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
2937
                "slim/slim": "Used with Slim Framework PSR-7 implementation",
2938
                "zendframework/zend-diactoros": "Used with Diactoros Factories"
2939
            },
2940
            "type": "library",
2941
            "extra": {
2942
                "branch-alias": {
2943
                    "dev-master": "1.6-dev"
2944
                }
2945
            },
2946
            "autoload": {
2947
                "psr-4": {
2948
                    "Http\\Message\\": "src/"
2949
                },
2950
                "files": [
2951
                    "src/filters.php"
2952
                ]
2953
            },
2954
            "notification-url": "https://packagist.org/downloads/",
2955
            "license": [
2956
                "MIT"
2957
            ],
2958
            "authors": [
2959
                {
2960
                    "name": "Márk Sági-Kazár",
2961
                    "email": "[email protected]"
2962
                }
2963
            ],
2964
            "description": "HTTP Message related tools",
2965
            "homepage": "http://php-http.org",
2966
            "keywords": [
2967
                "http",
2968
                "message",
2969
                "psr-7"
2970
            ],
2971
            "time": "2018-08-15T06:37:30+00:00"
2972
        },
2973
        {
2974
            "name": "php-http/message-factory",
2975
            "version": "dev-master",
2976
            "source": {
2977
                "type": "git",
2978
                "url": "https://github.com/php-http/message-factory.git",
2979
                "reference": "2494018caaff513d36f9ee4413eece71a22534bc"
2980
            },
2981
            "dist": {
2982
                "type": "zip",
2983
                "url": "https://api.github.com/repos/php-http/message-factory/zipball/2494018caaff513d36f9ee4413eece71a22534bc",
2984
                "reference": "2494018caaff513d36f9ee4413eece71a22534bc",
2985
                "shasum": ""
2986
            },
2987
            "require": {
2988
                "php": ">=5.4",
2989
                "psr/http-message": "^1.0"
2990
            },
2991
            "type": "library",
2992
            "extra": {
2993
                "branch-alias": {
2994
                    "dev-master": "1.0-dev"
2995
                }
2996
            },
2997
            "autoload": {
2998
                "psr-4": {
2999
                    "Http\\Message\\": "src/"
3000
                }
3001
            },
3002
            "notification-url": "https://packagist.org/downloads/",
3003
            "license": [
3004
                "MIT"
3005
            ],
3006
            "authors": [
3007
                {
3008
                    "name": "Márk Sági-Kazár",
3009
                    "email": "[email protected]"
3010
                }
3011
            ],
3012
            "description": "Factory interfaces for PSR-7 HTTP Message",
3013
            "homepage": "http://php-http.org",
3014
            "keywords": [
3015
                "factory",
3016
                "http",
3017
                "message",
3018
                "stream",
3019
                "uri"
3020
            ],
3021
            "time": "2018-01-04T12:23:13+00:00"
3022
        },
3023
        {
3024
            "name": "php-http/promise",
3025
            "version": "dev-master",
3026
            "source": {
3027
                "type": "git",
3028
                "url": "https://github.com/php-http/promise.git",
3029
                "reference": "1cc44dc01402d407fc6da922591deebe4659826f"
3030
            },
3031
            "dist": {
3032
                "type": "zip",
3033
                "url": "https://api.github.com/repos/php-http/promise/zipball/1cc44dc01402d407fc6da922591deebe4659826f",
3034
                "reference": "1cc44dc01402d407fc6da922591deebe4659826f",
3035
                "shasum": ""
3036
            },
3037
            "require-dev": {
3038
                "henrikbjorn/phpspec-code-coverage": "^1.0",
3039
                "phpspec/phpspec": "^2.4"
3040
            },
3041
            "type": "library",
3042
            "extra": {
3043
                "branch-alias": {
3044
                    "dev-master": "1.0-dev"
3045
                }
3046
            },
3047
            "autoload": {
3048
                "psr-4": {
3049
                    "Http\\Promise\\": "src/"
3050
                }
3051
            },
3052
            "notification-url": "https://packagist.org/downloads/",
3053
            "license": [
3054
                "MIT"
3055
            ],
3056
            "authors": [
3057
                {
3058
                    "name": "Márk Sági-Kazár",
3059
                    "email": "[email protected]"
3060
                },
3061
                {
3062
                    "name": "Joel Wurtz",
3063
                    "email": "[email protected]"
3064
                }
3065
            ],
3066
            "description": "Promise used for asynchronous HTTP requests",
3067
            "homepage": "http://httplug.io",
3068
            "keywords": [
3069
                "promise"
3070
            ],
3071
            "time": "2017-11-22T21:24:54+00:00"
3072
        },
3073
        {
3074
            "name": "php-http/stopwatch-plugin",
3075
            "version": "1.1.0",
3076
            "source": {
3077
                "type": "git",
3078
                "url": "https://github.com/php-http/stopwatch-plugin.git",
3079
                "reference": "b9d4ab7a0f4ca1fc17e323e880d1235076e31dbf"
3080
            },
3081
            "dist": {
3082
                "type": "zip",
3083
                "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/b9d4ab7a0f4ca1fc17e323e880d1235076e31dbf",
3084
                "reference": "b9d4ab7a0f4ca1fc17e323e880d1235076e31dbf",
3085
                "shasum": ""
3086
            },
3087
            "require": {
3088
                "php": ">=5.4",
3089
                "php-http/client-common": "^1.1",
3090
                "symfony/stopwatch": "^2.7|^3.0|^4.0"
3091
            },
3092
            "require-dev": {
3093
                "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
3094
            },
3095
            "type": "library",
3096
            "extra": {
3097
                "branch-alias": {
3098
                    "dev-master": "1.0-dev"
3099
                }
3100
            },
3101
            "autoload": {
3102
                "psr-4": {
3103
                    "Http\\Client\\Common\\Plugin\\": "src/"
3104
                }
3105
            },
3106
            "notification-url": "https://packagist.org/downloads/",
3107
            "license": [
3108
                "MIT"
3109
            ],
3110
            "authors": [
3111
                {
3112
                    "name": "Márk Sági-Kazár",
3113
                    "email": "[email protected]"
3114
                }
3115
            ],
3116
            "description": "Symfony Stopwatch plugin for HTTPlug",
3117
            "homepage": "http://httplug.io",
3118
            "keywords": [
3119
                "http",
3120
                "httplug",
3121
                "plugin",
3122
                "stopwatch"
3123
            ],
3124
            "time": "2017-11-29T19:20:03+00:00"
3125
        },
3126
        {
3127
            "name": "phpdocumentor/reflection-common",
3128
            "version": "1.0",
3129
            "source": {
3130
                "type": "git",
3131
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3132
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3133
            },
3134
            "dist": {
3135
                "type": "zip",
3136
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3137
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3138
                "shasum": ""
3139
            },
3140
            "require": {
3141
                "php": ">=5.5"
3142
            },
3143
            "require-dev": {
3144
                "phpunit/phpunit": "^4.6"
3145
            },
3146
            "type": "library",
3147
            "extra": {
3148
                "branch-alias": {
3149
                    "dev-master": "1.0.x-dev"
3150
                }
3151
            },
3152
            "autoload": {
3153
                "psr-4": {
3154
                    "phpDocumentor\\Reflection\\": [
3155
                        "src"
3156
                    ]
3157
                }
3158
            },
3159
            "notification-url": "https://packagist.org/downloads/",
3160
            "license": [
3161
                "MIT"
3162
            ],
3163
            "authors": [
3164
                {
3165
                    "name": "Jaap van Otterdijk",
3166
                    "email": "[email protected]"
3167
                }
3168
            ],
3169
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3170
            "homepage": "http://www.phpdoc.org",
3171
            "keywords": [
3172
                "FQSEN",
3173
                "phpDocumentor",
3174
                "phpdoc",
3175
                "reflection",
3176
                "static analysis"
3177
            ],
3178
            "time": "2015-12-27T11:43:31+00:00"
3179
        },
3180
        {
3181
            "name": "phpdocumentor/reflection-docblock",
3182
            "version": "3.1.1",
3183
            "source": {
3184
                "type": "git",
3185
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3186
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3187
            },
3188
            "dist": {
3189
                "type": "zip",
3190
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3191
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3192
                "shasum": ""
3193
            },
3194
            "require": {
3195
                "php": ">=5.5",
3196
                "phpdocumentor/reflection-common": "^1.0@dev",
3197
                "phpdocumentor/type-resolver": "^0.2.0",
3198
                "webmozart/assert": "^1.0"
3199
            },
3200
            "require-dev": {
3201
                "mockery/mockery": "^0.9.4",
3202
                "phpunit/phpunit": "^4.4"
3203
            },
3204
            "type": "library",
3205
            "autoload": {
3206
                "psr-4": {
3207
                    "phpDocumentor\\Reflection\\": [
3208
                        "src/"
3209
                    ]
3210
                }
3211
            },
3212
            "notification-url": "https://packagist.org/downloads/",
3213
            "license": [
3214
                "MIT"
3215
            ],
3216
            "authors": [
3217
                {
3218
                    "name": "Mike van Riel",
3219
                    "email": "[email protected]"
3220
                }
3221
            ],
3222
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3223
            "time": "2016-09-30T07:12:33+00:00"
3224
        },
3225
        {
3226
            "name": "phpdocumentor/type-resolver",
3227
            "version": "0.2.1",
3228
            "source": {
3229
                "type": "git",
3230
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3231
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3232
            },
3233
            "dist": {
3234
                "type": "zip",
3235
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3236
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3237
                "shasum": ""
3238
            },
3239
            "require": {
3240
                "php": ">=5.5",
3241
                "phpdocumentor/reflection-common": "^1.0"
3242
            },
3243
            "require-dev": {
3244
                "mockery/mockery": "^0.9.4",
3245
                "phpunit/phpunit": "^5.2||^4.8.24"
3246
            },
3247
            "type": "library",
3248
            "extra": {
3249
                "branch-alias": {
3250
                    "dev-master": "1.0.x-dev"
3251
                }
3252
            },
3253
            "autoload": {
3254
                "psr-4": {
3255
                    "phpDocumentor\\Reflection\\": [
3256
                        "src/"
3257
                    ]
3258
                }
3259
            },
3260
            "notification-url": "https://packagist.org/downloads/",
3261
            "license": [
3262
                "MIT"
3263
            ],
3264
            "authors": [
3265
                {
3266
                    "name": "Mike van Riel",
3267
                    "email": "[email protected]"
3268
                }
3269
            ],
3270
            "time": "2016-11-25T06:54:22+00:00"
3271
        },
3272
        {
3273
            "name": "predis/predis",
3274
            "version": "v1.1.1",
3275
            "source": {
3276
                "type": "git",
3277
                "url": "https://github.com/nrk/predis.git",
3278
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
3279
            },
3280
            "dist": {
3281
                "type": "zip",
3282
                "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
3283
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
3284
                "shasum": ""
3285
            },
3286
            "require": {
3287
                "php": ">=5.3.9"
3288
            },
3289
            "require-dev": {
3290
                "phpunit/phpunit": "~4.8"
3291
            },
3292
            "suggest": {
3293
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
3294
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
3295
            },
3296
            "type": "library",
3297
            "autoload": {
3298
                "psr-4": {
3299
                    "Predis\\": "src/"
3300
                }
3301
            },
3302
            "notification-url": "https://packagist.org/downloads/",
3303
            "license": [
3304
                "MIT"
3305
            ],
3306
            "authors": [
3307
                {
3308
                    "name": "Daniele Alessandri",
3309
                    "email": "[email protected]",
3310
                    "homepage": "http://clorophilla.net"
3311
                }
3312
            ],
3313
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
3314
            "homepage": "http://github.com/nrk/predis",
3315
            "keywords": [
3316
                "nosql",
3317
                "predis",
3318
                "redis"
3319
            ],
3320
            "time": "2016-06-16T16:22:20+00:00"
3321
        },
3322
        {
3323
            "name": "psr/cache",
3324
            "version": "1.0.1",
3325
            "source": {
3326
                "type": "git",
3327
                "url": "https://github.com/php-fig/cache.git",
3328
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3329
            },
3330
            "dist": {
3331
                "type": "zip",
3332
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3333
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3334
                "shasum": ""
3335
            },
3336
            "require": {
3337
                "php": ">=5.3.0"
3338
            },
3339
            "type": "library",
3340
            "extra": {
3341
                "branch-alias": {
3342
                    "dev-master": "1.0.x-dev"
3343
                }
3344
            },
3345
            "autoload": {
3346
                "psr-4": {
3347
                    "Psr\\Cache\\": "src/"
3348
                }
3349
            },
3350
            "notification-url": "https://packagist.org/downloads/",
3351
            "license": [
3352
                "MIT"
3353
            ],
3354
            "authors": [
3355
                {
3356
                    "name": "PHP-FIG",
3357
                    "homepage": "http://www.php-fig.org/"
3358
                }
3359
            ],
3360
            "description": "Common interface for caching libraries",
3361
            "keywords": [
3362
                "cache",
3363
                "psr",
3364
                "psr-6"
3365
            ],
3366
            "time": "2016-08-06T20:24:11+00:00"
3367
        },
3368
        {
3369
            "name": "psr/http-message",
3370
            "version": "1.0.1",
3371
            "source": {
3372
                "type": "git",
3373
                "url": "https://github.com/php-fig/http-message.git",
3374
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3375
            },
3376
            "dist": {
3377
                "type": "zip",
3378
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3379
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3380
                "shasum": ""
3381
            },
3382
            "require": {
3383
                "php": ">=5.3.0"
3384
            },
3385
            "type": "library",
3386
            "extra": {
3387
                "branch-alias": {
3388
                    "dev-master": "1.0.x-dev"
3389
                }
3390
            },
3391
            "autoload": {
3392
                "psr-4": {
3393
                    "Psr\\Http\\Message\\": "src/"
3394
                }
3395
            },
3396
            "notification-url": "https://packagist.org/downloads/",
3397
            "license": [
3398
                "MIT"
3399
            ],
3400
            "authors": [
3401
                {
3402
                    "name": "PHP-FIG",
3403
                    "homepage": "http://www.php-fig.org/"
3404
                }
3405
            ],
3406
            "description": "Common interface for HTTP messages",
3407
            "homepage": "https://github.com/php-fig/http-message",
3408
            "keywords": [
3409
                "http",
3410
                "http-message",
3411
                "psr",
3412
                "psr-7",
3413
                "request",
3414
                "response"
3415
            ],
3416
            "time": "2016-08-06T14:39:51+00:00"
3417
        },
3418
        {
3419
            "name": "psr/log",
3420
            "version": "1.0.2",
3421
            "source": {
3422
                "type": "git",
3423
                "url": "https://github.com/php-fig/log.git",
3424
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3425
            },
3426
            "dist": {
3427
                "type": "zip",
3428
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3429
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3430
                "shasum": ""
3431
            },
3432
            "require": {
3433
                "php": ">=5.3.0"
3434
            },
3435
            "type": "library",
3436
            "extra": {
3437
                "branch-alias": {
3438
                    "dev-master": "1.0.x-dev"
3439
                }
3440
            },
3441
            "autoload": {
3442
                "psr-4": {
3443
                    "Psr\\Log\\": "Psr/Log/"
3444
                }
3445
            },
3446
            "notification-url": "https://packagist.org/downloads/",
3447
            "license": [
3448
                "MIT"
3449
            ],
3450
            "authors": [
3451
                {
3452
                    "name": "PHP-FIG",
3453
                    "homepage": "http://www.php-fig.org/"
3454
                }
3455
            ],
3456
            "description": "Common interface for logging libraries",
3457
            "homepage": "https://github.com/php-fig/log",
3458
            "keywords": [
3459
                "log",
3460
                "psr",
3461
                "psr-3"
3462
            ],
3463
            "time": "2016-10-10T12:19:37+00:00"
3464
        },
3465
        {
3466
            "name": "ramsey/uuid",
3467
            "version": "3.6.1",
3468
            "source": {
3469
                "type": "git",
3470
                "url": "https://github.com/ramsey/uuid.git",
3471
                "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
3472
            },
3473
            "dist": {
3474
                "type": "zip",
3475
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
3476
                "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
3477
                "shasum": ""
3478
            },
3479
            "require": {
3480
                "paragonie/random_compat": "^1.0|^2.0",
3481
                "php": "^5.4 || ^7.0"
3482
            },
3483
            "replace": {
3484
                "rhumsaa/uuid": "self.version"
3485
            },
3486
            "require-dev": {
3487
                "apigen/apigen": "^4.1",
3488
                "codeception/aspect-mock": "^1.0 | ^2.0",
3489
                "doctrine/annotations": "~1.2.0",
3490
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
3491
                "ircmaxell/random-lib": "^1.1",
3492
                "jakub-onderka/php-parallel-lint": "^0.9.0",
3493
                "mockery/mockery": "^0.9.4",
3494
                "moontoast/math": "^1.1",
3495
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
3496
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
3497
                "satooshi/php-coveralls": "^0.6.1",
3498
                "squizlabs/php_codesniffer": "^2.3"
3499
            },
3500
            "suggest": {
3501
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
3502
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
3503
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3504
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
3505
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
3506
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3507
            },
3508
            "type": "library",
3509
            "extra": {
3510
                "branch-alias": {
3511
                    "dev-master": "3.x-dev"
3512
                }
3513
            },
3514
            "autoload": {
3515
                "psr-4": {
3516
                    "Ramsey\\Uuid\\": "src/"
3517
                }
3518
            },
3519
            "notification-url": "https://packagist.org/downloads/",
3520
            "license": [
3521
                "MIT"
3522
            ],
3523
            "authors": [
3524
                {
3525
                    "name": "Marijn Huizendveld",
3526
                    "email": "[email protected]"
3527
                },
3528
                {
3529
                    "name": "Thibaud Fabre",
3530
                    "email": "[email protected]"
3531
                },
3532
                {
3533
                    "name": "Ben Ramsey",
3534
                    "email": "[email protected]",
3535
                    "homepage": "https://benramsey.com"
3536
                }
3537
            ],
3538
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
3539
            "homepage": "https://github.com/ramsey/uuid",
3540
            "keywords": [
3541
                "guid",
3542
                "identifier",
3543
                "uuid"
3544
            ],
3545
            "time": "2017-03-26T20:37:53+00:00"
3546
        },
3547
        {
3548
            "name": "sensio/distribution-bundle",
3549
            "version": "v5.0.20",
3550
            "source": {
3551
                "type": "git",
3552
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
3553
                "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9"
3554
            },
3555
            "dist": {
3556
                "type": "zip",
3557
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/4b019d4c0bd64438c42e4b6b0726085b409be8d9",
3558
                "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9",
3559
                "shasum": ""
3560
            },
3561
            "require": {
3562
                "php": ">=5.3.9",
3563
                "sensiolabs/security-checker": "~3.0|~4.0",
3564
                "symfony/class-loader": "~2.3|~3.0",
3565
                "symfony/config": "~2.3|~3.0",
3566
                "symfony/dependency-injection": "~2.3|~3.0",
3567
                "symfony/filesystem": "~2.3|~3.0",
3568
                "symfony/http-kernel": "~2.3|~3.0",
3569
                "symfony/process": "~2.3|~3.0"
3570
            },
3571
            "type": "symfony-bundle",
3572
            "extra": {
3573
                "branch-alias": {
3574
                    "dev-master": "5.0.x-dev"
3575
                }
3576
            },
3577
            "autoload": {
3578
                "psr-4": {
3579
                    "Sensio\\Bundle\\DistributionBundle\\": ""
3580
                }
3581
            },
3582
            "notification-url": "https://packagist.org/downloads/",
3583
            "license": [
3584
                "MIT"
3585
            ],
3586
            "authors": [
3587
                {
3588
                    "name": "Fabien Potencier",
3589
                    "email": "[email protected]"
3590
                }
3591
            ],
3592
            "description": "Base bundle for Symfony Distributions",
3593
            "keywords": [
3594
                "configuration",
3595
                "distribution"
3596
            ],
3597
            "time": "2017-05-11T16:21:03+00:00"
3598
        },
3599
        {
3600
            "name": "sensio/framework-extra-bundle",
3601
            "version": "v3.0.26",
3602
            "source": {
3603
                "type": "git",
3604
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
3605
                "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059"
3606
            },
3607
            "dist": {
3608
                "type": "zip",
3609
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6d6cbe971554f0a2cc84965850481eb04a2a0059",
3610
                "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059",
3611
                "shasum": ""
3612
            },
3613
            "require": {
3614
                "doctrine/common": "~2.2",
3615
                "symfony/dependency-injection": "~2.3|~3.0",
3616
                "symfony/framework-bundle": "~2.3|~3.0"
3617
            },
3618
            "require-dev": {
3619
                "doctrine/doctrine-bundle": "~1.5",
3620
                "doctrine/orm": "~2.4,>=2.4.5",
3621
                "symfony/asset": "~2.7|~3.0",
3622
                "symfony/browser-kit": "~2.3|~3.0",
3623
                "symfony/dom-crawler": "~2.3|~3.0",
3624
                "symfony/expression-language": "~2.4|~3.0",
3625
                "symfony/finder": "~2.3|~3.0",
3626
                "symfony/phpunit-bridge": "~3.2",
3627
                "symfony/psr-http-message-bridge": "^0.3",
3628
                "symfony/security-bundle": "~2.4|~3.0",
3629
                "symfony/templating": "~2.3|~3.0",
3630
                "symfony/translation": "~2.3|~3.0",
3631
                "symfony/twig-bundle": "~2.3|~3.0",
3632
                "symfony/yaml": "~2.3|~3.0",
3633
                "twig/twig": "~1.12|~2.0",
3634
                "zendframework/zend-diactoros": "^1.3"
3635
            },
3636
            "suggest": {
3637
                "symfony/expression-language": "",
3638
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
3639
                "symfony/security-bundle": ""
3640
            },
3641
            "type": "symfony-bundle",
3642
            "extra": {
3643
                "branch-alias": {
3644
                    "dev-master": "3.0.x-dev"
3645
                }
3646
            },
3647
            "autoload": {
3648
                "psr-4": {
3649
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
3650
                }
3651
            },
3652
            "notification-url": "https://packagist.org/downloads/",
3653
            "license": [
3654
                "MIT"
3655
            ],
3656
            "authors": [
3657
                {
3658
                    "name": "Fabien Potencier",
3659
                    "email": "[email protected]"
3660
                }
3661
            ],
3662
            "description": "This bundle provides a way to configure your controllers with annotations",
3663
            "keywords": [
3664
                "annotations",
3665
                "controllers"
3666
            ],
3667
            "time": "2017-05-11T17:01:57+00:00"
3668
        },
3669
        {
3670
            "name": "sensiolabs/security-checker",
3671
            "version": "v4.0.4",
3672
            "source": {
3673
                "type": "git",
3674
                "url": "https://github.com/sensiolabs/security-checker.git",
3675
                "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc"
3676
            },
3677
            "dist": {
3678
                "type": "zip",
3679
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9e69eddf3bc49d1ee5c7908564da3141796d4bbc",
3680
                "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc",
3681
                "shasum": ""
3682
            },
3683
            "require": {
3684
                "composer/ca-bundle": "^1.0",
3685
                "symfony/console": "~2.7|~3.0"
3686
            },
3687
            "bin": [
3688
                "security-checker"
3689
            ],
3690
            "type": "library",
3691
            "extra": {
3692
                "branch-alias": {
3693
                    "dev-master": "4.0-dev"
3694
                }
3695
            },
3696
            "autoload": {
3697
                "psr-0": {
3698
                    "SensioLabs\\Security": ""
3699
                }
3700
            },
3701
            "notification-url": "https://packagist.org/downloads/",
3702
            "license": [
3703
                "MIT"
3704
            ],
3705
            "authors": [
3706
                {
3707
                    "name": "Fabien Potencier",
3708
                    "email": "[email protected]"
3709
                }
3710
            ],
3711
            "description": "A security checker for your composer.lock",
3712
            "time": "2017-03-31T14:50:32+00:00"
3713
        },
3714
        {
3715
            "name": "snc/redis-bundle",
3716
            "version": "2.0.6",
3717
            "source": {
3718
                "type": "git",
3719
                "url": "https://github.com/snc/SncRedisBundle.git",
3720
                "reference": "73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e"
3721
            },
3722
            "dist": {
3723
                "type": "zip",
3724
                "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e",
3725
                "reference": "73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e",
3726
                "shasum": ""
3727
            },
3728
            "require": {
3729
                "php": ">=5.3.3",
3730
                "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
3731
                "symfony/yaml": "^2.7 || ^3.0 || ^4.0"
3732
            },
3733
            "require-dev": {
3734
                "doctrine/cache": "1.*",
3735
                "phpunit/phpunit": "^4.8 || ^5.4",
3736
                "predis/predis": "^1.0",
3737
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
3738
                "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
3739
            },
3740
            "suggest": {
3741
                "monolog/monolog": "If you want to use the monolog redis handler.",
3742
                "predis/predis": "If you want to use predis.",
3743
                "symfony/console": "If you want to use commands to interact with the redis database"
3744
            },
3745
            "type": "symfony-bundle",
3746
            "extra": {
3747
                "branch-alias": {
3748
                    "dev-master": "2.x-dev"
3749
                }
3750
            },
3751
            "autoload": {
3752
                "psr-4": {
3753
                    "Snc\\RedisBundle\\": ""
3754
                }
3755
            },
3756
            "notification-url": "https://packagist.org/downloads/",
3757
            "license": [
3758
                "MIT"
3759
            ],
3760
            "authors": [
3761
                {
3762
                    "name": "Henrik Westphal",
3763
                    "email": "[email protected]"
3764
                },
3765
                {
3766
                    "name": "Community contributors",
3767
                    "homepage": "https://github.com/snc/SncRedisBundle/contributors"
3768
                }
3769
            ],
3770
            "description": "A Redis bundle for Symfony",
3771
            "homepage": "https://github.com/snc/SncRedisBundle",
3772
            "keywords": [
3773
                "nosql",
3774
                "redis",
3775
                "symfony"
3776
            ],
3777
            "time": "2017-12-01T10:40:06+00:00"
3778
        },
3779
        {
3780
            "name": "swiftmailer/swiftmailer",
3781
            "version": "v5.4.8",
3782
            "source": {
3783
                "type": "git",
3784
                "url": "https://github.com/swiftmailer/swiftmailer.git",
3785
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
3786
            },
3787
            "dist": {
3788
                "type": "zip",
3789
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
3790
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
3791
                "shasum": ""
3792
            },
3793
            "require": {
3794
                "php": ">=5.3.3"
3795
            },
3796
            "require-dev": {
3797
                "mockery/mockery": "~0.9.1",
3798
                "symfony/phpunit-bridge": "~3.2"
3799
            },
3800
            "type": "library",
3801
            "extra": {
3802
                "branch-alias": {
3803
                    "dev-master": "5.4-dev"
3804
                }
3805
            },
3806
            "autoload": {
3807
                "files": [
3808
                    "lib/swift_required.php"
3809
                ]
3810
            },
3811
            "notification-url": "https://packagist.org/downloads/",
3812
            "license": [
3813
                "MIT"
3814
            ],
3815
            "authors": [
3816
                {
3817
                    "name": "Chris Corbyn"
3818
                },
3819
                {
3820
                    "name": "Fabien Potencier",
3821
                    "email": "[email protected]"
3822
                }
3823
            ],
3824
            "description": "Swiftmailer, free feature-rich PHP mailer",
3825
            "homepage": "http://swiftmailer.org",
3826
            "keywords": [
3827
                "email",
3828
                "mail",
3829
                "mailer"
3830
            ],
3831
            "time": "2017-05-01T15:54:03+00:00"
3832
        },
3833
        {
3834
            "name": "symfony/monolog-bundle",
3835
            "version": "v3.1.0",
3836
            "source": {
3837
                "type": "git",
3838
                "url": "https://github.com/symfony/monolog-bundle.git",
3839
                "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47"
3840
            },
3841
            "dist": {
3842
                "type": "zip",
3843
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6f96c7dbb6b2ef70b307a1a6f897153cbca3da47",
3844
                "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47",
3845
                "shasum": ""
3846
            },
3847
            "require": {
3848
                "monolog/monolog": "~1.22",
3849
                "php": ">=5.3.2",
3850
                "symfony/config": "~2.7|~3.0",
3851
                "symfony/dependency-injection": "~2.7|~3.0",
3852
                "symfony/http-kernel": "~2.7|~3.0",
3853
                "symfony/monolog-bridge": "~2.7|~3.0"
3854
            },
3855
            "require-dev": {
3856
                "phpunit/phpunit": "^4.8",
3857
                "symfony/console": "~2.3|~3.0",
3858
                "symfony/yaml": "~2.3|~3.0"
3859
            },
3860
            "type": "symfony-bundle",
3861
            "extra": {
3862
                "branch-alias": {
3863
                    "dev-master": "3.x-dev"
3864
                }
3865
            },
3866
            "autoload": {
3867
                "psr-4": {
3868
                    "Symfony\\Bundle\\MonologBundle\\": ""
3869
                }
3870
            },
3871
            "notification-url": "https://packagist.org/downloads/",
3872
            "license": [
3873
                "MIT"
3874
            ],
3875
            "authors": [
3876
                {
3877
                    "name": "Symfony Community",
3878
                    "homepage": "http://symfony.com/contributors"
3879
                },
3880
                {
3881
                    "name": "Fabien Potencier",
3882
                    "email": "[email protected]"
3883
                }
3884
            ],
3885
            "description": "Symfony MonologBundle",
3886
            "homepage": "http://symfony.com",
3887
            "keywords": [
3888
                "log",
3889
                "logging"
3890
            ],
3891
            "time": "2017-03-26T11:55:59+00:00"
3892
        },
3893
        {
3894
            "name": "symfony/polyfill-intl-icu",
3895
            "version": "v1.3.0",
3896
            "source": {
3897
                "type": "git",
3898
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
3899
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4"
3900
            },
3901
            "dist": {
3902
                "type": "zip",
3903
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4",
3904
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4",
3905
                "shasum": ""
3906
            },
3907
            "require": {
3908
                "php": ">=5.3.3",
3909
                "symfony/intl": "~2.3|~3.0"
3910
            },
3911
            "suggest": {
3912
                "ext-intl": "For best performance"
3913
            },
3914
            "type": "library",
3915
            "extra": {
3916
                "branch-alias": {
3917
                    "dev-master": "1.3-dev"
3918
                }
3919
            },
3920
            "autoload": {
3921
                "files": [
3922
                    "bootstrap.php"
3923
                ]
3924
            },
3925
            "notification-url": "https://packagist.org/downloads/",
3926
            "license": [
3927
                "MIT"
3928
            ],
3929
            "authors": [
3930
                {
3931
                    "name": "Nicolas Grekas",
3932
                    "email": "[email protected]"
3933
                },
3934
                {
3935
                    "name": "Symfony Community",
3936
                    "homepage": "https://symfony.com/contributors"
3937
                }
3938
            ],
3939
            "description": "Symfony polyfill for intl's ICU-related data and classes",
3940
            "homepage": "https://symfony.com",
3941
            "keywords": [
3942
                "compatibility",
3943
                "icu",
3944
                "intl",
3945
                "polyfill",
3946
                "portable",
3947
                "shim"
3948
            ],
3949
            "time": "2016-11-14T01:06:16+00:00"
3950
        },
3951
        {
3952
            "name": "symfony/polyfill-mbstring",
3953
            "version": "v1.3.0",
3954
            "source": {
3955
                "type": "git",
3956
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3957
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
3958
            },
3959
            "dist": {
3960
                "type": "zip",
3961
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
3962
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
3963
                "shasum": ""
3964
            },
3965
            "require": {
3966
                "php": ">=5.3.3"
3967
            },
3968
            "suggest": {
3969
                "ext-mbstring": "For best performance"
3970
            },
3971
            "type": "library",
3972
            "extra": {
3973
                "branch-alias": {
3974
                    "dev-master": "1.3-dev"
3975
                }
3976
            },
3977
            "autoload": {
3978
                "psr-4": {
3979
                    "Symfony\\Polyfill\\Mbstring\\": ""
3980
                },
3981
                "files": [
3982
                    "bootstrap.php"
3983
                ]
3984
            },
3985
            "notification-url": "https://packagist.org/downloads/",
3986
            "license": [
3987
                "MIT"
3988
            ],
3989
            "authors": [
3990
                {
3991
                    "name": "Nicolas Grekas",
3992
                    "email": "[email protected]"
3993
                },
3994
                {
3995
                    "name": "Symfony Community",
3996
                    "homepage": "https://symfony.com/contributors"
3997
                }
3998
            ],
3999
            "description": "Symfony polyfill for the Mbstring extension",
4000
            "homepage": "https://symfony.com",
4001
            "keywords": [
4002
                "compatibility",
4003
                "mbstring",
4004
                "polyfill",
4005
                "portable",
4006
                "shim"
4007
            ],
4008
            "time": "2016-11-14T01:06:16+00:00"
4009
        },
4010
        {
4011
            "name": "symfony/polyfill-php56",
4012
            "version": "v1.3.0",
4013
            "source": {
4014
                "type": "git",
4015
                "url": "https://github.com/symfony/polyfill-php56.git",
4016
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
4017
            },
4018
            "dist": {
4019
                "type": "zip",
4020
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
4021
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
4022
                "shasum": ""
4023
            },
4024
            "require": {
4025
                "php": ">=5.3.3",
4026
                "symfony/polyfill-util": "~1.0"
4027
            },
4028
            "type": "library",
4029
            "extra": {
4030
                "branch-alias": {
4031
                    "dev-master": "1.3-dev"
4032
                }
4033
            },
4034
            "autoload": {
4035
                "psr-4": {
4036
                    "Symfony\\Polyfill\\Php56\\": ""
4037
                },
4038
                "files": [
4039
                    "bootstrap.php"
4040
                ]
4041
            },
4042
            "notification-url": "https://packagist.org/downloads/",
4043
            "license": [
4044
                "MIT"
4045
            ],
4046
            "authors": [
4047
                {
4048
                    "name": "Nicolas Grekas",
4049
                    "email": "[email protected]"
4050
                },
4051
                {
4052
                    "name": "Symfony Community",
4053
                    "homepage": "https://symfony.com/contributors"
4054
                }
4055
            ],
4056
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4057
            "homepage": "https://symfony.com",
4058
            "keywords": [
4059
                "compatibility",
4060
                "polyfill",
4061
                "portable",
4062
                "shim"
4063
            ],
4064
            "time": "2016-11-14T01:06:16+00:00"
4065
        },
4066
        {
4067
            "name": "symfony/polyfill-php70",
4068
            "version": "v1.3.0",
4069
            "source": {
4070
                "type": "git",
4071
                "url": "https://github.com/symfony/polyfill-php70.git",
4072
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"
4073
            },
4074
            "dist": {
4075
                "type": "zip",
4076
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
4077
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
4078
                "shasum": ""
4079
            },
4080
            "require": {
4081
                "paragonie/random_compat": "~1.0|~2.0",
4082
                "php": ">=5.3.3"
4083
            },
4084
            "type": "library",
4085
            "extra": {
4086
                "branch-alias": {
4087
                    "dev-master": "1.3-dev"
4088
                }
4089
            },
4090
            "autoload": {
4091
                "psr-4": {
4092
                    "Symfony\\Polyfill\\Php70\\": ""
4093
                },
4094
                "files": [
4095
                    "bootstrap.php"
4096
                ],
4097
                "classmap": [
4098
                    "Resources/stubs"
4099
                ]
4100
            },
4101
            "notification-url": "https://packagist.org/downloads/",
4102
            "license": [
4103
                "MIT"
4104
            ],
4105
            "authors": [
4106
                {
4107
                    "name": "Nicolas Grekas",
4108
                    "email": "[email protected]"
4109
                },
4110
                {
4111
                    "name": "Symfony Community",
4112
                    "homepage": "https://symfony.com/contributors"
4113
                }
4114
            ],
4115
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4116
            "homepage": "https://symfony.com",
4117
            "keywords": [
4118
                "compatibility",
4119
                "polyfill",
4120
                "portable",
4121
                "shim"
4122
            ],
4123
            "time": "2016-11-14T01:06:16+00:00"
4124
        },
4125
        {
4126
            "name": "symfony/polyfill-util",
4127
            "version": "v1.3.0",
4128
            "source": {
4129
                "type": "git",
4130
                "url": "https://github.com/symfony/polyfill-util.git",
4131
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
4132
            },
4133
            "dist": {
4134
                "type": "zip",
4135
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
4136
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
4137
                "shasum": ""
4138
            },
4139
            "require": {
4140
                "php": ">=5.3.3"
4141
            },
4142
            "type": "library",
4143
            "extra": {
4144
                "branch-alias": {
4145
                    "dev-master": "1.3-dev"
4146
                }
4147
            },
4148
            "autoload": {
4149
                "psr-4": {
4150
                    "Symfony\\Polyfill\\Util\\": ""
4151
                }
4152
            },
4153
            "notification-url": "https://packagist.org/downloads/",
4154
            "license": [
4155
                "MIT"
4156
            ],
4157
            "authors": [
4158
                {
4159
                    "name": "Nicolas Grekas",
4160
                    "email": "[email protected]"
4161
                },
4162
                {
4163
                    "name": "Symfony Community",
4164
                    "homepage": "https://symfony.com/contributors"
4165
                }
4166
            ],
4167
            "description": "Symfony utilities for portability of PHP codes",
4168
            "homepage": "https://symfony.com",
4169
            "keywords": [
4170
                "compat",
4171
                "compatibility",
4172
                "polyfill",
4173
                "shim"
4174
            ],
4175
            "time": "2016-11-14T01:06:16+00:00"
4176
        },
4177
        {
4178
            "name": "symfony/swiftmailer-bundle",
4179
            "version": "v2.6.2",
4180
            "source": {
4181
                "type": "git",
4182
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
4183
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75"
4184
            },
4185
            "dist": {
4186
                "type": "zip",
4187
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/deabc81120c2086571f7c4484ab785c5e1b84f75",
4188
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75",
4189
                "shasum": ""
4190
            },
4191
            "require": {
4192
                "php": ">=5.3.2",
4193
                "swiftmailer/swiftmailer": "~4.2|~5.0",
4194
                "symfony/config": "~2.7|~3.0",
4195
                "symfony/dependency-injection": "~2.7|~3.0",
4196
                "symfony/http-kernel": "~2.7|~3.0"
4197
            },
4198
            "require-dev": {
4199
                "symfony/console": "~2.7|~3.0",
4200
                "symfony/framework-bundle": "~2.7|~3.0",
4201
                "symfony/phpunit-bridge": "~3.3@dev",
4202
                "symfony/yaml": "~2.7|~3.0"
4203
            },
4204
            "suggest": {
4205
                "psr/log": "Allows logging"
4206
            },
4207
            "type": "symfony-bundle",
4208
            "extra": {
4209
                "branch-alias": {
4210
                    "dev-master": "2.6-dev"
4211
                }
4212
            },
4213
            "autoload": {
4214
                "psr-4": {
4215
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
4216
                }
4217
            },
4218
            "notification-url": "https://packagist.org/downloads/",
4219
            "license": [
4220
                "MIT"
4221
            ],
4222
            "authors": [
4223
                {
4224
                    "name": "Symfony Community",
4225
                    "homepage": "http://symfony.com/contributors"
4226
                },
4227
                {
4228
                    "name": "Fabien Potencier",
4229
                    "email": "[email protected]"
4230
                }
4231
            ],
4232
            "description": "Symfony SwiftmailerBundle",
4233
            "homepage": "http://symfony.com",
4234
            "time": "2017-05-22T04:58:24+00:00"
4235
        },
4236
        {
4237
            "name": "symfony/symfony",
0 ignored issues
show
4238
            "version": "v3.2.8",
4239
            "source": {
4240
                "type": "git",
4241
                "url": "https://github.com/symfony/symfony.git",
4242
                "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df"
4243
            },
4244
            "dist": {
4245
                "type": "zip",
4246
                "url": "https://api.github.com/repos/symfony/symfony/zipball/85959c2abbe4d2f050f950f39c9c3cf83819f3df",
4247
                "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df",
4248
                "shasum": ""
4249
            },
4250
            "require": {
4251
                "doctrine/common": "~2.4",
4252
                "php": ">=5.5.9",
4253
                "psr/cache": "~1.0",
4254
                "psr/log": "~1.0",
4255
                "symfony/polyfill-intl-icu": "~1.0",
4256
                "symfony/polyfill-mbstring": "~1.0",
4257
                "symfony/polyfill-php56": "~1.0",
4258
                "symfony/polyfill-php70": "~1.0",
4259
                "symfony/polyfill-util": "~1.0",
4260
                "twig/twig": "~1.28|~2.0"
4261
            },
4262
            "conflict": {
4263
                "phpdocumentor/reflection-docblock": "<3.0",
4264
                "phpdocumentor/type-resolver": "<0.2.0",
4265
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4266
            },
4267
            "provide": {
4268
                "psr/cache-implementation": "1.0"
4269
            },
4270
            "replace": {
4271
                "symfony/asset": "self.version",
4272
                "symfony/browser-kit": "self.version",
4273
                "symfony/cache": "self.version",
4274
                "symfony/class-loader": "self.version",
4275
                "symfony/config": "self.version",
4276
                "symfony/console": "self.version",
4277
                "symfony/css-selector": "self.version",
4278
                "symfony/debug": "self.version",
4279
                "symfony/debug-bundle": "self.version",
4280
                "symfony/dependency-injection": "self.version",
4281
                "symfony/doctrine-bridge": "self.version",
4282
                "symfony/dom-crawler": "self.version",
4283
                "symfony/event-dispatcher": "self.version",
4284
                "symfony/expression-language": "self.version",
4285
                "symfony/filesystem": "self.version",
4286
                "symfony/finder": "self.version",
4287
                "symfony/form": "self.version",
4288
                "symfony/framework-bundle": "self.version",
4289
                "symfony/http-foundation": "self.version",
4290
                "symfony/http-kernel": "self.version",
4291
                "symfony/inflector": "self.version",
4292
                "symfony/intl": "self.version",
4293
                "symfony/ldap": "self.version",
4294
                "symfony/monolog-bridge": "self.version",
4295
                "symfony/options-resolver": "self.version",
4296
                "symfony/process": "self.version",
4297
                "symfony/property-access": "self.version",
4298
                "symfony/property-info": "self.version",
4299
                "symfony/proxy-manager-bridge": "self.version",
4300
                "symfony/routing": "self.version",
4301
                "symfony/security": "self.version",
4302
                "symfony/security-bundle": "self.version",
4303
                "symfony/security-core": "self.version",
4304
                "symfony/security-csrf": "self.version",
4305
                "symfony/security-guard": "self.version",
4306
                "symfony/security-http": "self.version",
4307
                "symfony/serializer": "self.version",
4308
                "symfony/stopwatch": "self.version",
4309
                "symfony/templating": "self.version",
4310
                "symfony/translation": "self.version",
4311
                "symfony/twig-bridge": "self.version",
4312
                "symfony/twig-bundle": "self.version",
4313
                "symfony/validator": "self.version",
4314
                "symfony/var-dumper": "self.version",
4315
                "symfony/web-profiler-bundle": "self.version",
4316
                "symfony/workflow": "self.version",
4317
                "symfony/yaml": "self.version"
4318
            },
4319
            "require-dev": {
4320
                "cache/integration-tests": "dev-master",
4321
                "doctrine/cache": "~1.6",
4322
                "doctrine/data-fixtures": "1.0.*",
4323
                "doctrine/dbal": "~2.4",
4324
                "doctrine/doctrine-bundle": "~1.4",
4325
                "doctrine/orm": "~2.4,>=2.4.5",
4326
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
4327
                "monolog/monolog": "~1.11",
4328
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
4329
                "phpdocumentor/reflection-docblock": "^3.0",
4330
                "predis/predis": "~1.0",
4331
                "sensio/framework-extra-bundle": "^3.0.2",
4332
                "symfony/phpunit-bridge": "~3.2",
4333
                "symfony/polyfill-apcu": "~1.1",
4334
                "symfony/security-acl": "~2.8|~3.0"
4335
            },
4336
            "type": "library",
4337
            "extra": {
4338
                "branch-alias": {
4339
                    "dev-master": "3.2-dev"
4340
                }
4341
            },
4342
            "autoload": {
4343
                "psr-4": {
4344
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
4345
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
4346
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
4347
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
4348
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
4349
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
4350
                    "Symfony\\Component\\": "src/Symfony/Component/"
4351
                },
4352
                "classmap": [
4353
                    "src/Symfony/Component/Intl/Resources/stubs"
4354
                ],
4355
                "exclude-from-classmap": [
4356
                    "**/Tests/"
4357
                ]
4358
            },
4359
            "notification-url": "https://packagist.org/downloads/",
4360
            "license": [
4361
                "MIT"
4362
            ],
4363
            "authors": [
4364
                {
4365
                    "name": "Fabien Potencier",
4366
                    "email": "[email protected]"
4367
                },
4368
                {
4369
                    "name": "Symfony Community",
4370
                    "homepage": "https://symfony.com/contributors"
4371
                }
4372
            ],
4373
            "description": "The Symfony PHP framework",
4374
            "homepage": "https://symfony.com",
4375
            "keywords": [
4376
                "framework"
4377
            ],
4378
            "time": "2017-05-01T17:47:03+00:00"
4379
        },
4380
        {
4381
            "name": "twig/twig",
4382
            "version": "v1.33.2",
4383
            "source": {
4384
                "type": "git",
4385
                "url": "https://github.com/twigphp/Twig.git",
4386
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
4387
            },
4388
            "dist": {
4389
                "type": "zip",
4390
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
4391
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
4392
                "shasum": ""
4393
            },
4394
            "require": {
4395
                "php": ">=5.2.7"
4396
            },
4397
            "require-dev": {
4398
                "psr/container": "^1.0",
4399
                "symfony/debug": "~2.7",
4400
                "symfony/phpunit-bridge": "~3.3@dev"
4401
            },
4402
            "type": "library",
4403
            "extra": {
4404
                "branch-alias": {
4405
                    "dev-master": "1.33-dev"
4406
                }
4407
            },
4408
            "autoload": {
4409
                "psr-0": {
4410
                    "Twig_": "lib/"
4411
                }
4412
            },
4413
            "notification-url": "https://packagist.org/downloads/",
4414
            "license": [
4415
                "BSD-3-Clause"
4416
            ],
4417
            "authors": [
4418
                {
4419
                    "name": "Fabien Potencier",
4420
                    "email": "[email protected]",
4421
                    "homepage": "http://fabien.potencier.org",
4422
                    "role": "Lead Developer"
4423
                },
4424
                {
4425
                    "name": "Armin Ronacher",
4426
                    "email": "[email protected]",
4427
                    "role": "Project Founder"
4428
                },
4429
                {
4430
                    "name": "Twig Team",
4431
                    "homepage": "http://twig.sensiolabs.org/contributors",
4432
                    "role": "Contributors"
4433
                }
4434
            ],
4435
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4436
            "homepage": "http://twig.sensiolabs.org",
4437
            "keywords": [
4438
                "templating"
4439
            ],
4440
            "time": "2017-04-20T17:39:48+00:00"
4441
        },
4442
        {
4443
            "name": "webmozart/assert",
4444
            "version": "1.2.0",
4445
            "source": {
4446
                "type": "git",
4447
                "url": "https://github.com/webmozart/assert.git",
4448
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
4449
            },
4450
            "dist": {
4451
                "type": "zip",
4452
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
4453
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
4454
                "shasum": ""
4455
            },
4456
            "require": {
4457
                "php": "^5.3.3 || ^7.0"
4458
            },
4459
            "require-dev": {
4460
                "phpunit/phpunit": "^4.6",
4461
                "sebastian/version": "^1.0.1"
4462
            },
4463
            "type": "library",
4464
            "extra": {
4465
                "branch-alias": {
4466
                    "dev-master": "1.3-dev"
4467
                }
4468
            },
4469
            "autoload": {
4470
                "psr-4": {
4471
                    "Webmozart\\Assert\\": "src/"
4472
                }
4473
            },
4474
            "notification-url": "https://packagist.org/downloads/",
4475
            "license": [
4476
                "MIT"
4477
            ],
4478
            "authors": [
4479
                {
4480
                    "name": "Bernhard Schussek",
4481
                    "email": "[email protected]"
4482
                }
4483
            ],
4484
            "description": "Assertions to validate method input/output with nice error messages.",
4485
            "keywords": [
4486
                "assert",
4487
                "check",
4488
                "validate"
4489
            ],
4490
            "time": "2016-11-23T20:04:58+00:00"
4491
        },
4492
        {
4493
            "name": "willdurand/negotiation",
4494
            "version": "v2.3.1",
4495
            "source": {
4496
                "type": "git",
4497
                "url": "https://github.com/willdurand/Negotiation.git",
4498
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
4499
            },
4500
            "dist": {
4501
                "type": "zip",
4502
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
4503
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
4504
                "shasum": ""
4505
            },
4506
            "require": {
4507
                "php": ">=5.4.0"
4508
            },
4509
            "require-dev": {
4510
                "phpunit/phpunit": "~4.5"
4511
            },
4512
            "type": "library",
4513
            "extra": {
4514
                "branch-alias": {
4515
                    "dev-master": "2.3-dev"
4516
                }
4517
            },
4518
            "autoload": {
4519
                "psr-4": {
4520
                    "Negotiation\\": "src/Negotiation"
4521
                }
4522
            },
4523
            "notification-url": "https://packagist.org/downloads/",
4524
            "license": [
4525
                "MIT"
4526
            ],
4527
            "authors": [
4528
                {
4529
                    "name": "William Durand",
4530
                    "email": "[email protected]"
4531
                }
4532
            ],
4533
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
4534
            "homepage": "http://williamdurand.fr/Negotiation/",
4535
            "keywords": [
4536
                "accept",
4537
                "content",
4538
                "format",
4539
                "header",
4540
                "negotiation"
4541
            ],
4542
            "time": "2017-05-14T17:21:12+00:00"
4543
        },
4544
        {
4545
            "name": "zendframework/zend-code",
4546
            "version": "3.1.0",
4547
            "source": {
4548
                "type": "git",
4549
                "url": "https://github.com/zendframework/zend-code.git",
4550
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
4551
            },
4552
            "dist": {
4553
                "type": "zip",
4554
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
4555
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
4556
                "shasum": ""
4557
            },
4558
            "require": {
4559
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
4560
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
4561
            },
4562
            "require-dev": {
4563
                "doctrine/annotations": "~1.0",
4564
                "ext-phar": "*",
4565
                "phpunit/phpunit": "^4.8.21",
4566
                "squizlabs/php_codesniffer": "^2.5",
4567
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4568
            },
4569
            "suggest": {
4570
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
4571
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
4572
            },
4573
            "type": "library",
4574
            "extra": {
4575
                "branch-alias": {
4576
                    "dev-master": "3.1-dev",
4577
                    "dev-develop": "3.2-dev"
4578
                }
4579
            },
4580
            "autoload": {
4581
                "psr-4": {
4582
                    "Zend\\Code\\": "src/"
4583
                }
4584
            },
4585
            "notification-url": "https://packagist.org/downloads/",
4586
            "license": [
4587
                "BSD-3-Clause"
4588
            ],
4589
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
4590
            "homepage": "https://github.com/zendframework/zend-code",
4591
            "keywords": [
4592
                "code",
4593
                "zf2"
4594
            ],
4595
            "time": "2016-10-24T13:23:32+00:00"
4596
        },
4597
        {
4598
            "name": "zendframework/zend-eventmanager",
4599
            "version": "3.1.0",
4600
            "source": {
4601
                "type": "git",
4602
                "url": "https://github.com/zendframework/zend-eventmanager.git",
4603
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d"
4604
            },
4605
            "dist": {
4606
                "type": "zip",
4607
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d",
4608
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d",
4609
                "shasum": ""
4610
            },
4611
            "require": {
4612
                "php": "^5.6 || ^7.0"
4613
            },
4614
            "require-dev": {
4615
                "athletic/athletic": "^0.1",
4616
                "container-interop/container-interop": "^1.1.0",
4617
                "phpunit/phpunit": "^5.6",
4618
                "zendframework/zend-coding-standard": "~1.0.0",
4619
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4620
            },
4621
            "suggest": {
4622
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4623
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4624
            },
4625
            "type": "library",
4626
            "extra": {
4627
                "branch-alias": {
4628
                    "dev-master": "3.1-dev",
4629
                    "dev-develop": "3.2-dev"
4630
                }
4631
            },
4632
            "autoload": {
4633
                "psr-4": {
4634
                    "Zend\\EventManager\\": "src/"
4635
                }
4636
            },
4637
            "notification-url": "https://packagist.org/downloads/",
4638
            "license": [
4639
                "BSD-3-Clause"
4640
            ],
4641
            "description": "Trigger and listen to events within a PHP application",
4642
            "homepage": "https://github.com/zendframework/zend-eventmanager",
4643
            "keywords": [
4644
                "event",
4645
                "eventmanager",
4646
                "events",
4647
                "zf2"
4648
            ],
4649
            "time": "2016-12-19T21:47:12+00:00"
4650
        }
4651
    ],
4652
    "packages-dev": [
4653
        {
4654
            "name": "api-platform/schema-generator",
4655
            "version": "v1.2.0",
4656
            "source": {
4657
                "type": "git",
4658
                "url": "https://github.com/api-platform/schema-generator.git",
4659
                "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738"
4660
            },
4661
            "dist": {
4662
                "type": "zip",
4663
                "url": "https://api.github.com/repos/api-platform/schema-generator/zipball/6866df7c7f21ae128e461f85aba8af4c2ecdb738",
4664
                "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738",
4665
                "shasum": ""
4666
            },
4667
            "require": {
4668
                "easyrdf/easyrdf": "^0.9",
4669
                "ext-json": "*",
4670
                "friendsofphp/php-cs-fixer": "^1.12",
4671
                "league/html-to-markdown": "^4.0",
4672
                "php": ">=5.4",
4673
                "psr/log": "^1.0",
4674
                "symfony/config": "^2.7 || ^3.0",
4675
                "symfony/console": "^2.7 || ^3.0",
4676
                "symfony/yaml": "^2.7 || ^3.0",
4677
                "twig/twig": "^1.0"
4678
            },
4679
            "require-dev": {
4680
                "doctrine/orm": "^2.2",
4681
                "symfony/filesystem": "^2.7",
4682
                "symfony/validator": "^2.7"
4683
            },
4684
            "suggest": {
4685
                "doctrine/collections": "For Doctrine collections",
4686
                "doctrine/orm": "For Doctrine annotations",
4687
                "myclabs/php-enum": "For enumerations",
4688
                "symfony/validator": "For constraint annotations"
4689
            },
4690
            "bin": [
4691
                "bin/schema"
4692
            ],
4693
            "type": "library",
4694
            "autoload": {
4695
                "psr-4": {
4696
                    "ApiPlatform\\SchemaGenerator\\": "src/"
4697
                }
4698
            },
4699
            "notification-url": "https://packagist.org/downloads/",
4700
            "license": [
4701
                "MIT"
4702
            ],
4703
            "authors": [
4704
                {
4705
                    "name": "Kévin Dunglas",
4706
                    "email": "[email protected]"
4707
                }
4708
            ],
4709
            "description": "Various tools to generate a data model based on Schema.org vocables",
4710
            "homepage": "https://api-platform.com",
4711
            "keywords": [
4712
                "doctrine",
4713
                "entity",
4714
                "enum",
4715
                "model",
4716
                "schema.org",
4717
                "semantic",
4718
                "symfony"
4719
            ],
4720
            "time": "2016-11-24T13:47:23+00:00"
4721
        },
4722
        {
4723
            "name": "behat/behat",
4724
            "version": "v3.3.1",
4725
            "source": {
4726
                "type": "git",
4727
                "url": "https://github.com/Behat/Behat.git",
4728
                "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d"
4729
            },
4730
            "dist": {
4731
                "type": "zip",
4732
                "url": "https://api.github.com/repos/Behat/Behat/zipball/44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
4733
                "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
4734
                "shasum": ""
4735
            },
4736
            "require": {
4737
                "behat/gherkin": "^4.4.4",
4738
                "behat/transliterator": "^1.2",
4739
                "container-interop/container-interop": "^1.1",
4740
                "ext-mbstring": "*",
4741
                "php": ">=5.3.3",
4742
                "symfony/class-loader": "~2.1||~3.0",
4743
                "symfony/config": "~2.3||~3.0",
4744
                "symfony/console": "~2.5||~3.0",
4745
                "symfony/dependency-injection": "~2.1||~3.0",
4746
                "symfony/event-dispatcher": "~2.1||~3.0",
4747
                "symfony/translation": "~2.3||~3.0",
4748
                "symfony/yaml": "~2.1||~3.0"
4749
            },
4750
            "require-dev": {
4751
                "herrera-io/box": "~1.6.1",
4752
                "phpunit/phpunit": "~4.5",
4753
                "symfony/process": "~2.5|~3.0"
4754
            },
4755
            "suggest": {
4756
                "behat/mink-extension": "for integration with Mink testing framework",
4757
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
4758
                "behat/yii-extension": "for integration with Yii web framework"
4759
            },
4760
            "bin": [
4761
                "bin/behat"
4762
            ],
4763
            "type": "library",
4764
            "extra": {
4765
                "branch-alias": {
4766
                    "dev-master": "3.2.x-dev"
4767
                }
4768
            },
4769
            "autoload": {
4770
                "psr-0": {
4771
                    "Behat\\Behat": "src/",
4772
                    "Behat\\Testwork": "src/"
4773
                }
4774
            },
4775
            "notification-url": "https://packagist.org/downloads/",
4776
            "license": [
4777
                "MIT"
4778
            ],
4779
            "authors": [
4780
                {
4781
                    "name": "Konstantin Kudryashov",
4782
                    "email": "[email protected]",
4783
                    "homepage": "http://everzet.com"
4784
                }
4785
            ],
4786
            "description": "Scenario-oriented BDD framework for PHP 5.3",
4787
            "homepage": "http://behat.org/",
4788
            "keywords": [
4789
                "Agile",
4790
                "BDD",
4791
                "ScenarioBDD",
4792
                "Scrum",
4793
                "StoryBDD",
4794
                "User story",
4795
                "business",
4796
                "development",
4797
                "documentation",
4798
                "examples",
4799
                "symfony",
4800
                "testing"
4801
            ],
4802
            "time": "2017-05-15T16:49:16+00:00"
4803
        },
4804
        {
4805
            "name": "behat/gherkin",
4806
            "version": "v4.4.5",
4807
            "source": {
4808
                "type": "git",
4809
                "url": "https://github.com/Behat/Gherkin.git",
4810
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
4811
            },
4812
            "dist": {
4813
                "type": "zip",
4814
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
4815
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
4816
                "shasum": ""
4817
            },
4818
            "require": {
4819
                "php": ">=5.3.1"
4820
            },
4821
            "require-dev": {
4822
                "phpunit/phpunit": "~4.5|~5",
4823
                "symfony/phpunit-bridge": "~2.7|~3",
4824
                "symfony/yaml": "~2.3|~3"
4825
            },
4826
            "suggest": {
4827
                "symfony/yaml": "If you want to parse features, represented in YAML files"
4828
            },
4829
            "type": "library",
4830
            "extra": {
4831
                "branch-alias": {
4832
                    "dev-master": "4.4-dev"
4833
                }
4834
            },
4835
            "autoload": {
4836
                "psr-0": {
4837
                    "Behat\\Gherkin": "src/"
4838
                }
4839
            },
4840
            "notification-url": "https://packagist.org/downloads/",
4841
            "license": [
4842
                "MIT"
4843
            ],
4844
            "authors": [
4845
                {
4846
                    "name": "Konstantin Kudryashov",
4847
                    "email": "[email protected]",
4848
                    "homepage": "http://everzet.com"
4849
                }
4850
            ],
4851
            "description": "Gherkin DSL parser for PHP 5.3",
4852
            "homepage": "http://behat.org/",
4853
            "keywords": [
4854
                "BDD",
4855
                "Behat",
4856
                "Cucumber",
4857
                "DSL",
4858
                "gherkin",
4859
                "parser"
4860
            ],
4861
            "time": "2016-10-30T11:50:56+00:00"
4862
        },
4863
        {
4864
            "name": "behat/mink",
4865
            "version": "v1.7.1",
4866
            "source": {
4867
                "type": "git",
4868
                "url": "https://github.com/minkphp/Mink.git",
4869
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
4870
            },
4871
            "dist": {
4872
                "type": "zip",
4873
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
4874
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
4875
                "shasum": ""
4876
            },
4877
            "require": {
4878
                "php": ">=5.3.1",
4879
                "symfony/css-selector": "~2.1|~3.0"
4880
            },
4881
            "require-dev": {
4882
                "symfony/phpunit-bridge": "~2.7|~3.0"
4883
            },
4884
            "suggest": {
4885
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
4886
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
4887
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
4888
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
4889
            },
4890
            "type": "library",
4891
            "extra": {
4892
                "branch-alias": {
4893
                    "dev-master": "1.7.x-dev"
4894
                }
4895
            },
4896
            "autoload": {
4897
                "psr-4": {
4898
                    "Behat\\Mink\\": "src/"
4899
                }
4900
            },
4901
            "notification-url": "https://packagist.org/downloads/",
4902
            "license": [
4903
                "MIT"
4904
            ],
4905
            "authors": [
4906
                {
4907
                    "name": "Konstantin Kudryashov",
4908
                    "email": "[email protected]",
4909
                    "homepage": "http://everzet.com"
4910
                }
4911
            ],
4912
            "description": "Browser controller/emulator abstraction for PHP",
4913
            "homepage": "http://mink.behat.org/",
4914
            "keywords": [
4915
                "browser",
4916
                "testing",
4917
                "web"
4918
            ],
4919
            "time": "2016-03-05T08:26:18+00:00"
4920
        },
4921
        {
4922
            "name": "behat/mink-browserkit-driver",
4923
            "version": "v1.3.2",
4924
            "source": {
4925
                "type": "git",
4926
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
4927
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
4928
            },
4929
            "dist": {
4930
                "type": "zip",
4931
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
4932
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
4933
                "shasum": ""
4934
            },
4935
            "require": {
4936
                "behat/mink": "^1.7.1@dev",
4937
                "php": ">=5.3.6",
4938
                "symfony/browser-kit": "~2.3|~3.0",
4939
                "symfony/dom-crawler": "~2.3|~3.0"
4940
            },
4941
            "require-dev": {
4942
                "silex/silex": "~1.2",
4943
                "symfony/phpunit-bridge": "~2.7|~3.0"
4944
            },
4945
            "type": "mink-driver",
4946
            "extra": {
4947
                "branch-alias": {
4948
                    "dev-master": "1.3.x-dev"
4949
                }
4950
            },
4951
            "autoload": {
4952
                "psr-4": {
4953
                    "Behat\\Mink\\Driver\\": "src/"
4954
                }
4955
            },
4956
            "notification-url": "https://packagist.org/downloads/",
4957
            "license": [
4958
                "MIT"
4959
            ],
4960
            "authors": [
4961
                {
4962
                    "name": "Konstantin Kudryashov",
4963
                    "email": "[email protected]",
4964
                    "homepage": "http://everzet.com"
4965
                }
4966
            ],
4967
            "description": "Symfony2 BrowserKit driver for Mink framework",
4968
            "homepage": "http://mink.behat.org/",
4969
            "keywords": [
4970
                "Mink",
4971
                "Symfony2",
4972
                "browser",
4973
                "testing"
4974
            ],
4975
            "time": "2016-03-05T08:59:47+00:00"
4976
        },
4977
        {
4978
            "name": "behat/mink-extension",
4979
            "version": "v2.2",
4980
            "source": {
4981
                "type": "git",
4982
                "url": "https://github.com/Behat/MinkExtension.git",
4983
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
4984
            },
4985
            "dist": {
4986
                "type": "zip",
4987
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
4988
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
4989
                "shasum": ""
4990
            },
4991
            "require": {
4992
                "behat/behat": "~3.0,>=3.0.5",
4993
                "behat/mink": "~1.5",
4994
                "php": ">=5.3.2",
4995
                "symfony/config": "~2.2|~3.0"
4996
            },
4997
            "require-dev": {
4998
                "behat/mink-goutte-driver": "~1.1",
4999
                "phpspec/phpspec": "~2.0"
5000
            },
5001
            "type": "behat-extension",
5002
            "extra": {
5003
                "branch-alias": {
5004
                    "dev-master": "2.1.x-dev"
5005
                }
5006
            },
5007
            "autoload": {
5008
                "psr-0": {
5009
                    "Behat\\MinkExtension": "src/"
5010
                }
5011
            },
5012
            "notification-url": "https://packagist.org/downloads/",
5013
            "license": [
5014
                "MIT"
5015
            ],
5016
            "authors": [
5017
                {
5018
                    "name": "Christophe Coevoet",
5019
                    "email": "[email protected]"
5020
                },
5021
                {
5022
                    "name": "Konstantin Kudryashov",
5023
                    "email": "[email protected]"
5024
                }
5025
            ],
5026
            "description": "Mink extension for Behat",
5027
            "homepage": "http://extensions.behat.org/mink",
5028
            "keywords": [
5029
                "browser",
5030
                "gui",
5031
                "test",
5032
                "web"
5033
            ],
5034
            "time": "2016-02-15T07:55:18+00:00"
5035
        },
5036
        {
5037
            "name": "behat/symfony2-extension",
5038
            "version": "2.1.1",
5039
            "source": {
5040
                "type": "git",
5041
                "url": "https://github.com/Behat/Symfony2Extension.git",
5042
                "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c"
5043
            },
5044
            "dist": {
5045
                "type": "zip",
5046
                "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/cb9ff0ff2f1a901379616d95cc701601d139160c",
5047
                "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c",
5048
                "shasum": ""
5049
            },
5050
            "require": {
5051
                "behat/behat": "~3.0,>=3.0.4",
5052
                "php": ">=5.3.3",
5053
                "symfony/framework-bundle": "~2.0|~3.0"
5054
            },
5055
            "require-dev": {
5056
                "behat/mink-browserkit-driver": "~1.0",
5057
                "behat/mink-extension": "~2.0",
5058
                "phpspec/phpspec": "~2.0",
5059
                "phpunit/phpunit": "~4.0",
5060
                "symfony/symfony": "~2.1|~3.0"
5061
            },
5062
            "type": "behat-extension",
5063
            "extra": {
5064
                "branch-alias": {
5065
                    "dev-master": "2.1.x-dev"
5066
                }
5067
            },
5068
            "autoload": {
5069
                "psr-0": {
5070
                    "Behat\\Symfony2Extension": "src/"
5071
                }
5072
            },
5073
            "notification-url": "https://packagist.org/downloads/",
5074
            "license": [
5075
                "MIT"
5076
            ],
5077
            "authors": [
5078
                {
5079
                    "name": "Christophe Coevoet",
5080
                    "email": "[email protected]"
5081
                },
5082
                {
5083
                    "name": "Konstantin Kudryashov",
5084
                    "email": "[email protected]"
5085
                }
5086
            ],
5087
            "description": "Symfony2 framework extension for Behat",
5088
            "homepage": "http://behat.org",
5089
            "keywords": [
5090
                "BDD",
5091
                "framework",
5092
                "symfony"
5093
            ],
5094
            "time": "2016-01-13T17:06:48+00:00"
5095
        },
5096
        {
5097
            "name": "behatch/contexts",
5098
            "version": "v2.7",
5099
            "source": {
5100
                "type": "git",
5101
                "url": "https://github.com/Behatch/contexts.git",
5102
                "reference": "bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c"
5103
            },
5104
            "dist": {
5105
                "type": "zip",
5106
                "url": "https://api.github.com/repos/Behatch/contexts/zipball/bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c",
5107
                "reference": "bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c",
5108
                "shasum": ""
5109
            },
5110
            "require": {
5111
                "behat/behat": "~3.0",
5112
                "behat/mink-extension": "~2.0",
5113
                "justinrainbow/json-schema": "~1.4",
5114
                "php": ">=5.4",
5115
                "symfony/http-foundation": "~2.3|~3.0",
5116
                "symfony/property-access": "~2.3|~3.0"
5117
            },
5118
            "replace": {
5119
                "sanpi/behatch-contexts": "self.version"
5120
            },
5121
            "require-dev": {
5122
                "atoum/atoum": "~2.8|~3.0",
5123
                "behat/mink-goutte-driver": "~1.1",
5124
                "behat/mink-selenium2-driver": "~1.2"
5125
            },
5126
            "type": "library",
5127
            "autoload": {
5128
                "psr-4": {
5129
                    "Behatch\\": "src/",
5130
                    "Sanpi\\Behatch\\": "src/class_aliases/"
5131
                }
5132
            },
5133
            "notification-url": "https://packagist.org/downloads/",
5134
            "license": [
5135
                "beerware"
5136
            ],
5137
            "description": "Behatch contexts",
5138
            "keywords": [
5139
                "BDD",
5140
                "Behat",
5141
                "Context",
5142
                "Symfony2"
5143
            ],
5144
            "time": "2017-04-14T08:47:09+00:00"
5145
        },
5146
        {
5147
            "name": "container-interop/container-interop",
5148
            "version": "1.2.0",
5149
            "source": {
5150
                "type": "git",
5151
                "url": "https://github.com/container-interop/container-interop.git",
5152
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
5153
            },
5154
            "dist": {
5155
                "type": "zip",
5156
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
5157
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
5158
                "shasum": ""
5159
            },
5160
            "require": {
5161
                "psr/container": "^1.0"
5162
            },
5163
            "type": "library",
5164
            "autoload": {
5165
                "psr-4": {
5166
                    "Interop\\Container\\": "src/Interop/Container/"
5167
                }
5168
            },
5169
            "notification-url": "https://packagist.org/downloads/",
5170
            "license": [
5171
                "MIT"
5172
            ],
5173
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
5174
            "homepage": "https://github.com/container-interop/container-interop",
5175
            "time": "2017-02-14T19:40:03+00:00"
5176
        },
5177
        {
5178
            "name": "doctrine/data-fixtures",
5179
            "version": "v1.2.2",
5180
            "source": {
5181
                "type": "git",
5182
                "url": "https://github.com/doctrine/data-fixtures.git",
5183
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
5184
            },
5185
            "dist": {
5186
                "type": "zip",
5187
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
5188
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
5189
                "shasum": ""
5190
            },
5191
            "require": {
5192
                "doctrine/common": "~2.2",
5193
                "php": "^5.6 || ^7.0"
5194
            },
5195
            "conflict": {
5196
                "doctrine/orm": "< 2.4"
5197
            },
5198
            "require-dev": {
5199
                "doctrine/dbal": "^2.5.4",
5200
                "doctrine/orm": "^2.5.4",
5201
                "phpunit/phpunit": "^5.4.6"
5202
            },
5203
            "suggest": {
5204
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
5205
                "doctrine/orm": "For loading ORM fixtures",
5206
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
5207
            },
5208
            "type": "library",
5209
            "extra": {
5210
                "branch-alias": {
5211
                    "dev-master": "1.3.x-dev"
5212
                }
5213
            },
5214
            "autoload": {
5215
                "psr-0": {
5216
                    "Doctrine\\Common\\DataFixtures": "lib/"
5217
                }
5218
            },
5219
            "notification-url": "https://packagist.org/downloads/",
5220
            "license": [
5221
                "MIT"
5222
            ],
5223
            "authors": [
5224
                {
5225
                    "name": "Jonathan Wage",
5226
                    "email": "[email protected]"
5227
                }
5228
            ],
5229
            "description": "Data Fixtures for all Doctrine Object Managers",
5230
            "homepage": "http://www.doctrine-project.org",
5231
            "keywords": [
5232
                "database"
5233
            ],
5234
            "time": "2016-09-20T10:07:57+00:00"
5235
        },
5236
        {
5237
            "name": "doctrine/doctrine-fixtures-bundle",
5238
            "version": "2.3.0",
5239
            "source": {
5240
                "type": "git",
5241
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
5242
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
5243
            },
5244
            "dist": {
5245
                "type": "zip",
5246
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
5247
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
5248
                "shasum": ""
5249
            },
5250
            "require": {
5251
                "doctrine/data-fixtures": "~1.0",
5252
                "doctrine/doctrine-bundle": "~1.0",
5253
                "php": ">=5.3.2",
5254
                "symfony/doctrine-bridge": "~2.3|~3.0"
5255
            },
5256
            "type": "symfony-bundle",
5257
            "extra": {
5258
                "branch-alias": {
5259
                    "dev-master": "2.2.x-dev"
5260
                }
5261
            },
5262
            "autoload": {
5263
                "psr-4": {
5264
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
5265
                }
5266
            },
5267
            "notification-url": "https://packagist.org/downloads/",
5268
            "license": [
5269
                "MIT"
5270
            ],
5271
            "authors": [
5272
                {
5273
                    "name": "Symfony Community",
5274
                    "homepage": "http://symfony.com/contributors"
5275
                },
5276
                {
5277
                    "name": "Doctrine Project",
5278
                    "homepage": "http://www.doctrine-project.org"
5279
                },
5280
                {
5281
                    "name": "Fabien Potencier",
5282
                    "email": "[email protected]"
5283
                }
5284
            ],
5285
            "description": "Symfony DoctrineFixturesBundle",
5286
            "homepage": "http://www.doctrine-project.org",
5287
            "keywords": [
5288
                "Fixture",
5289
                "persistence"
5290
            ],
5291
            "time": "2015-11-04T21:23:23+00:00"
5292
        },
5293
        {
5294
            "name": "easyrdf/easyrdf",
5295
            "version": "0.9.1",
5296
            "source": {
5297
                "type": "git",
5298
                "url": "https://github.com/njh/easyrdf.git",
5299
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
5300
            },
5301
            "dist": {
5302
                "type": "zip",
5303
                "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
5304
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
5305
                "shasum": ""
5306
            },
5307
            "require": {
5308
                "ext-mbstring": "*",
5309
                "ext-pcre": "*",
5310
                "php": ">=5.2.8"
5311
            },
5312
            "require-dev": {
5313
                "phpunit/phpunit": "~3.5",
5314
                "sami/sami": "~1.4",
5315
                "squizlabs/php_codesniffer": "~1.4.3"
5316
            },
5317
            "suggest": {
5318
                "ml/json-ld": "~1.0"
5319
            },
5320
            "type": "library",
5321
            "autoload": {
5322
                "psr-0": {
5323
                    "EasyRdf_": "lib/"
5324
                }
5325
            },
5326
            "notification-url": "https://packagist.org/downloads/",
5327
            "license": [
5328
                "BSD-3-Clause"
5329
            ],
5330
            "authors": [
5331
                {
5332
                    "name": "Nicholas Humfrey",
5333
                    "email": "[email protected]",
5334
                    "homepage": "http://www.aelius.com/njh/",
5335
                    "role": "Developer"
5336
                },
5337
                {
5338
                    "name": "Alexey Zakhlestin",
5339
                    "email": "[email protected]",
5340
                    "role": "Developer"
5341
                }
5342
            ],
5343
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
5344
            "homepage": "http://www.easyrdf.org/",
5345
            "keywords": [
5346
                "Linked Data",
5347
                "RDF",
5348
                "Semantic Web",
5349
                "Turtle",
5350
                "rdfa",
5351
                "sparql"
5352
            ],
5353
            "time": "2015-02-27T09:45:49+00:00"
5354
        },
5355
        {
5356
            "name": "friendsofphp/php-cs-fixer",
5357
            "version": "v1.13.1",
5358
            "source": {
5359
                "type": "git",
5360
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
5361
                "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088"
5362
            },
5363
            "dist": {
5364
                "type": "zip",
5365
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
5366
                "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
5367
                "shasum": ""
5368
            },
5369
            "require": {
5370
                "ext-tokenizer": "*",
5371
                "php": "^5.3.6 || >=7.0 <7.2",
5372
                "sebastian/diff": "^1.1",
5373
                "symfony/console": "^2.3 || ^3.0",
5374
                "symfony/event-dispatcher": "^2.1 || ^3.0",
5375
                "symfony/filesystem": "^2.1 || ^3.0",
5376
                "symfony/finder": "^2.1 || ^3.0",
5377
                "symfony/process": "^2.3 || ^3.0",
5378
                "symfony/stopwatch": "^2.5 || ^3.0"
5379
            },
5380
            "conflict": {
5381
                "hhvm": "<3.9"
5382
            },
5383
            "require-dev": {
5384
                "phpunit/phpunit": "^4.5|^5",
5385
                "satooshi/php-coveralls": "^1.0"
5386
            },
5387
            "bin": [
5388
                "php-cs-fixer"
5389
            ],
5390
            "type": "application",
5391
            "autoload": {
5392
                "psr-4": {
5393
                    "Symfony\\CS\\": "Symfony/CS/"
5394
                }
5395
            },
5396
            "notification-url": "https://packagist.org/downloads/",
5397
            "license": [
5398
                "MIT"
5399
            ],
5400
            "authors": [
5401
                {
5402
                    "name": "Dariusz Rumiński",
5403
                    "email": "[email protected]"
5404
                },
5405
                {
5406
                    "name": "Fabien Potencier",
5407
                    "email": "[email protected]"
5408
                }
5409
            ],
5410
            "description": "A tool to automatically fix PHP code style",
5411
            "time": "2016-12-01T00:05:05+00:00"
5412
        },
5413
        {
5414
            "name": "guzzle/guzzle",
5415
            "version": "v3.8.1",
5416
            "source": {
5417
                "type": "git",
5418
                "url": "https://github.com/guzzle/guzzle.git",
5419
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
5420
            },
5421
            "dist": {
5422
                "type": "zip",
5423
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
5424
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
5425
                "shasum": ""
5426
            },
5427
            "require": {
5428
                "ext-curl": "*",
5429
                "php": ">=5.3.3",
5430
                "symfony/event-dispatcher": ">=2.1"
5431
            },
5432
            "replace": {
5433
                "guzzle/batch": "self.version",
5434
                "guzzle/cache": "self.version",
5435
                "guzzle/common": "self.version",
5436
                "guzzle/http": "self.version",
5437
                "guzzle/inflection": "self.version",
5438
                "guzzle/iterator": "self.version",
5439
                "guzzle/log": "self.version",
5440
                "guzzle/parser": "self.version",
5441
                "guzzle/plugin": "self.version",
5442
                "guzzle/plugin-async": "self.version",
5443
                "guzzle/plugin-backoff": "self.version",
5444
                "guzzle/plugin-cache": "self.version",
5445
                "guzzle/plugin-cookie": "self.version",
5446
                "guzzle/plugin-curlauth": "self.version",
5447
                "guzzle/plugin-error-response": "self.version",
5448
                "guzzle/plugin-history": "self.version",
5449
                "guzzle/plugin-log": "self.version",
5450
                "guzzle/plugin-md5": "self.version",
5451
                "guzzle/plugin-mock": "self.version",
5452
                "guzzle/plugin-oauth": "self.version",
5453
                "guzzle/service": "self.version",
5454
                "guzzle/stream": "self.version"
5455
            },
5456
            "require-dev": {
5457
                "doctrine/cache": "*",
5458
                "monolog/monolog": "1.*",
5459
                "phpunit/phpunit": "3.7.*",
5460
                "psr/log": "1.0.*",
5461
                "symfony/class-loader": "*",
5462
                "zendframework/zend-cache": "<2.3",
5463
                "zendframework/zend-log": "<2.3"
5464
            },
5465
            "type": "library",
5466
            "extra": {
5467
                "branch-alias": {
5468
                    "dev-master": "3.8-dev"
5469
                }
5470
            },
5471
            "autoload": {
5472
                "psr-0": {
5473
                    "Guzzle": "src/",
5474
                    "Guzzle\\Tests": "tests/"
5475
                }
5476
            },
5477
            "notification-url": "https://packagist.org/downloads/",
5478
            "license": [
5479
                "MIT"
5480
            ],
5481
            "authors": [
5482
                {
5483
                    "name": "Michael Dowling",
5484
                    "email": "[email protected]",
5485
                    "homepage": "https://github.com/mtdowling"
5486
                },
5487
                {
5488
                    "name": "Guzzle Community",
5489
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
5490
                }
5491
            ],
5492
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
5493
            "homepage": "http://guzzlephp.org/",
5494
            "keywords": [
5495
                "client",
5496
                "curl",
5497
                "framework",
5498
                "http",
5499
                "http client",
5500
                "rest",
5501
                "web service"
5502
            ],
5503
            "abandoned": "guzzlehttp/guzzle",
5504
            "time": "2014-01-28T22:29:15+00:00"
5505
        },
5506
        {
5507
            "name": "internations/http-mock",
5508
            "version": "0.10.1",
5509
            "source": {
5510
                "type": "git",
5511
                "url": "https://github.com/InterNations/http-mock.git",
5512
                "reference": "f7e727d9d694087f63d4feaee37785be377308fa"
5513
            },
5514
            "dist": {
5515
                "type": "zip",
5516
                "url": "https://api.github.com/repos/InterNations/http-mock/zipball/f7e727d9d694087f63d4feaee37785be377308fa",
5517
                "reference": "f7e727d9d694087f63d4feaee37785be377308fa",
5518
                "shasum": ""
5519
            },
5520
            "require": {
5521
                "guzzle/guzzle": "*",
5522
                "jeremeamia/superclosure": "~2",
5523
                "lstrojny/hmmmath": ">=0.5.0",
5524
                "silex/silex": "~2.0",
5525
                "symfony/process": "~3"
5526
            },
5527
            "require-dev": {
5528
                "internations/kodierungsregelwerksammlung": "~0.23.0",
5529
                "internations/testing-component": "1.0.1",
5530
                "phpunit/phpunit": "^5.7|^6",
5531
                "phpunit/phpunit-mock-objects": "^3|^4"
5532
            },
5533
            "type": "library",
5534
            "autoload": {
5535
                "psr-4": {
5536
                    "InterNations\\Component\\HttpMock\\": "src/"
5537
                }
5538
            },
5539
            "notification-url": "https://packagist.org/downloads/",
5540
            "license": [
5541
                "MIT"
5542
            ],
5543
            "authors": [
5544
                {
5545
                    "name": "Lars Strojny",
5546
                    "email": "[email protected]"
5547
                },
5548
                {
5549
                    "name": "Max Beutel",
5550
                    "email": "[email protected]"
5551
                }
5552
            ],
5553
            "description": "Mock HTTP requests on the server side in your PHP unit tests",
5554
            "time": "2017-12-21T10:36:56+00:00"
5555
        },
5556
        {
5557
            "name": "jeremeamia/SuperClosure",
5558
            "version": "dev-master",
5559
            "source": {
5560
                "type": "git",
5561
                "url": "https://github.com/jeremeamia/super_closure.git",
5562
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
5563
            },
5564
            "dist": {
5565
                "type": "zip",
5566
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
5567
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
5568
                "shasum": ""
5569
            },
5570
            "require": {
5571
                "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
5572
                "php": ">=5.4",
5573
                "symfony/polyfill-php56": "^1.0"
5574
            },
5575
            "require-dev": {
5576
                "phpunit/phpunit": "^4.0|^5.0"
5577
            },
5578
            "type": "library",
5579
            "extra": {
5580
                "branch-alias": {
5581
                    "dev-master": "2.4-dev"
5582
                }
5583
            },
5584
            "autoload": {
5585
                "psr-4": {
5586
                    "SuperClosure\\": "src/"
5587
                }
5588
            },
5589
            "notification-url": "https://packagist.org/downloads/",
5590
            "license": [
5591
                "MIT"
5592
            ],
5593
            "authors": [
5594
                {
5595
                    "name": "Jeremy Lindblom",
5596
                    "email": "[email protected]",
5597
                    "homepage": "https://github.com/jeremeamia",
5598
                    "role": "Developer"
5599
                }
5600
            ],
5601
            "description": "Serialize Closure objects, including their context and binding",
5602
            "homepage": "https://github.com/jeremeamia/super_closure",
5603
            "keywords": [
5604
                "closure",
5605
                "function",
5606
                "lambda",
5607
                "parser",
5608
                "serializable",
5609
                "serialize",
5610
                "tokenizer"
5611
            ],
5612
            "time": "2018-03-21T22:21:57+00:00"
5613
        },
5614
        {
5615
            "name": "justinrainbow/json-schema",
5616
            "version": "1.6.1",
5617
            "source": {
5618
                "type": "git",
5619
                "url": "https://github.com/justinrainbow/json-schema.git",
5620
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
5621
            },
5622
            "dist": {
5623
                "type": "zip",
5624
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
5625
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
5626
                "shasum": ""
5627
            },
5628
            "require": {
5629
                "php": ">=5.3.29"
5630
            },
5631
            "require-dev": {
5632
                "json-schema/json-schema-test-suite": "1.1.0",
5633
                "phpdocumentor/phpdocumentor": "~2",
5634
                "phpunit/phpunit": "~3.7"
5635
            },
5636
            "bin": [
5637
                "bin/validate-json"
5638
            ],
5639
            "type": "library",
5640
            "extra": {
5641
                "branch-alias": {
5642
                    "dev-master": "1.6.x-dev"
5643
                }
5644
            },
5645
            "autoload": {
5646
                "psr-4": {
5647
                    "JsonSchema\\": "src/JsonSchema/"
5648
                }
5649
            },
5650
            "notification-url": "https://packagist.org/downloads/",
5651
            "license": [
5652
                "BSD-3-Clause"
5653
            ],
5654
            "authors": [
5655
                {
5656
                    "name": "Bruno Prieto Reis",
5657
                    "email": "[email protected]"
5658
                },
5659
                {
5660
                    "name": "Justin Rainbow",
5661
                    "email": "[email protected]"
5662
                },
5663
                {
5664
                    "name": "Igor Wiedler",
5665
                    "email": "[email protected]"
5666
                },
5667
                {
5668
                    "name": "Robert Schönthal",
5669
                    "email": "[email protected]"
5670
                }
5671
            ],
5672
            "description": "A library to validate a json schema.",
5673
            "homepage": "https://github.com/justinrainbow/json-schema",
5674
            "keywords": [
5675
                "json",
5676
                "schema"
5677
            ],
5678
            "time": "2016-01-25T15:43:01+00:00"
5679
        },
5680
        {
5681
            "name": "league/html-to-markdown",
5682
            "version": "4.4.1",
5683
            "source": {
5684
                "type": "git",
5685
                "url": "https://github.com/thephpleague/html-to-markdown.git",
5686
                "reference": "82ea375b5b2b1da1da222644c0565c695bf88186"
5687
            },
5688
            "dist": {
5689
                "type": "zip",
5690
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/82ea375b5b2b1da1da222644c0565c695bf88186",
5691
                "reference": "82ea375b5b2b1da1da222644c0565c695bf88186",
5692
                "shasum": ""
5693
            },
5694
            "require": {
5695
                "ext-dom": "*",
5696
                "ext-xml": "*",
5697
                "php": ">=5.3.3"
5698
            },
5699
            "require-dev": {
5700
                "mikehaertl/php-shellcommand": "~1.1.0",
5701
                "phpunit/phpunit": "4.*",
5702
                "scrutinizer/ocular": "~1.1"
5703
            },
5704
            "bin": [
5705
                "bin/html-to-markdown"
5706
            ],
5707
            "type": "library",
5708
            "extra": {
5709
                "branch-alias": {
5710
                    "dev-master": "4.5-dev"
5711
                }
5712
            },
5713
            "autoload": {
5714
                "psr-4": {
5715
                    "League\\HTMLToMarkdown\\": "src/"
5716
                }
5717
            },
5718
            "notification-url": "https://packagist.org/downloads/",
5719
            "license": [
5720
                "MIT"
5721
            ],
5722
            "authors": [
5723
                {
5724
                    "name": "Colin O'Dell",
5725
                    "email": "[email protected]",
5726
                    "homepage": "http://www.colinodell.com",
5727
                    "role": "Lead Developer"
5728
                },
5729
                {
5730
                    "name": "Nick Cernis",
5731
                    "email": "[email protected]",
5732
                    "homepage": "http://modernnerd.net",
5733
                    "role": "Original Author"
5734
                }
5735
            ],
5736
            "description": "An HTML-to-markdown conversion helper for PHP",
5737
            "homepage": "https://github.com/thephpleague/html-to-markdown",
5738
            "keywords": [
5739
                "html",
5740
                "markdown"
5741
            ],
5742
            "time": "2017-03-16T00:45:59+00:00"
5743
        },
5744
        {
5745
            "name": "lstrojny/hmmmath",
5746
            "version": "dev-master",
5747
            "source": {
5748
                "type": "git",
5749
                "url": "https://github.com/lstrojny/hmmmath.git",
5750
                "reference": "d2305def0864497dea0250d483fd284d4eb4cbdc"
5751
            },
5752
            "dist": {
5753
                "type": "zip",
5754
                "url": "https://api.github.com/repos/lstrojny/hmmmath/zipball/d2305def0864497dea0250d483fd284d4eb4cbdc",
5755
                "reference": "d2305def0864497dea0250d483fd284d4eb4cbdc",
5756
                "shasum": ""
5757
            },
5758
            "require": {
5759
                "php": "~7.1"
5760
            },
5761
            "require-dev": {
5762
                "internations/testing-component": "dev-master",
5763
                "phpunit/phpunit": "~6"
5764
            },
5765
            "type": "library",
5766
            "autoload": {
5767
                "psr-0": {
5768
                    "hmmmath\\": "src/"
5769
                }
5770
            },
5771
            "notification-url": "https://packagist.org/downloads/",
5772
            "license": [
5773
                "MIT"
5774
            ],
5775
            "authors": [
5776
                {
5777
                    "name": "Lars Strojny",
5778
                    "email": "[email protected]"
5779
                }
5780
            ],
5781
            "description": "Collection of math related PHP functions",
5782
            "time": "2018-06-26T20:55:57+00:00"
5783
        },
5784
        {
5785
            "name": "nikic/php-parser",
5786
            "version": "dev-master",
5787
            "source": {
5788
                "type": "git",
5789
                "url": "https://github.com/nikic/PHP-Parser.git",
5790
                "reference": "d7d581c1d2e01430cbae65e28b99aee3fe7c1cf3"
5791
            },
5792
            "dist": {
5793
                "type": "zip",
5794
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d7d581c1d2e01430cbae65e28b99aee3fe7c1cf3",
5795
                "reference": "d7d581c1d2e01430cbae65e28b99aee3fe7c1cf3",
5796
                "shasum": ""
5797
            },
5798
            "require": {
5799
                "ext-tokenizer": "*",
5800
                "php": ">=7.0"
5801
            },
5802
            "require-dev": {
5803
                "phpunit/phpunit": "^6.5 || ^7.0"
5804
            },
5805
            "bin": [
5806
                "bin/php-parse"
5807
            ],
5808
            "type": "library",
5809
            "extra": {
5810
                "branch-alias": {
5811
                    "dev-master": "4.0-dev"
5812
                }
5813
            },
5814
            "autoload": {
5815
                "psr-4": {
5816
                    "PhpParser\\": "lib/PhpParser"
5817
                }
5818
            },
5819
            "notification-url": "https://packagist.org/downloads/",
5820
            "license": [
5821
                "BSD-3-Clause"
5822
            ],
5823
            "authors": [
5824
                {
5825
                    "name": "Nikita Popov"
5826
                }
5827
            ],
5828
            "description": "A PHP parser written in PHP",
5829
            "keywords": [
5830
                "parser",
5831
                "php"
5832
            ],
5833
            "time": "2018-08-27T22:49:42+00:00"
5834
        },
5835
        {
5836
            "name": "pimple/pimple",
5837
            "version": "dev-master",
5838
            "source": {
5839
                "type": "git",
5840
                "url": "https://github.com/silexphp/Pimple.git",
5841
                "reference": "21e3e0dc89183c96fad7f12e09e1d345558e9a56"
5842
            },
5843
            "dist": {
5844
                "type": "zip",
5845
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/21e3e0dc89183c96fad7f12e09e1d345558e9a56",
5846
                "reference": "21e3e0dc89183c96fad7f12e09e1d345558e9a56",
5847
                "shasum": ""
5848
            },
5849
            "require": {
5850
                "php": ">=5.3.0",
5851
                "psr/container": "^1.0"
5852
            },
5853
            "require-dev": {
5854
                "symfony/phpunit-bridge": "^3.2"
5855
            },
5856
            "type": "library",
5857
            "extra": {
5858
                "branch-alias": {
5859
                    "dev-master": "3.2.x-dev"
5860
                }
5861
            },
5862
            "autoload": {
5863
                "psr-0": {
5864
                    "Pimple": "src/"
5865
                }
5866
            },
5867
            "notification-url": "https://packagist.org/downloads/",
5868
            "license": [
5869
                "MIT"
5870
            ],
5871
            "authors": [
5872
                {
5873
                    "name": "Fabien Potencier",
5874
                    "email": "[email protected]"
5875
                }
5876
            ],
5877
            "description": "Pimple, a simple Dependency Injection Container",
5878
            "homepage": "https://pimple.symfony.com",
5879
            "keywords": [
5880
                "container",
5881
                "dependency injection"
5882
            ],
5883
            "time": "2018-04-20T06:17:25+00:00"
5884
        },
5885
        {
5886
            "name": "psr/container",
5887
            "version": "1.0.0",
5888
            "source": {
5889
                "type": "git",
5890
                "url": "https://github.com/php-fig/container.git",
5891
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
5892
            },
5893
            "dist": {
5894
                "type": "zip",
5895
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
5896
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
5897
                "shasum": ""
5898
            },
5899
            "require": {
5900
                "php": ">=5.3.0"
5901
            },
5902
            "type": "library",
5903
            "extra": {
5904
                "branch-alias": {
5905
                    "dev-master": "1.0.x-dev"
5906
                }
5907
            },
5908
            "autoload": {
5909
                "psr-4": {
5910
                    "Psr\\Container\\": "src/"
5911
                }
5912
            },
5913
            "notification-url": "https://packagist.org/downloads/",
5914
            "license": [
5915
                "MIT"
5916
            ],
5917
            "authors": [
5918
                {
5919
                    "name": "PHP-FIG",
5920
                    "homepage": "http://www.php-fig.org/"
5921
                }
5922
            ],
5923
            "description": "Common Container Interface (PHP FIG PSR-11)",
5924
            "homepage": "https://github.com/php-fig/container",
5925
            "keywords": [
5926
                "PSR-11",
5927
                "container",
5928
                "container-interface",
5929
                "container-interop",
5930
                "psr"
5931
            ],
5932
            "time": "2017-02-14T16:28:37+00:00"
5933
        },
5934
        {
5935
            "name": "sebastian/diff",
5936
            "version": "1.4.3",
5937
            "source": {
5938
                "type": "git",
5939
                "url": "https://github.com/sebastianbergmann/diff.git",
5940
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
5941
            },
5942
            "dist": {
5943
                "type": "zip",
5944
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
5945
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
5946
                "shasum": ""
5947
            },
5948
            "require": {
5949
                "php": "^5.3.3 || ^7.0"
5950
            },
5951
            "require-dev": {
5952
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5953
            },
5954
            "type": "library",
5955
            "extra": {
5956
                "branch-alias": {
5957
                    "dev-master": "1.4-dev"
5958
                }
5959
            },
5960
            "autoload": {
5961
                "classmap": [
5962
                    "src/"
5963
                ]
5964
            },
5965
            "notification-url": "https://packagist.org/downloads/",
5966
            "license": [
5967
                "BSD-3-Clause"
5968
            ],
5969
            "authors": [
5970
                {
5971
                    "name": "Kore Nordmann",
5972
                    "email": "[email protected]"
5973
                },
5974
                {
5975
                    "name": "Sebastian Bergmann",
5976
                    "email": "[email protected]"
5977
                }
5978
            ],
5979
            "description": "Diff implementation",
5980
            "homepage": "https://github.com/sebastianbergmann/diff",
5981
            "keywords": [
5982
                "diff"
5983
            ],
5984
            "time": "2017-05-22T07:24:03+00:00"
5985
        },
5986
        {
5987
            "name": "sensio/generator-bundle",
5988
            "version": "v3.1.4",
5989
            "source": {
5990
                "type": "git",
5991
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
5992
                "reference": "37f9f4e165b033fb76cc2320838321cc57140e65"
5993
            },
5994
            "dist": {
5995
                "type": "zip",
5996
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/37f9f4e165b033fb76cc2320838321cc57140e65",
5997
                "reference": "37f9f4e165b033fb76cc2320838321cc57140e65",
5998
                "shasum": ""
5999
            },
6000
            "require": {
6001
                "symfony/console": "~2.7|~3.0",
6002
                "symfony/framework-bundle": "~2.7|~3.0",
6003
                "symfony/process": "~2.7|~3.0",
6004
                "symfony/yaml": "~2.7|~3.0",
6005
                "twig/twig": "^1.28.2|^2.0"
6006
            },
6007
            "require-dev": {
6008
                "doctrine/orm": "~2.4",
6009
                "symfony/doctrine-bridge": "~2.7|~3.0",
6010
                "symfony/filesystem": "~2.7|~3.0",
6011
                "symfony/phpunit-bridge": "^3.3"
6012
            },
6013
            "type": "symfony-bundle",
6014
            "extra": {
6015
                "branch-alias": {
6016
                    "dev-master": "3.1.x-dev"
6017
                }
6018
            },
6019
            "autoload": {
6020
                "psr-4": {
6021
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
6022
                },
6023
                "exclude-from-classmap": [
6024
                    "/Tests/"
6025
                ]
6026
            },
6027
            "notification-url": "https://packagist.org/downloads/",
6028
            "license": [
6029
                "MIT"
6030
            ],
6031
            "authors": [
6032
                {
6033
                    "name": "Fabien Potencier",
6034
                    "email": "[email protected]"
6035
                }
6036
            ],
6037
            "description": "This bundle generates code for you",
6038
            "time": "2017-03-15T01:02:10+00:00"
6039
        },
6040
        {
6041
            "name": "silex/silex",
6042
            "version": "v2.2.4",
6043
            "source": {
6044
                "type": "git",
6045
                "url": "https://github.com/silexphp/Silex.git",
6046
                "reference": "d2531e5b8099c429b752ad2154e85999c3689057"
6047
            },
6048
            "dist": {
6049
                "type": "zip",
6050
                "url": "https://api.github.com/repos/silexphp/Silex/zipball/d2531e5b8099c429b752ad2154e85999c3689057",
6051
                "reference": "d2531e5b8099c429b752ad2154e85999c3689057",
6052
                "shasum": ""
6053
            },
6054
            "require": {
6055
                "php": ">=5.5.9",
6056
                "pimple/pimple": "~3.0",
6057
                "symfony/event-dispatcher": "~2.8|^3.0",
6058
                "symfony/http-foundation": "~2.8|^3.0",
6059
                "symfony/http-kernel": "~2.8|^3.0",
6060
                "symfony/routing": "~2.8|^3.0"
6061
            },
6062
            "conflict": {
6063
                "phpunit/phpunit": "<4.8.35 || >= 5.0, <5.4.3"
6064
            },
6065
            "replace": {
6066
                "silex/api": "self.version",
6067
                "silex/providers": "self.version"
6068
            },
6069
            "require-dev": {
6070
                "doctrine/dbal": "~2.2",
6071
                "monolog/monolog": "^1.4.1",
6072
                "swiftmailer/swiftmailer": "~5",
6073
                "symfony/asset": "~2.8|^3.0",
6074
                "symfony/browser-kit": "~2.8|^3.0",
6075
                "symfony/config": "~2.8|^3.0",
6076
                "symfony/css-selector": "~2.8|^3.0",
6077
                "symfony/debug": "~2.8|^3.0",
6078
                "symfony/doctrine-bridge": "~2.8|^3.0",
6079
                "symfony/dom-crawler": "~2.8|^3.0",
6080
                "symfony/expression-language": "~2.8|^3.0",
6081
                "symfony/finder": "~2.8|^3.0",
6082
                "symfony/form": "~2.8|^3.0",
6083
                "symfony/intl": "~2.8|^3.0",
6084
                "symfony/monolog-bridge": "~2.8|^3.0",
6085
                "symfony/options-resolver": "~2.8|^3.0",
6086
                "symfony/phpunit-bridge": "^3.2",
6087
                "symfony/process": "~2.8|^3.0",
6088
                "symfony/security": "~2.8|^3.0",
6089
                "symfony/serializer": "~2.8|^3.0",
6090
                "symfony/translation": "~2.8|^3.0",
6091
                "symfony/twig-bridge": "~2.8|^3.0",
6092
                "symfony/validator": "~2.8|^3.0",
6093
                "symfony/var-dumper": "~2.8|^3.0",
6094
                "symfony/web-link": "^3.3",
6095
                "twig/twig": "~1.28|~2.0"
6096
            },
6097
            "type": "library",
6098
            "extra": {
6099
                "branch-alias": {
6100
                    "dev-master": "2.2.x-dev"
6101
                }
6102
            },
6103
            "autoload": {
6104
                "psr-4": {
6105
                    "Silex\\": "src/Silex"
6106
                }
6107
            },
6108
            "notification-url": "https://packagist.org/downloads/",
6109
            "license": [
6110
                "MIT"
6111
            ],
6112
            "authors": [
6113
                {
6114
                    "name": "Fabien Potencier",
6115
                    "email": "[email protected]"
6116
                },
6117
                {
6118
                    "name": "Igor Wiedler",
6119
                    "email": "[email protected]"
6120
                }
6121
            ],
6122
            "description": "The PHP micro-framework based on the Symfony Components",
6123
            "homepage": "http://silex.sensiolabs.org",
6124
            "keywords": [
6125
                "microframework"
6126
            ],
6127
            "abandoned": "symfony/flex",
6128
            "time": "2018-03-16T23:34:20+00:00"
6129
        },
6130
        {
6131
            "name": "symfony/phpunit-bridge",
6132
            "version": "v3.2.8",
6133
            "source": {
6134
                "type": "git",
6135
                "url": "https://github.com/symfony/phpunit-bridge.git",
6136
                "reference": "00916603c524b8048906de460b7ea0dfa1651281"
6137
            },
6138
            "dist": {
6139
                "type": "zip",
6140
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/00916603c524b8048906de460b7ea0dfa1651281",
6141
                "reference": "00916603c524b8048906de460b7ea0dfa1651281",
6142
                "shasum": ""
6143
            },
6144
            "require": {
6145
                "php": ">=5.3.3"
6146
            },
6147
            "conflict": {
6148
                "phpunit/phpunit": ">=6.0"
6149
            },
6150
            "suggest": {
6151
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
6152
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6153
            },
6154
            "bin": [
6155
                "bin/simple-phpunit"
6156
            ],
6157
            "type": "symfony-bridge",
6158
            "extra": {
6159
                "branch-alias": {
6160
                    "dev-master": "3.2-dev"
6161
                }
6162
            },
6163
            "autoload": {
6164
                "files": [
6165
                    "bootstrap.php"
6166
                ],
6167
                "psr-4": {
6168
                    "Symfony\\Bridge\\PhpUnit\\": ""
6169
                },
6170
                "exclude-from-classmap": [
6171
                    "/Tests/"
6172
                ]
6173
            },
6174
            "notification-url": "https://packagist.org/downloads/",
6175
            "license": [
6176
                "MIT"
6177
            ],
6178
            "authors": [
6179
                {
6180
                    "name": "Nicolas Grekas",
6181
                    "email": "[email protected]"
6182
                },
6183
                {
6184
                    "name": "Symfony Community",
6185
                    "homepage": "https://symfony.com/contributors"
6186
                }
6187
            ],
6188
            "description": "Symfony PHPUnit Bridge",
6189
            "homepage": "https://symfony.com",
6190
            "time": "2017-04-12T14:13:17+00:00"
6191
        }
6192
    ],
6193
    "aliases": [],
6194
    "minimum-stability": "dev",
6195
    "stability-flags": {
6196
        "php-http/guzzle6-adapter": 20,
6197
        "php-http/httplug-bundle": 20,
6198
        "hwi/oauth-bundle": 20,
6199
        "digitalstate/core": 20
6200
    },
6201
    "prefer-stable": false,
6202
    "prefer-lowest": false,
6203
    "platform": {
6204
        "php": ">=7.0"
6205
    },
6206
    "platform-dev": []
6207
}
6208