Completed
Push — develop ( 83b65a...7c687c )
by Mario
07:06
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": "ed5d0bb4e1f429751f6ce8c355722aca",
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": "b78d28435eb3166a603cdb66159bfea838b71fa6"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/DigitalState/Core/zipball/b78d28435eb3166a603cdb66159bfea838b71fa6",
220
                "reference": "b78d28435eb3166a603cdb66159bfea838b71fa6",
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.9",
3213
            "source": {
3214
                "type": "git",
3215
                "url": "https://github.com/symfony/symfony.git",
3216
                "reference": "78c08f2faa42210db4fe6f4ece73891ca546a9a0"
3217
            },
3218
            "dist": {
3219
                "type": "zip",
3220
                "url": "https://api.github.com/repos/symfony/symfony/zipball/78c08f2faa42210db4fe6f4ece73891ca546a9a0",
3221
                "reference": "78c08f2faa42210db4fe6f4ece73891ca546a9a0",
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-05-29T19:32:17+00:00"
3353
        },
3354
        {
3355
            "name": "symfony/workflow",
3356
            "version": "v3.3.6",
3357
            "source": {
3358
                "type": "git",
3359
                "url": "https://github.com/symfony/workflow.git",
3360
                "reference": "2d90ea4a3689278441793d52a0a4a18e101dd912"
3361
            },
3362
            "dist": {
3363
                "type": "zip",
3364
                "url": "https://api.github.com/repos/symfony/workflow/zipball/2d90ea4a3689278441793d52a0a4a18e101dd912",
3365
                "reference": "2d90ea4a3689278441793d52a0a4a18e101dd912",
3366
                "shasum": ""
3367
            },
3368
            "require": {
3369
                "php": ">=5.5.9",
3370
                "symfony/property-access": "~2.3|~3.0"
3371
            },
3372
            "require-dev": {
3373
                "psr/log": "~1.0",
3374
                "symfony/dependency-injection": "~2.8|~3.0",
3375
                "symfony/event-dispatcher": "~2.1|~3.0",
3376
                "symfony/expression-language": "~2.8|~3.0",
3377
                "symfony/security-core": "~2.8|~3.0"
3378
            },
3379
            "type": "library",
3380
            "extra": {
3381
                "branch-alias": {
3382
                    "dev-master": "3.3-dev"
3383
                }
3384
            },
3385
            "autoload": {
3386
                "psr-4": {
3387
                    "Symfony\\Component\\Workflow\\": ""
3388
                }
3389
            },
3390
            "notification-url": "https://packagist.org/downloads/",
3391
            "license": [
3392
                "MIT"
3393
            ],
3394
            "authors": [
3395
                {
3396
                    "name": "Symfony Community",
3397
                    "homepage": "http://symfony.com/contributors"
3398
                },
3399
                {
3400
                    "name": "Fabien Potencier",
3401
                    "email": "[email protected]"
3402
                },
3403
                {
3404
                    "name": "Grégoire Pineau",
3405
                    "email": "[email protected]"
3406
                }
3407
            ],
3408
            "description": "Symfony Workflow Component",
3409
            "homepage": "http://symfony.com",
3410
            "keywords": [
3411
                "petrinet",
3412
                "place",
3413
                "state",
3414
                "statemachine",
3415
                "transition",
3416
                "workflow"
3417
            ],
3418
            "time": "2017-07-03T08:12:02+00:00"
3419
        },
3420
        {
3421
            "name": "twig/twig",
3422
            "version": "v1.33.2",
3423
            "source": {
3424
                "type": "git",
3425
                "url": "https://github.com/twigphp/Twig.git",
3426
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
3427
            },
3428
            "dist": {
3429
                "type": "zip",
3430
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
3431
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
3432
                "shasum": ""
3433
            },
3434
            "require": {
3435
                "php": ">=5.2.7"
3436
            },
3437
            "require-dev": {
3438
                "psr/container": "^1.0",
3439
                "symfony/debug": "~2.7",
3440
                "symfony/phpunit-bridge": "~3.3@dev"
3441
            },
3442
            "type": "library",
3443
            "extra": {
3444
                "branch-alias": {
3445
                    "dev-master": "1.33-dev"
3446
                }
3447
            },
3448
            "autoload": {
3449
                "psr-0": {
3450
                    "Twig_": "lib/"
3451
                }
3452
            },
3453
            "notification-url": "https://packagist.org/downloads/",
3454
            "license": [
3455
                "BSD-3-Clause"
3456
            ],
3457
            "authors": [
3458
                {
3459
                    "name": "Fabien Potencier",
3460
                    "email": "[email protected]",
3461
                    "homepage": "http://fabien.potencier.org",
3462
                    "role": "Lead Developer"
3463
                },
3464
                {
3465
                    "name": "Armin Ronacher",
3466
                    "email": "[email protected]",
3467
                    "role": "Project Founder"
3468
                },
3469
                {
3470
                    "name": "Twig Team",
3471
                    "homepage": "http://twig.sensiolabs.org/contributors",
3472
                    "role": "Contributors"
3473
                }
3474
            ],
3475
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3476
            "homepage": "http://twig.sensiolabs.org",
3477
            "keywords": [
3478
                "templating"
3479
            ],
3480
            "time": "2017-04-20T17:39:48+00:00"
3481
        },
3482
        {
3483
            "name": "webmozart/assert",
3484
            "version": "1.2.0",
3485
            "source": {
3486
                "type": "git",
3487
                "url": "https://github.com/webmozart/assert.git",
3488
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3489
            },
3490
            "dist": {
3491
                "type": "zip",
3492
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3493
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3494
                "shasum": ""
3495
            },
3496
            "require": {
3497
                "php": "^5.3.3 || ^7.0"
3498
            },
3499
            "require-dev": {
3500
                "phpunit/phpunit": "^4.6",
3501
                "sebastian/version": "^1.0.1"
3502
            },
3503
            "type": "library",
3504
            "extra": {
3505
                "branch-alias": {
3506
                    "dev-master": "1.3-dev"
3507
                }
3508
            },
3509
            "autoload": {
3510
                "psr-4": {
3511
                    "Webmozart\\Assert\\": "src/"
3512
                }
3513
            },
3514
            "notification-url": "https://packagist.org/downloads/",
3515
            "license": [
3516
                "MIT"
3517
            ],
3518
            "authors": [
3519
                {
3520
                    "name": "Bernhard Schussek",
3521
                    "email": "[email protected]"
3522
                }
3523
            ],
3524
            "description": "Assertions to validate method input/output with nice error messages.",
3525
            "keywords": [
3526
                "assert",
3527
                "check",
3528
                "validate"
3529
            ],
3530
            "time": "2016-11-23T20:04:58+00:00"
3531
        },
3532
        {
3533
            "name": "willdurand/negotiation",
3534
            "version": "v2.2.1",
3535
            "source": {
3536
                "type": "git",
3537
                "url": "https://github.com/willdurand/Negotiation.git",
3538
                "reference": "1f210db45723b21edd69f39794662b8d64656b93"
3539
            },
3540
            "dist": {
3541
                "type": "zip",
3542
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/1f210db45723b21edd69f39794662b8d64656b93",
3543
                "reference": "1f210db45723b21edd69f39794662b8d64656b93",
3544
                "shasum": ""
3545
            },
3546
            "require": {
3547
                "php": ">=5.4.0"
3548
            },
3549
            "require-dev": {
3550
                "phpunit/phpunit": "~4.5"
3551
            },
3552
            "type": "library",
3553
            "extra": {
3554
                "branch-alias": {
3555
                    "dev-master": "2.2-dev"
3556
                }
3557
            },
3558
            "autoload": {
3559
                "psr-4": {
3560
                    "Negotiation\\": "src/Negotiation"
3561
                }
3562
            },
3563
            "notification-url": "https://packagist.org/downloads/",
3564
            "license": [
3565
                "MIT"
3566
            ],
3567
            "authors": [
3568
                {
3569
                    "name": "William Durand",
3570
                    "email": "[email protected]"
3571
                }
3572
            ],
3573
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
3574
            "homepage": "http://williamdurand.fr/Negotiation/",
3575
            "keywords": [
3576
                "accept",
3577
                "content",
3578
                "format",
3579
                "header",
3580
                "negotiation"
3581
            ],
3582
            "time": "2016-10-14T09:17:47+00:00"
3583
        },
3584
        {
3585
            "name": "zendframework/zend-code",
3586
            "version": "3.1.0",
3587
            "source": {
3588
                "type": "git",
3589
                "url": "https://github.com/zendframework/zend-code.git",
3590
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
3591
            },
3592
            "dist": {
3593
                "type": "zip",
3594
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
3595
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
3596
                "shasum": ""
3597
            },
3598
            "require": {
3599
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
3600
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3601
            },
3602
            "require-dev": {
3603
                "doctrine/annotations": "~1.0",
3604
                "ext-phar": "*",
3605
                "phpunit/phpunit": "^4.8.21",
3606
                "squizlabs/php_codesniffer": "^2.5",
3607
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3608
            },
3609
            "suggest": {
3610
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3611
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3612
            },
3613
            "type": "library",
3614
            "extra": {
3615
                "branch-alias": {
3616
                    "dev-master": "3.1-dev",
3617
                    "dev-develop": "3.2-dev"
3618
                }
3619
            },
3620
            "autoload": {
3621
                "psr-4": {
3622
                    "Zend\\Code\\": "src/"
3623
                }
3624
            },
3625
            "notification-url": "https://packagist.org/downloads/",
3626
            "license": [
3627
                "BSD-3-Clause"
3628
            ],
3629
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3630
            "homepage": "https://github.com/zendframework/zend-code",
3631
            "keywords": [
3632
                "code",
3633
                "zf2"
3634
            ],
3635
            "time": "2016-10-24T13:23:32+00:00"
3636
        },
3637
        {
3638
            "name": "zendframework/zend-eventmanager",
3639
            "version": "3.1.0",
3640
            "source": {
3641
                "type": "git",
3642
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3643
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d"
3644
            },
3645
            "dist": {
3646
                "type": "zip",
3647
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d",
3648
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d",
3649
                "shasum": ""
3650
            },
3651
            "require": {
3652
                "php": "^5.6 || ^7.0"
3653
            },
3654
            "require-dev": {
3655
                "athletic/athletic": "^0.1",
3656
                "container-interop/container-interop": "^1.1.0",
3657
                "phpunit/phpunit": "^5.6",
3658
                "zendframework/zend-coding-standard": "~1.0.0",
3659
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3660
            },
3661
            "suggest": {
3662
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3663
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3664
            },
3665
            "type": "library",
3666
            "extra": {
3667
                "branch-alias": {
3668
                    "dev-master": "3.1-dev",
3669
                    "dev-develop": "3.2-dev"
3670
                }
3671
            },
3672
            "autoload": {
3673
                "psr-4": {
3674
                    "Zend\\EventManager\\": "src/"
3675
                }
3676
            },
3677
            "notification-url": "https://packagist.org/downloads/",
3678
            "license": [
3679
                "BSD-3-Clause"
3680
            ],
3681
            "description": "Trigger and listen to events within a PHP application",
3682
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3683
            "keywords": [
3684
                "event",
3685
                "eventmanager",
3686
                "events",
3687
                "zf2"
3688
            ],
3689
            "time": "2016-12-19T21:47:12+00:00"
3690
        }
3691
    ],
3692
    "packages-dev": [
3693
        {
3694
            "name": "api-platform/schema-generator",
3695
            "version": "v1.2.0",
3696
            "source": {
3697
                "type": "git",
3698
                "url": "https://github.com/api-platform/schema-generator.git",
3699
                "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738"
3700
            },
3701
            "dist": {
3702
                "type": "zip",
3703
                "url": "https://api.github.com/repos/api-platform/schema-generator/zipball/6866df7c7f21ae128e461f85aba8af4c2ecdb738",
3704
                "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738",
3705
                "shasum": ""
3706
            },
3707
            "require": {
3708
                "easyrdf/easyrdf": "^0.9",
3709
                "ext-json": "*",
3710
                "friendsofphp/php-cs-fixer": "^1.12",
3711
                "league/html-to-markdown": "^4.0",
3712
                "php": ">=5.4",
3713
                "psr/log": "^1.0",
3714
                "symfony/config": "^2.7 || ^3.0",
3715
                "symfony/console": "^2.7 || ^3.0",
3716
                "symfony/yaml": "^2.7 || ^3.0",
3717
                "twig/twig": "^1.0"
3718
            },
3719
            "require-dev": {
3720
                "doctrine/orm": "^2.2",
3721
                "symfony/filesystem": "^2.7",
3722
                "symfony/validator": "^2.7"
3723
            },
3724
            "suggest": {
3725
                "doctrine/collections": "For Doctrine collections",
3726
                "doctrine/orm": "For Doctrine annotations",
3727
                "myclabs/php-enum": "For enumerations",
3728
                "symfony/validator": "For constraint annotations"
3729
            },
3730
            "bin": [
3731
                "bin/schema"
3732
            ],
3733
            "type": "library",
3734
            "autoload": {
3735
                "psr-4": {
3736
                    "ApiPlatform\\SchemaGenerator\\": "src/"
3737
                }
3738
            },
3739
            "notification-url": "https://packagist.org/downloads/",
3740
            "license": [
3741
                "MIT"
3742
            ],
3743
            "authors": [
3744
                {
3745
                    "name": "Kévin Dunglas",
3746
                    "email": "[email protected]"
3747
                }
3748
            ],
3749
            "description": "Various tools to generate a data model based on Schema.org vocables",
3750
            "homepage": "https://api-platform.com",
3751
            "keywords": [
3752
                "doctrine",
3753
                "entity",
3754
                "enum",
3755
                "model",
3756
                "schema.org",
3757
                "semantic",
3758
                "symfony"
3759
            ],
3760
            "time": "2016-11-24T13:47:23+00:00"
3761
        },
3762
        {
3763
            "name": "behat/behat",
3764
            "version": "v3.3.0",
3765
            "source": {
3766
                "type": "git",
3767
                "url": "https://github.com/Behat/Behat.git",
3768
                "reference": "15a3a1857457eaa29cdf41564a5e421effb09526"
3769
            },
3770
            "dist": {
3771
                "type": "zip",
3772
                "url": "https://api.github.com/repos/Behat/Behat/zipball/15a3a1857457eaa29cdf41564a5e421effb09526",
3773
                "reference": "15a3a1857457eaa29cdf41564a5e421effb09526",
3774
                "shasum": ""
3775
            },
3776
            "require": {
3777
                "behat/gherkin": "^4.4.4",
3778
                "behat/transliterator": "~1.0",
3779
                "container-interop/container-interop": "^1.1",
3780
                "ext-mbstring": "*",
3781
                "php": ">=5.3.3",
3782
                "symfony/class-loader": "~2.1||~3.0",
3783
                "symfony/config": "~2.3||~3.0",
3784
                "symfony/console": "~2.5||~3.0",
3785
                "symfony/dependency-injection": "~2.1||~3.0",
3786
                "symfony/event-dispatcher": "~2.1||~3.0",
3787
                "symfony/translation": "~2.3||~3.0",
3788
                "symfony/yaml": "~2.1||~3.0"
3789
            },
3790
            "require-dev": {
3791
                "herrera-io/box": "~1.6.1",
3792
                "phpunit/phpunit": "~4.5",
3793
                "symfony/process": "~2.5|~3.0"
3794
            },
3795
            "suggest": {
3796
                "behat/mink-extension": "for integration with Mink testing framework",
3797
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
3798
                "behat/yii-extension": "for integration with Yii web framework"
3799
            },
3800
            "bin": [
3801
                "bin/behat"
3802
            ],
3803
            "type": "library",
3804
            "extra": {
3805
                "branch-alias": {
3806
                    "dev-master": "3.2.x-dev"
3807
                }
3808
            },
3809
            "autoload": {
3810
                "psr-0": {
3811
                    "Behat\\Behat": "src/",
3812
                    "Behat\\Testwork": "src/"
3813
                }
3814
            },
3815
            "notification-url": "https://packagist.org/downloads/",
3816
            "license": [
3817
                "MIT"
3818
            ],
3819
            "authors": [
3820
                {
3821
                    "name": "Konstantin Kudryashov",
3822
                    "email": "[email protected]",
3823
                    "homepage": "http://everzet.com"
3824
                }
3825
            ],
3826
            "description": "Scenario-oriented BDD framework for PHP 5.3",
3827
            "homepage": "http://behat.org/",
3828
            "keywords": [
3829
                "Agile",
3830
                "BDD",
3831
                "ScenarioBDD",
3832
                "Scrum",
3833
                "StoryBDD",
3834
                "User story",
3835
                "business",
3836
                "development",
3837
                "documentation",
3838
                "examples",
3839
                "symfony",
3840
                "testing"
3841
            ],
3842
            "time": "2016-12-25T13:43:52+00:00"
3843
        },
3844
        {
3845
            "name": "behat/gherkin",
3846
            "version": "v4.4.5",
3847
            "source": {
3848
                "type": "git",
3849
                "url": "https://github.com/Behat/Gherkin.git",
3850
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
3851
            },
3852
            "dist": {
3853
                "type": "zip",
3854
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
3855
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
3856
                "shasum": ""
3857
            },
3858
            "require": {
3859
                "php": ">=5.3.1"
3860
            },
3861
            "require-dev": {
3862
                "phpunit/phpunit": "~4.5|~5",
3863
                "symfony/phpunit-bridge": "~2.7|~3",
3864
                "symfony/yaml": "~2.3|~3"
3865
            },
3866
            "suggest": {
3867
                "symfony/yaml": "If you want to parse features, represented in YAML files"
3868
            },
3869
            "type": "library",
3870
            "extra": {
3871
                "branch-alias": {
3872
                    "dev-master": "4.4-dev"
3873
                }
3874
            },
3875
            "autoload": {
3876
                "psr-0": {
3877
                    "Behat\\Gherkin": "src/"
3878
                }
3879
            },
3880
            "notification-url": "https://packagist.org/downloads/",
3881
            "license": [
3882
                "MIT"
3883
            ],
3884
            "authors": [
3885
                {
3886
                    "name": "Konstantin Kudryashov",
3887
                    "email": "[email protected]",
3888
                    "homepage": "http://everzet.com"
3889
                }
3890
            ],
3891
            "description": "Gherkin DSL parser for PHP 5.3",
3892
            "homepage": "http://behat.org/",
3893
            "keywords": [
3894
                "BDD",
3895
                "Behat",
3896
                "Cucumber",
3897
                "DSL",
3898
                "gherkin",
3899
                "parser"
3900
            ],
3901
            "time": "2016-10-30T11:50:56+00:00"
3902
        },
3903
        {
3904
            "name": "behat/mink",
3905
            "version": "v1.7.1",
3906
            "source": {
3907
                "type": "git",
3908
                "url": "https://github.com/minkphp/Mink.git",
3909
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
3910
            },
3911
            "dist": {
3912
                "type": "zip",
3913
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3914
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3915
                "shasum": ""
3916
            },
3917
            "require": {
3918
                "php": ">=5.3.1",
3919
                "symfony/css-selector": "~2.1|~3.0"
3920
            },
3921
            "require-dev": {
3922
                "symfony/phpunit-bridge": "~2.7|~3.0"
3923
            },
3924
            "suggest": {
3925
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
3926
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
3927
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
3928
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
3929
            },
3930
            "type": "library",
3931
            "extra": {
3932
                "branch-alias": {
3933
                    "dev-master": "1.7.x-dev"
3934
                }
3935
            },
3936
            "autoload": {
3937
                "psr-4": {
3938
                    "Behat\\Mink\\": "src/"
3939
                }
3940
            },
3941
            "notification-url": "https://packagist.org/downloads/",
3942
            "license": [
3943
                "MIT"
3944
            ],
3945
            "authors": [
3946
                {
3947
                    "name": "Konstantin Kudryashov",
3948
                    "email": "[email protected]",
3949
                    "homepage": "http://everzet.com"
3950
                }
3951
            ],
3952
            "description": "Browser controller/emulator abstraction for PHP",
3953
            "homepage": "http://mink.behat.org/",
3954
            "keywords": [
3955
                "browser",
3956
                "testing",
3957
                "web"
3958
            ],
3959
            "time": "2016-03-05T08:26:18+00:00"
3960
        },
3961
        {
3962
            "name": "behat/mink-browserkit-driver",
3963
            "version": "v1.3.2",
3964
            "source": {
3965
                "type": "git",
3966
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
3967
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
3968
            },
3969
            "dist": {
3970
                "type": "zip",
3971
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3972
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3973
                "shasum": ""
3974
            },
3975
            "require": {
3976
                "behat/mink": "^1.7.1@dev",
3977
                "php": ">=5.3.6",
3978
                "symfony/browser-kit": "~2.3|~3.0",
3979
                "symfony/dom-crawler": "~2.3|~3.0"
3980
            },
3981
            "require-dev": {
3982
                "silex/silex": "~1.2",
3983
                "symfony/phpunit-bridge": "~2.7|~3.0"
3984
            },
3985
            "type": "mink-driver",
3986
            "extra": {
3987
                "branch-alias": {
3988
                    "dev-master": "1.3.x-dev"
3989
                }
3990
            },
3991
            "autoload": {
3992
                "psr-4": {
3993
                    "Behat\\Mink\\Driver\\": "src/"
3994
                }
3995
            },
3996
            "notification-url": "https://packagist.org/downloads/",
3997
            "license": [
3998
                "MIT"
3999
            ],
4000
            "authors": [
4001
                {
4002
                    "name": "Konstantin Kudryashov",
4003
                    "email": "[email protected]",
4004
                    "homepage": "http://everzet.com"
4005
                }
4006
            ],
4007
            "description": "Symfony2 BrowserKit driver for Mink framework",
4008
            "homepage": "http://mink.behat.org/",
4009
            "keywords": [
4010
                "Mink",
4011
                "Symfony2",
4012
                "browser",
4013
                "testing"
4014
            ],
4015
            "time": "2016-03-05T08:59:47+00:00"
4016
        },
4017
        {
4018
            "name": "behat/mink-extension",
4019
            "version": "v2.2",
4020
            "source": {
4021
                "type": "git",
4022
                "url": "https://github.com/Behat/MinkExtension.git",
4023
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
4024
            },
4025
            "dist": {
4026
                "type": "zip",
4027
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
4028
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
4029
                "shasum": ""
4030
            },
4031
            "require": {
4032
                "behat/behat": "~3.0,>=3.0.5",
4033
                "behat/mink": "~1.5",
4034
                "php": ">=5.3.2",
4035
                "symfony/config": "~2.2|~3.0"
4036
            },
4037
            "require-dev": {
4038
                "behat/mink-goutte-driver": "~1.1",
4039
                "phpspec/phpspec": "~2.0"
4040
            },
4041
            "type": "behat-extension",
4042
            "extra": {
4043
                "branch-alias": {
4044
                    "dev-master": "2.1.x-dev"
4045
                }
4046
            },
4047
            "autoload": {
4048
                "psr-0": {
4049
                    "Behat\\MinkExtension": "src/"
4050
                }
4051
            },
4052
            "notification-url": "https://packagist.org/downloads/",
4053
            "license": [
4054
                "MIT"
4055
            ],
4056
            "authors": [
4057
                {
4058
                    "name": "Christophe Coevoet",
4059
                    "email": "[email protected]"
4060
                },
4061
                {
4062
                    "name": "Konstantin Kudryashov",
4063
                    "email": "[email protected]"
4064
                }
4065
            ],
4066
            "description": "Mink extension for Behat",
4067
            "homepage": "http://extensions.behat.org/mink",
4068
            "keywords": [
4069
                "browser",
4070
                "gui",
4071
                "test",
4072
                "web"
4073
            ],
4074
            "time": "2016-02-15T07:55:18+00:00"
4075
        },
4076
        {
4077
            "name": "behat/symfony2-extension",
4078
            "version": "2.1.1",
4079
            "source": {
4080
                "type": "git",
4081
                "url": "https://github.com/Behat/Symfony2Extension.git",
4082
                "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c"
4083
            },
4084
            "dist": {
4085
                "type": "zip",
4086
                "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/cb9ff0ff2f1a901379616d95cc701601d139160c",
4087
                "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c",
4088
                "shasum": ""
4089
            },
4090
            "require": {
4091
                "behat/behat": "~3.0,>=3.0.4",
4092
                "php": ">=5.3.3",
4093
                "symfony/framework-bundle": "~2.0|~3.0"
4094
            },
4095
            "require-dev": {
4096
                "behat/mink-browserkit-driver": "~1.0",
4097
                "behat/mink-extension": "~2.0",
4098
                "phpspec/phpspec": "~2.0",
4099
                "phpunit/phpunit": "~4.0",
4100
                "symfony/symfony": "~2.1|~3.0"
4101
            },
4102
            "type": "behat-extension",
4103
            "extra": {
4104
                "branch-alias": {
4105
                    "dev-master": "2.1.x-dev"
4106
                }
4107
            },
4108
            "autoload": {
4109
                "psr-0": {
4110
                    "Behat\\Symfony2Extension": "src/"
4111
                }
4112
            },
4113
            "notification-url": "https://packagist.org/downloads/",
4114
            "license": [
4115
                "MIT"
4116
            ],
4117
            "authors": [
4118
                {
4119
                    "name": "Christophe Coevoet",
4120
                    "email": "[email protected]"
4121
                },
4122
                {
4123
                    "name": "Konstantin Kudryashov",
4124
                    "email": "[email protected]"
4125
                }
4126
            ],
4127
            "description": "Symfony2 framework extension for Behat",
4128
            "homepage": "http://behat.org",
4129
            "keywords": [
4130
                "BDD",
4131
                "framework",
4132
                "symfony"
4133
            ],
4134
            "time": "2016-01-13T17:06:48+00:00"
4135
        },
4136
        {
4137
            "name": "behatch/contexts",
4138
            "version": "2.6.1",
4139
            "source": {
4140
                "type": "git",
4141
                "url": "https://github.com/Behatch/contexts.git",
4142
                "reference": "b8b217c54ba476d1d3f33e5c6c9c069383da2df2"
4143
            },
4144
            "dist": {
4145
                "type": "zip",
4146
                "url": "https://api.github.com/repos/Behatch/contexts/zipball/b8b217c54ba476d1d3f33e5c6c9c069383da2df2",
4147
                "reference": "b8b217c54ba476d1d3f33e5c6c9c069383da2df2",
4148
                "shasum": ""
4149
            },
4150
            "require": {
4151
                "behat/behat": "~3.0",
4152
                "behat/mink-extension": "~2.0",
4153
                "justinrainbow/json-schema": "~1.4",
4154
                "php": ">=5.4",
4155
                "symfony/http-foundation": "~2.3|~3.0",
4156
                "symfony/property-access": "~2.3|~3.0"
4157
            },
4158
            "replace": {
4159
                "sanpi/behatch-contexts": "self.version"
4160
            },
4161
            "require-dev": {
4162
                "atoum/atoum": "~2.8|~3.0",
4163
                "behat/mink-goutte-driver": "~1.1",
4164
                "behat/mink-selenium2-driver": "~1.2",
4165
                "kherge/box": "~2.0"
4166
            },
4167
            "type": "library",
4168
            "autoload": {
4169
                "psr-4": {
4170
                    "Behatch\\": "src/",
4171
                    "Sanpi\\Behatch\\": "src/class_aliases/"
4172
                }
4173
            },
4174
            "notification-url": "https://packagist.org/downloads/",
4175
            "license": [
4176
                "beerware"
4177
            ],
4178
            "description": "Behatch contexts",
4179
            "keywords": [
4180
                "BDD",
4181
                "Behat",
4182
                "Context",
4183
                "Symfony2"
4184
            ],
4185
            "time": "2017-03-03T14:31:04+00:00"
4186
        },
4187
        {
4188
            "name": "container-interop/container-interop",
4189
            "version": "1.2.0",
4190
            "source": {
4191
                "type": "git",
4192
                "url": "https://github.com/container-interop/container-interop.git",
4193
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
4194
            },
4195
            "dist": {
4196
                "type": "zip",
4197
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
4198
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
4199
                "shasum": ""
4200
            },
4201
            "require": {
4202
                "psr/container": "^1.0"
4203
            },
4204
            "type": "library",
4205
            "autoload": {
4206
                "psr-4": {
4207
                    "Interop\\Container\\": "src/Interop/Container/"
4208
                }
4209
            },
4210
            "notification-url": "https://packagist.org/downloads/",
4211
            "license": [
4212
                "MIT"
4213
            ],
4214
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
4215
            "homepage": "https://github.com/container-interop/container-interop",
4216
            "time": "2017-02-14T19:40:03+00:00"
4217
        },
4218
        {
4219
            "name": "doctrine/data-fixtures",
4220
            "version": "v1.2.2",
4221
            "source": {
4222
                "type": "git",
4223
                "url": "https://github.com/doctrine/data-fixtures.git",
4224
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
4225
            },
4226
            "dist": {
4227
                "type": "zip",
4228
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
4229
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
4230
                "shasum": ""
4231
            },
4232
            "require": {
4233
                "doctrine/common": "~2.2",
4234
                "php": "^5.6 || ^7.0"
4235
            },
4236
            "conflict": {
4237
                "doctrine/orm": "< 2.4"
4238
            },
4239
            "require-dev": {
4240
                "doctrine/dbal": "^2.5.4",
4241
                "doctrine/orm": "^2.5.4",
4242
                "phpunit/phpunit": "^5.4.6"
4243
            },
4244
            "suggest": {
4245
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
4246
                "doctrine/orm": "For loading ORM fixtures",
4247
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
4248
            },
4249
            "type": "library",
4250
            "extra": {
4251
                "branch-alias": {
4252
                    "dev-master": "1.3.x-dev"
4253
                }
4254
            },
4255
            "autoload": {
4256
                "psr-0": {
4257
                    "Doctrine\\Common\\DataFixtures": "lib/"
4258
                }
4259
            },
4260
            "notification-url": "https://packagist.org/downloads/",
4261
            "license": [
4262
                "MIT"
4263
            ],
4264
            "authors": [
4265
                {
4266
                    "name": "Jonathan Wage",
4267
                    "email": "[email protected]"
4268
                }
4269
            ],
4270
            "description": "Data Fixtures for all Doctrine Object Managers",
4271
            "homepage": "http://www.doctrine-project.org",
4272
            "keywords": [
4273
                "database"
4274
            ],
4275
            "time": "2016-09-20T10:07:57+00:00"
4276
        },
4277
        {
4278
            "name": "doctrine/doctrine-fixtures-bundle",
4279
            "version": "2.3.0",
4280
            "source": {
4281
                "type": "git",
4282
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
4283
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
4284
            },
4285
            "dist": {
4286
                "type": "zip",
4287
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
4288
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
4289
                "shasum": ""
4290
            },
4291
            "require": {
4292
                "doctrine/data-fixtures": "~1.0",
4293
                "doctrine/doctrine-bundle": "~1.0",
4294
                "php": ">=5.3.2",
4295
                "symfony/doctrine-bridge": "~2.3|~3.0"
4296
            },
4297
            "type": "symfony-bundle",
4298
            "extra": {
4299
                "branch-alias": {
4300
                    "dev-master": "2.2.x-dev"
4301
                }
4302
            },
4303
            "autoload": {
4304
                "psr-4": {
4305
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
4306
                }
4307
            },
4308
            "notification-url": "https://packagist.org/downloads/",
4309
            "license": [
4310
                "MIT"
4311
            ],
4312
            "authors": [
4313
                {
4314
                    "name": "Symfony Community",
4315
                    "homepage": "http://symfony.com/contributors"
4316
                },
4317
                {
4318
                    "name": "Doctrine Project",
4319
                    "homepage": "http://www.doctrine-project.org"
4320
                },
4321
                {
4322
                    "name": "Fabien Potencier",
4323
                    "email": "[email protected]"
4324
                }
4325
            ],
4326
            "description": "Symfony DoctrineFixturesBundle",
4327
            "homepage": "http://www.doctrine-project.org",
4328
            "keywords": [
4329
                "Fixture",
4330
                "persistence"
4331
            ],
4332
            "time": "2015-11-04T21:23:23+00:00"
4333
        },
4334
        {
4335
            "name": "easyrdf/easyrdf",
4336
            "version": "0.9.1",
4337
            "source": {
4338
                "type": "git",
4339
                "url": "https://github.com/njh/easyrdf.git",
4340
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
4341
            },
4342
            "dist": {
4343
                "type": "zip",
4344
                "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
4345
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
4346
                "shasum": ""
4347
            },
4348
            "require": {
4349
                "ext-mbstring": "*",
4350
                "ext-pcre": "*",
4351
                "php": ">=5.2.8"
4352
            },
4353
            "require-dev": {
4354
                "phpunit/phpunit": "~3.5",
4355
                "sami/sami": "~1.4",
4356
                "squizlabs/php_codesniffer": "~1.4.3"
4357
            },
4358
            "suggest": {
4359
                "ml/json-ld": "~1.0"
4360
            },
4361
            "type": "library",
4362
            "autoload": {
4363
                "psr-0": {
4364
                    "EasyRdf_": "lib/"
4365
                }
4366
            },
4367
            "notification-url": "https://packagist.org/downloads/",
4368
            "license": [
4369
                "BSD-3-Clause"
4370
            ],
4371
            "authors": [
4372
                {
4373
                    "name": "Nicholas Humfrey",
4374
                    "email": "[email protected]",
4375
                    "homepage": "http://www.aelius.com/njh/",
4376
                    "role": "Developer"
4377
                },
4378
                {
4379
                    "name": "Alexey Zakhlestin",
4380
                    "email": "[email protected]",
4381
                    "role": "Developer"
4382
                }
4383
            ],
4384
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
4385
            "homepage": "http://www.easyrdf.org/",
4386
            "keywords": [
4387
                "Linked Data",
4388
                "RDF",
4389
                "Semantic Web",
4390
                "Turtle",
4391
                "rdfa",
4392
                "sparql"
4393
            ],
4394
            "time": "2015-02-27T09:45:49+00:00"
4395
        },
4396
        {
4397
            "name": "friendsofphp/php-cs-fixer",
4398
            "version": "v1.13.1",
4399
            "source": {
4400
                "type": "git",
4401
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
4402
                "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088"
4403
            },
4404
            "dist": {
4405
                "type": "zip",
4406
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
4407
                "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
4408
                "shasum": ""
4409
            },
4410
            "require": {
4411
                "ext-tokenizer": "*",
4412
                "php": "^5.3.6 || >=7.0 <7.2",
4413
                "sebastian/diff": "^1.1",
4414
                "symfony/console": "^2.3 || ^3.0",
4415
                "symfony/event-dispatcher": "^2.1 || ^3.0",
4416
                "symfony/filesystem": "^2.1 || ^3.0",
4417
                "symfony/finder": "^2.1 || ^3.0",
4418
                "symfony/process": "^2.3 || ^3.0",
4419
                "symfony/stopwatch": "^2.5 || ^3.0"
4420
            },
4421
            "conflict": {
4422
                "hhvm": "<3.9"
4423
            },
4424
            "require-dev": {
4425
                "phpunit/phpunit": "^4.5|^5",
4426
                "satooshi/php-coveralls": "^1.0"
4427
            },
4428
            "bin": [
4429
                "php-cs-fixer"
4430
            ],
4431
            "type": "application",
4432
            "autoload": {
4433
                "psr-4": {
4434
                    "Symfony\\CS\\": "Symfony/CS/"
4435
                }
4436
            },
4437
            "notification-url": "https://packagist.org/downloads/",
4438
            "license": [
4439
                "MIT"
4440
            ],
4441
            "authors": [
4442
                {
4443
                    "name": "Dariusz Rumiński",
4444
                    "email": "[email protected]"
4445
                },
4446
                {
4447
                    "name": "Fabien Potencier",
4448
                    "email": "[email protected]"
4449
                }
4450
            ],
4451
            "description": "A tool to automatically fix PHP code style",
4452
            "time": "2016-12-01T00:05:05+00:00"
4453
        },
4454
        {
4455
            "name": "guzzle/guzzle",
4456
            "version": "v3.8.1",
4457
            "source": {
4458
                "type": "git",
4459
                "url": "https://github.com/guzzle/guzzle.git",
4460
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
4461
            },
4462
            "dist": {
4463
                "type": "zip",
4464
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
4465
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
4466
                "shasum": ""
4467
            },
4468
            "require": {
4469
                "ext-curl": "*",
4470
                "php": ">=5.3.3",
4471
                "symfony/event-dispatcher": ">=2.1"
4472
            },
4473
            "replace": {
4474
                "guzzle/batch": "self.version",
4475
                "guzzle/cache": "self.version",
4476
                "guzzle/common": "self.version",
4477
                "guzzle/http": "self.version",
4478
                "guzzle/inflection": "self.version",
4479
                "guzzle/iterator": "self.version",
4480
                "guzzle/log": "self.version",
4481
                "guzzle/parser": "self.version",
4482
                "guzzle/plugin": "self.version",
4483
                "guzzle/plugin-async": "self.version",
4484
                "guzzle/plugin-backoff": "self.version",
4485
                "guzzle/plugin-cache": "self.version",
4486
                "guzzle/plugin-cookie": "self.version",
4487
                "guzzle/plugin-curlauth": "self.version",
4488
                "guzzle/plugin-error-response": "self.version",
4489
                "guzzle/plugin-history": "self.version",
4490
                "guzzle/plugin-log": "self.version",
4491
                "guzzle/plugin-md5": "self.version",
4492
                "guzzle/plugin-mock": "self.version",
4493
                "guzzle/plugin-oauth": "self.version",
4494
                "guzzle/service": "self.version",
4495
                "guzzle/stream": "self.version"
4496
            },
4497
            "require-dev": {
4498
                "doctrine/cache": "*",
4499
                "monolog/monolog": "1.*",
4500
                "phpunit/phpunit": "3.7.*",
4501
                "psr/log": "1.0.*",
4502
                "symfony/class-loader": "*",
4503
                "zendframework/zend-cache": "<2.3",
4504
                "zendframework/zend-log": "<2.3"
4505
            },
4506
            "type": "library",
4507
            "extra": {
4508
                "branch-alias": {
4509
                    "dev-master": "3.8-dev"
4510
                }
4511
            },
4512
            "autoload": {
4513
                "psr-0": {
4514
                    "Guzzle": "src/",
4515
                    "Guzzle\\Tests": "tests/"
4516
                }
4517
            },
4518
            "notification-url": "https://packagist.org/downloads/",
4519
            "license": [
4520
                "MIT"
4521
            ],
4522
            "authors": [
4523
                {
4524
                    "name": "Michael Dowling",
4525
                    "email": "[email protected]",
4526
                    "homepage": "https://github.com/mtdowling"
4527
                },
4528
                {
4529
                    "name": "Guzzle Community",
4530
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
4531
                }
4532
            ],
4533
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
4534
            "homepage": "http://guzzlephp.org/",
4535
            "keywords": [
4536
                "client",
4537
                "curl",
4538
                "framework",
4539
                "http",
4540
                "http client",
4541
                "rest",
4542
                "web service"
4543
            ],
4544
            "abandoned": "guzzlehttp/guzzle",
4545
            "time": "2014-01-28T22:29:15+00:00"
4546
        },
4547
        {
4548
            "name": "internations/http-mock",
4549
            "version": "0.10.1",
4550
            "source": {
4551
                "type": "git",
4552
                "url": "https://github.com/InterNations/http-mock.git",
4553
                "reference": "f7e727d9d694087f63d4feaee37785be377308fa"
4554
            },
4555
            "dist": {
4556
                "type": "zip",
4557
                "url": "https://api.github.com/repos/InterNations/http-mock/zipball/f7e727d9d694087f63d4feaee37785be377308fa",
4558
                "reference": "f7e727d9d694087f63d4feaee37785be377308fa",
4559
                "shasum": ""
4560
            },
4561
            "require": {
4562
                "guzzle/guzzle": "*",
4563
                "jeremeamia/superclosure": "~2",
4564
                "lstrojny/hmmmath": ">=0.5.0",
4565
                "silex/silex": "~2.0",
4566
                "symfony/process": "~3"
4567
            },
4568
            "require-dev": {
4569
                "internations/kodierungsregelwerksammlung": "~0.23.0",
4570
                "internations/testing-component": "1.0.1",
4571
                "phpunit/phpunit": "^5.7|^6",
4572
                "phpunit/phpunit-mock-objects": "^3|^4"
4573
            },
4574
            "type": "library",
4575
            "autoload": {
4576
                "psr-4": {
4577
                    "InterNations\\Component\\HttpMock\\": "src/"
4578
                }
4579
            },
4580
            "notification-url": "https://packagist.org/downloads/",
4581
            "license": [
4582
                "MIT"
4583
            ],
4584
            "authors": [
4585
                {
4586
                    "name": "Lars Strojny",
4587
                    "email": "[email protected]"
4588
                },
4589
                {
4590
                    "name": "Max Beutel",
4591
                    "email": "[email protected]"
4592
                }
4593
            ],
4594
            "description": "Mock HTTP requests on the server side in your PHP unit tests",
4595
            "time": "2017-12-21T10:36:56+00:00"
4596
        },
4597
        {
4598
            "name": "jeremeamia/SuperClosure",
4599
            "version": "2.4.0",
4600
            "source": {
4601
                "type": "git",
4602
                "url": "https://github.com/jeremeamia/super_closure.git",
4603
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
4604
            },
4605
            "dist": {
4606
                "type": "zip",
4607
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
4608
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
4609
                "shasum": ""
4610
            },
4611
            "require": {
4612
                "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
4613
                "php": ">=5.4",
4614
                "symfony/polyfill-php56": "^1.0"
4615
            },
4616
            "require-dev": {
4617
                "phpunit/phpunit": "^4.0|^5.0"
4618
            },
4619
            "type": "library",
4620
            "extra": {
4621
                "branch-alias": {
4622
                    "dev-master": "2.4-dev"
4623
                }
4624
            },
4625
            "autoload": {
4626
                "psr-4": {
4627
                    "SuperClosure\\": "src/"
4628
                }
4629
            },
4630
            "notification-url": "https://packagist.org/downloads/",
4631
            "license": [
4632
                "MIT"
4633
            ],
4634
            "authors": [
4635
                {
4636
                    "name": "Jeremy Lindblom",
4637
                    "email": "[email protected]",
4638
                    "homepage": "https://github.com/jeremeamia",
4639
                    "role": "Developer"
4640
                }
4641
            ],
4642
            "description": "Serialize Closure objects, including their context and binding",
4643
            "homepage": "https://github.com/jeremeamia/super_closure",
4644
            "keywords": [
4645
                "closure",
4646
                "function",
4647
                "lambda",
4648
                "parser",
4649
                "serializable",
4650
                "serialize",
4651
                "tokenizer"
4652
            ],
4653
            "time": "2018-03-21T22:21:57+00:00"
4654
        },
4655
        {
4656
            "name": "justinrainbow/json-schema",
4657
            "version": "1.6.1",
4658
            "source": {
4659
                "type": "git",
4660
                "url": "https://github.com/justinrainbow/json-schema.git",
4661
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
4662
            },
4663
            "dist": {
4664
                "type": "zip",
4665
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
4666
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
4667
                "shasum": ""
4668
            },
4669
            "require": {
4670
                "php": ">=5.3.29"
4671
            },
4672
            "require-dev": {
4673
                "json-schema/json-schema-test-suite": "1.1.0",
4674
                "phpdocumentor/phpdocumentor": "~2",
4675
                "phpunit/phpunit": "~3.7"
4676
            },
4677
            "bin": [
4678
                "bin/validate-json"
4679
            ],
4680
            "type": "library",
4681
            "extra": {
4682
                "branch-alias": {
4683
                    "dev-master": "1.6.x-dev"
4684
                }
4685
            },
4686
            "autoload": {
4687
                "psr-4": {
4688
                    "JsonSchema\\": "src/JsonSchema/"
4689
                }
4690
            },
4691
            "notification-url": "https://packagist.org/downloads/",
4692
            "license": [
4693
                "BSD-3-Clause"
4694
            ],
4695
            "authors": [
4696
                {
4697
                    "name": "Bruno Prieto Reis",
4698
                    "email": "[email protected]"
4699
                },
4700
                {
4701
                    "name": "Justin Rainbow",
4702
                    "email": "[email protected]"
4703
                },
4704
                {
4705
                    "name": "Igor Wiedler",
4706
                    "email": "[email protected]"
4707
                },
4708
                {
4709
                    "name": "Robert Schönthal",
4710
                    "email": "[email protected]"
4711
                }
4712
            ],
4713
            "description": "A library to validate a json schema.",
4714
            "homepage": "https://github.com/justinrainbow/json-schema",
4715
            "keywords": [
4716
                "json",
4717
                "schema"
4718
            ],
4719
            "time": "2016-01-25T15:43:01+00:00"
4720
        },
4721
        {
4722
            "name": "league/html-to-markdown",
4723
            "version": "4.4.1",
4724
            "source": {
4725
                "type": "git",
4726
                "url": "https://github.com/thephpleague/html-to-markdown.git",
4727
                "reference": "82ea375b5b2b1da1da222644c0565c695bf88186"
4728
            },
4729
            "dist": {
4730
                "type": "zip",
4731
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/82ea375b5b2b1da1da222644c0565c695bf88186",
4732
                "reference": "82ea375b5b2b1da1da222644c0565c695bf88186",
4733
                "shasum": ""
4734
            },
4735
            "require": {
4736
                "ext-dom": "*",
4737
                "ext-xml": "*",
4738
                "php": ">=5.3.3"
4739
            },
4740
            "require-dev": {
4741
                "mikehaertl/php-shellcommand": "~1.1.0",
4742
                "phpunit/phpunit": "4.*",
4743
                "scrutinizer/ocular": "~1.1"
4744
            },
4745
            "bin": [
4746
                "bin/html-to-markdown"
4747
            ],
4748
            "type": "library",
4749
            "extra": {
4750
                "branch-alias": {
4751
                    "dev-master": "4.5-dev"
4752
                }
4753
            },
4754
            "autoload": {
4755
                "psr-4": {
4756
                    "League\\HTMLToMarkdown\\": "src/"
4757
                }
4758
            },
4759
            "notification-url": "https://packagist.org/downloads/",
4760
            "license": [
4761
                "MIT"
4762
            ],
4763
            "authors": [
4764
                {
4765
                    "name": "Colin O'Dell",
4766
                    "email": "[email protected]",
4767
                    "homepage": "http://www.colinodell.com",
4768
                    "role": "Lead Developer"
4769
                },
4770
                {
4771
                    "name": "Nick Cernis",
4772
                    "email": "[email protected]",
4773
                    "homepage": "http://modernnerd.net",
4774
                    "role": "Original Author"
4775
                }
4776
            ],
4777
            "description": "An HTML-to-markdown conversion helper for PHP",
4778
            "homepage": "https://github.com/thephpleague/html-to-markdown",
4779
            "keywords": [
4780
                "html",
4781
                "markdown"
4782
            ],
4783
            "time": "2017-03-16T00:45:59+00:00"
4784
        },
4785
        {
4786
            "name": "lstrojny/hmmmath",
4787
            "version": "0.7.0",
4788
            "source": {
4789
                "type": "git",
4790
                "url": "https://github.com/lstrojny/hmmmath.git",
4791
                "reference": "5b43e015a033b7b688a74995e241e903c60d7125"
4792
            },
4793
            "dist": {
4794
                "type": "zip",
4795
                "url": "https://api.github.com/repos/lstrojny/hmmmath/zipball/5b43e015a033b7b688a74995e241e903c60d7125",
4796
                "reference": "5b43e015a033b7b688a74995e241e903c60d7125",
4797
                "shasum": ""
4798
            },
4799
            "require": {
4800
                "php": "~7.1"
4801
            },
4802
            "require-dev": {
4803
                "internations/kodierungsregelwerksammlung": "dev-master",
4804
                "internations/testing-component": "dev-master",
4805
                "phpunit/phpunit": "~6"
4806
            },
4807
            "type": "library",
4808
            "autoload": {
4809
                "psr-0": {
4810
                    "hmmmath\\": "src/"
4811
                }
4812
            },
4813
            "notification-url": "https://packagist.org/downloads/",
4814
            "license": [
4815
                "MIT"
4816
            ],
4817
            "authors": [
4818
                {
4819
                    "name": "Lars Strojny",
4820
                    "email": "[email protected]"
4821
                }
4822
            ],
4823
            "description": "Collection of math related PHP functions",
4824
            "time": "2017-08-14T13:37:11+00:00"
4825
        },
4826
        {
4827
            "name": "nikic/php-parser",
4828
            "version": "v4.0.4",
4829
            "source": {
4830
                "type": "git",
4831
                "url": "https://github.com/nikic/PHP-Parser.git",
4832
                "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c"
4833
            },
4834
            "dist": {
4835
                "type": "zip",
4836
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fa6ee28600d21d49b2b4e1006b48426cec8e579c",
4837
                "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c",
4838
                "shasum": ""
4839
            },
4840
            "require": {
4841
                "ext-tokenizer": "*",
4842
                "php": ">=7.0"
4843
            },
4844
            "require-dev": {
4845
                "phpunit/phpunit": "^6.5 || ^7.0"
4846
            },
4847
            "bin": [
4848
                "bin/php-parse"
4849
            ],
4850
            "type": "library",
4851
            "extra": {
4852
                "branch-alias": {
4853
                    "dev-master": "4.0-dev"
4854
                }
4855
            },
4856
            "autoload": {
4857
                "psr-4": {
4858
                    "PhpParser\\": "lib/PhpParser"
4859
                }
4860
            },
4861
            "notification-url": "https://packagist.org/downloads/",
4862
            "license": [
4863
                "BSD-3-Clause"
4864
            ],
4865
            "authors": [
4866
                {
4867
                    "name": "Nikita Popov"
4868
                }
4869
            ],
4870
            "description": "A PHP parser written in PHP",
4871
            "keywords": [
4872
                "parser",
4873
                "php"
4874
            ],
4875
            "time": "2018-09-18T07:03:24+00:00"
4876
        },
4877
        {
4878
            "name": "pimple/pimple",
4879
            "version": "v3.2.3",
4880
            "source": {
4881
                "type": "git",
4882
                "url": "https://github.com/silexphp/Pimple.git",
4883
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
4884
            },
4885
            "dist": {
4886
                "type": "zip",
4887
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
4888
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
4889
                "shasum": ""
4890
            },
4891
            "require": {
4892
                "php": ">=5.3.0",
4893
                "psr/container": "^1.0"
4894
            },
4895
            "require-dev": {
4896
                "symfony/phpunit-bridge": "^3.2"
4897
            },
4898
            "type": "library",
4899
            "extra": {
4900
                "branch-alias": {
4901
                    "dev-master": "3.2.x-dev"
4902
                }
4903
            },
4904
            "autoload": {
4905
                "psr-0": {
4906
                    "Pimple": "src/"
4907
                }
4908
            },
4909
            "notification-url": "https://packagist.org/downloads/",
4910
            "license": [
4911
                "MIT"
4912
            ],
4913
            "authors": [
4914
                {
4915
                    "name": "Fabien Potencier",
4916
                    "email": "[email protected]"
4917
                }
4918
            ],
4919
            "description": "Pimple, a simple Dependency Injection Container",
4920
            "homepage": "http://pimple.sensiolabs.org",
4921
            "keywords": [
4922
                "container",
4923
                "dependency injection"
4924
            ],
4925
            "time": "2018-01-21T07:42:36+00:00"
4926
        },
4927
        {
4928
            "name": "psr/container",
4929
            "version": "1.0.0",
4930
            "source": {
4931
                "type": "git",
4932
                "url": "https://github.com/php-fig/container.git",
4933
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
4934
            },
4935
            "dist": {
4936
                "type": "zip",
4937
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4938
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4939
                "shasum": ""
4940
            },
4941
            "require": {
4942
                "php": ">=5.3.0"
4943
            },
4944
            "type": "library",
4945
            "extra": {
4946
                "branch-alias": {
4947
                    "dev-master": "1.0.x-dev"
4948
                }
4949
            },
4950
            "autoload": {
4951
                "psr-4": {
4952
                    "Psr\\Container\\": "src/"
4953
                }
4954
            },
4955
            "notification-url": "https://packagist.org/downloads/",
4956
            "license": [
4957
                "MIT"
4958
            ],
4959
            "authors": [
4960
                {
4961
                    "name": "PHP-FIG",
4962
                    "homepage": "http://www.php-fig.org/"
4963
                }
4964
            ],
4965
            "description": "Common Container Interface (PHP FIG PSR-11)",
4966
            "homepage": "https://github.com/php-fig/container",
4967
            "keywords": [
4968
                "PSR-11",
4969
                "container",
4970
                "container-interface",
4971
                "container-interop",
4972
                "psr"
4973
            ],
4974
            "time": "2017-02-14T16:28:37+00:00"
4975
        },
4976
        {
4977
            "name": "sebastian/diff",
4978
            "version": "1.4.1",
4979
            "source": {
4980
                "type": "git",
4981
                "url": "https://github.com/sebastianbergmann/diff.git",
4982
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4983
            },
4984
            "dist": {
4985
                "type": "zip",
4986
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4987
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4988
                "shasum": ""
4989
            },
4990
            "require": {
4991
                "php": ">=5.3.3"
4992
            },
4993
            "require-dev": {
4994
                "phpunit/phpunit": "~4.8"
4995
            },
4996
            "type": "library",
4997
            "extra": {
4998
                "branch-alias": {
4999
                    "dev-master": "1.4-dev"
5000
                }
5001
            },
5002
            "autoload": {
5003
                "classmap": [
5004
                    "src/"
5005
                ]
5006
            },
5007
            "notification-url": "https://packagist.org/downloads/",
5008
            "license": [
5009
                "BSD-3-Clause"
5010
            ],
5011
            "authors": [
5012
                {
5013
                    "name": "Kore Nordmann",
5014
                    "email": "[email protected]"
5015
                },
5016
                {
5017
                    "name": "Sebastian Bergmann",
5018
                    "email": "[email protected]"
5019
                }
5020
            ],
5021
            "description": "Diff implementation",
5022
            "homepage": "https://github.com/sebastianbergmann/diff",
5023
            "keywords": [
5024
                "diff"
5025
            ],
5026
            "time": "2015-12-08T07:14:41+00:00"
5027
        },
5028
        {
5029
            "name": "sensio/generator-bundle",
5030
            "version": "v3.1.4",
5031
            "source": {
5032
                "type": "git",
5033
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
5034
                "reference": "37f9f4e165b033fb76cc2320838321cc57140e65"
5035
            },
5036
            "dist": {
5037
                "type": "zip",
5038
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/37f9f4e165b033fb76cc2320838321cc57140e65",
5039
                "reference": "37f9f4e165b033fb76cc2320838321cc57140e65",
5040
                "shasum": ""
5041
            },
5042
            "require": {
5043
                "symfony/console": "~2.7|~3.0",
5044
                "symfony/framework-bundle": "~2.7|~3.0",
5045
                "symfony/process": "~2.7|~3.0",
5046
                "symfony/yaml": "~2.7|~3.0",
5047
                "twig/twig": "^1.28.2|^2.0"
5048
            },
5049
            "require-dev": {
5050
                "doctrine/orm": "~2.4",
5051
                "symfony/doctrine-bridge": "~2.7|~3.0",
5052
                "symfony/filesystem": "~2.7|~3.0",
5053
                "symfony/phpunit-bridge": "^3.3"
5054
            },
5055
            "type": "symfony-bundle",
5056
            "extra": {
5057
                "branch-alias": {
5058
                    "dev-master": "3.1.x-dev"
5059
                }
5060
            },
5061
            "autoload": {
5062
                "psr-4": {
5063
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
5064
                },
5065
                "exclude-from-classmap": [
5066
                    "/Tests/"
5067
                ]
5068
            },
5069
            "notification-url": "https://packagist.org/downloads/",
5070
            "license": [
5071
                "MIT"
5072
            ],
5073
            "authors": [
5074
                {
5075
                    "name": "Fabien Potencier",
5076
                    "email": "[email protected]"
5077
                }
5078
            ],
5079
            "description": "This bundle generates code for you",
5080
            "time": "2017-03-15T01:02:10+00:00"
5081
        },
5082
        {
5083
            "name": "silex/silex",
5084
            "version": "v2.2.4",
5085
            "source": {
5086
                "type": "git",
5087
                "url": "https://github.com/silexphp/Silex.git",
5088
                "reference": "d2531e5b8099c429b752ad2154e85999c3689057"
5089
            },
5090
            "dist": {
5091
                "type": "zip",
5092
                "url": "https://api.github.com/repos/silexphp/Silex/zipball/d2531e5b8099c429b752ad2154e85999c3689057",
5093
                "reference": "d2531e5b8099c429b752ad2154e85999c3689057",
5094
                "shasum": ""
5095
            },
5096
            "require": {
5097
                "php": ">=5.5.9",
5098
                "pimple/pimple": "~3.0",
5099
                "symfony/event-dispatcher": "~2.8|^3.0",
5100
                "symfony/http-foundation": "~2.8|^3.0",
5101
                "symfony/http-kernel": "~2.8|^3.0",
5102
                "symfony/routing": "~2.8|^3.0"
5103
            },
5104
            "conflict": {
5105
                "phpunit/phpunit": "<4.8.35 || >= 5.0, <5.4.3"
5106
            },
5107
            "replace": {
5108
                "silex/api": "self.version",
5109
                "silex/providers": "self.version"
5110
            },
5111
            "require-dev": {
5112
                "doctrine/dbal": "~2.2",
5113
                "monolog/monolog": "^1.4.1",
5114
                "swiftmailer/swiftmailer": "~5",
5115
                "symfony/asset": "~2.8|^3.0",
5116
                "symfony/browser-kit": "~2.8|^3.0",
5117
                "symfony/config": "~2.8|^3.0",
5118
                "symfony/css-selector": "~2.8|^3.0",
5119
                "symfony/debug": "~2.8|^3.0",
5120
                "symfony/doctrine-bridge": "~2.8|^3.0",
5121
                "symfony/dom-crawler": "~2.8|^3.0",
5122
                "symfony/expression-language": "~2.8|^3.0",
5123
                "symfony/finder": "~2.8|^3.0",
5124
                "symfony/form": "~2.8|^3.0",
5125
                "symfony/intl": "~2.8|^3.0",
5126
                "symfony/monolog-bridge": "~2.8|^3.0",
5127
                "symfony/options-resolver": "~2.8|^3.0",
5128
                "symfony/phpunit-bridge": "^3.2",
5129
                "symfony/process": "~2.8|^3.0",
5130
                "symfony/security": "~2.8|^3.0",
5131
                "symfony/serializer": "~2.8|^3.0",
5132
                "symfony/translation": "~2.8|^3.0",
5133
                "symfony/twig-bridge": "~2.8|^3.0",
5134
                "symfony/validator": "~2.8|^3.0",
5135
                "symfony/var-dumper": "~2.8|^3.0",
5136
                "symfony/web-link": "^3.3",
5137
                "twig/twig": "~1.28|~2.0"
5138
            },
5139
            "type": "library",
5140
            "extra": {
5141
                "branch-alias": {
5142
                    "dev-master": "2.2.x-dev"
5143
                }
5144
            },
5145
            "autoload": {
5146
                "psr-4": {
5147
                    "Silex\\": "src/Silex"
5148
                }
5149
            },
5150
            "notification-url": "https://packagist.org/downloads/",
5151
            "license": [
5152
                "MIT"
5153
            ],
5154
            "authors": [
5155
                {
5156
                    "name": "Fabien Potencier",
5157
                    "email": "[email protected]"
5158
                },
5159
                {
5160
                    "name": "Igor Wiedler",
5161
                    "email": "[email protected]"
5162
                }
5163
            ],
5164
            "description": "The PHP micro-framework based on the Symfony Components",
5165
            "homepage": "http://silex.sensiolabs.org",
5166
            "keywords": [
5167
                "microframework"
5168
            ],
5169
            "abandoned": "symfony/flex",
5170
            "time": "2018-03-16T23:34:20+00:00"
5171
        },
5172
        {
5173
            "name": "symfony/phpunit-bridge",
5174
            "version": "v3.2.6",
5175
            "source": {
5176
                "type": "git",
5177
                "url": "https://github.com/symfony/phpunit-bridge.git",
5178
                "reference": "9103d17dd57c512a3a027bb5628f6701464d6fef"
5179
            },
5180
            "dist": {
5181
                "type": "zip",
5182
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/9103d17dd57c512a3a027bb5628f6701464d6fef",
5183
                "reference": "9103d17dd57c512a3a027bb5628f6701464d6fef",
5184
                "shasum": ""
5185
            },
5186
            "require": {
5187
                "php": ">=5.3.3"
5188
            },
5189
            "conflict": {
5190
                "phpunit/phpunit": ">=6.0"
5191
            },
5192
            "suggest": {
5193
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
5194
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5195
            },
5196
            "bin": [
5197
                "bin/simple-phpunit"
5198
            ],
5199
            "type": "symfony-bridge",
5200
            "extra": {
5201
                "branch-alias": {
5202
                    "dev-master": "3.2-dev"
5203
                }
5204
            },
5205
            "autoload": {
5206
                "files": [
5207
                    "bootstrap.php"
5208
                ],
5209
                "psr-4": {
5210
                    "Symfony\\Bridge\\PhpUnit\\": ""
5211
                },
5212
                "exclude-from-classmap": [
5213
                    "/Tests/"
5214
                ]
5215
            },
5216
            "notification-url": "https://packagist.org/downloads/",
5217
            "license": [
5218
                "MIT"
5219
            ],
5220
            "authors": [
5221
                {
5222
                    "name": "Nicolas Grekas",
5223
                    "email": "[email protected]"
5224
                },
5225
                {
5226
                    "name": "Symfony Community",
5227
                    "homepage": "https://symfony.com/contributors"
5228
                }
5229
            ],
5230
            "description": "Symfony PHPUnit Bridge",
5231
            "homepage": "https://symfony.com",
5232
            "time": "2017-03-09T12:58:16+00:00"
5233
        }
5234
    ],
5235
    "aliases": [],
5236
    "minimum-stability": "stable",
5237
    "stability-flags": {
5238
        "digitalstate/core": 20
5239
    },
5240
    "prefer-stable": false,
5241
    "prefer-lowest": false,
5242
    "platform": {
5243
        "php": ">=7.0"
5244
    },
5245
    "platform-dev": []
5246
}
5247