Passed
Push — develop ( 86da45...199bdd )
by
unknown
03:03
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": "5c3c55564e975fedd7ace54017438f73",
8
    "packages": [
9
        {
10
            "name": "api-platform/core",
11
            "version": "v2.0.8",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/api-platform/core.git",
15
                "reference": "c3f56dbde4ba46b6838e4ebac6c1be9640b36943"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/api-platform/core/zipball/c3f56dbde4ba46b6838e4ebac6c1be9640b36943",
20
                "reference": "c3f56dbde4ba46b6838e4ebac6c1be9640b36943",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/inflector": "^1.0",
25
                "php": ">=7.0",
26
                "psr/cache": "^1.0",
27
                "symfony/http-foundation": "^2.7 || ^3.0",
28
                "symfony/http-kernel": "^2.7 || ^3.0",
29
                "symfony/property-access": "^2.7 || ^3.0",
30
                "symfony/property-info": "^3.1",
31
                "symfony/serializer": "^3.1",
32
                "willdurand/negotiation": "^2.0.3"
33
            },
34
            "require-dev": {
35
                "behat/behat": "^3.1",
36
                "behat/mink": "^1.7",
37
                "behat/mink-browserkit-driver": "^1.3.1",
38
                "behat/mink-extension": "^2.2",
39
                "behat/symfony2-extension": "^2.1",
40
                "behatch/contexts": "^2.6",
41
                "doctrine/annotations": "^1.2",
42
                "doctrine/doctrine-bundle": "^1.6.3",
43
                "doctrine/orm": "^2.5",
44
                "friendsofsymfony/user-bundle": "^2.0",
45
                "nelmio/api-doc-bundle": "^2.11.2",
46
                "php-mock/php-mock-phpunit": "^1.1",
47
                "phpdocumentor/reflection-docblock": "^3.0",
48
                "phpdocumentor/type-resolver": "^0.2",
49
                "phpunit/phpunit": "^5.6.8",
50
                "psr/log": "^1.0",
51
                "symfony/asset": "^2.7 || ^3.0",
52
                "symfony/cache": "^3.1",
53
                "symfony/config": "^3.2",
54
                "symfony/dependency-injection": "^2.7 || ^3.0",
55
                "symfony/doctrine-bridge": "^2.8 || ^3.0",
56
                "symfony/finder": "^2.7 || ^3.0",
57
                "symfony/framework-bundle": "^3.1",
58
                "symfony/phpunit-bridge": "^2.7 || ^3.0",
59
                "symfony/security": "^2.7 || ^3.0",
60
                "symfony/twig-bundle": "^2.8 || ^3.1",
61
                "symfony/validator": "^2.7 || ^3.0"
62
            },
63
            "suggest": {
64
                "friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.",
65
                "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
66
                "psr/cache-implementation": "To use metadata caching.",
67
                "symfony/cache": "To have metadata caching when using Symfony integration.",
68
                "symfony/config": "To load XML configuration files.",
69
                "symfony/twig-bundle": "To use the Swagger UI integration."
70
            },
71
            "type": "library",
72
            "extra": {
73
                "branch-alias": {
74
                    "dev-master": "2.0.x-dev"
75
                }
76
            },
77
            "autoload": {
78
                "psr-4": {
79
                    "ApiPlatform\\Core\\": "src/"
80
                }
81
            },
82
            "notification-url": "https://packagist.org/downloads/",
83
            "license": [
84
                "MIT"
85
            ],
86
            "authors": [
87
                {
88
                    "name": "Kévin Dunglas",
89
                    "email": "[email protected]",
90
                    "homepage": "https://dunglas.fr"
91
                }
92
            ],
93
            "description": "The ultimate solution to create web APIs.",
94
            "homepage": "https://api-platform.com",
95
            "keywords": [
96
                "Hydra",
97
                "JSON-LD",
98
                "api",
99
                "hal",
100
                "json",
101
                "rest",
102
                "swagger"
103
            ],
104
            "time": "2017-05-15T13:41:12+00:00"
105
        },
106
        {
107
            "name": "behat/transliterator",
108
            "version": "v1.2.0",
109
            "source": {
110
                "type": "git",
111
                "url": "https://github.com/Behat/Transliterator.git",
112
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
113
            },
114
            "dist": {
115
                "type": "zip",
116
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
117
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
118
                "shasum": ""
119
            },
120
            "require": {
121
                "php": ">=5.3.3"
122
            },
123
            "require-dev": {
124
                "chuyskywalker/rolling-curl": "^3.1",
125
                "php-yaoi/php-yaoi": "^1.0"
126
            },
127
            "type": "library",
128
            "extra": {
129
                "branch-alias": {
130
                    "dev-master": "1.2-dev"
131
                }
132
            },
133
            "autoload": {
134
                "psr-0": {
135
                    "Behat\\Transliterator": "src/"
136
                }
137
            },
138
            "notification-url": "https://packagist.org/downloads/",
139
            "license": [
140
                "Artistic-1.0"
141
            ],
142
            "description": "String transliterator",
143
            "keywords": [
144
                "i18n",
145
                "slug",
146
                "transliterator"
147
            ],
148
            "time": "2017-04-04T11:38:05+00:00"
149
        },
150
        {
151
            "name": "composer/ca-bundle",
152
            "version": "1.0.7",
153
            "source": {
154
                "type": "git",
155
                "url": "https://github.com/composer/ca-bundle.git",
156
                "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12"
157
            },
158
            "dist": {
159
                "type": "zip",
160
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
161
                "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
162
                "shasum": ""
163
            },
164
            "require": {
165
                "ext-openssl": "*",
166
                "ext-pcre": "*",
167
                "php": "^5.3.2 || ^7.0"
168
            },
169
            "require-dev": {
170
                "phpunit/phpunit": "^4.5",
171
                "psr/log": "^1.0",
172
                "symfony/process": "^2.5 || ^3.0"
173
            },
174
            "suggest": {
175
                "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
176
            },
177
            "type": "library",
178
            "extra": {
179
                "branch-alias": {
180
                    "dev-master": "1.x-dev"
181
                }
182
            },
183
            "autoload": {
184
                "psr-4": {
185
                    "Composer\\CaBundle\\": "src"
186
                }
187
            },
188
            "notification-url": "https://packagist.org/downloads/",
189
            "license": [
190
                "MIT"
191
            ],
192
            "authors": [
193
                {
194
                    "name": "Jordi Boggiano",
195
                    "email": "[email protected]",
196
                    "homepage": "http://seld.be"
197
                }
198
            ],
199
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
200
            "keywords": [
201
                "cabundle",
202
                "cacert",
203
                "certificate",
204
                "ssl",
205
                "tls"
206
            ],
207
            "time": "2017-03-06T11:59:08+00:00"
208
        },
209
        {
210
            "name": "digitalstate/core",
211
            "version": "dev-develop",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/DigitalState/Core.git",
215
                "reference": "e32adb3e39553ec1137313016475e83a17a29b2c"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/DigitalState/Core/zipball/e32adb3e39553ec1137313016475e83a17a29b2c",
220
                "reference": "e32adb3e39553ec1137313016475e83a17a29b2c",
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-04-27T19:18:34+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.8",
606
            "source": {
607
                "type": "git",
608
                "url": "https://github.com/doctrine/DoctrineBundle.git",
609
                "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0"
610
            },
611
            "dist": {
612
                "type": "zip",
613
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6e96577cbbdbb5b6dcca2ff203d665976b51beb0",
614
                "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0",
615
                "shasum": ""
616
            },
617
            "require": {
618
                "doctrine/dbal": "~2.3",
619
                "doctrine/doctrine-cache-bundle": "~1.2",
620
                "jdorn/sql-formatter": "~1.1",
621
                "php": ">=5.5.9",
622
                "symfony/console": "~2.7|~3.0|~4.0",
623
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
624
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
625
                "symfony/framework-bundle": "~2.7|~3.0|~4.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|~4.0",
632
                "symfony/property-info": "~2.8|~3.0|~4.0",
633
                "symfony/validator": "~2.7|~3.0|~4.0",
634
                "symfony/yaml": "~2.7|~3.0|~4.0",
635
                "twig/twig": "~1.12|~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-05-18T08:15:18+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": "friendsofsymfony/user-bundle",
1295
            "version": "v2.0.0",
1296
            "source": {
1297
                "type": "git",
1298
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1299
                "reference": "2e0243e9e8a3ca0dab753fc5f2e79b4b3093ac9a"
1300
            },
1301
            "dist": {
1302
                "type": "zip",
1303
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2e0243e9e8a3ca0dab753fc5f2e79b4b3093ac9a",
1304
                "reference": "2e0243e9e8a3ca0dab753fc5f2e79b4b3093ac9a",
1305
                "shasum": ""
1306
            },
1307
            "require": {
1308
                "paragonie/random_compat": "^1 || ^2",
1309
                "php": "^5.5.9 || ^7.0",
1310
                "symfony/form": "^2.7 || ^3.0",
1311
                "symfony/framework-bundle": "^2.7 || ^3.0",
1312
                "symfony/security-bundle": "^2.7 || ^3.0",
1313
                "symfony/templating": "^2.7 || ^3.0",
1314
                "symfony/twig-bundle": "^2.7 || ^3.0",
1315
                "twig/twig": "^1.28 || ^2.0"
1316
            },
1317
            "conflict": {
1318
                "doctrine/doctrine-bundle": "<1.3",
1319
                "symfony/doctrine-bridge": "<2.7"
1320
            },
1321
            "require-dev": {
1322
                "doctrine/doctrine-bundle": "^1.3",
1323
                "friendsofphp/php-cs-fixer": "^1.11",
1324
                "phpunit/phpunit": "~4.8|~5.0",
1325
                "swiftmailer/swiftmailer": "^4.3 || ^5.0",
1326
                "symfony/console": "^2.7 || ^3.0",
1327
                "symfony/phpunit-bridge": "^2.7 || ^3.0",
1328
                "symfony/validator": "^2.7 || ^3.0",
1329
                "symfony/yaml": "^2.7 || ^3.0"
1330
            },
1331
            "type": "symfony-bundle",
1332
            "extra": {
1333
                "branch-alias": {
1334
                    "dev-master": "2.0.x-dev"
1335
                }
1336
            },
1337
            "autoload": {
1338
                "psr-4": {
1339
                    "FOS\\UserBundle\\": ""
1340
                },
1341
                "exclude-from-classmap": [
1342
                    "/Tests/"
1343
                ]
1344
            },
1345
            "notification-url": "https://packagist.org/downloads/",
1346
            "license": [
1347
                "MIT"
1348
            ],
1349
            "authors": [
1350
                {
1351
                    "name": "Christophe Coevoet",
1352
                    "email": "[email protected]"
1353
                },
1354
                {
1355
                    "name": "FriendsOfSymfony Community",
1356
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1357
                },
1358
                {
1359
                    "name": "Thibault Duplessis",
1360
                    "email": "[email protected]"
1361
                }
1362
            ],
1363
            "description": "Symfony FOSUserBundle",
1364
            "homepage": "http://friendsofsymfony.github.com",
1365
            "keywords": [
1366
                "User management"
1367
            ],
1368
            "time": "2017-03-29T13:21:34+00:00"
1369
        },
1370
        {
1371
            "name": "guzzlehttp/guzzle",
1372
            "version": "6.3.0",
1373
            "source": {
1374
                "type": "git",
1375
                "url": "https://github.com/guzzle/guzzle.git",
1376
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
1377
            },
1378
            "dist": {
1379
                "type": "zip",
1380
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1381
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1382
                "shasum": ""
1383
            },
1384
            "require": {
1385
                "guzzlehttp/promises": "^1.0",
1386
                "guzzlehttp/psr7": "^1.4",
1387
                "php": ">=5.5"
1388
            },
1389
            "require-dev": {
1390
                "ext-curl": "*",
1391
                "phpunit/phpunit": "^4.0 || ^5.0",
1392
                "psr/log": "^1.0"
1393
            },
1394
            "suggest": {
1395
                "psr/log": "Required for using the Log middleware"
1396
            },
1397
            "type": "library",
1398
            "extra": {
1399
                "branch-alias": {
1400
                    "dev-master": "6.2-dev"
1401
                }
1402
            },
1403
            "autoload": {
1404
                "files": [
1405
                    "src/functions_include.php"
1406
                ],
1407
                "psr-4": {
1408
                    "GuzzleHttp\\": "src/"
1409
                }
1410
            },
1411
            "notification-url": "https://packagist.org/downloads/",
1412
            "license": [
1413
                "MIT"
1414
            ],
1415
            "authors": [
1416
                {
1417
                    "name": "Michael Dowling",
1418
                    "email": "[email protected]",
1419
                    "homepage": "https://github.com/mtdowling"
1420
                }
1421
            ],
1422
            "description": "Guzzle is a PHP HTTP client library",
1423
            "homepage": "http://guzzlephp.org/",
1424
            "keywords": [
1425
                "client",
1426
                "curl",
1427
                "framework",
1428
                "http",
1429
                "http client",
1430
                "rest",
1431
                "web service"
1432
            ],
1433
            "time": "2017-06-22T18:50:49+00:00"
1434
        },
1435
        {
1436
            "name": "guzzlehttp/promises",
1437
            "version": "v1.3.1",
1438
            "source": {
1439
                "type": "git",
1440
                "url": "https://github.com/guzzle/promises.git",
1441
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1442
            },
1443
            "dist": {
1444
                "type": "zip",
1445
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1446
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1447
                "shasum": ""
1448
            },
1449
            "require": {
1450
                "php": ">=5.5.0"
1451
            },
1452
            "require-dev": {
1453
                "phpunit/phpunit": "^4.0"
1454
            },
1455
            "type": "library",
1456
            "extra": {
1457
                "branch-alias": {
1458
                    "dev-master": "1.4-dev"
1459
                }
1460
            },
1461
            "autoload": {
1462
                "psr-4": {
1463
                    "GuzzleHttp\\Promise\\": "src/"
1464
                },
1465
                "files": [
1466
                    "src/functions_include.php"
1467
                ]
1468
            },
1469
            "notification-url": "https://packagist.org/downloads/",
1470
            "license": [
1471
                "MIT"
1472
            ],
1473
            "authors": [
1474
                {
1475
                    "name": "Michael Dowling",
1476
                    "email": "[email protected]",
1477
                    "homepage": "https://github.com/mtdowling"
1478
                }
1479
            ],
1480
            "description": "Guzzle promises library",
1481
            "keywords": [
1482
                "promise"
1483
            ],
1484
            "time": "2016-12-20T10:07:11+00:00"
1485
        },
1486
        {
1487
            "name": "guzzlehttp/psr7",
1488
            "version": "1.4.2",
1489
            "source": {
1490
                "type": "git",
1491
                "url": "https://github.com/guzzle/psr7.git",
1492
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1493
            },
1494
            "dist": {
1495
                "type": "zip",
1496
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1497
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1498
                "shasum": ""
1499
            },
1500
            "require": {
1501
                "php": ">=5.4.0",
1502
                "psr/http-message": "~1.0"
1503
            },
1504
            "provide": {
1505
                "psr/http-message-implementation": "1.0"
1506
            },
1507
            "require-dev": {
1508
                "phpunit/phpunit": "~4.0"
1509
            },
1510
            "type": "library",
1511
            "extra": {
1512
                "branch-alias": {
1513
                    "dev-master": "1.4-dev"
1514
                }
1515
            },
1516
            "autoload": {
1517
                "psr-4": {
1518
                    "GuzzleHttp\\Psr7\\": "src/"
1519
                },
1520
                "files": [
1521
                    "src/functions_include.php"
1522
                ]
1523
            },
1524
            "notification-url": "https://packagist.org/downloads/",
1525
            "license": [
1526
                "MIT"
1527
            ],
1528
            "authors": [
1529
                {
1530
                    "name": "Michael Dowling",
1531
                    "email": "[email protected]",
1532
                    "homepage": "https://github.com/mtdowling"
1533
                },
1534
                {
1535
                    "name": "Tobias Schultze",
1536
                    "homepage": "https://github.com/Tobion"
1537
                }
1538
            ],
1539
            "description": "PSR-7 message implementation that also provides common utility methods",
1540
            "keywords": [
1541
                "http",
1542
                "message",
1543
                "request",
1544
                "response",
1545
                "stream",
1546
                "uri",
1547
                "url"
1548
            ],
1549
            "time": "2017-03-20T17:10:46+00:00"
1550
        },
1551
        {
1552
            "name": "incenteev/composer-parameter-handler",
1553
            "version": "v2.1.2",
1554
            "source": {
1555
                "type": "git",
1556
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1557
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1558
            },
1559
            "dist": {
1560
                "type": "zip",
1561
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1562
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1563
                "shasum": ""
1564
            },
1565
            "require": {
1566
                "php": ">=5.3.3",
1567
                "symfony/yaml": "~2.3|~3.0"
1568
            },
1569
            "require-dev": {
1570
                "composer/composer": "1.0.*@dev",
1571
                "phpspec/prophecy-phpunit": "~1.0",
1572
                "symfony/filesystem": "~2.2"
1573
            },
1574
            "type": "library",
1575
            "extra": {
1576
                "branch-alias": {
1577
                    "dev-master": "2.1.x-dev"
1578
                }
1579
            },
1580
            "autoload": {
1581
                "psr-4": {
1582
                    "Incenteev\\ParameterHandler\\": ""
1583
                }
1584
            },
1585
            "notification-url": "https://packagist.org/downloads/",
1586
            "license": [
1587
                "MIT"
1588
            ],
1589
            "authors": [
1590
                {
1591
                    "name": "Christophe Coevoet",
1592
                    "email": "[email protected]"
1593
                }
1594
            ],
1595
            "description": "Composer script handling your ignored parameter file",
1596
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1597
            "keywords": [
1598
                "parameters management"
1599
            ],
1600
            "time": "2015-11-10T17:04:01+00:00"
1601
        },
1602
        {
1603
            "name": "jdorn/sql-formatter",
1604
            "version": "v1.2.17",
1605
            "source": {
1606
                "type": "git",
1607
                "url": "https://github.com/jdorn/sql-formatter.git",
1608
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1609
            },
1610
            "dist": {
1611
                "type": "zip",
1612
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1613
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1614
                "shasum": ""
1615
            },
1616
            "require": {
1617
                "php": ">=5.2.4"
1618
            },
1619
            "require-dev": {
1620
                "phpunit/phpunit": "3.7.*"
1621
            },
1622
            "type": "library",
1623
            "extra": {
1624
                "branch-alias": {
1625
                    "dev-master": "1.3.x-dev"
1626
                }
1627
            },
1628
            "autoload": {
1629
                "classmap": [
1630
                    "lib"
1631
                ]
1632
            },
1633
            "notification-url": "https://packagist.org/downloads/",
1634
            "license": [
1635
                "MIT"
1636
            ],
1637
            "authors": [
1638
                {
1639
                    "name": "Jeremy Dorn",
1640
                    "email": "[email protected]",
1641
                    "homepage": "http://jeremydorn.com/"
1642
                }
1643
            ],
1644
            "description": "a PHP SQL highlighting library",
1645
            "homepage": "https://github.com/jdorn/sql-formatter/",
1646
            "keywords": [
1647
                "highlight",
1648
                "sql"
1649
            ],
1650
            "time": "2014-01-12T16:20:24+00:00"
1651
        },
1652
        {
1653
            "name": "knplabs/doctrine-behaviors",
1654
            "version": "1.4.0",
1655
            "source": {
1656
                "type": "git",
1657
                "url": "https://github.com/KnpLabs/DoctrineBehaviors.git",
1658
                "reference": "c41433f5519d791d2fbdb2164633035c173b9db1"
1659
            },
1660
            "dist": {
1661
                "type": "zip",
1662
                "url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/c41433f5519d791d2fbdb2164633035c173b9db1",
1663
                "reference": "c41433f5519d791d2fbdb2164633035c173b9db1",
1664
                "shasum": ""
1665
            },
1666
            "require": {
1667
                "behat/transliterator": "~1.0",
1668
                "doctrine/common": ">=2.2",
1669
                "php": ">=5.4"
1670
            },
1671
            "require-dev": {
1672
                "doctrine/orm": ">=2.2",
1673
                "ext-pdo_mysql": "*",
1674
                "ext-pdo_pgsql": "*",
1675
                "ext-pdo_sqlite": "*",
1676
                "hexmedia/yaml-linter": "~0.1",
1677
                "jakub-onderka/php-parallel-lint": "~0.8",
1678
                "phpunit/phpunit": "~4.8"
1679
            },
1680
            "suggest": {
1681
                "symfony/framework-bundle": "To be able to use it as a bundle"
1682
            },
1683
            "type": "library",
1684
            "extra": {
1685
                "branch-alias": {
1686
                    "dev-master": "1.1.x-dev"
1687
                }
1688
            },
1689
            "autoload": {
1690
                "psr-4": {
1691
                    "Knp\\DoctrineBehaviors\\": "src/"
1692
                }
1693
            },
1694
            "notification-url": "https://packagist.org/downloads/",
1695
            "license": [
1696
                "MIT"
1697
            ],
1698
            "authors": [
1699
                {
1700
                    "name": "KnpLabs",
1701
                    "homepage": "http://knplabs.com"
1702
                }
1703
            ],
1704
            "description": "Doctrine2 behavior traits",
1705
            "homepage": "http://knplabs.com",
1706
            "keywords": [
1707
                "Blameable",
1708
                "behaviors",
1709
                "doctrine2",
1710
                "filterable",
1711
                "softdeletable",
1712
                "timestampable",
1713
                "translatable",
1714
                "tree"
1715
            ],
1716
            "time": "2016-09-30T06:03:12+00:00"
1717
        },
1718
        {
1719
            "name": "lexik/jwt-authentication-bundle",
1720
            "version": "v2.4.0",
1721
            "source": {
1722
                "type": "git",
1723
                "url": "https://github.com/lexik/LexikJWTAuthenticationBundle.git",
1724
                "reference": "b0d64729f57a76fd0bce2100a487af2e0aa99936"
1725
            },
1726
            "dist": {
1727
                "type": "zip",
1728
                "url": "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/b0d64729f57a76fd0bce2100a487af2e0aa99936",
1729
                "reference": "b0d64729f57a76fd0bce2100a487af2e0aa99936",
1730
                "shasum": ""
1731
            },
1732
            "require": {
1733
                "namshi/jose": "^7.2",
1734
                "php": "^5.5|^7.0",
1735
                "symfony/console": "^2.8|^3.0",
1736
                "symfony/framework-bundle": "^2.8|^3.0",
1737
                "symfony/security-bundle": "^2.8|^3.0"
1738
            },
1739
            "require-dev": {
1740
                "friendsofphp/php-cs-fixer": "^1.1",
1741
                "lcobucci/jwt": "~3.2",
1742
                "phpunit/phpunit": "^4.8|^5.0",
1743
                "symfony/browser-kit": "^2.8|^3.0",
1744
                "symfony/dom-crawler": "^2.8|^3.0",
1745
                "symfony/phpunit-bridge": "~3.2",
1746
                "symfony/yaml": "^2.8|^3.0"
1747
            },
1748
            "suggest": {
1749
                "gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony",
1750
                "lcobucci/jwt": "For using the LcobucciJWTEncoder",
1751
                "spomky-labs/lexik-jose-bridge": "Provides a JWT Token encoder with encryption support"
1752
            },
1753
            "type": "symfony-bundle",
1754
            "extra": {
1755
                "branch-alias": {
1756
                    "dev-master": "2.x-dev"
1757
                }
1758
            },
1759
            "autoload": {
1760
                "psr-4": {
1761
                    "Lexik\\Bundle\\JWTAuthenticationBundle\\": ""
1762
                },
1763
                "exclude-from-classmap": [
1764
                    "/Tests/"
1765
                ]
1766
            },
1767
            "notification-url": "https://packagist.org/downloads/",
1768
            "license": [
1769
                "MIT"
1770
            ],
1771
            "authors": [
1772
                {
1773
                    "name": "Robin Chalas",
1774
                    "email": "[email protected]",
1775
                    "homepage": "https://github.com/chalasr"
1776
                },
1777
                {
1778
                    "name": "Jeremy Barthe",
1779
                    "email": "[email protected]",
1780
                    "homepage": "https://github.com/jeremyb"
1781
                },
1782
                {
1783
                    "name": "Nicolas Cabot",
1784
                    "email": "[email protected]",
1785
                    "homepage": "https://github.com/slashfan"
1786
                },
1787
                {
1788
                    "name": "Cedric Girard",
1789
                    "email": "[email protected]",
1790
                    "homepage": "https://github.com/cedric-g"
1791
                },
1792
                {
1793
                    "name": "Lexik Community",
1794
                    "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle/graphs/contributors"
1795
                },
1796
                {
1797
                    "name": "Dev Lexik",
1798
                    "email": "[email protected]",
1799
                    "homepage": "https://github.com/lexik"
1800
                }
1801
            ],
1802
            "description": "This bundle provides JWT authentication for your Symfony REST API",
1803
            "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle",
1804
            "keywords": [
1805
                "Authentication",
1806
                "JWS",
1807
                "api",
1808
                "bundle",
1809
                "jwt",
1810
                "rest",
1811
                "symfony"
1812
            ],
1813
            "time": "2017-05-08T10:16:54+00:00"
1814
        },
1815
        {
1816
            "name": "monolog/monolog",
1817
            "version": "1.22.1",
1818
            "source": {
1819
                "type": "git",
1820
                "url": "https://github.com/Seldaek/monolog.git",
1821
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
1822
            },
1823
            "dist": {
1824
                "type": "zip",
1825
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
1826
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
1827
                "shasum": ""
1828
            },
1829
            "require": {
1830
                "php": ">=5.3.0",
1831
                "psr/log": "~1.0"
1832
            },
1833
            "provide": {
1834
                "psr/log-implementation": "1.0.0"
1835
            },
1836
            "require-dev": {
1837
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1838
                "doctrine/couchdb": "~1.0@dev",
1839
                "graylog2/gelf-php": "~1.0",
1840
                "jakub-onderka/php-parallel-lint": "0.9",
1841
                "php-amqplib/php-amqplib": "~2.4",
1842
                "php-console/php-console": "^3.1.3",
1843
                "phpunit/phpunit": "~4.5",
1844
                "phpunit/phpunit-mock-objects": "2.3.0",
1845
                "ruflin/elastica": ">=0.90 <3.0",
1846
                "sentry/sentry": "^0.13",
1847
                "swiftmailer/swiftmailer": "~5.3"
1848
            },
1849
            "suggest": {
1850
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1851
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1852
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1853
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1854
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1855
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1856
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1857
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1858
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1859
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1860
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1861
            },
1862
            "type": "library",
1863
            "extra": {
1864
                "branch-alias": {
1865
                    "dev-master": "2.0.x-dev"
1866
                }
1867
            },
1868
            "autoload": {
1869
                "psr-4": {
1870
                    "Monolog\\": "src/Monolog"
1871
                }
1872
            },
1873
            "notification-url": "https://packagist.org/downloads/",
1874
            "license": [
1875
                "MIT"
1876
            ],
1877
            "authors": [
1878
                {
1879
                    "name": "Jordi Boggiano",
1880
                    "email": "[email protected]",
1881
                    "homepage": "http://seld.be"
1882
                }
1883
            ],
1884
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1885
            "homepage": "http://github.com/Seldaek/monolog",
1886
            "keywords": [
1887
                "log",
1888
                "logging",
1889
                "psr-3"
1890
            ],
1891
            "time": "2017-03-13T07:08:03+00:00"
1892
        },
1893
        {
1894
            "name": "namshi/jose",
1895
            "version": "7.2.3",
1896
            "source": {
1897
                "type": "git",
1898
                "url": "https://github.com/namshi/jose.git",
1899
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
1900
            },
1901
            "dist": {
1902
                "type": "zip",
1903
                "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
1904
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
1905
                "shasum": ""
1906
            },
1907
            "require": {
1908
                "ext-date": "*",
1909
                "ext-hash": "*",
1910
                "ext-json": "*",
1911
                "ext-pcre": "*",
1912
                "ext-spl": "*",
1913
                "php": ">=5.5",
1914
                "symfony/polyfill-php56": "^1.0"
1915
            },
1916
            "require-dev": {
1917
                "phpseclib/phpseclib": "^2.0",
1918
                "phpunit/phpunit": "^4.5|^5.0",
1919
                "satooshi/php-coveralls": "^1.0"
1920
            },
1921
            "suggest": {
1922
                "ext-openssl": "Allows to use OpenSSL as crypto engine.",
1923
                "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
1924
            },
1925
            "type": "library",
1926
            "autoload": {
1927
                "psr-4": {
1928
                    "Namshi\\JOSE\\": "src/Namshi/JOSE/"
1929
                }
1930
            },
1931
            "notification-url": "https://packagist.org/downloads/",
1932
            "license": [
1933
                "MIT"
1934
            ],
1935
            "authors": [
1936
                {
1937
                    "name": "Alessandro Nadalin",
1938
                    "email": "[email protected]"
1939
                },
1940
                {
1941
                    "name": "Alessandro Cinelli (cirpo)",
1942
                    "email": "[email protected]"
1943
                }
1944
            ],
1945
            "description": "JSON Object Signing and Encryption library for PHP.",
1946
            "keywords": [
1947
                "JSON Web Signature",
1948
                "JSON Web Token",
1949
                "JWS",
1950
                "json",
1951
                "jwt",
1952
                "token"
1953
            ],
1954
            "time": "2016-12-05T07:27:31+00:00"
1955
        },
1956
        {
1957
            "name": "nelmio/cors-bundle",
1958
            "version": "1.5.3",
1959
            "source": {
1960
                "type": "git",
1961
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
1962
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056"
1963
            },
1964
            "dist": {
1965
                "type": "zip",
1966
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/ac6576a599d7db9c2c6022602c188a5594216056",
1967
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056",
1968
                "shasum": ""
1969
            },
1970
            "require": {
1971
                "symfony/framework-bundle": "^2.7 || ^3.0"
1972
            },
1973
            "require-dev": {
1974
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1975
                "mockery/mockery": "0.9.*"
1976
            },
1977
            "type": "symfony-bundle",
1978
            "extra": {
1979
                "branch-alias": {
1980
                    "dev-master": "1.5.x-dev"
1981
                }
1982
            },
1983
            "autoload": {
1984
                "psr-4": {
1985
                    "Nelmio\\CorsBundle\\": ""
1986
                },
1987
                "exclude-from-classmap": [
1988
                    "/Tests/"
1989
                ]
1990
            },
1991
            "notification-url": "https://packagist.org/downloads/",
1992
            "license": [
1993
                "MIT"
1994
            ],
1995
            "authors": [
1996
                {
1997
                    "name": "Nelmio",
1998
                    "homepage": "http://nelm.io"
1999
                },
2000
                {
2001
                    "name": "Symfony Community",
2002
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2003
                }
2004
            ],
2005
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2006
            "keywords": [
2007
                "api",
2008
                "cors",
2009
                "crossdomain"
2010
            ],
2011
            "time": "2017-04-24T09:12:42+00:00"
2012
        },
2013
        {
2014
            "name": "ocramius/package-versions",
2015
            "version": "1.1.2",
2016
            "source": {
2017
                "type": "git",
2018
                "url": "https://github.com/Ocramius/PackageVersions.git",
2019
                "reference": "51e867c70f0799790b3e82276875414ce13daaca"
2020
            },
2021
            "dist": {
2022
                "type": "zip",
2023
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/51e867c70f0799790b3e82276875414ce13daaca",
2024
                "reference": "51e867c70f0799790b3e82276875414ce13daaca",
2025
                "shasum": ""
2026
            },
2027
            "require": {
2028
                "composer-plugin-api": "^1.0",
2029
                "php": "~7.0"
2030
            },
2031
            "require-dev": {
2032
                "composer/composer": "^1.3",
2033
                "ext-zip": "*",
2034
                "phpunit/phpunit": "^5.4.7"
2035
            },
2036
            "type": "composer-plugin",
2037
            "extra": {
2038
                "class": "PackageVersions\\Installer",
2039
                "branch-alias": {
2040
                    "dev-master": "2.0.x-dev"
2041
                }
2042
            },
2043
            "autoload": {
2044
                "psr-4": {
2045
                    "PackageVersions\\": "src/PackageVersions"
2046
                }
2047
            },
2048
            "notification-url": "https://packagist.org/downloads/",
2049
            "license": [
2050
                "MIT"
2051
            ],
2052
            "authors": [
2053
                {
2054
                    "name": "Marco Pivetta",
2055
                    "email": "[email protected]"
2056
                }
2057
            ],
2058
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2059
            "time": "2016-12-30T09:49:15+00:00"
2060
        },
2061
        {
2062
            "name": "ocramius/proxy-manager",
2063
            "version": "2.1.1",
2064
            "source": {
2065
                "type": "git",
2066
                "url": "https://github.com/Ocramius/ProxyManager.git",
2067
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
2068
            },
2069
            "dist": {
2070
                "type": "zip",
2071
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
2072
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
2073
                "shasum": ""
2074
            },
2075
            "require": {
2076
                "ocramius/package-versions": "^1.1.1",
2077
                "php": "^7.1.0",
2078
                "zendframework/zend-code": "^3.1.0"
2079
            },
2080
            "require-dev": {
2081
                "couscous/couscous": "^1.5.2",
2082
                "ext-phar": "*",
2083
                "humbug/humbug": "dev-master@DEV",
2084
                "nikic/php-parser": "^3.0.4",
2085
                "phpbench/phpbench": "^0.12.2",
2086
                "phpstan/phpstan": "^0.6.4",
2087
                "phpunit/phpunit": "^5.6.4",
2088
                "phpunit/phpunit-mock-objects": "^3.4.1",
2089
                "squizlabs/php_codesniffer": "^2.7.0"
2090
            },
2091
            "suggest": {
2092
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2093
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2094
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2095
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2096
            },
2097
            "type": "library",
2098
            "extra": {
2099
                "branch-alias": {
2100
                    "dev-master": "3.0.x-dev"
2101
                }
2102
            },
2103
            "autoload": {
2104
                "psr-0": {
2105
                    "ProxyManager\\": "src"
2106
                }
2107
            },
2108
            "notification-url": "https://packagist.org/downloads/",
2109
            "license": [
2110
                "MIT"
2111
            ],
2112
            "authors": [
2113
                {
2114
                    "name": "Marco Pivetta",
2115
                    "email": "[email protected]",
2116
                    "homepage": "http://ocramius.github.io/"
2117
                }
2118
            ],
2119
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2120
            "homepage": "https://github.com/Ocramius/ProxyManager",
2121
            "keywords": [
2122
                "aop",
2123
                "lazy loading",
2124
                "proxy",
2125
                "proxy pattern",
2126
                "service proxies"
2127
            ],
2128
            "time": "2017-05-04T11:12:50+00:00"
2129
        },
2130
        {
2131
            "name": "paragonie/random_compat",
2132
            "version": "v2.0.10",
2133
            "source": {
2134
                "type": "git",
2135
                "url": "https://github.com/paragonie/random_compat.git",
2136
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
2137
            },
2138
            "dist": {
2139
                "type": "zip",
2140
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
2141
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
2142
                "shasum": ""
2143
            },
2144
            "require": {
2145
                "php": ">=5.2.0"
2146
            },
2147
            "require-dev": {
2148
                "phpunit/phpunit": "4.*|5.*"
2149
            },
2150
            "suggest": {
2151
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2152
            },
2153
            "type": "library",
2154
            "autoload": {
2155
                "files": [
2156
                    "lib/random.php"
2157
                ]
2158
            },
2159
            "notification-url": "https://packagist.org/downloads/",
2160
            "license": [
2161
                "MIT"
2162
            ],
2163
            "authors": [
2164
                {
2165
                    "name": "Paragon Initiative Enterprises",
2166
                    "email": "[email protected]",
2167
                    "homepage": "https://paragonie.com"
2168
                }
2169
            ],
2170
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2171
            "keywords": [
2172
                "csprng",
2173
                "pseudorandom",
2174
                "random"
2175
            ],
2176
            "time": "2017-03-13T16:27:32+00:00"
2177
        },
2178
        {
2179
            "name": "phpdocumentor/reflection-common",
2180
            "version": "1.0",
2181
            "source": {
2182
                "type": "git",
2183
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2184
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2185
            },
2186
            "dist": {
2187
                "type": "zip",
2188
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2189
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2190
                "shasum": ""
2191
            },
2192
            "require": {
2193
                "php": ">=5.5"
2194
            },
2195
            "require-dev": {
2196
                "phpunit/phpunit": "^4.6"
2197
            },
2198
            "type": "library",
2199
            "extra": {
2200
                "branch-alias": {
2201
                    "dev-master": "1.0.x-dev"
2202
                }
2203
            },
2204
            "autoload": {
2205
                "psr-4": {
2206
                    "phpDocumentor\\Reflection\\": [
2207
                        "src"
2208
                    ]
2209
                }
2210
            },
2211
            "notification-url": "https://packagist.org/downloads/",
2212
            "license": [
2213
                "MIT"
2214
            ],
2215
            "authors": [
2216
                {
2217
                    "name": "Jaap van Otterdijk",
2218
                    "email": "[email protected]"
2219
                }
2220
            ],
2221
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2222
            "homepage": "http://www.phpdoc.org",
2223
            "keywords": [
2224
                "FQSEN",
2225
                "phpDocumentor",
2226
                "phpdoc",
2227
                "reflection",
2228
                "static analysis"
2229
            ],
2230
            "time": "2015-12-27T11:43:31+00:00"
2231
        },
2232
        {
2233
            "name": "phpdocumentor/reflection-docblock",
2234
            "version": "3.1.1",
2235
            "source": {
2236
                "type": "git",
2237
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2238
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2239
            },
2240
            "dist": {
2241
                "type": "zip",
2242
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2243
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2244
                "shasum": ""
2245
            },
2246
            "require": {
2247
                "php": ">=5.5",
2248
                "phpdocumentor/reflection-common": "^1.0@dev",
2249
                "phpdocumentor/type-resolver": "^0.2.0",
2250
                "webmozart/assert": "^1.0"
2251
            },
2252
            "require-dev": {
2253
                "mockery/mockery": "^0.9.4",
2254
                "phpunit/phpunit": "^4.4"
2255
            },
2256
            "type": "library",
2257
            "autoload": {
2258
                "psr-4": {
2259
                    "phpDocumentor\\Reflection\\": [
2260
                        "src/"
2261
                    ]
2262
                }
2263
            },
2264
            "notification-url": "https://packagist.org/downloads/",
2265
            "license": [
2266
                "MIT"
2267
            ],
2268
            "authors": [
2269
                {
2270
                    "name": "Mike van Riel",
2271
                    "email": "[email protected]"
2272
                }
2273
            ],
2274
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2275
            "time": "2016-09-30T07:12:33+00:00"
2276
        },
2277
        {
2278
            "name": "phpdocumentor/type-resolver",
2279
            "version": "0.2.1",
2280
            "source": {
2281
                "type": "git",
2282
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2283
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2284
            },
2285
            "dist": {
2286
                "type": "zip",
2287
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2288
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2289
                "shasum": ""
2290
            },
2291
            "require": {
2292
                "php": ">=5.5",
2293
                "phpdocumentor/reflection-common": "^1.0"
2294
            },
2295
            "require-dev": {
2296
                "mockery/mockery": "^0.9.4",
2297
                "phpunit/phpunit": "^5.2||^4.8.24"
2298
            },
2299
            "type": "library",
2300
            "extra": {
2301
                "branch-alias": {
2302
                    "dev-master": "1.0.x-dev"
2303
                }
2304
            },
2305
            "autoload": {
2306
                "psr-4": {
2307
                    "phpDocumentor\\Reflection\\": [
2308
                        "src/"
2309
                    ]
2310
                }
2311
            },
2312
            "notification-url": "https://packagist.org/downloads/",
2313
            "license": [
2314
                "MIT"
2315
            ],
2316
            "authors": [
2317
                {
2318
                    "name": "Mike van Riel",
2319
                    "email": "[email protected]"
2320
                }
2321
            ],
2322
            "time": "2016-11-25T06:54:22+00:00"
2323
        },
2324
        {
2325
            "name": "predis/predis",
2326
            "version": "v1.1.1",
2327
            "source": {
2328
                "type": "git",
2329
                "url": "https://github.com/nrk/predis.git",
2330
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
2331
            },
2332
            "dist": {
2333
                "type": "zip",
2334
                "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
2335
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
2336
                "shasum": ""
2337
            },
2338
            "require": {
2339
                "php": ">=5.3.9"
2340
            },
2341
            "require-dev": {
2342
                "phpunit/phpunit": "~4.8"
2343
            },
2344
            "suggest": {
2345
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
2346
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2347
            },
2348
            "type": "library",
2349
            "autoload": {
2350
                "psr-4": {
2351
                    "Predis\\": "src/"
2352
                }
2353
            },
2354
            "notification-url": "https://packagist.org/downloads/",
2355
            "license": [
2356
                "MIT"
2357
            ],
2358
            "authors": [
2359
                {
2360
                    "name": "Daniele Alessandri",
2361
                    "email": "[email protected]",
2362
                    "homepage": "http://clorophilla.net"
2363
                }
2364
            ],
2365
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2366
            "homepage": "http://github.com/nrk/predis",
2367
            "keywords": [
2368
                "nosql",
2369
                "predis",
2370
                "redis"
2371
            ],
2372
            "time": "2016-06-16T16:22:20+00:00"
2373
        },
2374
        {
2375
            "name": "psr/cache",
2376
            "version": "1.0.1",
2377
            "source": {
2378
                "type": "git",
2379
                "url": "https://github.com/php-fig/cache.git",
2380
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2381
            },
2382
            "dist": {
2383
                "type": "zip",
2384
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2385
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2386
                "shasum": ""
2387
            },
2388
            "require": {
2389
                "php": ">=5.3.0"
2390
            },
2391
            "type": "library",
2392
            "extra": {
2393
                "branch-alias": {
2394
                    "dev-master": "1.0.x-dev"
2395
                }
2396
            },
2397
            "autoload": {
2398
                "psr-4": {
2399
                    "Psr\\Cache\\": "src/"
2400
                }
2401
            },
2402
            "notification-url": "https://packagist.org/downloads/",
2403
            "license": [
2404
                "MIT"
2405
            ],
2406
            "authors": [
2407
                {
2408
                    "name": "PHP-FIG",
2409
                    "homepage": "http://www.php-fig.org/"
2410
                }
2411
            ],
2412
            "description": "Common interface for caching libraries",
2413
            "keywords": [
2414
                "cache",
2415
                "psr",
2416
                "psr-6"
2417
            ],
2418
            "time": "2016-08-06T20:24:11+00:00"
2419
        },
2420
        {
2421
            "name": "psr/http-message",
2422
            "version": "1.0.1",
2423
            "source": {
2424
                "type": "git",
2425
                "url": "https://github.com/php-fig/http-message.git",
2426
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2427
            },
2428
            "dist": {
2429
                "type": "zip",
2430
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2431
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2432
                "shasum": ""
2433
            },
2434
            "require": {
2435
                "php": ">=5.3.0"
2436
            },
2437
            "type": "library",
2438
            "extra": {
2439
                "branch-alias": {
2440
                    "dev-master": "1.0.x-dev"
2441
                }
2442
            },
2443
            "autoload": {
2444
                "psr-4": {
2445
                    "Psr\\Http\\Message\\": "src/"
2446
                }
2447
            },
2448
            "notification-url": "https://packagist.org/downloads/",
2449
            "license": [
2450
                "MIT"
2451
            ],
2452
            "authors": [
2453
                {
2454
                    "name": "PHP-FIG",
2455
                    "homepage": "http://www.php-fig.org/"
2456
                }
2457
            ],
2458
            "description": "Common interface for HTTP messages",
2459
            "homepage": "https://github.com/php-fig/http-message",
2460
            "keywords": [
2461
                "http",
2462
                "http-message",
2463
                "psr",
2464
                "psr-7",
2465
                "request",
2466
                "response"
2467
            ],
2468
            "time": "2016-08-06T14:39:51+00:00"
2469
        },
2470
        {
2471
            "name": "psr/log",
2472
            "version": "1.0.2",
2473
            "source": {
2474
                "type": "git",
2475
                "url": "https://github.com/php-fig/log.git",
2476
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2477
            },
2478
            "dist": {
2479
                "type": "zip",
2480
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2481
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2482
                "shasum": ""
2483
            },
2484
            "require": {
2485
                "php": ">=5.3.0"
2486
            },
2487
            "type": "library",
2488
            "extra": {
2489
                "branch-alias": {
2490
                    "dev-master": "1.0.x-dev"
2491
                }
2492
            },
2493
            "autoload": {
2494
                "psr-4": {
2495
                    "Psr\\Log\\": "Psr/Log/"
2496
                }
2497
            },
2498
            "notification-url": "https://packagist.org/downloads/",
2499
            "license": [
2500
                "MIT"
2501
            ],
2502
            "authors": [
2503
                {
2504
                    "name": "PHP-FIG",
2505
                    "homepage": "http://www.php-fig.org/"
2506
                }
2507
            ],
2508
            "description": "Common interface for logging libraries",
2509
            "homepage": "https://github.com/php-fig/log",
2510
            "keywords": [
2511
                "log",
2512
                "psr",
2513
                "psr-3"
2514
            ],
2515
            "time": "2016-10-10T12:19:37+00:00"
2516
        },
2517
        {
2518
            "name": "ramsey/uuid",
2519
            "version": "3.6.1",
2520
            "source": {
2521
                "type": "git",
2522
                "url": "https://github.com/ramsey/uuid.git",
2523
                "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
2524
            },
2525
            "dist": {
2526
                "type": "zip",
2527
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
2528
                "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
2529
                "shasum": ""
2530
            },
2531
            "require": {
2532
                "paragonie/random_compat": "^1.0|^2.0",
2533
                "php": "^5.4 || ^7.0"
2534
            },
2535
            "replace": {
2536
                "rhumsaa/uuid": "self.version"
2537
            },
2538
            "require-dev": {
2539
                "apigen/apigen": "^4.1",
2540
                "codeception/aspect-mock": "^1.0 | ^2.0",
2541
                "doctrine/annotations": "~1.2.0",
2542
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
2543
                "ircmaxell/random-lib": "^1.1",
2544
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2545
                "mockery/mockery": "^0.9.4",
2546
                "moontoast/math": "^1.1",
2547
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
2548
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
2549
                "satooshi/php-coveralls": "^0.6.1",
2550
                "squizlabs/php_codesniffer": "^2.3"
2551
            },
2552
            "suggest": {
2553
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2554
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2555
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2556
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2557
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2558
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2559
            },
2560
            "type": "library",
2561
            "extra": {
2562
                "branch-alias": {
2563
                    "dev-master": "3.x-dev"
2564
                }
2565
            },
2566
            "autoload": {
2567
                "psr-4": {
2568
                    "Ramsey\\Uuid\\": "src/"
2569
                }
2570
            },
2571
            "notification-url": "https://packagist.org/downloads/",
2572
            "license": [
2573
                "MIT"
2574
            ],
2575
            "authors": [
2576
                {
2577
                    "name": "Marijn Huizendveld",
2578
                    "email": "[email protected]"
2579
                },
2580
                {
2581
                    "name": "Thibaud Fabre",
2582
                    "email": "[email protected]"
2583
                },
2584
                {
2585
                    "name": "Ben Ramsey",
2586
                    "email": "[email protected]",
2587
                    "homepage": "https://benramsey.com"
2588
                }
2589
            ],
2590
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2591
            "homepage": "https://github.com/ramsey/uuid",
2592
            "keywords": [
2593
                "guid",
2594
                "identifier",
2595
                "uuid"
2596
            ],
2597
            "time": "2017-03-26T20:37:53+00:00"
2598
        },
2599
        {
2600
            "name": "sensio/distribution-bundle",
2601
            "version": "v5.0.20",
2602
            "source": {
2603
                "type": "git",
2604
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2605
                "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9"
2606
            },
2607
            "dist": {
2608
                "type": "zip",
2609
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/4b019d4c0bd64438c42e4b6b0726085b409be8d9",
2610
                "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9",
2611
                "shasum": ""
2612
            },
2613
            "require": {
2614
                "php": ">=5.3.9",
2615
                "sensiolabs/security-checker": "~3.0|~4.0",
2616
                "symfony/class-loader": "~2.3|~3.0",
2617
                "symfony/config": "~2.3|~3.0",
2618
                "symfony/dependency-injection": "~2.3|~3.0",
2619
                "symfony/filesystem": "~2.3|~3.0",
2620
                "symfony/http-kernel": "~2.3|~3.0",
2621
                "symfony/process": "~2.3|~3.0"
2622
            },
2623
            "type": "symfony-bundle",
2624
            "extra": {
2625
                "branch-alias": {
2626
                    "dev-master": "5.0.x-dev"
2627
                }
2628
            },
2629
            "autoload": {
2630
                "psr-4": {
2631
                    "Sensio\\Bundle\\DistributionBundle\\": ""
2632
                }
2633
            },
2634
            "notification-url": "https://packagist.org/downloads/",
2635
            "license": [
2636
                "MIT"
2637
            ],
2638
            "authors": [
2639
                {
2640
                    "name": "Fabien Potencier",
2641
                    "email": "[email protected]"
2642
                }
2643
            ],
2644
            "description": "Base bundle for Symfony Distributions",
2645
            "keywords": [
2646
                "configuration",
2647
                "distribution"
2648
            ],
2649
            "time": "2017-05-11T16:21:03+00:00"
2650
        },
2651
        {
2652
            "name": "sensio/framework-extra-bundle",
2653
            "version": "v3.0.26",
2654
            "source": {
2655
                "type": "git",
2656
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2657
                "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059"
2658
            },
2659
            "dist": {
2660
                "type": "zip",
2661
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6d6cbe971554f0a2cc84965850481eb04a2a0059",
2662
                "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059",
2663
                "shasum": ""
2664
            },
2665
            "require": {
2666
                "doctrine/common": "~2.2",
2667
                "symfony/dependency-injection": "~2.3|~3.0",
2668
                "symfony/framework-bundle": "~2.3|~3.0"
2669
            },
2670
            "require-dev": {
2671
                "doctrine/doctrine-bundle": "~1.5",
2672
                "doctrine/orm": "~2.4,>=2.4.5",
2673
                "symfony/asset": "~2.7|~3.0",
2674
                "symfony/browser-kit": "~2.3|~3.0",
2675
                "symfony/dom-crawler": "~2.3|~3.0",
2676
                "symfony/expression-language": "~2.4|~3.0",
2677
                "symfony/finder": "~2.3|~3.0",
2678
                "symfony/phpunit-bridge": "~3.2",
2679
                "symfony/psr-http-message-bridge": "^0.3",
2680
                "symfony/security-bundle": "~2.4|~3.0",
2681
                "symfony/templating": "~2.3|~3.0",
2682
                "symfony/translation": "~2.3|~3.0",
2683
                "symfony/twig-bundle": "~2.3|~3.0",
2684
                "symfony/yaml": "~2.3|~3.0",
2685
                "twig/twig": "~1.12|~2.0",
2686
                "zendframework/zend-diactoros": "^1.3"
2687
            },
2688
            "suggest": {
2689
                "symfony/expression-language": "",
2690
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2691
                "symfony/security-bundle": ""
2692
            },
2693
            "type": "symfony-bundle",
2694
            "extra": {
2695
                "branch-alias": {
2696
                    "dev-master": "3.0.x-dev"
2697
                }
2698
            },
2699
            "autoload": {
2700
                "psr-4": {
2701
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2702
                }
2703
            },
2704
            "notification-url": "https://packagist.org/downloads/",
2705
            "license": [
2706
                "MIT"
2707
            ],
2708
            "authors": [
2709
                {
2710
                    "name": "Fabien Potencier",
2711
                    "email": "[email protected]"
2712
                }
2713
            ],
2714
            "description": "This bundle provides a way to configure your controllers with annotations",
2715
            "keywords": [
2716
                "annotations",
2717
                "controllers"
2718
            ],
2719
            "time": "2017-05-11T17:01:57+00:00"
2720
        },
2721
        {
2722
            "name": "sensiolabs/security-checker",
2723
            "version": "v4.0.4",
2724
            "source": {
2725
                "type": "git",
2726
                "url": "https://github.com/sensiolabs/security-checker.git",
2727
                "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc"
2728
            },
2729
            "dist": {
2730
                "type": "zip",
2731
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9e69eddf3bc49d1ee5c7908564da3141796d4bbc",
2732
                "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc",
2733
                "shasum": ""
2734
            },
2735
            "require": {
2736
                "composer/ca-bundle": "^1.0",
2737
                "symfony/console": "~2.7|~3.0"
2738
            },
2739
            "bin": [
2740
                "security-checker"
2741
            ],
2742
            "type": "library",
2743
            "extra": {
2744
                "branch-alias": {
2745
                    "dev-master": "4.0-dev"
2746
                }
2747
            },
2748
            "autoload": {
2749
                "psr-0": {
2750
                    "SensioLabs\\Security": ""
2751
                }
2752
            },
2753
            "notification-url": "https://packagist.org/downloads/",
2754
            "license": [
2755
                "MIT"
2756
            ],
2757
            "authors": [
2758
                {
2759
                    "name": "Fabien Potencier",
2760
                    "email": "[email protected]"
2761
                }
2762
            ],
2763
            "description": "A security checker for your composer.lock",
2764
            "time": "2017-03-31T14:50:32+00:00"
2765
        },
2766
        {
2767
            "name": "snc/redis-bundle",
2768
            "version": "2.0.6",
2769
            "source": {
2770
                "type": "git",
2771
                "url": "https://github.com/snc/SncRedisBundle.git",
2772
                "reference": "73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e"
2773
            },
2774
            "dist": {
2775
                "type": "zip",
2776
                "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e",
2777
                "reference": "73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e",
2778
                "shasum": ""
2779
            },
2780
            "require": {
2781
                "php": ">=5.3.3",
2782
                "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
2783
                "symfony/yaml": "^2.7 || ^3.0 || ^4.0"
2784
            },
2785
            "require-dev": {
2786
                "doctrine/cache": "1.*",
2787
                "phpunit/phpunit": "^4.8 || ^5.4",
2788
                "predis/predis": "^1.0",
2789
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
2790
                "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
2791
            },
2792
            "suggest": {
2793
                "monolog/monolog": "If you want to use the monolog redis handler.",
2794
                "predis/predis": "If you want to use predis.",
2795
                "symfony/console": "If you want to use commands to interact with the redis database"
2796
            },
2797
            "type": "symfony-bundle",
2798
            "extra": {
2799
                "branch-alias": {
2800
                    "dev-master": "2.x-dev"
2801
                }
2802
            },
2803
            "autoload": {
2804
                "psr-4": {
2805
                    "Snc\\RedisBundle\\": ""
2806
                }
2807
            },
2808
            "notification-url": "https://packagist.org/downloads/",
2809
            "license": [
2810
                "MIT"
2811
            ],
2812
            "authors": [
2813
                {
2814
                    "name": "Henrik Westphal",
2815
                    "email": "[email protected]"
2816
                },
2817
                {
2818
                    "name": "Community contributors",
2819
                    "homepage": "https://github.com/snc/SncRedisBundle/contributors"
2820
                }
2821
            ],
2822
            "description": "A Redis bundle for Symfony",
2823
            "homepage": "https://github.com/snc/SncRedisBundle",
2824
            "keywords": [
2825
                "nosql",
2826
                "redis",
2827
                "symfony"
2828
            ],
2829
            "time": "2017-12-01T10:40:06+00:00"
2830
        },
2831
        {
2832
            "name": "swiftmailer/swiftmailer",
2833
            "version": "v5.4.8",
2834
            "source": {
2835
                "type": "git",
2836
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2837
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
2838
            },
2839
            "dist": {
2840
                "type": "zip",
2841
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
2842
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
2843
                "shasum": ""
2844
            },
2845
            "require": {
2846
                "php": ">=5.3.3"
2847
            },
2848
            "require-dev": {
2849
                "mockery/mockery": "~0.9.1",
2850
                "symfony/phpunit-bridge": "~3.2"
2851
            },
2852
            "type": "library",
2853
            "extra": {
2854
                "branch-alias": {
2855
                    "dev-master": "5.4-dev"
2856
                }
2857
            },
2858
            "autoload": {
2859
                "files": [
2860
                    "lib/swift_required.php"
2861
                ]
2862
            },
2863
            "notification-url": "https://packagist.org/downloads/",
2864
            "license": [
2865
                "MIT"
2866
            ],
2867
            "authors": [
2868
                {
2869
                    "name": "Chris Corbyn"
2870
                },
2871
                {
2872
                    "name": "Fabien Potencier",
2873
                    "email": "[email protected]"
2874
                }
2875
            ],
2876
            "description": "Swiftmailer, free feature-rich PHP mailer",
2877
            "homepage": "http://swiftmailer.org",
2878
            "keywords": [
2879
                "email",
2880
                "mail",
2881
                "mailer"
2882
            ],
2883
            "time": "2017-05-01T15:54:03+00:00"
2884
        },
2885
        {
2886
            "name": "symfony/monolog-bundle",
2887
            "version": "v3.1.0",
2888
            "source": {
2889
                "type": "git",
2890
                "url": "https://github.com/symfony/monolog-bundle.git",
2891
                "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47"
2892
            },
2893
            "dist": {
2894
                "type": "zip",
2895
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6f96c7dbb6b2ef70b307a1a6f897153cbca3da47",
2896
                "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47",
2897
                "shasum": ""
2898
            },
2899
            "require": {
2900
                "monolog/monolog": "~1.22",
2901
                "php": ">=5.3.2",
2902
                "symfony/config": "~2.7|~3.0",
2903
                "symfony/dependency-injection": "~2.7|~3.0",
2904
                "symfony/http-kernel": "~2.7|~3.0",
2905
                "symfony/monolog-bridge": "~2.7|~3.0"
2906
            },
2907
            "require-dev": {
2908
                "phpunit/phpunit": "^4.8",
2909
                "symfony/console": "~2.3|~3.0",
2910
                "symfony/yaml": "~2.3|~3.0"
2911
            },
2912
            "type": "symfony-bundle",
2913
            "extra": {
2914
                "branch-alias": {
2915
                    "dev-master": "3.x-dev"
2916
                }
2917
            },
2918
            "autoload": {
2919
                "psr-4": {
2920
                    "Symfony\\Bundle\\MonologBundle\\": ""
2921
                }
2922
            },
2923
            "notification-url": "https://packagist.org/downloads/",
2924
            "license": [
2925
                "MIT"
2926
            ],
2927
            "authors": [
2928
                {
2929
                    "name": "Symfony Community",
2930
                    "homepage": "http://symfony.com/contributors"
2931
                },
2932
                {
2933
                    "name": "Fabien Potencier",
2934
                    "email": "[email protected]"
2935
                }
2936
            ],
2937
            "description": "Symfony MonologBundle",
2938
            "homepage": "http://symfony.com",
2939
            "keywords": [
2940
                "log",
2941
                "logging"
2942
            ],
2943
            "time": "2017-03-26T11:55:59+00:00"
2944
        },
2945
        {
2946
            "name": "symfony/polyfill-intl-icu",
2947
            "version": "v1.3.0",
2948
            "source": {
2949
                "type": "git",
2950
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2951
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4"
2952
            },
2953
            "dist": {
2954
                "type": "zip",
2955
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4",
2956
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4",
2957
                "shasum": ""
2958
            },
2959
            "require": {
2960
                "php": ">=5.3.3",
2961
                "symfony/intl": "~2.3|~3.0"
2962
            },
2963
            "suggest": {
2964
                "ext-intl": "For best performance"
2965
            },
2966
            "type": "library",
2967
            "extra": {
2968
                "branch-alias": {
2969
                    "dev-master": "1.3-dev"
2970
                }
2971
            },
2972
            "autoload": {
2973
                "files": [
2974
                    "bootstrap.php"
2975
                ]
2976
            },
2977
            "notification-url": "https://packagist.org/downloads/",
2978
            "license": [
2979
                "MIT"
2980
            ],
2981
            "authors": [
2982
                {
2983
                    "name": "Nicolas Grekas",
2984
                    "email": "[email protected]"
2985
                },
2986
                {
2987
                    "name": "Symfony Community",
2988
                    "homepage": "https://symfony.com/contributors"
2989
                }
2990
            ],
2991
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2992
            "homepage": "https://symfony.com",
2993
            "keywords": [
2994
                "compatibility",
2995
                "icu",
2996
                "intl",
2997
                "polyfill",
2998
                "portable",
2999
                "shim"
3000
            ],
3001
            "time": "2016-11-14T01:06:16+00:00"
3002
        },
3003
        {
3004
            "name": "symfony/polyfill-mbstring",
3005
            "version": "v1.3.0",
3006
            "source": {
3007
                "type": "git",
3008
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3009
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
3010
            },
3011
            "dist": {
3012
                "type": "zip",
3013
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
3014
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
3015
                "shasum": ""
3016
            },
3017
            "require": {
3018
                "php": ">=5.3.3"
3019
            },
3020
            "suggest": {
3021
                "ext-mbstring": "For best performance"
3022
            },
3023
            "type": "library",
3024
            "extra": {
3025
                "branch-alias": {
3026
                    "dev-master": "1.3-dev"
3027
                }
3028
            },
3029
            "autoload": {
3030
                "psr-4": {
3031
                    "Symfony\\Polyfill\\Mbstring\\": ""
3032
                },
3033
                "files": [
3034
                    "bootstrap.php"
3035
                ]
3036
            },
3037
            "notification-url": "https://packagist.org/downloads/",
3038
            "license": [
3039
                "MIT"
3040
            ],
3041
            "authors": [
3042
                {
3043
                    "name": "Nicolas Grekas",
3044
                    "email": "[email protected]"
3045
                },
3046
                {
3047
                    "name": "Symfony Community",
3048
                    "homepage": "https://symfony.com/contributors"
3049
                }
3050
            ],
3051
            "description": "Symfony polyfill for the Mbstring extension",
3052
            "homepage": "https://symfony.com",
3053
            "keywords": [
3054
                "compatibility",
3055
                "mbstring",
3056
                "polyfill",
3057
                "portable",
3058
                "shim"
3059
            ],
3060
            "time": "2016-11-14T01:06:16+00:00"
3061
        },
3062
        {
3063
            "name": "symfony/polyfill-php56",
3064
            "version": "v1.3.0",
3065
            "source": {
3066
                "type": "git",
3067
                "url": "https://github.com/symfony/polyfill-php56.git",
3068
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
3069
            },
3070
            "dist": {
3071
                "type": "zip",
3072
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
3073
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
3074
                "shasum": ""
3075
            },
3076
            "require": {
3077
                "php": ">=5.3.3",
3078
                "symfony/polyfill-util": "~1.0"
3079
            },
3080
            "type": "library",
3081
            "extra": {
3082
                "branch-alias": {
3083
                    "dev-master": "1.3-dev"
3084
                }
3085
            },
3086
            "autoload": {
3087
                "psr-4": {
3088
                    "Symfony\\Polyfill\\Php56\\": ""
3089
                },
3090
                "files": [
3091
                    "bootstrap.php"
3092
                ]
3093
            },
3094
            "notification-url": "https://packagist.org/downloads/",
3095
            "license": [
3096
                "MIT"
3097
            ],
3098
            "authors": [
3099
                {
3100
                    "name": "Nicolas Grekas",
3101
                    "email": "[email protected]"
3102
                },
3103
                {
3104
                    "name": "Symfony Community",
3105
                    "homepage": "https://symfony.com/contributors"
3106
                }
3107
            ],
3108
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3109
            "homepage": "https://symfony.com",
3110
            "keywords": [
3111
                "compatibility",
3112
                "polyfill",
3113
                "portable",
3114
                "shim"
3115
            ],
3116
            "time": "2016-11-14T01:06:16+00:00"
3117
        },
3118
        {
3119
            "name": "symfony/polyfill-php70",
3120
            "version": "v1.3.0",
3121
            "source": {
3122
                "type": "git",
3123
                "url": "https://github.com/symfony/polyfill-php70.git",
3124
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"
3125
            },
3126
            "dist": {
3127
                "type": "zip",
3128
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
3129
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
3130
                "shasum": ""
3131
            },
3132
            "require": {
3133
                "paragonie/random_compat": "~1.0|~2.0",
3134
                "php": ">=5.3.3"
3135
            },
3136
            "type": "library",
3137
            "extra": {
3138
                "branch-alias": {
3139
                    "dev-master": "1.3-dev"
3140
                }
3141
            },
3142
            "autoload": {
3143
                "psr-4": {
3144
                    "Symfony\\Polyfill\\Php70\\": ""
3145
                },
3146
                "files": [
3147
                    "bootstrap.php"
3148
                ],
3149
                "classmap": [
3150
                    "Resources/stubs"
3151
                ]
3152
            },
3153
            "notification-url": "https://packagist.org/downloads/",
3154
            "license": [
3155
                "MIT"
3156
            ],
3157
            "authors": [
3158
                {
3159
                    "name": "Nicolas Grekas",
3160
                    "email": "[email protected]"
3161
                },
3162
                {
3163
                    "name": "Symfony Community",
3164
                    "homepage": "https://symfony.com/contributors"
3165
                }
3166
            ],
3167
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3168
            "homepage": "https://symfony.com",
3169
            "keywords": [
3170
                "compatibility",
3171
                "polyfill",
3172
                "portable",
3173
                "shim"
3174
            ],
3175
            "time": "2016-11-14T01:06:16+00:00"
3176
        },
3177
        {
3178
            "name": "symfony/polyfill-util",
3179
            "version": "v1.3.0",
3180
            "source": {
3181
                "type": "git",
3182
                "url": "https://github.com/symfony/polyfill-util.git",
3183
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
3184
            },
3185
            "dist": {
3186
                "type": "zip",
3187
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
3188
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
3189
                "shasum": ""
3190
            },
3191
            "require": {
3192
                "php": ">=5.3.3"
3193
            },
3194
            "type": "library",
3195
            "extra": {
3196
                "branch-alias": {
3197
                    "dev-master": "1.3-dev"
3198
                }
3199
            },
3200
            "autoload": {
3201
                "psr-4": {
3202
                    "Symfony\\Polyfill\\Util\\": ""
3203
                }
3204
            },
3205
            "notification-url": "https://packagist.org/downloads/",
3206
            "license": [
3207
                "MIT"
3208
            ],
3209
            "authors": [
3210
                {
3211
                    "name": "Nicolas Grekas",
3212
                    "email": "[email protected]"
3213
                },
3214
                {
3215
                    "name": "Symfony Community",
3216
                    "homepage": "https://symfony.com/contributors"
3217
                }
3218
            ],
3219
            "description": "Symfony utilities for portability of PHP codes",
3220
            "homepage": "https://symfony.com",
3221
            "keywords": [
3222
                "compat",
3223
                "compatibility",
3224
                "polyfill",
3225
                "shim"
3226
            ],
3227
            "time": "2016-11-14T01:06:16+00:00"
3228
        },
3229
        {
3230
            "name": "symfony/swiftmailer-bundle",
3231
            "version": "v2.6.2",
3232
            "source": {
3233
                "type": "git",
3234
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3235
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75"
3236
            },
3237
            "dist": {
3238
                "type": "zip",
3239
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/deabc81120c2086571f7c4484ab785c5e1b84f75",
3240
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75",
3241
                "shasum": ""
3242
            },
3243
            "require": {
3244
                "php": ">=5.3.2",
3245
                "swiftmailer/swiftmailer": "~4.2|~5.0",
3246
                "symfony/config": "~2.7|~3.0",
3247
                "symfony/dependency-injection": "~2.7|~3.0",
3248
                "symfony/http-kernel": "~2.7|~3.0"
3249
            },
3250
            "require-dev": {
3251
                "symfony/console": "~2.7|~3.0",
3252
                "symfony/framework-bundle": "~2.7|~3.0",
3253
                "symfony/phpunit-bridge": "~3.3@dev",
3254
                "symfony/yaml": "~2.7|~3.0"
3255
            },
3256
            "suggest": {
3257
                "psr/log": "Allows logging"
3258
            },
3259
            "type": "symfony-bundle",
3260
            "extra": {
3261
                "branch-alias": {
3262
                    "dev-master": "2.6-dev"
3263
                }
3264
            },
3265
            "autoload": {
3266
                "psr-4": {
3267
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3268
                }
3269
            },
3270
            "notification-url": "https://packagist.org/downloads/",
3271
            "license": [
3272
                "MIT"
3273
            ],
3274
            "authors": [
3275
                {
3276
                    "name": "Symfony Community",
3277
                    "homepage": "http://symfony.com/contributors"
3278
                },
3279
                {
3280
                    "name": "Fabien Potencier",
3281
                    "email": "[email protected]"
3282
                }
3283
            ],
3284
            "description": "Symfony SwiftmailerBundle",
3285
            "homepage": "http://symfony.com",
3286
            "time": "2017-05-22T04:58:24+00:00"
3287
        },
3288
        {
3289
            "name": "symfony/symfony",
0 ignored issues
show
3290
            "version": "v3.2.8",
3291
            "source": {
3292
                "type": "git",
3293
                "url": "https://github.com/symfony/symfony.git",
3294
                "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df"
3295
            },
3296
            "dist": {
3297
                "type": "zip",
3298
                "url": "https://api.github.com/repos/symfony/symfony/zipball/85959c2abbe4d2f050f950f39c9c3cf83819f3df",
3299
                "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df",
3300
                "shasum": ""
3301
            },
3302
            "require": {
3303
                "doctrine/common": "~2.4",
3304
                "php": ">=5.5.9",
3305
                "psr/cache": "~1.0",
3306
                "psr/log": "~1.0",
3307
                "symfony/polyfill-intl-icu": "~1.0",
3308
                "symfony/polyfill-mbstring": "~1.0",
3309
                "symfony/polyfill-php56": "~1.0",
3310
                "symfony/polyfill-php70": "~1.0",
3311
                "symfony/polyfill-util": "~1.0",
3312
                "twig/twig": "~1.28|~2.0"
3313
            },
3314
            "conflict": {
3315
                "phpdocumentor/reflection-docblock": "<3.0",
3316
                "phpdocumentor/type-resolver": "<0.2.0",
3317
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3318
            },
3319
            "provide": {
3320
                "psr/cache-implementation": "1.0"
3321
            },
3322
            "replace": {
3323
                "symfony/asset": "self.version",
3324
                "symfony/browser-kit": "self.version",
3325
                "symfony/cache": "self.version",
3326
                "symfony/class-loader": "self.version",
3327
                "symfony/config": "self.version",
3328
                "symfony/console": "self.version",
3329
                "symfony/css-selector": "self.version",
3330
                "symfony/debug": "self.version",
3331
                "symfony/debug-bundle": "self.version",
3332
                "symfony/dependency-injection": "self.version",
3333
                "symfony/doctrine-bridge": "self.version",
3334
                "symfony/dom-crawler": "self.version",
3335
                "symfony/event-dispatcher": "self.version",
3336
                "symfony/expression-language": "self.version",
3337
                "symfony/filesystem": "self.version",
3338
                "symfony/finder": "self.version",
3339
                "symfony/form": "self.version",
3340
                "symfony/framework-bundle": "self.version",
3341
                "symfony/http-foundation": "self.version",
3342
                "symfony/http-kernel": "self.version",
3343
                "symfony/inflector": "self.version",
3344
                "symfony/intl": "self.version",
3345
                "symfony/ldap": "self.version",
3346
                "symfony/monolog-bridge": "self.version",
3347
                "symfony/options-resolver": "self.version",
3348
                "symfony/process": "self.version",
3349
                "symfony/property-access": "self.version",
3350
                "symfony/property-info": "self.version",
3351
                "symfony/proxy-manager-bridge": "self.version",
3352
                "symfony/routing": "self.version",
3353
                "symfony/security": "self.version",
3354
                "symfony/security-bundle": "self.version",
3355
                "symfony/security-core": "self.version",
3356
                "symfony/security-csrf": "self.version",
3357
                "symfony/security-guard": "self.version",
3358
                "symfony/security-http": "self.version",
3359
                "symfony/serializer": "self.version",
3360
                "symfony/stopwatch": "self.version",
3361
                "symfony/templating": "self.version",
3362
                "symfony/translation": "self.version",
3363
                "symfony/twig-bridge": "self.version",
3364
                "symfony/twig-bundle": "self.version",
3365
                "symfony/validator": "self.version",
3366
                "symfony/var-dumper": "self.version",
3367
                "symfony/web-profiler-bundle": "self.version",
3368
                "symfony/workflow": "self.version",
3369
                "symfony/yaml": "self.version"
3370
            },
3371
            "require-dev": {
3372
                "cache/integration-tests": "dev-master",
3373
                "doctrine/cache": "~1.6",
3374
                "doctrine/data-fixtures": "1.0.*",
3375
                "doctrine/dbal": "~2.4",
3376
                "doctrine/doctrine-bundle": "~1.4",
3377
                "doctrine/orm": "~2.4,>=2.4.5",
3378
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3379
                "monolog/monolog": "~1.11",
3380
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3381
                "phpdocumentor/reflection-docblock": "^3.0",
3382
                "predis/predis": "~1.0",
3383
                "sensio/framework-extra-bundle": "^3.0.2",
3384
                "symfony/phpunit-bridge": "~3.2",
3385
                "symfony/polyfill-apcu": "~1.1",
3386
                "symfony/security-acl": "~2.8|~3.0"
3387
            },
3388
            "type": "library",
3389
            "extra": {
3390
                "branch-alias": {
3391
                    "dev-master": "3.2-dev"
3392
                }
3393
            },
3394
            "autoload": {
3395
                "psr-4": {
3396
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3397
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3398
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3399
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3400
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3401
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3402
                    "Symfony\\Component\\": "src/Symfony/Component/"
3403
                },
3404
                "classmap": [
3405
                    "src/Symfony/Component/Intl/Resources/stubs"
3406
                ],
3407
                "exclude-from-classmap": [
3408
                    "**/Tests/"
3409
                ]
3410
            },
3411
            "notification-url": "https://packagist.org/downloads/",
3412
            "license": [
3413
                "MIT"
3414
            ],
3415
            "authors": [
3416
                {
3417
                    "name": "Fabien Potencier",
3418
                    "email": "[email protected]"
3419
                },
3420
                {
3421
                    "name": "Symfony Community",
3422
                    "homepage": "https://symfony.com/contributors"
3423
                }
3424
            ],
3425
            "description": "The Symfony PHP framework",
3426
            "homepage": "https://symfony.com",
3427
            "keywords": [
3428
                "framework"
3429
            ],
3430
            "time": "2017-05-01T17:47:03+00:00"
3431
        },
3432
        {
3433
            "name": "twig/twig",
3434
            "version": "v1.33.2",
3435
            "source": {
3436
                "type": "git",
3437
                "url": "https://github.com/twigphp/Twig.git",
3438
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
3439
            },
3440
            "dist": {
3441
                "type": "zip",
3442
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
3443
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
3444
                "shasum": ""
3445
            },
3446
            "require": {
3447
                "php": ">=5.2.7"
3448
            },
3449
            "require-dev": {
3450
                "psr/container": "^1.0",
3451
                "symfony/debug": "~2.7",
3452
                "symfony/phpunit-bridge": "~3.3@dev"
3453
            },
3454
            "type": "library",
3455
            "extra": {
3456
                "branch-alias": {
3457
                    "dev-master": "1.33-dev"
3458
                }
3459
            },
3460
            "autoload": {
3461
                "psr-0": {
3462
                    "Twig_": "lib/"
3463
                }
3464
            },
3465
            "notification-url": "https://packagist.org/downloads/",
3466
            "license": [
3467
                "BSD-3-Clause"
3468
            ],
3469
            "authors": [
3470
                {
3471
                    "name": "Fabien Potencier",
3472
                    "email": "[email protected]",
3473
                    "homepage": "http://fabien.potencier.org",
3474
                    "role": "Lead Developer"
3475
                },
3476
                {
3477
                    "name": "Armin Ronacher",
3478
                    "email": "[email protected]",
3479
                    "role": "Project Founder"
3480
                },
3481
                {
3482
                    "name": "Twig Team",
3483
                    "homepage": "http://twig.sensiolabs.org/contributors",
3484
                    "role": "Contributors"
3485
                }
3486
            ],
3487
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3488
            "homepage": "http://twig.sensiolabs.org",
3489
            "keywords": [
3490
                "templating"
3491
            ],
3492
            "time": "2017-04-20T17:39:48+00:00"
3493
        },
3494
        {
3495
            "name": "webmozart/assert",
3496
            "version": "1.2.0",
3497
            "source": {
3498
                "type": "git",
3499
                "url": "https://github.com/webmozart/assert.git",
3500
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3501
            },
3502
            "dist": {
3503
                "type": "zip",
3504
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3505
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3506
                "shasum": ""
3507
            },
3508
            "require": {
3509
                "php": "^5.3.3 || ^7.0"
3510
            },
3511
            "require-dev": {
3512
                "phpunit/phpunit": "^4.6",
3513
                "sebastian/version": "^1.0.1"
3514
            },
3515
            "type": "library",
3516
            "extra": {
3517
                "branch-alias": {
3518
                    "dev-master": "1.3-dev"
3519
                }
3520
            },
3521
            "autoload": {
3522
                "psr-4": {
3523
                    "Webmozart\\Assert\\": "src/"
3524
                }
3525
            },
3526
            "notification-url": "https://packagist.org/downloads/",
3527
            "license": [
3528
                "MIT"
3529
            ],
3530
            "authors": [
3531
                {
3532
                    "name": "Bernhard Schussek",
3533
                    "email": "[email protected]"
3534
                }
3535
            ],
3536
            "description": "Assertions to validate method input/output with nice error messages.",
3537
            "keywords": [
3538
                "assert",
3539
                "check",
3540
                "validate"
3541
            ],
3542
            "time": "2016-11-23T20:04:58+00:00"
3543
        },
3544
        {
3545
            "name": "willdurand/negotiation",
3546
            "version": "v2.3.1",
3547
            "source": {
3548
                "type": "git",
3549
                "url": "https://github.com/willdurand/Negotiation.git",
3550
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
3551
            },
3552
            "dist": {
3553
                "type": "zip",
3554
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
3555
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
3556
                "shasum": ""
3557
            },
3558
            "require": {
3559
                "php": ">=5.4.0"
3560
            },
3561
            "require-dev": {
3562
                "phpunit/phpunit": "~4.5"
3563
            },
3564
            "type": "library",
3565
            "extra": {
3566
                "branch-alias": {
3567
                    "dev-master": "2.3-dev"
3568
                }
3569
            },
3570
            "autoload": {
3571
                "psr-4": {
3572
                    "Negotiation\\": "src/Negotiation"
3573
                }
3574
            },
3575
            "notification-url": "https://packagist.org/downloads/",
3576
            "license": [
3577
                "MIT"
3578
            ],
3579
            "authors": [
3580
                {
3581
                    "name": "William Durand",
3582
                    "email": "[email protected]"
3583
                }
3584
            ],
3585
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
3586
            "homepage": "http://williamdurand.fr/Negotiation/",
3587
            "keywords": [
3588
                "accept",
3589
                "content",
3590
                "format",
3591
                "header",
3592
                "negotiation"
3593
            ],
3594
            "time": "2017-05-14T17:21:12+00:00"
3595
        },
3596
        {
3597
            "name": "zendframework/zend-code",
3598
            "version": "3.1.0",
3599
            "source": {
3600
                "type": "git",
3601
                "url": "https://github.com/zendframework/zend-code.git",
3602
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
3603
            },
3604
            "dist": {
3605
                "type": "zip",
3606
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
3607
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
3608
                "shasum": ""
3609
            },
3610
            "require": {
3611
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
3612
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3613
            },
3614
            "require-dev": {
3615
                "doctrine/annotations": "~1.0",
3616
                "ext-phar": "*",
3617
                "phpunit/phpunit": "^4.8.21",
3618
                "squizlabs/php_codesniffer": "^2.5",
3619
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3620
            },
3621
            "suggest": {
3622
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3623
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3624
            },
3625
            "type": "library",
3626
            "extra": {
3627
                "branch-alias": {
3628
                    "dev-master": "3.1-dev",
3629
                    "dev-develop": "3.2-dev"
3630
                }
3631
            },
3632
            "autoload": {
3633
                "psr-4": {
3634
                    "Zend\\Code\\": "src/"
3635
                }
3636
            },
3637
            "notification-url": "https://packagist.org/downloads/",
3638
            "license": [
3639
                "BSD-3-Clause"
3640
            ],
3641
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3642
            "homepage": "https://github.com/zendframework/zend-code",
3643
            "keywords": [
3644
                "code",
3645
                "zf2"
3646
            ],
3647
            "time": "2016-10-24T13:23:32+00:00"
3648
        },
3649
        {
3650
            "name": "zendframework/zend-eventmanager",
3651
            "version": "3.1.0",
3652
            "source": {
3653
                "type": "git",
3654
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3655
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d"
3656
            },
3657
            "dist": {
3658
                "type": "zip",
3659
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d",
3660
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d",
3661
                "shasum": ""
3662
            },
3663
            "require": {
3664
                "php": "^5.6 || ^7.0"
3665
            },
3666
            "require-dev": {
3667
                "athletic/athletic": "^0.1",
3668
                "container-interop/container-interop": "^1.1.0",
3669
                "phpunit/phpunit": "^5.6",
3670
                "zendframework/zend-coding-standard": "~1.0.0",
3671
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3672
            },
3673
            "suggest": {
3674
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3675
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3676
            },
3677
            "type": "library",
3678
            "extra": {
3679
                "branch-alias": {
3680
                    "dev-master": "3.1-dev",
3681
                    "dev-develop": "3.2-dev"
3682
                }
3683
            },
3684
            "autoload": {
3685
                "psr-4": {
3686
                    "Zend\\EventManager\\": "src/"
3687
                }
3688
            },
3689
            "notification-url": "https://packagist.org/downloads/",
3690
            "license": [
3691
                "BSD-3-Clause"
3692
            ],
3693
            "description": "Trigger and listen to events within a PHP application",
3694
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3695
            "keywords": [
3696
                "event",
3697
                "eventmanager",
3698
                "events",
3699
                "zf2"
3700
            ],
3701
            "time": "2016-12-19T21:47:12+00:00"
3702
        }
3703
    ],
3704
    "packages-dev": [
3705
        {
3706
            "name": "api-platform/schema-generator",
3707
            "version": "v1.2.0",
3708
            "source": {
3709
                "type": "git",
3710
                "url": "https://github.com/api-platform/schema-generator.git",
3711
                "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738"
3712
            },
3713
            "dist": {
3714
                "type": "zip",
3715
                "url": "https://api.github.com/repos/api-platform/schema-generator/zipball/6866df7c7f21ae128e461f85aba8af4c2ecdb738",
3716
                "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738",
3717
                "shasum": ""
3718
            },
3719
            "require": {
3720
                "easyrdf/easyrdf": "^0.9",
3721
                "ext-json": "*",
3722
                "friendsofphp/php-cs-fixer": "^1.12",
3723
                "league/html-to-markdown": "^4.0",
3724
                "php": ">=5.4",
3725
                "psr/log": "^1.0",
3726
                "symfony/config": "^2.7 || ^3.0",
3727
                "symfony/console": "^2.7 || ^3.0",
3728
                "symfony/yaml": "^2.7 || ^3.0",
3729
                "twig/twig": "^1.0"
3730
            },
3731
            "require-dev": {
3732
                "doctrine/orm": "^2.2",
3733
                "symfony/filesystem": "^2.7",
3734
                "symfony/validator": "^2.7"
3735
            },
3736
            "suggest": {
3737
                "doctrine/collections": "For Doctrine collections",
3738
                "doctrine/orm": "For Doctrine annotations",
3739
                "myclabs/php-enum": "For enumerations",
3740
                "symfony/validator": "For constraint annotations"
3741
            },
3742
            "bin": [
3743
                "bin/schema"
3744
            ],
3745
            "type": "library",
3746
            "autoload": {
3747
                "psr-4": {
3748
                    "ApiPlatform\\SchemaGenerator\\": "src/"
3749
                }
3750
            },
3751
            "notification-url": "https://packagist.org/downloads/",
3752
            "license": [
3753
                "MIT"
3754
            ],
3755
            "authors": [
3756
                {
3757
                    "name": "Kévin Dunglas",
3758
                    "email": "[email protected]"
3759
                }
3760
            ],
3761
            "description": "Various tools to generate a data model based on Schema.org vocables",
3762
            "homepage": "https://api-platform.com",
3763
            "keywords": [
3764
                "doctrine",
3765
                "entity",
3766
                "enum",
3767
                "model",
3768
                "schema.org",
3769
                "semantic",
3770
                "symfony"
3771
            ],
3772
            "time": "2016-11-24T13:47:23+00:00"
3773
        },
3774
        {
3775
            "name": "behat/behat",
3776
            "version": "v3.3.1",
3777
            "source": {
3778
                "type": "git",
3779
                "url": "https://github.com/Behat/Behat.git",
3780
                "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d"
3781
            },
3782
            "dist": {
3783
                "type": "zip",
3784
                "url": "https://api.github.com/repos/Behat/Behat/zipball/44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
3785
                "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
3786
                "shasum": ""
3787
            },
3788
            "require": {
3789
                "behat/gherkin": "^4.4.4",
3790
                "behat/transliterator": "^1.2",
3791
                "container-interop/container-interop": "^1.1",
3792
                "ext-mbstring": "*",
3793
                "php": ">=5.3.3",
3794
                "symfony/class-loader": "~2.1||~3.0",
3795
                "symfony/config": "~2.3||~3.0",
3796
                "symfony/console": "~2.5||~3.0",
3797
                "symfony/dependency-injection": "~2.1||~3.0",
3798
                "symfony/event-dispatcher": "~2.1||~3.0",
3799
                "symfony/translation": "~2.3||~3.0",
3800
                "symfony/yaml": "~2.1||~3.0"
3801
            },
3802
            "require-dev": {
3803
                "herrera-io/box": "~1.6.1",
3804
                "phpunit/phpunit": "~4.5",
3805
                "symfony/process": "~2.5|~3.0"
3806
            },
3807
            "suggest": {
3808
                "behat/mink-extension": "for integration with Mink testing framework",
3809
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
3810
                "behat/yii-extension": "for integration with Yii web framework"
3811
            },
3812
            "bin": [
3813
                "bin/behat"
3814
            ],
3815
            "type": "library",
3816
            "extra": {
3817
                "branch-alias": {
3818
                    "dev-master": "3.2.x-dev"
3819
                }
3820
            },
3821
            "autoload": {
3822
                "psr-0": {
3823
                    "Behat\\Behat": "src/",
3824
                    "Behat\\Testwork": "src/"
3825
                }
3826
            },
3827
            "notification-url": "https://packagist.org/downloads/",
3828
            "license": [
3829
                "MIT"
3830
            ],
3831
            "authors": [
3832
                {
3833
                    "name": "Konstantin Kudryashov",
3834
                    "email": "[email protected]",
3835
                    "homepage": "http://everzet.com"
3836
                }
3837
            ],
3838
            "description": "Scenario-oriented BDD framework for PHP 5.3",
3839
            "homepage": "http://behat.org/",
3840
            "keywords": [
3841
                "Agile",
3842
                "BDD",
3843
                "ScenarioBDD",
3844
                "Scrum",
3845
                "StoryBDD",
3846
                "User story",
3847
                "business",
3848
                "development",
3849
                "documentation",
3850
                "examples",
3851
                "symfony",
3852
                "testing"
3853
            ],
3854
            "time": "2017-05-15T16:49:16+00:00"
3855
        },
3856
        {
3857
            "name": "behat/gherkin",
3858
            "version": "v4.4.5",
3859
            "source": {
3860
                "type": "git",
3861
                "url": "https://github.com/Behat/Gherkin.git",
3862
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
3863
            },
3864
            "dist": {
3865
                "type": "zip",
3866
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
3867
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
3868
                "shasum": ""
3869
            },
3870
            "require": {
3871
                "php": ">=5.3.1"
3872
            },
3873
            "require-dev": {
3874
                "phpunit/phpunit": "~4.5|~5",
3875
                "symfony/phpunit-bridge": "~2.7|~3",
3876
                "symfony/yaml": "~2.3|~3"
3877
            },
3878
            "suggest": {
3879
                "symfony/yaml": "If you want to parse features, represented in YAML files"
3880
            },
3881
            "type": "library",
3882
            "extra": {
3883
                "branch-alias": {
3884
                    "dev-master": "4.4-dev"
3885
                }
3886
            },
3887
            "autoload": {
3888
                "psr-0": {
3889
                    "Behat\\Gherkin": "src/"
3890
                }
3891
            },
3892
            "notification-url": "https://packagist.org/downloads/",
3893
            "license": [
3894
                "MIT"
3895
            ],
3896
            "authors": [
3897
                {
3898
                    "name": "Konstantin Kudryashov",
3899
                    "email": "[email protected]",
3900
                    "homepage": "http://everzet.com"
3901
                }
3902
            ],
3903
            "description": "Gherkin DSL parser for PHP 5.3",
3904
            "homepage": "http://behat.org/",
3905
            "keywords": [
3906
                "BDD",
3907
                "Behat",
3908
                "Cucumber",
3909
                "DSL",
3910
                "gherkin",
3911
                "parser"
3912
            ],
3913
            "time": "2016-10-30T11:50:56+00:00"
3914
        },
3915
        {
3916
            "name": "behat/mink",
3917
            "version": "v1.7.1",
3918
            "source": {
3919
                "type": "git",
3920
                "url": "https://github.com/minkphp/Mink.git",
3921
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
3922
            },
3923
            "dist": {
3924
                "type": "zip",
3925
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3926
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
3927
                "shasum": ""
3928
            },
3929
            "require": {
3930
                "php": ">=5.3.1",
3931
                "symfony/css-selector": "~2.1|~3.0"
3932
            },
3933
            "require-dev": {
3934
                "symfony/phpunit-bridge": "~2.7|~3.0"
3935
            },
3936
            "suggest": {
3937
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
3938
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
3939
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
3940
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
3941
            },
3942
            "type": "library",
3943
            "extra": {
3944
                "branch-alias": {
3945
                    "dev-master": "1.7.x-dev"
3946
                }
3947
            },
3948
            "autoload": {
3949
                "psr-4": {
3950
                    "Behat\\Mink\\": "src/"
3951
                }
3952
            },
3953
            "notification-url": "https://packagist.org/downloads/",
3954
            "license": [
3955
                "MIT"
3956
            ],
3957
            "authors": [
3958
                {
3959
                    "name": "Konstantin Kudryashov",
3960
                    "email": "[email protected]",
3961
                    "homepage": "http://everzet.com"
3962
                }
3963
            ],
3964
            "description": "Browser controller/emulator abstraction for PHP",
3965
            "homepage": "http://mink.behat.org/",
3966
            "keywords": [
3967
                "browser",
3968
                "testing",
3969
                "web"
3970
            ],
3971
            "time": "2016-03-05T08:26:18+00:00"
3972
        },
3973
        {
3974
            "name": "behat/mink-browserkit-driver",
3975
            "version": "v1.3.2",
3976
            "source": {
3977
                "type": "git",
3978
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
3979
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
3980
            },
3981
            "dist": {
3982
                "type": "zip",
3983
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3984
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3985
                "shasum": ""
3986
            },
3987
            "require": {
3988
                "behat/mink": "^1.7.1@dev",
3989
                "php": ">=5.3.6",
3990
                "symfony/browser-kit": "~2.3|~3.0",
3991
                "symfony/dom-crawler": "~2.3|~3.0"
3992
            },
3993
            "require-dev": {
3994
                "silex/silex": "~1.2",
3995
                "symfony/phpunit-bridge": "~2.7|~3.0"
3996
            },
3997
            "type": "mink-driver",
3998
            "extra": {
3999
                "branch-alias": {
4000
                    "dev-master": "1.3.x-dev"
4001
                }
4002
            },
4003
            "autoload": {
4004
                "psr-4": {
4005
                    "Behat\\Mink\\Driver\\": "src/"
4006
                }
4007
            },
4008
            "notification-url": "https://packagist.org/downloads/",
4009
            "license": [
4010
                "MIT"
4011
            ],
4012
            "authors": [
4013
                {
4014
                    "name": "Konstantin Kudryashov",
4015
                    "email": "[email protected]",
4016
                    "homepage": "http://everzet.com"
4017
                }
4018
            ],
4019
            "description": "Symfony2 BrowserKit driver for Mink framework",
4020
            "homepage": "http://mink.behat.org/",
4021
            "keywords": [
4022
                "Mink",
4023
                "Symfony2",
4024
                "browser",
4025
                "testing"
4026
            ],
4027
            "time": "2016-03-05T08:59:47+00:00"
4028
        },
4029
        {
4030
            "name": "behat/mink-extension",
4031
            "version": "v2.2",
4032
            "source": {
4033
                "type": "git",
4034
                "url": "https://github.com/Behat/MinkExtension.git",
4035
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
4036
            },
4037
            "dist": {
4038
                "type": "zip",
4039
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
4040
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
4041
                "shasum": ""
4042
            },
4043
            "require": {
4044
                "behat/behat": "~3.0,>=3.0.5",
4045
                "behat/mink": "~1.5",
4046
                "php": ">=5.3.2",
4047
                "symfony/config": "~2.2|~3.0"
4048
            },
4049
            "require-dev": {
4050
                "behat/mink-goutte-driver": "~1.1",
4051
                "phpspec/phpspec": "~2.0"
4052
            },
4053
            "type": "behat-extension",
4054
            "extra": {
4055
                "branch-alias": {
4056
                    "dev-master": "2.1.x-dev"
4057
                }
4058
            },
4059
            "autoload": {
4060
                "psr-0": {
4061
                    "Behat\\MinkExtension": "src/"
4062
                }
4063
            },
4064
            "notification-url": "https://packagist.org/downloads/",
4065
            "license": [
4066
                "MIT"
4067
            ],
4068
            "authors": [
4069
                {
4070
                    "name": "Christophe Coevoet",
4071
                    "email": "[email protected]"
4072
                },
4073
                {
4074
                    "name": "Konstantin Kudryashov",
4075
                    "email": "[email protected]"
4076
                }
4077
            ],
4078
            "description": "Mink extension for Behat",
4079
            "homepage": "http://extensions.behat.org/mink",
4080
            "keywords": [
4081
                "browser",
4082
                "gui",
4083
                "test",
4084
                "web"
4085
            ],
4086
            "time": "2016-02-15T07:55:18+00:00"
4087
        },
4088
        {
4089
            "name": "behat/symfony2-extension",
4090
            "version": "2.1.1",
4091
            "source": {
4092
                "type": "git",
4093
                "url": "https://github.com/Behat/Symfony2Extension.git",
4094
                "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c"
4095
            },
4096
            "dist": {
4097
                "type": "zip",
4098
                "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/cb9ff0ff2f1a901379616d95cc701601d139160c",
4099
                "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c",
4100
                "shasum": ""
4101
            },
4102
            "require": {
4103
                "behat/behat": "~3.0,>=3.0.4",
4104
                "php": ">=5.3.3",
4105
                "symfony/framework-bundle": "~2.0|~3.0"
4106
            },
4107
            "require-dev": {
4108
                "behat/mink-browserkit-driver": "~1.0",
4109
                "behat/mink-extension": "~2.0",
4110
                "phpspec/phpspec": "~2.0",
4111
                "phpunit/phpunit": "~4.0",
4112
                "symfony/symfony": "~2.1|~3.0"
4113
            },
4114
            "type": "behat-extension",
4115
            "extra": {
4116
                "branch-alias": {
4117
                    "dev-master": "2.1.x-dev"
4118
                }
4119
            },
4120
            "autoload": {
4121
                "psr-0": {
4122
                    "Behat\\Symfony2Extension": "src/"
4123
                }
4124
            },
4125
            "notification-url": "https://packagist.org/downloads/",
4126
            "license": [
4127
                "MIT"
4128
            ],
4129
            "authors": [
4130
                {
4131
                    "name": "Christophe Coevoet",
4132
                    "email": "[email protected]"
4133
                },
4134
                {
4135
                    "name": "Konstantin Kudryashov",
4136
                    "email": "[email protected]"
4137
                }
4138
            ],
4139
            "description": "Symfony2 framework extension for Behat",
4140
            "homepage": "http://behat.org",
4141
            "keywords": [
4142
                "BDD",
4143
                "framework",
4144
                "symfony"
4145
            ],
4146
            "time": "2016-01-13T17:06:48+00:00"
4147
        },
4148
        {
4149
            "name": "behatch/contexts",
4150
            "version": "v2.7",
4151
            "source": {
4152
                "type": "git",
4153
                "url": "https://github.com/Behatch/contexts.git",
4154
                "reference": "bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c"
4155
            },
4156
            "dist": {
4157
                "type": "zip",
4158
                "url": "https://api.github.com/repos/Behatch/contexts/zipball/bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c",
4159
                "reference": "bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c",
4160
                "shasum": ""
4161
            },
4162
            "require": {
4163
                "behat/behat": "~3.0",
4164
                "behat/mink-extension": "~2.0",
4165
                "justinrainbow/json-schema": "~1.4",
4166
                "php": ">=5.4",
4167
                "symfony/http-foundation": "~2.3|~3.0",
4168
                "symfony/property-access": "~2.3|~3.0"
4169
            },
4170
            "replace": {
4171
                "sanpi/behatch-contexts": "self.version"
4172
            },
4173
            "require-dev": {
4174
                "atoum/atoum": "~2.8|~3.0",
4175
                "behat/mink-goutte-driver": "~1.1",
4176
                "behat/mink-selenium2-driver": "~1.2"
4177
            },
4178
            "type": "library",
4179
            "autoload": {
4180
                "psr-4": {
4181
                    "Behatch\\": "src/",
4182
                    "Sanpi\\Behatch\\": "src/class_aliases/"
4183
                }
4184
            },
4185
            "notification-url": "https://packagist.org/downloads/",
4186
            "license": [
4187
                "beerware"
4188
            ],
4189
            "description": "Behatch contexts",
4190
            "keywords": [
4191
                "BDD",
4192
                "Behat",
4193
                "Context",
4194
                "Symfony2"
4195
            ],
4196
            "time": "2017-04-14T08:47:09+00:00"
4197
        },
4198
        {
4199
            "name": "container-interop/container-interop",
4200
            "version": "1.2.0",
4201
            "source": {
4202
                "type": "git",
4203
                "url": "https://github.com/container-interop/container-interop.git",
4204
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
4205
            },
4206
            "dist": {
4207
                "type": "zip",
4208
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
4209
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
4210
                "shasum": ""
4211
            },
4212
            "require": {
4213
                "psr/container": "^1.0"
4214
            },
4215
            "type": "library",
4216
            "autoload": {
4217
                "psr-4": {
4218
                    "Interop\\Container\\": "src/Interop/Container/"
4219
                }
4220
            },
4221
            "notification-url": "https://packagist.org/downloads/",
4222
            "license": [
4223
                "MIT"
4224
            ],
4225
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
4226
            "homepage": "https://github.com/container-interop/container-interop",
4227
            "time": "2017-02-14T19:40:03+00:00"
4228
        },
4229
        {
4230
            "name": "doctrine/data-fixtures",
4231
            "version": "v1.2.2",
4232
            "source": {
4233
                "type": "git",
4234
                "url": "https://github.com/doctrine/data-fixtures.git",
4235
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
4236
            },
4237
            "dist": {
4238
                "type": "zip",
4239
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
4240
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
4241
                "shasum": ""
4242
            },
4243
            "require": {
4244
                "doctrine/common": "~2.2",
4245
                "php": "^5.6 || ^7.0"
4246
            },
4247
            "conflict": {
4248
                "doctrine/orm": "< 2.4"
4249
            },
4250
            "require-dev": {
4251
                "doctrine/dbal": "^2.5.4",
4252
                "doctrine/orm": "^2.5.4",
4253
                "phpunit/phpunit": "^5.4.6"
4254
            },
4255
            "suggest": {
4256
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
4257
                "doctrine/orm": "For loading ORM fixtures",
4258
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
4259
            },
4260
            "type": "library",
4261
            "extra": {
4262
                "branch-alias": {
4263
                    "dev-master": "1.3.x-dev"
4264
                }
4265
            },
4266
            "autoload": {
4267
                "psr-0": {
4268
                    "Doctrine\\Common\\DataFixtures": "lib/"
4269
                }
4270
            },
4271
            "notification-url": "https://packagist.org/downloads/",
4272
            "license": [
4273
                "MIT"
4274
            ],
4275
            "authors": [
4276
                {
4277
                    "name": "Jonathan Wage",
4278
                    "email": "[email protected]"
4279
                }
4280
            ],
4281
            "description": "Data Fixtures for all Doctrine Object Managers",
4282
            "homepage": "http://www.doctrine-project.org",
4283
            "keywords": [
4284
                "database"
4285
            ],
4286
            "time": "2016-09-20T10:07:57+00:00"
4287
        },
4288
        {
4289
            "name": "doctrine/doctrine-fixtures-bundle",
4290
            "version": "2.3.0",
4291
            "source": {
4292
                "type": "git",
4293
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
4294
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
4295
            },
4296
            "dist": {
4297
                "type": "zip",
4298
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
4299
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
4300
                "shasum": ""
4301
            },
4302
            "require": {
4303
                "doctrine/data-fixtures": "~1.0",
4304
                "doctrine/doctrine-bundle": "~1.0",
4305
                "php": ">=5.3.2",
4306
                "symfony/doctrine-bridge": "~2.3|~3.0"
4307
            },
4308
            "type": "symfony-bundle",
4309
            "extra": {
4310
                "branch-alias": {
4311
                    "dev-master": "2.2.x-dev"
4312
                }
4313
            },
4314
            "autoload": {
4315
                "psr-4": {
4316
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
4317
                }
4318
            },
4319
            "notification-url": "https://packagist.org/downloads/",
4320
            "license": [
4321
                "MIT"
4322
            ],
4323
            "authors": [
4324
                {
4325
                    "name": "Symfony Community",
4326
                    "homepage": "http://symfony.com/contributors"
4327
                },
4328
                {
4329
                    "name": "Doctrine Project",
4330
                    "homepage": "http://www.doctrine-project.org"
4331
                },
4332
                {
4333
                    "name": "Fabien Potencier",
4334
                    "email": "[email protected]"
4335
                }
4336
            ],
4337
            "description": "Symfony DoctrineFixturesBundle",
4338
            "homepage": "http://www.doctrine-project.org",
4339
            "keywords": [
4340
                "Fixture",
4341
                "persistence"
4342
            ],
4343
            "time": "2015-11-04T21:23:23+00:00"
4344
        },
4345
        {
4346
            "name": "easyrdf/easyrdf",
4347
            "version": "0.9.1",
4348
            "source": {
4349
                "type": "git",
4350
                "url": "https://github.com/njh/easyrdf.git",
4351
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
4352
            },
4353
            "dist": {
4354
                "type": "zip",
4355
                "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
4356
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
4357
                "shasum": ""
4358
            },
4359
            "require": {
4360
                "ext-mbstring": "*",
4361
                "ext-pcre": "*",
4362
                "php": ">=5.2.8"
4363
            },
4364
            "require-dev": {
4365
                "phpunit/phpunit": "~3.5",
4366
                "sami/sami": "~1.4",
4367
                "squizlabs/php_codesniffer": "~1.4.3"
4368
            },
4369
            "suggest": {
4370
                "ml/json-ld": "~1.0"
4371
            },
4372
            "type": "library",
4373
            "autoload": {
4374
                "psr-0": {
4375
                    "EasyRdf_": "lib/"
4376
                }
4377
            },
4378
            "notification-url": "https://packagist.org/downloads/",
4379
            "license": [
4380
                "BSD-3-Clause"
4381
            ],
4382
            "authors": [
4383
                {
4384
                    "name": "Nicholas Humfrey",
4385
                    "email": "[email protected]",
4386
                    "homepage": "http://www.aelius.com/njh/",
4387
                    "role": "Developer"
4388
                },
4389
                {
4390
                    "name": "Alexey Zakhlestin",
4391
                    "email": "[email protected]",
4392
                    "role": "Developer"
4393
                }
4394
            ],
4395
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
4396
            "homepage": "http://www.easyrdf.org/",
4397
            "keywords": [
4398
                "Linked Data",
4399
                "RDF",
4400
                "Semantic Web",
4401
                "Turtle",
4402
                "rdfa",
4403
                "sparql"
4404
            ],
4405
            "time": "2015-02-27T09:45:49+00:00"
4406
        },
4407
        {
4408
            "name": "friendsofphp/php-cs-fixer",
4409
            "version": "v1.13.1",
4410
            "source": {
4411
                "type": "git",
4412
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
4413
                "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088"
4414
            },
4415
            "dist": {
4416
                "type": "zip",
4417
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
4418
                "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
4419
                "shasum": ""
4420
            },
4421
            "require": {
4422
                "ext-tokenizer": "*",
4423
                "php": "^5.3.6 || >=7.0 <7.2",
4424
                "sebastian/diff": "^1.1",
4425
                "symfony/console": "^2.3 || ^3.0",
4426
                "symfony/event-dispatcher": "^2.1 || ^3.0",
4427
                "symfony/filesystem": "^2.1 || ^3.0",
4428
                "symfony/finder": "^2.1 || ^3.0",
4429
                "symfony/process": "^2.3 || ^3.0",
4430
                "symfony/stopwatch": "^2.5 || ^3.0"
4431
            },
4432
            "conflict": {
4433
                "hhvm": "<3.9"
4434
            },
4435
            "require-dev": {
4436
                "phpunit/phpunit": "^4.5|^5",
4437
                "satooshi/php-coveralls": "^1.0"
4438
            },
4439
            "bin": [
4440
                "php-cs-fixer"
4441
            ],
4442
            "type": "application",
4443
            "autoload": {
4444
                "psr-4": {
4445
                    "Symfony\\CS\\": "Symfony/CS/"
4446
                }
4447
            },
4448
            "notification-url": "https://packagist.org/downloads/",
4449
            "license": [
4450
                "MIT"
4451
            ],
4452
            "authors": [
4453
                {
4454
                    "name": "Dariusz Rumiński",
4455
                    "email": "[email protected]"
4456
                },
4457
                {
4458
                    "name": "Fabien Potencier",
4459
                    "email": "[email protected]"
4460
                }
4461
            ],
4462
            "description": "A tool to automatically fix PHP code style",
4463
            "time": "2016-12-01T00:05:05+00:00"
4464
        },
4465
        {
4466
            "name": "justinrainbow/json-schema",
4467
            "version": "1.6.1",
4468
            "source": {
4469
                "type": "git",
4470
                "url": "https://github.com/justinrainbow/json-schema.git",
4471
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
4472
            },
4473
            "dist": {
4474
                "type": "zip",
4475
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
4476
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
4477
                "shasum": ""
4478
            },
4479
            "require": {
4480
                "php": ">=5.3.29"
4481
            },
4482
            "require-dev": {
4483
                "json-schema/json-schema-test-suite": "1.1.0",
4484
                "phpdocumentor/phpdocumentor": "~2",
4485
                "phpunit/phpunit": "~3.7"
4486
            },
4487
            "bin": [
4488
                "bin/validate-json"
4489
            ],
4490
            "type": "library",
4491
            "extra": {
4492
                "branch-alias": {
4493
                    "dev-master": "1.6.x-dev"
4494
                }
4495
            },
4496
            "autoload": {
4497
                "psr-4": {
4498
                    "JsonSchema\\": "src/JsonSchema/"
4499
                }
4500
            },
4501
            "notification-url": "https://packagist.org/downloads/",
4502
            "license": [
4503
                "BSD-3-Clause"
4504
            ],
4505
            "authors": [
4506
                {
4507
                    "name": "Bruno Prieto Reis",
4508
                    "email": "[email protected]"
4509
                },
4510
                {
4511
                    "name": "Justin Rainbow",
4512
                    "email": "[email protected]"
4513
                },
4514
                {
4515
                    "name": "Igor Wiedler",
4516
                    "email": "[email protected]"
4517
                },
4518
                {
4519
                    "name": "Robert Schönthal",
4520
                    "email": "[email protected]"
4521
                }
4522
            ],
4523
            "description": "A library to validate a json schema.",
4524
            "homepage": "https://github.com/justinrainbow/json-schema",
4525
            "keywords": [
4526
                "json",
4527
                "schema"
4528
            ],
4529
            "time": "2016-01-25T15:43:01+00:00"
4530
        },
4531
        {
4532
            "name": "league/html-to-markdown",
4533
            "version": "4.4.1",
4534
            "source": {
4535
                "type": "git",
4536
                "url": "https://github.com/thephpleague/html-to-markdown.git",
4537
                "reference": "82ea375b5b2b1da1da222644c0565c695bf88186"
4538
            },
4539
            "dist": {
4540
                "type": "zip",
4541
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/82ea375b5b2b1da1da222644c0565c695bf88186",
4542
                "reference": "82ea375b5b2b1da1da222644c0565c695bf88186",
4543
                "shasum": ""
4544
            },
4545
            "require": {
4546
                "ext-dom": "*",
4547
                "ext-xml": "*",
4548
                "php": ">=5.3.3"
4549
            },
4550
            "require-dev": {
4551
                "mikehaertl/php-shellcommand": "~1.1.0",
4552
                "phpunit/phpunit": "4.*",
4553
                "scrutinizer/ocular": "~1.1"
4554
            },
4555
            "bin": [
4556
                "bin/html-to-markdown"
4557
            ],
4558
            "type": "library",
4559
            "extra": {
4560
                "branch-alias": {
4561
                    "dev-master": "4.5-dev"
4562
                }
4563
            },
4564
            "autoload": {
4565
                "psr-4": {
4566
                    "League\\HTMLToMarkdown\\": "src/"
4567
                }
4568
            },
4569
            "notification-url": "https://packagist.org/downloads/",
4570
            "license": [
4571
                "MIT"
4572
            ],
4573
            "authors": [
4574
                {
4575
                    "name": "Colin O'Dell",
4576
                    "email": "[email protected]",
4577
                    "homepage": "http://www.colinodell.com",
4578
                    "role": "Lead Developer"
4579
                },
4580
                {
4581
                    "name": "Nick Cernis",
4582
                    "email": "[email protected]",
4583
                    "homepage": "http://modernnerd.net",
4584
                    "role": "Original Author"
4585
                }
4586
            ],
4587
            "description": "An HTML-to-markdown conversion helper for PHP",
4588
            "homepage": "https://github.com/thephpleague/html-to-markdown",
4589
            "keywords": [
4590
                "html",
4591
                "markdown"
4592
            ],
4593
            "time": "2017-03-16T00:45:59+00:00"
4594
        },
4595
        {
4596
            "name": "psr/container",
4597
            "version": "1.0.0",
4598
            "source": {
4599
                "type": "git",
4600
                "url": "https://github.com/php-fig/container.git",
4601
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
4602
            },
4603
            "dist": {
4604
                "type": "zip",
4605
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4606
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4607
                "shasum": ""
4608
            },
4609
            "require": {
4610
                "php": ">=5.3.0"
4611
            },
4612
            "type": "library",
4613
            "extra": {
4614
                "branch-alias": {
4615
                    "dev-master": "1.0.x-dev"
4616
                }
4617
            },
4618
            "autoload": {
4619
                "psr-4": {
4620
                    "Psr\\Container\\": "src/"
4621
                }
4622
            },
4623
            "notification-url": "https://packagist.org/downloads/",
4624
            "license": [
4625
                "MIT"
4626
            ],
4627
            "authors": [
4628
                {
4629
                    "name": "PHP-FIG",
4630
                    "homepage": "http://www.php-fig.org/"
4631
                }
4632
            ],
4633
            "description": "Common Container Interface (PHP FIG PSR-11)",
4634
            "homepage": "https://github.com/php-fig/container",
4635
            "keywords": [
4636
                "PSR-11",
4637
                "container",
4638
                "container-interface",
4639
                "container-interop",
4640
                "psr"
4641
            ],
4642
            "time": "2017-02-14T16:28:37+00:00"
4643
        },
4644
        {
4645
            "name": "sebastian/diff",
4646
            "version": "1.4.3",
4647
            "source": {
4648
                "type": "git",
4649
                "url": "https://github.com/sebastianbergmann/diff.git",
4650
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
4651
            },
4652
            "dist": {
4653
                "type": "zip",
4654
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4655
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4656
                "shasum": ""
4657
            },
4658
            "require": {
4659
                "php": "^5.3.3 || ^7.0"
4660
            },
4661
            "require-dev": {
4662
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4663
            },
4664
            "type": "library",
4665
            "extra": {
4666
                "branch-alias": {
4667
                    "dev-master": "1.4-dev"
4668
                }
4669
            },
4670
            "autoload": {
4671
                "classmap": [
4672
                    "src/"
4673
                ]
4674
            },
4675
            "notification-url": "https://packagist.org/downloads/",
4676
            "license": [
4677
                "BSD-3-Clause"
4678
            ],
4679
            "authors": [
4680
                {
4681
                    "name": "Kore Nordmann",
4682
                    "email": "[email protected]"
4683
                },
4684
                {
4685
                    "name": "Sebastian Bergmann",
4686
                    "email": "[email protected]"
4687
                }
4688
            ],
4689
            "description": "Diff implementation",
4690
            "homepage": "https://github.com/sebastianbergmann/diff",
4691
            "keywords": [
4692
                "diff"
4693
            ],
4694
            "time": "2017-05-22T07:24:03+00:00"
4695
        },
4696
        {
4697
            "name": "sensio/generator-bundle",
4698
            "version": "v3.1.4",
4699
            "source": {
4700
                "type": "git",
4701
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4702
                "reference": "37f9f4e165b033fb76cc2320838321cc57140e65"
4703
            },
4704
            "dist": {
4705
                "type": "zip",
4706
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/37f9f4e165b033fb76cc2320838321cc57140e65",
4707
                "reference": "37f9f4e165b033fb76cc2320838321cc57140e65",
4708
                "shasum": ""
4709
            },
4710
            "require": {
4711
                "symfony/console": "~2.7|~3.0",
4712
                "symfony/framework-bundle": "~2.7|~3.0",
4713
                "symfony/process": "~2.7|~3.0",
4714
                "symfony/yaml": "~2.7|~3.0",
4715
                "twig/twig": "^1.28.2|^2.0"
4716
            },
4717
            "require-dev": {
4718
                "doctrine/orm": "~2.4",
4719
                "symfony/doctrine-bridge": "~2.7|~3.0",
4720
                "symfony/filesystem": "~2.7|~3.0",
4721
                "symfony/phpunit-bridge": "^3.3"
4722
            },
4723
            "type": "symfony-bundle",
4724
            "extra": {
4725
                "branch-alias": {
4726
                    "dev-master": "3.1.x-dev"
4727
                }
4728
            },
4729
            "autoload": {
4730
                "psr-4": {
4731
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
4732
                },
4733
                "exclude-from-classmap": [
4734
                    "/Tests/"
4735
                ]
4736
            },
4737
            "notification-url": "https://packagist.org/downloads/",
4738
            "license": [
4739
                "MIT"
4740
            ],
4741
            "authors": [
4742
                {
4743
                    "name": "Fabien Potencier",
4744
                    "email": "[email protected]"
4745
                }
4746
            ],
4747
            "description": "This bundle generates code for you",
4748
            "time": "2017-03-15T01:02:10+00:00"
4749
        },
4750
        {
4751
            "name": "symfony/phpunit-bridge",
4752
            "version": "v3.2.8",
4753
            "source": {
4754
                "type": "git",
4755
                "url": "https://github.com/symfony/phpunit-bridge.git",
4756
                "reference": "00916603c524b8048906de460b7ea0dfa1651281"
4757
            },
4758
            "dist": {
4759
                "type": "zip",
4760
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/00916603c524b8048906de460b7ea0dfa1651281",
4761
                "reference": "00916603c524b8048906de460b7ea0dfa1651281",
4762
                "shasum": ""
4763
            },
4764
            "require": {
4765
                "php": ">=5.3.3"
4766
            },
4767
            "conflict": {
4768
                "phpunit/phpunit": ">=6.0"
4769
            },
4770
            "suggest": {
4771
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
4772
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
4773
            },
4774
            "bin": [
4775
                "bin/simple-phpunit"
4776
            ],
4777
            "type": "symfony-bridge",
4778
            "extra": {
4779
                "branch-alias": {
4780
                    "dev-master": "3.2-dev"
4781
                }
4782
            },
4783
            "autoload": {
4784
                "files": [
4785
                    "bootstrap.php"
4786
                ],
4787
                "psr-4": {
4788
                    "Symfony\\Bridge\\PhpUnit\\": ""
4789
                },
4790
                "exclude-from-classmap": [
4791
                    "/Tests/"
4792
                ]
4793
            },
4794
            "notification-url": "https://packagist.org/downloads/",
4795
            "license": [
4796
                "MIT"
4797
            ],
4798
            "authors": [
4799
                {
4800
                    "name": "Nicolas Grekas",
4801
                    "email": "[email protected]"
4802
                },
4803
                {
4804
                    "name": "Symfony Community",
4805
                    "homepage": "https://symfony.com/contributors"
4806
                }
4807
            ],
4808
            "description": "Symfony PHPUnit Bridge",
4809
            "homepage": "https://symfony.com",
4810
            "time": "2017-04-12T14:13:17+00:00"
4811
        }
4812
    ],
4813
    "aliases": [],
4814
    "minimum-stability": "stable",
4815
    "stability-flags": {
4816
        "digitalstate/core": 20
4817
    },
4818
    "prefer-stable": false,
4819
    "prefer-lowest": false,
4820
    "platform": {
4821
        "php": ">=7.0"
4822
    },
4823
    "platform-dev": []
4824
}
4825