Completed
Push — master ( 73d1fa...507f55 )
by Lukáš
02:31
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": "a66af33b3ba908134cbb95260698358e",
8
    "content-hash": "68e5438a1342a05f3b08d6f3c8946d43",
9
    "packages": [
10
        {
11
            "name": "barryvdh/laravel-ide-helper",
12
            "version": "v2.1.2",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/barryvdh/laravel-ide-helper.git",
16
                "reference": "d82e8f191fb043a0f8cbf2de64fd3027bfa4f772"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/d82e8f191fb043a0f8cbf2de64fd3027bfa4f772",
21
                "reference": "d82e8f191fb043a0f8cbf2de64fd3027bfa4f772",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "illuminate/console": "5.0.x|5.1.x|5.2.x",
26
                "illuminate/filesystem": "5.0.x|5.1.x|5.2.x",
27
                "illuminate/support": "5.0.x|5.1.x|5.2.x",
28
                "php": ">=5.4.0",
29
                "phpdocumentor/reflection-docblock": "2.0.4",
30
                "symfony/class-loader": "~2.3"
31
            },
32
            "require-dev": {
33
                "doctrine/dbal": "~2.3"
34
            },
35
            "suggest": {
36
                "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
37
            },
38
            "type": "library",
39
            "extra": {
40
                "branch-alias": {
41
                    "dev-master": "2.1-dev"
42
                }
43
            },
44
            "autoload": {
45
                "psr-4": {
46
                    "Barryvdh\\LaravelIdeHelper\\": "src"
47
                }
48
            },
49
            "notification-url": "https://packagist.org/downloads/",
50
            "license": [
51
                "MIT"
52
            ],
53
            "authors": [
54
                {
55
                    "name": "Barry vd. Heuvel",
56
                    "email": "[email protected]"
57
                }
58
            ],
59
            "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
60
            "keywords": [
61
                "autocomplete",
62
                "codeintel",
63
                "helper",
64
                "ide",
65
                "laravel",
66
                "netbeans",
67
                "phpdoc",
68
                "phpstorm",
69
                "sublime"
70
            ],
71
            "time": "2015-12-21 19:48:06"
72
        },
73
        {
74
            "name": "classpreloader/classpreloader",
75
            "version": "3.0.0",
76
            "source": {
77
                "type": "git",
78
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
79
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
80
            },
81
            "dist": {
82
                "type": "zip",
83
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
84
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
85
                "shasum": ""
86
            },
87
            "require": {
88
                "nikic/php-parser": "^1.0|^2.0",
89
                "php": ">=5.5.9"
90
            },
91
            "require-dev": {
92
                "phpunit/phpunit": "^4.8|^5.0"
93
            },
94
            "type": "library",
95
            "extra": {
96
                "branch-alias": {
97
                    "dev-master": "3.0-dev"
98
                }
99
            },
100
            "autoload": {
101
                "psr-4": {
102
                    "ClassPreloader\\": "src/"
103
                }
104
            },
105
            "notification-url": "https://packagist.org/downloads/",
106
            "license": [
107
                "MIT"
108
            ],
109
            "authors": [
110
                {
111
                    "name": "Michael Dowling",
112
                    "email": "[email protected]"
113
                },
114
                {
115
                    "name": "Graham Campbell",
116
                    "email": "[email protected]"
117
                }
118
            ],
119
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
120
            "keywords": [
121
                "autoload",
122
                "class",
123
                "preload"
124
            ],
125
            "time": "2015-11-09 22:51:51"
126
        },
127
        {
128
            "name": "composer/composer",
0 ignored issues
show
There is a security advisory for your installed version of composer/composer:

Composer Cache Injection vulnerability
Loading history...
129
            "version": "dev-master",
130
            "source": {
131
                "type": "git",
132
                "url": "https://github.com/composer/composer.git",
133
                "reference": "cd21505c8d58499a9b4d38573881cfec49c51ffd"
134
            },
135
            "dist": {
136
                "type": "zip",
137
                "url": "https://api.github.com/repos/composer/composer/zipball/cd21505c8d58499a9b4d38573881cfec49c51ffd",
138
                "reference": "cd21505c8d58499a9b4d38573881cfec49c51ffd",
139
                "shasum": ""
140
            },
141
            "require": {
142
                "composer/semver": "^1.0",
143
                "composer/spdx-licenses": "^1.0",
144
                "justinrainbow/json-schema": "^1.6",
145
                "php": "^5.3.2 || ^7.0",
146
                "seld/cli-prompt": "^1.0",
147
                "seld/jsonlint": "^1.4",
148
                "seld/phar-utils": "^1.0",
149
                "symfony/console": "^2.5 || ^3.0",
150
                "symfony/filesystem": "^2.5 || ^3.0",
151
                "symfony/finder": "^2.2 || ^3.0",
152
                "symfony/process": "^2.1 || ^3.0"
153
            },
154
            "require-dev": {
155
                "phpunit/phpunit": "^4.5 || ^5.0.5",
156
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
157
            },
158
            "suggest": {
159
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
160
                "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic"
161
            },
162
            "bin": [
163
                "bin/composer"
164
            ],
165
            "type": "library",
166
            "extra": {
167
                "branch-alias": {
168
                    "dev-master": "1.0-dev"
169
                }
170
            },
171
            "autoload": {
172
                "psr-4": {
173
                    "Composer\\": "src/Composer"
174
                }
175
            },
176
            "notification-url": "https://packagist.org/downloads/",
177
            "license": [
178
                "MIT"
179
            ],
180
            "authors": [
181
                {
182
                    "name": "Nils Adermann",
183
                    "email": "[email protected]",
184
                    "homepage": "http://www.naderman.de"
185
                },
186
                {
187
                    "name": "Jordi Boggiano",
188
                    "email": "[email protected]",
189
                    "homepage": "http://seld.be"
190
                }
191
            ],
192
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
193
            "homepage": "https://getcomposer.org/",
194
            "keywords": [
195
                "autoload",
196
                "dependency",
197
                "package"
198
            ],
199
            "time": "2016-01-27 13:04:22"
200
        },
201
        {
202
            "name": "composer/satis",
203
            "version": "dev-master",
204
            "source": {
205
                "type": "git",
206
                "url": "https://github.com/composer/satis.git",
207
                "reference": "48191ff39b401061521cdca8a086f2b56e4c9f96"
208
            },
209
            "dist": {
210
                "type": "zip",
211
                "url": "https://api.github.com/repos/composer/satis/zipball/48191ff39b401061521cdca8a086f2b56e4c9f96",
212
                "reference": "48191ff39b401061521cdca8a086f2b56e4c9f96",
213
                "shasum": ""
214
            },
215
            "require": {
216
                "composer/composer": "1.0.*@dev",
217
                "php": "^5.3.2 || ^7.0",
218
                "symfony/console": "^2.1",
219
                "twig/twig": "^1.7"
220
            },
221
            "require-dev": {
222
                "mikey179/vfsstream": "^1.6",
223
                "phpunit/phpunit": "^4.5 || ^5.0.5",
224
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
225
            },
226
            "bin": [
227
                "bin/satis"
228
            ],
229
            "type": "library",
230
            "autoload": {
231
                "psr-0": {
232
                    "Composer\\Satis": "src/"
233
                }
234
            },
235
            "notification-url": "https://packagist.org/downloads/",
236
            "license": [
237
                "MIT"
238
            ],
239
            "authors": [
240
                {
241
                    "name": "Nils Adermann",
242
                    "email": "[email protected]",
243
                    "homepage": "http://www.naderman.de"
244
                },
245
                {
246
                    "name": "Jordi Boggiano",
247
                    "email": "[email protected]",
248
                    "homepage": "http://seld.be"
249
                }
250
            ],
251
            "description": "Simple Repository Generator",
252
            "homepage": "https://github.com/composer/satis",
253
            "keywords": [
254
                "composer",
255
                "generator",
256
                "package",
257
                "repository",
258
                "static"
259
            ],
260
            "time": "2016-01-06 07:33:13"
261
        },
262
        {
263
            "name": "composer/semver",
264
            "version": "1.2.0",
265
            "source": {
266
                "type": "git",
267
                "url": "https://github.com/composer/semver.git",
268
                "reference": "0faeb6e433f6b352f0dc55ec1faf5c6b605a35d3"
269
            },
270
            "dist": {
271
                "type": "zip",
272
                "url": "https://api.github.com/repos/composer/semver/zipball/0faeb6e433f6b352f0dc55ec1faf5c6b605a35d3",
273
                "reference": "0faeb6e433f6b352f0dc55ec1faf5c6b605a35d3",
274
                "shasum": ""
275
            },
276
            "require": {
277
                "php": "^5.3.2 || ^7.0"
278
            },
279
            "require-dev": {
280
                "phpunit/phpunit": "^4.5 || ^5.0.5",
281
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
282
            },
283
            "type": "library",
284
            "extra": {
285
                "branch-alias": {
286
                    "dev-master": "1.x-dev"
287
                }
288
            },
289
            "autoload": {
290
                "psr-4": {
291
                    "Composer\\Semver\\": "src"
292
                }
293
            },
294
            "notification-url": "https://packagist.org/downloads/",
295
            "license": [
296
                "MIT"
297
            ],
298
            "authors": [
299
                {
300
                    "name": "Nils Adermann",
301
                    "email": "[email protected]",
302
                    "homepage": "http://www.naderman.de"
303
                },
304
                {
305
                    "name": "Jordi Boggiano",
306
                    "email": "[email protected]",
307
                    "homepage": "http://seld.be"
308
                },
309
                {
310
                    "name": "Rob Bast",
311
                    "email": "[email protected]",
312
                    "homepage": "http://robbast.nl"
313
                }
314
            ],
315
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
316
            "keywords": [
317
                "semantic",
318
                "semver",
319
                "validation",
320
                "versioning"
321
            ],
322
            "time": "2015-11-10 11:17:42"
323
        },
324
        {
325
            "name": "composer/spdx-licenses",
326
            "version": "1.1.2",
327
            "source": {
328
                "type": "git",
329
                "url": "https://github.com/composer/spdx-licenses.git",
330
                "reference": "9e1c3926bb0842812967213d7c92827bc5883671"
331
            },
332
            "dist": {
333
                "type": "zip",
334
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/9e1c3926bb0842812967213d7c92827bc5883671",
335
                "reference": "9e1c3926bb0842812967213d7c92827bc5883671",
336
                "shasum": ""
337
            },
338
            "require": {
339
                "php": ">=5.3.2"
340
            },
341
            "require-dev": {
342
                "phpunit/phpunit": "~4.5",
343
                "phpunit/phpunit-mock-objects": "~2.3"
344
            },
345
            "type": "library",
346
            "extra": {
347
                "branch-alias": {
348
                    "dev-master": "1.x-dev"
349
                }
350
            },
351
            "autoload": {
352
                "psr-4": {
353
                    "Composer\\Spdx\\": "src"
354
                }
355
            },
356
            "notification-url": "https://packagist.org/downloads/",
357
            "license": [
358
                "MIT"
359
            ],
360
            "authors": [
361
                {
362
                    "name": "Nils Adermann",
363
                    "email": "[email protected]",
364
                    "homepage": "http://www.naderman.de"
365
                },
366
                {
367
                    "name": "Jordi Boggiano",
368
                    "email": "[email protected]",
369
                    "homepage": "http://seld.be"
370
                },
371
                {
372
                    "name": "Rob Bast",
373
                    "email": "[email protected]",
374
                    "homepage": "http://robbast.nl"
375
                }
376
            ],
377
            "description": "SPDX licenses list and validation library.",
378
            "keywords": [
379
                "license",
380
                "spdx",
381
                "validator"
382
            ],
383
            "time": "2015-10-05 11:27:42"
384
        },
385
        {
386
            "name": "danielstjules/stringy",
387
            "version": "1.10.0",
388
            "source": {
389
                "type": "git",
390
                "url": "https://github.com/danielstjules/Stringy.git",
391
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
392
            },
393
            "dist": {
394
                "type": "zip",
395
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
396
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
397
                "shasum": ""
398
            },
399
            "require": {
400
                "ext-mbstring": "*",
401
                "php": ">=5.3.0"
402
            },
403
            "require-dev": {
404
                "phpunit/phpunit": "~4.0"
405
            },
406
            "type": "library",
407
            "autoload": {
408
                "psr-4": {
409
                    "Stringy\\": "src/"
410
                },
411
                "files": [
412
                    "src/Create.php"
413
                ]
414
            },
415
            "notification-url": "https://packagist.org/downloads/",
416
            "license": [
417
                "MIT"
418
            ],
419
            "authors": [
420
                {
421
                    "name": "Daniel St. Jules",
422
                    "email": "[email protected]",
423
                    "homepage": "http://www.danielstjules.com"
424
                }
425
            ],
426
            "description": "A string manipulation library with multibyte support",
427
            "homepage": "https://github.com/danielstjules/Stringy",
428
            "keywords": [
429
                "UTF",
430
                "helpers",
431
                "manipulation",
432
                "methods",
433
                "multibyte",
434
                "string",
435
                "utf-8",
436
                "utility",
437
                "utils"
438
            ],
439
            "time": "2015-07-23 00:54:12"
440
        },
441
        {
442
            "name": "dnoegel/php-xdg-base-dir",
443
            "version": "0.1",
444
            "source": {
445
                "type": "git",
446
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
447
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
448
            },
449
            "dist": {
450
                "type": "zip",
451
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
452
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
453
                "shasum": ""
454
            },
455
            "require": {
456
                "php": ">=5.3.2"
457
            },
458
            "require-dev": {
459
                "phpunit/phpunit": "@stable"
460
            },
461
            "type": "project",
462
            "autoload": {
463
                "psr-4": {
464
                    "XdgBaseDir\\": "src/"
465
                }
466
            },
467
            "notification-url": "https://packagist.org/downloads/",
468
            "license": [
469
                "MIT"
470
            ],
471
            "description": "implementation of xdg base directory specification for php",
472
            "time": "2014-10-24 07:27:01"
473
        },
474
        {
475
            "name": "doctrine/annotations",
476
            "version": "v1.2.7",
477
            "source": {
478
                "type": "git",
479
                "url": "https://github.com/doctrine/annotations.git",
480
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
481
            },
482
            "dist": {
483
                "type": "zip",
484
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
485
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
486
                "shasum": ""
487
            },
488
            "require": {
489
                "doctrine/lexer": "1.*",
490
                "php": ">=5.3.2"
491
            },
492
            "require-dev": {
493
                "doctrine/cache": "1.*",
494
                "phpunit/phpunit": "4.*"
495
            },
496
            "type": "library",
497
            "extra": {
498
                "branch-alias": {
499
                    "dev-master": "1.3.x-dev"
500
                }
501
            },
502
            "autoload": {
503
                "psr-0": {
504
                    "Doctrine\\Common\\Annotations\\": "lib/"
505
                }
506
            },
507
            "notification-url": "https://packagist.org/downloads/",
508
            "license": [
509
                "MIT"
510
            ],
511
            "authors": [
512
                {
513
                    "name": "Roman Borschel",
514
                    "email": "[email protected]"
515
                },
516
                {
517
                    "name": "Benjamin Eberlei",
518
                    "email": "[email protected]"
519
                },
520
                {
521
                    "name": "Guilherme Blanco",
522
                    "email": "[email protected]"
523
                },
524
                {
525
                    "name": "Jonathan Wage",
526
                    "email": "[email protected]"
527
                },
528
                {
529
                    "name": "Johannes Schmitt",
530
                    "email": "[email protected]"
531
                }
532
            ],
533
            "description": "Docblock Annotations Parser",
534
            "homepage": "http://www.doctrine-project.org",
535
            "keywords": [
536
                "annotations",
537
                "docblock",
538
                "parser"
539
            ],
540
            "time": "2015-08-31 12:32:49"
541
        },
542
        {
543
            "name": "doctrine/inflector",
544
            "version": "v1.1.0",
545
            "source": {
546
                "type": "git",
547
                "url": "https://github.com/doctrine/inflector.git",
548
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
549
            },
550
            "dist": {
551
                "type": "zip",
552
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
553
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
554
                "shasum": ""
555
            },
556
            "require": {
557
                "php": ">=5.3.2"
558
            },
559
            "require-dev": {
560
                "phpunit/phpunit": "4.*"
561
            },
562
            "type": "library",
563
            "extra": {
564
                "branch-alias": {
565
                    "dev-master": "1.1.x-dev"
566
                }
567
            },
568
            "autoload": {
569
                "psr-0": {
570
                    "Doctrine\\Common\\Inflector\\": "lib/"
571
                }
572
            },
573
            "notification-url": "https://packagist.org/downloads/",
574
            "license": [
575
                "MIT"
576
            ],
577
            "authors": [
578
                {
579
                    "name": "Roman Borschel",
580
                    "email": "[email protected]"
581
                },
582
                {
583
                    "name": "Benjamin Eberlei",
584
                    "email": "[email protected]"
585
                },
586
                {
587
                    "name": "Guilherme Blanco",
588
                    "email": "[email protected]"
589
                },
590
                {
591
                    "name": "Jonathan Wage",
592
                    "email": "[email protected]"
593
                },
594
                {
595
                    "name": "Johannes Schmitt",
596
                    "email": "[email protected]"
597
                }
598
            ],
599
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
600
            "homepage": "http://www.doctrine-project.org",
601
            "keywords": [
602
                "inflection",
603
                "pluralize",
604
                "singularize",
605
                "string"
606
            ],
607
            "time": "2015-11-06 14:35:42"
608
        },
609
        {
610
            "name": "doctrine/instantiator",
611
            "version": "1.0.5",
612
            "source": {
613
                "type": "git",
614
                "url": "https://github.com/doctrine/instantiator.git",
615
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
616
            },
617
            "dist": {
618
                "type": "zip",
619
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
620
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
621
                "shasum": ""
622
            },
623
            "require": {
624
                "php": ">=5.3,<8.0-DEV"
625
            },
626
            "require-dev": {
627
                "athletic/athletic": "~0.1.8",
628
                "ext-pdo": "*",
629
                "ext-phar": "*",
630
                "phpunit/phpunit": "~4.0",
631
                "squizlabs/php_codesniffer": "~2.0"
632
            },
633
            "type": "library",
634
            "extra": {
635
                "branch-alias": {
636
                    "dev-master": "1.0.x-dev"
637
                }
638
            },
639
            "autoload": {
640
                "psr-4": {
641
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
642
                }
643
            },
644
            "notification-url": "https://packagist.org/downloads/",
645
            "license": [
646
                "MIT"
647
            ],
648
            "authors": [
649
                {
650
                    "name": "Marco Pivetta",
651
                    "email": "[email protected]",
652
                    "homepage": "http://ocramius.github.com/"
653
                }
654
            ],
655
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
656
            "homepage": "https://github.com/doctrine/instantiator",
657
            "keywords": [
658
                "constructor",
659
                "instantiate"
660
            ],
661
            "time": "2015-06-14 21:17:01"
662
        },
663
        {
664
            "name": "doctrine/lexer",
665
            "version": "v1.0.1",
666
            "source": {
667
                "type": "git",
668
                "url": "https://github.com/doctrine/lexer.git",
669
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
670
            },
671
            "dist": {
672
                "type": "zip",
673
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
674
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
675
                "shasum": ""
676
            },
677
            "require": {
678
                "php": ">=5.3.2"
679
            },
680
            "type": "library",
681
            "extra": {
682
                "branch-alias": {
683
                    "dev-master": "1.0.x-dev"
684
                }
685
            },
686
            "autoload": {
687
                "psr-0": {
688
                    "Doctrine\\Common\\Lexer\\": "lib/"
689
                }
690
            },
691
            "notification-url": "https://packagist.org/downloads/",
692
            "license": [
693
                "MIT"
694
            ],
695
            "authors": [
696
                {
697
                    "name": "Roman Borschel",
698
                    "email": "[email protected]"
699
                },
700
                {
701
                    "name": "Guilherme Blanco",
702
                    "email": "[email protected]"
703
                },
704
                {
705
                    "name": "Johannes Schmitt",
706
                    "email": "[email protected]"
707
                }
708
            ],
709
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
710
            "homepage": "http://www.doctrine-project.org",
711
            "keywords": [
712
                "lexer",
713
                "parser"
714
            ],
715
            "time": "2014-09-09 13:34:57"
716
        },
717
        {
718
            "name": "jakub-onderka/php-console-color",
719
            "version": "0.1",
720
            "source": {
721
                "type": "git",
722
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
723
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
724
            },
725
            "dist": {
726
                "type": "zip",
727
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
728
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
729
                "shasum": ""
730
            },
731
            "require": {
732
                "php": ">=5.3.2"
733
            },
734
            "require-dev": {
735
                "jakub-onderka/php-code-style": "1.0",
736
                "jakub-onderka/php-parallel-lint": "0.*",
737
                "jakub-onderka/php-var-dump-check": "0.*",
738
                "phpunit/phpunit": "3.7.*",
739
                "squizlabs/php_codesniffer": "1.*"
740
            },
741
            "type": "library",
742
            "autoload": {
743
                "psr-0": {
744
                    "JakubOnderka\\PhpConsoleColor": "src/"
745
                }
746
            },
747
            "notification-url": "https://packagist.org/downloads/",
748
            "license": [
749
                "BSD-2-Clause"
750
            ],
751
            "authors": [
752
                {
753
                    "name": "Jakub Onderka",
754
                    "email": "[email protected]",
755
                    "homepage": "http://www.acci.cz"
756
                }
757
            ],
758
            "time": "2014-04-08 15:00:19"
759
        },
760
        {
761
            "name": "jakub-onderka/php-console-highlighter",
762
            "version": "v0.3.2",
763
            "source": {
764
                "type": "git",
765
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
766
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
767
            },
768
            "dist": {
769
                "type": "zip",
770
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
771
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
772
                "shasum": ""
773
            },
774
            "require": {
775
                "jakub-onderka/php-console-color": "~0.1",
776
                "php": ">=5.3.0"
777
            },
778
            "require-dev": {
779
                "jakub-onderka/php-code-style": "~1.0",
780
                "jakub-onderka/php-parallel-lint": "~0.5",
781
                "jakub-onderka/php-var-dump-check": "~0.1",
782
                "phpunit/phpunit": "~4.0",
783
                "squizlabs/php_codesniffer": "~1.5"
784
            },
785
            "type": "library",
786
            "autoload": {
787
                "psr-0": {
788
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
789
                }
790
            },
791
            "notification-url": "https://packagist.org/downloads/",
792
            "license": [
793
                "MIT"
794
            ],
795
            "authors": [
796
                {
797
                    "name": "Jakub Onderka",
798
                    "email": "[email protected]",
799
                    "homepage": "http://www.acci.cz/"
800
                }
801
            ],
802
            "time": "2015-04-20 18:58:01"
803
        },
804
        {
805
            "name": "jeremeamia/SuperClosure",
806
            "version": "2.2.0",
807
            "source": {
808
                "type": "git",
809
                "url": "https://github.com/jeremeamia/super_closure.git",
810
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
811
            },
812
            "dist": {
813
                "type": "zip",
814
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
815
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
816
                "shasum": ""
817
            },
818
            "require": {
819
                "nikic/php-parser": "^1.2|^2.0",
820
                "php": ">=5.4",
821
                "symfony/polyfill-php56": "^1.0"
822
            },
823
            "require-dev": {
824
                "phpunit/phpunit": "^4.0|^5.0"
825
            },
826
            "type": "library",
827
            "extra": {
828
                "branch-alias": {
829
                    "dev-master": "2.2-dev"
830
                }
831
            },
832
            "autoload": {
833
                "psr-4": {
834
                    "SuperClosure\\": "src/"
835
                }
836
            },
837
            "notification-url": "https://packagist.org/downloads/",
838
            "license": [
839
                "MIT"
840
            ],
841
            "authors": [
842
                {
843
                    "name": "Jeremy Lindblom",
844
                    "email": "[email protected]",
845
                    "homepage": "https://github.com/jeremeamia",
846
                    "role": "Developer"
847
                }
848
            ],
849
            "description": "Serialize Closure objects, including their context and binding",
850
            "homepage": "https://github.com/jeremeamia/super_closure",
851
            "keywords": [
852
                "closure",
853
                "function",
854
                "lambda",
855
                "parser",
856
                "serializable",
857
                "serialize",
858
                "tokenizer"
859
            ],
860
            "time": "2015-12-05 17:17:57"
861
        },
862
        {
863
            "name": "jms/metadata",
864
            "version": "1.5.1",
865
            "source": {
866
                "type": "git",
867
                "url": "https://github.com/schmittjoh/metadata.git",
868
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
869
            },
870
            "dist": {
871
                "type": "zip",
872
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
873
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
874
                "shasum": ""
875
            },
876
            "require": {
877
                "php": ">=5.3.0"
878
            },
879
            "require-dev": {
880
                "doctrine/cache": "~1.0"
881
            },
882
            "type": "library",
883
            "extra": {
884
                "branch-alias": {
885
                    "dev-master": "1.5.x-dev"
886
                }
887
            },
888
            "autoload": {
889
                "psr-0": {
890
                    "Metadata\\": "src/"
891
                }
892
            },
893
            "notification-url": "https://packagist.org/downloads/",
894
            "license": [
895
                "Apache"
896
            ],
897
            "authors": [
898
                {
899
                    "name": "Johannes Schmitt",
900
                    "email": "[email protected]",
901
                    "homepage": "https://github.com/schmittjoh",
902
                    "role": "Developer of wrapped JMSSerializerBundle"
903
                }
904
            ],
905
            "description": "Class/method/property metadata management in PHP",
906
            "keywords": [
907
                "annotations",
908
                "metadata",
909
                "xml",
910
                "yaml"
911
            ],
912
            "time": "2014-07-12 07:13:19"
913
        },
914
        {
915
            "name": "jms/parser-lib",
916
            "version": "1.0.0",
917
            "source": {
918
                "type": "git",
919
                "url": "https://github.com/schmittjoh/parser-lib.git",
920
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
921
            },
922
            "dist": {
923
                "type": "zip",
924
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
925
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
926
                "shasum": ""
927
            },
928
            "require": {
929
                "phpoption/phpoption": ">=0.9,<2.0-dev"
930
            },
931
            "type": "library",
932
            "extra": {
933
                "branch-alias": {
934
                    "dev-master": "1.0-dev"
935
                }
936
            },
937
            "autoload": {
938
                "psr-0": {
939
                    "JMS\\": "src/"
940
                }
941
            },
942
            "notification-url": "https://packagist.org/downloads/",
943
            "license": [
944
                "Apache2"
945
            ],
946
            "description": "A library for easily creating recursive-descent parsers.",
947
            "time": "2012-11-18 18:08:43"
948
        },
949
        {
950
            "name": "jms/serializer",
951
            "version": "1.1.0",
952
            "source": {
953
                "type": "git",
954
                "url": "https://github.com/schmittjoh/serializer.git",
955
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
956
            },
957
            "dist": {
958
                "type": "zip",
959
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
960
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
961
                "shasum": ""
962
            },
963
            "require": {
964
                "doctrine/annotations": "1.*",
965
                "doctrine/instantiator": "~1.0.3",
966
                "jms/metadata": "~1.1",
967
                "jms/parser-lib": "1.*",
968
                "php": ">=5.4.0",
969
                "phpcollection/phpcollection": "~0.1"
970
            },
971
            "conflict": {
972
                "twig/twig": "<1.12"
973
            },
974
            "require-dev": {
975
                "doctrine/orm": "~2.1",
976
                "doctrine/phpcr-odm": "~1.0.1",
977
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
978
                "phpunit/phpunit": "~4.0",
979
                "propel/propel1": "~1.7",
980
                "symfony/filesystem": "2.*",
981
                "symfony/form": "~2.1",
982
                "symfony/translation": "~2.0",
983
                "symfony/validator": "~2.0",
984
                "symfony/yaml": "2.*",
985
                "twig/twig": "~1.12|~2.0"
986
            },
987
            "suggest": {
988
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
989
            },
990
            "type": "library",
991
            "extra": {
992
                "branch-alias": {
993
                    "dev-master": "1.1-dev"
994
                }
995
            },
996
            "autoload": {
997
                "psr-0": {
998
                    "JMS\\Serializer": "src/"
999
                }
1000
            },
1001
            "notification-url": "https://packagist.org/downloads/",
1002
            "license": [
1003
                "Apache2"
1004
            ],
1005
            "authors": [
1006
                {
1007
                    "name": "Johannes M. Schmitt",
1008
                    "email": "[email protected]"
1009
                }
1010
            ],
1011
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1012
            "homepage": "http://jmsyst.com/libs/serializer",
1013
            "keywords": [
1014
                "deserialization",
1015
                "jaxb",
1016
                "json",
1017
                "serialization",
1018
                "xml"
1019
            ],
1020
            "time": "2015-10-27 09:24:41"
1021
        },
1022
        {
1023
            "name": "justinrainbow/json-schema",
1024
            "version": "1.6.1",
1025
            "source": {
1026
                "type": "git",
1027
                "url": "https://github.com/justinrainbow/json-schema.git",
1028
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
1029
            },
1030
            "dist": {
1031
                "type": "zip",
1032
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
1033
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
1034
                "shasum": ""
1035
            },
1036
            "require": {
1037
                "php": ">=5.3.29"
1038
            },
1039
            "require-dev": {
1040
                "json-schema/json-schema-test-suite": "1.1.0",
1041
                "phpdocumentor/phpdocumentor": "~2",
1042
                "phpunit/phpunit": "~3.7"
1043
            },
1044
            "bin": [
1045
                "bin/validate-json"
1046
            ],
1047
            "type": "library",
1048
            "extra": {
1049
                "branch-alias": {
1050
                    "dev-master": "1.6.x-dev"
1051
                }
1052
            },
1053
            "autoload": {
1054
                "psr-4": {
1055
                    "JsonSchema\\": "src/JsonSchema/"
1056
                }
1057
            },
1058
            "notification-url": "https://packagist.org/downloads/",
1059
            "license": [
1060
                "BSD-3-Clause"
1061
            ],
1062
            "authors": [
1063
                {
1064
                    "name": "Bruno Prieto Reis",
1065
                    "email": "[email protected]"
1066
                },
1067
                {
1068
                    "name": "Justin Rainbow",
1069
                    "email": "[email protected]"
1070
                },
1071
                {
1072
                    "name": "Igor Wiedler",
1073
                    "email": "[email protected]"
1074
                },
1075
                {
1076
                    "name": "Robert Schönthal",
1077
                    "email": "[email protected]"
1078
                }
1079
            ],
1080
            "description": "A library to validate a json schema.",
1081
            "homepage": "https://github.com/justinrainbow/json-schema",
1082
            "keywords": [
1083
                "json",
1084
                "schema"
1085
            ],
1086
            "time": "2016-01-25 15:43:01"
1087
        },
1088
        {
1089
            "name": "laravel/framework",
1090
            "version": "v5.1.28",
1091
            "source": {
1092
                "type": "git",
1093
                "url": "https://github.com/laravel/framework.git",
1094
                "reference": "3f0fd27939dfdafb1e50058423cd24e640894ba2"
1095
            },
1096
            "dist": {
1097
                "type": "zip",
1098
                "url": "https://api.github.com/repos/laravel/framework/zipball/3f0fd27939dfdafb1e50058423cd24e640894ba2",
1099
                "reference": "3f0fd27939dfdafb1e50058423cd24e640894ba2",
1100
                "shasum": ""
1101
            },
1102
            "require": {
1103
                "classpreloader/classpreloader": "~2.0|~3.0",
1104
                "danielstjules/stringy": "~1.8",
1105
                "doctrine/inflector": "~1.0",
1106
                "ext-mbstring": "*",
1107
                "ext-openssl": "*",
1108
                "jeremeamia/superclosure": "~2.0",
1109
                "league/flysystem": "~1.0",
1110
                "monolog/monolog": "~1.11",
1111
                "mtdowling/cron-expression": "~1.0",
1112
                "nesbot/carbon": "~1.19",
1113
                "paragonie/random_compat": "~1.1",
1114
                "php": ">=5.5.9",
1115
                "psy/psysh": "0.6.*",
1116
                "swiftmailer/swiftmailer": "~5.1",
1117
                "symfony/console": "2.7.*",
1118
                "symfony/css-selector": "2.7.*",
1119
                "symfony/debug": "2.7.*",
1120
                "symfony/dom-crawler": "2.7.*",
1121
                "symfony/finder": "2.7.*",
1122
                "symfony/http-foundation": "2.7.*",
1123
                "symfony/http-kernel": "2.7.*",
1124
                "symfony/process": "2.7.*",
1125
                "symfony/routing": "2.7.*",
1126
                "symfony/translation": "2.7.*",
1127
                "symfony/var-dumper": "2.7.*",
1128
                "vlucas/phpdotenv": "~1.0"
1129
            },
1130
            "replace": {
1131
                "illuminate/auth": "self.version",
1132
                "illuminate/broadcasting": "self.version",
1133
                "illuminate/bus": "self.version",
1134
                "illuminate/cache": "self.version",
1135
                "illuminate/config": "self.version",
1136
                "illuminate/console": "self.version",
1137
                "illuminate/container": "self.version",
1138
                "illuminate/contracts": "self.version",
1139
                "illuminate/cookie": "self.version",
1140
                "illuminate/database": "self.version",
1141
                "illuminate/encryption": "self.version",
1142
                "illuminate/events": "self.version",
1143
                "illuminate/exception": "self.version",
1144
                "illuminate/filesystem": "self.version",
1145
                "illuminate/hashing": "self.version",
1146
                "illuminate/http": "self.version",
1147
                "illuminate/log": "self.version",
1148
                "illuminate/mail": "self.version",
1149
                "illuminate/pagination": "self.version",
1150
                "illuminate/pipeline": "self.version",
1151
                "illuminate/queue": "self.version",
1152
                "illuminate/redis": "self.version",
1153
                "illuminate/routing": "self.version",
1154
                "illuminate/session": "self.version",
1155
                "illuminate/support": "self.version",
1156
                "illuminate/translation": "self.version",
1157
                "illuminate/validation": "self.version",
1158
                "illuminate/view": "self.version"
1159
            },
1160
            "require-dev": {
1161
                "aws/aws-sdk-php": "~3.0",
1162
                "iron-io/iron_mq": "~2.0",
1163
                "mockery/mockery": "~0.9.2",
1164
                "pda/pheanstalk": "~3.0",
1165
                "phpunit/phpunit": "~4.0",
1166
                "predis/predis": "~1.0"
1167
            },
1168
            "suggest": {
1169
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
1170
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
1171
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
1172
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
1173
                "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).",
1174
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
1175
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
1176
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
1177
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
1178
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
1179
            },
1180
            "type": "library",
1181
            "extra": {
1182
                "branch-alias": {
1183
                    "dev-master": "5.1-dev"
1184
                }
1185
            },
1186
            "autoload": {
1187
                "classmap": [
1188
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
1189
                ],
1190
                "files": [
1191
                    "src/Illuminate/Foundation/helpers.php",
1192
                    "src/Illuminate/Support/helpers.php"
1193
                ],
1194
                "psr-4": {
1195
                    "Illuminate\\": "src/Illuminate/"
1196
                }
1197
            },
1198
            "notification-url": "https://packagist.org/downloads/",
1199
            "license": [
1200
                "MIT"
1201
            ],
1202
            "authors": [
1203
                {
1204
                    "name": "Taylor Otwell",
1205
                    "email": "[email protected]"
1206
                }
1207
            ],
1208
            "description": "The Laravel Framework.",
1209
            "homepage": "http://laravel.com",
1210
            "keywords": [
1211
                "framework",
1212
                "laravel"
1213
            ],
1214
            "time": "2015-12-31 17:41:30"
1215
        },
1216
        {
1217
            "name": "league/flysystem",
1218
            "version": "1.0.16",
1219
            "source": {
1220
                "type": "git",
1221
                "url": "https://github.com/thephpleague/flysystem.git",
1222
                "reference": "183e1a610664baf6dcd6fceda415baf43cbdc031"
1223
            },
1224
            "dist": {
1225
                "type": "zip",
1226
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/183e1a610664baf6dcd6fceda415baf43cbdc031",
1227
                "reference": "183e1a610664baf6dcd6fceda415baf43cbdc031",
1228
                "shasum": ""
1229
            },
1230
            "require": {
1231
                "php": ">=5.4.0"
1232
            },
1233
            "conflict": {
1234
                "league/flysystem-sftp": "<1.0.6"
1235
            },
1236
            "require-dev": {
1237
                "ext-fileinfo": "*",
1238
                "mockery/mockery": "~0.9",
1239
                "phpspec/phpspec": "^2.2",
1240
                "phpspec/prophecy-phpunit": "~1.0",
1241
                "phpunit/phpunit": "~4.8"
1242
            },
1243
            "suggest": {
1244
                "ext-fileinfo": "Required for MimeType",
1245
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1246
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1247
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1248
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1249
                "league/flysystem-copy": "Allows you to use Copy.com storage",
1250
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1251
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1252
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1253
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1254
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1255
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1256
            },
1257
            "type": "library",
1258
            "extra": {
1259
                "branch-alias": {
1260
                    "dev-master": "1.1-dev"
1261
                }
1262
            },
1263
            "autoload": {
1264
                "psr-4": {
1265
                    "League\\Flysystem\\": "src/"
1266
                }
1267
            },
1268
            "notification-url": "https://packagist.org/downloads/",
1269
            "license": [
1270
                "MIT"
1271
            ],
1272
            "authors": [
1273
                {
1274
                    "name": "Frank de Jonge",
1275
                    "email": "[email protected]"
1276
                }
1277
            ],
1278
            "description": "Filesystem abstraction: Many filesystems, one API.",
1279
            "keywords": [
1280
                "Cloud Files",
1281
                "WebDAV",
1282
                "abstraction",
1283
                "aws",
1284
                "cloud",
1285
                "copy.com",
1286
                "dropbox",
1287
                "file systems",
1288
                "files",
1289
                "filesystem",
1290
                "filesystems",
1291
                "ftp",
1292
                "rackspace",
1293
                "remote",
1294
                "s3",
1295
                "sftp",
1296
                "storage"
1297
            ],
1298
            "time": "2015-12-19 20:16:43"
1299
        },
1300
        {
1301
            "name": "monolog/monolog",
1302
            "version": "1.17.2",
1303
            "source": {
1304
                "type": "git",
1305
                "url": "https://github.com/Seldaek/monolog.git",
1306
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
1307
            },
1308
            "dist": {
1309
                "type": "zip",
1310
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1311
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1312
                "shasum": ""
1313
            },
1314
            "require": {
1315
                "php": ">=5.3.0",
1316
                "psr/log": "~1.0"
1317
            },
1318
            "provide": {
1319
                "psr/log-implementation": "1.0.0"
1320
            },
1321
            "require-dev": {
1322
                "aws/aws-sdk-php": "^2.4.9",
1323
                "doctrine/couchdb": "~1.0@dev",
1324
                "graylog2/gelf-php": "~1.0",
1325
                "jakub-onderka/php-parallel-lint": "0.9",
1326
                "php-console/php-console": "^3.1.3",
1327
                "phpunit/phpunit": "~4.5",
1328
                "phpunit/phpunit-mock-objects": "2.3.0",
1329
                "raven/raven": "^0.13",
1330
                "ruflin/elastica": ">=0.90 <3.0",
1331
                "swiftmailer/swiftmailer": "~5.3",
1332
                "videlalvaro/php-amqplib": "~2.4"
1333
            },
1334
            "suggest": {
1335
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1336
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1337
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1338
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1339
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1340
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1341
                "raven/raven": "Allow sending log messages to a Sentry server",
1342
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1343
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1344
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1345
            },
1346
            "type": "library",
1347
            "extra": {
1348
                "branch-alias": {
1349
                    "dev-master": "1.16.x-dev"
1350
                }
1351
            },
1352
            "autoload": {
1353
                "psr-4": {
1354
                    "Monolog\\": "src/Monolog"
1355
                }
1356
            },
1357
            "notification-url": "https://packagist.org/downloads/",
1358
            "license": [
1359
                "MIT"
1360
            ],
1361
            "authors": [
1362
                {
1363
                    "name": "Jordi Boggiano",
1364
                    "email": "[email protected]",
1365
                    "homepage": "http://seld.be"
1366
                }
1367
            ],
1368
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1369
            "homepage": "http://github.com/Seldaek/monolog",
1370
            "keywords": [
1371
                "log",
1372
                "logging",
1373
                "psr-3"
1374
            ],
1375
            "time": "2015-10-14 12:51:02"
1376
        },
1377
        {
1378
            "name": "mtdowling/cron-expression",
1379
            "version": "v1.1.0",
1380
            "source": {
1381
                "type": "git",
1382
                "url": "https://github.com/mtdowling/cron-expression.git",
1383
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
1384
            },
1385
            "dist": {
1386
                "type": "zip",
1387
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1388
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1389
                "shasum": ""
1390
            },
1391
            "require": {
1392
                "php": ">=5.3.2"
1393
            },
1394
            "require-dev": {
1395
                "phpunit/phpunit": "~4.0|~5.0"
1396
            },
1397
            "type": "library",
1398
            "autoload": {
1399
                "psr-0": {
1400
                    "Cron": "src/"
1401
                }
1402
            },
1403
            "notification-url": "https://packagist.org/downloads/",
1404
            "license": [
1405
                "MIT"
1406
            ],
1407
            "authors": [
1408
                {
1409
                    "name": "Michael Dowling",
1410
                    "email": "[email protected]",
1411
                    "homepage": "https://github.com/mtdowling"
1412
                }
1413
            ],
1414
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1415
            "keywords": [
1416
                "cron",
1417
                "schedule"
1418
            ],
1419
            "time": "2016-01-26 21:23:30"
1420
        },
1421
        {
1422
            "name": "nesbot/carbon",
1423
            "version": "1.21.0",
1424
            "source": {
1425
                "type": "git",
1426
                "url": "https://github.com/briannesbitt/Carbon.git",
1427
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
1428
            },
1429
            "dist": {
1430
                "type": "zip",
1431
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1432
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1433
                "shasum": ""
1434
            },
1435
            "require": {
1436
                "php": ">=5.3.0",
1437
                "symfony/translation": "~2.6|~3.0"
1438
            },
1439
            "require-dev": {
1440
                "phpunit/phpunit": "~4.0|~5.0"
1441
            },
1442
            "type": "library",
1443
            "autoload": {
1444
                "psr-4": {
1445
                    "Carbon\\": "src/Carbon/"
1446
                }
1447
            },
1448
            "notification-url": "https://packagist.org/downloads/",
1449
            "license": [
1450
                "MIT"
1451
            ],
1452
            "authors": [
1453
                {
1454
                    "name": "Brian Nesbitt",
1455
                    "email": "[email protected]",
1456
                    "homepage": "http://nesbot.com"
1457
                }
1458
            ],
1459
            "description": "A simple API extension for DateTime.",
1460
            "homepage": "http://carbon.nesbot.com",
1461
            "keywords": [
1462
                "date",
1463
                "datetime",
1464
                "time"
1465
            ],
1466
            "time": "2015-11-04 20:07:17"
1467
        },
1468
        {
1469
            "name": "nikic/php-parser",
1470
            "version": "v2.0.0",
1471
            "source": {
1472
                "type": "git",
1473
                "url": "https://github.com/nikic/PHP-Parser.git",
1474
                "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01"
1475
            },
1476
            "dist": {
1477
                "type": "zip",
1478
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c542e5d86a9775abd1021618eb2430278bfc1e01",
1479
                "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01",
1480
                "shasum": ""
1481
            },
1482
            "require": {
1483
                "ext-tokenizer": "*",
1484
                "php": ">=5.4"
1485
            },
1486
            "require-dev": {
1487
                "phpunit/phpunit": "~4.0"
1488
            },
1489
            "bin": [
1490
                "bin/php-parse"
1491
            ],
1492
            "type": "library",
1493
            "extra": {
1494
                "branch-alias": {
1495
                    "dev-master": "2.0-dev"
1496
                }
1497
            },
1498
            "autoload": {
1499
                "psr-4": {
1500
                    "PhpParser\\": "lib/PhpParser"
1501
                }
1502
            },
1503
            "notification-url": "https://packagist.org/downloads/",
1504
            "license": [
1505
                "BSD-3-Clause"
1506
            ],
1507
            "authors": [
1508
                {
1509
                    "name": "Nikita Popov"
1510
                }
1511
            ],
1512
            "description": "A PHP parser written in PHP",
1513
            "keywords": [
1514
                "parser",
1515
                "php"
1516
            ],
1517
            "time": "2015-12-04 15:28:43"
1518
        },
1519
        {
1520
            "name": "paragonie/random_compat",
1521
            "version": "1.1.5",
1522
            "source": {
1523
                "type": "git",
1524
                "url": "https://github.com/paragonie/random_compat.git",
1525
                "reference": "dd8998b7c846f6909f4e7a5f67fabebfc412a4f7"
1526
            },
1527
            "dist": {
1528
                "type": "zip",
1529
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/dd8998b7c846f6909f4e7a5f67fabebfc412a4f7",
1530
                "reference": "dd8998b7c846f6909f4e7a5f67fabebfc412a4f7",
1531
                "shasum": ""
1532
            },
1533
            "require": {
1534
                "php": ">=5.2.0"
1535
            },
1536
            "require-dev": {
1537
                "phpunit/phpunit": "4.*|5.*"
1538
            },
1539
            "suggest": {
1540
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1541
            },
1542
            "type": "library",
1543
            "autoload": {
1544
                "files": [
1545
                    "lib/random.php"
1546
                ]
1547
            },
1548
            "notification-url": "https://packagist.org/downloads/",
1549
            "license": [
1550
                "MIT"
1551
            ],
1552
            "authors": [
1553
                {
1554
                    "name": "Paragon Initiative Enterprises",
1555
                    "email": "[email protected]",
1556
                    "homepage": "https://paragonie.com"
1557
                }
1558
            ],
1559
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1560
            "keywords": [
1561
                "csprng",
1562
                "pseudorandom",
1563
                "random"
1564
            ],
1565
            "time": "2016-01-06 13:31:20"
1566
        },
1567
        {
1568
            "name": "phpcollection/phpcollection",
1569
            "version": "0.4.0",
1570
            "source": {
1571
                "type": "git",
1572
                "url": "https://github.com/schmittjoh/php-collection.git",
1573
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
1574
            },
1575
            "dist": {
1576
                "type": "zip",
1577
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
1578
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
1579
                "shasum": ""
1580
            },
1581
            "require": {
1582
                "phpoption/phpoption": "1.*"
1583
            },
1584
            "type": "library",
1585
            "extra": {
1586
                "branch-alias": {
1587
                    "dev-master": "0.3-dev"
1588
                }
1589
            },
1590
            "autoload": {
1591
                "psr-0": {
1592
                    "PhpCollection": "src/"
1593
                }
1594
            },
1595
            "notification-url": "https://packagist.org/downloads/",
1596
            "license": [
1597
                "Apache2"
1598
            ],
1599
            "authors": [
1600
                {
1601
                    "name": "Johannes Schmitt",
1602
                    "email": "[email protected]",
1603
                    "homepage": "https://github.com/schmittjoh",
1604
                    "role": "Developer of wrapped JMSSerializerBundle"
1605
                }
1606
            ],
1607
            "description": "General-Purpose Collection Library for PHP",
1608
            "keywords": [
1609
                "collection",
1610
                "list",
1611
                "map",
1612
                "sequence",
1613
                "set"
1614
            ],
1615
            "time": "2014-03-11 13:46:42"
1616
        },
1617
        {
1618
            "name": "phpdocumentor/reflection-docblock",
1619
            "version": "2.0.4",
1620
            "source": {
1621
                "type": "git",
1622
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1623
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1624
            },
1625
            "dist": {
1626
                "type": "zip",
1627
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1628
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1629
                "shasum": ""
1630
            },
1631
            "require": {
1632
                "php": ">=5.3.3"
1633
            },
1634
            "require-dev": {
1635
                "phpunit/phpunit": "~4.0"
1636
            },
1637
            "suggest": {
1638
                "dflydev/markdown": "~1.0",
1639
                "erusev/parsedown": "~1.0"
1640
            },
1641
            "type": "library",
1642
            "extra": {
1643
                "branch-alias": {
1644
                    "dev-master": "2.0.x-dev"
1645
                }
1646
            },
1647
            "autoload": {
1648
                "psr-0": {
1649
                    "phpDocumentor": [
1650
                        "src/"
1651
                    ]
1652
                }
1653
            },
1654
            "notification-url": "https://packagist.org/downloads/",
1655
            "license": [
1656
                "MIT"
1657
            ],
1658
            "authors": [
1659
                {
1660
                    "name": "Mike van Riel",
1661
                    "email": "[email protected]"
1662
                }
1663
            ],
1664
            "time": "2015-02-03 12:10:50"
1665
        },
1666
        {
1667
            "name": "phpoption/phpoption",
1668
            "version": "1.5.0",
1669
            "source": {
1670
                "type": "git",
1671
                "url": "https://github.com/schmittjoh/php-option.git",
1672
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1673
            },
1674
            "dist": {
1675
                "type": "zip",
1676
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1677
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1678
                "shasum": ""
1679
            },
1680
            "require": {
1681
                "php": ">=5.3.0"
1682
            },
1683
            "require-dev": {
1684
                "phpunit/phpunit": "4.7.*"
1685
            },
1686
            "type": "library",
1687
            "extra": {
1688
                "branch-alias": {
1689
                    "dev-master": "1.3-dev"
1690
                }
1691
            },
1692
            "autoload": {
1693
                "psr-0": {
1694
                    "PhpOption\\": "src/"
1695
                }
1696
            },
1697
            "notification-url": "https://packagist.org/downloads/",
1698
            "license": [
1699
                "Apache2"
1700
            ],
1701
            "authors": [
1702
                {
1703
                    "name": "Johannes M. Schmitt",
1704
                    "email": "[email protected]"
1705
                }
1706
            ],
1707
            "description": "Option Type for PHP",
1708
            "keywords": [
1709
                "language",
1710
                "option",
1711
                "php",
1712
                "type"
1713
            ],
1714
            "time": "2015-07-25 16:39:46"
1715
        },
1716
        {
1717
            "name": "psr/log",
1718
            "version": "1.0.0",
1719
            "source": {
1720
                "type": "git",
1721
                "url": "https://github.com/php-fig/log.git",
1722
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1723
            },
1724
            "dist": {
1725
                "type": "zip",
1726
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1727
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1728
                "shasum": ""
1729
            },
1730
            "type": "library",
1731
            "autoload": {
1732
                "psr-0": {
1733
                    "Psr\\Log\\": ""
1734
                }
1735
            },
1736
            "notification-url": "https://packagist.org/downloads/",
1737
            "license": [
1738
                "MIT"
1739
            ],
1740
            "authors": [
1741
                {
1742
                    "name": "PHP-FIG",
1743
                    "homepage": "http://www.php-fig.org/"
1744
                }
1745
            ],
1746
            "description": "Common interface for logging libraries",
1747
            "keywords": [
1748
                "log",
1749
                "psr",
1750
                "psr-3"
1751
            ],
1752
            "time": "2012-12-21 11:40:51"
1753
        },
1754
        {
1755
            "name": "psy/psysh",
1756
            "version": "v0.6.1",
1757
            "source": {
1758
                "type": "git",
1759
                "url": "https://github.com/bobthecow/psysh.git",
1760
                "reference": "0f04df0b23663799a8941fae13cd8e6299bde3ed"
1761
            },
1762
            "dist": {
1763
                "type": "zip",
1764
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0f04df0b23663799a8941fae13cd8e6299bde3ed",
1765
                "reference": "0f04df0b23663799a8941fae13cd8e6299bde3ed",
1766
                "shasum": ""
1767
            },
1768
            "require": {
1769
                "dnoegel/php-xdg-base-dir": "0.1",
1770
                "jakub-onderka/php-console-highlighter": "0.3.*",
1771
                "nikic/php-parser": "^1.2.1|~2.0",
1772
                "php": ">=5.3.9",
1773
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
1774
                "symfony/var-dumper": "~2.7|~3.0"
1775
            },
1776
            "require-dev": {
1777
                "fabpot/php-cs-fixer": "~1.5",
1778
                "phpunit/phpunit": "~3.7|~4.0|~5.0",
1779
                "squizlabs/php_codesniffer": "~2.0",
1780
                "symfony/finder": "~2.1|~3.0"
1781
            },
1782
            "suggest": {
1783
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1784
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1785
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1786
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
1787
            },
1788
            "bin": [
1789
                "bin/psysh"
1790
            ],
1791
            "type": "library",
1792
            "extra": {
1793
                "branch-alias": {
1794
                    "dev-develop": "0.7.x-dev"
1795
                }
1796
            },
1797
            "autoload": {
1798
                "files": [
1799
                    "src/Psy/functions.php"
1800
                ],
1801
                "psr-4": {
1802
                    "Psy\\": "src/Psy/"
1803
                }
1804
            },
1805
            "notification-url": "https://packagist.org/downloads/",
1806
            "license": [
1807
                "MIT"
1808
            ],
1809
            "authors": [
1810
                {
1811
                    "name": "Justin Hileman",
1812
                    "email": "[email protected]",
1813
                    "homepage": "http://justinhileman.com"
1814
                }
1815
            ],
1816
            "description": "An interactive shell for modern PHP.",
1817
            "homepage": "http://psysh.org",
1818
            "keywords": [
1819
                "REPL",
1820
                "console",
1821
                "interactive",
1822
                "shell"
1823
            ],
1824
            "time": "2015-11-12 16:18:56"
1825
        },
1826
        {
1827
            "name": "seld/cli-prompt",
1828
            "version": "1.0.1",
1829
            "source": {
1830
                "type": "git",
1831
                "url": "https://github.com/Seldaek/cli-prompt.git",
1832
                "reference": "b27db1514f7d7bb7a366ad95d4eb2b17140a0691"
1833
            },
1834
            "dist": {
1835
                "type": "zip",
1836
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b27db1514f7d7bb7a366ad95d4eb2b17140a0691",
1837
                "reference": "b27db1514f7d7bb7a366ad95d4eb2b17140a0691",
1838
                "shasum": ""
1839
            },
1840
            "require": {
1841
                "php": ">=5.3"
1842
            },
1843
            "type": "library",
1844
            "extra": {
1845
                "branch-alias": {
1846
                    "dev-master": "1.x-dev"
1847
                }
1848
            },
1849
            "autoload": {
1850
                "psr-4": {
1851
                    "Seld\\CliPrompt\\": "src/"
1852
                }
1853
            },
1854
            "notification-url": "https://packagist.org/downloads/",
1855
            "license": [
1856
                "MIT"
1857
            ],
1858
            "authors": [
1859
                {
1860
                    "name": "Jordi Boggiano",
1861
                    "email": "[email protected]"
1862
                }
1863
            ],
1864
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
1865
            "keywords": [
1866
                "cli",
1867
                "console",
1868
                "hidden",
1869
                "input",
1870
                "prompt"
1871
            ],
1872
            "time": "2016-01-09 17:55:27"
1873
        },
1874
        {
1875
            "name": "seld/jsonlint",
1876
            "version": "1.4.0",
1877
            "source": {
1878
                "type": "git",
1879
                "url": "https://github.com/Seldaek/jsonlint.git",
1880
                "reference": "66834d3e3566bb5798db7294619388786ae99394"
1881
            },
1882
            "dist": {
1883
                "type": "zip",
1884
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394",
1885
                "reference": "66834d3e3566bb5798db7294619388786ae99394",
1886
                "shasum": ""
1887
            },
1888
            "require": {
1889
                "php": "^5.3 || ^7.0"
1890
            },
1891
            "bin": [
1892
                "bin/jsonlint"
1893
            ],
1894
            "type": "library",
1895
            "autoload": {
1896
                "psr-4": {
1897
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
1898
                }
1899
            },
1900
            "notification-url": "https://packagist.org/downloads/",
1901
            "license": [
1902
                "MIT"
1903
            ],
1904
            "authors": [
1905
                {
1906
                    "name": "Jordi Boggiano",
1907
                    "email": "[email protected]",
1908
                    "homepage": "http://seld.be"
1909
                }
1910
            ],
1911
            "description": "JSON Linter",
1912
            "keywords": [
1913
                "json",
1914
                "linter",
1915
                "parser",
1916
                "validator"
1917
            ],
1918
            "time": "2015-11-21 02:21:41"
1919
        },
1920
        {
1921
            "name": "seld/phar-utils",
1922
            "version": "1.0.1",
1923
            "source": {
1924
                "type": "git",
1925
                "url": "https://github.com/Seldaek/phar-utils.git",
1926
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
1927
            },
1928
            "dist": {
1929
                "type": "zip",
1930
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
1931
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
1932
                "shasum": ""
1933
            },
1934
            "require": {
1935
                "php": ">=5.3"
1936
            },
1937
            "type": "library",
1938
            "extra": {
1939
                "branch-alias": {
1940
                    "dev-master": "1.x-dev"
1941
                }
1942
            },
1943
            "autoload": {
1944
                "psr-4": {
1945
                    "Seld\\PharUtils\\": "src/"
1946
                }
1947
            },
1948
            "notification-url": "https://packagist.org/downloads/",
1949
            "license": [
1950
                "MIT"
1951
            ],
1952
            "authors": [
1953
                {
1954
                    "name": "Jordi Boggiano",
1955
                    "email": "[email protected]"
1956
                }
1957
            ],
1958
            "description": "PHAR file format utilities, for when PHP phars you up",
1959
            "keywords": [
1960
                "phra"
1961
            ],
1962
            "time": "2015-10-13 18:44:15"
1963
        },
1964
        {
1965
            "name": "swiftmailer/swiftmailer",
1966
            "version": "v5.4.1",
1967
            "source": {
1968
                "type": "git",
1969
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1970
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
1971
            },
1972
            "dist": {
1973
                "type": "zip",
1974
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1975
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1976
                "shasum": ""
1977
            },
1978
            "require": {
1979
                "php": ">=5.3.3"
1980
            },
1981
            "require-dev": {
1982
                "mockery/mockery": "~0.9.1,<0.9.4"
1983
            },
1984
            "type": "library",
1985
            "extra": {
1986
                "branch-alias": {
1987
                    "dev-master": "5.4-dev"
1988
                }
1989
            },
1990
            "autoload": {
1991
                "files": [
1992
                    "lib/swift_required.php"
1993
                ]
1994
            },
1995
            "notification-url": "https://packagist.org/downloads/",
1996
            "license": [
1997
                "MIT"
1998
            ],
1999
            "authors": [
2000
                {
2001
                    "name": "Chris Corbyn"
2002
                },
2003
                {
2004
                    "name": "Fabien Potencier",
2005
                    "email": "[email protected]"
2006
                }
2007
            ],
2008
            "description": "Swiftmailer, free feature-rich PHP mailer",
2009
            "homepage": "http://swiftmailer.org",
2010
            "keywords": [
2011
                "email",
2012
                "mail",
2013
                "mailer"
2014
            ],
2015
            "time": "2015-06-06 14:19:39"
2016
        },
2017
        {
2018
            "name": "symfony/class-loader",
2019
            "version": "v2.8.2",
2020
            "source": {
2021
                "type": "git",
2022
                "url": "https://github.com/symfony/class-loader.git",
2023
                "reference": "98e9089a428ed0e39423b67352c57ef5910a3269"
2024
            },
2025
            "dist": {
2026
                "type": "zip",
2027
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/98e9089a428ed0e39423b67352c57ef5910a3269",
2028
                "reference": "98e9089a428ed0e39423b67352c57ef5910a3269",
2029
                "shasum": ""
2030
            },
2031
            "require": {
2032
                "php": ">=5.3.9"
2033
            },
2034
            "require-dev": {
2035
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0"
2036
            },
2037
            "type": "library",
2038
            "extra": {
2039
                "branch-alias": {
2040
                    "dev-master": "2.8-dev"
2041
                }
2042
            },
2043
            "autoload": {
2044
                "psr-4": {
2045
                    "Symfony\\Component\\ClassLoader\\": ""
2046
                },
2047
                "exclude-from-classmap": [
2048
                    "/Tests/"
2049
                ]
2050
            },
2051
            "notification-url": "https://packagist.org/downloads/",
2052
            "license": [
2053
                "MIT"
2054
            ],
2055
            "authors": [
2056
                {
2057
                    "name": "Fabien Potencier",
2058
                    "email": "[email protected]"
2059
                },
2060
                {
2061
                    "name": "Symfony Community",
2062
                    "homepage": "https://symfony.com/contributors"
2063
                }
2064
            ],
2065
            "description": "Symfony ClassLoader Component",
2066
            "homepage": "https://symfony.com",
2067
            "time": "2016-01-03 15:33:41"
2068
        },
2069
        {
2070
            "name": "symfony/console",
2071
            "version": "v2.7.9",
2072
            "source": {
2073
                "type": "git",
2074
                "url": "https://github.com/symfony/console.git",
2075
                "reference": "d3fc138b6ed8f8074591821d3416d8f9c04d6ca6"
2076
            },
2077
            "dist": {
2078
                "type": "zip",
2079
                "url": "https://api.github.com/repos/symfony/console/zipball/d3fc138b6ed8f8074591821d3416d8f9c04d6ca6",
2080
                "reference": "d3fc138b6ed8f8074591821d3416d8f9c04d6ca6",
2081
                "shasum": ""
2082
            },
2083
            "require": {
2084
                "php": ">=5.3.9"
2085
            },
2086
            "require-dev": {
2087
                "psr/log": "~1.0",
2088
                "symfony/event-dispatcher": "~2.1",
2089
                "symfony/process": "~2.1"
2090
            },
2091
            "suggest": {
2092
                "psr/log": "For using the console logger",
2093
                "symfony/event-dispatcher": "",
2094
                "symfony/process": ""
2095
            },
2096
            "type": "library",
2097
            "extra": {
2098
                "branch-alias": {
2099
                    "dev-master": "2.7-dev"
2100
                }
2101
            },
2102
            "autoload": {
2103
                "psr-4": {
2104
                    "Symfony\\Component\\Console\\": ""
2105
                },
2106
                "exclude-from-classmap": [
2107
                    "/Tests/"
2108
                ]
2109
            },
2110
            "notification-url": "https://packagist.org/downloads/",
2111
            "license": [
2112
                "MIT"
2113
            ],
2114
            "authors": [
2115
                {
2116
                    "name": "Fabien Potencier",
2117
                    "email": "[email protected]"
2118
                },
2119
                {
2120
                    "name": "Symfony Community",
2121
                    "homepage": "https://symfony.com/contributors"
2122
                }
2123
            ],
2124
            "description": "Symfony Console Component",
2125
            "homepage": "https://symfony.com",
2126
            "time": "2016-01-14 08:26:43"
2127
        },
2128
        {
2129
            "name": "symfony/css-selector",
2130
            "version": "v2.7.9",
2131
            "source": {
2132
                "type": "git",
2133
                "url": "https://github.com/symfony/css-selector.git",
2134
                "reference": "1a869e59cc3b2802961fc2124139659e12b72fe5"
2135
            },
2136
            "dist": {
2137
                "type": "zip",
2138
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/1a869e59cc3b2802961fc2124139659e12b72fe5",
2139
                "reference": "1a869e59cc3b2802961fc2124139659e12b72fe5",
2140
                "shasum": ""
2141
            },
2142
            "require": {
2143
                "php": ">=5.3.9"
2144
            },
2145
            "type": "library",
2146
            "extra": {
2147
                "branch-alias": {
2148
                    "dev-master": "2.7-dev"
2149
                }
2150
            },
2151
            "autoload": {
2152
                "psr-4": {
2153
                    "Symfony\\Component\\CssSelector\\": ""
2154
                },
2155
                "exclude-from-classmap": [
2156
                    "/Tests/"
2157
                ]
2158
            },
2159
            "notification-url": "https://packagist.org/downloads/",
2160
            "license": [
2161
                "MIT"
2162
            ],
2163
            "authors": [
2164
                {
2165
                    "name": "Jean-François Simon",
2166
                    "email": "[email protected]"
2167
                },
2168
                {
2169
                    "name": "Fabien Potencier",
2170
                    "email": "[email protected]"
2171
                },
2172
                {
2173
                    "name": "Symfony Community",
2174
                    "homepage": "https://symfony.com/contributors"
2175
                }
2176
            ],
2177
            "description": "Symfony CssSelector Component",
2178
            "homepage": "https://symfony.com",
2179
            "time": "2016-01-03 15:32:00"
2180
        },
2181
        {
2182
            "name": "symfony/debug",
2183
            "version": "v2.7.9",
2184
            "source": {
2185
                "type": "git",
2186
                "url": "https://github.com/symfony/debug.git",
2187
                "reference": "5aca4aa9600b943287b4a1799a4d1d78b5388175"
2188
            },
2189
            "dist": {
2190
                "type": "zip",
2191
                "url": "https://api.github.com/repos/symfony/debug/zipball/5aca4aa9600b943287b4a1799a4d1d78b5388175",
2192
                "reference": "5aca4aa9600b943287b4a1799a4d1d78b5388175",
2193
                "shasum": ""
2194
            },
2195
            "require": {
2196
                "php": ">=5.3.9",
2197
                "psr/log": "~1.0"
2198
            },
2199
            "conflict": {
2200
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2201
            },
2202
            "require-dev": {
2203
                "symfony/class-loader": "~2.2",
2204
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
2205
            },
2206
            "type": "library",
2207
            "extra": {
2208
                "branch-alias": {
2209
                    "dev-master": "2.7-dev"
2210
                }
2211
            },
2212
            "autoload": {
2213
                "psr-4": {
2214
                    "Symfony\\Component\\Debug\\": ""
2215
                },
2216
                "exclude-from-classmap": [
2217
                    "/Tests/"
2218
                ]
2219
            },
2220
            "notification-url": "https://packagist.org/downloads/",
2221
            "license": [
2222
                "MIT"
2223
            ],
2224
            "authors": [
2225
                {
2226
                    "name": "Fabien Potencier",
2227
                    "email": "[email protected]"
2228
                },
2229
                {
2230
                    "name": "Symfony Community",
2231
                    "homepage": "https://symfony.com/contributors"
2232
                }
2233
            ],
2234
            "description": "Symfony Debug Component",
2235
            "homepage": "https://symfony.com",
2236
            "time": "2016-01-13 07:57:33"
2237
        },
2238
        {
2239
            "name": "symfony/dom-crawler",
2240
            "version": "v2.7.9",
2241
            "source": {
2242
                "type": "git",
2243
                "url": "https://github.com/symfony/dom-crawler.git",
2244
                "reference": "55cc79a177193eb3bd74ac54b353691fbb211d3a"
2245
            },
2246
            "dist": {
2247
                "type": "zip",
2248
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/55cc79a177193eb3bd74ac54b353691fbb211d3a",
2249
                "reference": "55cc79a177193eb3bd74ac54b353691fbb211d3a",
2250
                "shasum": ""
2251
            },
2252
            "require": {
2253
                "php": ">=5.3.9"
2254
            },
2255
            "require-dev": {
2256
                "symfony/css-selector": "~2.3"
2257
            },
2258
            "suggest": {
2259
                "symfony/css-selector": ""
2260
            },
2261
            "type": "library",
2262
            "extra": {
2263
                "branch-alias": {
2264
                    "dev-master": "2.7-dev"
2265
                }
2266
            },
2267
            "autoload": {
2268
                "psr-4": {
2269
                    "Symfony\\Component\\DomCrawler\\": ""
2270
                },
2271
                "exclude-from-classmap": [
2272
                    "/Tests/"
2273
                ]
2274
            },
2275
            "notification-url": "https://packagist.org/downloads/",
2276
            "license": [
2277
                "MIT"
2278
            ],
2279
            "authors": [
2280
                {
2281
                    "name": "Fabien Potencier",
2282
                    "email": "[email protected]"
2283
                },
2284
                {
2285
                    "name": "Symfony Community",
2286
                    "homepage": "https://symfony.com/contributors"
2287
                }
2288
            ],
2289
            "description": "Symfony DomCrawler Component",
2290
            "homepage": "https://symfony.com",
2291
            "time": "2016-01-03 15:32:00"
2292
        },
2293
        {
2294
            "name": "symfony/event-dispatcher",
2295
            "version": "v2.8.2",
2296
            "source": {
2297
                "type": "git",
2298
                "url": "https://github.com/symfony/event-dispatcher.git",
2299
                "reference": "ee278f7c851533e58ca307f66305ccb9188aceda"
2300
            },
2301
            "dist": {
2302
                "type": "zip",
2303
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ee278f7c851533e58ca307f66305ccb9188aceda",
2304
                "reference": "ee278f7c851533e58ca307f66305ccb9188aceda",
2305
                "shasum": ""
2306
            },
2307
            "require": {
2308
                "php": ">=5.3.9"
2309
            },
2310
            "require-dev": {
2311
                "psr/log": "~1.0",
2312
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
2313
                "symfony/dependency-injection": "~2.6|~3.0.0",
2314
                "symfony/expression-language": "~2.6|~3.0.0",
2315
                "symfony/stopwatch": "~2.3|~3.0.0"
2316
            },
2317
            "suggest": {
2318
                "symfony/dependency-injection": "",
2319
                "symfony/http-kernel": ""
2320
            },
2321
            "type": "library",
2322
            "extra": {
2323
                "branch-alias": {
2324
                    "dev-master": "2.8-dev"
2325
                }
2326
            },
2327
            "autoload": {
2328
                "psr-4": {
2329
                    "Symfony\\Component\\EventDispatcher\\": ""
2330
                },
2331
                "exclude-from-classmap": [
2332
                    "/Tests/"
2333
                ]
2334
            },
2335
            "notification-url": "https://packagist.org/downloads/",
2336
            "license": [
2337
                "MIT"
2338
            ],
2339
            "authors": [
2340
                {
2341
                    "name": "Fabien Potencier",
2342
                    "email": "[email protected]"
2343
                },
2344
                {
2345
                    "name": "Symfony Community",
2346
                    "homepage": "https://symfony.com/contributors"
2347
                }
2348
            ],
2349
            "description": "Symfony EventDispatcher Component",
2350
            "homepage": "https://symfony.com",
2351
            "time": "2016-01-13 10:28:07"
2352
        },
2353
        {
2354
            "name": "symfony/filesystem",
2355
            "version": "v3.0.1",
2356
            "source": {
2357
                "type": "git",
2358
                "url": "https://github.com/symfony/filesystem.git",
2359
                "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c"
2360
            },
2361
            "dist": {
2362
                "type": "zip",
2363
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2e59d11dccd135dc8f00ee97f34fe1de842e70c",
2364
                "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c",
2365
                "shasum": ""
2366
            },
2367
            "require": {
2368
                "php": ">=5.5.9"
2369
            },
2370
            "type": "library",
2371
            "extra": {
2372
                "branch-alias": {
2373
                    "dev-master": "3.0-dev"
2374
                }
2375
            },
2376
            "autoload": {
2377
                "psr-4": {
2378
                    "Symfony\\Component\\Filesystem\\": ""
2379
                },
2380
                "exclude-from-classmap": [
2381
                    "/Tests/"
2382
                ]
2383
            },
2384
            "notification-url": "https://packagist.org/downloads/",
2385
            "license": [
2386
                "MIT"
2387
            ],
2388
            "authors": [
2389
                {
2390
                    "name": "Fabien Potencier",
2391
                    "email": "[email protected]"
2392
                },
2393
                {
2394
                    "name": "Symfony Community",
2395
                    "homepage": "https://symfony.com/contributors"
2396
                }
2397
            ],
2398
            "description": "Symfony Filesystem Component",
2399
            "homepage": "https://symfony.com",
2400
            "time": "2015-12-22 10:39:06"
2401
        },
2402
        {
2403
            "name": "symfony/finder",
2404
            "version": "v2.7.9",
2405
            "source": {
2406
                "type": "git",
2407
                "url": "https://github.com/symfony/finder.git",
2408
                "reference": "d20ac81c81a67ab898b0c0afa435f3e9a7d460cf"
2409
            },
2410
            "dist": {
2411
                "type": "zip",
2412
                "url": "https://api.github.com/repos/symfony/finder/zipball/d20ac81c81a67ab898b0c0afa435f3e9a7d460cf",
2413
                "reference": "d20ac81c81a67ab898b0c0afa435f3e9a7d460cf",
2414
                "shasum": ""
2415
            },
2416
            "require": {
2417
                "php": ">=5.3.9"
2418
            },
2419
            "type": "library",
2420
            "extra": {
2421
                "branch-alias": {
2422
                    "dev-master": "2.7-dev"
2423
                }
2424
            },
2425
            "autoload": {
2426
                "psr-4": {
2427
                    "Symfony\\Component\\Finder\\": ""
2428
                },
2429
                "exclude-from-classmap": [
2430
                    "/Tests/"
2431
                ]
2432
            },
2433
            "notification-url": "https://packagist.org/downloads/",
2434
            "license": [
2435
                "MIT"
2436
            ],
2437
            "authors": [
2438
                {
2439
                    "name": "Fabien Potencier",
2440
                    "email": "[email protected]"
2441
                },
2442
                {
2443
                    "name": "Symfony Community",
2444
                    "homepage": "https://symfony.com/contributors"
2445
                }
2446
            ],
2447
            "description": "Symfony Finder Component",
2448
            "homepage": "https://symfony.com",
2449
            "time": "2016-01-14 08:26:43"
2450
        },
2451
        {
2452
            "name": "symfony/http-foundation",
2453
            "version": "v2.7.9",
2454
            "source": {
2455
                "type": "git",
2456
                "url": "https://github.com/symfony/http-foundation.git",
2457
                "reference": "2f9d240056f026af5f7ba7f7052b0c6709bf288c"
2458
            },
2459
            "dist": {
2460
                "type": "zip",
2461
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2f9d240056f026af5f7ba7f7052b0c6709bf288c",
2462
                "reference": "2f9d240056f026af5f7ba7f7052b0c6709bf288c",
2463
                "shasum": ""
2464
            },
2465
            "require": {
2466
                "php": ">=5.3.9"
2467
            },
2468
            "require-dev": {
2469
                "symfony/expression-language": "~2.4"
2470
            },
2471
            "type": "library",
2472
            "extra": {
2473
                "branch-alias": {
2474
                    "dev-master": "2.7-dev"
2475
                }
2476
            },
2477
            "autoload": {
2478
                "psr-4": {
2479
                    "Symfony\\Component\\HttpFoundation\\": ""
2480
                },
2481
                "classmap": [
2482
                    "Resources/stubs"
2483
                ],
2484
                "exclude-from-classmap": [
2485
                    "/Tests/"
2486
                ]
2487
            },
2488
            "notification-url": "https://packagist.org/downloads/",
2489
            "license": [
2490
                "MIT"
2491
            ],
2492
            "authors": [
2493
                {
2494
                    "name": "Fabien Potencier",
2495
                    "email": "[email protected]"
2496
                },
2497
                {
2498
                    "name": "Symfony Community",
2499
                    "homepage": "https://symfony.com/contributors"
2500
                }
2501
            ],
2502
            "description": "Symfony HttpFoundation Component",
2503
            "homepage": "https://symfony.com",
2504
            "time": "2016-01-13 10:26:43"
2505
        },
2506
        {
2507
            "name": "symfony/http-kernel",
2508
            "version": "v2.7.9",
2509
            "source": {
2510
                "type": "git",
2511
                "url": "https://github.com/symfony/http-kernel.git",
2512
                "reference": "aa2f1e544d6cb862452504b5479a5095b7bfc53f"
2513
            },
2514
            "dist": {
2515
                "type": "zip",
2516
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aa2f1e544d6cb862452504b5479a5095b7bfc53f",
2517
                "reference": "aa2f1e544d6cb862452504b5479a5095b7bfc53f",
2518
                "shasum": ""
2519
            },
2520
            "require": {
2521
                "php": ">=5.3.9",
2522
                "psr/log": "~1.0",
2523
                "symfony/debug": "~2.6,>=2.6.2",
2524
                "symfony/event-dispatcher": "~2.6,>=2.6.7",
2525
                "symfony/http-foundation": "~2.5,>=2.5.4"
2526
            },
2527
            "conflict": {
2528
                "symfony/config": "<2.7"
2529
            },
2530
            "require-dev": {
2531
                "symfony/browser-kit": "~2.3",
2532
                "symfony/class-loader": "~2.1",
2533
                "symfony/config": "~2.7",
2534
                "symfony/console": "~2.3",
2535
                "symfony/css-selector": "~2.0,>=2.0.5",
2536
                "symfony/dependency-injection": "~2.2",
2537
                "symfony/dom-crawler": "~2.0,>=2.0.5",
2538
                "symfony/expression-language": "~2.4",
2539
                "symfony/finder": "~2.0,>=2.0.5",
2540
                "symfony/process": "~2.0,>=2.0.5",
2541
                "symfony/routing": "~2.2",
2542
                "symfony/stopwatch": "~2.3",
2543
                "symfony/templating": "~2.2",
2544
                "symfony/translation": "~2.0,>=2.0.5",
2545
                "symfony/var-dumper": "~2.6"
2546
            },
2547
            "suggest": {
2548
                "symfony/browser-kit": "",
2549
                "symfony/class-loader": "",
2550
                "symfony/config": "",
2551
                "symfony/console": "",
2552
                "symfony/dependency-injection": "",
2553
                "symfony/finder": "",
2554
                "symfony/var-dumper": ""
2555
            },
2556
            "type": "library",
2557
            "extra": {
2558
                "branch-alias": {
2559
                    "dev-master": "2.7-dev"
2560
                }
2561
            },
2562
            "autoload": {
2563
                "psr-4": {
2564
                    "Symfony\\Component\\HttpKernel\\": ""
2565
                },
2566
                "exclude-from-classmap": [
2567
                    "/Tests/"
2568
                ]
2569
            },
2570
            "notification-url": "https://packagist.org/downloads/",
2571
            "license": [
2572
                "MIT"
2573
            ],
2574
            "authors": [
2575
                {
2576
                    "name": "Fabien Potencier",
2577
                    "email": "[email protected]"
2578
                },
2579
                {
2580
                    "name": "Symfony Community",
2581
                    "homepage": "https://symfony.com/contributors"
2582
                }
2583
            ],
2584
            "description": "Symfony HttpKernel Component",
2585
            "homepage": "https://symfony.com",
2586
            "time": "2016-01-14 10:41:45"
2587
        },
2588
        {
2589
            "name": "symfony/polyfill-php56",
2590
            "version": "v1.1.0",
2591
            "source": {
2592
                "type": "git",
2593
                "url": "https://github.com/symfony/polyfill-php56.git",
2594
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
2595
            },
2596
            "dist": {
2597
                "type": "zip",
2598
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
2599
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
2600
                "shasum": ""
2601
            },
2602
            "require": {
2603
                "php": ">=5.3.3",
2604
                "symfony/polyfill-util": "~1.0"
2605
            },
2606
            "type": "library",
2607
            "extra": {
2608
                "branch-alias": {
2609
                    "dev-master": "1.1-dev"
2610
                }
2611
            },
2612
            "autoload": {
2613
                "psr-4": {
2614
                    "Symfony\\Polyfill\\Php56\\": ""
2615
                },
2616
                "files": [
2617
                    "bootstrap.php"
2618
                ]
2619
            },
2620
            "notification-url": "https://packagist.org/downloads/",
2621
            "license": [
2622
                "MIT"
2623
            ],
2624
            "authors": [
2625
                {
2626
                    "name": "Nicolas Grekas",
2627
                    "email": "[email protected]"
2628
                },
2629
                {
2630
                    "name": "Symfony Community",
2631
                    "homepage": "https://symfony.com/contributors"
2632
                }
2633
            ],
2634
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2635
            "homepage": "https://symfony.com",
2636
            "keywords": [
2637
                "compatibility",
2638
                "polyfill",
2639
                "portable",
2640
                "shim"
2641
            ],
2642
            "time": "2016-01-20 09:13:37"
2643
        },
2644
        {
2645
            "name": "symfony/polyfill-util",
2646
            "version": "v1.1.0",
2647
            "source": {
2648
                "type": "git",
2649
                "url": "https://github.com/symfony/polyfill-util.git",
2650
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
2651
            },
2652
            "dist": {
2653
                "type": "zip",
2654
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
2655
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
2656
                "shasum": ""
2657
            },
2658
            "require": {
2659
                "php": ">=5.3.3"
2660
            },
2661
            "type": "library",
2662
            "extra": {
2663
                "branch-alias": {
2664
                    "dev-master": "1.1-dev"
2665
                }
2666
            },
2667
            "autoload": {
2668
                "psr-4": {
2669
                    "Symfony\\Polyfill\\Util\\": ""
2670
                }
2671
            },
2672
            "notification-url": "https://packagist.org/downloads/",
2673
            "license": [
2674
                "MIT"
2675
            ],
2676
            "authors": [
2677
                {
2678
                    "name": "Nicolas Grekas",
2679
                    "email": "[email protected]"
2680
                },
2681
                {
2682
                    "name": "Symfony Community",
2683
                    "homepage": "https://symfony.com/contributors"
2684
                }
2685
            ],
2686
            "description": "Symfony utilities for portability of PHP codes",
2687
            "homepage": "https://symfony.com",
2688
            "keywords": [
2689
                "compat",
2690
                "compatibility",
2691
                "polyfill",
2692
                "shim"
2693
            ],
2694
            "time": "2016-01-20 09:13:37"
2695
        },
2696
        {
2697
            "name": "symfony/process",
2698
            "version": "v2.7.9",
2699
            "source": {
2700
                "type": "git",
2701
                "url": "https://github.com/symfony/process.git",
2702
                "reference": "0570b9ca51135ee7da0f19239eaf7b07ffb87034"
2703
            },
2704
            "dist": {
2705
                "type": "zip",
2706
                "url": "https://api.github.com/repos/symfony/process/zipball/0570b9ca51135ee7da0f19239eaf7b07ffb87034",
2707
                "reference": "0570b9ca51135ee7da0f19239eaf7b07ffb87034",
2708
                "shasum": ""
2709
            },
2710
            "require": {
2711
                "php": ">=5.3.9"
2712
            },
2713
            "type": "library",
2714
            "extra": {
2715
                "branch-alias": {
2716
                    "dev-master": "2.7-dev"
2717
                }
2718
            },
2719
            "autoload": {
2720
                "psr-4": {
2721
                    "Symfony\\Component\\Process\\": ""
2722
                },
2723
                "exclude-from-classmap": [
2724
                    "/Tests/"
2725
                ]
2726
            },
2727
            "notification-url": "https://packagist.org/downloads/",
2728
            "license": [
2729
                "MIT"
2730
            ],
2731
            "authors": [
2732
                {
2733
                    "name": "Fabien Potencier",
2734
                    "email": "[email protected]"
2735
                },
2736
                {
2737
                    "name": "Symfony Community",
2738
                    "homepage": "https://symfony.com/contributors"
2739
                }
2740
            ],
2741
            "description": "Symfony Process Component",
2742
            "homepage": "https://symfony.com",
2743
            "time": "2016-01-06 09:57:37"
2744
        },
2745
        {
2746
            "name": "symfony/routing",
2747
            "version": "v2.7.9",
2748
            "source": {
2749
                "type": "git",
2750
                "url": "https://github.com/symfony/routing.git",
2751
                "reference": "6fec77993acfe19aecf60544b9c7d32f3d5b2506"
2752
            },
2753
            "dist": {
2754
                "type": "zip",
2755
                "url": "https://api.github.com/repos/symfony/routing/zipball/6fec77993acfe19aecf60544b9c7d32f3d5b2506",
2756
                "reference": "6fec77993acfe19aecf60544b9c7d32f3d5b2506",
2757
                "shasum": ""
2758
            },
2759
            "require": {
2760
                "php": ">=5.3.9"
2761
            },
2762
            "conflict": {
2763
                "symfony/config": "<2.7"
2764
            },
2765
            "require-dev": {
2766
                "doctrine/annotations": "~1.0",
2767
                "doctrine/common": "~2.2",
2768
                "psr/log": "~1.0",
2769
                "symfony/config": "~2.7",
2770
                "symfony/expression-language": "~2.4",
2771
                "symfony/http-foundation": "~2.3",
2772
                "symfony/yaml": "~2.0,>=2.0.5"
2773
            },
2774
            "suggest": {
2775
                "doctrine/annotations": "For using the annotation loader",
2776
                "symfony/config": "For using the all-in-one router or any loader",
2777
                "symfony/expression-language": "For using expression matching",
2778
                "symfony/yaml": "For using the YAML loader"
2779
            },
2780
            "type": "library",
2781
            "extra": {
2782
                "branch-alias": {
2783
                    "dev-master": "2.7-dev"
2784
                }
2785
            },
2786
            "autoload": {
2787
                "psr-4": {
2788
                    "Symfony\\Component\\Routing\\": ""
2789
                },
2790
                "exclude-from-classmap": [
2791
                    "/Tests/"
2792
                ]
2793
            },
2794
            "notification-url": "https://packagist.org/downloads/",
2795
            "license": [
2796
                "MIT"
2797
            ],
2798
            "authors": [
2799
                {
2800
                    "name": "Fabien Potencier",
2801
                    "email": "[email protected]"
2802
                },
2803
                {
2804
                    "name": "Symfony Community",
2805
                    "homepage": "https://symfony.com/contributors"
2806
                }
2807
            ],
2808
            "description": "Symfony Routing Component",
2809
            "homepage": "https://symfony.com",
2810
            "keywords": [
2811
                "router",
2812
                "routing",
2813
                "uri",
2814
                "url"
2815
            ],
2816
            "time": "2016-01-03 15:32:00"
2817
        },
2818
        {
2819
            "name": "symfony/translation",
2820
            "version": "v2.7.9",
2821
            "source": {
2822
                "type": "git",
2823
                "url": "https://github.com/symfony/translation.git",
2824
                "reference": "8cbab8445ad4269427077ba02fff8718cb397e22"
2825
            },
2826
            "dist": {
2827
                "type": "zip",
2828
                "url": "https://api.github.com/repos/symfony/translation/zipball/8cbab8445ad4269427077ba02fff8718cb397e22",
2829
                "reference": "8cbab8445ad4269427077ba02fff8718cb397e22",
2830
                "shasum": ""
2831
            },
2832
            "require": {
2833
                "php": ">=5.3.9"
2834
            },
2835
            "conflict": {
2836
                "symfony/config": "<2.7"
2837
            },
2838
            "require-dev": {
2839
                "psr/log": "~1.0",
2840
                "symfony/config": "~2.7",
2841
                "symfony/intl": "~2.4",
2842
                "symfony/yaml": "~2.2"
2843
            },
2844
            "suggest": {
2845
                "psr/log": "To use logging capability in translator",
2846
                "symfony/config": "",
2847
                "symfony/yaml": ""
2848
            },
2849
            "type": "library",
2850
            "extra": {
2851
                "branch-alias": {
2852
                    "dev-master": "2.7-dev"
2853
                }
2854
            },
2855
            "autoload": {
2856
                "psr-4": {
2857
                    "Symfony\\Component\\Translation\\": ""
2858
                },
2859
                "exclude-from-classmap": [
2860
                    "/Tests/"
2861
                ]
2862
            },
2863
            "notification-url": "https://packagist.org/downloads/",
2864
            "license": [
2865
                "MIT"
2866
            ],
2867
            "authors": [
2868
                {
2869
                    "name": "Fabien Potencier",
2870
                    "email": "[email protected]"
2871
                },
2872
                {
2873
                    "name": "Symfony Community",
2874
                    "homepage": "https://symfony.com/contributors"
2875
                }
2876
            ],
2877
            "description": "Symfony Translation Component",
2878
            "homepage": "https://symfony.com",
2879
            "time": "2016-01-03 15:32:00"
2880
        },
2881
        {
2882
            "name": "symfony/var-dumper",
2883
            "version": "v2.7.9",
2884
            "source": {
2885
                "type": "git",
2886
                "url": "https://github.com/symfony/var-dumper.git",
2887
                "reference": "ad39199e91f2f845a0181b14d459fda13a622138"
2888
            },
2889
            "dist": {
2890
                "type": "zip",
2891
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ad39199e91f2f845a0181b14d459fda13a622138",
2892
                "reference": "ad39199e91f2f845a0181b14d459fda13a622138",
2893
                "shasum": ""
2894
            },
2895
            "require": {
2896
                "php": ">=5.3.9"
2897
            },
2898
            "suggest": {
2899
                "ext-symfony_debug": ""
2900
            },
2901
            "type": "library",
2902
            "extra": {
2903
                "branch-alias": {
2904
                    "dev-master": "2.7-dev"
2905
                }
2906
            },
2907
            "autoload": {
2908
                "files": [
2909
                    "Resources/functions/dump.php"
2910
                ],
2911
                "psr-4": {
2912
                    "Symfony\\Component\\VarDumper\\": ""
2913
                },
2914
                "exclude-from-classmap": [
2915
                    "/Tests/"
2916
                ]
2917
            },
2918
            "notification-url": "https://packagist.org/downloads/",
2919
            "license": [
2920
                "MIT"
2921
            ],
2922
            "authors": [
2923
                {
2924
                    "name": "Nicolas Grekas",
2925
                    "email": "[email protected]"
2926
                },
2927
                {
2928
                    "name": "Symfony Community",
2929
                    "homepage": "https://symfony.com/contributors"
2930
                }
2931
            ],
2932
            "description": "Symfony mechanism for exploring and dumping PHP variables",
2933
            "homepage": "https://symfony.com",
2934
            "keywords": [
2935
                "debug",
2936
                "dump"
2937
            ],
2938
            "time": "2016-01-07 11:12:32"
2939
        },
2940
        {
2941
            "name": "twig/twig",
2942
            "version": "v1.24.0",
2943
            "source": {
2944
                "type": "git",
2945
                "url": "https://github.com/twigphp/Twig.git",
2946
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
2947
            },
2948
            "dist": {
2949
                "type": "zip",
2950
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2951
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2952
                "shasum": ""
2953
            },
2954
            "require": {
2955
                "php": ">=5.2.7"
2956
            },
2957
            "require-dev": {
2958
                "symfony/debug": "~2.7",
2959
                "symfony/phpunit-bridge": "~2.7"
2960
            },
2961
            "type": "library",
2962
            "extra": {
2963
                "branch-alias": {
2964
                    "dev-master": "1.24-dev"
2965
                }
2966
            },
2967
            "autoload": {
2968
                "psr-0": {
2969
                    "Twig_": "lib/"
2970
                }
2971
            },
2972
            "notification-url": "https://packagist.org/downloads/",
2973
            "license": [
2974
                "BSD-3-Clause"
2975
            ],
2976
            "authors": [
2977
                {
2978
                    "name": "Fabien Potencier",
2979
                    "email": "[email protected]",
2980
                    "homepage": "http://fabien.potencier.org",
2981
                    "role": "Lead Developer"
2982
                },
2983
                {
2984
                    "name": "Armin Ronacher",
2985
                    "email": "[email protected]",
2986
                    "role": "Project Founder"
2987
                },
2988
                {
2989
                    "name": "Twig Team",
2990
                    "homepage": "http://twig.sensiolabs.org/contributors",
2991
                    "role": "Contributors"
2992
                }
2993
            ],
2994
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2995
            "homepage": "http://twig.sensiolabs.org",
2996
            "keywords": [
2997
                "templating"
2998
            ],
2999
            "time": "2016-01-25 21:22:18"
3000
        },
3001
        {
3002
            "name": "vlucas/phpdotenv",
3003
            "version": "v1.1.1",
3004
            "source": {
3005
                "type": "git",
3006
                "url": "https://github.com/vlucas/phpdotenv.git",
3007
                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
3008
            },
3009
            "dist": {
3010
                "type": "zip",
3011
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
3012
                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
3013
                "shasum": ""
3014
            },
3015
            "require": {
3016
                "php": ">=5.3.2"
3017
            },
3018
            "require-dev": {
3019
                "phpunit/phpunit": "~4.0"
3020
            },
3021
            "type": "library",
3022
            "autoload": {
3023
                "psr-0": {
3024
                    "Dotenv": "src/"
3025
                }
3026
            },
3027
            "notification-url": "https://packagist.org/downloads/",
3028
            "license": [
3029
                "BSD"
3030
            ],
3031
            "authors": [
3032
                {
3033
                    "name": "Vance Lucas",
3034
                    "email": "[email protected]",
3035
                    "homepage": "http://www.vancelucas.com"
3036
                }
3037
            ],
3038
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3039
            "homepage": "http://github.com/vlucas/phpdotenv",
3040
            "keywords": [
3041
                "dotenv",
3042
                "env",
3043
                "environment"
3044
            ],
3045
            "time": "2015-05-30 15:59:26"
3046
        }
3047
    ],
3048
    "packages-dev": [
3049
        {
3050
            "name": "fzaninotto/faker",
3051
            "version": "v1.5.0",
3052
            "source": {
3053
                "type": "git",
3054
                "url": "https://github.com/fzaninotto/Faker.git",
3055
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
3056
            },
3057
            "dist": {
3058
                "type": "zip",
3059
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
3060
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
3061
                "shasum": ""
3062
            },
3063
            "require": {
3064
                "php": ">=5.3.3"
3065
            },
3066
            "require-dev": {
3067
                "phpunit/phpunit": "~4.0",
3068
                "squizlabs/php_codesniffer": "~1.5"
3069
            },
3070
            "suggest": {
3071
                "ext-intl": "*"
3072
            },
3073
            "type": "library",
3074
            "extra": {
3075
                "branch-alias": {
3076
                    "dev-master": "1.5.x-dev"
3077
                }
3078
            },
3079
            "autoload": {
3080
                "psr-4": {
3081
                    "Faker\\": "src/Faker/"
3082
                }
3083
            },
3084
            "notification-url": "https://packagist.org/downloads/",
3085
            "license": [
3086
                "MIT"
3087
            ],
3088
            "authors": [
3089
                {
3090
                    "name": "François Zaninotto"
3091
                }
3092
            ],
3093
            "description": "Faker is a PHP library that generates fake data for you.",
3094
            "keywords": [
3095
                "data",
3096
                "faker",
3097
                "fixtures"
3098
            ],
3099
            "time": "2015-05-29 06:29:14"
3100
        },
3101
        {
3102
            "name": "hamcrest/hamcrest-php",
3103
            "version": "v1.2.2",
3104
            "source": {
3105
                "type": "git",
3106
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3107
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3108
            },
3109
            "dist": {
3110
                "type": "zip",
3111
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3112
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3113
                "shasum": ""
3114
            },
3115
            "require": {
3116
                "php": ">=5.3.2"
3117
            },
3118
            "replace": {
3119
                "cordoval/hamcrest-php": "*",
3120
                "davedevelopment/hamcrest-php": "*",
3121
                "kodova/hamcrest-php": "*"
3122
            },
3123
            "require-dev": {
3124
                "phpunit/php-file-iterator": "1.3.3",
3125
                "satooshi/php-coveralls": "dev-master"
3126
            },
3127
            "type": "library",
3128
            "autoload": {
3129
                "classmap": [
3130
                    "hamcrest"
3131
                ],
3132
                "files": [
3133
                    "hamcrest/Hamcrest.php"
3134
                ]
3135
            },
3136
            "notification-url": "https://packagist.org/downloads/",
3137
            "license": [
3138
                "BSD"
3139
            ],
3140
            "description": "This is the PHP port of Hamcrest Matchers",
3141
            "keywords": [
3142
                "test"
3143
            ],
3144
            "time": "2015-05-11 14:41:42"
3145
        },
3146
        {
3147
            "name": "mockery/mockery",
3148
            "version": "0.9.4",
3149
            "source": {
3150
                "type": "git",
3151
                "url": "https://github.com/padraic/mockery.git",
3152
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
3153
            },
3154
            "dist": {
3155
                "type": "zip",
3156
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
3157
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
3158
                "shasum": ""
3159
            },
3160
            "require": {
3161
                "hamcrest/hamcrest-php": "~1.1",
3162
                "lib-pcre": ">=7.0",
3163
                "php": ">=5.3.2"
3164
            },
3165
            "require-dev": {
3166
                "phpunit/phpunit": "~4.0"
3167
            },
3168
            "type": "library",
3169
            "extra": {
3170
                "branch-alias": {
3171
                    "dev-master": "0.9.x-dev"
3172
                }
3173
            },
3174
            "autoload": {
3175
                "psr-0": {
3176
                    "Mockery": "library/"
3177
                }
3178
            },
3179
            "notification-url": "https://packagist.org/downloads/",
3180
            "license": [
3181
                "BSD-3-Clause"
3182
            ],
3183
            "authors": [
3184
                {
3185
                    "name": "Pádraic Brady",
3186
                    "email": "[email protected]",
3187
                    "homepage": "http://blog.astrumfutura.com"
3188
                },
3189
                {
3190
                    "name": "Dave Marshall",
3191
                    "email": "[email protected]",
3192
                    "homepage": "http://davedevelopment.co.uk"
3193
                }
3194
            ],
3195
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
3196
            "homepage": "http://github.com/padraic/mockery",
3197
            "keywords": [
3198
                "BDD",
3199
                "TDD",
3200
                "library",
3201
                "mock",
3202
                "mock objects",
3203
                "mockery",
3204
                "stub",
3205
                "test",
3206
                "test double",
3207
                "testing"
3208
            ],
3209
            "time": "2015-04-02 19:54:00"
3210
        },
3211
        {
3212
            "name": "phpspec/php-diff",
3213
            "version": "v1.0.2",
3214
            "source": {
3215
                "type": "git",
3216
                "url": "https://github.com/phpspec/php-diff.git",
3217
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
3218
            },
3219
            "dist": {
3220
                "type": "zip",
3221
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
3222
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
3223
                "shasum": ""
3224
            },
3225
            "type": "library",
3226
            "autoload": {
3227
                "psr-0": {
3228
                    "Diff": "lib/"
3229
                }
3230
            },
3231
            "notification-url": "https://packagist.org/downloads/",
3232
            "license": [
3233
                "BSD-3-Clause"
3234
            ],
3235
            "authors": [
3236
                {
3237
                    "name": "Chris Boulton",
3238
                    "homepage": "http://github.com/chrisboulton",
3239
                    "role": "Original developer"
3240
                }
3241
            ],
3242
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
3243
            "time": "2013-11-01 13:02:21"
3244
        },
3245
        {
3246
            "name": "phpspec/phpspec",
3247
            "version": "2.4.1",
3248
            "source": {
3249
                "type": "git",
3250
                "url": "https://github.com/phpspec/phpspec.git",
3251
                "reference": "5528ce1e93a1efa090c9404aba3395c329b4e6ed"
3252
            },
3253
            "dist": {
3254
                "type": "zip",
3255
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/5528ce1e93a1efa090c9404aba3395c329b4e6ed",
3256
                "reference": "5528ce1e93a1efa090c9404aba3395c329b4e6ed",
3257
                "shasum": ""
3258
            },
3259
            "require": {
3260
                "doctrine/instantiator": "^1.0.1",
3261
                "ext-tokenizer": "*",
3262
                "php": ">=5.3.3",
3263
                "phpspec/php-diff": "~1.0.0",
3264
                "phpspec/prophecy": "~1.4",
3265
                "sebastian/exporter": "~1.0",
3266
                "symfony/console": "~2.3|~3.0",
3267
                "symfony/event-dispatcher": "~2.1|~3.0",
3268
                "symfony/finder": "~2.1|~3.0",
3269
                "symfony/process": "^2.6|~3.0",
3270
                "symfony/yaml": "~2.1|~3.0"
3271
            },
3272
            "require-dev": {
3273
                "behat/behat": "^3.0.11",
3274
                "bossa/phpspec2-expect": "~1.0",
3275
                "phpunit/phpunit": "~4.4",
3276
                "symfony/filesystem": "~2.1|~3.0"
3277
            },
3278
            "suggest": {
3279
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
3280
            },
3281
            "bin": [
3282
                "bin/phpspec"
3283
            ],
3284
            "type": "library",
3285
            "extra": {
3286
                "branch-alias": {
3287
                    "dev-master": "2.2.x-dev"
3288
                }
3289
            },
3290
            "autoload": {
3291
                "psr-0": {
3292
                    "PhpSpec": "src/"
3293
                }
3294
            },
3295
            "notification-url": "https://packagist.org/downloads/",
3296
            "license": [
3297
                "MIT"
3298
            ],
3299
            "authors": [
3300
                {
3301
                    "name": "Konstantin Kudryashov",
3302
                    "email": "[email protected]",
3303
                    "homepage": "http://everzet.com"
3304
                },
3305
                {
3306
                    "name": "Marcello Duarte",
3307
                    "homepage": "http://marcelloduarte.net/"
3308
                }
3309
            ],
3310
            "description": "Specification-oriented BDD framework for PHP 5.3+",
3311
            "homepage": "http://phpspec.net/",
3312
            "keywords": [
3313
                "BDD",
3314
                "SpecBDD",
3315
                "TDD",
3316
                "spec",
3317
                "specification",
3318
                "testing",
3319
                "tests"
3320
            ],
3321
            "time": "2016-01-01 10:17:54"
3322
        },
3323
        {
3324
            "name": "phpspec/prophecy",
3325
            "version": "v1.5.0",
3326
            "source": {
3327
                "type": "git",
3328
                "url": "https://github.com/phpspec/prophecy.git",
3329
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
3330
            },
3331
            "dist": {
3332
                "type": "zip",
3333
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3334
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3335
                "shasum": ""
3336
            },
3337
            "require": {
3338
                "doctrine/instantiator": "^1.0.2",
3339
                "phpdocumentor/reflection-docblock": "~2.0",
3340
                "sebastian/comparator": "~1.1"
3341
            },
3342
            "require-dev": {
3343
                "phpspec/phpspec": "~2.0"
3344
            },
3345
            "type": "library",
3346
            "extra": {
3347
                "branch-alias": {
3348
                    "dev-master": "1.4.x-dev"
3349
                }
3350
            },
3351
            "autoload": {
3352
                "psr-0": {
3353
                    "Prophecy\\": "src/"
3354
                }
3355
            },
3356
            "notification-url": "https://packagist.org/downloads/",
3357
            "license": [
3358
                "MIT"
3359
            ],
3360
            "authors": [
3361
                {
3362
                    "name": "Konstantin Kudryashov",
3363
                    "email": "[email protected]",
3364
                    "homepage": "http://everzet.com"
3365
                },
3366
                {
3367
                    "name": "Marcello Duarte",
3368
                    "email": "[email protected]"
3369
                }
3370
            ],
3371
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3372
            "homepage": "https://github.com/phpspec/prophecy",
3373
            "keywords": [
3374
                "Double",
3375
                "Dummy",
3376
                "fake",
3377
                "mock",
3378
                "spy",
3379
                "stub"
3380
            ],
3381
            "time": "2015-08-13 10:07:40"
3382
        },
3383
        {
3384
            "name": "phpunit/php-code-coverage",
3385
            "version": "2.2.4",
3386
            "source": {
3387
                "type": "git",
3388
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3389
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3390
            },
3391
            "dist": {
3392
                "type": "zip",
3393
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3394
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3395
                "shasum": ""
3396
            },
3397
            "require": {
3398
                "php": ">=5.3.3",
3399
                "phpunit/php-file-iterator": "~1.3",
3400
                "phpunit/php-text-template": "~1.2",
3401
                "phpunit/php-token-stream": "~1.3",
3402
                "sebastian/environment": "^1.3.2",
3403
                "sebastian/version": "~1.0"
3404
            },
3405
            "require-dev": {
3406
                "ext-xdebug": ">=2.1.4",
3407
                "phpunit/phpunit": "~4"
3408
            },
3409
            "suggest": {
3410
                "ext-dom": "*",
3411
                "ext-xdebug": ">=2.2.1",
3412
                "ext-xmlwriter": "*"
3413
            },
3414
            "type": "library",
3415
            "extra": {
3416
                "branch-alias": {
3417
                    "dev-master": "2.2.x-dev"
3418
                }
3419
            },
3420
            "autoload": {
3421
                "classmap": [
3422
                    "src/"
3423
                ]
3424
            },
3425
            "notification-url": "https://packagist.org/downloads/",
3426
            "license": [
3427
                "BSD-3-Clause"
3428
            ],
3429
            "authors": [
3430
                {
3431
                    "name": "Sebastian Bergmann",
3432
                    "email": "[email protected]",
3433
                    "role": "lead"
3434
                }
3435
            ],
3436
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3437
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3438
            "keywords": [
3439
                "coverage",
3440
                "testing",
3441
                "xunit"
3442
            ],
3443
            "time": "2015-10-06 15:47:00"
3444
        },
3445
        {
3446
            "name": "phpunit/php-file-iterator",
3447
            "version": "1.4.1",
3448
            "source": {
3449
                "type": "git",
3450
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3451
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3452
            },
3453
            "dist": {
3454
                "type": "zip",
3455
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3456
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3457
                "shasum": ""
3458
            },
3459
            "require": {
3460
                "php": ">=5.3.3"
3461
            },
3462
            "type": "library",
3463
            "extra": {
3464
                "branch-alias": {
3465
                    "dev-master": "1.4.x-dev"
3466
                }
3467
            },
3468
            "autoload": {
3469
                "classmap": [
3470
                    "src/"
3471
                ]
3472
            },
3473
            "notification-url": "https://packagist.org/downloads/",
3474
            "license": [
3475
                "BSD-3-Clause"
3476
            ],
3477
            "authors": [
3478
                {
3479
                    "name": "Sebastian Bergmann",
3480
                    "email": "[email protected]",
3481
                    "role": "lead"
3482
                }
3483
            ],
3484
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3485
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3486
            "keywords": [
3487
                "filesystem",
3488
                "iterator"
3489
            ],
3490
            "time": "2015-06-21 13:08:43"
3491
        },
3492
        {
3493
            "name": "phpunit/php-text-template",
3494
            "version": "1.2.1",
3495
            "source": {
3496
                "type": "git",
3497
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3498
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3499
            },
3500
            "dist": {
3501
                "type": "zip",
3502
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3503
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3504
                "shasum": ""
3505
            },
3506
            "require": {
3507
                "php": ">=5.3.3"
3508
            },
3509
            "type": "library",
3510
            "autoload": {
3511
                "classmap": [
3512
                    "src/"
3513
                ]
3514
            },
3515
            "notification-url": "https://packagist.org/downloads/",
3516
            "license": [
3517
                "BSD-3-Clause"
3518
            ],
3519
            "authors": [
3520
                {
3521
                    "name": "Sebastian Bergmann",
3522
                    "email": "[email protected]",
3523
                    "role": "lead"
3524
                }
3525
            ],
3526
            "description": "Simple template engine.",
3527
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3528
            "keywords": [
3529
                "template"
3530
            ],
3531
            "time": "2015-06-21 13:50:34"
3532
        },
3533
        {
3534
            "name": "phpunit/php-timer",
3535
            "version": "1.0.7",
3536
            "source": {
3537
                "type": "git",
3538
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3539
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3540
            },
3541
            "dist": {
3542
                "type": "zip",
3543
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3544
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3545
                "shasum": ""
3546
            },
3547
            "require": {
3548
                "php": ">=5.3.3"
3549
            },
3550
            "type": "library",
3551
            "autoload": {
3552
                "classmap": [
3553
                    "src/"
3554
                ]
3555
            },
3556
            "notification-url": "https://packagist.org/downloads/",
3557
            "license": [
3558
                "BSD-3-Clause"
3559
            ],
3560
            "authors": [
3561
                {
3562
                    "name": "Sebastian Bergmann",
3563
                    "email": "[email protected]",
3564
                    "role": "lead"
3565
                }
3566
            ],
3567
            "description": "Utility class for timing",
3568
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3569
            "keywords": [
3570
                "timer"
3571
            ],
3572
            "time": "2015-06-21 08:01:12"
3573
        },
3574
        {
3575
            "name": "phpunit/php-token-stream",
3576
            "version": "1.4.8",
3577
            "source": {
3578
                "type": "git",
3579
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3580
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3581
            },
3582
            "dist": {
3583
                "type": "zip",
3584
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3585
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3586
                "shasum": ""
3587
            },
3588
            "require": {
3589
                "ext-tokenizer": "*",
3590
                "php": ">=5.3.3"
3591
            },
3592
            "require-dev": {
3593
                "phpunit/phpunit": "~4.2"
3594
            },
3595
            "type": "library",
3596
            "extra": {
3597
                "branch-alias": {
3598
                    "dev-master": "1.4-dev"
3599
                }
3600
            },
3601
            "autoload": {
3602
                "classmap": [
3603
                    "src/"
3604
                ]
3605
            },
3606
            "notification-url": "https://packagist.org/downloads/",
3607
            "license": [
3608
                "BSD-3-Clause"
3609
            ],
3610
            "authors": [
3611
                {
3612
                    "name": "Sebastian Bergmann",
3613
                    "email": "[email protected]"
3614
                }
3615
            ],
3616
            "description": "Wrapper around PHP's tokenizer extension.",
3617
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3618
            "keywords": [
3619
                "tokenizer"
3620
            ],
3621
            "time": "2015-09-15 10:49:45"
3622
        },
3623
        {
3624
            "name": "phpunit/phpunit",
3625
            "version": "4.8.21",
3626
            "source": {
3627
                "type": "git",
3628
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3629
                "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
3630
            },
3631
            "dist": {
3632
                "type": "zip",
3633
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
3634
                "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
3635
                "shasum": ""
3636
            },
3637
            "require": {
3638
                "ext-dom": "*",
3639
                "ext-json": "*",
3640
                "ext-pcre": "*",
3641
                "ext-reflection": "*",
3642
                "ext-spl": "*",
3643
                "php": ">=5.3.3",
3644
                "phpspec/prophecy": "^1.3.1",
3645
                "phpunit/php-code-coverage": "~2.1",
3646
                "phpunit/php-file-iterator": "~1.4",
3647
                "phpunit/php-text-template": "~1.2",
3648
                "phpunit/php-timer": ">=1.0.6",
3649
                "phpunit/phpunit-mock-objects": "~2.3",
3650
                "sebastian/comparator": "~1.1",
3651
                "sebastian/diff": "~1.2",
3652
                "sebastian/environment": "~1.3",
3653
                "sebastian/exporter": "~1.2",
3654
                "sebastian/global-state": "~1.0",
3655
                "sebastian/version": "~1.0",
3656
                "symfony/yaml": "~2.1|~3.0"
3657
            },
3658
            "suggest": {
3659
                "phpunit/php-invoker": "~1.1"
3660
            },
3661
            "bin": [
3662
                "phpunit"
3663
            ],
3664
            "type": "library",
3665
            "extra": {
3666
                "branch-alias": {
3667
                    "dev-master": "4.8.x-dev"
3668
                }
3669
            },
3670
            "autoload": {
3671
                "classmap": [
3672
                    "src/"
3673
                ]
3674
            },
3675
            "notification-url": "https://packagist.org/downloads/",
3676
            "license": [
3677
                "BSD-3-Clause"
3678
            ],
3679
            "authors": [
3680
                {
3681
                    "name": "Sebastian Bergmann",
3682
                    "email": "[email protected]",
3683
                    "role": "lead"
3684
                }
3685
            ],
3686
            "description": "The PHP Unit Testing framework.",
3687
            "homepage": "https://phpunit.de/",
3688
            "keywords": [
3689
                "phpunit",
3690
                "testing",
3691
                "xunit"
3692
            ],
3693
            "time": "2015-12-12 07:45:58"
3694
        },
3695
        {
3696
            "name": "phpunit/phpunit-mock-objects",
3697
            "version": "2.3.8",
3698
            "source": {
3699
                "type": "git",
3700
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3701
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3702
            },
3703
            "dist": {
3704
                "type": "zip",
3705
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3706
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3707
                "shasum": ""
3708
            },
3709
            "require": {
3710
                "doctrine/instantiator": "^1.0.2",
3711
                "php": ">=5.3.3",
3712
                "phpunit/php-text-template": "~1.2",
3713
                "sebastian/exporter": "~1.2"
3714
            },
3715
            "require-dev": {
3716
                "phpunit/phpunit": "~4.4"
3717
            },
3718
            "suggest": {
3719
                "ext-soap": "*"
3720
            },
3721
            "type": "library",
3722
            "extra": {
3723
                "branch-alias": {
3724
                    "dev-master": "2.3.x-dev"
3725
                }
3726
            },
3727
            "autoload": {
3728
                "classmap": [
3729
                    "src/"
3730
                ]
3731
            },
3732
            "notification-url": "https://packagist.org/downloads/",
3733
            "license": [
3734
                "BSD-3-Clause"
3735
            ],
3736
            "authors": [
3737
                {
3738
                    "name": "Sebastian Bergmann",
3739
                    "email": "[email protected]",
3740
                    "role": "lead"
3741
                }
3742
            ],
3743
            "description": "Mock Object library for PHPUnit",
3744
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3745
            "keywords": [
3746
                "mock",
3747
                "xunit"
3748
            ],
3749
            "time": "2015-10-02 06:51:40"
3750
        },
3751
        {
3752
            "name": "sebastian/comparator",
3753
            "version": "1.2.0",
3754
            "source": {
3755
                "type": "git",
3756
                "url": "https://github.com/sebastianbergmann/comparator.git",
3757
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3758
            },
3759
            "dist": {
3760
                "type": "zip",
3761
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3762
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3763
                "shasum": ""
3764
            },
3765
            "require": {
3766
                "php": ">=5.3.3",
3767
                "sebastian/diff": "~1.2",
3768
                "sebastian/exporter": "~1.2"
3769
            },
3770
            "require-dev": {
3771
                "phpunit/phpunit": "~4.4"
3772
            },
3773
            "type": "library",
3774
            "extra": {
3775
                "branch-alias": {
3776
                    "dev-master": "1.2.x-dev"
3777
                }
3778
            },
3779
            "autoload": {
3780
                "classmap": [
3781
                    "src/"
3782
                ]
3783
            },
3784
            "notification-url": "https://packagist.org/downloads/",
3785
            "license": [
3786
                "BSD-3-Clause"
3787
            ],
3788
            "authors": [
3789
                {
3790
                    "name": "Jeff Welch",
3791
                    "email": "[email protected]"
3792
                },
3793
                {
3794
                    "name": "Volker Dusch",
3795
                    "email": "[email protected]"
3796
                },
3797
                {
3798
                    "name": "Bernhard Schussek",
3799
                    "email": "[email protected]"
3800
                },
3801
                {
3802
                    "name": "Sebastian Bergmann",
3803
                    "email": "[email protected]"
3804
                }
3805
            ],
3806
            "description": "Provides the functionality to compare PHP values for equality",
3807
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3808
            "keywords": [
3809
                "comparator",
3810
                "compare",
3811
                "equality"
3812
            ],
3813
            "time": "2015-07-26 15:48:44"
3814
        },
3815
        {
3816
            "name": "sebastian/diff",
3817
            "version": "1.4.1",
3818
            "source": {
3819
                "type": "git",
3820
                "url": "https://github.com/sebastianbergmann/diff.git",
3821
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3822
            },
3823
            "dist": {
3824
                "type": "zip",
3825
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3826
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3827
                "shasum": ""
3828
            },
3829
            "require": {
3830
                "php": ">=5.3.3"
3831
            },
3832
            "require-dev": {
3833
                "phpunit/phpunit": "~4.8"
3834
            },
3835
            "type": "library",
3836
            "extra": {
3837
                "branch-alias": {
3838
                    "dev-master": "1.4-dev"
3839
                }
3840
            },
3841
            "autoload": {
3842
                "classmap": [
3843
                    "src/"
3844
                ]
3845
            },
3846
            "notification-url": "https://packagist.org/downloads/",
3847
            "license": [
3848
                "BSD-3-Clause"
3849
            ],
3850
            "authors": [
3851
                {
3852
                    "name": "Kore Nordmann",
3853
                    "email": "[email protected]"
3854
                },
3855
                {
3856
                    "name": "Sebastian Bergmann",
3857
                    "email": "[email protected]"
3858
                }
3859
            ],
3860
            "description": "Diff implementation",
3861
            "homepage": "https://github.com/sebastianbergmann/diff",
3862
            "keywords": [
3863
                "diff"
3864
            ],
3865
            "time": "2015-12-08 07:14:41"
3866
        },
3867
        {
3868
            "name": "sebastian/environment",
3869
            "version": "1.3.3",
3870
            "source": {
3871
                "type": "git",
3872
                "url": "https://github.com/sebastianbergmann/environment.git",
3873
                "reference": "6e7133793a8e5a5714a551a8324337374be209df"
3874
            },
3875
            "dist": {
3876
                "type": "zip",
3877
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
3878
                "reference": "6e7133793a8e5a5714a551a8324337374be209df",
3879
                "shasum": ""
3880
            },
3881
            "require": {
3882
                "php": ">=5.3.3"
3883
            },
3884
            "require-dev": {
3885
                "phpunit/phpunit": "~4.4"
3886
            },
3887
            "type": "library",
3888
            "extra": {
3889
                "branch-alias": {
3890
                    "dev-master": "1.3.x-dev"
3891
                }
3892
            },
3893
            "autoload": {
3894
                "classmap": [
3895
                    "src/"
3896
                ]
3897
            },
3898
            "notification-url": "https://packagist.org/downloads/",
3899
            "license": [
3900
                "BSD-3-Clause"
3901
            ],
3902
            "authors": [
3903
                {
3904
                    "name": "Sebastian Bergmann",
3905
                    "email": "[email protected]"
3906
                }
3907
            ],
3908
            "description": "Provides functionality to handle HHVM/PHP environments",
3909
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3910
            "keywords": [
3911
                "Xdebug",
3912
                "environment",
3913
                "hhvm"
3914
            ],
3915
            "time": "2015-12-02 08:37:27"
3916
        },
3917
        {
3918
            "name": "sebastian/exporter",
3919
            "version": "1.2.1",
3920
            "source": {
3921
                "type": "git",
3922
                "url": "https://github.com/sebastianbergmann/exporter.git",
3923
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
3924
            },
3925
            "dist": {
3926
                "type": "zip",
3927
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
3928
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
3929
                "shasum": ""
3930
            },
3931
            "require": {
3932
                "php": ">=5.3.3",
3933
                "sebastian/recursion-context": "~1.0"
3934
            },
3935
            "require-dev": {
3936
                "phpunit/phpunit": "~4.4"
3937
            },
3938
            "type": "library",
3939
            "extra": {
3940
                "branch-alias": {
3941
                    "dev-master": "1.2.x-dev"
3942
                }
3943
            },
3944
            "autoload": {
3945
                "classmap": [
3946
                    "src/"
3947
                ]
3948
            },
3949
            "notification-url": "https://packagist.org/downloads/",
3950
            "license": [
3951
                "BSD-3-Clause"
3952
            ],
3953
            "authors": [
3954
                {
3955
                    "name": "Jeff Welch",
3956
                    "email": "[email protected]"
3957
                },
3958
                {
3959
                    "name": "Volker Dusch",
3960
                    "email": "[email protected]"
3961
                },
3962
                {
3963
                    "name": "Bernhard Schussek",
3964
                    "email": "[email protected]"
3965
                },
3966
                {
3967
                    "name": "Sebastian Bergmann",
3968
                    "email": "[email protected]"
3969
                },
3970
                {
3971
                    "name": "Adam Harvey",
3972
                    "email": "[email protected]"
3973
                }
3974
            ],
3975
            "description": "Provides the functionality to export PHP variables for visualization",
3976
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3977
            "keywords": [
3978
                "export",
3979
                "exporter"
3980
            ],
3981
            "time": "2015-06-21 07:55:53"
3982
        },
3983
        {
3984
            "name": "sebastian/global-state",
3985
            "version": "1.1.1",
3986
            "source": {
3987
                "type": "git",
3988
                "url": "https://github.com/sebastianbergmann/global-state.git",
3989
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3990
            },
3991
            "dist": {
3992
                "type": "zip",
3993
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3994
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3995
                "shasum": ""
3996
            },
3997
            "require": {
3998
                "php": ">=5.3.3"
3999
            },
4000
            "require-dev": {
4001
                "phpunit/phpunit": "~4.2"
4002
            },
4003
            "suggest": {
4004
                "ext-uopz": "*"
4005
            },
4006
            "type": "library",
4007
            "extra": {
4008
                "branch-alias": {
4009
                    "dev-master": "1.0-dev"
4010
                }
4011
            },
4012
            "autoload": {
4013
                "classmap": [
4014
                    "src/"
4015
                ]
4016
            },
4017
            "notification-url": "https://packagist.org/downloads/",
4018
            "license": [
4019
                "BSD-3-Clause"
4020
            ],
4021
            "authors": [
4022
                {
4023
                    "name": "Sebastian Bergmann",
4024
                    "email": "[email protected]"
4025
                }
4026
            ],
4027
            "description": "Snapshotting of global state",
4028
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4029
            "keywords": [
4030
                "global state"
4031
            ],
4032
            "time": "2015-10-12 03:26:01"
4033
        },
4034
        {
4035
            "name": "sebastian/recursion-context",
4036
            "version": "1.0.2",
4037
            "source": {
4038
                "type": "git",
4039
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4040
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4041
            },
4042
            "dist": {
4043
                "type": "zip",
4044
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4045
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4046
                "shasum": ""
4047
            },
4048
            "require": {
4049
                "php": ">=5.3.3"
4050
            },
4051
            "require-dev": {
4052
                "phpunit/phpunit": "~4.4"
4053
            },
4054
            "type": "library",
4055
            "extra": {
4056
                "branch-alias": {
4057
                    "dev-master": "1.0.x-dev"
4058
                }
4059
            },
4060
            "autoload": {
4061
                "classmap": [
4062
                    "src/"
4063
                ]
4064
            },
4065
            "notification-url": "https://packagist.org/downloads/",
4066
            "license": [
4067
                "BSD-3-Clause"
4068
            ],
4069
            "authors": [
4070
                {
4071
                    "name": "Jeff Welch",
4072
                    "email": "[email protected]"
4073
                },
4074
                {
4075
                    "name": "Sebastian Bergmann",
4076
                    "email": "[email protected]"
4077
                },
4078
                {
4079
                    "name": "Adam Harvey",
4080
                    "email": "[email protected]"
4081
                }
4082
            ],
4083
            "description": "Provides functionality to recursively process PHP variables",
4084
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4085
            "time": "2015-11-11 19:50:13"
4086
        },
4087
        {
4088
            "name": "sebastian/version",
4089
            "version": "1.0.6",
4090
            "source": {
4091
                "type": "git",
4092
                "url": "https://github.com/sebastianbergmann/version.git",
4093
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4094
            },
4095
            "dist": {
4096
                "type": "zip",
4097
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4098
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4099
                "shasum": ""
4100
            },
4101
            "type": "library",
4102
            "autoload": {
4103
                "classmap": [
4104
                    "src/"
4105
                ]
4106
            },
4107
            "notification-url": "https://packagist.org/downloads/",
4108
            "license": [
4109
                "BSD-3-Clause"
4110
            ],
4111
            "authors": [
4112
                {
4113
                    "name": "Sebastian Bergmann",
4114
                    "email": "[email protected]",
4115
                    "role": "lead"
4116
                }
4117
            ],
4118
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4119
            "homepage": "https://github.com/sebastianbergmann/version",
4120
            "time": "2015-06-21 13:59:46"
4121
        },
4122
        {
4123
            "name": "symfony/yaml",
4124
            "version": "v3.0.1",
4125
            "source": {
4126
                "type": "git",
4127
                "url": "https://github.com/symfony/yaml.git",
4128
                "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691"
4129
            },
4130
            "dist": {
4131
                "type": "zip",
4132
                "url": "https://api.github.com/repos/symfony/yaml/zipball/3df409958a646dad2bc5046c3fb671ee24a1a691",
4133
                "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691",
4134
                "shasum": ""
4135
            },
4136
            "require": {
4137
                "php": ">=5.5.9"
4138
            },
4139
            "type": "library",
4140
            "extra": {
4141
                "branch-alias": {
4142
                    "dev-master": "3.0-dev"
4143
                }
4144
            },
4145
            "autoload": {
4146
                "psr-4": {
4147
                    "Symfony\\Component\\Yaml\\": ""
4148
                },
4149
                "exclude-from-classmap": [
4150
                    "/Tests/"
4151
                ]
4152
            },
4153
            "notification-url": "https://packagist.org/downloads/",
4154
            "license": [
4155
                "MIT"
4156
            ],
4157
            "authors": [
4158
                {
4159
                    "name": "Fabien Potencier",
4160
                    "email": "[email protected]"
4161
                },
4162
                {
4163
                    "name": "Symfony Community",
4164
                    "homepage": "https://symfony.com/contributors"
4165
                }
4166
            ],
4167
            "description": "Symfony Yaml Component",
4168
            "homepage": "https://symfony.com",
4169
            "time": "2015-12-26 13:39:53"
4170
        }
4171
    ],
4172
    "aliases": [],
4173
    "minimum-stability": "stable",
4174
    "stability-flags": {
4175
        "composer/satis": 20,
4176
        "composer/composer": 20
4177
    },
4178
    "prefer-stable": false,
4179
    "prefer-lowest": false,
4180
    "platform": {
4181
        "php": ">=5.5.9"
4182
    },
4183
    "platform-dev": [],
4184
    "platform-overrides": {
4185
        "php": "5.5"
4186
    }
4187
}
4188