Passed
Push — develop ( 4cfd14...d41585 )
by Mario
03:01
created

composer.lock (1 issue)

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