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