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