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