Completed
Push — master ( 517a58...3d514c )
by
unknown
15:08
created

composer.lock (1 issue)

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