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