Passed
Push — develop ( 0425f6...1700f6 )
by Mario
02:35
created

composer.lock (1 issue)

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