Failed Conditions
Pull Request — master (#2010)
by
unknown
63:13
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "7e4a710dfad670a6b9dbe972d253ffc8",
8
    "content-hash": "af0fed65716b85c3cae6f455bef74eda",
9
    "packages": [
10
        {
11
            "name": "composer/ca-bundle",
12
            "version": "1.0.3",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/composer/ca-bundle.git",
16
                "reference": "5df9ed0ed0c9506ea6404a23450854e5df15cc12"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/5df9ed0ed0c9506ea6404a23450854e5df15cc12",
21
                "reference": "5df9ed0ed0c9506ea6404a23450854e5df15cc12",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-openssl": "*",
26
                "ext-pcre": "*",
27
                "php": "^5.3.2 || ^7.0"
28
            },
29
            "require-dev": {
30
                "symfony/process": "^2.5 || ^3.0"
31
            },
32
            "suggest": {
33
                "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
34
            },
35
            "type": "library",
36
            "extra": {
37
                "branch-alias": {
38
                    "dev-master": "1.x-dev"
39
                }
40
            },
41
            "autoload": {
42
                "psr-4": {
43
                    "Composer\\CaBundle\\": "src"
44
                }
45
            },
46
            "notification-url": "https://packagist.org/downloads/",
47
            "license": [
48
                "MIT"
49
            ],
50
            "authors": [
51
                {
52
                    "name": "Jordi Boggiano",
53
                    "email": "[email protected]",
54
                    "homepage": "http://seld.be"
55
                }
56
            ],
57
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
58
            "keywords": [
59
                "cabundle",
60
                "cacert",
61
                "certificate",
62
                "ssl",
63
                "tls"
64
            ],
65
            "time": "2016-07-18 23:07:53"
66
        },
67
        {
68
            "name": "dflydev/doctrine-orm-service-provider",
69
            "version": "v1.0.7",
70
            "source": {
71
                "type": "git",
72
                "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider.git",
73
                "reference": "68f6805bbbedfdebccb9f24802f0484204b6a17d"
74
            },
75
            "dist": {
76
                "type": "zip",
77
                "url": "https://api.github.com/repos/dflydev/dflydev-doctrine-orm-service-provider/zipball/68f6805bbbedfdebccb9f24802f0484204b6a17d",
78
                "reference": "68f6805bbbedfdebccb9f24802f0484204b6a17d",
79
                "shasum": ""
80
            },
81
            "require": {
82
                "doctrine/orm": "~2.3",
83
                "php": ">=5.3.3",
84
                "pimple/pimple": "1.*@dev"
85
            },
86
            "require-dev": {
87
                "cilex/cilex": "1.*@dev",
88
                "cilex/console-service-provider": "@dev",
89
                "silex/silex": "1.*@dev"
90
            },
91
            "suggest": {
92
                "dflydev/psr0-resource-locator-service-provider": "1.0.*@dev"
93
            },
94
            "type": "library",
95
            "autoload": {
96
                "psr-0": {
97
                    "Dflydev\\Cilex\\Provider\\DoctrineOrm": "src",
98
                    "Dflydev\\Pimple\\Provider\\DoctrineOrm": "src",
99
                    "Dflydev\\Silex\\Provider\\DoctrineOrm": "src"
100
                }
101
            },
102
            "notification-url": "https://packagist.org/downloads/",
103
            "license": [
104
                "MIT"
105
            ],
106
            "authors": [
107
                {
108
                    "name": "Dragonfly Development Inc.",
109
                    "email": "[email protected]",
110
                    "homepage": "http://dflydev.com"
111
                },
112
                {
113
                    "name": "Beau Simensen",
114
                    "email": "[email protected]",
115
                    "homepage": "http://beausimensen.com"
116
                }
117
            ],
118
            "description": "Doctrine ORM Service Provider",
119
            "homepage": "http://dflydev.com/projects/doctrine-orm-service-provider/",
120
            "keywords": [
121
                "cilex",
122
                "doctrine",
123
                "orm",
124
                "pimple",
125
                "silex"
126
            ],
127
            "time": "2015-09-07 12:16:54"
128
        },
129
        {
130
            "name": "doctrine/annotations",
131
            "version": "v1.2.7",
132
            "source": {
133
                "type": "git",
134
                "url": "https://github.com/doctrine/annotations.git",
135
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
136
            },
137
            "dist": {
138
                "type": "zip",
139
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
140
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
141
                "shasum": ""
142
            },
143
            "require": {
144
                "doctrine/lexer": "1.*",
145
                "php": ">=5.3.2"
146
            },
147
            "require-dev": {
148
                "doctrine/cache": "1.*",
149
                "phpunit/phpunit": "4.*"
150
            },
151
            "type": "library",
152
            "extra": {
153
                "branch-alias": {
154
                    "dev-master": "1.3.x-dev"
155
                }
156
            },
157
            "autoload": {
158
                "psr-0": {
159
                    "Doctrine\\Common\\Annotations\\": "lib/"
160
                }
161
            },
162
            "notification-url": "https://packagist.org/downloads/",
163
            "license": [
164
                "MIT"
165
            ],
166
            "authors": [
167
                {
168
                    "name": "Roman Borschel",
169
                    "email": "[email protected]"
170
                },
171
                {
172
                    "name": "Benjamin Eberlei",
173
                    "email": "[email protected]"
174
                },
175
                {
176
                    "name": "Guilherme Blanco",
177
                    "email": "[email protected]"
178
                },
179
                {
180
                    "name": "Jonathan Wage",
181
                    "email": "[email protected]"
182
                },
183
                {
184
                    "name": "Johannes Schmitt",
185
                    "email": "[email protected]"
186
                }
187
            ],
188
            "description": "Docblock Annotations Parser",
189
            "homepage": "http://www.doctrine-project.org",
190
            "keywords": [
191
                "annotations",
192
                "docblock",
193
                "parser"
194
            ],
195
            "time": "2015-08-31 12:32:49"
196
        },
197
        {
198
            "name": "doctrine/cache",
199
            "version": "v1.5.4",
200
            "source": {
201
                "type": "git",
202
                "url": "https://github.com/doctrine/cache.git",
203
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
204
            },
205
            "dist": {
206
                "type": "zip",
207
                "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
208
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
209
                "shasum": ""
210
            },
211
            "require": {
212
                "php": ">=5.3.2"
213
            },
214
            "conflict": {
215
                "doctrine/common": ">2.2,<2.4"
216
            },
217
            "require-dev": {
218
                "phpunit/phpunit": ">=3.7",
219
                "predis/predis": "~1.0",
220
                "satooshi/php-coveralls": "~0.6"
221
            },
222
            "type": "library",
223
            "extra": {
224
                "branch-alias": {
225
                    "dev-master": "1.5.x-dev"
226
                }
227
            },
228
            "autoload": {
229
                "psr-4": {
230
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
231
                }
232
            },
233
            "notification-url": "https://packagist.org/downloads/",
234
            "license": [
235
                "MIT"
236
            ],
237
            "authors": [
238
                {
239
                    "name": "Roman Borschel",
240
                    "email": "[email protected]"
241
                },
242
                {
243
                    "name": "Benjamin Eberlei",
244
                    "email": "[email protected]"
245
                },
246
                {
247
                    "name": "Guilherme Blanco",
248
                    "email": "[email protected]"
249
                },
250
                {
251
                    "name": "Jonathan Wage",
252
                    "email": "[email protected]"
253
                },
254
                {
255
                    "name": "Johannes Schmitt",
256
                    "email": "[email protected]"
257
                }
258
            ],
259
            "description": "Caching library offering an object-oriented API for many cache backends",
260
            "homepage": "http://www.doctrine-project.org",
261
            "keywords": [
262
                "cache",
263
                "caching"
264
            ],
265
            "time": "2015-12-19 05:03:47"
266
        },
267
        {
268
            "name": "doctrine/collections",
269
            "version": "v1.3.0",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/doctrine/collections.git",
273
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
278
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
279
                "shasum": ""
280
            },
281
            "require": {
282
                "php": ">=5.3.2"
283
            },
284
            "require-dev": {
285
                "phpunit/phpunit": "~4.0"
286
            },
287
            "type": "library",
288
            "extra": {
289
                "branch-alias": {
290
                    "dev-master": "1.2.x-dev"
291
                }
292
            },
293
            "autoload": {
294
                "psr-0": {
295
                    "Doctrine\\Common\\Collections\\": "lib/"
296
                }
297
            },
298
            "notification-url": "https://packagist.org/downloads/",
299
            "license": [
300
                "MIT"
301
            ],
302
            "authors": [
303
                {
304
                    "name": "Roman Borschel",
305
                    "email": "[email protected]"
306
                },
307
                {
308
                    "name": "Benjamin Eberlei",
309
                    "email": "[email protected]"
310
                },
311
                {
312
                    "name": "Guilherme Blanco",
313
                    "email": "[email protected]"
314
                },
315
                {
316
                    "name": "Jonathan Wage",
317
                    "email": "[email protected]"
318
                },
319
                {
320
                    "name": "Johannes Schmitt",
321
                    "email": "[email protected]"
322
                }
323
            ],
324
            "description": "Collections Abstraction library",
325
            "homepage": "http://www.doctrine-project.org",
326
            "keywords": [
327
                "array",
328
                "collections",
329
                "iterator"
330
            ],
331
            "time": "2015-04-14 22:21:58"
332
        },
333
        {
334
            "name": "doctrine/common",
335
            "version": "v2.5.3",
336
            "source": {
337
                "type": "git",
338
                "url": "https://github.com/doctrine/common.git",
339
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
340
            },
341
            "dist": {
342
                "type": "zip",
343
                "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
344
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
345
                "shasum": ""
346
            },
347
            "require": {
348
                "doctrine/annotations": "1.*",
349
                "doctrine/cache": "1.*",
350
                "doctrine/collections": "1.*",
351
                "doctrine/inflector": "1.*",
352
                "doctrine/lexer": "1.*",
353
                "php": ">=5.3.2"
354
            },
355
            "require-dev": {
356
                "phpunit/phpunit": "~3.7"
357
            },
358
            "type": "library",
359
            "extra": {
360
                "branch-alias": {
361
                    "dev-master": "2.5.x-dev"
362
                }
363
            },
364
            "autoload": {
365
                "psr-0": {
366
                    "Doctrine\\Common\\": "lib/"
367
                }
368
            },
369
            "notification-url": "https://packagist.org/downloads/",
370
            "license": [
371
                "MIT"
372
            ],
373
            "authors": [
374
                {
375
                    "name": "Roman Borschel",
376
                    "email": "[email protected]"
377
                },
378
                {
379
                    "name": "Benjamin Eberlei",
380
                    "email": "[email protected]"
381
                },
382
                {
383
                    "name": "Guilherme Blanco",
384
                    "email": "[email protected]"
385
                },
386
                {
387
                    "name": "Jonathan Wage",
388
                    "email": "[email protected]"
389
                },
390
                {
391
                    "name": "Johannes Schmitt",
392
                    "email": "[email protected]"
393
                }
394
            ],
395
            "description": "Common Library for Doctrine projects",
396
            "homepage": "http://www.doctrine-project.org",
397
            "keywords": [
398
                "annotations",
399
                "collections",
400
                "eventmanager",
401
                "persistence",
402
                "spl"
403
            ],
404
            "time": "2015-12-25 13:10:16"
405
        },
406
        {
407
            "name": "doctrine/dbal",
408
            "version": "v2.5.5",
409
            "source": {
410
                "type": "git",
411
                "url": "https://github.com/doctrine/dbal.git",
412
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
413
            },
414
            "dist": {
415
                "type": "zip",
416
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
417
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
418
                "shasum": ""
419
            },
420
            "require": {
421
                "doctrine/common": ">=2.4,<2.7-dev",
422
                "php": ">=5.3.2"
423
            },
424
            "require-dev": {
425
                "phpunit/phpunit": "4.*",
426
                "symfony/console": "2.*||^3.0"
427
            },
428
            "suggest": {
429
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
430
            },
431
            "bin": [
432
                "bin/doctrine-dbal"
433
            ],
434
            "type": "library",
435
            "extra": {
436
                "branch-alias": {
437
                    "dev-master": "2.5.x-dev"
438
                }
439
            },
440
            "autoload": {
441
                "psr-0": {
442
                    "Doctrine\\DBAL\\": "lib/"
443
                }
444
            },
445
            "notification-url": "https://packagist.org/downloads/",
446
            "license": [
447
                "MIT"
448
            ],
449
            "authors": [
450
                {
451
                    "name": "Roman Borschel",
452
                    "email": "[email protected]"
453
                },
454
                {
455
                    "name": "Benjamin Eberlei",
456
                    "email": "[email protected]"
457
                },
458
                {
459
                    "name": "Guilherme Blanco",
460
                    "email": "[email protected]"
461
                },
462
                {
463
                    "name": "Jonathan Wage",
464
                    "email": "[email protected]"
465
                }
466
            ],
467
            "description": "Database Abstraction Layer",
468
            "homepage": "http://www.doctrine-project.org",
469
            "keywords": [
470
                "database",
471
                "dbal",
472
                "persistence",
473
                "queryobject"
474
            ],
475
            "time": "2016-09-09 19:13:33"
476
        },
477
        {
478
            "name": "doctrine/inflector",
479
            "version": "v1.1.0",
480
            "source": {
481
                "type": "git",
482
                "url": "https://github.com/doctrine/inflector.git",
483
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
484
            },
485
            "dist": {
486
                "type": "zip",
487
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
488
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
489
                "shasum": ""
490
            },
491
            "require": {
492
                "php": ">=5.3.2"
493
            },
494
            "require-dev": {
495
                "phpunit/phpunit": "4.*"
496
            },
497
            "type": "library",
498
            "extra": {
499
                "branch-alias": {
500
                    "dev-master": "1.1.x-dev"
501
                }
502
            },
503
            "autoload": {
504
                "psr-0": {
505
                    "Doctrine\\Common\\Inflector\\": "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
                    "name": "Johannes Schmitt",
531
                    "email": "[email protected]"
532
                }
533
            ],
534
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
535
            "homepage": "http://www.doctrine-project.org",
536
            "keywords": [
537
                "inflection",
538
                "pluralize",
539
                "singularize",
540
                "string"
541
            ],
542
            "time": "2015-11-06 14:35:42"
543
        },
544
        {
545
            "name": "doctrine/lexer",
546
            "version": "v1.0.1",
547
            "source": {
548
                "type": "git",
549
                "url": "https://github.com/doctrine/lexer.git",
550
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
551
            },
552
            "dist": {
553
                "type": "zip",
554
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
555
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
556
                "shasum": ""
557
            },
558
            "require": {
559
                "php": ">=5.3.2"
560
            },
561
            "type": "library",
562
            "extra": {
563
                "branch-alias": {
564
                    "dev-master": "1.0.x-dev"
565
                }
566
            },
567
            "autoload": {
568
                "psr-0": {
569
                    "Doctrine\\Common\\Lexer\\": "lib/"
570
                }
571
            },
572
            "notification-url": "https://packagist.org/downloads/",
573
            "license": [
574
                "MIT"
575
            ],
576
            "authors": [
577
                {
578
                    "name": "Roman Borschel",
579
                    "email": "[email protected]"
580
                },
581
                {
582
                    "name": "Guilherme Blanco",
583
                    "email": "[email protected]"
584
                },
585
                {
586
                    "name": "Johannes Schmitt",
587
                    "email": "[email protected]"
588
                }
589
            ],
590
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
591
            "homepage": "http://www.doctrine-project.org",
592
            "keywords": [
593
                "lexer",
594
                "parser"
595
            ],
596
            "time": "2014-09-09 13:34:57"
597
        },
598
        {
599
            "name": "doctrine/migrations",
600
            "version": "v1.0.0-alpha3",
601
            "source": {
602
                "type": "git",
603
                "url": "https://github.com/doctrine/migrations.git",
604
                "reference": "d2d18ef671b47a7d48fae54806adac87e82fe8e9"
605
            },
606
            "dist": {
607
                "type": "zip",
608
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/d2d18ef671b47a7d48fae54806adac87e82fe8e9",
609
                "reference": "d2d18ef671b47a7d48fae54806adac87e82fe8e9",
610
                "shasum": ""
611
            },
612
            "require": {
613
                "doctrine/dbal": "~2.0",
614
                "php": ">=5.3.2"
615
            },
616
            "require-dev": {
617
                "symfony/console": "2.*",
618
                "symfony/yaml": "2.*"
619
            },
620
            "suggest": {
621
                "symfony/console": "to run the migration from the console"
622
            },
623
            "type": "library",
624
            "extra": {
625
                "branch-alias": {
626
                    "dev-master": "1.0.x-dev"
627
                }
628
            },
629
            "autoload": {
630
                "psr-0": {
631
                    "Doctrine\\DBAL\\Migrations": "lib"
632
                }
633
            },
634
            "notification-url": "https://packagist.org/downloads/",
635
            "license": [
636
                "LGPL-2.1"
637
            ],
638
            "authors": [
639
                {
640
                    "name": "Benjamin Eberlei",
641
                    "email": "[email protected]"
642
                },
643
                {
644
                    "name": "Jonathan Wage",
645
                    "email": "[email protected]"
646
                }
647
            ],
648
            "description": "Database Schema migrations using Doctrine DBAL",
649
            "homepage": "http://www.doctrine-project.org",
650
            "keywords": [
651
                "database",
652
                "migrations"
653
            ],
654
            "time": "2015-03-22 13:09:02"
655
        },
656
        {
657
            "name": "doctrine/orm",
658
            "version": "v2.4.8",
659
            "source": {
660
                "type": "git",
661
                "url": "https://github.com/doctrine/doctrine2.git",
662
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
663
            },
664
            "dist": {
665
                "type": "zip",
666
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
667
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
668
                "shasum": ""
669
            },
670
            "require": {
671
                "doctrine/collections": "~1.1",
672
                "doctrine/dbal": "~2.4",
673
                "ext-pdo": "*",
674
                "php": ">=5.3.2",
675
                "symfony/console": "~2.0"
676
            },
677
            "require-dev": {
678
                "satooshi/php-coveralls": "dev-master",
679
                "symfony/yaml": "~2.1"
680
            },
681
            "suggest": {
682
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
683
            },
684
            "bin": [
685
                "bin/doctrine",
686
                "bin/doctrine.php"
687
            ],
688
            "type": "library",
689
            "extra": {
690
                "branch-alias": {
691
                    "dev-master": "2.4.x-dev"
692
                }
693
            },
694
            "autoload": {
695
                "psr-0": {
696
                    "Doctrine\\ORM\\": "lib/"
697
                }
698
            },
699
            "notification-url": "https://packagist.org/downloads/",
700
            "license": [
701
                "MIT"
702
            ],
703
            "authors": [
704
                {
705
                    "name": "Roman Borschel",
706
                    "email": "[email protected]"
707
                },
708
                {
709
                    "name": "Benjamin Eberlei",
710
                    "email": "[email protected]"
711
                },
712
                {
713
                    "name": "Guilherme Blanco",
714
                    "email": "[email protected]"
715
                },
716
                {
717
                    "name": "Jonathan Wage",
718
                    "email": "[email protected]"
719
                }
720
            ],
721
            "description": "Object-Relational-Mapper for PHP",
722
            "homepage": "http://www.doctrine-project.org",
723
            "keywords": [
724
                "database",
725
                "orm"
726
            ],
727
            "time": "2015-08-31 13:19:01"
728
        },
729
        {
730
            "name": "egulias/email-validator",
731
            "version": "1.2.13",
732
            "source": {
733
                "type": "git",
734
                "url": "https://github.com/egulias/EmailValidator.git",
735
                "reference": "b8bb147f46cc9790326ce2440a13be06cc5a63bb"
736
            },
737
            "dist": {
738
                "type": "zip",
739
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b8bb147f46cc9790326ce2440a13be06cc5a63bb",
740
                "reference": "b8bb147f46cc9790326ce2440a13be06cc5a63bb",
741
                "shasum": ""
742
            },
743
            "require": {
744
                "doctrine/lexer": "^1.0.1",
745
                "php": ">= 5.3.3"
746
            },
747
            "require-dev": {
748
                "phpunit/phpunit": "^4.8.24"
749
            },
750
            "type": "library",
751
            "extra": {
752
                "branch-alias": {
753
                    "dev-master": "2.0.x-dev"
754
                }
755
            },
756
            "autoload": {
757
                "psr-0": {
758
                    "Egulias\\": "src/"
759
                }
760
            },
761
            "notification-url": "https://packagist.org/downloads/",
762
            "license": [
763
                "MIT"
764
            ],
765
            "authors": [
766
                {
767
                    "name": "Eduardo Gulias Davis"
768
                }
769
            ],
770
            "description": "A library for validating emails",
771
            "homepage": "https://github.com/egulias/EmailValidator",
772
            "keywords": [
773
                "email",
774
                "emailvalidation",
775
                "emailvalidator",
776
                "validation",
777
                "validator"
778
            ],
779
            "time": "2016-07-03 21:52:18"
780
        },
781
        {
782
            "name": "guzzle/guzzle",
783
            "version": "v3.9.3",
784
            "source": {
785
                "type": "git",
786
                "url": "https://github.com/guzzle/guzzle3.git",
787
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
788
            },
789
            "dist": {
790
                "type": "zip",
791
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
792
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
793
                "shasum": ""
794
            },
795
            "require": {
796
                "ext-curl": "*",
797
                "php": ">=5.3.3",
798
                "symfony/event-dispatcher": "~2.1"
799
            },
800
            "replace": {
801
                "guzzle/batch": "self.version",
802
                "guzzle/cache": "self.version",
803
                "guzzle/common": "self.version",
804
                "guzzle/http": "self.version",
805
                "guzzle/inflection": "self.version",
806
                "guzzle/iterator": "self.version",
807
                "guzzle/log": "self.version",
808
                "guzzle/parser": "self.version",
809
                "guzzle/plugin": "self.version",
810
                "guzzle/plugin-async": "self.version",
811
                "guzzle/plugin-backoff": "self.version",
812
                "guzzle/plugin-cache": "self.version",
813
                "guzzle/plugin-cookie": "self.version",
814
                "guzzle/plugin-curlauth": "self.version",
815
                "guzzle/plugin-error-response": "self.version",
816
                "guzzle/plugin-history": "self.version",
817
                "guzzle/plugin-log": "self.version",
818
                "guzzle/plugin-md5": "self.version",
819
                "guzzle/plugin-mock": "self.version",
820
                "guzzle/plugin-oauth": "self.version",
821
                "guzzle/service": "self.version",
822
                "guzzle/stream": "self.version"
823
            },
824
            "require-dev": {
825
                "doctrine/cache": "~1.3",
826
                "monolog/monolog": "~1.0",
827
                "phpunit/phpunit": "3.7.*",
828
                "psr/log": "~1.0",
829
                "symfony/class-loader": "~2.1",
830
                "zendframework/zend-cache": "2.*,<2.3",
831
                "zendframework/zend-log": "2.*,<2.3"
832
            },
833
            "suggest": {
834
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
835
            },
836
            "type": "library",
837
            "extra": {
838
                "branch-alias": {
839
                    "dev-master": "3.9-dev"
840
                }
841
            },
842
            "autoload": {
843
                "psr-0": {
844
                    "Guzzle": "src/",
845
                    "Guzzle\\Tests": "tests/"
846
                }
847
            },
848
            "notification-url": "https://packagist.org/downloads/",
849
            "license": [
850
                "MIT"
851
            ],
852
            "authors": [
853
                {
854
                    "name": "Michael Dowling",
855
                    "email": "[email protected]",
856
                    "homepage": "https://github.com/mtdowling"
857
                },
858
                {
859
                    "name": "Guzzle Community",
860
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
861
                }
862
            ],
863
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
864
            "homepage": "http://guzzlephp.org/",
865
            "keywords": [
866
                "client",
867
                "curl",
868
                "framework",
869
                "http",
870
                "http client",
871
                "rest",
872
                "web service"
873
            ],
874
            "abandoned": "guzzlehttp/guzzle",
875
            "time": "2015-03-18 18:23:50"
876
        },
877
        {
878
            "name": "jdorn/sql-formatter",
879
            "version": "v1.2.17",
880
            "source": {
881
                "type": "git",
882
                "url": "https://github.com/jdorn/sql-formatter.git",
883
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
884
            },
885
            "dist": {
886
                "type": "zip",
887
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
888
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
889
                "shasum": ""
890
            },
891
            "require": {
892
                "php": ">=5.2.4"
893
            },
894
            "require-dev": {
895
                "phpunit/phpunit": "3.7.*"
896
            },
897
            "type": "library",
898
            "extra": {
899
                "branch-alias": {
900
                    "dev-master": "1.3.x-dev"
901
                }
902
            },
903
            "autoload": {
904
                "classmap": [
905
                    "lib"
906
                ]
907
            },
908
            "notification-url": "https://packagist.org/downloads/",
909
            "license": [
910
                "MIT"
911
            ],
912
            "authors": [
913
                {
914
                    "name": "Jeremy Dorn",
915
                    "email": "[email protected]",
916
                    "homepage": "http://jeremydorn.com/"
917
                }
918
            ],
919
            "description": "a PHP SQL highlighting library",
920
            "homepage": "https://github.com/jdorn/sql-formatter/",
921
            "keywords": [
922
                "highlight",
923
                "sql"
924
            ],
925
            "time": "2014-01-12 16:20:24"
926
        },
927
        {
928
            "name": "knplabs/console-service-provider",
929
            "version": "v1.0",
930
            "source": {
931
                "type": "git",
932
                "url": "https://github.com/KnpLabs/ConsoleServiceProvider.git",
933
                "reference": "1f1a3315409814d01702a47a8823549c6996de41"
934
            },
935
            "dist": {
936
                "type": "zip",
937
                "url": "https://api.github.com/repos/KnpLabs/ConsoleServiceProvider/zipball/1f1a3315409814d01702a47a8823549c6996de41",
938
                "reference": "1f1a3315409814d01702a47a8823549c6996de41",
939
                "shasum": ""
940
            },
941
            "require": {
942
                "php": ">=5.3.2",
943
                "symfony/console": "~2.1"
944
            },
945
            "type": "library",
946
            "autoload": {
947
                "psr-0": {
948
                    "Knp\\": ""
949
                }
950
            },
951
            "notification-url": "https://packagist.org/downloads/",
952
            "license": [
953
                "MIT"
954
            ],
955
            "authors": [
956
                {
957
                    "name": "Knplabs",
958
                    "homepage": "http://knplabs.com"
959
                }
960
            ],
961
            "description": "console service provider for Silex",
962
            "homepage": "http://knplabs.com",
963
            "keywords": [
964
                "console",
965
                "silex"
966
            ],
967
            "time": "2013-06-13 12:43:39"
968
        },
969
        {
970
            "name": "knplabs/knp-components",
971
            "version": "1.3.3",
972
            "source": {
973
                "type": "git",
974
                "url": "https://github.com/KnpLabs/knp-components.git",
975
                "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da"
976
            },
977
            "dist": {
978
                "type": "zip",
979
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/bc49e739d1cce94d783b1e23bc5b263b38dc47da",
980
                "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da",
981
                "shasum": ""
982
            },
983
            "require": {
984
                "php": ">=5.3.2"
985
            },
986
            "require-dev": {
987
                "doctrine/mongodb-odm": "~1.0@beta",
988
                "doctrine/orm": "~2.4",
989
                "doctrine/phpcr-odm": "~1.2",
990
                "jackalope/jackalope-doctrine-dbal": "~1.2",
991
                "phpunit/phpunit": "~4.2",
992
                "ruflin/elastica": "~1.0",
993
                "symfony/event-dispatcher": "~2.5"
994
            },
995
            "suggest": {
996
                "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
997
                "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
998
                "doctrine/orm": "to allow usage pagination with Doctrine ORM",
999
                "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
1000
                "propel/propel1": "to allow usage pagination with Propel ORM",
1001
                "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
1002
                "solarium/solarium": "to allow usage pagination with Solarium Client"
1003
            },
1004
            "type": "library",
1005
            "extra": {
1006
                "branch-alias": {
1007
                    "dev-master": "1.3.x-dev"
1008
                }
1009
            },
1010
            "autoload": {
1011
                "psr-0": {
1012
                    "Knp\\Component": "src"
1013
                }
1014
            },
1015
            "notification-url": "https://packagist.org/downloads/",
1016
            "license": [
1017
                "MIT"
1018
            ],
1019
            "authors": [
1020
                {
1021
                    "name": "KnpLabs Team",
1022
                    "homepage": "http://knplabs.com"
1023
                },
1024
                {
1025
                    "name": "Symfony Community",
1026
                    "homepage": "http://github.com/KnpLabs/knp-components/contributors"
1027
                }
1028
            ],
1029
            "description": "Knplabs component library",
1030
            "homepage": "http://github.com/KnpLabs/knp-components",
1031
            "keywords": [
1032
                "components",
1033
                "knp",
1034
                "knplabs",
1035
                "pager",
1036
                "paginator"
1037
            ],
1038
            "time": "2016-04-21 06:26:20"
1039
        },
1040
        {
1041
            "name": "monolog/monolog",
1042
            "version": "1.21.0",
1043
            "source": {
1044
                "type": "git",
1045
                "url": "https://github.com/Seldaek/monolog.git",
1046
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
1047
            },
1048
            "dist": {
1049
                "type": "zip",
1050
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1051
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1052
                "shasum": ""
1053
            },
1054
            "require": {
1055
                "php": ">=5.3.0",
1056
                "psr/log": "~1.0"
1057
            },
1058
            "provide": {
1059
                "psr/log-implementation": "1.0.0"
1060
            },
1061
            "require-dev": {
1062
                "aws/aws-sdk-php": "^2.4.9",
1063
                "doctrine/couchdb": "~1.0@dev",
1064
                "graylog2/gelf-php": "~1.0",
1065
                "jakub-onderka/php-parallel-lint": "0.9",
1066
                "php-amqplib/php-amqplib": "~2.4",
1067
                "php-console/php-console": "^3.1.3",
1068
                "phpunit/phpunit": "~4.5",
1069
                "phpunit/phpunit-mock-objects": "2.3.0",
1070
                "ruflin/elastica": ">=0.90 <3.0",
1071
                "sentry/sentry": "^0.13",
1072
                "swiftmailer/swiftmailer": "~5.3"
1073
            },
1074
            "suggest": {
1075
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1076
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1077
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1078
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1079
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1080
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1081
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1082
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1083
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1084
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1085
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1086
            },
1087
            "type": "library",
1088
            "extra": {
1089
                "branch-alias": {
1090
                    "dev-master": "2.0.x-dev"
1091
                }
1092
            },
1093
            "autoload": {
1094
                "psr-4": {
1095
                    "Monolog\\": "src/Monolog"
1096
                }
1097
            },
1098
            "notification-url": "https://packagist.org/downloads/",
1099
            "license": [
1100
                "MIT"
1101
            ],
1102
            "authors": [
1103
                {
1104
                    "name": "Jordi Boggiano",
1105
                    "email": "[email protected]",
1106
                    "homepage": "http://seld.be"
1107
                }
1108
            ],
1109
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1110
            "homepage": "http://github.com/Seldaek/monolog",
1111
            "keywords": [
1112
                "log",
1113
                "logging",
1114
                "psr-3"
1115
            ],
1116
            "time": "2016-07-29 03:23:52"
1117
        },
1118
        {
1119
            "name": "nesbot/carbon",
1120
            "version": "1.21.0",
1121
            "source": {
1122
                "type": "git",
1123
                "url": "https://github.com/briannesbitt/Carbon.git",
1124
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
1125
            },
1126
            "dist": {
1127
                "type": "zip",
1128
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1129
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1130
                "shasum": ""
1131
            },
1132
            "require": {
1133
                "php": ">=5.3.0",
1134
                "symfony/translation": "~2.6|~3.0"
1135
            },
1136
            "require-dev": {
1137
                "phpunit/phpunit": "~4.0|~5.0"
1138
            },
1139
            "type": "library",
1140
            "autoload": {
1141
                "psr-4": {
1142
                    "Carbon\\": "src/Carbon/"
1143
                }
1144
            },
1145
            "notification-url": "https://packagist.org/downloads/",
1146
            "license": [
1147
                "MIT"
1148
            ],
1149
            "authors": [
1150
                {
1151
                    "name": "Brian Nesbitt",
1152
                    "email": "[email protected]",
1153
                    "homepage": "http://nesbot.com"
1154
                }
1155
            ],
1156
            "description": "A simple API extension for DateTime.",
1157
            "homepage": "http://carbon.nesbot.com",
1158
            "keywords": [
1159
                "date",
1160
                "datetime",
1161
                "time"
1162
            ],
1163
            "time": "2015-11-04 20:07:17"
1164
        },
1165
        {
1166
            "name": "paragonie/random_compat",
1167
            "version": "v1.4.1",
1168
            "source": {
1169
                "type": "git",
1170
                "url": "https://github.com/paragonie/random_compat.git",
1171
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1172
            },
1173
            "dist": {
1174
                "type": "zip",
1175
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1176
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1177
                "shasum": ""
1178
            },
1179
            "require": {
1180
                "php": ">=5.2.0"
1181
            },
1182
            "require-dev": {
1183
                "phpunit/phpunit": "4.*|5.*"
1184
            },
1185
            "suggest": {
1186
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1187
            },
1188
            "type": "library",
1189
            "autoload": {
1190
                "files": [
1191
                    "lib/random.php"
1192
                ]
1193
            },
1194
            "notification-url": "https://packagist.org/downloads/",
1195
            "license": [
1196
                "MIT"
1197
            ],
1198
            "authors": [
1199
                {
1200
                    "name": "Paragon Initiative Enterprises",
1201
                    "email": "[email protected]",
1202
                    "homepage": "https://paragonie.com"
1203
                }
1204
            ],
1205
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1206
            "keywords": [
1207
                "csprng",
1208
                "pseudorandom",
1209
                "random"
1210
            ],
1211
            "time": "2016-03-18 20:34:03"
1212
        },
1213
        {
1214
            "name": "pimple/pimple",
1215
            "version": "v1.1.1",
1216
            "source": {
1217
                "type": "git",
1218
                "url": "https://github.com/silexphp/Pimple.git",
1219
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
1220
            },
1221
            "dist": {
1222
                "type": "zip",
1223
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
1224
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
1225
                "shasum": ""
1226
            },
1227
            "require": {
1228
                "php": ">=5.3.0"
1229
            },
1230
            "type": "library",
1231
            "extra": {
1232
                "branch-alias": {
1233
                    "dev-master": "1.1.x-dev"
1234
                }
1235
            },
1236
            "autoload": {
1237
                "psr-0": {
1238
                    "Pimple": "lib/"
1239
                }
1240
            },
1241
            "notification-url": "https://packagist.org/downloads/",
1242
            "license": [
1243
                "MIT"
1244
            ],
1245
            "authors": [
1246
                {
1247
                    "name": "Fabien Potencier",
1248
                    "email": "[email protected]"
1249
                }
1250
            ],
1251
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
1252
            "homepage": "http://pimple.sensiolabs.org",
1253
            "keywords": [
1254
                "container",
1255
                "dependency injection"
1256
            ],
1257
            "time": "2013-11-22 08:30:29"
1258
        },
1259
        {
1260
            "name": "psr/log",
1261
            "version": "1.0.2",
1262
            "source": {
1263
                "type": "git",
1264
                "url": "https://github.com/php-fig/log.git",
1265
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1266
            },
1267
            "dist": {
1268
                "type": "zip",
1269
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1270
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1271
                "shasum": ""
1272
            },
1273
            "require": {
1274
                "php": ">=5.3.0"
1275
            },
1276
            "type": "library",
1277
            "extra": {
1278
                "branch-alias": {
1279
                    "dev-master": "1.0.x-dev"
1280
                }
1281
            },
1282
            "autoload": {
1283
                "psr-4": {
1284
                    "Psr\\Log\\": "Psr/Log/"
1285
                }
1286
            },
1287
            "notification-url": "https://packagist.org/downloads/",
1288
            "license": [
1289
                "MIT"
1290
            ],
1291
            "authors": [
1292
                {
1293
                    "name": "PHP-FIG",
1294
                    "homepage": "http://www.php-fig.org/"
1295
                }
1296
            ],
1297
            "description": "Common interface for logging libraries",
1298
            "homepage": "https://github.com/php-fig/log",
1299
            "keywords": [
1300
                "log",
1301
                "psr",
1302
                "psr-3"
1303
            ],
1304
            "time": "2016-10-10 12:19:37"
1305
        },
1306
        {
1307
            "name": "saxulum/saxulum-doctrine-orm-manager-registry-provider",
1308
            "version": "2.2.4",
1309
            "source": {
1310
                "type": "git",
1311
                "url": "https://github.com/saxulum/saxulum-doctrine-orm-manager-registry-provider.git",
1312
                "reference": "52cccf731aca0a58a8d9dc2e98e1b265e4e9c546"
1313
            },
1314
            "dist": {
1315
                "type": "zip",
1316
                "url": "https://api.github.com/repos/saxulum/saxulum-doctrine-orm-manager-registry-provider/zipball/52cccf731aca0a58a8d9dc2e98e1b265e4e9c546",
1317
                "reference": "52cccf731aca0a58a8d9dc2e98e1b265e4e9c546",
1318
                "shasum": ""
1319
            },
1320
            "require": {
1321
                "dflydev/doctrine-orm-service-provider": "~1.0.4",
1322
                "php": ">=5.3.3,<8.0",
1323
                "pimple/pimple": "~1.0"
1324
            },
1325
            "require-dev": {
1326
                "phpunit/phpunit": "3.7.*",
1327
                "saxulum/saxulum-console": "~2.2",
1328
                "saxulum/saxulum-doctrine-orm-commands": "~1.2",
1329
                "silex/silex": "~1.2",
1330
                "symfony/doctrine-bridge": "~2.2|~3.0",
1331
                "symfony/form": "~2.2|~3.0",
1332
                "symfony/validator": "~2.2|~3.0"
1333
            },
1334
            "suggest": {
1335
                "saxulum/saxulum-console": "~2.2",
1336
                "saxulum/saxulum-doctrine-orm-commands": "~1.2",
1337
                "silex/silex": "~1.2",
1338
                "symfony/doctrine-bridge": "~2.2|~3.0",
1339
                "symfony/form": "~2.2|~3.0",
1340
                "symfony/validator": "~2.2|~3.0"
1341
            },
1342
            "type": "library",
1343
            "autoload": {
1344
                "psr-4": {
1345
                    "Saxulum\\DoctrineOrmManagerRegistry\\": "src/"
1346
                }
1347
            },
1348
            "notification-url": "https://packagist.org/downloads/",
1349
            "license": [
1350
                "MIT"
1351
            ],
1352
            "authors": [
1353
                {
1354
                    "name": "Dominik Zogg",
1355
                    "email": "[email protected]"
1356
                }
1357
            ],
1358
            "description": "Saxulum Doctrine ORM Manager Registry Provider",
1359
            "keywords": [
1360
                "cilex",
1361
                "doctrine",
1362
                "orm",
1363
                "pimple",
1364
                "registrymanager",
1365
                "silex"
1366
            ],
1367
            "time": "2015-12-01 11:55:24"
1368
        },
1369
        {
1370
            "name": "saxulum/saxulum-webprofiler-provider",
1371
            "version": "1.3.2",
1372
            "source": {
1373
                "type": "git",
1374
                "url": "https://github.com/saxulum/saxulum-webprofiler-provider.git",
1375
                "reference": "acdbd7a2ef0b6f5d903a031ee5f300d9ddd3236e"
1376
            },
1377
            "dist": {
1378
                "type": "zip",
1379
                "url": "https://api.github.com/repos/saxulum/saxulum-webprofiler-provider/zipball/acdbd7a2ef0b6f5d903a031ee5f300d9ddd3236e",
1380
                "reference": "acdbd7a2ef0b6f5d903a031ee5f300d9ddd3236e",
1381
                "shasum": ""
1382
            },
1383
            "require": {
1384
                "jdorn/sql-formatter": "~1.1",
1385
                "php": ">=5.3.9,<8.0",
1386
                "psr/log": "1.0.*",
1387
                "silex/silex": "~1.0",
1388
                "silex/web-profiler": "~1.0"
1389
            },
1390
            "require-dev": {
1391
                "phpunit/phpunit": "~4.0",
1392
                "saxulum/saxulum-doctrine-mongodb-odm-manager-registry-provider": "~1.0",
1393
                "saxulum/saxulum-doctrine-orm-manager-registry-provider": "~2.0"
1394
            },
1395
            "type": "library",
1396
            "autoload": {
1397
                "psr-4": {
1398
                    "Saxulum\\SaxulumWebProfiler\\": "src"
1399
                }
1400
            },
1401
            "notification-url": "https://packagist.org/downloads/",
1402
            "license": [
1403
                "MIT"
1404
            ],
1405
            "authors": [
1406
                {
1407
                    "name": "Dominik Zogg",
1408
                    "email": "[email protected]"
1409
                }
1410
            ],
1411
            "description": "A extended webprofiler for saxulum (silex)",
1412
            "keywords": [
1413
                "saxulum",
1414
                "silex",
1415
                "webprofiler"
1416
            ],
1417
            "time": "2016-07-04 18:40:58"
1418
        },
1419
        {
1420
            "name": "silex/silex",
1421
            "version": "v1.3.5",
1422
            "source": {
1423
                "type": "git",
1424
                "url": "https://github.com/silexphp/Silex.git",
1425
                "reference": "374c7e04040a6f781c90f7d746726a5daa78e783"
1426
            },
1427
            "dist": {
1428
                "type": "zip",
1429
                "url": "https://api.github.com/repos/silexphp/Silex/zipball/374c7e04040a6f781c90f7d746726a5daa78e783",
1430
                "reference": "374c7e04040a6f781c90f7d746726a5daa78e783",
1431
                "shasum": ""
1432
            },
1433
            "require": {
1434
                "php": ">=5.3.9",
1435
                "pimple/pimple": "~1.0",
1436
                "symfony/event-dispatcher": "~2.3|3.0.*",
1437
                "symfony/http-foundation": "~2.3|3.0.*",
1438
                "symfony/http-kernel": "~2.3|3.0.*",
1439
                "symfony/routing": "~2.3|3.0.*"
1440
            },
1441
            "require-dev": {
1442
                "doctrine/dbal": "~2.2",
1443
                "monolog/monolog": "^1.4.1",
1444
                "swiftmailer/swiftmailer": "~5",
1445
                "symfony/browser-kit": "~2.3|3.0.*",
1446
                "symfony/config": "~2.3|3.0.*",
1447
                "symfony/css-selector": "~2.3|3.0.*",
1448
                "symfony/debug": "~2.3|3.0.*",
1449
                "symfony/dom-crawler": "~2.3|3.0.*",
1450
                "symfony/finder": "~2.3|3.0.*",
1451
                "symfony/form": "~2.3|3.0.*",
1452
                "symfony/locale": "~2.3|3.0.*",
1453
                "symfony/monolog-bridge": "~2.3|3.0.*",
1454
                "symfony/options-resolver": "~2.3|3.0.*",
1455
                "symfony/phpunit-bridge": "~2.7",
1456
                "symfony/process": "~2.3|3.0.*",
1457
                "symfony/security": "~2.3|3.0.*",
1458
                "symfony/serializer": "~2.3|3.0.*",
1459
                "symfony/translation": "~2.3|3.0.*",
1460
                "symfony/twig-bridge": "~2.3|3.0.*",
1461
                "symfony/validator": "~2.3|3.0.*",
1462
                "twig/twig": "~1.8|~2.0"
1463
            },
1464
            "type": "library",
1465
            "extra": {
1466
                "branch-alias": {
1467
                    "dev-master": "1.3.x-dev"
1468
                }
1469
            },
1470
            "autoload": {
1471
                "psr-4": {
1472
                    "Silex\\": "src/Silex"
1473
                }
1474
            },
1475
            "notification-url": "https://packagist.org/downloads/",
1476
            "license": [
1477
                "MIT"
1478
            ],
1479
            "authors": [
1480
                {
1481
                    "name": "Fabien Potencier",
1482
                    "email": "[email protected]"
1483
                },
1484
                {
1485
                    "name": "Igor Wiedler",
1486
                    "email": "[email protected]"
1487
                }
1488
            ],
1489
            "description": "The PHP micro-framework based on the Symfony Components",
1490
            "homepage": "http://silex.sensiolabs.org",
1491
            "keywords": [
1492
                "microframework"
1493
            ],
1494
            "time": "2016-01-06 14:59:35"
1495
        },
1496
        {
1497
            "name": "silex/web-profiler",
1498
            "version": "v1.0.8",
1499
            "target-dir": "Silex/Provider",
1500
            "source": {
1501
                "type": "git",
1502
                "url": "https://github.com/silexphp/Silex-WebProfiler.git",
1503
                "reference": "3b767e6c9006a542cac737474f02671bdf2909cb"
1504
            },
1505
            "dist": {
1506
                "type": "zip",
1507
                "url": "https://api.github.com/repos/silexphp/Silex-WebProfiler/zipball/3b767e6c9006a542cac737474f02671bdf2909cb",
1508
                "reference": "3b767e6c9006a542cac737474f02671bdf2909cb",
1509
                "shasum": ""
1510
            },
1511
            "require": {
1512
                "silex/silex": "~1.1",
1513
                "symfony/stopwatch": "~2.2",
1514
                "symfony/web-profiler-bundle": "~2.4"
1515
            },
1516
            "type": "library",
1517
            "extra": {
1518
                "branch-alias": {
1519
                    "dev-master": "1.0.x-dev"
1520
                }
1521
            },
1522
            "autoload": {
1523
                "psr-0": {
1524
                    "Silex\\Provider\\": ""
1525
                }
1526
            },
1527
            "notification-url": "https://packagist.org/downloads/",
1528
            "license": [
1529
                "MIT"
1530
            ],
1531
            "authors": [
1532
                {
1533
                    "name": "Fabien Potencier",
1534
                    "email": "[email protected]"
1535
                }
1536
            ],
1537
            "description": "A WebProfiler for Silex",
1538
            "homepage": "http://silex.sensiolabs.org/",
1539
            "time": "2016-01-10 11:39:13"
1540
        },
1541
        {
1542
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
1543
            "version": "v5.4.4",
1544
            "source": {
1545
                "type": "git",
1546
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1547
                "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756"
1548
            },
1549
            "dist": {
1550
                "type": "zip",
1551
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756",
1552
                "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756",
1553
                "shasum": ""
1554
            },
1555
            "require": {
1556
                "php": ">=5.3.3"
1557
            },
1558
            "require-dev": {
1559
                "mockery/mockery": "~0.9.1"
1560
            },
1561
            "type": "library",
1562
            "extra": {
1563
                "branch-alias": {
1564
                    "dev-master": "5.4-dev"
1565
                }
1566
            },
1567
            "autoload": {
1568
                "files": [
1569
                    "lib/swift_required.php"
1570
                ]
1571
            },
1572
            "notification-url": "https://packagist.org/downloads/",
1573
            "license": [
1574
                "MIT"
1575
            ],
1576
            "authors": [
1577
                {
1578
                    "name": "Chris Corbyn"
1579
                },
1580
                {
1581
                    "name": "Fabien Potencier",
1582
                    "email": "[email protected]"
1583
                }
1584
            ],
1585
            "description": "Swiftmailer, free feature-rich PHP mailer",
1586
            "homepage": "http://swiftmailer.org",
1587
            "keywords": [
1588
                "email",
1589
                "mail",
1590
                "mailer"
1591
            ],
1592
            "time": "2016-11-24 01:01:23"
1593
        },
1594
        {
1595
            "name": "symfony/class-loader",
1596
            "version": "v2.7.21",
1597
            "source": {
1598
                "type": "git",
1599
                "url": "https://github.com/symfony/class-loader.git",
1600
                "reference": "c060834942bae87e044d384a8adfaf3f8228ac44"
1601
            },
1602
            "dist": {
1603
                "type": "zip",
1604
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/c060834942bae87e044d384a8adfaf3f8228ac44",
1605
                "reference": "c060834942bae87e044d384a8adfaf3f8228ac44",
1606
                "shasum": ""
1607
            },
1608
            "require": {
1609
                "php": ">=5.3.9",
1610
                "symfony/polyfill-apcu": "~1.1"
1611
            },
1612
            "require-dev": {
1613
                "symfony/finder": "~2.0,>=2.0.5"
1614
            },
1615
            "type": "library",
1616
            "extra": {
1617
                "branch-alias": {
1618
                    "dev-master": "2.7-dev"
1619
                }
1620
            },
1621
            "autoload": {
1622
                "psr-4": {
1623
                    "Symfony\\Component\\ClassLoader\\": ""
1624
                },
1625
                "exclude-from-classmap": [
1626
                    "/Tests/"
1627
                ]
1628
            },
1629
            "notification-url": "https://packagist.org/downloads/",
1630
            "license": [
1631
                "MIT"
1632
            ],
1633
            "authors": [
1634
                {
1635
                    "name": "Fabien Potencier",
1636
                    "email": "[email protected]"
1637
                },
1638
                {
1639
                    "name": "Symfony Community",
1640
                    "homepage": "https://symfony.com/contributors"
1641
                }
1642
            ],
1643
            "description": "Symfony ClassLoader Component",
1644
            "homepage": "https://symfony.com",
1645
            "time": "2016-11-15 09:22:02"
1646
        },
1647
        {
1648
            "name": "symfony/config",
1649
            "version": "v2.7.21",
1650
            "source": {
1651
                "type": "git",
1652
                "url": "https://github.com/symfony/config.git",
1653
                "reference": "a8ce7c852a515ed62c4393444d09686b3f3f78ec"
1654
            },
1655
            "dist": {
1656
                "type": "zip",
1657
                "url": "https://api.github.com/repos/symfony/config/zipball/a8ce7c852a515ed62c4393444d09686b3f3f78ec",
1658
                "reference": "a8ce7c852a515ed62c4393444d09686b3f3f78ec",
1659
                "shasum": ""
1660
            },
1661
            "require": {
1662
                "php": ">=5.3.9",
1663
                "symfony/filesystem": "~2.3"
1664
            },
1665
            "suggest": {
1666
                "symfony/yaml": "To use the yaml reference dumper"
1667
            },
1668
            "type": "library",
1669
            "extra": {
1670
                "branch-alias": {
1671
                    "dev-master": "2.7-dev"
1672
                }
1673
            },
1674
            "autoload": {
1675
                "psr-4": {
1676
                    "Symfony\\Component\\Config\\": ""
1677
                },
1678
                "exclude-from-classmap": [
1679
                    "/Tests/"
1680
                ]
1681
            },
1682
            "notification-url": "https://packagist.org/downloads/",
1683
            "license": [
1684
                "MIT"
1685
            ],
1686
            "authors": [
1687
                {
1688
                    "name": "Fabien Potencier",
1689
                    "email": "[email protected]"
1690
                },
1691
                {
1692
                    "name": "Symfony Community",
1693
                    "homepage": "https://symfony.com/contributors"
1694
                }
1695
            ],
1696
            "description": "Symfony Config Component",
1697
            "homepage": "https://symfony.com",
1698
            "time": "2016-11-03 07:44:55"
1699
        },
1700
        {
1701
            "name": "symfony/console",
1702
            "version": "v2.7.21",
1703
            "source": {
1704
                "type": "git",
1705
                "url": "https://github.com/symfony/console.git",
1706
                "reference": "54fb85a818596bc3b33618125fa3ee99b9f45382"
1707
            },
1708
            "dist": {
1709
                "type": "zip",
1710
                "url": "https://api.github.com/repos/symfony/console/zipball/54fb85a818596bc3b33618125fa3ee99b9f45382",
1711
                "reference": "54fb85a818596bc3b33618125fa3ee99b9f45382",
1712
                "shasum": ""
1713
            },
1714
            "require": {
1715
                "php": ">=5.3.9",
1716
                "symfony/debug": "~2.7,>=2.7.2"
1717
            },
1718
            "require-dev": {
1719
                "psr/log": "~1.0",
1720
                "symfony/event-dispatcher": "~2.1",
1721
                "symfony/process": "~2.1"
1722
            },
1723
            "suggest": {
1724
                "psr/log": "For using the console logger",
1725
                "symfony/event-dispatcher": "",
1726
                "symfony/process": ""
1727
            },
1728
            "type": "library",
1729
            "extra": {
1730
                "branch-alias": {
1731
                    "dev-master": "2.7-dev"
1732
                }
1733
            },
1734
            "autoload": {
1735
                "psr-4": {
1736
                    "Symfony\\Component\\Console\\": ""
1737
                },
1738
                "exclude-from-classmap": [
1739
                    "/Tests/"
1740
                ]
1741
            },
1742
            "notification-url": "https://packagist.org/downloads/",
1743
            "license": [
1744
                "MIT"
1745
            ],
1746
            "authors": [
1747
                {
1748
                    "name": "Fabien Potencier",
1749
                    "email": "[email protected]"
1750
                },
1751
                {
1752
                    "name": "Symfony Community",
1753
                    "homepage": "https://symfony.com/contributors"
1754
                }
1755
            ],
1756
            "description": "Symfony Console Component",
1757
            "homepage": "https://symfony.com",
1758
            "time": "2016-11-13 17:41:36"
1759
        },
1760
        {
1761
            "name": "symfony/css-selector",
1762
            "version": "v2.7.21",
1763
            "source": {
1764
                "type": "git",
1765
                "url": "https://github.com/symfony/css-selector.git",
1766
                "reference": "3b37ddb7b68fbb0b7595037b392347a6f60acb80"
1767
            },
1768
            "dist": {
1769
                "type": "zip",
1770
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/3b37ddb7b68fbb0b7595037b392347a6f60acb80",
1771
                "reference": "3b37ddb7b68fbb0b7595037b392347a6f60acb80",
1772
                "shasum": ""
1773
            },
1774
            "require": {
1775
                "php": ">=5.3.9"
1776
            },
1777
            "type": "library",
1778
            "extra": {
1779
                "branch-alias": {
1780
                    "dev-master": "2.7-dev"
1781
                }
1782
            },
1783
            "autoload": {
1784
                "psr-4": {
1785
                    "Symfony\\Component\\CssSelector\\": ""
1786
                },
1787
                "exclude-from-classmap": [
1788
                    "/Tests/"
1789
                ]
1790
            },
1791
            "notification-url": "https://packagist.org/downloads/",
1792
            "license": [
1793
                "MIT"
1794
            ],
1795
            "authors": [
1796
                {
1797
                    "name": "Jean-François Simon",
1798
                    "email": "[email protected]"
1799
                },
1800
                {
1801
                    "name": "Fabien Potencier",
1802
                    "email": "[email protected]"
1803
                },
1804
                {
1805
                    "name": "Symfony Community",
1806
                    "homepage": "https://symfony.com/contributors"
1807
                }
1808
            ],
1809
            "description": "Symfony CssSelector Component",
1810
            "homepage": "https://symfony.com",
1811
            "time": "2016-11-03 07:44:53"
1812
        },
1813
        {
1814
            "name": "symfony/debug",
1815
            "version": "v2.7.21",
1816
            "source": {
1817
                "type": "git",
1818
                "url": "https://github.com/symfony/debug.git",
1819
                "reference": "a9844f3cd2a23fa3057f64f62d1331b471ba9415"
1820
            },
1821
            "dist": {
1822
                "type": "zip",
1823
                "url": "https://api.github.com/repos/symfony/debug/zipball/a9844f3cd2a23fa3057f64f62d1331b471ba9415",
1824
                "reference": "a9844f3cd2a23fa3057f64f62d1331b471ba9415",
1825
                "shasum": ""
1826
            },
1827
            "require": {
1828
                "php": ">=5.3.9",
1829
                "psr/log": "~1.0"
1830
            },
1831
            "conflict": {
1832
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1833
            },
1834
            "require-dev": {
1835
                "symfony/class-loader": "~2.2",
1836
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
1837
            },
1838
            "type": "library",
1839
            "extra": {
1840
                "branch-alias": {
1841
                    "dev-master": "2.7-dev"
1842
                }
1843
            },
1844
            "autoload": {
1845
                "psr-4": {
1846
                    "Symfony\\Component\\Debug\\": ""
1847
                },
1848
                "exclude-from-classmap": [
1849
                    "/Tests/"
1850
                ]
1851
            },
1852
            "notification-url": "https://packagist.org/downloads/",
1853
            "license": [
1854
                "MIT"
1855
            ],
1856
            "authors": [
1857
                {
1858
                    "name": "Fabien Potencier",
1859
                    "email": "[email protected]"
1860
                },
1861
                {
1862
                    "name": "Symfony Community",
1863
                    "homepage": "https://symfony.com/contributors"
1864
                }
1865
            ],
1866
            "description": "Symfony Debug Component",
1867
            "homepage": "https://symfony.com",
1868
            "time": "2016-11-15 12:52:31"
1869
        },
1870
        {
1871
            "name": "symfony/debug-bundle",
1872
            "version": "v2.7.21",
1873
            "source": {
1874
                "type": "git",
1875
                "url": "https://github.com/symfony/debug-bundle.git",
1876
                "reference": "e426996ea2ef19cc788778d4157d9681d56a9f9c"
1877
            },
1878
            "dist": {
1879
                "type": "zip",
1880
                "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/e426996ea2ef19cc788778d4157d9681d56a9f9c",
1881
                "reference": "e426996ea2ef19cc788778d4157d9681d56a9f9c",
1882
                "shasum": ""
1883
            },
1884
            "require": {
1885
                "php": ">=5.3.9",
1886
                "symfony/http-kernel": "~2.6",
1887
                "symfony/twig-bridge": "~2.6",
1888
                "symfony/var-dumper": "~2.6"
1889
            },
1890
            "require-dev": {
1891
                "symfony/config": "~2.3",
1892
                "symfony/dependency-injection": "~2.3",
1893
                "symfony/web-profiler-bundle": "~2.3"
1894
            },
1895
            "suggest": {
1896
                "symfony/config": "For service container configuration",
1897
                "symfony/dependency-injection": "For using as a service from the container"
1898
            },
1899
            "type": "symfony-bundle",
1900
            "extra": {
1901
                "branch-alias": {
1902
                    "dev-master": "2.7-dev"
1903
                }
1904
            },
1905
            "autoload": {
1906
                "psr-4": {
1907
                    "Symfony\\Bundle\\DebugBundle\\": ""
1908
                },
1909
                "exclude-from-classmap": [
1910
                    "/Tests/"
1911
                ]
1912
            },
1913
            "notification-url": "https://packagist.org/downloads/",
1914
            "license": [
1915
                "MIT"
1916
            ],
1917
            "authors": [
1918
                {
1919
                    "name": "Fabien Potencier",
1920
                    "email": "[email protected]"
1921
                },
1922
                {
1923
                    "name": "Symfony Community",
1924
                    "homepage": "https://symfony.com/contributors"
1925
                }
1926
            ],
1927
            "description": "Symfony DebugBundle",
1928
            "homepage": "https://symfony.com",
1929
            "time": "2016-08-17 11:57:44"
1930
        },
1931
        {
1932
            "name": "symfony/doctrine-bridge",
1933
            "version": "v2.7.21",
1934
            "source": {
1935
                "type": "git",
1936
                "url": "https://github.com/symfony/doctrine-bridge.git",
1937
                "reference": "f74575e52dd28219221b083f57748dfbd096f615"
1938
            },
1939
            "dist": {
1940
                "type": "zip",
1941
                "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/f74575e52dd28219221b083f57748dfbd096f615",
1942
                "reference": "f74575e52dd28219221b083f57748dfbd096f615",
1943
                "shasum": ""
1944
            },
1945
            "require": {
1946
                "doctrine/common": "~2.4",
1947
                "php": ">=5.3.9"
1948
            },
1949
            "require-dev": {
1950
                "doctrine/data-fixtures": "1.0.*",
1951
                "doctrine/dbal": "~2.4",
1952
                "doctrine/orm": "~2.4,>=2.4.5",
1953
                "symfony/dependency-injection": "~2.2",
1954
                "symfony/expression-language": "~2.2",
1955
                "symfony/form": "~2.7.12|~2.8.5",
1956
                "symfony/http-kernel": "~2.2",
1957
                "symfony/property-access": "~2.3",
1958
                "symfony/security": "~2.2",
1959
                "symfony/stopwatch": "~2.2",
1960
                "symfony/translation": "~2.0,>=2.0.5",
1961
                "symfony/validator": "~2.5,>=2.5.5"
1962
            },
1963
            "suggest": {
1964
                "doctrine/data-fixtures": "",
1965
                "doctrine/dbal": "",
1966
                "doctrine/orm": "",
1967
                "symfony/form": "",
1968
                "symfony/validator": ""
1969
            },
1970
            "type": "symfony-bridge",
1971
            "extra": {
1972
                "branch-alias": {
1973
                    "dev-master": "2.7-dev"
1974
                }
1975
            },
1976
            "autoload": {
1977
                "psr-4": {
1978
                    "Symfony\\Bridge\\Doctrine\\": ""
1979
                },
1980
                "exclude-from-classmap": [
1981
                    "/Tests/"
1982
                ]
1983
            },
1984
            "notification-url": "https://packagist.org/downloads/",
1985
            "license": [
1986
                "MIT"
1987
            ],
1988
            "authors": [
1989
                {
1990
                    "name": "Fabien Potencier",
1991
                    "email": "[email protected]"
1992
                },
1993
                {
1994
                    "name": "Symfony Community",
1995
                    "homepage": "https://symfony.com/contributors"
1996
                }
1997
            ],
1998
            "description": "Symfony Doctrine Bridge",
1999
            "homepage": "https://symfony.com",
2000
            "time": "2016-11-03 07:44:55"
2001
        },
2002
        {
2003
            "name": "symfony/dom-crawler",
2004
            "version": "v2.7.21",
2005
            "source": {
2006
                "type": "git",
2007
                "url": "https://github.com/symfony/dom-crawler.git",
2008
                "reference": "c70b0f453dace15f99cbbe9022e06d5e791c3c94"
2009
            },
2010
            "dist": {
2011
                "type": "zip",
2012
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c70b0f453dace15f99cbbe9022e06d5e791c3c94",
2013
                "reference": "c70b0f453dace15f99cbbe9022e06d5e791c3c94",
2014
                "shasum": ""
2015
            },
2016
            "require": {
2017
                "php": ">=5.3.9"
2018
            },
2019
            "require-dev": {
2020
                "symfony/css-selector": "~2.3"
2021
            },
2022
            "suggest": {
2023
                "symfony/css-selector": ""
2024
            },
2025
            "type": "library",
2026
            "extra": {
2027
                "branch-alias": {
2028
                    "dev-master": "2.7-dev"
2029
                }
2030
            },
2031
            "autoload": {
2032
                "psr-4": {
2033
                    "Symfony\\Component\\DomCrawler\\": ""
2034
                },
2035
                "exclude-from-classmap": [
2036
                    "/Tests/"
2037
                ]
2038
            },
2039
            "notification-url": "https://packagist.org/downloads/",
2040
            "license": [
2041
                "MIT"
2042
            ],
2043
            "authors": [
2044
                {
2045
                    "name": "Fabien Potencier",
2046
                    "email": "[email protected]"
2047
                },
2048
                {
2049
                    "name": "Symfony Community",
2050
                    "homepage": "https://symfony.com/contributors"
2051
                }
2052
            ],
2053
            "description": "Symfony DomCrawler Component",
2054
            "homepage": "https://symfony.com",
2055
            "time": "2016-11-12 15:48:22"
2056
        },
2057
        {
2058
            "name": "symfony/event-dispatcher",
2059
            "version": "v2.7.21",
2060
            "source": {
2061
                "type": "git",
2062
                "url": "https://github.com/symfony/event-dispatcher.git",
2063
                "reference": "798ece958a575f654b42e61922efd3fadbf31689"
2064
            },
2065
            "dist": {
2066
                "type": "zip",
2067
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/798ece958a575f654b42e61922efd3fadbf31689",
2068
                "reference": "798ece958a575f654b42e61922efd3fadbf31689",
2069
                "shasum": ""
2070
            },
2071
            "require": {
2072
                "php": ">=5.3.9"
2073
            },
2074
            "require-dev": {
2075
                "psr/log": "~1.0",
2076
                "symfony/config": "~2.0,>=2.0.5",
2077
                "symfony/dependency-injection": "~2.6",
2078
                "symfony/expression-language": "~2.6",
2079
                "symfony/stopwatch": "~2.3"
2080
            },
2081
            "suggest": {
2082
                "symfony/dependency-injection": "",
2083
                "symfony/http-kernel": ""
2084
            },
2085
            "type": "library",
2086
            "extra": {
2087
                "branch-alias": {
2088
                    "dev-master": "2.7-dev"
2089
                }
2090
            },
2091
            "autoload": {
2092
                "psr-4": {
2093
                    "Symfony\\Component\\EventDispatcher\\": ""
2094
                },
2095
                "exclude-from-classmap": [
2096
                    "/Tests/"
2097
                ]
2098
            },
2099
            "notification-url": "https://packagist.org/downloads/",
2100
            "license": [
2101
                "MIT"
2102
            ],
2103
            "authors": [
2104
                {
2105
                    "name": "Fabien Potencier",
2106
                    "email": "[email protected]"
2107
                },
2108
                {
2109
                    "name": "Symfony Community",
2110
                    "homepage": "https://symfony.com/contributors"
2111
                }
2112
            ],
2113
            "description": "Symfony EventDispatcher Component",
2114
            "homepage": "https://symfony.com",
2115
            "time": "2016-11-03 07:49:30"
2116
        },
2117
        {
2118
            "name": "symfony/filesystem",
2119
            "version": "v2.7.21",
2120
            "source": {
2121
                "type": "git",
2122
                "url": "https://github.com/symfony/filesystem.git",
2123
                "reference": "a8cfb155a7bad6de2c59406bd387232f76fdc24e"
2124
            },
2125
            "dist": {
2126
                "type": "zip",
2127
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/a8cfb155a7bad6de2c59406bd387232f76fdc24e",
2128
                "reference": "a8cfb155a7bad6de2c59406bd387232f76fdc24e",
2129
                "shasum": ""
2130
            },
2131
            "require": {
2132
                "php": ">=5.3.9"
2133
            },
2134
            "type": "library",
2135
            "extra": {
2136
                "branch-alias": {
2137
                    "dev-master": "2.7-dev"
2138
                }
2139
            },
2140
            "autoload": {
2141
                "psr-4": {
2142
                    "Symfony\\Component\\Filesystem\\": ""
2143
                },
2144
                "exclude-from-classmap": [
2145
                    "/Tests/"
2146
                ]
2147
            },
2148
            "notification-url": "https://packagist.org/downloads/",
2149
            "license": [
2150
                "MIT"
2151
            ],
2152
            "authors": [
2153
                {
2154
                    "name": "Fabien Potencier",
2155
                    "email": "[email protected]"
2156
                },
2157
                {
2158
                    "name": "Symfony Community",
2159
                    "homepage": "https://symfony.com/contributors"
2160
                }
2161
            ],
2162
            "description": "Symfony Filesystem Component",
2163
            "homepage": "https://symfony.com",
2164
            "time": "2016-10-14 14:26:34"
2165
        },
2166
        {
2167
            "name": "symfony/finder",
2168
            "version": "v2.7.21",
2169
            "source": {
2170
                "type": "git",
2171
                "url": "https://github.com/symfony/finder.git",
2172
                "reference": "0e89934a55c762ed7aad55f707e946b82b7410e3"
2173
            },
2174
            "dist": {
2175
                "type": "zip",
2176
                "url": "https://api.github.com/repos/symfony/finder/zipball/0e89934a55c762ed7aad55f707e946b82b7410e3",
2177
                "reference": "0e89934a55c762ed7aad55f707e946b82b7410e3",
2178
                "shasum": ""
2179
            },
2180
            "require": {
2181
                "php": ">=5.3.9"
2182
            },
2183
            "type": "library",
2184
            "extra": {
2185
                "branch-alias": {
2186
                    "dev-master": "2.7-dev"
2187
                }
2188
            },
2189
            "autoload": {
2190
                "psr-4": {
2191
                    "Symfony\\Component\\Finder\\": ""
2192
                },
2193
                "exclude-from-classmap": [
2194
                    "/Tests/"
2195
                ]
2196
            },
2197
            "notification-url": "https://packagist.org/downloads/",
2198
            "license": [
2199
                "MIT"
2200
            ],
2201
            "authors": [
2202
                {
2203
                    "name": "Fabien Potencier",
2204
                    "email": "[email protected]"
2205
                },
2206
                {
2207
                    "name": "Symfony Community",
2208
                    "homepage": "https://symfony.com/contributors"
2209
                }
2210
            ],
2211
            "description": "Symfony Finder Component",
2212
            "homepage": "https://symfony.com",
2213
            "time": "2016-11-03 07:44:55"
2214
        },
2215
        {
2216
            "name": "symfony/form",
2217
            "version": "v2.7.21",
2218
            "source": {
2219
                "type": "git",
2220
                "url": "https://github.com/symfony/form.git",
2221
                "reference": "1911cdc468e566338a79ce9d2968c13a1f34c8ff"
2222
            },
2223
            "dist": {
2224
                "type": "zip",
2225
                "url": "https://api.github.com/repos/symfony/form/zipball/1911cdc468e566338a79ce9d2968c13a1f34c8ff",
2226
                "reference": "1911cdc468e566338a79ce9d2968c13a1f34c8ff",
2227
                "shasum": ""
2228
            },
2229
            "require": {
2230
                "php": ">=5.3.9",
2231
                "symfony/event-dispatcher": "~2.1",
2232
                "symfony/intl": "~2.4",
2233
                "symfony/options-resolver": "~2.6",
2234
                "symfony/property-access": "~2.3"
2235
            },
2236
            "conflict": {
2237
                "symfony/doctrine-bridge": "<2.7",
2238
                "symfony/framework-bundle": "<2.7",
2239
                "symfony/twig-bridge": "<2.7"
2240
            },
2241
            "require-dev": {
2242
                "doctrine/collections": "~1.0",
2243
                "symfony/http-foundation": "~2.2",
2244
                "symfony/http-kernel": "~2.4",
2245
                "symfony/security-csrf": "~2.4",
2246
                "symfony/translation": "~2.0,>=2.0.5",
2247
                "symfony/validator": "~2.6,>=2.6.8"
2248
            },
2249
            "suggest": {
2250
                "symfony/framework-bundle": "For templating with PHP.",
2251
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
2252
                "symfony/twig-bridge": "For templating with Twig.",
2253
                "symfony/validator": "For form validation."
2254
            },
2255
            "type": "library",
2256
            "extra": {
2257
                "branch-alias": {
2258
                    "dev-master": "2.7-dev"
2259
                }
2260
            },
2261
            "autoload": {
2262
                "psr-4": {
2263
                    "Symfony\\Component\\Form\\": ""
2264
                },
2265
                "exclude-from-classmap": [
2266
                    "/Tests/"
2267
                ]
2268
            },
2269
            "notification-url": "https://packagist.org/downloads/",
2270
            "license": [
2271
                "MIT"
2272
            ],
2273
            "authors": [
2274
                {
2275
                    "name": "Fabien Potencier",
2276
                    "email": "[email protected]"
2277
                },
2278
                {
2279
                    "name": "Symfony Community",
2280
                    "homepage": "https://symfony.com/contributors"
2281
                }
2282
            ],
2283
            "description": "Symfony Form Component",
2284
            "homepage": "https://symfony.com",
2285
            "time": "2016-11-18 20:26:45"
2286
        },
2287
        {
2288
            "name": "symfony/http-foundation",
2289
            "version": "v2.7.21",
2290
            "source": {
2291
                "type": "git",
2292
                "url": "https://github.com/symfony/http-foundation.git",
2293
                "reference": "444e5d19d61447f6f829c90a32aae73773f2777f"
2294
            },
2295
            "dist": {
2296
                "type": "zip",
2297
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/444e5d19d61447f6f829c90a32aae73773f2777f",
2298
                "reference": "444e5d19d61447f6f829c90a32aae73773f2777f",
2299
                "shasum": ""
2300
            },
2301
            "require": {
2302
                "php": ">=5.3.9",
2303
                "symfony/polyfill-mbstring": "~1.1"
2304
            },
2305
            "require-dev": {
2306
                "symfony/expression-language": "~2.4"
2307
            },
2308
            "type": "library",
2309
            "extra": {
2310
                "branch-alias": {
2311
                    "dev-master": "2.7-dev"
2312
                }
2313
            },
2314
            "autoload": {
2315
                "psr-4": {
2316
                    "Symfony\\Component\\HttpFoundation\\": ""
2317
                },
2318
                "classmap": [
2319
                    "Resources/stubs"
2320
                ],
2321
                "exclude-from-classmap": [
2322
                    "/Tests/"
2323
                ]
2324
            },
2325
            "notification-url": "https://packagist.org/downloads/",
2326
            "license": [
2327
                "MIT"
2328
            ],
2329
            "authors": [
2330
                {
2331
                    "name": "Fabien Potencier",
2332
                    "email": "[email protected]"
2333
                },
2334
                {
2335
                    "name": "Symfony Community",
2336
                    "homepage": "https://symfony.com/contributors"
2337
                }
2338
            ],
2339
            "description": "Symfony HttpFoundation Component",
2340
            "homepage": "https://symfony.com",
2341
            "time": "2016-11-13 17:41:36"
2342
        },
2343
        {
2344
            "name": "symfony/http-kernel",
2345
            "version": "v2.7.21",
2346
            "source": {
2347
                "type": "git",
2348
                "url": "https://github.com/symfony/http-kernel.git",
2349
                "reference": "6d60132735fc37d44fadc712bb3e94fd92664c11"
2350
            },
2351
            "dist": {
2352
                "type": "zip",
2353
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6d60132735fc37d44fadc712bb3e94fd92664c11",
2354
                "reference": "6d60132735fc37d44fadc712bb3e94fd92664c11",
2355
                "shasum": ""
2356
            },
2357
            "require": {
2358
                "php": ">=5.3.9",
2359
                "psr/log": "~1.0",
2360
                "symfony/debug": "~2.6,>=2.6.2",
2361
                "symfony/event-dispatcher": "~2.6,>=2.6.7",
2362
                "symfony/http-foundation": "~2.7.20|~2.8.13"
2363
            },
2364
            "conflict": {
2365
                "symfony/config": "<2.7"
2366
            },
2367
            "require-dev": {
2368
                "symfony/browser-kit": "~2.3",
2369
                "symfony/class-loader": "~2.1",
2370
                "symfony/config": "~2.7",
2371
                "symfony/console": "~2.3",
2372
                "symfony/css-selector": "~2.0,>=2.0.5",
2373
                "symfony/dependency-injection": "~2.2",
2374
                "symfony/dom-crawler": "~2.0,>=2.0.5",
2375
                "symfony/expression-language": "~2.4",
2376
                "symfony/finder": "~2.0,>=2.0.5",
2377
                "symfony/process": "~2.0,>=2.0.5",
2378
                "symfony/routing": "~2.2",
2379
                "symfony/stopwatch": "~2.3",
2380
                "symfony/templating": "~2.2",
2381
                "symfony/translation": "~2.0,>=2.0.5",
2382
                "symfony/var-dumper": "~2.6"
2383
            },
2384
            "suggest": {
2385
                "symfony/browser-kit": "",
2386
                "symfony/class-loader": "",
2387
                "symfony/config": "",
2388
                "symfony/console": "",
2389
                "symfony/dependency-injection": "",
2390
                "symfony/finder": "",
2391
                "symfony/var-dumper": ""
2392
            },
2393
            "type": "library",
2394
            "extra": {
2395
                "branch-alias": {
2396
                    "dev-master": "2.7-dev"
2397
                }
2398
            },
2399
            "autoload": {
2400
                "psr-4": {
2401
                    "Symfony\\Component\\HttpKernel\\": ""
2402
                },
2403
                "exclude-from-classmap": [
2404
                    "/Tests/"
2405
                ]
2406
            },
2407
            "notification-url": "https://packagist.org/downloads/",
2408
            "license": [
2409
                "MIT"
2410
            ],
2411
            "authors": [
2412
                {
2413
                    "name": "Fabien Potencier",
2414
                    "email": "[email protected]"
2415
                },
2416
                {
2417
                    "name": "Symfony Community",
2418
                    "homepage": "https://symfony.com/contributors"
2419
                }
2420
            ],
2421
            "description": "Symfony HttpKernel Component",
2422
            "homepage": "https://symfony.com",
2423
            "time": "2016-11-21 01:12:54"
2424
        },
2425
        {
2426
            "name": "symfony/intl",
2427
            "version": "v2.7.21",
2428
            "source": {
2429
                "type": "git",
2430
                "url": "https://github.com/symfony/intl.git",
2431
                "reference": "f57d8bd5b9602dd723a3971d4c2f2033abeed776"
2432
            },
2433
            "dist": {
2434
                "type": "zip",
2435
                "url": "https://api.github.com/repos/symfony/intl/zipball/f57d8bd5b9602dd723a3971d4c2f2033abeed776",
2436
                "reference": "f57d8bd5b9602dd723a3971d4c2f2033abeed776",
2437
                "shasum": ""
2438
            },
2439
            "require": {
2440
                "php": ">=5.3.9"
2441
            },
2442
            "require-dev": {
2443
                "symfony/filesystem": "~2.1"
2444
            },
2445
            "suggest": {
2446
                "ext-intl": "to use the component with locales other than \"en\""
2447
            },
2448
            "type": "library",
2449
            "extra": {
2450
                "branch-alias": {
2451
                    "dev-master": "2.7-dev"
2452
                }
2453
            },
2454
            "autoload": {
2455
                "psr-4": {
2456
                    "Symfony\\Component\\Intl\\": ""
2457
                },
2458
                "classmap": [
2459
                    "Resources/stubs"
2460
                ],
2461
                "files": [
2462
                    "Resources/stubs/functions.php"
2463
                ],
2464
                "exclude-from-classmap": [
2465
                    "/Tests/"
2466
                ]
2467
            },
2468
            "notification-url": "https://packagist.org/downloads/",
2469
            "license": [
2470
                "MIT"
2471
            ],
2472
            "authors": [
2473
                {
2474
                    "name": "Bernhard Schussek",
2475
                    "email": "[email protected]"
2476
                },
2477
                {
2478
                    "name": "Eriksen Costa",
2479
                    "email": "[email protected]"
2480
                },
2481
                {
2482
                    "name": "Igor Wiedler",
2483
                    "email": "[email protected]"
2484
                },
2485
                {
2486
                    "name": "Symfony Community",
2487
                    "homepage": "https://symfony.com/contributors"
2488
                }
2489
            ],
2490
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
2491
            "homepage": "https://symfony.com",
2492
            "keywords": [
2493
                "i18n",
2494
                "icu",
2495
                "internationalization",
2496
                "intl",
2497
                "l10n",
2498
                "localization"
2499
            ],
2500
            "time": "2016-11-18 20:26:45"
2501
        },
2502
        {
2503
            "name": "symfony/monolog-bridge",
2504
            "version": "v2.7.21",
2505
            "source": {
2506
                "type": "git",
2507
                "url": "https://github.com/symfony/monolog-bridge.git",
2508
                "reference": "95b4d5b7144dd24d88cec39a4b314980a62f6503"
2509
            },
2510
            "dist": {
2511
                "type": "zip",
2512
                "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/95b4d5b7144dd24d88cec39a4b314980a62f6503",
2513
                "reference": "95b4d5b7144dd24d88cec39a4b314980a62f6503",
2514
                "shasum": ""
2515
            },
2516
            "require": {
2517
                "monolog/monolog": "~1.11",
2518
                "php": ">=5.3.9",
2519
                "symfony/http-kernel": "~2.4"
2520
            },
2521
            "require-dev": {
2522
                "symfony/console": "~2.4",
2523
                "symfony/event-dispatcher": "~2.2"
2524
            },
2525
            "suggest": {
2526
                "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",
2527
                "symfony/event-dispatcher": "Needed when using log messages in console commands.",
2528
                "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel."
2529
            },
2530
            "type": "symfony-bridge",
2531
            "extra": {
2532
                "branch-alias": {
2533
                    "dev-master": "2.7-dev"
2534
                }
2535
            },
2536
            "autoload": {
2537
                "psr-4": {
2538
                    "Symfony\\Bridge\\Monolog\\": ""
2539
                },
2540
                "exclude-from-classmap": [
2541
                    "/Tests/"
2542
                ]
2543
            },
2544
            "notification-url": "https://packagist.org/downloads/",
2545
            "license": [
2546
                "MIT"
2547
            ],
2548
            "authors": [
2549
                {
2550
                    "name": "Fabien Potencier",
2551
                    "email": "[email protected]"
2552
                },
2553
                {
2554
                    "name": "Symfony Community",
2555
                    "homepage": "https://symfony.com/contributors"
2556
                }
2557
            ],
2558
            "description": "Symfony Monolog Bridge",
2559
            "homepage": "https://symfony.com",
2560
            "time": "2016-06-28 06:24:06"
2561
        },
2562
        {
2563
            "name": "symfony/options-resolver",
2564
            "version": "v2.7.21",
2565
            "source": {
2566
                "type": "git",
2567
                "url": "https://github.com/symfony/options-resolver.git",
2568
                "reference": "f8d620f07243e09e61feb3af602eed237574298a"
2569
            },
2570
            "dist": {
2571
                "type": "zip",
2572
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/f8d620f07243e09e61feb3af602eed237574298a",
2573
                "reference": "f8d620f07243e09e61feb3af602eed237574298a",
2574
                "shasum": ""
2575
            },
2576
            "require": {
2577
                "php": ">=5.3.9"
2578
            },
2579
            "type": "library",
2580
            "extra": {
2581
                "branch-alias": {
2582
                    "dev-master": "2.7-dev"
2583
                }
2584
            },
2585
            "autoload": {
2586
                "psr-4": {
2587
                    "Symfony\\Component\\OptionsResolver\\": ""
2588
                },
2589
                "exclude-from-classmap": [
2590
                    "/Tests/"
2591
                ]
2592
            },
2593
            "notification-url": "https://packagist.org/downloads/",
2594
            "license": [
2595
                "MIT"
2596
            ],
2597
            "authors": [
2598
                {
2599
                    "name": "Fabien Potencier",
2600
                    "email": "[email protected]"
2601
                },
2602
                {
2603
                    "name": "Symfony Community",
2604
                    "homepage": "https://symfony.com/contributors"
2605
                }
2606
            ],
2607
            "description": "Symfony OptionsResolver Component",
2608
            "homepage": "https://symfony.com",
2609
            "keywords": [
2610
                "config",
2611
                "configuration",
2612
                "options"
2613
            ],
2614
            "time": "2016-10-16 20:09:53"
2615
        },
2616
        {
2617
            "name": "symfony/polyfill-apcu",
2618
            "version": "v1.3.0",
2619
            "source": {
2620
                "type": "git",
2621
                "url": "https://github.com/symfony/polyfill-apcu.git",
2622
                "reference": "5d4474f447403c3348e37b70acc2b95475b7befa"
2623
            },
2624
            "dist": {
2625
                "type": "zip",
2626
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa",
2627
                "reference": "5d4474f447403c3348e37b70acc2b95475b7befa",
2628
                "shasum": ""
2629
            },
2630
            "require": {
2631
                "php": ">=5.3.3"
2632
            },
2633
            "type": "library",
2634
            "extra": {
2635
                "branch-alias": {
2636
                    "dev-master": "1.3-dev"
2637
                }
2638
            },
2639
            "autoload": {
2640
                "files": [
2641
                    "bootstrap.php"
2642
                ]
2643
            },
2644
            "notification-url": "https://packagist.org/downloads/",
2645
            "license": [
2646
                "MIT"
2647
            ],
2648
            "authors": [
2649
                {
2650
                    "name": "Nicolas Grekas",
2651
                    "email": "[email protected]"
2652
                },
2653
                {
2654
                    "name": "Symfony Community",
2655
                    "homepage": "https://symfony.com/contributors"
2656
                }
2657
            ],
2658
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2659
            "homepage": "https://symfony.com",
2660
            "keywords": [
2661
                "apcu",
2662
                "compatibility",
2663
                "polyfill",
2664
                "portable",
2665
                "shim"
2666
            ],
2667
            "time": "2016-11-14 01:06:16"
2668
        },
2669
        {
2670
            "name": "symfony/polyfill-mbstring",
2671
            "version": "v1.3.0",
2672
            "source": {
2673
                "type": "git",
2674
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2675
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
2676
            },
2677
            "dist": {
2678
                "type": "zip",
2679
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
2680
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
2681
                "shasum": ""
2682
            },
2683
            "require": {
2684
                "php": ">=5.3.3"
2685
            },
2686
            "suggest": {
2687
                "ext-mbstring": "For best performance"
2688
            },
2689
            "type": "library",
2690
            "extra": {
2691
                "branch-alias": {
2692
                    "dev-master": "1.3-dev"
2693
                }
2694
            },
2695
            "autoload": {
2696
                "psr-4": {
2697
                    "Symfony\\Polyfill\\Mbstring\\": ""
2698
                },
2699
                "files": [
2700
                    "bootstrap.php"
2701
                ]
2702
            },
2703
            "notification-url": "https://packagist.org/downloads/",
2704
            "license": [
2705
                "MIT"
2706
            ],
2707
            "authors": [
2708
                {
2709
                    "name": "Nicolas Grekas",
2710
                    "email": "[email protected]"
2711
                },
2712
                {
2713
                    "name": "Symfony Community",
2714
                    "homepage": "https://symfony.com/contributors"
2715
                }
2716
            ],
2717
            "description": "Symfony polyfill for the Mbstring extension",
2718
            "homepage": "https://symfony.com",
2719
            "keywords": [
2720
                "compatibility",
2721
                "mbstring",
2722
                "polyfill",
2723
                "portable",
2724
                "shim"
2725
            ],
2726
            "time": "2016-11-14 01:06:16"
2727
        },
2728
        {
2729
            "name": "symfony/process",
2730
            "version": "v2.7.21",
2731
            "source": {
2732
                "type": "git",
2733
                "url": "https://github.com/symfony/process.git",
2734
                "reference": "e134ba500a16bead3a059a087b652182f4f85481"
2735
            },
2736
            "dist": {
2737
                "type": "zip",
2738
                "url": "https://api.github.com/repos/symfony/process/zipball/e134ba500a16bead3a059a087b652182f4f85481",
2739
                "reference": "e134ba500a16bead3a059a087b652182f4f85481",
2740
                "shasum": ""
2741
            },
2742
            "require": {
2743
                "php": ">=5.3.9"
2744
            },
2745
            "type": "library",
2746
            "extra": {
2747
                "branch-alias": {
2748
                    "dev-master": "2.7-dev"
2749
                }
2750
            },
2751
            "autoload": {
2752
                "psr-4": {
2753
                    "Symfony\\Component\\Process\\": ""
2754
                },
2755
                "exclude-from-classmap": [
2756
                    "/Tests/"
2757
                ]
2758
            },
2759
            "notification-url": "https://packagist.org/downloads/",
2760
            "license": [
2761
                "MIT"
2762
            ],
2763
            "authors": [
2764
                {
2765
                    "name": "Fabien Potencier",
2766
                    "email": "[email protected]"
2767
                },
2768
                {
2769
                    "name": "Symfony Community",
2770
                    "homepage": "https://symfony.com/contributors"
2771
                }
2772
            ],
2773
            "description": "Symfony Process Component",
2774
            "homepage": "https://symfony.com",
2775
            "time": "2016-09-29 02:20:21"
2776
        },
2777
        {
2778
            "name": "symfony/property-access",
2779
            "version": "v2.7.21",
2780
            "source": {
2781
                "type": "git",
2782
                "url": "https://github.com/symfony/property-access.git",
2783
                "reference": "aa98306889647bf7e46f2806982f6297ac1b0474"
2784
            },
2785
            "dist": {
2786
                "type": "zip",
2787
                "url": "https://api.github.com/repos/symfony/property-access/zipball/aa98306889647bf7e46f2806982f6297ac1b0474",
2788
                "reference": "aa98306889647bf7e46f2806982f6297ac1b0474",
2789
                "shasum": ""
2790
            },
2791
            "require": {
2792
                "php": ">=5.3.9"
2793
            },
2794
            "type": "library",
2795
            "extra": {
2796
                "branch-alias": {
2797
                    "dev-master": "2.7-dev"
2798
                }
2799
            },
2800
            "autoload": {
2801
                "psr-4": {
2802
                    "Symfony\\Component\\PropertyAccess\\": ""
2803
                },
2804
                "exclude-from-classmap": [
2805
                    "/Tests/"
2806
                ]
2807
            },
2808
            "notification-url": "https://packagist.org/downloads/",
2809
            "license": [
2810
                "MIT"
2811
            ],
2812
            "authors": [
2813
                {
2814
                    "name": "Fabien Potencier",
2815
                    "email": "[email protected]"
2816
                },
2817
                {
2818
                    "name": "Symfony Community",
2819
                    "homepage": "https://symfony.com/contributors"
2820
                }
2821
            ],
2822
            "description": "Symfony PropertyAccess Component",
2823
            "homepage": "https://symfony.com",
2824
            "keywords": [
2825
                "access",
2826
                "array",
2827
                "extraction",
2828
                "index",
2829
                "injection",
2830
                "object",
2831
                "property",
2832
                "property path",
2833
                "reflection"
2834
            ],
2835
            "time": "2016-07-30 07:17:26"
2836
        },
2837
        {
2838
            "name": "symfony/routing",
2839
            "version": "v2.7.21",
2840
            "source": {
2841
                "type": "git",
2842
                "url": "https://github.com/symfony/routing.git",
2843
                "reference": "c4509a70fdb18d63decd3c24c44734703ed5c7eb"
2844
            },
2845
            "dist": {
2846
                "type": "zip",
2847
                "url": "https://api.github.com/repos/symfony/routing/zipball/c4509a70fdb18d63decd3c24c44734703ed5c7eb",
2848
                "reference": "c4509a70fdb18d63decd3c24c44734703ed5c7eb",
2849
                "shasum": ""
2850
            },
2851
            "require": {
2852
                "php": ">=5.3.9"
2853
            },
2854
            "conflict": {
2855
                "symfony/config": "<2.7"
2856
            },
2857
            "require-dev": {
2858
                "doctrine/annotations": "~1.0",
2859
                "doctrine/common": "~2.2",
2860
                "psr/log": "~1.0",
2861
                "symfony/config": "~2.7",
2862
                "symfony/expression-language": "~2.4",
2863
                "symfony/http-foundation": "~2.3",
2864
                "symfony/yaml": "~2.0,>=2.0.5"
2865
            },
2866
            "suggest": {
2867
                "doctrine/annotations": "For using the annotation loader",
2868
                "symfony/config": "For using the all-in-one router or any loader",
2869
                "symfony/expression-language": "For using expression matching",
2870
                "symfony/http-foundation": "For using a Symfony Request object",
2871
                "symfony/yaml": "For using the YAML loader"
2872
            },
2873
            "type": "library",
2874
            "extra": {
2875
                "branch-alias": {
2876
                    "dev-master": "2.7-dev"
2877
                }
2878
            },
2879
            "autoload": {
2880
                "psr-4": {
2881
                    "Symfony\\Component\\Routing\\": ""
2882
                },
2883
                "exclude-from-classmap": [
2884
                    "/Tests/"
2885
                ]
2886
            },
2887
            "notification-url": "https://packagist.org/downloads/",
2888
            "license": [
2889
                "MIT"
2890
            ],
2891
            "authors": [
2892
                {
2893
                    "name": "Fabien Potencier",
2894
                    "email": "[email protected]"
2895
                },
2896
                {
2897
                    "name": "Symfony Community",
2898
                    "homepage": "https://symfony.com/contributors"
2899
                }
2900
            ],
2901
            "description": "Symfony Routing Component",
2902
            "homepage": "https://symfony.com",
2903
            "keywords": [
2904
                "router",
2905
                "routing",
2906
                "uri",
2907
                "url"
2908
            ],
2909
            "time": "2016-08-16 10:55:04"
2910
        },
2911
        {
2912
            "name": "symfony/security",
2913
            "version": "v2.7.21",
2914
            "source": {
2915
                "type": "git",
2916
                "url": "https://github.com/symfony/security.git",
2917
                "reference": "5540e02397e2ba5b792b4b0308b473c53a9d5574"
2918
            },
2919
            "dist": {
2920
                "type": "zip",
2921
                "url": "https://api.github.com/repos/symfony/security/zipball/5540e02397e2ba5b792b4b0308b473c53a9d5574",
2922
                "reference": "5540e02397e2ba5b792b4b0308b473c53a9d5574",
2923
                "shasum": ""
2924
            },
2925
            "require": {
2926
                "paragonie/random_compat": "~1.0",
2927
                "php": ">=5.3.9",
2928
                "symfony/event-dispatcher": "~2.2",
2929
                "symfony/http-foundation": "~2.1",
2930
                "symfony/http-kernel": "~2.4"
2931
            },
2932
            "replace": {
2933
                "symfony/security-acl": "self.version",
2934
                "symfony/security-core": "self.version",
2935
                "symfony/security-csrf": "self.version",
2936
                "symfony/security-http": "self.version"
2937
            },
2938
            "require-dev": {
2939
                "doctrine/common": "~2.2",
2940
                "doctrine/dbal": "~2.2",
2941
                "ircmaxell/password-compat": "~1.0",
2942
                "psr/log": "~1.0",
2943
                "symfony/expression-language": "~2.6",
2944
                "symfony/finder": "~2.3",
2945
                "symfony/intl": "~2.3",
2946
                "symfony/routing": "~2.2",
2947
                "symfony/validator": "~2.5,>=2.5.9"
2948
            },
2949
            "suggest": {
2950
                "doctrine/dbal": "For using the built-in ACL implementation",
2951
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
2952
                "symfony/class-loader": "For using the ACL generateSql script",
2953
                "symfony/expression-language": "For using the expression voter",
2954
                "symfony/finder": "For using the ACL generateSql script",
2955
                "symfony/form": "",
2956
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
2957
                "symfony/validator": "For using the user password constraint"
2958
            },
2959
            "type": "library",
2960
            "extra": {
2961
                "branch-alias": {
2962
                    "dev-master": "2.7-dev"
2963
                }
2964
            },
2965
            "autoload": {
2966
                "psr-4": {
2967
                    "Symfony\\Component\\Security\\": ""
2968
                },
2969
                "exclude-from-classmap": [
2970
                    "/Tests/"
2971
                ]
2972
            },
2973
            "notification-url": "https://packagist.org/downloads/",
2974
            "license": [
2975
                "MIT"
2976
            ],
2977
            "authors": [
2978
                {
2979
                    "name": "Fabien Potencier",
2980
                    "email": "[email protected]"
2981
                },
2982
                {
2983
                    "name": "Symfony Community",
2984
                    "homepage": "https://symfony.com/contributors"
2985
                }
2986
            ],
2987
            "description": "Symfony Security Component",
2988
            "homepage": "https://symfony.com",
2989
            "time": "2016-11-13 17:41:36"
2990
        },
2991
        {
2992
            "name": "symfony/serializer",
2993
            "version": "v2.7.21",
2994
            "source": {
2995
                "type": "git",
2996
                "url": "https://github.com/symfony/serializer.git",
2997
                "reference": "e4748cc2a3e93bcfb58fa51ff972c3c47068b496"
2998
            },
2999
            "dist": {
3000
                "type": "zip",
3001
                "url": "https://api.github.com/repos/symfony/serializer/zipball/e4748cc2a3e93bcfb58fa51ff972c3c47068b496",
3002
                "reference": "e4748cc2a3e93bcfb58fa51ff972c3c47068b496",
3003
                "shasum": ""
3004
            },
3005
            "require": {
3006
                "php": ">=5.3.9"
3007
            },
3008
            "require-dev": {
3009
                "doctrine/annotations": "~1.0",
3010
                "doctrine/cache": "~1.0",
3011
                "symfony/config": "~2.2",
3012
                "symfony/property-access": "~2.3",
3013
                "symfony/yaml": "~2.0,>=2.0.5"
3014
            },
3015
            "suggest": {
3016
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3017
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3018
                "symfony/config": "For using the XML mapping loader.",
3019
                "symfony/property-access": "For using the ObjectNormalizer.",
3020
                "symfony/yaml": "For using the default YAML mapping loader."
3021
            },
3022
            "type": "library",
3023
            "extra": {
3024
                "branch-alias": {
3025
                    "dev-master": "2.7-dev"
3026
                }
3027
            },
3028
            "autoload": {
3029
                "psr-4": {
3030
                    "Symfony\\Component\\Serializer\\": ""
3031
                },
3032
                "exclude-from-classmap": [
3033
                    "/Tests/"
3034
                ]
3035
            },
3036
            "notification-url": "https://packagist.org/downloads/",
3037
            "license": [
3038
                "MIT"
3039
            ],
3040
            "authors": [
3041
                {
3042
                    "name": "Fabien Potencier",
3043
                    "email": "[email protected]"
3044
                },
3045
                {
3046
                    "name": "Symfony Community",
3047
                    "homepage": "https://symfony.com/contributors"
3048
                }
3049
            ],
3050
            "description": "Symfony Serializer Component",
3051
            "homepage": "https://symfony.com",
3052
            "time": "2016-11-03 07:44:53"
3053
        },
3054
        {
3055
            "name": "symfony/stopwatch",
3056
            "version": "v2.7.21",
3057
            "source": {
3058
                "type": "git",
3059
                "url": "https://github.com/symfony/stopwatch.git",
3060
                "reference": "a9ecd98ac1e1bbc837469e9537d24060e8859983"
3061
            },
3062
            "dist": {
3063
                "type": "zip",
3064
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/a9ecd98ac1e1bbc837469e9537d24060e8859983",
3065
                "reference": "a9ecd98ac1e1bbc837469e9537d24060e8859983",
3066
                "shasum": ""
3067
            },
3068
            "require": {
3069
                "php": ">=5.3.9"
3070
            },
3071
            "type": "library",
3072
            "extra": {
3073
                "branch-alias": {
3074
                    "dev-master": "2.7-dev"
3075
                }
3076
            },
3077
            "autoload": {
3078
                "psr-4": {
3079
                    "Symfony\\Component\\Stopwatch\\": ""
3080
                },
3081
                "exclude-from-classmap": [
3082
                    "/Tests/"
3083
                ]
3084
            },
3085
            "notification-url": "https://packagist.org/downloads/",
3086
            "license": [
3087
                "MIT"
3088
            ],
3089
            "authors": [
3090
                {
3091
                    "name": "Fabien Potencier",
3092
                    "email": "[email protected]"
3093
                },
3094
                {
3095
                    "name": "Symfony Community",
3096
                    "homepage": "https://symfony.com/contributors"
3097
                }
3098
            ],
3099
            "description": "Symfony Stopwatch Component",
3100
            "homepage": "https://symfony.com",
3101
            "time": "2016-06-28 06:24:06"
3102
        },
3103
        {
3104
            "name": "symfony/translation",
3105
            "version": "v2.7.21",
3106
            "source": {
3107
                "type": "git",
3108
                "url": "https://github.com/symfony/translation.git",
3109
                "reference": "3d7c5418561389ea5c57ba29edbdf7cf6c4ecb40"
3110
            },
3111
            "dist": {
3112
                "type": "zip",
3113
                "url": "https://api.github.com/repos/symfony/translation/zipball/3d7c5418561389ea5c57ba29edbdf7cf6c4ecb40",
3114
                "reference": "3d7c5418561389ea5c57ba29edbdf7cf6c4ecb40",
3115
                "shasum": ""
3116
            },
3117
            "require": {
3118
                "php": ">=5.3.9"
3119
            },
3120
            "conflict": {
3121
                "symfony/config": "<2.7"
3122
            },
3123
            "require-dev": {
3124
                "psr/log": "~1.0",
3125
                "symfony/config": "~2.7",
3126
                "symfony/intl": "~2.4",
3127
                "symfony/yaml": "~2.2"
3128
            },
3129
            "suggest": {
3130
                "psr/log": "To use logging capability in translator",
3131
                "symfony/config": "",
3132
                "symfony/yaml": ""
3133
            },
3134
            "type": "library",
3135
            "extra": {
3136
                "branch-alias": {
3137
                    "dev-master": "2.7-dev"
3138
                }
3139
            },
3140
            "autoload": {
3141
                "psr-4": {
3142
                    "Symfony\\Component\\Translation\\": ""
3143
                },
3144
                "exclude-from-classmap": [
3145
                    "/Tests/"
3146
                ]
3147
            },
3148
            "notification-url": "https://packagist.org/downloads/",
3149
            "license": [
3150
                "MIT"
3151
            ],
3152
            "authors": [
3153
                {
3154
                    "name": "Fabien Potencier",
3155
                    "email": "[email protected]"
3156
                },
3157
                {
3158
                    "name": "Symfony Community",
3159
                    "homepage": "https://symfony.com/contributors"
3160
                }
3161
            ],
3162
            "description": "Symfony Translation Component",
3163
            "homepage": "https://symfony.com",
3164
            "time": "2016-11-18 20:26:45"
3165
        },
3166
        {
3167
            "name": "symfony/twig-bridge",
3168
            "version": "v2.7.21",
3169
            "source": {
3170
                "type": "git",
3171
                "url": "https://github.com/symfony/twig-bridge.git",
3172
                "reference": "dc7473d135525c1115c801181459d7a1d0f3e440"
3173
            },
3174
            "dist": {
3175
                "type": "zip",
3176
                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/dc7473d135525c1115c801181459d7a1d0f3e440",
3177
                "reference": "dc7473d135525c1115c801181459d7a1d0f3e440",
3178
                "shasum": ""
3179
            },
3180
            "require": {
3181
                "php": ">=5.3.9",
3182
                "twig/twig": "~1.28|~2.0"
3183
            },
3184
            "require-dev": {
3185
                "symfony/asset": "~2.7",
3186
                "symfony/console": "~2.7",
3187
                "symfony/expression-language": "~2.4",
3188
                "symfony/finder": "~2.3",
3189
                "symfony/form": "~2.7.11|~2.8.4",
3190
                "symfony/http-kernel": "~2.3",
3191
                "symfony/intl": "~2.3",
3192
                "symfony/routing": "~2.2",
3193
                "symfony/security": "~2.6",
3194
                "symfony/security-acl": "~2.6",
3195
                "symfony/stopwatch": "~2.2",
3196
                "symfony/templating": "~2.1",
3197
                "symfony/translation": "~2.7",
3198
                "symfony/var-dumper": "~2.7.16|~2.8.9",
3199
                "symfony/yaml": "~2.0,>=2.0.5"
3200
            },
3201
            "suggest": {
3202
                "symfony/asset": "For using the AssetExtension",
3203
                "symfony/expression-language": "For using the ExpressionExtension",
3204
                "symfony/finder": "",
3205
                "symfony/form": "For using the FormExtension",
3206
                "symfony/http-kernel": "For using the HttpKernelExtension",
3207
                "symfony/routing": "For using the RoutingExtension",
3208
                "symfony/security": "For using the SecurityExtension",
3209
                "symfony/stopwatch": "For using the StopwatchExtension",
3210
                "symfony/templating": "For using the TwigEngine",
3211
                "symfony/translation": "For using the TranslationExtension",
3212
                "symfony/var-dumper": "For using the DumpExtension",
3213
                "symfony/yaml": "For using the YamlExtension"
3214
            },
3215
            "type": "symfony-bridge",
3216
            "extra": {
3217
                "branch-alias": {
3218
                    "dev-master": "2.7-dev"
3219
                }
3220
            },
3221
            "autoload": {
3222
                "psr-4": {
3223
                    "Symfony\\Bridge\\Twig\\": ""
3224
                },
3225
                "exclude-from-classmap": [
3226
                    "/Tests/"
3227
                ]
3228
            },
3229
            "notification-url": "https://packagist.org/downloads/",
3230
            "license": [
3231
                "MIT"
3232
            ],
3233
            "authors": [
3234
                {
3235
                    "name": "Fabien Potencier",
3236
                    "email": "[email protected]"
3237
                },
3238
                {
3239
                    "name": "Symfony Community",
3240
                    "homepage": "https://symfony.com/contributors"
3241
                }
3242
            ],
3243
            "description": "Symfony Twig Bridge",
3244
            "homepage": "https://symfony.com",
3245
            "time": "2016-11-14 08:34:35"
3246
        },
3247
        {
3248
            "name": "symfony/validator",
3249
            "version": "v2.7.21",
3250
            "source": {
3251
                "type": "git",
3252
                "url": "https://github.com/symfony/validator.git",
3253
                "reference": "4fd332ff7c756d15cd625f184ea50eb716a66d89"
3254
            },
3255
            "dist": {
3256
                "type": "zip",
3257
                "url": "https://api.github.com/repos/symfony/validator/zipball/4fd332ff7c756d15cd625f184ea50eb716a66d89",
3258
                "reference": "4fd332ff7c756d15cd625f184ea50eb716a66d89",
3259
                "shasum": ""
3260
            },
3261
            "require": {
3262
                "php": ">=5.3.9",
3263
                "symfony/translation": "~2.4"
3264
            },
3265
            "require-dev": {
3266
                "doctrine/annotations": "~1.0",
3267
                "doctrine/cache": "~1.0",
3268
                "doctrine/common": "~2.3",
3269
                "egulias/email-validator": "~1.2,>=1.2.1",
3270
                "symfony/config": "~2.2",
3271
                "symfony/expression-language": "~2.4",
3272
                "symfony/http-foundation": "~2.3",
3273
                "symfony/intl": "~2.7.4|~2.8",
3274
                "symfony/property-access": "~2.3",
3275
                "symfony/yaml": "~2.0,>=2.0.5"
3276
            },
3277
            "suggest": {
3278
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3279
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3280
                "egulias/email-validator": "Strict (RFC compliant) email validation",
3281
                "symfony/config": "",
3282
                "symfony/expression-language": "For using the 2.4 Expression validator",
3283
                "symfony/http-foundation": "",
3284
                "symfony/intl": "",
3285
                "symfony/property-access": "For using the 2.4 Validator API",
3286
                "symfony/yaml": ""
3287
            },
3288
            "type": "library",
3289
            "extra": {
3290
                "branch-alias": {
3291
                    "dev-master": "2.7-dev"
3292
                }
3293
            },
3294
            "autoload": {
3295
                "psr-4": {
3296
                    "Symfony\\Component\\Validator\\": ""
3297
                },
3298
                "exclude-from-classmap": [
3299
                    "/Tests/"
3300
                ]
3301
            },
3302
            "notification-url": "https://packagist.org/downloads/",
3303
            "license": [
3304
                "MIT"
3305
            ],
3306
            "authors": [
3307
                {
3308
                    "name": "Fabien Potencier",
3309
                    "email": "[email protected]"
3310
                },
3311
                {
3312
                    "name": "Symfony Community",
3313
                    "homepage": "https://symfony.com/contributors"
3314
                }
3315
            ],
3316
            "description": "Symfony Validator Component",
3317
            "homepage": "https://symfony.com",
3318
            "time": "2016-11-18 20:46:21"
3319
        },
3320
        {
3321
            "name": "symfony/var-dumper",
3322
            "version": "v2.7.21",
3323
            "source": {
3324
                "type": "git",
3325
                "url": "https://github.com/symfony/var-dumper.git",
3326
                "reference": "46559c72e68f4660ab964d2dae58001b957ca276"
3327
            },
3328
            "dist": {
3329
                "type": "zip",
3330
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/46559c72e68f4660ab964d2dae58001b957ca276",
3331
                "reference": "46559c72e68f4660ab964d2dae58001b957ca276",
3332
                "shasum": ""
3333
            },
3334
            "require": {
3335
                "php": ">=5.3.9"
3336
            },
3337
            "suggest": {
3338
                "ext-symfony_debug": ""
3339
            },
3340
            "type": "library",
3341
            "extra": {
3342
                "branch-alias": {
3343
                    "dev-master": "2.7-dev"
3344
                }
3345
            },
3346
            "autoload": {
3347
                "files": [
3348
                    "Resources/functions/dump.php"
3349
                ],
3350
                "psr-4": {
3351
                    "Symfony\\Component\\VarDumper\\": ""
3352
                },
3353
                "exclude-from-classmap": [
3354
                    "/Tests/"
3355
                ]
3356
            },
3357
            "notification-url": "https://packagist.org/downloads/",
3358
            "license": [
3359
                "MIT"
3360
            ],
3361
            "authors": [
3362
                {
3363
                    "name": "Nicolas Grekas",
3364
                    "email": "[email protected]"
3365
                },
3366
                {
3367
                    "name": "Symfony Community",
3368
                    "homepage": "https://symfony.com/contributors"
3369
                }
3370
            ],
3371
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3372
            "homepage": "https://symfony.com",
3373
            "keywords": [
3374
                "debug",
3375
                "dump"
3376
            ],
3377
            "time": "2016-11-03 07:44:53"
3378
        },
3379
        {
3380
            "name": "symfony/web-profiler-bundle",
3381
            "version": "v2.7.21",
3382
            "source": {
3383
                "type": "git",
3384
                "url": "https://github.com/symfony/web-profiler-bundle.git",
3385
                "reference": "f9c825e2cabb0380ab9d4a237e9b64bd6c12df22"
3386
            },
3387
            "dist": {
3388
                "type": "zip",
3389
                "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/f9c825e2cabb0380ab9d4a237e9b64bd6c12df22",
3390
                "reference": "f9c825e2cabb0380ab9d4a237e9b64bd6c12df22",
3391
                "shasum": ""
3392
            },
3393
            "require": {
3394
                "php": ">=5.3.9",
3395
                "symfony/http-kernel": "~2.4",
3396
                "symfony/routing": "~2.2",
3397
                "symfony/twig-bridge": "~2.7"
3398
            },
3399
            "require-dev": {
3400
                "symfony/config": "~2.2",
3401
                "symfony/console": "~2.3",
3402
                "symfony/dependency-injection": "~2.2",
3403
                "symfony/stopwatch": "~2.2"
3404
            },
3405
            "type": "symfony-bundle",
3406
            "extra": {
3407
                "branch-alias": {
3408
                    "dev-master": "2.7-dev"
3409
                }
3410
            },
3411
            "autoload": {
3412
                "psr-4": {
3413
                    "Symfony\\Bundle\\WebProfilerBundle\\": ""
3414
                },
3415
                "exclude-from-classmap": [
3416
                    "/Tests/"
3417
                ]
3418
            },
3419
            "notification-url": "https://packagist.org/downloads/",
3420
            "license": [
3421
                "MIT"
3422
            ],
3423
            "authors": [
3424
                {
3425
                    "name": "Fabien Potencier",
3426
                    "email": "[email protected]"
3427
                },
3428
                {
3429
                    "name": "Symfony Community",
3430
                    "homepage": "https://symfony.com/contributors"
3431
                }
3432
            ],
3433
            "description": "Symfony WebProfilerBundle",
3434
            "homepage": "https://symfony.com",
3435
            "time": "2016-11-12 17:04:32"
3436
        },
3437
        {
3438
            "name": "symfony/yaml",
3439
            "version": "v2.7.21",
3440
            "source": {
3441
                "type": "git",
3442
                "url": "https://github.com/symfony/yaml.git",
3443
                "reference": "db8dae7ff732262fbcbec0d209200ae3ec5e23b4"
3444
            },
3445
            "dist": {
3446
                "type": "zip",
3447
                "url": "https://api.github.com/repos/symfony/yaml/zipball/db8dae7ff732262fbcbec0d209200ae3ec5e23b4",
3448
                "reference": "db8dae7ff732262fbcbec0d209200ae3ec5e23b4",
3449
                "shasum": ""
3450
            },
3451
            "require": {
3452
                "php": ">=5.3.9"
3453
            },
3454
            "type": "library",
3455
            "extra": {
3456
                "branch-alias": {
3457
                    "dev-master": "2.7-dev"
3458
                }
3459
            },
3460
            "autoload": {
3461
                "psr-4": {
3462
                    "Symfony\\Component\\Yaml\\": ""
3463
                },
3464
                "exclude-from-classmap": [
3465
                    "/Tests/"
3466
                ]
3467
            },
3468
            "notification-url": "https://packagist.org/downloads/",
3469
            "license": [
3470
                "MIT"
3471
            ],
3472
            "authors": [
3473
                {
3474
                    "name": "Fabien Potencier",
3475
                    "email": "[email protected]"
3476
                },
3477
                {
3478
                    "name": "Symfony Community",
3479
                    "homepage": "https://symfony.com/contributors"
3480
                }
3481
            ],
3482
            "description": "Symfony Yaml Component",
3483
            "homepage": "https://symfony.com",
3484
            "time": "2016-11-09 17:27:48"
3485
        },
3486
        {
3487
            "name": "twig/twig",
3488
            "version": "v1.28.2",
3489
            "source": {
3490
                "type": "git",
3491
                "url": "https://github.com/twigphp/Twig.git",
3492
                "reference": "b22ce0eb070e41f7cba65d78fe216de29726459c"
3493
            },
3494
            "dist": {
3495
                "type": "zip",
3496
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/b22ce0eb070e41f7cba65d78fe216de29726459c",
3497
                "reference": "b22ce0eb070e41f7cba65d78fe216de29726459c",
3498
                "shasum": ""
3499
            },
3500
            "require": {
3501
                "php": ">=5.2.7"
3502
            },
3503
            "require-dev": {
3504
                "symfony/debug": "~2.7",
3505
                "symfony/phpunit-bridge": "~3.2@dev"
3506
            },
3507
            "type": "library",
3508
            "extra": {
3509
                "branch-alias": {
3510
                    "dev-master": "1.28-dev"
3511
                }
3512
            },
3513
            "autoload": {
3514
                "psr-0": {
3515
                    "Twig_": "lib/"
3516
                }
3517
            },
3518
            "notification-url": "https://packagist.org/downloads/",
3519
            "license": [
3520
                "BSD-3-Clause"
3521
            ],
3522
            "authors": [
3523
                {
3524
                    "name": "Fabien Potencier",
3525
                    "email": "[email protected]",
3526
                    "homepage": "http://fabien.potencier.org",
3527
                    "role": "Lead Developer"
3528
                },
3529
                {
3530
                    "name": "Armin Ronacher",
3531
                    "email": "[email protected]",
3532
                    "role": "Project Founder"
3533
                },
3534
                {
3535
                    "name": "Twig Team",
3536
                    "homepage": "http://twig.sensiolabs.org/contributors",
3537
                    "role": "Contributors"
3538
                }
3539
            ],
3540
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3541
            "homepage": "http://twig.sensiolabs.org",
3542
            "keywords": [
3543
                "templating"
3544
            ],
3545
            "time": "2016-11-23 18:41:40"
3546
        }
3547
    ],
3548
    "packages-dev": [
3549
        {
3550
            "name": "doctrine/instantiator",
3551
            "version": "1.0.5",
3552
            "source": {
3553
                "type": "git",
3554
                "url": "https://github.com/doctrine/instantiator.git",
3555
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3556
            },
3557
            "dist": {
3558
                "type": "zip",
3559
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3560
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3561
                "shasum": ""
3562
            },
3563
            "require": {
3564
                "php": ">=5.3,<8.0-DEV"
3565
            },
3566
            "require-dev": {
3567
                "athletic/athletic": "~0.1.8",
3568
                "ext-pdo": "*",
3569
                "ext-phar": "*",
3570
                "phpunit/phpunit": "~4.0",
3571
                "squizlabs/php_codesniffer": "~2.0"
3572
            },
3573
            "type": "library",
3574
            "extra": {
3575
                "branch-alias": {
3576
                    "dev-master": "1.0.x-dev"
3577
                }
3578
            },
3579
            "autoload": {
3580
                "psr-4": {
3581
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3582
                }
3583
            },
3584
            "notification-url": "https://packagist.org/downloads/",
3585
            "license": [
3586
                "MIT"
3587
            ],
3588
            "authors": [
3589
                {
3590
                    "name": "Marco Pivetta",
3591
                    "email": "[email protected]",
3592
                    "homepage": "http://ocramius.github.com/"
3593
                }
3594
            ],
3595
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3596
            "homepage": "https://github.com/doctrine/instantiator",
3597
            "keywords": [
3598
                "constructor",
3599
                "instantiate"
3600
            ],
3601
            "time": "2015-06-14 21:17:01"
3602
        },
3603
        {
3604
            "name": "friendsofphp/php-cs-fixer",
3605
            "version": "v1.12.4",
3606
            "source": {
3607
                "type": "git",
3608
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
3609
                "reference": "c5a9d66dd27f02a3ffba4ec451ce27702604cdc8"
3610
            },
3611
            "dist": {
3612
                "type": "zip",
3613
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c5a9d66dd27f02a3ffba4ec451ce27702604cdc8",
3614
                "reference": "c5a9d66dd27f02a3ffba4ec451ce27702604cdc8",
3615
                "shasum": ""
3616
            },
3617
            "require": {
3618
                "ext-tokenizer": "*",
3619
                "php": "^5.3.6 || >=7.0 <7.2",
3620
                "sebastian/diff": "^1.1",
3621
                "symfony/console": "^2.3 || ^3.0",
3622
                "symfony/event-dispatcher": "^2.1 || ^3.0",
3623
                "symfony/filesystem": "^2.1 || ^3.0",
3624
                "symfony/finder": "^2.1 || ^3.0",
3625
                "symfony/process": "^2.3 || ^3.0",
3626
                "symfony/stopwatch": "^2.5 || ^3.0"
3627
            },
3628
            "conflict": {
3629
                "hhvm": "<3.9"
3630
            },
3631
            "require-dev": {
3632
                "phpunit/phpunit": "^4.5|^5",
3633
                "satooshi/php-coveralls": "^1.0"
3634
            },
3635
            "bin": [
3636
                "php-cs-fixer"
3637
            ],
3638
            "type": "application",
3639
            "autoload": {
3640
                "psr-4": {
3641
                    "Symfony\\CS\\": "Symfony/CS/"
3642
                }
3643
            },
3644
            "notification-url": "https://packagist.org/downloads/",
3645
            "license": [
3646
                "MIT"
3647
            ],
3648
            "authors": [
3649
                {
3650
                    "name": "Dariusz Rumiński",
3651
                    "email": "[email protected]"
3652
                },
3653
                {
3654
                    "name": "Fabien Potencier",
3655
                    "email": "[email protected]"
3656
                }
3657
            ],
3658
            "description": "A tool to automatically fix PHP code style",
3659
            "time": "2016-11-15 09:10:47"
3660
        },
3661
        {
3662
            "name": "fzaninotto/faker",
3663
            "version": "v1.5.0",
3664
            "source": {
3665
                "type": "git",
3666
                "url": "https://github.com/fzaninotto/Faker.git",
3667
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
3668
            },
3669
            "dist": {
3670
                "type": "zip",
3671
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
3672
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
3673
                "shasum": ""
3674
            },
3675
            "require": {
3676
                "php": ">=5.3.3"
3677
            },
3678
            "require-dev": {
3679
                "phpunit/phpunit": "~4.0",
3680
                "squizlabs/php_codesniffer": "~1.5"
3681
            },
3682
            "suggest": {
3683
                "ext-intl": "*"
3684
            },
3685
            "type": "library",
3686
            "extra": {
3687
                "branch-alias": {
3688
                    "dev-master": "1.5.x-dev"
3689
                }
3690
            },
3691
            "autoload": {
3692
                "psr-4": {
3693
                    "Faker\\": "src/Faker/"
3694
                }
3695
            },
3696
            "notification-url": "https://packagist.org/downloads/",
3697
            "license": [
3698
                "MIT"
3699
            ],
3700
            "authors": [
3701
                {
3702
                    "name": "François Zaninotto"
3703
                }
3704
            ],
3705
            "description": "Faker is a PHP library that generates fake data for you.",
3706
            "keywords": [
3707
                "data",
3708
                "faker",
3709
                "fixtures"
3710
            ],
3711
            "time": "2015-05-29 06:29:14"
3712
        },
3713
        {
3714
            "name": "mikey179/vfsStream",
3715
            "version": "v1.6.4",
3716
            "source": {
3717
                "type": "git",
3718
                "url": "https://github.com/mikey179/vfsStream.git",
3719
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
3720
            },
3721
            "dist": {
3722
                "type": "zip",
3723
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
3724
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
3725
                "shasum": ""
3726
            },
3727
            "require": {
3728
                "php": ">=5.3.0"
3729
            },
3730
            "require-dev": {
3731
                "phpunit/phpunit": "~4.5"
3732
            },
3733
            "type": "library",
3734
            "extra": {
3735
                "branch-alias": {
3736
                    "dev-master": "1.6.x-dev"
3737
                }
3738
            },
3739
            "autoload": {
3740
                "psr-0": {
3741
                    "org\\bovigo\\vfs\\": "src/main/php"
3742
                }
3743
            },
3744
            "notification-url": "https://packagist.org/downloads/",
3745
            "license": [
3746
                "BSD-3-Clause"
3747
            ],
3748
            "authors": [
3749
                {
3750
                    "name": "Frank Kleine",
3751
                    "homepage": "http://frankkleine.de/",
3752
                    "role": "Developer"
3753
                }
3754
            ],
3755
            "description": "Virtual file system to mock the real file system in unit tests.",
3756
            "homepage": "http://vfs.bovigo.org/",
3757
            "time": "2016-07-18 14:02:57"
3758
        },
3759
        {
3760
            "name": "phing/phing",
3761
            "version": "2.15.2",
3762
            "source": {
3763
                "type": "git",
3764
                "url": "https://github.com/phingofficial/phing.git",
3765
                "reference": "0999ab4e94e609dc00998e3d1b88df843054db7c"
3766
            },
3767
            "dist": {
3768
                "type": "zip",
3769
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/0999ab4e94e609dc00998e3d1b88df843054db7c",
3770
                "reference": "0999ab4e94e609dc00998e3d1b88df843054db7c",
3771
                "shasum": ""
3772
            },
3773
            "require": {
3774
                "php": ">=5.2.0"
3775
            },
3776
            "require-dev": {
3777
                "ext-pdo_sqlite": "*",
3778
                "lastcraft/simpletest": "@dev",
3779
                "mikey179/vfsstream": "^1.6",
3780
                "pdepend/pdepend": "2.x",
3781
                "pear/archive_tar": "1.4.x",
3782
                "pear/http_request2": "dev-trunk",
3783
                "pear/net_growl": "dev-trunk",
3784
                "pear/pear-core-minimal": "1.10.1",
3785
                "pear/versioncontrol_git": "@dev",
3786
                "pear/versioncontrol_svn": "~0.5",
3787
                "phpdocumentor/phpdocumentor": "2.x",
3788
                "phploc/phploc": "~2.0.6",
3789
                "phpmd/phpmd": "~2.2",
3790
                "phpunit/phpunit": ">=3.7",
3791
                "sebastian/git": "~1.0",
3792
                "sebastian/phpcpd": "2.x",
3793
                "siad007/versioncontrol_hg": "^1.0",
3794
                "squizlabs/php_codesniffer": "~2.2",
3795
                "symfony/yaml": "~2.7"
3796
            },
3797
            "suggest": {
3798
                "pdepend/pdepend": "PHP version of JDepend",
3799
                "pear/archive_tar": "Tar file management class",
3800
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
3801
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
3802
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
3803
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
3804
                "phpmd/phpmd": "PHP version of PMD tool",
3805
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
3806
                "phpunit/phpunit": "The PHP Unit Testing Framework",
3807
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
3808
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
3809
                "tedivm/jshrink": "Javascript Minifier built in PHP"
3810
            },
3811
            "bin": [
3812
                "bin/phing"
3813
            ],
3814
            "type": "library",
3815
            "extra": {
3816
                "branch-alias": {
3817
                    "dev-master": "2.15.x-dev"
3818
                }
3819
            },
3820
            "autoload": {
3821
                "classmap": [
3822
                    "classes/phing/"
3823
                ]
3824
            },
3825
            "notification-url": "https://packagist.org/downloads/",
3826
            "include-path": [
3827
                "classes"
3828
            ],
3829
            "license": [
3830
                "LGPL-3.0"
3831
            ],
3832
            "authors": [
3833
                {
3834
                    "name": "Michiel Rook",
3835
                    "email": "[email protected]"
3836
                },
3837
                {
3838
                    "name": "Phing Community",
3839
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
3840
                }
3841
            ],
3842
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
3843
            "homepage": "https://www.phing.info/",
3844
            "keywords": [
3845
                "build",
3846
                "phing",
3847
                "task",
3848
                "tool"
3849
            ],
3850
            "time": "2016-10-13 09:01:45"
3851
        },
3852
        {
3853
            "name": "phpdocumentor/reflection-docblock",
3854
            "version": "2.0.4",
3855
            "source": {
3856
                "type": "git",
3857
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3858
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3859
            },
3860
            "dist": {
3861
                "type": "zip",
3862
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3863
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3864
                "shasum": ""
3865
            },
3866
            "require": {
3867
                "php": ">=5.3.3"
3868
            },
3869
            "require-dev": {
3870
                "phpunit/phpunit": "~4.0"
3871
            },
3872
            "suggest": {
3873
                "dflydev/markdown": "~1.0",
3874
                "erusev/parsedown": "~1.0"
3875
            },
3876
            "type": "library",
3877
            "extra": {
3878
                "branch-alias": {
3879
                    "dev-master": "2.0.x-dev"
3880
                }
3881
            },
3882
            "autoload": {
3883
                "psr-0": {
3884
                    "phpDocumentor": [
3885
                        "src/"
3886
                    ]
3887
                }
3888
            },
3889
            "notification-url": "https://packagist.org/downloads/",
3890
            "license": [
3891
                "MIT"
3892
            ],
3893
            "authors": [
3894
                {
3895
                    "name": "Mike van Riel",
3896
                    "email": "[email protected]"
3897
                }
3898
            ],
3899
            "time": "2015-02-03 12:10:50"
3900
        },
3901
        {
3902
            "name": "phpspec/prophecy",
3903
            "version": "v1.6.2",
3904
            "source": {
3905
                "type": "git",
3906
                "url": "https://github.com/phpspec/prophecy.git",
3907
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
3908
            },
3909
            "dist": {
3910
                "type": "zip",
3911
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
3912
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
3913
                "shasum": ""
3914
            },
3915
            "require": {
3916
                "doctrine/instantiator": "^1.0.2",
3917
                "php": "^5.3|^7.0",
3918
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3919
                "sebastian/comparator": "^1.1",
3920
                "sebastian/recursion-context": "^1.0|^2.0"
3921
            },
3922
            "require-dev": {
3923
                "phpspec/phpspec": "^2.0",
3924
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3925
            },
3926
            "type": "library",
3927
            "extra": {
3928
                "branch-alias": {
3929
                    "dev-master": "1.6.x-dev"
3930
                }
3931
            },
3932
            "autoload": {
3933
                "psr-0": {
3934
                    "Prophecy\\": "src/"
3935
                }
3936
            },
3937
            "notification-url": "https://packagist.org/downloads/",
3938
            "license": [
3939
                "MIT"
3940
            ],
3941
            "authors": [
3942
                {
3943
                    "name": "Konstantin Kudryashov",
3944
                    "email": "[email protected]",
3945
                    "homepage": "http://everzet.com"
3946
                },
3947
                {
3948
                    "name": "Marcello Duarte",
3949
                    "email": "[email protected]"
3950
                }
3951
            ],
3952
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3953
            "homepage": "https://github.com/phpspec/prophecy",
3954
            "keywords": [
3955
                "Double",
3956
                "Dummy",
3957
                "fake",
3958
                "mock",
3959
                "spy",
3960
                "stub"
3961
            ],
3962
            "time": "2016-11-21 14:58:47"
3963
        },
3964
        {
3965
            "name": "phpunit/php-code-coverage",
3966
            "version": "2.2.4",
3967
            "source": {
3968
                "type": "git",
3969
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3970
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3971
            },
3972
            "dist": {
3973
                "type": "zip",
3974
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3975
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3976
                "shasum": ""
3977
            },
3978
            "require": {
3979
                "php": ">=5.3.3",
3980
                "phpunit/php-file-iterator": "~1.3",
3981
                "phpunit/php-text-template": "~1.2",
3982
                "phpunit/php-token-stream": "~1.3",
3983
                "sebastian/environment": "^1.3.2",
3984
                "sebastian/version": "~1.0"
3985
            },
3986
            "require-dev": {
3987
                "ext-xdebug": ">=2.1.4",
3988
                "phpunit/phpunit": "~4"
3989
            },
3990
            "suggest": {
3991
                "ext-dom": "*",
3992
                "ext-xdebug": ">=2.2.1",
3993
                "ext-xmlwriter": "*"
3994
            },
3995
            "type": "library",
3996
            "extra": {
3997
                "branch-alias": {
3998
                    "dev-master": "2.2.x-dev"
3999
                }
4000
            },
4001
            "autoload": {
4002
                "classmap": [
4003
                    "src/"
4004
                ]
4005
            },
4006
            "notification-url": "https://packagist.org/downloads/",
4007
            "license": [
4008
                "BSD-3-Clause"
4009
            ],
4010
            "authors": [
4011
                {
4012
                    "name": "Sebastian Bergmann",
4013
                    "email": "[email protected]",
4014
                    "role": "lead"
4015
                }
4016
            ],
4017
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4018
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4019
            "keywords": [
4020
                "coverage",
4021
                "testing",
4022
                "xunit"
4023
            ],
4024
            "time": "2015-10-06 15:47:00"
4025
        },
4026
        {
4027
            "name": "phpunit/php-file-iterator",
4028
            "version": "1.4.1",
4029
            "source": {
4030
                "type": "git",
4031
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4032
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
4033
            },
4034
            "dist": {
4035
                "type": "zip",
4036
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4037
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4038
                "shasum": ""
4039
            },
4040
            "require": {
4041
                "php": ">=5.3.3"
4042
            },
4043
            "type": "library",
4044
            "extra": {
4045
                "branch-alias": {
4046
                    "dev-master": "1.4.x-dev"
4047
                }
4048
            },
4049
            "autoload": {
4050
                "classmap": [
4051
                    "src/"
4052
                ]
4053
            },
4054
            "notification-url": "https://packagist.org/downloads/",
4055
            "license": [
4056
                "BSD-3-Clause"
4057
            ],
4058
            "authors": [
4059
                {
4060
                    "name": "Sebastian Bergmann",
4061
                    "email": "[email protected]",
4062
                    "role": "lead"
4063
                }
4064
            ],
4065
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4066
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4067
            "keywords": [
4068
                "filesystem",
4069
                "iterator"
4070
            ],
4071
            "time": "2015-06-21 13:08:43"
4072
        },
4073
        {
4074
            "name": "phpunit/php-text-template",
4075
            "version": "1.2.1",
4076
            "source": {
4077
                "type": "git",
4078
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4079
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4080
            },
4081
            "dist": {
4082
                "type": "zip",
4083
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4084
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4085
                "shasum": ""
4086
            },
4087
            "require": {
4088
                "php": ">=5.3.3"
4089
            },
4090
            "type": "library",
4091
            "autoload": {
4092
                "classmap": [
4093
                    "src/"
4094
                ]
4095
            },
4096
            "notification-url": "https://packagist.org/downloads/",
4097
            "license": [
4098
                "BSD-3-Clause"
4099
            ],
4100
            "authors": [
4101
                {
4102
                    "name": "Sebastian Bergmann",
4103
                    "email": "[email protected]",
4104
                    "role": "lead"
4105
                }
4106
            ],
4107
            "description": "Simple template engine.",
4108
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4109
            "keywords": [
4110
                "template"
4111
            ],
4112
            "time": "2015-06-21 13:50:34"
4113
        },
4114
        {
4115
            "name": "phpunit/php-timer",
4116
            "version": "1.0.8",
4117
            "source": {
4118
                "type": "git",
4119
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4120
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
4121
            },
4122
            "dist": {
4123
                "type": "zip",
4124
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
4125
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
4126
                "shasum": ""
4127
            },
4128
            "require": {
4129
                "php": ">=5.3.3"
4130
            },
4131
            "require-dev": {
4132
                "phpunit/phpunit": "~4|~5"
4133
            },
4134
            "type": "library",
4135
            "autoload": {
4136
                "classmap": [
4137
                    "src/"
4138
                ]
4139
            },
4140
            "notification-url": "https://packagist.org/downloads/",
4141
            "license": [
4142
                "BSD-3-Clause"
4143
            ],
4144
            "authors": [
4145
                {
4146
                    "name": "Sebastian Bergmann",
4147
                    "email": "[email protected]",
4148
                    "role": "lead"
4149
                }
4150
            ],
4151
            "description": "Utility class for timing",
4152
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4153
            "keywords": [
4154
                "timer"
4155
            ],
4156
            "time": "2016-05-12 18:03:57"
4157
        },
4158
        {
4159
            "name": "phpunit/php-token-stream",
4160
            "version": "1.4.9",
4161
            "source": {
4162
                "type": "git",
4163
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4164
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
4165
            },
4166
            "dist": {
4167
                "type": "zip",
4168
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
4169
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
4170
                "shasum": ""
4171
            },
4172
            "require": {
4173
                "ext-tokenizer": "*",
4174
                "php": ">=5.3.3"
4175
            },
4176
            "require-dev": {
4177
                "phpunit/phpunit": "~4.2"
4178
            },
4179
            "type": "library",
4180
            "extra": {
4181
                "branch-alias": {
4182
                    "dev-master": "1.4-dev"
4183
                }
4184
            },
4185
            "autoload": {
4186
                "classmap": [
4187
                    "src/"
4188
                ]
4189
            },
4190
            "notification-url": "https://packagist.org/downloads/",
4191
            "license": [
4192
                "BSD-3-Clause"
4193
            ],
4194
            "authors": [
4195
                {
4196
                    "name": "Sebastian Bergmann",
4197
                    "email": "[email protected]"
4198
                }
4199
            ],
4200
            "description": "Wrapper around PHP's tokenizer extension.",
4201
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4202
            "keywords": [
4203
                "tokenizer"
4204
            ],
4205
            "time": "2016-11-15 14:06:22"
4206
        },
4207
        {
4208
            "name": "phpunit/phpunit",
4209
            "version": "4.6.10",
4210
            "source": {
4211
                "type": "git",
4212
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4213
                "reference": "7b5fe98b28302a8b25693b2298bca74463336975"
4214
            },
4215
            "dist": {
4216
                "type": "zip",
4217
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7b5fe98b28302a8b25693b2298bca74463336975",
4218
                "reference": "7b5fe98b28302a8b25693b2298bca74463336975",
4219
                "shasum": ""
4220
            },
4221
            "require": {
4222
                "ext-dom": "*",
4223
                "ext-json": "*",
4224
                "ext-pcre": "*",
4225
                "ext-reflection": "*",
4226
                "ext-spl": "*",
4227
                "php": ">=5.3.3",
4228
                "phpspec/prophecy": "~1.3,>=1.3.1",
4229
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
4230
                "phpunit/php-file-iterator": "~1.4",
4231
                "phpunit/php-text-template": "~1.2",
4232
                "phpunit/php-timer": "~1.0",
4233
                "phpunit/phpunit-mock-objects": "~2.3",
4234
                "sebastian/comparator": "~1.1",
4235
                "sebastian/diff": "~1.2",
4236
                "sebastian/environment": "~1.2",
4237
                "sebastian/exporter": "~1.2",
4238
                "sebastian/global-state": "~1.0",
4239
                "sebastian/version": "~1.0",
4240
                "symfony/yaml": "~2.1|~3.0"
4241
            },
4242
            "suggest": {
4243
                "phpunit/php-invoker": "~1.1"
4244
            },
4245
            "bin": [
4246
                "phpunit"
4247
            ],
4248
            "type": "library",
4249
            "extra": {
4250
                "branch-alias": {
4251
                    "dev-master": "4.6.x-dev"
4252
                }
4253
            },
4254
            "autoload": {
4255
                "classmap": [
4256
                    "src/"
4257
                ]
4258
            },
4259
            "notification-url": "https://packagist.org/downloads/",
4260
            "license": [
4261
                "BSD-3-Clause"
4262
            ],
4263
            "authors": [
4264
                {
4265
                    "name": "Sebastian Bergmann",
4266
                    "email": "[email protected]",
4267
                    "role": "lead"
4268
                }
4269
            ],
4270
            "description": "The PHP Unit Testing framework.",
4271
            "homepage": "https://phpunit.de/",
4272
            "keywords": [
4273
                "phpunit",
4274
                "testing",
4275
                "xunit"
4276
            ],
4277
            "time": "2015-06-03 05:03:30"
4278
        },
4279
        {
4280
            "name": "phpunit/phpunit-mock-objects",
4281
            "version": "2.3.8",
4282
            "source": {
4283
                "type": "git",
4284
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4285
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4286
            },
4287
            "dist": {
4288
                "type": "zip",
4289
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4290
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4291
                "shasum": ""
4292
            },
4293
            "require": {
4294
                "doctrine/instantiator": "^1.0.2",
4295
                "php": ">=5.3.3",
4296
                "phpunit/php-text-template": "~1.2",
4297
                "sebastian/exporter": "~1.2"
4298
            },
4299
            "require-dev": {
4300
                "phpunit/phpunit": "~4.4"
4301
            },
4302
            "suggest": {
4303
                "ext-soap": "*"
4304
            },
4305
            "type": "library",
4306
            "extra": {
4307
                "branch-alias": {
4308
                    "dev-master": "2.3.x-dev"
4309
                }
4310
            },
4311
            "autoload": {
4312
                "classmap": [
4313
                    "src/"
4314
                ]
4315
            },
4316
            "notification-url": "https://packagist.org/downloads/",
4317
            "license": [
4318
                "BSD-3-Clause"
4319
            ],
4320
            "authors": [
4321
                {
4322
                    "name": "Sebastian Bergmann",
4323
                    "email": "[email protected]",
4324
                    "role": "lead"
4325
                }
4326
            ],
4327
            "description": "Mock Object library for PHPUnit",
4328
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4329
            "keywords": [
4330
                "mock",
4331
                "xunit"
4332
            ],
4333
            "time": "2015-10-02 06:51:40"
4334
        },
4335
        {
4336
            "name": "satooshi/php-coveralls",
4337
            "version": "v1.0.1",
4338
            "source": {
4339
                "type": "git",
4340
                "url": "https://github.com/satooshi/php-coveralls.git",
4341
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
4342
            },
4343
            "dist": {
4344
                "type": "zip",
4345
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
4346
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
4347
                "shasum": ""
4348
            },
4349
            "require": {
4350
                "ext-json": "*",
4351
                "ext-simplexml": "*",
4352
                "guzzle/guzzle": "^2.8|^3.0",
4353
                "php": ">=5.3.3",
4354
                "psr/log": "^1.0",
4355
                "symfony/config": "^2.1|^3.0",
4356
                "symfony/console": "^2.1|^3.0",
4357
                "symfony/stopwatch": "^2.0|^3.0",
4358
                "symfony/yaml": "^2.0|^3.0"
4359
            },
4360
            "suggest": {
4361
                "symfony/http-kernel": "Allows Symfony integration"
4362
            },
4363
            "bin": [
4364
                "bin/coveralls"
4365
            ],
4366
            "type": "library",
4367
            "autoload": {
4368
                "psr-4": {
4369
                    "Satooshi\\": "src/Satooshi/"
4370
                }
4371
            },
4372
            "notification-url": "https://packagist.org/downloads/",
4373
            "license": [
4374
                "MIT"
4375
            ],
4376
            "authors": [
4377
                {
4378
                    "name": "Kitamura Satoshi",
4379
                    "email": "[email protected]",
4380
                    "homepage": "https://www.facebook.com/satooshi.jp"
4381
                }
4382
            ],
4383
            "description": "PHP client library for Coveralls API",
4384
            "homepage": "https://github.com/satooshi/php-coveralls",
4385
            "keywords": [
4386
                "ci",
4387
                "coverage",
4388
                "github",
4389
                "test"
4390
            ],
4391
            "time": "2016-01-20 17:35:46"
4392
        },
4393
        {
4394
            "name": "sebastian/comparator",
4395
            "version": "1.2.2",
4396
            "source": {
4397
                "type": "git",
4398
                "url": "https://github.com/sebastianbergmann/comparator.git",
4399
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
4400
            },
4401
            "dist": {
4402
                "type": "zip",
4403
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
4404
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
4405
                "shasum": ""
4406
            },
4407
            "require": {
4408
                "php": ">=5.3.3",
4409
                "sebastian/diff": "~1.2",
4410
                "sebastian/exporter": "~1.2 || ~2.0"
4411
            },
4412
            "require-dev": {
4413
                "phpunit/phpunit": "~4.4"
4414
            },
4415
            "type": "library",
4416
            "extra": {
4417
                "branch-alias": {
4418
                    "dev-master": "1.2.x-dev"
4419
                }
4420
            },
4421
            "autoload": {
4422
                "classmap": [
4423
                    "src/"
4424
                ]
4425
            },
4426
            "notification-url": "https://packagist.org/downloads/",
4427
            "license": [
4428
                "BSD-3-Clause"
4429
            ],
4430
            "authors": [
4431
                {
4432
                    "name": "Jeff Welch",
4433
                    "email": "[email protected]"
4434
                },
4435
                {
4436
                    "name": "Volker Dusch",
4437
                    "email": "[email protected]"
4438
                },
4439
                {
4440
                    "name": "Bernhard Schussek",
4441
                    "email": "[email protected]"
4442
                },
4443
                {
4444
                    "name": "Sebastian Bergmann",
4445
                    "email": "[email protected]"
4446
                }
4447
            ],
4448
            "description": "Provides the functionality to compare PHP values for equality",
4449
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4450
            "keywords": [
4451
                "comparator",
4452
                "compare",
4453
                "equality"
4454
            ],
4455
            "time": "2016-11-19 09:18:40"
4456
        },
4457
        {
4458
            "name": "sebastian/diff",
4459
            "version": "1.4.1",
4460
            "source": {
4461
                "type": "git",
4462
                "url": "https://github.com/sebastianbergmann/diff.git",
4463
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4464
            },
4465
            "dist": {
4466
                "type": "zip",
4467
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4468
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4469
                "shasum": ""
4470
            },
4471
            "require": {
4472
                "php": ">=5.3.3"
4473
            },
4474
            "require-dev": {
4475
                "phpunit/phpunit": "~4.8"
4476
            },
4477
            "type": "library",
4478
            "extra": {
4479
                "branch-alias": {
4480
                    "dev-master": "1.4-dev"
4481
                }
4482
            },
4483
            "autoload": {
4484
                "classmap": [
4485
                    "src/"
4486
                ]
4487
            },
4488
            "notification-url": "https://packagist.org/downloads/",
4489
            "license": [
4490
                "BSD-3-Clause"
4491
            ],
4492
            "authors": [
4493
                {
4494
                    "name": "Kore Nordmann",
4495
                    "email": "[email protected]"
4496
                },
4497
                {
4498
                    "name": "Sebastian Bergmann",
4499
                    "email": "[email protected]"
4500
                }
4501
            ],
4502
            "description": "Diff implementation",
4503
            "homepage": "https://github.com/sebastianbergmann/diff",
4504
            "keywords": [
4505
                "diff"
4506
            ],
4507
            "time": "2015-12-08 07:14:41"
4508
        },
4509
        {
4510
            "name": "sebastian/environment",
4511
            "version": "1.3.8",
4512
            "source": {
4513
                "type": "git",
4514
                "url": "https://github.com/sebastianbergmann/environment.git",
4515
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4516
            },
4517
            "dist": {
4518
                "type": "zip",
4519
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4520
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4521
                "shasum": ""
4522
            },
4523
            "require": {
4524
                "php": "^5.3.3 || ^7.0"
4525
            },
4526
            "require-dev": {
4527
                "phpunit/phpunit": "^4.8 || ^5.0"
4528
            },
4529
            "type": "library",
4530
            "extra": {
4531
                "branch-alias": {
4532
                    "dev-master": "1.3.x-dev"
4533
                }
4534
            },
4535
            "autoload": {
4536
                "classmap": [
4537
                    "src/"
4538
                ]
4539
            },
4540
            "notification-url": "https://packagist.org/downloads/",
4541
            "license": [
4542
                "BSD-3-Clause"
4543
            ],
4544
            "authors": [
4545
                {
4546
                    "name": "Sebastian Bergmann",
4547
                    "email": "[email protected]"
4548
                }
4549
            ],
4550
            "description": "Provides functionality to handle HHVM/PHP environments",
4551
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4552
            "keywords": [
4553
                "Xdebug",
4554
                "environment",
4555
                "hhvm"
4556
            ],
4557
            "time": "2016-08-18 05:49:44"
4558
        },
4559
        {
4560
            "name": "sebastian/exporter",
4561
            "version": "1.2.2",
4562
            "source": {
4563
                "type": "git",
4564
                "url": "https://github.com/sebastianbergmann/exporter.git",
4565
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4566
            },
4567
            "dist": {
4568
                "type": "zip",
4569
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4570
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4571
                "shasum": ""
4572
            },
4573
            "require": {
4574
                "php": ">=5.3.3",
4575
                "sebastian/recursion-context": "~1.0"
4576
            },
4577
            "require-dev": {
4578
                "ext-mbstring": "*",
4579
                "phpunit/phpunit": "~4.4"
4580
            },
4581
            "type": "library",
4582
            "extra": {
4583
                "branch-alias": {
4584
                    "dev-master": "1.3.x-dev"
4585
                }
4586
            },
4587
            "autoload": {
4588
                "classmap": [
4589
                    "src/"
4590
                ]
4591
            },
4592
            "notification-url": "https://packagist.org/downloads/",
4593
            "license": [
4594
                "BSD-3-Clause"
4595
            ],
4596
            "authors": [
4597
                {
4598
                    "name": "Jeff Welch",
4599
                    "email": "[email protected]"
4600
                },
4601
                {
4602
                    "name": "Volker Dusch",
4603
                    "email": "[email protected]"
4604
                },
4605
                {
4606
                    "name": "Bernhard Schussek",
4607
                    "email": "[email protected]"
4608
                },
4609
                {
4610
                    "name": "Sebastian Bergmann",
4611
                    "email": "[email protected]"
4612
                },
4613
                {
4614
                    "name": "Adam Harvey",
4615
                    "email": "[email protected]"
4616
                }
4617
            ],
4618
            "description": "Provides the functionality to export PHP variables for visualization",
4619
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4620
            "keywords": [
4621
                "export",
4622
                "exporter"
4623
            ],
4624
            "time": "2016-06-17 09:04:28"
4625
        },
4626
        {
4627
            "name": "sebastian/global-state",
4628
            "version": "1.1.1",
4629
            "source": {
4630
                "type": "git",
4631
                "url": "https://github.com/sebastianbergmann/global-state.git",
4632
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4633
            },
4634
            "dist": {
4635
                "type": "zip",
4636
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4637
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4638
                "shasum": ""
4639
            },
4640
            "require": {
4641
                "php": ">=5.3.3"
4642
            },
4643
            "require-dev": {
4644
                "phpunit/phpunit": "~4.2"
4645
            },
4646
            "suggest": {
4647
                "ext-uopz": "*"
4648
            },
4649
            "type": "library",
4650
            "extra": {
4651
                "branch-alias": {
4652
                    "dev-master": "1.0-dev"
4653
                }
4654
            },
4655
            "autoload": {
4656
                "classmap": [
4657
                    "src/"
4658
                ]
4659
            },
4660
            "notification-url": "https://packagist.org/downloads/",
4661
            "license": [
4662
                "BSD-3-Clause"
4663
            ],
4664
            "authors": [
4665
                {
4666
                    "name": "Sebastian Bergmann",
4667
                    "email": "[email protected]"
4668
                }
4669
            ],
4670
            "description": "Snapshotting of global state",
4671
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4672
            "keywords": [
4673
                "global state"
4674
            ],
4675
            "time": "2015-10-12 03:26:01"
4676
        },
4677
        {
4678
            "name": "sebastian/recursion-context",
4679
            "version": "1.0.2",
4680
            "source": {
4681
                "type": "git",
4682
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4683
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4684
            },
4685
            "dist": {
4686
                "type": "zip",
4687
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4688
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4689
                "shasum": ""
4690
            },
4691
            "require": {
4692
                "php": ">=5.3.3"
4693
            },
4694
            "require-dev": {
4695
                "phpunit/phpunit": "~4.4"
4696
            },
4697
            "type": "library",
4698
            "extra": {
4699
                "branch-alias": {
4700
                    "dev-master": "1.0.x-dev"
4701
                }
4702
            },
4703
            "autoload": {
4704
                "classmap": [
4705
                    "src/"
4706
                ]
4707
            },
4708
            "notification-url": "https://packagist.org/downloads/",
4709
            "license": [
4710
                "BSD-3-Clause"
4711
            ],
4712
            "authors": [
4713
                {
4714
                    "name": "Jeff Welch",
4715
                    "email": "[email protected]"
4716
                },
4717
                {
4718
                    "name": "Sebastian Bergmann",
4719
                    "email": "[email protected]"
4720
                },
4721
                {
4722
                    "name": "Adam Harvey",
4723
                    "email": "[email protected]"
4724
                }
4725
            ],
4726
            "description": "Provides functionality to recursively process PHP variables",
4727
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4728
            "time": "2015-11-11 19:50:13"
4729
        },
4730
        {
4731
            "name": "sebastian/version",
4732
            "version": "1.0.6",
4733
            "source": {
4734
                "type": "git",
4735
                "url": "https://github.com/sebastianbergmann/version.git",
4736
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4737
            },
4738
            "dist": {
4739
                "type": "zip",
4740
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4741
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4742
                "shasum": ""
4743
            },
4744
            "type": "library",
4745
            "autoload": {
4746
                "classmap": [
4747
                    "src/"
4748
                ]
4749
            },
4750
            "notification-url": "https://packagist.org/downloads/",
4751
            "license": [
4752
                "BSD-3-Clause"
4753
            ],
4754
            "authors": [
4755
                {
4756
                    "name": "Sebastian Bergmann",
4757
                    "email": "[email protected]",
4758
                    "role": "lead"
4759
                }
4760
            ],
4761
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4762
            "homepage": "https://github.com/sebastianbergmann/version",
4763
            "time": "2015-06-21 13:59:46"
4764
        },
4765
        {
4766
            "name": "symfony/browser-kit",
4767
            "version": "v2.7.21",
4768
            "source": {
4769
                "type": "git",
4770
                "url": "https://github.com/symfony/browser-kit.git",
4771
                "reference": "f274ce7f6d7119583d50e65a92b4c45ddd5332ee"
4772
            },
4773
            "dist": {
4774
                "type": "zip",
4775
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f274ce7f6d7119583d50e65a92b4c45ddd5332ee",
4776
                "reference": "f274ce7f6d7119583d50e65a92b4c45ddd5332ee",
4777
                "shasum": ""
4778
            },
4779
            "require": {
4780
                "php": ">=5.3.9",
4781
                "symfony/dom-crawler": "~2.1"
4782
            },
4783
            "require-dev": {
4784
                "symfony/css-selector": "~2.0,>=2.0.5",
4785
                "symfony/process": "~2.3.34|~2.7,>=2.7.6"
4786
            },
4787
            "suggest": {
4788
                "symfony/process": ""
4789
            },
4790
            "type": "library",
4791
            "extra": {
4792
                "branch-alias": {
4793
                    "dev-master": "2.7-dev"
4794
                }
4795
            },
4796
            "autoload": {
4797
                "psr-4": {
4798
                    "Symfony\\Component\\BrowserKit\\": ""
4799
                },
4800
                "exclude-from-classmap": [
4801
                    "/Tests/"
4802
                ]
4803
            },
4804
            "notification-url": "https://packagist.org/downloads/",
4805
            "license": [
4806
                "MIT"
4807
            ],
4808
            "authors": [
4809
                {
4810
                    "name": "Fabien Potencier",
4811
                    "email": "[email protected]"
4812
                },
4813
                {
4814
                    "name": "Symfony Community",
4815
                    "homepage": "https://symfony.com/contributors"
4816
                }
4817
            ],
4818
            "description": "Symfony BrowserKit Component",
4819
            "homepage": "https://symfony.com",
4820
            "time": "2016-09-06 07:26:09"
4821
        }
4822
    ],
4823
    "aliases": [],
4824
    "minimum-stability": "stable",
4825
    "stability-flags": {
4826
        "doctrine/migrations": 20
4827
    },
4828
    "prefer-stable": false,
4829
    "prefer-lowest": false,
4830
    "platform": {
4831
        "php": ">=5.3.3",
4832
        "ext-mbstring": "*"
4833
    },
4834
    "platform-dev": [],
4835
    "platform-overrides": {
4836
        "php": "5.3.9"
4837
    }
4838
}
4839