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