Completed
Push — master ( 7eae42...8f150d )
by Thiago
10:26
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "110965f16ab3802c1ce6f0a94a8e5f42",
8
    "packages": [
9
        {
10
            "name": "deralex/yaml-config-service-provider",
11
            "version": "dev-master",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/deralex/YamlConfigServiceProvider.git",
15
                "reference": "20857a6f34a6276429c548ab67be6fa138457f1a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/deralex/YamlConfigServiceProvider/zipball/20857a6f34a6276429c548ab67be6fa138457f1a",
20
                "reference": "20857a6f34a6276429c548ab67be6fa138457f1a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "silex/silex": ">=1.0 <=1.3",
25
                "symfony/yaml": "~2.4"
26
            },
27
            "require-dev": {
28
                "phpspec/phpspec": "2.0.*@dev"
29
            },
30
            "suggest": {
31
                "symfony/yaml": "~2.4"
32
            },
33
            "type": "library",
34
            "extra": {
35
                "branch-alias": {
36
                    "dev-master": "1.0-dev"
37
                }
38
            },
39
            "autoload": {
40
                "psr-0": {
41
                    "DerAlex\\Silex": "src"
42
                }
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "MIT"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Alexander Kluth",
51
                    "email": "[email protected]"
52
                }
53
            ],
54
            "description": "Silex ServiceProvider for using YAML configuration files",
55
            "keywords": [
56
                "silex"
57
            ],
58
            "time": "2015-03-10 15:57:39"
59
        },
60
        {
61
            "name": "dflydev/composer-autoload",
62
            "version": "dev-master",
63
            "source": {
64
                "type": "git",
65
                "url": "https://github.com/dflydev/dflydev-composer-autoload.git",
66
                "reference": "fcdc111b7f2f7301ef05c5938a5a07026481b504"
67
            },
68
            "dist": {
69
                "type": "zip",
70
                "url": "https://api.github.com/repos/dflydev/dflydev-composer-autoload/zipball/fcdc111b7f2f7301ef05c5938a5a07026481b504",
71
                "reference": "fcdc111b7f2f7301ef05c5938a5a07026481b504",
72
                "shasum": ""
73
            },
74
            "require-dev": {
75
                "composer/composer": "1.0.*@dev"
76
            },
77
            "type": "library",
78
            "extra": {
79
                "branch-alias": {
80
                    "dev-master": "1.0-dev"
81
                }
82
            },
83
            "autoload": {
84
                "psr-0": {
85
                    "Dflydev\\Composer\\Autoload": "src"
86
                }
87
            },
88
            "notification-url": "https://packagist.org/downloads/",
89
            "license": [
90
                "MIT"
91
            ],
92
            "authors": [
93
                {
94
                    "name": "Dragonfly Development Inc.",
95
                    "email": "[email protected]",
96
                    "homepage": "http://dflydev.com"
97
                },
98
                {
99
                    "name": "Beau Simensen",
100
                    "email": "[email protected]",
101
                    "homepage": "http://beausimensen.com"
102
                }
103
            ],
104
            "description": "Composer Autoload Tools",
105
            "keywords": [
106
                "composer"
107
            ],
108
            "time": "2012-11-11 20:16:17"
109
        },
110
        {
111
            "name": "dflydev/doctrine-orm-service-provider",
112
            "version": "1.0.x-dev",
113
            "source": {
114
                "type": "git",
115
                "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider.git",
116
                "reference": "68f6805bbbedfdebccb9f24802f0484204b6a17d"
117
            },
118
            "dist": {
119
                "type": "zip",
120
                "url": "https://api.github.com/repos/dflydev/dflydev-doctrine-orm-service-provider/zipball/68f6805bbbedfdebccb9f24802f0484204b6a17d",
121
                "reference": "68f6805bbbedfdebccb9f24802f0484204b6a17d",
122
                "shasum": ""
123
            },
124
            "require": {
125
                "doctrine/orm": "~2.3",
126
                "php": ">=5.3.3",
127
                "pimple/pimple": "1.*@dev"
128
            },
129
            "require-dev": {
130
                "cilex/cilex": "1.*@dev",
131
                "cilex/console-service-provider": "@dev",
132
                "silex/silex": "1.*@dev"
133
            },
134
            "suggest": {
135
                "dflydev/psr0-resource-locator-service-provider": "1.0.*@dev"
136
            },
137
            "type": "library",
138
            "autoload": {
139
                "psr-0": {
140
                    "Dflydev\\Cilex\\Provider\\DoctrineOrm": "src",
141
                    "Dflydev\\Pimple\\Provider\\DoctrineOrm": "src",
142
                    "Dflydev\\Silex\\Provider\\DoctrineOrm": "src"
143
                }
144
            },
145
            "notification-url": "https://packagist.org/downloads/",
146
            "license": [
147
                "MIT"
148
            ],
149
            "authors": [
150
                {
151
                    "name": "Dragonfly Development Inc.",
152
                    "email": "[email protected]",
153
                    "homepage": "http://dflydev.com"
154
                },
155
                {
156
                    "name": "Beau Simensen",
157
                    "email": "[email protected]",
158
                    "homepage": "http://beausimensen.com"
159
                }
160
            ],
161
            "description": "Doctrine ORM Service Provider",
162
            "homepage": "http://dflydev.com/projects/doctrine-orm-service-provider/",
163
            "keywords": [
164
                "cilex",
165
                "doctrine",
166
                "orm",
167
                "pimple",
168
                "silex"
169
            ],
170
            "time": "2015-09-07 12:16:54"
171
        },
172
        {
173
            "name": "dflydev/psr0-resource-locator",
174
            "version": "dev-master",
175
            "source": {
176
                "type": "git",
177
                "url": "https://github.com/dflydev/dflydev-psr0-resource-locator.git",
178
                "reference": "301b3fb2f7d6f37a609d391e0901e446ee7ef46b"
179
            },
180
            "dist": {
181
                "type": "zip",
182
                "url": "https://api.github.com/repos/dflydev/dflydev-psr0-resource-locator/zipball/301b3fb2f7d6f37a609d391e0901e446ee7ef46b",
183
                "reference": "301b3fb2f7d6f37a609d391e0901e446ee7ef46b",
184
                "shasum": ""
185
            },
186
            "require": {
187
                "dflydev/psr0-resource-locator-implementation": "1.0.*",
188
                "php": ">=5.3.3"
189
            },
190
            "type": "library",
191
            "extra": {
192
                "branch-alias": {
193
                    "dev-master": "1.0-dev"
194
                }
195
            },
196
            "autoload": {
197
                "psr-0": {
198
                    "Dflydev\\Psr0ResourceLocator": "src"
199
                }
200
            },
201
            "notification-url": "https://packagist.org/downloads/",
202
            "license": [
203
                "MIT"
204
            ],
205
            "authors": [
206
                {
207
                    "name": "Dragonfly Development Inc.",
208
                    "email": "[email protected]",
209
                    "homepage": "http://dflydev.com"
210
                },
211
                {
212
                    "name": "Beau Simensen",
213
                    "email": "[email protected]",
214
                    "homepage": "http://beausimensen.com"
215
                }
216
            ],
217
            "description": "PSR-0 Resource Locator",
218
            "keywords": [
219
                "classpath",
220
                "namespace",
221
                "namespaceish",
222
                "psr0"
223
            ],
224
            "time": "2014-07-16 21:18:52"
225
        },
226
        {
227
            "name": "dflydev/psr0-resource-locator-composer",
228
            "version": "dev-master",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/dflydev/dflydev-psr0-resource-locator-composer.git",
232
                "reference": "4b131560388bc0f0678ed84a63bb0a075c616876"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/dflydev/dflydev-psr0-resource-locator-composer/zipball/4b131560388bc0f0678ed84a63bb0a075c616876",
237
                "reference": "4b131560388bc0f0678ed84a63bb0a075c616876",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "dflydev/composer-autoload": "1.0.*@dev",
242
                "dflydev/psr0-resource-locator": "1.0.*@dev",
243
                "php": ">=5.3.3"
244
            },
245
            "provide": {
246
                "dflydev/psr0-resource-locator-implementation": "1.0.0-alpha"
247
            },
248
            "type": "library",
249
            "extra": {
250
                "branch-alias": {
251
                    "dev-master": "1.0-dev"
252
                }
253
            },
254
            "autoload": {
255
                "psr-0": {
256
                    "Dflydev\\Psr0ResourceLocator\\Composer": "src"
257
                }
258
            },
259
            "notification-url": "https://packagist.org/downloads/",
260
            "license": [
261
                "MIT"
262
            ],
263
            "authors": [
264
                {
265
                    "name": "Dragonfly Development Inc.",
266
                    "email": "[email protected]",
267
                    "homepage": "http://dflydev.com"
268
                },
269
                {
270
                    "name": "Beau Simensen",
271
                    "email": "[email protected]",
272
                    "homepage": "http://beausimensen.com"
273
                }
274
            ],
275
            "description": "Composer PSR-0 Resource Locator",
276
            "keywords": [
277
                "classpath",
278
                "composer",
279
                "namespace",
280
                "namespaceish",
281
                "psr0"
282
            ],
283
            "time": "2014-07-16 21:19:33"
284
        },
285
        {
286
            "name": "dflydev/psr0-resource-locator-composer-service-provider",
287
            "version": "dev-master",
288
            "source": {
289
                "type": "git",
290
                "url": "https://github.com/dflydev/dflydev-psr0-resource-locator-composer-service-provider.git",
291
                "reference": "e4eafae760b60ccc97e0685cc474e63116608d71"
292
            },
293
            "dist": {
294
                "type": "zip",
295
                "url": "https://api.github.com/repos/dflydev/dflydev-psr0-resource-locator-composer-service-provider/zipball/e4eafae760b60ccc97e0685cc474e63116608d71",
296
                "reference": "e4eafae760b60ccc97e0685cc474e63116608d71",
297
                "shasum": ""
298
            },
299
            "require": {
300
                "dflydev/psr0-resource-locator-composer": "1.0.*@dev",
301
                "dflydev/psr0-resource-locator-service-provider": "1.0.*@dev",
302
                "php": ">=5.3.3",
303
                "silex/silex": "~1.0"
304
            },
305
            "provide": {
306
                "dflydev/psr0-resource-locator-implementation-service-provider": "1.0.0-alpha"
307
            },
308
            "type": "library",
309
            "extra": {
310
                "branch-alias": {
311
                    "dev-master": "1.0-dev"
312
                }
313
            },
314
            "autoload": {
315
                "psr-0": {
316
                    "Dflydev\\Silex\\Provider\\Psr0ResourceLocator\\Composer": "src"
317
                }
318
            },
319
            "notification-url": "https://packagist.org/downloads/",
320
            "license": [
321
                "MIT"
322
            ],
323
            "authors": [
324
                {
325
                    "name": "Dragonfly Development Inc.",
326
                    "email": "[email protected]",
327
                    "homepage": "http://dflydev.com"
328
                },
329
                {
330
                    "name": "Beau Simensen",
331
                    "email": "[email protected]",
332
                    "homepage": "http://beausimensen.com"
333
                }
334
            ],
335
            "description": "Composer PSR-0 Resource Locator Service Provider",
336
            "keywords": [
337
                "composer",
338
                "locator",
339
                "psr0",
340
                "resource",
341
                "silex"
342
            ],
343
            "time": "2014-07-16 21:19:42"
344
        },
345
        {
346
            "name": "dflydev/psr0-resource-locator-service-provider",
347
            "version": "dev-master",
348
            "source": {
349
                "type": "git",
350
                "url": "https://github.com/dflydev/dflydev-psr0-resource-locator-service-provider.git",
351
                "reference": "6ac8cfaf30e23264ed922817ee918f0b2dc2c7d8"
352
            },
353
            "dist": {
354
                "type": "zip",
355
                "url": "https://api.github.com/repos/dflydev/dflydev-psr0-resource-locator-service-provider/zipball/6ac8cfaf30e23264ed922817ee918f0b2dc2c7d8",
356
                "reference": "6ac8cfaf30e23264ed922817ee918f0b2dc2c7d8",
357
                "shasum": ""
358
            },
359
            "require": {
360
                "dflydev/psr0-resource-locator": "1.0.*@dev",
361
                "dflydev/psr0-resource-locator-implementation-service-provider": "1.0.*@dev",
362
                "php": ">=5.3.3",
363
                "silex/silex": "~1.0"
364
            },
365
            "type": "library",
366
            "extra": {
367
                "branch-alias": {
368
                    "dev-master": "1.0-dev"
369
                }
370
            },
371
            "autoload": {
372
                "psr-0": {
373
                    "Dflydev\\Silex\\Provider\\Psr0ResourceLocator": "src"
374
                }
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "MIT"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Dragonfly Development Inc.",
383
                    "email": "[email protected]",
384
                    "homepage": "http://dflydev.com"
385
                },
386
                {
387
                    "name": "Beau Simensen",
388
                    "email": "[email protected]",
389
                    "homepage": "http://beausimensen.com"
390
                }
391
            ],
392
            "description": "PSR-0 Resource Locator Service Provider",
393
            "keywords": [
394
                "locator",
395
                "psr0",
396
                "resource",
397
                "silex"
398
            ],
399
            "time": "2014-07-14 11:06:41"
400
        },
401
        {
402
            "name": "doctrine/annotations",
403
            "version": "dev-master",
404
            "source": {
405
                "type": "git",
406
                "url": "https://github.com/doctrine/annotations.git",
407
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
408
            },
409
            "dist": {
410
                "type": "zip",
411
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
412
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
413
                "shasum": ""
414
            },
415
            "require": {
416
                "doctrine/lexer": "1.*",
417
                "php": ">=5.3.2"
418
            },
419
            "require-dev": {
420
                "doctrine/cache": "1.*",
421
                "phpunit/phpunit": "4.*"
422
            },
423
            "type": "library",
424
            "extra": {
425
                "branch-alias": {
426
                    "dev-master": "1.3.x-dev"
427
                }
428
            },
429
            "autoload": {
430
                "psr-0": {
431
                    "Doctrine\\Common\\Annotations\\": "lib/"
432
                }
433
            },
434
            "notification-url": "https://packagist.org/downloads/",
435
            "license": [
436
                "MIT"
437
            ],
438
            "authors": [
439
                {
440
                    "name": "Roman Borschel",
441
                    "email": "[email protected]"
442
                },
443
                {
444
                    "name": "Benjamin Eberlei",
445
                    "email": "[email protected]"
446
                },
447
                {
448
                    "name": "Guilherme Blanco",
449
                    "email": "[email protected]"
450
                },
451
                {
452
                    "name": "Jonathan Wage",
453
                    "email": "[email protected]"
454
                },
455
                {
456
                    "name": "Johannes Schmitt",
457
                    "email": "[email protected]"
458
                }
459
            ],
460
            "description": "Docblock Annotations Parser",
461
            "homepage": "http://www.doctrine-project.org",
462
            "keywords": [
463
                "annotations",
464
                "docblock",
465
                "parser"
466
            ],
467
            "time": "2015-08-31 12:32:49"
468
        },
469
        {
470
            "name": "doctrine/cache",
471
            "version": "dev-master",
472
            "source": {
473
                "type": "git",
474
                "url": "https://github.com/doctrine/cache.git",
475
                "reference": "dd47003641aa5425820c0ec8a6f4a85e7412ffcd"
476
            },
477
            "dist": {
478
                "type": "zip",
479
                "url": "https://api.github.com/repos/doctrine/cache/zipball/dd47003641aa5425820c0ec8a6f4a85e7412ffcd",
480
                "reference": "dd47003641aa5425820c0ec8a6f4a85e7412ffcd",
481
                "shasum": ""
482
            },
483
            "require": {
484
                "php": ">=5.3.2"
485
            },
486
            "conflict": {
487
                "doctrine/common": ">2.2,<2.4"
488
            },
489
            "require-dev": {
490
                "phpunit/phpunit": ">=3.7",
491
                "predis/predis": "~1.0",
492
                "satooshi/php-coveralls": "~0.6"
493
            },
494
            "type": "library",
495
            "extra": {
496
                "branch-alias": {
497
                    "dev-master": "1.5.x-dev"
498
                }
499
            },
500
            "autoload": {
501
                "psr-0": {
502
                    "Doctrine\\Common\\Cache\\": "lib/"
503
                }
504
            },
505
            "notification-url": "https://packagist.org/downloads/",
506
            "license": [
507
                "MIT"
508
            ],
509
            "authors": [
510
                {
511
                    "name": "Roman Borschel",
512
                    "email": "[email protected]"
513
                },
514
                {
515
                    "name": "Benjamin Eberlei",
516
                    "email": "[email protected]"
517
                },
518
                {
519
                    "name": "Guilherme Blanco",
520
                    "email": "[email protected]"
521
                },
522
                {
523
                    "name": "Jonathan Wage",
524
                    "email": "[email protected]"
525
                },
526
                {
527
                    "name": "Johannes Schmitt",
528
                    "email": "[email protected]"
529
                }
530
            ],
531
            "description": "Caching library offering an object-oriented API for many cache backends",
532
            "homepage": "http://www.doctrine-project.org",
533
            "keywords": [
534
                "cache",
535
                "caching"
536
            ],
537
            "time": "2015-09-16 13:31:45"
538
        },
539
        {
540
            "name": "doctrine/collections",
541
            "version": "dev-master",
542
            "source": {
543
                "type": "git",
544
                "url": "https://github.com/doctrine/collections.git",
545
                "reference": "866e100a425b8b73d15393fd081c6bf067f05bf9"
546
            },
547
            "dist": {
548
                "type": "zip",
549
                "url": "https://api.github.com/repos/doctrine/collections/zipball/866e100a425b8b73d15393fd081c6bf067f05bf9",
550
                "reference": "866e100a425b8b73d15393fd081c6bf067f05bf9",
551
                "shasum": ""
552
            },
553
            "require": {
554
                "php": ">=5.3.2"
555
            },
556
            "require-dev": {
557
                "phpunit/phpunit": "~4.0"
558
            },
559
            "type": "library",
560
            "extra": {
561
                "branch-alias": {
562
                    "dev-master": "1.3.x-dev"
563
                }
564
            },
565
            "autoload": {
566
                "psr-0": {
567
                    "Doctrine\\Common\\Collections\\": "lib/"
568
                }
569
            },
570
            "notification-url": "https://packagist.org/downloads/",
571
            "license": [
572
                "MIT"
573
            ],
574
            "authors": [
575
                {
576
                    "name": "Roman Borschel",
577
                    "email": "[email protected]"
578
                },
579
                {
580
                    "name": "Benjamin Eberlei",
581
                    "email": "[email protected]"
582
                },
583
                {
584
                    "name": "Guilherme Blanco",
585
                    "email": "[email protected]"
586
                },
587
                {
588
                    "name": "Jonathan Wage",
589
                    "email": "[email protected]"
590
                },
591
                {
592
                    "name": "Johannes Schmitt",
593
                    "email": "[email protected]"
594
                }
595
            ],
596
            "description": "Collections Abstraction library",
597
            "homepage": "http://www.doctrine-project.org",
598
            "keywords": [
599
                "array",
600
                "collections",
601
                "iterator"
602
            ],
603
            "time": "2015-09-11 15:24:21"
604
        },
605
        {
606
            "name": "doctrine/common",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/common:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
607
            "version": "2.5.x-dev",
608
            "source": {
609
                "type": "git",
610
                "url": "https://github.com/doctrine/common.git",
611
                "reference": "26727ba78de21a824dcbfa5a8ab52c21fe7d71d5"
612
            },
613
            "dist": {
614
                "type": "zip",
615
                "url": "https://api.github.com/repos/doctrine/common/zipball/26727ba78de21a824dcbfa5a8ab52c21fe7d71d5",
616
                "reference": "26727ba78de21a824dcbfa5a8ab52c21fe7d71d5",
617
                "shasum": ""
618
            },
619
            "require": {
620
                "doctrine/annotations": "1.*",
621
                "doctrine/cache": "1.*",
622
                "doctrine/collections": "1.*",
623
                "doctrine/inflector": "1.*",
624
                "doctrine/lexer": "1.*",
625
                "php": ">=5.3.2"
626
            },
627
            "require-dev": {
628
                "phpunit/phpunit": "~3.7"
629
            },
630
            "type": "library",
631
            "extra": {
632
                "branch-alias": {
633
                    "dev-master": "2.5.x-dev"
634
                }
635
            },
636
            "autoload": {
637
                "psr-0": {
638
                    "Doctrine\\Common\\": "lib/"
639
                }
640
            },
641
            "notification-url": "https://packagist.org/downloads/",
642
            "license": [
643
                "MIT"
644
            ],
645
            "authors": [
646
                {
647
                    "name": "Roman Borschel",
648
                    "email": "[email protected]"
649
                },
650
                {
651
                    "name": "Benjamin Eberlei",
652
                    "email": "[email protected]"
653
                },
654
                {
655
                    "name": "Guilherme Blanco",
656
                    "email": "[email protected]"
657
                },
658
                {
659
                    "name": "Jonathan Wage",
660
                    "email": "[email protected]"
661
                },
662
                {
663
                    "name": "Johannes Schmitt",
664
                    "email": "[email protected]"
665
                }
666
            ],
667
            "description": "Common Library for Doctrine projects",
668
            "homepage": "http://www.doctrine-project.org",
669
            "keywords": [
670
                "annotations",
671
                "collections",
672
                "eventmanager",
673
                "persistence",
674
                "spl"
675
            ],
676
            "time": "2015-04-15 22:02:48"
677
        },
678
        {
679
            "name": "doctrine/data-fixtures",
680
            "version": "dev-master",
681
            "source": {
682
                "type": "git",
683
                "url": "https://github.com/doctrine/data-fixtures.git",
684
                "reference": "a02f0e7e2c68cc0237c33cbc8e8605aceb3b481a"
685
            },
686
            "dist": {
687
                "type": "zip",
688
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/a02f0e7e2c68cc0237c33cbc8e8605aceb3b481a",
689
                "reference": "a02f0e7e2c68cc0237c33cbc8e8605aceb3b481a",
690
                "shasum": ""
691
            },
692
            "require": {
693
                "doctrine/common": "~2.2",
694
                "php": ">=5.3.2"
695
            },
696
            "conflict": {
697
                "doctrine/orm": "< 2.4"
698
            },
699
            "require-dev": {
700
                "doctrine/orm": "~2.4"
701
            },
702
            "suggest": {
703
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
704
                "doctrine/orm": "For loading ORM fixtures",
705
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
706
            },
707
            "type": "library",
708
            "extra": {
709
                "branch-alias": {
710
                    "dev-master": "1.1.x-dev"
711
                }
712
            },
713
            "autoload": {
714
                "psr-0": {
715
                    "Doctrine\\Common\\DataFixtures": "lib/"
716
                }
717
            },
718
            "notification-url": "https://packagist.org/downloads/",
719
            "license": [
720
                "MIT"
721
            ],
722
            "authors": [
723
                {
724
                    "name": "Jonathan Wage",
725
                    "email": "[email protected]"
726
                }
727
            ],
728
            "description": "Data Fixtures for all Doctrine Object Managers",
729
            "homepage": "http://www.doctrine-project.org",
730
            "keywords": [
731
                "database"
732
            ],
733
            "time": "2015-09-02 15:51:06"
734
        },
735
        {
736
            "name": "doctrine/dbal",
737
            "version": "2.5.x-dev",
738
            "source": {
739
                "type": "git",
740
                "url": "https://github.com/doctrine/dbal.git",
741
                "reference": "34b0c9e6df50c7eff71257a9c8670e69efc1d439"
742
            },
743
            "dist": {
744
                "type": "zip",
745
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/34b0c9e6df50c7eff71257a9c8670e69efc1d439",
746
                "reference": "34b0c9e6df50c7eff71257a9c8670e69efc1d439",
747
                "shasum": ""
748
            },
749
            "require": {
750
                "doctrine/common": ">=2.4,<2.6-dev",
751
                "php": ">=5.3.2"
752
            },
753
            "require-dev": {
754
                "phpunit/phpunit": "4.*",
755
                "symfony/console": "2.*"
756
            },
757
            "suggest": {
758
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
759
            },
760
            "bin": [
761
                "bin/doctrine-dbal"
762
            ],
763
            "type": "library",
764
            "extra": {
765
                "branch-alias": {
766
                    "dev-master": "2.5.x-dev"
767
                }
768
            },
769
            "autoload": {
770
                "psr-0": {
771
                    "Doctrine\\DBAL\\": "lib/"
772
                }
773
            },
774
            "notification-url": "https://packagist.org/downloads/",
775
            "license": [
776
                "MIT"
777
            ],
778
            "authors": [
779
                {
780
                    "name": "Roman Borschel",
781
                    "email": "[email protected]"
782
                },
783
                {
784
                    "name": "Benjamin Eberlei",
785
                    "email": "[email protected]"
786
                },
787
                {
788
                    "name": "Guilherme Blanco",
789
                    "email": "[email protected]"
790
                },
791
                {
792
                    "name": "Jonathan Wage",
793
                    "email": "[email protected]"
794
                }
795
            ],
796
            "description": "Database Abstraction Layer",
797
            "homepage": "http://www.doctrine-project.org",
798
            "keywords": [
799
                "database",
800
                "dbal",
801
                "persistence",
802
                "queryobject"
803
            ],
804
            "time": "2015-09-16 16:29:38"
805
        },
806
        {
807
            "name": "doctrine/inflector",
808
            "version": "dev-master",
809
            "source": {
810
                "type": "git",
811
                "url": "https://github.com/doctrine/inflector.git",
812
                "reference": "3a422c73f7bc556d39571f436b61fd58ccae0eb0"
813
            },
814
            "dist": {
815
                "type": "zip",
816
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/3a422c73f7bc556d39571f436b61fd58ccae0eb0",
817
                "reference": "3a422c73f7bc556d39571f436b61fd58ccae0eb0",
818
                "shasum": ""
819
            },
820
            "require": {
821
                "php": ">=5.3.2"
822
            },
823
            "require-dev": {
824
                "phpunit/phpunit": "4.*"
825
            },
826
            "type": "library",
827
            "extra": {
828
                "branch-alias": {
829
                    "dev-master": "1.0.x-dev"
830
                }
831
            },
832
            "autoload": {
833
                "psr-0": {
834
                    "Doctrine\\Common\\Inflector\\": "lib/"
835
                }
836
            },
837
            "notification-url": "https://packagist.org/downloads/",
838
            "license": [
839
                "MIT"
840
            ],
841
            "authors": [
842
                {
843
                    "name": "Roman Borschel",
844
                    "email": "[email protected]"
845
                },
846
                {
847
                    "name": "Benjamin Eberlei",
848
                    "email": "[email protected]"
849
                },
850
                {
851
                    "name": "Guilherme Blanco",
852
                    "email": "[email protected]"
853
                },
854
                {
855
                    "name": "Jonathan Wage",
856
                    "email": "[email protected]"
857
                },
858
                {
859
                    "name": "Johannes Schmitt",
860
                    "email": "[email protected]"
861
                }
862
            ],
863
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
864
            "homepage": "http://www.doctrine-project.org",
865
            "keywords": [
866
                "inflection",
867
                "pluralize",
868
                "singularize",
869
                "string"
870
            ],
871
            "time": "2015-09-17 13:29:15"
872
        },
873
        {
874
            "name": "doctrine/instantiator",
875
            "version": "dev-master",
876
            "source": {
877
                "type": "git",
878
                "url": "https://github.com/doctrine/instantiator.git",
879
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
880
            },
881
            "dist": {
882
                "type": "zip",
883
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
884
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
885
                "shasum": ""
886
            },
887
            "require": {
888
                "php": ">=5.3,<8.0-DEV"
889
            },
890
            "require-dev": {
891
                "athletic/athletic": "~0.1.8",
892
                "ext-pdo": "*",
893
                "ext-phar": "*",
894
                "phpunit/phpunit": "~4.0",
895
                "squizlabs/php_codesniffer": "~2.0"
896
            },
897
            "type": "library",
898
            "extra": {
899
                "branch-alias": {
900
                    "dev-master": "1.0.x-dev"
901
                }
902
            },
903
            "autoload": {
904
                "psr-4": {
905
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
906
                }
907
            },
908
            "notification-url": "https://packagist.org/downloads/",
909
            "license": [
910
                "MIT"
911
            ],
912
            "authors": [
913
                {
914
                    "name": "Marco Pivetta",
915
                    "email": "[email protected]",
916
                    "homepage": "http://ocramius.github.com/"
917
                }
918
            ],
919
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
920
            "homepage": "https://github.com/doctrine/instantiator",
921
            "keywords": [
922
                "constructor",
923
                "instantiate"
924
            ],
925
            "time": "2015-06-14 21:17:01"
926
        },
927
        {
928
            "name": "doctrine/lexer",
929
            "version": "dev-master",
930
            "source": {
931
                "type": "git",
932
                "url": "https://github.com/doctrine/lexer.git",
933
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
934
            },
935
            "dist": {
936
                "type": "zip",
937
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
938
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
939
                "shasum": ""
940
            },
941
            "require": {
942
                "php": ">=5.3.2"
943
            },
944
            "type": "library",
945
            "extra": {
946
                "branch-alias": {
947
                    "dev-master": "1.0.x-dev"
948
                }
949
            },
950
            "autoload": {
951
                "psr-0": {
952
                    "Doctrine\\Common\\Lexer\\": "lib/"
953
                }
954
            },
955
            "notification-url": "https://packagist.org/downloads/",
956
            "license": [
957
                "MIT"
958
            ],
959
            "authors": [
960
                {
961
                    "name": "Roman Borschel",
962
                    "email": "[email protected]"
963
                },
964
                {
965
                    "name": "Guilherme Blanco",
966
                    "email": "[email protected]"
967
                },
968
                {
969
                    "name": "Johannes Schmitt",
970
                    "email": "[email protected]"
971
                }
972
            ],
973
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
974
            "homepage": "http://www.doctrine-project.org",
975
            "keywords": [
976
                "lexer",
977
                "parser"
978
            ],
979
            "time": "2014-09-09 13:34:57"
980
        },
981
        {
982
            "name": "doctrine/migrations",
983
            "version": "dev-master",
984
            "source": {
985
                "type": "git",
986
                "url": "https://github.com/doctrine/migrations.git",
987
                "reference": "6f40d16de7a4da2fff883f2de92fdbf17e61d75d"
988
            },
989
            "dist": {
990
                "type": "zip",
991
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/6f40d16de7a4da2fff883f2de92fdbf17e61d75d",
992
                "reference": "6f40d16de7a4da2fff883f2de92fdbf17e61d75d",
993
                "shasum": ""
994
            },
995
            "require": {
996
                "doctrine/dbal": "~2.2",
997
                "php": ">=5.4.0",
998
                "symfony/console": "~2.3",
999
                "symfony/yaml": "~2.3"
1000
            },
1001
            "require-dev": {
1002
                "doctrine/coding-standard": "dev-master",
1003
                "doctrine/orm": "2.*",
1004
                "johnkary/phpunit-speedtrap": "~1.0@dev",
1005
                "mockery/mockery": "^0.9.4",
1006
                "phpunit/phpunit": "~4.7",
1007
                "satooshi/php-coveralls": "0.6.*"
1008
            },
1009
            "suggest": {
1010
                "symfony/console": "to run the migration from the console"
1011
            },
1012
            "bin": [
1013
                "bin/doctrine-migrations"
1014
            ],
1015
            "type": "library",
1016
            "extra": {
1017
                "branch-alias": {
1018
                    "dev-master": "v1.0.x-dev"
1019
                }
1020
            },
1021
            "autoload": {
1022
                "psr-4": {
1023
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1024
                }
1025
            },
1026
            "notification-url": "https://packagist.org/downloads/",
1027
            "license": [
1028
                "LGPL-2.1"
1029
            ],
1030
            "authors": [
1031
                {
1032
                    "name": "Benjamin Eberlei",
1033
                    "email": "[email protected]"
1034
                },
1035
                {
1036
                    "name": "Jonathan Wage",
1037
                    "email": "[email protected]"
1038
                }
1039
            ],
1040
            "description": "Database Schema migrations using Doctrine DBAL",
1041
            "homepage": "http://www.doctrine-project.org",
1042
            "keywords": [
1043
                "database",
1044
                "migrations"
1045
            ],
1046
            "time": "2015-09-15 13:41:30"
1047
        },
1048
        {
1049
            "name": "doctrine/orm",
1050
            "version": "dev-master",
1051
            "source": {
1052
                "type": "git",
1053
                "url": "https://github.com/doctrine/doctrine2.git",
1054
                "reference": "8b79fe9d9b943e47807e32743301d3a1b8930710"
1055
            },
1056
            "dist": {
1057
                "type": "zip",
1058
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/8b79fe9d9b943e47807e32743301d3a1b8930710",
1059
                "reference": "8b79fe9d9b943e47807e32743301d3a1b8930710",
1060
                "shasum": ""
1061
            },
1062
            "require": {
1063
                "doctrine/cache": "~1.4",
1064
                "doctrine/collections": "~1.2",
1065
                "doctrine/common": ">=2.5-dev,<2.6-dev",
1066
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
1067
                "doctrine/instantiator": "~1.0.1",
1068
                "ext-pdo": "*",
1069
                "php": ">=5.4",
1070
                "symfony/console": "~2.5"
1071
            },
1072
            "require-dev": {
1073
                "phpunit/phpunit": "~4.0",
1074
                "satooshi/php-coveralls": "dev-master",
1075
                "symfony/yaml": "~2.1"
1076
            },
1077
            "suggest": {
1078
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1079
            },
1080
            "bin": [
1081
                "bin/doctrine",
1082
                "bin/doctrine.php"
1083
            ],
1084
            "type": "library",
1085
            "extra": {
1086
                "branch-alias": {
1087
                    "dev-master": "2.6.x-dev"
1088
                }
1089
            },
1090
            "autoload": {
1091
                "psr-4": {
1092
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1093
                }
1094
            },
1095
            "notification-url": "https://packagist.org/downloads/",
1096
            "license": [
1097
                "MIT"
1098
            ],
1099
            "authors": [
1100
                {
1101
                    "name": "Roman Borschel",
1102
                    "email": "[email protected]"
1103
                },
1104
                {
1105
                    "name": "Benjamin Eberlei",
1106
                    "email": "[email protected]"
1107
                },
1108
                {
1109
                    "name": "Guilherme Blanco",
1110
                    "email": "[email protected]"
1111
                },
1112
                {
1113
                    "name": "Jonathan Wage",
1114
                    "email": "[email protected]"
1115
                }
1116
            ],
1117
            "description": "Object-Relational-Mapper for PHP",
1118
            "homepage": "http://www.doctrine-project.org",
1119
            "keywords": [
1120
                "database",
1121
                "orm"
1122
            ],
1123
            "time": "2015-09-11 08:51:12"
1124
        },
1125
        {
1126
            "name": "jms/metadata",
1127
            "version": "dev-master",
1128
            "source": {
1129
                "type": "git",
1130
                "url": "https://github.com/schmittjoh/metadata.git",
1131
                "reference": "427a06e7c25d0fa1fbd37bf0325d9d3eb2dc383a"
1132
            },
1133
            "dist": {
1134
                "type": "zip",
1135
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/427a06e7c25d0fa1fbd37bf0325d9d3eb2dc383a",
1136
                "reference": "427a06e7c25d0fa1fbd37bf0325d9d3eb2dc383a",
1137
                "shasum": ""
1138
            },
1139
            "require": {
1140
                "php": ">=5.3.0"
1141
            },
1142
            "require-dev": {
1143
                "doctrine/cache": "~1.0"
1144
            },
1145
            "type": "library",
1146
            "extra": {
1147
                "branch-alias": {
1148
                    "dev-master": "1.5.x-dev"
1149
                }
1150
            },
1151
            "autoload": {
1152
                "psr-0": {
1153
                    "Metadata\\": "src/"
1154
                }
1155
            },
1156
            "notification-url": "https://packagist.org/downloads/",
1157
            "license": [
1158
                "Apache-2.0"
1159
            ],
1160
            "authors": [
1161
                {
1162
                    "name": "Johannes M. Schmitt",
1163
                    "email": "[email protected]"
1164
                }
1165
            ],
1166
            "description": "Class/method/property metadata management in PHP",
1167
            "keywords": [
1168
                "annotations",
1169
                "metadata",
1170
                "xml",
1171
                "yaml"
1172
            ],
1173
            "time": "2015-01-14 15:37:39"
1174
        },
1175
        {
1176
            "name": "jms/parser-lib",
1177
            "version": "dev-master",
1178
            "source": {
1179
                "type": "git",
1180
                "url": "https://github.com/schmittjoh/parser-lib.git",
1181
                "reference": "6067cc609074ae215b96dc51047affee65f77b0f"
1182
            },
1183
            "dist": {
1184
                "type": "zip",
1185
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/6067cc609074ae215b96dc51047affee65f77b0f",
1186
                "reference": "6067cc609074ae215b96dc51047affee65f77b0f",
1187
                "shasum": ""
1188
            },
1189
            "require": {
1190
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1191
            },
1192
            "type": "library",
1193
            "extra": {
1194
                "branch-alias": {
1195
                    "dev-master": "1.1-dev"
1196
                }
1197
            },
1198
            "autoload": {
1199
                "psr-0": {
1200
                    "JMS\\": "src/"
1201
                }
1202
            },
1203
            "notification-url": "https://packagist.org/downloads/",
1204
            "license": [
1205
                "Apache2"
1206
            ],
1207
            "description": "A library for easily creating recursive-descent parsers.",
1208
            "time": "2014-07-08 16:40:41"
1209
        },
1210
        {
1211
            "name": "jms/serializer",
1212
            "version": "dev-master",
1213
            "source": {
1214
                "type": "git",
1215
                "url": "https://github.com/schmittjoh/serializer.git",
1216
                "reference": "4835aa3f88f337cc1b902243eb3a67381f521f11"
1217
            },
1218
            "dist": {
1219
                "type": "zip",
1220
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/4835aa3f88f337cc1b902243eb3a67381f521f11",
1221
                "reference": "4835aa3f88f337cc1b902243eb3a67381f521f11",
1222
                "shasum": ""
1223
            },
1224
            "require": {
1225
                "doctrine/annotations": "1.*",
1226
                "doctrine/instantiator": "~1.0.3",
1227
                "jms/metadata": "~1.1",
1228
                "jms/parser-lib": "1.*",
1229
                "php": ">=5.4.0",
1230
                "phpcollection/phpcollection": "~0.1"
1231
            },
1232
            "conflict": {
1233
                "twig/twig": "<1.12"
1234
            },
1235
            "require-dev": {
1236
                "doctrine/orm": "~2.1",
1237
                "doctrine/phpcr-odm": "~1.0.1",
1238
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
1239
                "phpunit/phpunit": "~4.0",
1240
                "propel/propel1": "~1.7",
1241
                "symfony/filesystem": "2.*",
1242
                "symfony/form": "~2.1",
1243
                "symfony/translation": "~2.0",
1244
                "symfony/validator": "~2.0",
1245
                "symfony/yaml": "2.*",
1246
                "twig/twig": "~1.12|~2.0"
1247
            },
1248
            "suggest": {
1249
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1250
            },
1251
            "type": "library",
1252
            "extra": {
1253
                "branch-alias": {
1254
                    "dev-master": "1.1-dev"
1255
                }
1256
            },
1257
            "autoload": {
1258
                "psr-0": {
1259
                    "JMS\\Serializer": "src/"
1260
                }
1261
            },
1262
            "notification-url": "https://packagist.org/downloads/",
1263
            "license": [
1264
                "Apache2"
1265
            ],
1266
            "authors": [
1267
                {
1268
                    "name": "Johannes M. Schmitt",
1269
                    "email": "[email protected]"
1270
                }
1271
            ],
1272
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1273
            "homepage": "http://jmsyst.com/libs/serializer",
1274
            "keywords": [
1275
                "deserialization",
1276
                "jaxb",
1277
                "json",
1278
                "serialization",
1279
                "xml"
1280
            ],
1281
            "time": "2015-09-14 10:53:30"
1282
        },
1283
        {
1284
            "name": "knplabs/console-service-provider",
1285
            "version": "dev-master",
1286
            "source": {
1287
                "type": "git",
1288
                "url": "https://github.com/KnpLabs/ConsoleServiceProvider.git",
1289
                "reference": "1f1a3315409814d01702a47a8823549c6996de41"
1290
            },
1291
            "dist": {
1292
                "type": "zip",
1293
                "url": "https://api.github.com/repos/KnpLabs/ConsoleServiceProvider/zipball/1f1a3315409814d01702a47a8823549c6996de41",
1294
                "reference": "1f1a3315409814d01702a47a8823549c6996de41",
1295
                "shasum": ""
1296
            },
1297
            "require": {
1298
                "php": ">=5.3.2",
1299
                "symfony/console": "~2.1"
1300
            },
1301
            "type": "library",
1302
            "autoload": {
1303
                "psr-0": {
1304
                    "Knp\\": ""
1305
                }
1306
            },
1307
            "notification-url": "https://packagist.org/downloads/",
1308
            "license": [
1309
                "MIT"
1310
            ],
1311
            "authors": [
1312
                {
1313
                    "name": "KnpLabs",
1314
                    "homepage": "http://knplabs.com"
1315
                }
1316
            ],
1317
            "description": "console service provider for Silex",
1318
            "homepage": "http://knplabs.com",
1319
            "keywords": [
1320
                "console",
1321
                "silex"
1322
            ],
1323
            "time": "2013-06-13 12:43:39"
1324
        },
1325
        {
1326
            "name": "mardy-git/hmac",
1327
            "version": "v2.3.3",
1328
            "source": {
1329
                "type": "git",
1330
                "url": "https://github.com/mardy-git/hmac.git",
1331
                "reference": "f0c4d62de776e105d6c9b17161210c80b234cc0a"
1332
            },
1333
            "dist": {
1334
                "type": "zip",
1335
                "url": "https://api.github.com/repos/mardy-git/hmac/zipball/f0c4d62de776e105d6c9b17161210c80b234cc0a",
1336
                "reference": "f0c4d62de776e105d6c9b17161210c80b234cc0a",
1337
                "shasum": ""
1338
            },
1339
            "require": {
1340
                "php": ">=5.5"
1341
            },
1342
            "require-dev": {
1343
                "phpunit/phpunit": "4.5.0"
1344
            },
1345
            "suggest": {
1346
                "guzzlehttp/guzzle": "This is required to use the HmacHeadersGuzzlePlugin. The plugin will auto inject your HMAC headers into a HTTP request using Guzzle 4+"
1347
            },
1348
            "type": "library",
1349
            "autoload": {
1350
                "psr-0": {
1351
                    "Mardy\\Hmac": "src/"
1352
                }
1353
            },
1354
            "notification-url": "https://packagist.org/downloads/",
1355
            "license": [
1356
                "WTFPL"
1357
            ],
1358
            "authors": [
1359
                {
1360
                    "name": "Michael Bardsley",
1361
                    "email": "[email protected]"
1362
                }
1363
            ],
1364
            "description": "A keyed-Hash Message Authentication Code (HMAC). Used for application to application authentication.",
1365
            "homepage": "http://github.com/mardy-git/hmac",
1366
            "keywords": [
1367
                "Authentication",
1368
                "bcrypt",
1369
                "guzzle-plugin",
1370
                "hash",
1371
                "hmac",
1372
                "pbkdf2"
1373
            ],
1374
            "time": "2015-08-29 20:50:34"
1375
        },
1376
        {
1377
            "name": "monolog/monolog",
1378
            "version": "1.17.1",
1379
            "source": {
1380
                "type": "git",
1381
                "url": "https://github.com/Seldaek/monolog.git",
1382
                "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
1383
            },
1384
            "dist": {
1385
                "type": "zip",
1386
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
1387
                "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
1388
                "shasum": ""
1389
            },
1390
            "require": {
1391
                "php": ">=5.3.0",
1392
                "psr/log": "~1.0"
1393
            },
1394
            "provide": {
1395
                "psr/log-implementation": "1.0.0"
1396
            },
1397
            "require-dev": {
1398
                "aws/aws-sdk-php": "^2.4.9",
1399
                "doctrine/couchdb": "~1.0@dev",
1400
                "graylog2/gelf-php": "~1.0",
1401
                "php-console/php-console": "^3.1.3",
1402
                "phpunit/phpunit": "~4.5",
1403
                "phpunit/phpunit-mock-objects": "2.3.0",
1404
                "raven/raven": "~0.11",
1405
                "ruflin/elastica": ">=0.90 <3.0",
1406
                "swiftmailer/swiftmailer": "~5.3",
1407
                "videlalvaro/php-amqplib": "~2.4"
1408
            },
1409
            "suggest": {
1410
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1411
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1412
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1413
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1414
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1415
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1416
                "raven/raven": "Allow sending log messages to a Sentry server",
1417
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1418
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1419
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1420
            },
1421
            "type": "library",
1422
            "extra": {
1423
                "branch-alias": {
1424
                    "dev-master": "1.16.x-dev"
1425
                }
1426
            },
1427
            "autoload": {
1428
                "psr-4": {
1429
                    "Monolog\\": "src/Monolog"
1430
                }
1431
            },
1432
            "notification-url": "https://packagist.org/downloads/",
1433
            "license": [
1434
                "MIT"
1435
            ],
1436
            "authors": [
1437
                {
1438
                    "name": "Jordi Boggiano",
1439
                    "email": "[email protected]",
1440
                    "homepage": "http://seld.be"
1441
                }
1442
            ],
1443
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1444
            "homepage": "http://github.com/Seldaek/monolog",
1445
            "keywords": [
1446
                "log",
1447
                "logging",
1448
                "psr-3"
1449
            ],
1450
            "time": "2015-08-31 09:17:37"
1451
        },
1452
        {
1453
            "name": "mrprompt/silex-cors-provider",
1454
            "version": "dev-master",
1455
            "source": {
1456
                "type": "git",
1457
                "url": "https://github.com/mrprompt/silex-cors-provider.git",
1458
                "reference": "d3ad4b72eabefd661f682b122768dc3d9e2aacb5"
1459
            },
1460
            "dist": {
1461
                "type": "zip",
1462
                "url": "https://api.github.com/repos/mrprompt/silex-cors-provider/zipball/d3ad4b72eabefd661f682b122768dc3d9e2aacb5",
1463
                "reference": "d3ad4b72eabefd661f682b122768dc3d9e2aacb5",
1464
                "shasum": ""
1465
            },
1466
            "require": {
1467
                "php": ">=5.5"
1468
            },
1469
            "require-dev": {
1470
                "phpunit/phpunit": "^4.8",
1471
                "silex/silex": "1.*@dev"
1472
            },
1473
            "type": "library",
1474
            "autoload": {
1475
                "psr-4": {
1476
                    "MrPrompt\\Silex\\Cors\\": "src/Cors/",
1477
                    "MrPrompt\\Tests\\Silex\\Cors\\": "tests/Cors/"
1478
                }
1479
            },
1480
            "notification-url": "https://packagist.org/downloads/",
1481
            "license": [
1482
                "BSD-3-Clause"
1483
            ],
1484
            "authors": [
1485
                {
1486
                    "name": "Thiago Paes",
1487
                    "email": "[email protected]"
1488
                }
1489
            ],
1490
            "description": "A simple CORS provider to Silex Rest APIs",
1491
            "time": "2015-09-17 23:28:46"
1492
        },
1493
        {
1494
            "name": "mrprompt/silex-di-container-provider",
1495
            "version": "dev-master",
1496
            "source": {
1497
                "type": "git",
1498
                "url": "https://github.com/mrprompt/silex-di-container-provider.git",
1499
                "reference": "dd7cddd11b499572ca90ee8c269682bc80106c10"
1500
            },
1501
            "dist": {
1502
                "type": "zip",
1503
                "url": "https://api.github.com/repos/mrprompt/silex-di-container-provider/zipball/dd7cddd11b499572ca90ee8c269682bc80106c10",
1504
                "reference": "dd7cddd11b499572ca90ee8c269682bc80106c10",
1505
                "shasum": ""
1506
            },
1507
            "require": {
1508
                "php": ">=5.6"
1509
            },
1510
            "require-dev": {
1511
                "deralex/yaml-config-service-provider": "~1.0",
1512
                "phpunit/phpunit": "^4.8",
1513
                "silex/silex": "1.*@dev"
1514
            },
1515
            "type": "library",
1516
            "autoload": {
1517
                "psr-4": {
1518
                    "MrPrompt\\Silex\\Di\\": "src/Di/",
1519
                    "MrPrompt\\Tests\\Silex\\Di\\": "tests/Di/",
1520
                    "MrPrompt\\Tests\\Silex\\Resources\\": "tests/Resources/"
1521
                }
1522
            },
1523
            "notification-url": "https://packagist.org/downloads/",
1524
            "license": [
1525
                "MIT"
1526
            ],
1527
            "authors": [
1528
                {
1529
                    "name": "Thiago Paes",
1530
                    "email": "[email protected]"
1531
                }
1532
            ],
1533
            "description": "A simple depency injection container to Silex",
1534
            "time": "2015-09-17 19:52:00"
1535
        },
1536
        {
1537
            "name": "mrprompt/silex-hmac-provider",
1538
            "version": "dev-master",
1539
            "source": {
1540
                "type": "git",
1541
                "url": "https://github.com/mrprompt/silex-hmac-provider.git",
1542
                "reference": "389ddcf884cfbaefaa49ebc5b7a96367449c18cc"
1543
            },
1544
            "dist": {
1545
                "type": "zip",
1546
                "url": "https://api.github.com/repos/mrprompt/silex-hmac-provider/zipball/389ddcf884cfbaefaa49ebc5b7a96367449c18cc",
1547
                "reference": "389ddcf884cfbaefaa49ebc5b7a96367449c18cc",
1548
                "shasum": ""
1549
            },
1550
            "require": {
1551
                "mardy-git/hmac": "~2.2",
1552
                "php": ">=5.5"
1553
            },
1554
            "require-dev": {
1555
                "phpunit/phpunit": "^4.8",
1556
                "silex/silex": "1.*@dev"
1557
            },
1558
            "type": "library",
1559
            "autoload": {
1560
                "psr-4": {
1561
                    "MrPrompt\\Silex\\Hmac\\": "src/Hmac/",
1562
                    "MrPrompt\\Tests\\Silex\\Hmac\\": "tests/Hmac/"
1563
                }
1564
            },
1565
            "notification-url": "https://packagist.org/downloads/",
1566
            "license": [
1567
                "BSD-3-Clause"
1568
            ],
1569
            "authors": [
1570
                {
1571
                    "name": "Thiago Paes",
1572
                    "email": "[email protected]"
1573
                }
1574
            ],
1575
            "description": "A simple HMAC provider to Silex Rest APIs",
1576
            "time": "2015-09-17 23:53:10"
1577
        },
1578
        {
1579
            "name": "phing/phing",
1580
            "version": "dev-master",
1581
            "source": {
1582
                "type": "git",
1583
                "url": "https://github.com/phingofficial/phing.git",
1584
                "reference": "97fcf23014e72764770e04bd991304b6f903282e"
1585
            },
1586
            "dist": {
1587
                "type": "zip",
1588
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/97fcf23014e72764770e04bd991304b6f903282e",
1589
                "reference": "97fcf23014e72764770e04bd991304b6f903282e",
1590
                "shasum": ""
1591
            },
1592
            "require": {
1593
                "php": ">=5.2.0"
1594
            },
1595
            "require-dev": {
1596
                "ext-pdo_sqlite": "*",
1597
                "lastcraft/simpletest": "@dev",
1598
                "pdepend/pdepend": "2.x",
1599
                "pear-pear.php.net/console_getopt": "~1.3.0",
1600
                "pear-pear.php.net/http_request2": "2.2.x",
1601
                "pear-pear.php.net/net_growl": "2.7.x",
1602
                "pear-pear.php.net/pear_packagefilemanager": "1.7.x",
1603
                "pear-pear.php.net/pear_packagefilemanager2": "1.0.x",
1604
                "pear-pear.php.net/xml_serializer": "0.20.x",
1605
                "pear/pear_exception": "~1.0",
1606
                "pear/versioncontrol_git": "@dev",
1607
                "pear/versioncontrol_svn": "~0.5",
1608
                "phpdocumentor/phpdocumentor": "2.x",
1609
                "phploc/phploc": "~2.0.6",
1610
                "phpmd/phpmd": "~2.2",
1611
                "phpunit/phpunit": ">=3.7",
1612
                "sebastian/git": "~1.0",
1613
                "sebastian/phpcpd": "2.x",
1614
                "squizlabs/php_codesniffer": "~2.2",
1615
                "symfony/yaml": "~2.7"
1616
            },
1617
            "suggest": {
1618
                "pdepend/pdepend": "PHP version of JDepend",
1619
                "pear/archive_tar": "Tar file management class",
1620
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
1621
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
1622
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
1623
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
1624
                "phpmd/phpmd": "PHP version of PMD tool",
1625
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
1626
                "phpunit/phpunit": "The PHP Unit Testing Framework",
1627
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
1628
                "tedivm/jshrink": "Javascript Minifier built in PHP"
1629
            },
1630
            "bin": [
1631
                "bin/phing"
1632
            ],
1633
            "type": "library",
1634
            "extra": {
1635
                "branch-alias": {
1636
                    "dev-master": "2.13.x-dev"
1637
                }
1638
            },
1639
            "autoload": {
1640
                "classmap": [
1641
                    "classes/phing/"
1642
                ]
1643
            },
1644
            "notification-url": "https://packagist.org/downloads/",
1645
            "include-path": [
1646
                "classes"
1647
            ],
1648
            "license": [
1649
                "LGPL-3.0"
1650
            ],
1651
            "authors": [
1652
                {
1653
                    "name": "Michiel Rook",
1654
                    "email": "[email protected]"
1655
                },
1656
                {
1657
                    "name": "Phing Community",
1658
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
1659
                }
1660
            ],
1661
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
1662
            "homepage": "https://www.phing.info/",
1663
            "keywords": [
1664
                "build",
1665
                "phing",
1666
                "task",
1667
                "tool"
1668
            ],
1669
            "time": "2015-09-15 20:36:32"
1670
        },
1671
        {
1672
            "name": "phpcollection/phpcollection",
1673
            "version": "dev-master",
1674
            "source": {
1675
                "type": "git",
1676
                "url": "https://github.com/schmittjoh/php-collection.git",
1677
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1678
            },
1679
            "dist": {
1680
                "type": "zip",
1681
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1682
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1683
                "shasum": ""
1684
            },
1685
            "require": {
1686
                "phpoption/phpoption": "1.*"
1687
            },
1688
            "type": "library",
1689
            "extra": {
1690
                "branch-alias": {
1691
                    "dev-master": "0.4-dev"
1692
                }
1693
            },
1694
            "autoload": {
1695
                "psr-0": {
1696
                    "PhpCollection": "src/"
1697
                }
1698
            },
1699
            "notification-url": "https://packagist.org/downloads/",
1700
            "license": [
1701
                "Apache2"
1702
            ],
1703
            "authors": [
1704
                {
1705
                    "name": "Johannes M. Schmitt",
1706
                    "email": "[email protected]"
1707
                }
1708
            ],
1709
            "description": "General-Purpose Collection Library for PHP",
1710
            "keywords": [
1711
                "collection",
1712
                "list",
1713
                "map",
1714
                "sequence",
1715
                "set"
1716
            ],
1717
            "time": "2015-05-17 12:39:23"
1718
        },
1719
        {
1720
            "name": "phpoption/phpoption",
1721
            "version": "1.5.0",
1722
            "source": {
1723
                "type": "git",
1724
                "url": "https://github.com/schmittjoh/php-option.git",
1725
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1726
            },
1727
            "dist": {
1728
                "type": "zip",
1729
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1730
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1731
                "shasum": ""
1732
            },
1733
            "require": {
1734
                "php": ">=5.3.0"
1735
            },
1736
            "require-dev": {
1737
                "phpunit/phpunit": "4.7.*"
1738
            },
1739
            "type": "library",
1740
            "extra": {
1741
                "branch-alias": {
1742
                    "dev-master": "1.3-dev"
1743
                }
1744
            },
1745
            "autoload": {
1746
                "psr-0": {
1747
                    "PhpOption\\": "src/"
1748
                }
1749
            },
1750
            "notification-url": "https://packagist.org/downloads/",
1751
            "license": [
1752
                "Apache2"
1753
            ],
1754
            "authors": [
1755
                {
1756
                    "name": "Johannes M. Schmitt",
1757
                    "email": "[email protected]"
1758
                }
1759
            ],
1760
            "description": "Option Type for PHP",
1761
            "keywords": [
1762
                "language",
1763
                "option",
1764
                "php",
1765
                "type"
1766
            ],
1767
            "time": "2015-07-25 16:39:46"
1768
        },
1769
        {
1770
            "name": "pimple/pimple",
1771
            "version": "1.1.x-dev",
1772
            "source": {
1773
                "type": "git",
1774
                "url": "https://github.com/silexphp/Pimple.git",
1775
                "reference": "bc2fc12cdf1f29bcad9e650d493a54a8fd1f3d85"
1776
            },
1777
            "dist": {
1778
                "type": "zip",
1779
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/bc2fc12cdf1f29bcad9e650d493a54a8fd1f3d85",
1780
                "reference": "bc2fc12cdf1f29bcad9e650d493a54a8fd1f3d85",
1781
                "shasum": ""
1782
            },
1783
            "require": {
1784
                "php": ">=5.3.0"
1785
            },
1786
            "type": "library",
1787
            "extra": {
1788
                "branch-alias": {
1789
                    "dev-master": "1.1.x-dev"
1790
                }
1791
            },
1792
            "autoload": {
1793
                "psr-0": {
1794
                    "Pimple": "lib/"
1795
                }
1796
            },
1797
            "notification-url": "https://packagist.org/downloads/",
1798
            "license": [
1799
                "MIT"
1800
            ],
1801
            "authors": [
1802
                {
1803
                    "name": "Fabien Potencier",
1804
                    "email": "[email protected]"
1805
                }
1806
            ],
1807
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
1808
            "homepage": "http://pimple.sensiolabs.org",
1809
            "keywords": [
1810
                "container",
1811
                "dependency injection"
1812
            ],
1813
            "time": "2014-04-20 07:24:09"
1814
        },
1815
        {
1816
            "name": "psr/log",
1817
            "version": "dev-master",
1818
            "source": {
1819
                "type": "git",
1820
                "url": "https://github.com/php-fig/log.git",
1821
                "reference": "9e45edca52cc9c954680072c93e621f8b71fab26"
1822
            },
1823
            "dist": {
1824
                "type": "zip",
1825
                "url": "https://api.github.com/repos/php-fig/log/zipball/9e45edca52cc9c954680072c93e621f8b71fab26",
1826
                "reference": "9e45edca52cc9c954680072c93e621f8b71fab26",
1827
                "shasum": ""
1828
            },
1829
            "require": {
1830
                "php": ">=5.3.0"
1831
            },
1832
            "type": "library",
1833
            "extra": {
1834
                "branch-alias": {
1835
                    "dev-master": "1.0.x-dev"
1836
                }
1837
            },
1838
            "autoload": {
1839
                "psr-4": {
1840
                    "Psr\\Log\\": "Psr/Log/"
1841
                }
1842
            },
1843
            "notification-url": "https://packagist.org/downloads/",
1844
            "license": [
1845
                "MIT"
1846
            ],
1847
            "authors": [
1848
                {
1849
                    "name": "PHP-FIG",
1850
                    "homepage": "http://www.php-fig.org/"
1851
                }
1852
            ],
1853
            "description": "Common interface for logging libraries",
1854
            "keywords": [
1855
                "log",
1856
                "psr",
1857
                "psr-3"
1858
            ],
1859
            "time": "2015-06-02 13:48:41"
1860
        },
1861
        {
1862
            "name": "respect/validation",
1863
            "version": "0.9.x-dev",
1864
            "source": {
1865
                "type": "git",
1866
                "url": "https://github.com/Respect/Validation.git",
1867
                "reference": "403b80e92c9ea3a411bba20fb674c8c67a85647b"
1868
            },
1869
            "dist": {
1870
                "type": "zip",
1871
                "url": "https://api.github.com/repos/Respect/Validation/zipball/403b80e92c9ea3a411bba20fb674c8c67a85647b",
1872
                "reference": "403b80e92c9ea3a411bba20fb674c8c67a85647b",
1873
                "shasum": ""
1874
            },
1875
            "require": {
1876
                "php": ">=5.3.0"
1877
            },
1878
            "require-dev": {
1879
                "egulias/email-validator": "~1.2",
1880
                "malkusch/bav": "~1.0",
1881
                "phpunit/phpunit": "~4.0",
1882
                "symfony/validator": "~2.6.9",
1883
                "zendframework/zend-validator": "~2.3"
1884
            },
1885
            "suggest": {
1886
                "egulias/email-validator": "Strict (RFC compliant) email validation",
1887
                "ext-bcmath": "Arbitrary Precision Mathematics",
1888
                "ext-mbstring": "Multibyte String Functions",
1889
                "malkusch/bav": "German bank account validation",
1890
                "symfony/validator": "Use Symfony validator through Respect\\Validation",
1891
                "zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation"
1892
            },
1893
            "type": "library",
1894
            "extra": {
1895
                "branch-alias": {
1896
                    "dev-master": "0.9-dev"
1897
                }
1898
            },
1899
            "autoload": {
1900
                "psr-4": {
1901
                    "Respect\\Validation\\": "library/"
1902
                }
1903
            },
1904
            "notification-url": "https://packagist.org/downloads/",
1905
            "license": [
1906
                "BSD Style"
1907
            ],
1908
            "authors": [
1909
                {
1910
                    "name": "Respect/Validation Contributors",
1911
                    "homepage": "https://github.com/Respect/Validation/graphs/contributors"
1912
                }
1913
            ],
1914
            "description": "The most awesome validation engine ever created for PHP",
1915
            "homepage": "http://respect.li",
1916
            "keywords": [
1917
                "respect",
1918
                "validation",
1919
                "validator"
1920
            ],
1921
            "time": "2015-06-06 13:06:25"
1922
        },
1923
        {
1924
            "name": "silex/silex",
1925
            "version": "v1.3.0",
1926
            "source": {
1927
                "type": "git",
1928
                "url": "https://github.com/silexphp/Silex.git",
1929
                "reference": "2d623a4853c37005d3790e5e7897a2c30b492caf"
1930
            },
1931
            "dist": {
1932
                "type": "zip",
1933
                "url": "https://api.github.com/repos/silexphp/Silex/zipball/2d623a4853c37005d3790e5e7897a2c30b492caf",
1934
                "reference": "2d623a4853c37005d3790e5e7897a2c30b492caf",
1935
                "shasum": ""
1936
            },
1937
            "require": {
1938
                "php": ">=5.3.9",
1939
                "pimple/pimple": "~1.0",
1940
                "symfony/event-dispatcher": "~2.3,<3.0",
1941
                "symfony/http-foundation": "~2.3,<3.0",
1942
                "symfony/http-kernel": "~2.3,<3.0",
1943
                "symfony/routing": "~2.3,<3.0"
1944
            },
1945
            "require-dev": {
1946
                "doctrine/dbal": "~2.2",
1947
                "monolog/monolog": "~1.4,>=1.4.1",
1948
                "swiftmailer/swiftmailer": "5.*",
1949
                "symfony/browser-kit": "~2.3,<3.0",
1950
                "symfony/config": "~2.3,<3.0",
1951
                "symfony/css-selector": "~2.3,<3.0",
1952
                "symfony/debug": "~2.3,<3.0",
1953
                "symfony/dom-crawler": "~2.3,<3.0",
1954
                "symfony/finder": "~2.3,<3.0",
1955
                "symfony/form": "~2.3,<3.0",
1956
                "symfony/locale": "~2.3,<3.0",
1957
                "symfony/monolog-bridge": "~2.3,<3.0",
1958
                "symfony/options-resolver": "~2.3,<3.0",
1959
                "symfony/process": "~2.3,<3.0",
1960
                "symfony/security": "~2.3,<3.0",
1961
                "symfony/serializer": "~2.3,<3.0",
1962
                "symfony/translation": "~2.3,<3.0",
1963
                "symfony/twig-bridge": "~2.3,<3.0",
1964
                "symfony/validator": "~2.3,<3.0",
1965
                "twig/twig": ">=1.8.0,<2.0-dev"
1966
            },
1967
            "suggest": {
1968
                "symfony/browser-kit": "~2.3",
1969
                "symfony/css-selector": "~2.3",
1970
                "symfony/dom-crawler": "~2.3",
1971
                "symfony/form": "~2.3"
1972
            },
1973
            "type": "library",
1974
            "extra": {
1975
                "branch-alias": {
1976
                    "dev-master": "1.3.x-dev"
1977
                }
1978
            },
1979
            "autoload": {
1980
                "psr-4": {
1981
                    "Silex\\": "src/Silex"
1982
                }
1983
            },
1984
            "notification-url": "https://packagist.org/downloads/",
1985
            "license": [
1986
                "MIT"
1987
            ],
1988
            "authors": [
1989
                {
1990
                    "name": "Fabien Potencier",
1991
                    "email": "[email protected]"
1992
                },
1993
                {
1994
                    "name": "Igor Wiedler",
1995
                    "email": "[email protected]"
1996
                }
1997
            ],
1998
            "description": "The PHP micro-framework based on the Symfony2 Components",
1999
            "homepage": "http://silex.sensiolabs.org",
2000
            "keywords": [
2001
                "microframework"
2002
            ],
2003
            "time": "2015-06-04 21:27:48"
2004
        },
2005
        {
2006
            "name": "symfony/config",
2007
            "version": "2.8.x-dev",
2008
            "source": {
2009
                "type": "git",
2010
                "url": "https://github.com/symfony/Config.git",
2011
                "reference": "a1e8e51ed2d591bb1827d04fd1d320cd4f03e5fe"
2012
            },
2013
            "dist": {
2014
                "type": "zip",
2015
                "url": "https://api.github.com/repos/symfony/Config/zipball/a1e8e51ed2d591bb1827d04fd1d320cd4f03e5fe",
2016
                "reference": "a1e8e51ed2d591bb1827d04fd1d320cd4f03e5fe",
2017
                "shasum": ""
2018
            },
2019
            "require": {
2020
                "php": ">=5.3.9",
2021
                "symfony/filesystem": "~2.3|~3.0.0"
2022
            },
2023
            "require-dev": {
2024
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
2025
            },
2026
            "type": "library",
2027
            "extra": {
2028
                "branch-alias": {
2029
                    "dev-master": "2.8-dev"
2030
                }
2031
            },
2032
            "autoload": {
2033
                "psr-4": {
2034
                    "Symfony\\Component\\Config\\": ""
2035
                }
2036
            },
2037
            "notification-url": "https://packagist.org/downloads/",
2038
            "license": [
2039
                "MIT"
2040
            ],
2041
            "authors": [
2042
                {
2043
                    "name": "Fabien Potencier",
2044
                    "email": "[email protected]"
2045
                },
2046
                {
2047
                    "name": "Symfony Community",
2048
                    "homepage": "https://symfony.com/contributors"
2049
                }
2050
            ],
2051
            "description": "Symfony Config Component",
2052
            "homepage": "https://symfony.com",
2053
            "time": "2015-09-14 14:15:17"
2054
        },
2055
        {
2056
            "name": "symfony/console",
2057
            "version": "v2.7.4",
2058
            "source": {
2059
                "type": "git",
2060
                "url": "https://github.com/symfony/Console.git",
2061
                "reference": "9ff9032151186bd66ecee727d728f1319f52d1d8"
2062
            },
2063
            "dist": {
2064
                "type": "zip",
2065
                "url": "https://api.github.com/repos/symfony/Console/zipball/9ff9032151186bd66ecee727d728f1319f52d1d8",
2066
                "reference": "9ff9032151186bd66ecee727d728f1319f52d1d8",
2067
                "shasum": ""
2068
            },
2069
            "require": {
2070
                "php": ">=5.3.9"
2071
            },
2072
            "require-dev": {
2073
                "psr/log": "~1.0",
2074
                "symfony/event-dispatcher": "~2.1",
2075
                "symfony/phpunit-bridge": "~2.7",
2076
                "symfony/process": "~2.1"
2077
            },
2078
            "suggest": {
2079
                "psr/log": "For using the console logger",
2080
                "symfony/event-dispatcher": "",
2081
                "symfony/process": ""
2082
            },
2083
            "type": "library",
2084
            "extra": {
2085
                "branch-alias": {
2086
                    "dev-master": "2.7-dev"
2087
                }
2088
            },
2089
            "autoload": {
2090
                "psr-4": {
2091
                    "Symfony\\Component\\Console\\": ""
2092
                }
2093
            },
2094
            "notification-url": "https://packagist.org/downloads/",
2095
            "license": [
2096
                "MIT"
2097
            ],
2098
            "authors": [
2099
                {
2100
                    "name": "Fabien Potencier",
2101
                    "email": "[email protected]"
2102
                },
2103
                {
2104
                    "name": "Symfony Community",
2105
                    "homepage": "https://symfony.com/contributors"
2106
                }
2107
            ],
2108
            "description": "Symfony Console Component",
2109
            "homepage": "https://symfony.com",
2110
            "time": "2015-09-03 11:40:38"
2111
        },
2112
        {
2113
            "name": "symfony/debug",
2114
            "version": "2.8.x-dev",
2115
            "source": {
2116
                "type": "git",
2117
                "url": "https://github.com/symfony/Debug.git",
2118
                "reference": "795e333a070c564dde1ac55dff8f774b2970b2b2"
2119
            },
2120
            "dist": {
2121
                "type": "zip",
2122
                "url": "https://api.github.com/repos/symfony/Debug/zipball/795e333a070c564dde1ac55dff8f774b2970b2b2",
2123
                "reference": "795e333a070c564dde1ac55dff8f774b2970b2b2",
2124
                "shasum": ""
2125
            },
2126
            "require": {
2127
                "php": ">=5.3.9",
2128
                "psr/log": "~1.0"
2129
            },
2130
            "conflict": {
2131
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2132
            },
2133
            "require-dev": {
2134
                "symfony/class-loader": "~2.2|~3.0.0",
2135
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0",
2136
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
2137
            },
2138
            "type": "library",
2139
            "extra": {
2140
                "branch-alias": {
2141
                    "dev-master": "2.8-dev"
2142
                }
2143
            },
2144
            "autoload": {
2145
                "psr-4": {
2146
                    "Symfony\\Component\\Debug\\": ""
2147
                }
2148
            },
2149
            "notification-url": "https://packagist.org/downloads/",
2150
            "license": [
2151
                "MIT"
2152
            ],
2153
            "authors": [
2154
                {
2155
                    "name": "Fabien Potencier",
2156
                    "email": "[email protected]"
2157
                },
2158
                {
2159
                    "name": "Symfony Community",
2160
                    "homepage": "https://symfony.com/contributors"
2161
                }
2162
            ],
2163
            "description": "Symfony Debug Component",
2164
            "homepage": "https://symfony.com",
2165
            "time": "2015-09-14 14:15:17"
2166
        },
2167
        {
2168
            "name": "symfony/event-dispatcher",
2169
            "version": "2.8.x-dev",
2170
            "source": {
2171
                "type": "git",
2172
                "url": "https://github.com/symfony/EventDispatcher.git",
2173
                "reference": "e79162fa079bb559ddad17c58cf8b7ecbaffd9b6"
2174
            },
2175
            "dist": {
2176
                "type": "zip",
2177
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e79162fa079bb559ddad17c58cf8b7ecbaffd9b6",
2178
                "reference": "e79162fa079bb559ddad17c58cf8b7ecbaffd9b6",
2179
                "shasum": ""
2180
            },
2181
            "require": {
2182
                "php": ">=5.3.9"
2183
            },
2184
            "require-dev": {
2185
                "psr/log": "~1.0",
2186
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
2187
                "symfony/dependency-injection": "~2.6|~3.0.0",
2188
                "symfony/expression-language": "~2.6|~3.0.0",
2189
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
2190
                "symfony/stopwatch": "~2.3|~3.0.0"
2191
            },
2192
            "suggest": {
2193
                "symfony/dependency-injection": "",
2194
                "symfony/http-kernel": ""
2195
            },
2196
            "type": "library",
2197
            "extra": {
2198
                "branch-alias": {
2199
                    "dev-master": "2.8-dev"
2200
                }
2201
            },
2202
            "autoload": {
2203
                "psr-4": {
2204
                    "Symfony\\Component\\EventDispatcher\\": ""
2205
                }
2206
            },
2207
            "notification-url": "https://packagist.org/downloads/",
2208
            "license": [
2209
                "MIT"
2210
            ],
2211
            "authors": [
2212
                {
2213
                    "name": "Fabien Potencier",
2214
                    "email": "[email protected]"
2215
                },
2216
                {
2217
                    "name": "Symfony Community",
2218
                    "homepage": "https://symfony.com/contributors"
2219
                }
2220
            ],
2221
            "description": "Symfony EventDispatcher Component",
2222
            "homepage": "https://symfony.com",
2223
            "time": "2015-09-14 06:10:06"
2224
        },
2225
        {
2226
            "name": "symfony/filesystem",
2227
            "version": "2.8.x-dev",
2228
            "source": {
2229
                "type": "git",
2230
                "url": "https://github.com/symfony/Filesystem.git",
2231
                "reference": "287fc0b1dcb11ff729eeefc20441c08eaf628f29"
2232
            },
2233
            "dist": {
2234
                "type": "zip",
2235
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/287fc0b1dcb11ff729eeefc20441c08eaf628f29",
2236
                "reference": "287fc0b1dcb11ff729eeefc20441c08eaf628f29",
2237
                "shasum": ""
2238
            },
2239
            "require": {
2240
                "php": ">=5.3.9"
2241
            },
2242
            "require-dev": {
2243
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
2244
            },
2245
            "type": "library",
2246
            "extra": {
2247
                "branch-alias": {
2248
                    "dev-master": "2.8-dev"
2249
                }
2250
            },
2251
            "autoload": {
2252
                "psr-4": {
2253
                    "Symfony\\Component\\Filesystem\\": ""
2254
                }
2255
            },
2256
            "notification-url": "https://packagist.org/downloads/",
2257
            "license": [
2258
                "MIT"
2259
            ],
2260
            "authors": [
2261
                {
2262
                    "name": "Fabien Potencier",
2263
                    "email": "[email protected]"
2264
                },
2265
                {
2266
                    "name": "Symfony Community",
2267
                    "homepage": "https://symfony.com/contributors"
2268
                }
2269
            ],
2270
            "description": "Symfony Filesystem Component",
2271
            "homepage": "https://symfony.com",
2272
            "time": "2015-09-09 18:05:45"
2273
        },
2274
        {
2275
            "name": "symfony/http-foundation",
2276
            "version": "2.8.x-dev",
2277
            "source": {
2278
                "type": "git",
2279
                "url": "https://github.com/symfony/HttpFoundation.git",
2280
                "reference": "ff8b1222ab4fb12023eda2fc721ca321448e9f7a"
2281
            },
2282
            "dist": {
2283
                "type": "zip",
2284
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/ff8b1222ab4fb12023eda2fc721ca321448e9f7a",
2285
                "reference": "ff8b1222ab4fb12023eda2fc721ca321448e9f7a",
2286
                "shasum": ""
2287
            },
2288
            "require": {
2289
                "php": ">=5.3.9"
2290
            },
2291
            "require-dev": {
2292
                "symfony/expression-language": "~2.4|~3.0.0",
2293
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
2294
            },
2295
            "type": "library",
2296
            "extra": {
2297
                "branch-alias": {
2298
                    "dev-master": "2.8-dev"
2299
                }
2300
            },
2301
            "autoload": {
2302
                "psr-4": {
2303
                    "Symfony\\Component\\HttpFoundation\\": ""
2304
                },
2305
                "classmap": [
2306
                    "Resources/stubs"
2307
                ]
2308
            },
2309
            "notification-url": "https://packagist.org/downloads/",
2310
            "license": [
2311
                "MIT"
2312
            ],
2313
            "authors": [
2314
                {
2315
                    "name": "Fabien Potencier",
2316
                    "email": "[email protected]"
2317
                },
2318
                {
2319
                    "name": "Symfony Community",
2320
                    "homepage": "https://symfony.com/contributors"
2321
                }
2322
            ],
2323
            "description": "Symfony HttpFoundation Component",
2324
            "homepage": "https://symfony.com",
2325
            "time": "2015-09-14 14:15:17"
2326
        },
2327
        {
2328
            "name": "symfony/http-kernel",
2329
            "version": "2.8.x-dev",
2330
            "source": {
2331
                "type": "git",
2332
                "url": "https://github.com/symfony/HttpKernel.git",
2333
                "reference": "fe76175f4d6e59caf5c72e0fd67575dbb3658ccb"
2334
            },
2335
            "dist": {
2336
                "type": "zip",
2337
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/fe76175f4d6e59caf5c72e0fd67575dbb3658ccb",
2338
                "reference": "fe76175f4d6e59caf5c72e0fd67575dbb3658ccb",
2339
                "shasum": ""
2340
            },
2341
            "require": {
2342
                "php": ">=5.3.9",
2343
                "psr/log": "~1.0",
2344
                "symfony/debug": "~2.6,>=2.6.2",
2345
                "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
2346
                "symfony/http-foundation": "~2.5,>=2.5.4|~3.0.0"
2347
            },
2348
            "conflict": {
2349
                "symfony/config": "<2.7"
2350
            },
2351
            "require-dev": {
2352
                "symfony/browser-kit": "~2.3|~3.0.0",
2353
                "symfony/class-loader": "~2.1|~3.0.0",
2354
                "symfony/config": "~2.7",
2355
                "symfony/console": "~2.3|~3.0.0",
2356
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
2357
                "symfony/dependency-injection": "~2.8|~3.0.0",
2358
                "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
2359
                "symfony/expression-language": "~2.4|~3.0.0",
2360
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0",
2361
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
2362
                "symfony/process": "~2.0,>=2.0.5|~3.0.0",
2363
                "symfony/routing": "~2.8|~3.0.0",
2364
                "symfony/stopwatch": "~2.3|~3.0.0",
2365
                "symfony/templating": "~2.2|~3.0.0",
2366
                "symfony/translation": "~2.0,>=2.0.5|~3.0.0",
2367
                "symfony/var-dumper": "~2.6|~3.0.0"
2368
            },
2369
            "suggest": {
2370
                "symfony/browser-kit": "",
2371
                "symfony/class-loader": "",
2372
                "symfony/config": "",
2373
                "symfony/console": "",
2374
                "symfony/dependency-injection": "",
2375
                "symfony/finder": "",
2376
                "symfony/var-dumper": ""
2377
            },
2378
            "type": "library",
2379
            "extra": {
2380
                "branch-alias": {
2381
                    "dev-master": "2.8-dev"
2382
                }
2383
            },
2384
            "autoload": {
2385
                "psr-4": {
2386
                    "Symfony\\Component\\HttpKernel\\": ""
2387
                }
2388
            },
2389
            "notification-url": "https://packagist.org/downloads/",
2390
            "license": [
2391
                "MIT"
2392
            ],
2393
            "authors": [
2394
                {
2395
                    "name": "Fabien Potencier",
2396
                    "email": "[email protected]"
2397
                },
2398
                {
2399
                    "name": "Symfony Community",
2400
                    "homepage": "https://symfony.com/contributors"
2401
                }
2402
            ],
2403
            "description": "Symfony HttpKernel Component",
2404
            "homepage": "https://symfony.com",
2405
            "time": "2015-09-14 14:15:17"
2406
        },
2407
        {
2408
            "name": "symfony/routing",
2409
            "version": "2.8.x-dev",
2410
            "source": {
2411
                "type": "git",
2412
                "url": "https://github.com/symfony/Routing.git",
2413
                "reference": "2bc066c5e9e4f583d0a66bcdd27688b87f16550e"
2414
            },
2415
            "dist": {
2416
                "type": "zip",
2417
                "url": "https://api.github.com/repos/symfony/Routing/zipball/2bc066c5e9e4f583d0a66bcdd27688b87f16550e",
2418
                "reference": "2bc066c5e9e4f583d0a66bcdd27688b87f16550e",
2419
                "shasum": ""
2420
            },
2421
            "require": {
2422
                "php": ">=5.3.9"
2423
            },
2424
            "conflict": {
2425
                "symfony/config": "<2.7"
2426
            },
2427
            "require-dev": {
2428
                "doctrine/annotations": "~1.0",
2429
                "doctrine/common": "~2.2",
2430
                "psr/log": "~1.0",
2431
                "symfony/config": "~2.7|~3.0.0",
2432
                "symfony/expression-language": "~2.4|~3.0.0",
2433
                "symfony/http-foundation": "~2.3|~3.0.0",
2434
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
2435
                "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
2436
            },
2437
            "suggest": {
2438
                "doctrine/annotations": "For using the annotation loader",
2439
                "symfony/config": "For using the all-in-one router or any loader",
2440
                "symfony/expression-language": "For using expression matching",
2441
                "symfony/yaml": "For using the YAML loader"
2442
            },
2443
            "type": "library",
2444
            "extra": {
2445
                "branch-alias": {
2446
                    "dev-master": "2.8-dev"
2447
                }
2448
            },
2449
            "autoload": {
2450
                "psr-4": {
2451
                    "Symfony\\Component\\Routing\\": ""
2452
                }
2453
            },
2454
            "notification-url": "https://packagist.org/downloads/",
2455
            "license": [
2456
                "MIT"
2457
            ],
2458
            "authors": [
2459
                {
2460
                    "name": "Fabien Potencier",
2461
                    "email": "[email protected]"
2462
                },
2463
                {
2464
                    "name": "Symfony Community",
2465
                    "homepage": "https://symfony.com/contributors"
2466
                }
2467
            ],
2468
            "description": "Symfony Routing Component",
2469
            "homepage": "https://symfony.com",
2470
            "keywords": [
2471
                "router",
2472
                "routing",
2473
                "uri",
2474
                "url"
2475
            ],
2476
            "time": "2015-09-14 14:15:17"
2477
        },
2478
        {
2479
            "name": "symfony/translation",
2480
            "version": "2.8.x-dev",
2481
            "source": {
2482
                "type": "git",
2483
                "url": "https://github.com/symfony/Translation.git",
2484
                "reference": "606d2ea556516d9c63f8efe2eba4feda85a0dda1"
2485
            },
2486
            "dist": {
2487
                "type": "zip",
2488
                "url": "https://api.github.com/repos/symfony/Translation/zipball/606d2ea556516d9c63f8efe2eba4feda85a0dda1",
2489
                "reference": "606d2ea556516d9c63f8efe2eba4feda85a0dda1",
2490
                "shasum": ""
2491
            },
2492
            "require": {
2493
                "php": ">=5.3.9"
2494
            },
2495
            "conflict": {
2496
                "symfony/config": "<2.7"
2497
            },
2498
            "require-dev": {
2499
                "psr/log": "~1.0",
2500
                "symfony/config": "~2.7",
2501
                "symfony/intl": "~2.4|~3.0.0",
2502
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
2503
                "symfony/yaml": "~2.2|~3.0.0"
2504
            },
2505
            "suggest": {
2506
                "psr/log": "To use logging capability in translator",
2507
                "symfony/config": "",
2508
                "symfony/yaml": ""
2509
            },
2510
            "type": "library",
2511
            "extra": {
2512
                "branch-alias": {
2513
                    "dev-master": "2.8-dev"
2514
                }
2515
            },
2516
            "autoload": {
2517
                "psr-4": {
2518
                    "Symfony\\Component\\Translation\\": ""
2519
                }
2520
            },
2521
            "notification-url": "https://packagist.org/downloads/",
2522
            "license": [
2523
                "MIT"
2524
            ],
2525
            "authors": [
2526
                {
2527
                    "name": "Fabien Potencier",
2528
                    "email": "[email protected]"
2529
                },
2530
                {
2531
                    "name": "Symfony Community",
2532
                    "homepage": "https://symfony.com/contributors"
2533
                }
2534
            ],
2535
            "description": "Symfony Translation Component",
2536
            "homepage": "https://symfony.com",
2537
            "time": "2015-09-16 14:54:16"
2538
        },
2539
        {
2540
            "name": "symfony/yaml",
2541
            "version": "2.8.x-dev",
2542
            "source": {
2543
                "type": "git",
2544
                "url": "https://github.com/symfony/Yaml.git",
2545
                "reference": "d196cb1ac36901bde7d7fbed74ee31fdb85fd119"
2546
            },
2547
            "dist": {
2548
                "type": "zip",
2549
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/d196cb1ac36901bde7d7fbed74ee31fdb85fd119",
2550
                "reference": "d196cb1ac36901bde7d7fbed74ee31fdb85fd119",
2551
                "shasum": ""
2552
            },
2553
            "require": {
2554
                "php": ">=5.3.9"
2555
            },
2556
            "require-dev": {
2557
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
2558
            },
2559
            "type": "library",
2560
            "extra": {
2561
                "branch-alias": {
2562
                    "dev-master": "2.8-dev"
2563
                }
2564
            },
2565
            "autoload": {
2566
                "psr-4": {
2567
                    "Symfony\\Component\\Yaml\\": ""
2568
                }
2569
            },
2570
            "notification-url": "https://packagist.org/downloads/",
2571
            "license": [
2572
                "MIT"
2573
            ],
2574
            "authors": [
2575
                {
2576
                    "name": "Fabien Potencier",
2577
                    "email": "[email protected]"
2578
                },
2579
                {
2580
                    "name": "Symfony Community",
2581
                    "homepage": "https://symfony.com/contributors"
2582
                }
2583
            ],
2584
            "description": "Symfony Yaml Component",
2585
            "homepage": "https://symfony.com",
2586
            "time": "2015-09-14 14:15:17"
2587
        },
2588
        {
2589
            "name": "useallfive/doctrine-data-fixtures-command",
2590
            "version": "dev-master",
2591
            "source": {
2592
                "type": "git",
2593
                "url": "https://github.com/UseAllFive/doctrine-data-fixtures-command.git",
2594
                "reference": "279afebe7beaef38cd5f54b02c7d0389cf49bbf2"
2595
            },
2596
            "dist": {
2597
                "type": "zip",
2598
                "url": "https://api.github.com/repos/UseAllFive/doctrine-data-fixtures-command/zipball/279afebe7beaef38cd5f54b02c7d0389cf49bbf2",
2599
                "reference": "279afebe7beaef38cd5f54b02c7d0389cf49bbf2",
2600
                "shasum": ""
2601
            },
2602
            "require": {
2603
                "doctrine/data-fixtures": "~1.0",
2604
                "symfony/console": "~2.3"
2605
            },
2606
            "suggest": {
2607
                "dflydev/doctrine-orm-service-provider": "1.0.*@dev"
2608
            },
2609
            "type": "library",
2610
            "autoload": {
2611
                "psr-0": {
2612
                    "UseAllFive\\Command": "src/"
2613
                }
2614
            },
2615
            "notification-url": "https://packagist.org/downloads/",
2616
            "license": [
2617
                "MIT"
2618
            ],
2619
            "authors": [
2620
                {
2621
                    "name": "Zach Brown",
2622
                    "email": "[email protected]",
2623
                    "role": "Developer"
2624
                }
2625
            ],
2626
            "description": "Doctrine DataFixtures CLI command",
2627
            "keywords": [
2628
                "console",
2629
                "datafixtures",
2630
                "doctrine",
2631
                "orm",
2632
                "pimple",
2633
                "silex",
2634
                "web"
2635
            ],
2636
            "time": "2013-10-30 02:08:37"
2637
        }
2638
    ],
2639
    "packages-dev": [
2640
        {
2641
            "name": "fabpot/php-cs-fixer",
2642
            "version": "v1.10",
2643
            "source": {
2644
                "type": "git",
2645
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
2646
                "reference": "8e21b4fb32c4618a425817d9f0daf3d57a9808d1"
2647
            },
2648
            "dist": {
2649
                "type": "zip",
2650
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/8e21b4fb32c4618a425817d9f0daf3d57a9808d1",
2651
                "reference": "8e21b4fb32c4618a425817d9f0daf3d57a9808d1",
2652
                "shasum": ""
2653
            },
2654
            "require": {
2655
                "ext-tokenizer": "*",
2656
                "php": ">=5.3.6",
2657
                "sebastian/diff": "~1.1",
2658
                "symfony/console": "~2.3",
2659
                "symfony/event-dispatcher": "~2.1",
2660
                "symfony/filesystem": "~2.1",
2661
                "symfony/finder": "~2.1",
2662
                "symfony/process": "~2.3",
2663
                "symfony/stopwatch": "~2.5"
2664
            },
2665
            "require-dev": {
2666
                "satooshi/php-coveralls": "0.7.*@dev"
2667
            },
2668
            "bin": [
2669
                "php-cs-fixer"
2670
            ],
2671
            "type": "application",
2672
            "autoload": {
2673
                "psr-4": {
2674
                    "Symfony\\CS\\": "Symfony/CS/"
2675
                }
2676
            },
2677
            "notification-url": "https://packagist.org/downloads/",
2678
            "license": [
2679
                "MIT"
2680
            ],
2681
            "authors": [
2682
                {
2683
                    "name": "Dariusz Rumiński",
2684
                    "email": "[email protected]"
2685
                },
2686
                {
2687
                    "name": "Fabien Potencier",
2688
                    "email": "[email protected]"
2689
                }
2690
            ],
2691
            "description": "A tool to automatically fix PHP code style",
2692
            "time": "2015-07-27 20:56:10"
2693
        },
2694
        {
2695
            "name": "hamcrest/hamcrest-php",
2696
            "version": "v1.2.2",
2697
            "source": {
2698
                "type": "git",
2699
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2700
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2701
            },
2702
            "dist": {
2703
                "type": "zip",
2704
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2705
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2706
                "shasum": ""
2707
            },
2708
            "require": {
2709
                "php": ">=5.3.2"
2710
            },
2711
            "replace": {
2712
                "cordoval/hamcrest-php": "*",
2713
                "davedevelopment/hamcrest-php": "*",
2714
                "kodova/hamcrest-php": "*"
2715
            },
2716
            "require-dev": {
2717
                "phpunit/php-file-iterator": "1.3.3",
2718
                "satooshi/php-coveralls": "dev-master"
2719
            },
2720
            "type": "library",
2721
            "autoload": {
2722
                "classmap": [
2723
                    "hamcrest"
2724
                ],
2725
                "files": [
2726
                    "hamcrest/Hamcrest.php"
2727
                ]
2728
            },
2729
            "notification-url": "https://packagist.org/downloads/",
2730
            "license": [
2731
                "BSD"
2732
            ],
2733
            "description": "This is the PHP port of Hamcrest Matchers",
2734
            "keywords": [
2735
                "test"
2736
            ],
2737
            "time": "2015-05-11 14:41:42"
2738
        },
2739
        {
2740
            "name": "lstrojny/phpunit-clever-and-smart",
2741
            "version": "0.5.0",
2742
            "source": {
2743
                "type": "git",
2744
                "url": "https://github.com/lstrojny/phpunit-clever-and-smart.git",
2745
                "reference": "f1766f3fd77c0fbc9093261e5f8e664b65fa11d9"
2746
            },
2747
            "dist": {
2748
                "type": "zip",
2749
                "url": "https://api.github.com/repos/lstrojny/phpunit-clever-and-smart/zipball/f1766f3fd77c0fbc9093261e5f8e664b65fa11d9",
2750
                "reference": "f1766f3fd77c0fbc9093261e5f8e664b65fa11d9",
2751
                "shasum": ""
2752
            },
2753
            "require": {
2754
                "ext-sqlite3": "*",
2755
                "phpunit/phpunit": "*"
2756
            },
2757
            "require-dev": {
2758
                "athletic/athletic": "~0.1",
2759
                "symfony/process": "2.*"
2760
            },
2761
            "type": "library",
2762
            "autoload": {
2763
                "psr-0": {
2764
                    "PHPUnit\\Runner\\CleverAndSmart": "src/"
2765
                }
2766
            },
2767
            "notification-url": "https://packagist.org/downloads/",
2768
            "license": [
2769
                "MIT"
2770
            ],
2771
            "authors": [
2772
                {
2773
                    "name": "Lars Strojny",
2774
                    "email": "[email protected]"
2775
                }
2776
            ],
2777
            "description": "A clever test runner for PHPUnit",
2778
            "time": "2014-03-13 17:41:39"
2779
        },
2780
        {
2781
            "name": "mockery/mockery",
2782
            "version": "dev-master",
2783
            "source": {
2784
                "type": "git",
2785
                "url": "https://github.com/padraic/mockery.git",
2786
                "reference": "22b57c778cfd1fc46e14bff071c5126d9cd50820"
2787
            },
2788
            "dist": {
2789
                "type": "zip",
2790
                "url": "https://api.github.com/repos/padraic/mockery/zipball/22b57c778cfd1fc46e14bff071c5126d9cd50820",
2791
                "reference": "22b57c778cfd1fc46e14bff071c5126d9cd50820",
2792
                "shasum": ""
2793
            },
2794
            "require": {
2795
                "hamcrest/hamcrest-php": "~1.1",
2796
                "lib-pcre": ">=7.0",
2797
                "php": ">=5.4.0"
2798
            },
2799
            "require-dev": {
2800
                "phpunit/phpunit": "~4.0"
2801
            },
2802
            "type": "library",
2803
            "extra": {
2804
                "branch-alias": {
2805
                    "dev-master": "1.0.x-dev"
2806
                }
2807
            },
2808
            "autoload": {
2809
                "psr-0": {
2810
                    "Mockery": "library/"
2811
                }
2812
            },
2813
            "notification-url": "https://packagist.org/downloads/",
2814
            "license": [
2815
                "BSD-3-Clause"
2816
            ],
2817
            "authors": [
2818
                {
2819
                    "name": "Pádraic Brady",
2820
                    "email": "[email protected]",
2821
                    "homepage": "http://blog.astrumfutura.com"
2822
                },
2823
                {
2824
                    "name": "Dave Marshall",
2825
                    "email": "[email protected]",
2826
                    "homepage": "http://davedevelopment.co.uk"
2827
                }
2828
            ],
2829
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
2830
            "homepage": "http://github.com/padraic/mockery",
2831
            "keywords": [
2832
                "BDD",
2833
                "TDD",
2834
                "library",
2835
                "mock",
2836
                "mock objects",
2837
                "mockery",
2838
                "stub",
2839
                "test",
2840
                "test double",
2841
                "testing"
2842
            ],
2843
            "time": "2015-09-10 18:19:39"
2844
        },
2845
        {
2846
            "name": "nikic/php-parser",
2847
            "version": "v1.3.0",
2848
            "source": {
2849
                "type": "git",
2850
                "url": "https://github.com/nikic/PHP-Parser.git",
2851
                "reference": "dff239267fd1befa1cd40430c9ed12591aa720ca"
2852
            },
2853
            "dist": {
2854
                "type": "zip",
2855
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dff239267fd1befa1cd40430c9ed12591aa720ca",
2856
                "reference": "dff239267fd1befa1cd40430c9ed12591aa720ca",
2857
                "shasum": ""
2858
            },
2859
            "require": {
2860
                "ext-tokenizer": "*",
2861
                "php": ">=5.3"
2862
            },
2863
            "type": "library",
2864
            "extra": {
2865
                "branch-alias": {
2866
                    "dev-master": "1.3-dev"
2867
                }
2868
            },
2869
            "autoload": {
2870
                "files": [
2871
                    "lib/bootstrap.php"
2872
                ]
2873
            },
2874
            "notification-url": "https://packagist.org/downloads/",
2875
            "license": [
2876
                "BSD-3-Clause"
2877
            ],
2878
            "authors": [
2879
                {
2880
                    "name": "Nikita Popov"
2881
                }
2882
            ],
2883
            "description": "A PHP parser written in PHP",
2884
            "keywords": [
2885
                "parser",
2886
                "php"
2887
            ],
2888
            "time": "2015-05-02 15:40:40"
2889
        },
2890
        {
2891
            "name": "pdepend/pdepend",
2892
            "version": "2.0.6",
2893
            "source": {
2894
                "type": "git",
2895
                "url": "https://github.com/pdepend/pdepend.git",
2896
                "reference": "a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4"
2897
            },
2898
            "dist": {
2899
                "type": "zip",
2900
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4",
2901
                "reference": "a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4",
2902
                "shasum": ""
2903
            },
2904
            "require": {
2905
                "symfony/config": ">=2.4",
2906
                "symfony/dependency-injection": ">=2.4",
2907
                "symfony/filesystem": ">=2.4"
2908
            },
2909
            "require-dev": {
2910
                "phpunit/phpunit": "4.*@stable",
2911
                "squizlabs/php_codesniffer": "@stable"
2912
            },
2913
            "bin": [
2914
                "src/bin/pdepend"
2915
            ],
2916
            "type": "library",
2917
            "autoload": {
2918
                "psr-0": {
2919
                    "PDepend\\": "src/main/php/"
2920
                }
2921
            },
2922
            "notification-url": "https://packagist.org/downloads/",
2923
            "license": [
2924
                "BSD-3-Clause"
2925
            ],
2926
            "description": "Official version of pdepend to be handled with Composer",
2927
            "time": "2015-03-02 08:06:43"
2928
        },
2929
        {
2930
            "name": "phploc/phploc",
2931
            "version": "dev-master",
2932
            "source": {
2933
                "type": "git",
2934
                "url": "https://github.com/sebastianbergmann/phploc.git",
2935
                "reference": "dfc222d9f699f3a8f4c9ebf74e5fb1053865294f"
2936
            },
2937
            "dist": {
2938
                "type": "zip",
2939
                "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/dfc222d9f699f3a8f4c9ebf74e5fb1053865294f",
2940
                "reference": "dfc222d9f699f3a8f4c9ebf74e5fb1053865294f",
2941
                "shasum": ""
2942
            },
2943
            "require": {
2944
                "php": ">=5.6",
2945
                "sebastian/finder-facade": "~1.1",
2946
                "sebastian/git": "~2.0",
2947
                "sebastian/version": "~1.0.3",
2948
                "symfony/console": "~2.5"
2949
            },
2950
            "require-dev": {
2951
                "phpunit/phpunit": "~4"
2952
            },
2953
            "bin": [
2954
                "phploc"
2955
            ],
2956
            "type": "library",
2957
            "extra": {
2958
                "branch-alias": {
2959
                    "dev-master": "3.0-dev"
2960
                }
2961
            },
2962
            "autoload": {
2963
                "classmap": [
2964
                    "src/"
2965
                ]
2966
            },
2967
            "notification-url": "https://packagist.org/downloads/",
2968
            "license": [
2969
                "BSD-3-Clause"
2970
            ],
2971
            "authors": [
2972
                {
2973
                    "name": "Sebastian Bergmann",
2974
                    "email": "[email protected]",
2975
                    "role": "lead"
2976
                }
2977
            ],
2978
            "description": "A tool for quickly measuring the size of a PHP project.",
2979
            "homepage": "https://github.com/sebastianbergmann/phploc",
2980
            "time": "2015-08-09 16:36:22"
2981
        },
2982
        {
2983
            "name": "phpmd/phpmd",
2984
            "version": "2.2.3",
2985
            "source": {
2986
                "type": "git",
2987
                "url": "https://github.com/phpmd/phpmd.git",
2988
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35"
2989
            },
2990
            "dist": {
2991
                "type": "zip",
2992
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/5eeb5a4d39c8304910b33ae49f8813905346cc35",
2993
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35",
2994
                "shasum": ""
2995
            },
2996
            "require": {
2997
                "pdepend/pdepend": "~2.0",
2998
                "php": ">=5.3.0",
2999
                "symfony/config": ">=2.4",
3000
                "symfony/dependency-injection": ">=2.4",
3001
                "symfony/filesystem": ">=2.4"
3002
            },
3003
            "require-dev": {
3004
                "phpunit/phpunit": "*",
3005
                "squizlabs/php_codesniffer": "*"
3006
            },
3007
            "bin": [
3008
                "src/bin/phpmd"
3009
            ],
3010
            "type": "project",
3011
            "autoload": {
3012
                "psr-0": {
3013
                    "PHPMD\\": "src/main/php"
3014
                }
3015
            },
3016
            "notification-url": "https://packagist.org/downloads/",
3017
            "license": [
3018
                "BSD-3-Clause"
3019
            ],
3020
            "authors": [
3021
                {
3022
                    "name": "Manuel Pichler",
3023
                    "email": "[email protected]",
3024
                    "homepage": "https://github.com/manuelpichler",
3025
                    "role": "Project founder"
3026
                },
3027
                {
3028
                    "name": "Other contributors",
3029
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3030
                    "role": "Contributors"
3031
                }
3032
            ],
3033
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3034
            "homepage": "http://phpmd.org/",
3035
            "keywords": [
3036
                "mess detection",
3037
                "mess detector",
3038
                "pdepend",
3039
                "phpmd",
3040
                "pmd"
3041
            ],
3042
            "time": "2015-05-27 18:16:57"
3043
        },
3044
        {
3045
            "name": "phpunit/php-code-coverage",
3046
            "version": "2.2.x-dev",
3047
            "source": {
3048
                "type": "git",
3049
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3050
                "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f"
3051
            },
3052
            "dist": {
3053
                "type": "zip",
3054
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f",
3055
                "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f",
3056
                "shasum": ""
3057
            },
3058
            "require": {
3059
                "php": ">=5.3.3",
3060
                "phpunit/php-file-iterator": "~1.3",
3061
                "phpunit/php-text-template": "~1.2",
3062
                "phpunit/php-token-stream": "~1.3",
3063
                "sebastian/environment": "^1.3.2",
3064
                "sebastian/version": "~1.0"
3065
            },
3066
            "require-dev": {
3067
                "ext-xdebug": ">=2.1.4",
3068
                "phpunit/phpunit": "~4"
3069
            },
3070
            "suggest": {
3071
                "ext-dom": "*",
3072
                "ext-xdebug": ">=2.2.1",
3073
                "ext-xmlwriter": "*"
3074
            },
3075
            "type": "library",
3076
            "extra": {
3077
                "branch-alias": {
3078
                    "dev-master": "2.2.x-dev"
3079
                }
3080
            },
3081
            "autoload": {
3082
                "classmap": [
3083
                    "src/"
3084
                ]
3085
            },
3086
            "notification-url": "https://packagist.org/downloads/",
3087
            "license": [
3088
                "BSD-3-Clause"
3089
            ],
3090
            "authors": [
3091
                {
3092
                    "name": "Sebastian Bergmann",
3093
                    "email": "[email protected]",
3094
                    "role": "lead"
3095
                }
3096
            ],
3097
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3098
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3099
            "keywords": [
3100
                "coverage",
3101
                "testing",
3102
                "xunit"
3103
            ],
3104
            "time": "2015-09-14 06:51:16"
3105
        },
3106
        {
3107
            "name": "phpunit/php-file-iterator",
3108
            "version": "1.3.4",
3109
            "source": {
3110
                "type": "git",
3111
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3112
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
3113
            },
3114
            "dist": {
3115
                "type": "zip",
3116
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
3117
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
3118
                "shasum": ""
3119
            },
3120
            "require": {
3121
                "php": ">=5.3.3"
3122
            },
3123
            "type": "library",
3124
            "autoload": {
3125
                "classmap": [
3126
                    "File/"
3127
                ]
3128
            },
3129
            "notification-url": "https://packagist.org/downloads/",
3130
            "include-path": [
3131
                ""
3132
            ],
3133
            "license": [
3134
                "BSD-3-Clause"
3135
            ],
3136
            "authors": [
3137
                {
3138
                    "name": "Sebastian Bergmann",
3139
                    "email": "[email protected]",
3140
                    "role": "lead"
3141
                }
3142
            ],
3143
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3144
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3145
            "keywords": [
3146
                "filesystem",
3147
                "iterator"
3148
            ],
3149
            "time": "2013-10-10 15:34:57"
3150
        },
3151
        {
3152
            "name": "phpunit/php-text-template",
3153
            "version": "1.2.1",
3154
            "source": {
3155
                "type": "git",
3156
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3157
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3158
            },
3159
            "dist": {
3160
                "type": "zip",
3161
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3162
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3163
                "shasum": ""
3164
            },
3165
            "require": {
3166
                "php": ">=5.3.3"
3167
            },
3168
            "type": "library",
3169
            "autoload": {
3170
                "classmap": [
3171
                    "src/"
3172
                ]
3173
            },
3174
            "notification-url": "https://packagist.org/downloads/",
3175
            "license": [
3176
                "BSD-3-Clause"
3177
            ],
3178
            "authors": [
3179
                {
3180
                    "name": "Sebastian Bergmann",
3181
                    "email": "[email protected]",
3182
                    "role": "lead"
3183
                }
3184
            ],
3185
            "description": "Simple template engine.",
3186
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3187
            "keywords": [
3188
                "template"
3189
            ],
3190
            "time": "2015-06-21 13:50:34"
3191
        },
3192
        {
3193
            "name": "phpunit/php-timer",
3194
            "version": "1.0.7",
3195
            "source": {
3196
                "type": "git",
3197
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3198
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3199
            },
3200
            "dist": {
3201
                "type": "zip",
3202
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3203
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3204
                "shasum": ""
3205
            },
3206
            "require": {
3207
                "php": ">=5.3.3"
3208
            },
3209
            "type": "library",
3210
            "autoload": {
3211
                "classmap": [
3212
                    "src/"
3213
                ]
3214
            },
3215
            "notification-url": "https://packagist.org/downloads/",
3216
            "license": [
3217
                "BSD-3-Clause"
3218
            ],
3219
            "authors": [
3220
                {
3221
                    "name": "Sebastian Bergmann",
3222
                    "email": "[email protected]",
3223
                    "role": "lead"
3224
                }
3225
            ],
3226
            "description": "Utility class for timing",
3227
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3228
            "keywords": [
3229
                "timer"
3230
            ],
3231
            "time": "2015-06-21 08:01:12"
3232
        },
3233
        {
3234
            "name": "phpunit/php-token-stream",
3235
            "version": "dev-master",
3236
            "source": {
3237
                "type": "git",
3238
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3239
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3240
            },
3241
            "dist": {
3242
                "type": "zip",
3243
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3244
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3245
                "shasum": ""
3246
            },
3247
            "require": {
3248
                "ext-tokenizer": "*",
3249
                "php": ">=5.3.3"
3250
            },
3251
            "require-dev": {
3252
                "phpunit/phpunit": "~4.2"
3253
            },
3254
            "type": "library",
3255
            "extra": {
3256
                "branch-alias": {
3257
                    "dev-master": "1.4-dev"
3258
                }
3259
            },
3260
            "autoload": {
3261
                "classmap": [
3262
                    "src/"
3263
                ]
3264
            },
3265
            "notification-url": "https://packagist.org/downloads/",
3266
            "license": [
3267
                "BSD-3-Clause"
3268
            ],
3269
            "authors": [
3270
                {
3271
                    "name": "Sebastian Bergmann",
3272
                    "email": "[email protected]"
3273
                }
3274
            ],
3275
            "description": "Wrapper around PHP's tokenizer extension.",
3276
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3277
            "keywords": [
3278
                "tokenizer"
3279
            ],
3280
            "time": "2015-09-15 10:49:45"
3281
        },
3282
        {
3283
            "name": "phpunit/phpunit",
3284
            "version": "4.4.x-dev",
3285
            "source": {
3286
                "type": "git",
3287
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3288
                "reference": "5fbd35c52d9ad2a12683a11a138e5c05b31da95a"
3289
            },
3290
            "dist": {
3291
                "type": "zip",
3292
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5fbd35c52d9ad2a12683a11a138e5c05b31da95a",
3293
                "reference": "5fbd35c52d9ad2a12683a11a138e5c05b31da95a",
3294
                "shasum": ""
3295
            },
3296
            "require": {
3297
                "ext-dom": "*",
3298
                "ext-json": "*",
3299
                "ext-pcre": "*",
3300
                "ext-reflection": "*",
3301
                "ext-spl": "*",
3302
                "php": ">=5.3.3",
3303
                "phpunit/php-code-coverage": "~2.0",
3304
                "phpunit/php-file-iterator": "~1.3.2",
3305
                "phpunit/php-text-template": "~1.2",
3306
                "phpunit/php-timer": "~1.0.2",
3307
                "phpunit/phpunit-mock-objects": "~2.3",
3308
                "sebastian/comparator": "~1.0",
3309
                "sebastian/diff": "~1.1",
3310
                "sebastian/environment": "~1.1",
3311
                "sebastian/exporter": "~1.1",
3312
                "sebastian/global-state": "~1.0",
3313
                "sebastian/recursion-context": "~1.0",
3314
                "sebastian/version": "~1.0",
3315
                "symfony/yaml": "~2.0"
3316
            },
3317
            "suggest": {
3318
                "phpunit/php-invoker": "~1.1"
3319
            },
3320
            "bin": [
3321
                "phpunit"
3322
            ],
3323
            "type": "library",
3324
            "extra": {
3325
                "branch-alias": {
3326
                    "dev-master": "4.4.x-dev"
3327
                }
3328
            },
3329
            "autoload": {
3330
                "classmap": [
3331
                    "src/"
3332
                ]
3333
            },
3334
            "notification-url": "https://packagist.org/downloads/",
3335
            "license": [
3336
                "BSD-3-Clause"
3337
            ],
3338
            "authors": [
3339
                {
3340
                    "name": "Sebastian Bergmann",
3341
                    "email": "[email protected]",
3342
                    "role": "lead"
3343
                }
3344
            ],
3345
            "description": "The PHP Unit Testing framework.",
3346
            "homepage": "https://phpunit.de/",
3347
            "keywords": [
3348
                "phpunit",
3349
                "testing",
3350
                "xunit"
3351
            ],
3352
            "time": "2015-02-09 06:34:32"
3353
        },
3354
        {
3355
            "name": "phpunit/phpunit-mock-objects",
3356
            "version": "2.3.x-dev",
3357
            "source": {
3358
                "type": "git",
3359
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3360
                "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
3361
            },
3362
            "dist": {
3363
                "type": "zip",
3364
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
3365
                "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
3366
                "shasum": ""
3367
            },
3368
            "require": {
3369
                "doctrine/instantiator": "^1.0.2",
3370
                "php": ">=5.3.3",
3371
                "phpunit/php-text-template": "~1.2",
3372
                "sebastian/exporter": "~1.2"
3373
            },
3374
            "require-dev": {
3375
                "phpunit/phpunit": "~4.4"
3376
            },
3377
            "suggest": {
3378
                "ext-soap": "*"
3379
            },
3380
            "type": "library",
3381
            "extra": {
3382
                "branch-alias": {
3383
                    "dev-master": "2.3.x-dev"
3384
                }
3385
            },
3386
            "autoload": {
3387
                "classmap": [
3388
                    "src/"
3389
                ]
3390
            },
3391
            "notification-url": "https://packagist.org/downloads/",
3392
            "license": [
3393
                "BSD-3-Clause"
3394
            ],
3395
            "authors": [
3396
                {
3397
                    "name": "Sebastian Bergmann",
3398
                    "email": "[email protected]",
3399
                    "role": "lead"
3400
                }
3401
            ],
3402
            "description": "Mock Object library for PHPUnit",
3403
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3404
            "keywords": [
3405
                "mock",
3406
                "xunit"
3407
            ],
3408
            "time": "2015-08-19 09:14:08"
3409
        },
3410
        {
3411
            "name": "sebastian/comparator",
3412
            "version": "dev-master",
3413
            "source": {
3414
                "type": "git",
3415
                "url": "https://github.com/sebastianbergmann/comparator.git",
3416
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3417
            },
3418
            "dist": {
3419
                "type": "zip",
3420
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3421
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3422
                "shasum": ""
3423
            },
3424
            "require": {
3425
                "php": ">=5.3.3",
3426
                "sebastian/diff": "~1.2",
3427
                "sebastian/exporter": "~1.2"
3428
            },
3429
            "require-dev": {
3430
                "phpunit/phpunit": "~4.4"
3431
            },
3432
            "type": "library",
3433
            "extra": {
3434
                "branch-alias": {
3435
                    "dev-master": "1.2.x-dev"
3436
                }
3437
            },
3438
            "autoload": {
3439
                "classmap": [
3440
                    "src/"
3441
                ]
3442
            },
3443
            "notification-url": "https://packagist.org/downloads/",
3444
            "license": [
3445
                "BSD-3-Clause"
3446
            ],
3447
            "authors": [
3448
                {
3449
                    "name": "Jeff Welch",
3450
                    "email": "[email protected]"
3451
                },
3452
                {
3453
                    "name": "Volker Dusch",
3454
                    "email": "[email protected]"
3455
                },
3456
                {
3457
                    "name": "Bernhard Schussek",
3458
                    "email": "[email protected]"
3459
                },
3460
                {
3461
                    "name": "Sebastian Bergmann",
3462
                    "email": "[email protected]"
3463
                }
3464
            ],
3465
            "description": "Provides the functionality to compare PHP values for equality",
3466
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3467
            "keywords": [
3468
                "comparator",
3469
                "compare",
3470
                "equality"
3471
            ],
3472
            "time": "2015-07-26 15:48:44"
3473
        },
3474
        {
3475
            "name": "sebastian/diff",
3476
            "version": "dev-master",
3477
            "source": {
3478
                "type": "git",
3479
                "url": "https://github.com/sebastianbergmann/diff.git",
3480
                "reference": "6899b3e33bfbd386d88b5eea5f65f563e8793051"
3481
            },
3482
            "dist": {
3483
                "type": "zip",
3484
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6899b3e33bfbd386d88b5eea5f65f563e8793051",
3485
                "reference": "6899b3e33bfbd386d88b5eea5f65f563e8793051",
3486
                "shasum": ""
3487
            },
3488
            "require": {
3489
                "php": ">=5.3.3"
3490
            },
3491
            "require-dev": {
3492
                "phpunit/phpunit": "~4.2"
3493
            },
3494
            "type": "library",
3495
            "extra": {
3496
                "branch-alias": {
3497
                    "dev-master": "1.3-dev"
3498
                }
3499
            },
3500
            "autoload": {
3501
                "classmap": [
3502
                    "src/"
3503
                ]
3504
            },
3505
            "notification-url": "https://packagist.org/downloads/",
3506
            "license": [
3507
                "BSD-3-Clause"
3508
            ],
3509
            "authors": [
3510
                {
3511
                    "name": "Kore Nordmann",
3512
                    "email": "[email protected]"
3513
                },
3514
                {
3515
                    "name": "Sebastian Bergmann",
3516
                    "email": "[email protected]"
3517
                }
3518
            ],
3519
            "description": "Diff implementation",
3520
            "homepage": "http://www.github.com/sebastianbergmann/diff",
3521
            "keywords": [
3522
                "diff"
3523
            ],
3524
            "time": "2015-06-22 14:15:55"
3525
        },
3526
        {
3527
            "name": "sebastian/environment",
3528
            "version": "dev-master",
3529
            "source": {
3530
                "type": "git",
3531
                "url": "https://github.com/sebastianbergmann/environment.git",
3532
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
3533
            },
3534
            "dist": {
3535
                "type": "zip",
3536
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
3537
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
3538
                "shasum": ""
3539
            },
3540
            "require": {
3541
                "php": ">=5.3.3"
3542
            },
3543
            "require-dev": {
3544
                "phpunit/phpunit": "~4.4"
3545
            },
3546
            "type": "library",
3547
            "extra": {
3548
                "branch-alias": {
3549
                    "dev-master": "1.3.x-dev"
3550
                }
3551
            },
3552
            "autoload": {
3553
                "classmap": [
3554
                    "src/"
3555
                ]
3556
            },
3557
            "notification-url": "https://packagist.org/downloads/",
3558
            "license": [
3559
                "BSD-3-Clause"
3560
            ],
3561
            "authors": [
3562
                {
3563
                    "name": "Sebastian Bergmann",
3564
                    "email": "[email protected]"
3565
                }
3566
            ],
3567
            "description": "Provides functionality to handle HHVM/PHP environments",
3568
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3569
            "keywords": [
3570
                "Xdebug",
3571
                "environment",
3572
                "hhvm"
3573
            ],
3574
            "time": "2015-08-03 06:14:51"
3575
        },
3576
        {
3577
            "name": "sebastian/exporter",
3578
            "version": "dev-master",
3579
            "source": {
3580
                "type": "git",
3581
                "url": "https://github.com/sebastianbergmann/exporter.git",
3582
                "reference": "f88f8936517d54ae6d589166810877fb2015d0a2"
3583
            },
3584
            "dist": {
3585
                "type": "zip",
3586
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f88f8936517d54ae6d589166810877fb2015d0a2",
3587
                "reference": "f88f8936517d54ae6d589166810877fb2015d0a2",
3588
                "shasum": ""
3589
            },
3590
            "require": {
3591
                "php": ">=5.3.3",
3592
                "sebastian/recursion-context": "~1.0"
3593
            },
3594
            "require-dev": {
3595
                "ext-mbstring": "*",
3596
                "phpunit/phpunit": "~4.4"
3597
            },
3598
            "type": "library",
3599
            "extra": {
3600
                "branch-alias": {
3601
                    "dev-master": "1.3.x-dev"
3602
                }
3603
            },
3604
            "autoload": {
3605
                "classmap": [
3606
                    "src/"
3607
                ]
3608
            },
3609
            "notification-url": "https://packagist.org/downloads/",
3610
            "license": [
3611
                "BSD-3-Clause"
3612
            ],
3613
            "authors": [
3614
                {
3615
                    "name": "Jeff Welch",
3616
                    "email": "[email protected]"
3617
                },
3618
                {
3619
                    "name": "Volker Dusch",
3620
                    "email": "[email protected]"
3621
                },
3622
                {
3623
                    "name": "Bernhard Schussek",
3624
                    "email": "[email protected]"
3625
                },
3626
                {
3627
                    "name": "Sebastian Bergmann",
3628
                    "email": "[email protected]"
3629
                },
3630
                {
3631
                    "name": "Adam Harvey",
3632
                    "email": "[email protected]"
3633
                }
3634
            ],
3635
            "description": "Provides the functionality to export PHP variables for visualization",
3636
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3637
            "keywords": [
3638
                "export",
3639
                "exporter"
3640
            ],
3641
            "time": "2015-08-09 04:23:41"
3642
        },
3643
        {
3644
            "name": "sebastian/finder-facade",
3645
            "version": "1.2.0",
3646
            "source": {
3647
                "type": "git",
3648
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
3649
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b"
3650
            },
3651
            "dist": {
3652
                "type": "zip",
3653
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/a520dcc3dd39160eea480daa3426f4fd419a327b",
3654
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b",
3655
                "shasum": ""
3656
            },
3657
            "require": {
3658
                "symfony/finder": "~2.3",
3659
                "theseer/fdomdocument": "~1.3"
3660
            },
3661
            "type": "library",
3662
            "autoload": {
3663
                "classmap": [
3664
                    "src/"
3665
                ]
3666
            },
3667
            "notification-url": "https://packagist.org/downloads/",
3668
            "license": [
3669
                "BSD-3-Clause"
3670
            ],
3671
            "authors": [
3672
                {
3673
                    "name": "Sebastian Bergmann",
3674
                    "email": "[email protected]",
3675
                    "role": "lead"
3676
                }
3677
            ],
3678
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
3679
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
3680
            "time": "2015-06-04 08:11:58"
3681
        },
3682
        {
3683
            "name": "sebastian/git",
3684
            "version": "dev-master",
3685
            "source": {
3686
                "type": "git",
3687
                "url": "https://github.com/sebastianbergmann/git.git",
3688
                "reference": "27de483134bab3db7663cd400e145b58f9edd8ec"
3689
            },
3690
            "dist": {
3691
                "type": "zip",
3692
                "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/27de483134bab3db7663cd400e145b58f9edd8ec",
3693
                "reference": "27de483134bab3db7663cd400e145b58f9edd8ec",
3694
                "shasum": ""
3695
            },
3696
            "require": {
3697
                "php": ">=5.3.3"
3698
            },
3699
            "type": "library",
3700
            "extra": {
3701
                "branch-alias": {
3702
                    "dev-master": "2.0-dev"
3703
                }
3704
            },
3705
            "autoload": {
3706
                "classmap": [
3707
                    "src/"
3708
                ]
3709
            },
3710
            "notification-url": "https://packagist.org/downloads/",
3711
            "license": [
3712
                "BSD-3-Clause"
3713
            ],
3714
            "authors": [
3715
                {
3716
                    "name": "Sebastian Bergmann",
3717
                    "email": "[email protected]"
3718
                }
3719
            ],
3720
            "description": "Simple wrapper for Git",
3721
            "homepage": "http://www.github.com/sebastianbergmann/git",
3722
            "keywords": [
3723
                "git"
3724
            ],
3725
            "time": "2015-06-30 05:13:18"
3726
        },
3727
        {
3728
            "name": "sebastian/global-state",
3729
            "version": "dev-master",
3730
            "source": {
3731
                "type": "git",
3732
                "url": "https://github.com/sebastianbergmann/global-state.git",
3733
                "reference": "23af31f402993cfd94e99cbc4b782e9a78eb0e97"
3734
            },
3735
            "dist": {
3736
                "type": "zip",
3737
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23af31f402993cfd94e99cbc4b782e9a78eb0e97",
3738
                "reference": "23af31f402993cfd94e99cbc4b782e9a78eb0e97",
3739
                "shasum": ""
3740
            },
3741
            "require": {
3742
                "php": ">=5.3.3"
3743
            },
3744
            "require-dev": {
3745
                "phpunit/phpunit": "~4.2"
3746
            },
3747
            "suggest": {
3748
                "ext-uopz": "*"
3749
            },
3750
            "type": "library",
3751
            "extra": {
3752
                "branch-alias": {
3753
                    "dev-master": "1.0-dev"
3754
                }
3755
            },
3756
            "autoload": {
3757
                "classmap": [
3758
                    "src/"
3759
                ]
3760
            },
3761
            "notification-url": "https://packagist.org/downloads/",
3762
            "license": [
3763
                "BSD-3-Clause"
3764
            ],
3765
            "authors": [
3766
                {
3767
                    "name": "Sebastian Bergmann",
3768
                    "email": "[email protected]"
3769
                }
3770
            ],
3771
            "description": "Snapshotting of global state",
3772
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3773
            "keywords": [
3774
                "global state"
3775
            ],
3776
            "time": "2015-06-21 15:11:22"
3777
        },
3778
        {
3779
            "name": "sebastian/phpcpd",
3780
            "version": "dev-master",
3781
            "source": {
3782
                "type": "git",
3783
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
3784
                "reference": "51cf0bfc9a579250746db94befa282c697a983a6"
3785
            },
3786
            "dist": {
3787
                "type": "zip",
3788
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/51cf0bfc9a579250746db94befa282c697a983a6",
3789
                "reference": "51cf0bfc9a579250746db94befa282c697a983a6",
3790
                "shasum": ""
3791
            },
3792
            "require": {
3793
                "php": ">=5.3.3",
3794
                "phpunit/php-timer": ">=1.0.6",
3795
                "sebastian/finder-facade": "~1.1",
3796
                "sebastian/version": "~1.0",
3797
                "symfony/console": "~2.2",
3798
                "theseer/fdomdocument": "~1.4"
3799
            },
3800
            "bin": [
3801
                "phpcpd"
3802
            ],
3803
            "type": "library",
3804
            "extra": {
3805
                "branch-alias": {
3806
                    "dev-master": "2.0-dev"
3807
                }
3808
            },
3809
            "autoload": {
3810
                "classmap": [
3811
                    "src/"
3812
                ]
3813
            },
3814
            "notification-url": "https://packagist.org/downloads/",
3815
            "license": [
3816
                "BSD-3-Clause"
3817
            ],
3818
            "authors": [
3819
                {
3820
                    "name": "Sebastian Bergmann",
3821
                    "email": "[email protected]",
3822
                    "role": "lead"
3823
                }
3824
            ],
3825
            "description": "Copy/Paste Detector (CPD) for PHP code.",
3826
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
3827
            "time": "2015-06-21 07:58:36"
3828
        },
3829
        {
3830
            "name": "sebastian/recursion-context",
3831
            "version": "dev-master",
3832
            "source": {
3833
                "type": "git",
3834
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3835
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
3836
            },
3837
            "dist": {
3838
                "type": "zip",
3839
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
3840
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
3841
                "shasum": ""
3842
            },
3843
            "require": {
3844
                "php": ">=5.3.3"
3845
            },
3846
            "require-dev": {
3847
                "phpunit/phpunit": "~4.4"
3848
            },
3849
            "type": "library",
3850
            "extra": {
3851
                "branch-alias": {
3852
                    "dev-master": "1.0.x-dev"
3853
                }
3854
            },
3855
            "autoload": {
3856
                "classmap": [
3857
                    "src/"
3858
                ]
3859
            },
3860
            "notification-url": "https://packagist.org/downloads/",
3861
            "license": [
3862
                "BSD-3-Clause"
3863
            ],
3864
            "authors": [
3865
                {
3866
                    "name": "Jeff Welch",
3867
                    "email": "[email protected]"
3868
                },
3869
                {
3870
                    "name": "Sebastian Bergmann",
3871
                    "email": "[email protected]"
3872
                },
3873
                {
3874
                    "name": "Adam Harvey",
3875
                    "email": "[email protected]"
3876
                }
3877
            ],
3878
            "description": "Provides functionality to recursively process PHP variables",
3879
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3880
            "time": "2015-06-21 08:04:50"
3881
        },
3882
        {
3883
            "name": "sebastian/version",
3884
            "version": "1.0.6",
3885
            "source": {
3886
                "type": "git",
3887
                "url": "https://github.com/sebastianbergmann/version.git",
3888
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3889
            },
3890
            "dist": {
3891
                "type": "zip",
3892
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3893
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3894
                "shasum": ""
3895
            },
3896
            "type": "library",
3897
            "autoload": {
3898
                "classmap": [
3899
                    "src/"
3900
                ]
3901
            },
3902
            "notification-url": "https://packagist.org/downloads/",
3903
            "license": [
3904
                "BSD-3-Clause"
3905
            ],
3906
            "authors": [
3907
                {
3908
                    "name": "Sebastian Bergmann",
3909
                    "email": "[email protected]",
3910
                    "role": "lead"
3911
                }
3912
            ],
3913
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3914
            "homepage": "https://github.com/sebastianbergmann/version",
3915
            "time": "2015-06-21 13:59:46"
3916
        },
3917
        {
3918
            "name": "squizlabs/php_codesniffer",
3919
            "version": "2.3.4",
3920
            "source": {
3921
                "type": "git",
3922
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3923
                "reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2"
3924
            },
3925
            "dist": {
3926
                "type": "zip",
3927
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
3928
                "reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
3929
                "shasum": ""
3930
            },
3931
            "require": {
3932
                "ext-tokenizer": "*",
3933
                "ext-xmlwriter": "*",
3934
                "php": ">=5.1.2"
3935
            },
3936
            "bin": [
3937
                "scripts/phpcs",
3938
                "scripts/phpcbf"
3939
            ],
3940
            "type": "library",
3941
            "extra": {
3942
                "branch-alias": {
3943
                    "dev-master": "2.0.x-dev"
3944
                }
3945
            },
3946
            "autoload": {
3947
                "classmap": [
3948
                    "CodeSniffer.php",
3949
                    "CodeSniffer/CLI.php",
3950
                    "CodeSniffer/Exception.php",
3951
                    "CodeSniffer/File.php",
3952
                    "CodeSniffer/Fixer.php",
3953
                    "CodeSniffer/Report.php",
3954
                    "CodeSniffer/Reporting.php",
3955
                    "CodeSniffer/Sniff.php",
3956
                    "CodeSniffer/Tokens.php",
3957
                    "CodeSniffer/Reports/",
3958
                    "CodeSniffer/Tokenizers/",
3959
                    "CodeSniffer/DocGenerators/",
3960
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3961
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3962
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3963
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3964
                    "CodeSniffer/Standards/Generic/Sniffs/",
3965
                    "CodeSniffer/Standards/MySource/Sniffs/",
3966
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3967
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3968
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3969
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3970
                    "CodeSniffer/Standards/Zend/Sniffs/"
3971
                ]
3972
            },
3973
            "notification-url": "https://packagist.org/downloads/",
3974
            "license": [
3975
                "BSD-3-Clause"
3976
            ],
3977
            "authors": [
3978
                {
3979
                    "name": "Greg Sherwood",
3980
                    "role": "lead"
3981
                }
3982
            ],
3983
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3984
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3985
            "keywords": [
3986
                "phpcs",
3987
                "standards"
3988
            ],
3989
            "time": "2015-09-09 00:18:50"
3990
        },
3991
        {
3992
            "name": "symfony/browser-kit",
3993
            "version": "2.8.x-dev",
3994
            "source": {
3995
                "type": "git",
3996
                "url": "https://github.com/symfony/BrowserKit.git",
3997
                "reference": "4dbd336331f5e7ba7a6f9e4f9f608b89093f49b3"
3998
            },
3999
            "dist": {
4000
                "type": "zip",
4001
                "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/4dbd336331f5e7ba7a6f9e4f9f608b89093f49b3",
4002
                "reference": "4dbd336331f5e7ba7a6f9e4f9f608b89093f49b3",
4003
                "shasum": ""
4004
            },
4005
            "require": {
4006
                "php": ">=5.3.9",
4007
                "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0"
4008
            },
4009
            "require-dev": {
4010
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
4011
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
4012
                "symfony/process": "~2.0,>=2.0.5|~3.0.0"
4013
            },
4014
            "suggest": {
4015
                "symfony/process": ""
4016
            },
4017
            "type": "library",
4018
            "extra": {
4019
                "branch-alias": {
4020
                    "dev-master": "2.8-dev"
4021
                }
4022
            },
4023
            "autoload": {
4024
                "psr-4": {
4025
                    "Symfony\\Component\\BrowserKit\\": ""
4026
                }
4027
            },
4028
            "notification-url": "https://packagist.org/downloads/",
4029
            "license": [
4030
                "MIT"
4031
            ],
4032
            "authors": [
4033
                {
4034
                    "name": "Fabien Potencier",
4035
                    "email": "[email protected]"
4036
                },
4037
                {
4038
                    "name": "Symfony Community",
4039
                    "homepage": "https://symfony.com/contributors"
4040
                }
4041
            ],
4042
            "description": "Symfony BrowserKit Component",
4043
            "homepage": "https://symfony.com",
4044
            "time": "2015-09-06 08:37:06"
4045
        },
4046
        {
4047
            "name": "symfony/dependency-injection",
4048
            "version": "dev-master",
4049
            "source": {
4050
                "type": "git",
4051
                "url": "https://github.com/symfony/DependencyInjection.git",
4052
                "reference": "511ea9b8dfbfa09e4b6c8dcd870f4c3e080d592e"
4053
            },
4054
            "dist": {
4055
                "type": "zip",
4056
                "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/511ea9b8dfbfa09e4b6c8dcd870f4c3e080d592e",
4057
                "reference": "511ea9b8dfbfa09e4b6c8dcd870f4c3e080d592e",
4058
                "shasum": ""
4059
            },
4060
            "require": {
4061
                "php": ">=5.5.9"
4062
            },
4063
            "require-dev": {
4064
                "symfony/config": "~2.8|~3.0",
4065
                "symfony/expression-language": "~2.8|~3.0",
4066
                "symfony/phpunit-bridge": "~2.8|~3.0",
4067
                "symfony/yaml": "~2.8|~3.0"
4068
            },
4069
            "suggest": {
4070
                "symfony/config": "",
4071
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
4072
                "symfony/yaml": ""
4073
            },
4074
            "type": "library",
4075
            "extra": {
4076
                "branch-alias": {
4077
                    "dev-master": "3.0-dev"
4078
                }
4079
            },
4080
            "autoload": {
4081
                "psr-4": {
4082
                    "Symfony\\Component\\DependencyInjection\\": ""
4083
                }
4084
            },
4085
            "notification-url": "https://packagist.org/downloads/",
4086
            "license": [
4087
                "MIT"
4088
            ],
4089
            "authors": [
4090
                {
4091
                    "name": "Fabien Potencier",
4092
                    "email": "[email protected]"
4093
                },
4094
                {
4095
                    "name": "Symfony Community",
4096
                    "homepage": "https://symfony.com/contributors"
4097
                }
4098
            ],
4099
            "description": "Symfony DependencyInjection Component",
4100
            "homepage": "https://symfony.com",
4101
            "time": "2015-09-14 14:15:24"
4102
        },
4103
        {
4104
            "name": "symfony/dom-crawler",
4105
            "version": "dev-master",
4106
            "source": {
4107
                "type": "git",
4108
                "url": "https://github.com/symfony/DomCrawler.git",
4109
                "reference": "264817ee7aa61fb0b49a8bb209e9f83c03bf37e0"
4110
            },
4111
            "dist": {
4112
                "type": "zip",
4113
                "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/264817ee7aa61fb0b49a8bb209e9f83c03bf37e0",
4114
                "reference": "264817ee7aa61fb0b49a8bb209e9f83c03bf37e0",
4115
                "shasum": ""
4116
            },
4117
            "require": {
4118
                "php": ">=5.5.9"
4119
            },
4120
            "require-dev": {
4121
                "symfony/css-selector": "~2.8|~3.0",
4122
                "symfony/phpunit-bridge": "~2.8|~3.0"
4123
            },
4124
            "suggest": {
4125
                "symfony/css-selector": ""
4126
            },
4127
            "type": "library",
4128
            "extra": {
4129
                "branch-alias": {
4130
                    "dev-master": "3.0-dev"
4131
                }
4132
            },
4133
            "autoload": {
4134
                "psr-4": {
4135
                    "Symfony\\Component\\DomCrawler\\": ""
4136
                }
4137
            },
4138
            "notification-url": "https://packagist.org/downloads/",
4139
            "license": [
4140
                "MIT"
4141
            ],
4142
            "authors": [
4143
                {
4144
                    "name": "Fabien Potencier",
4145
                    "email": "[email protected]"
4146
                },
4147
                {
4148
                    "name": "Symfony Community",
4149
                    "homepage": "https://symfony.com/contributors"
4150
                }
4151
            ],
4152
            "description": "Symfony DomCrawler Component",
4153
            "homepage": "https://symfony.com",
4154
            "time": "2015-09-14 14:15:24"
4155
        },
4156
        {
4157
            "name": "symfony/finder",
4158
            "version": "2.8.x-dev",
4159
            "source": {
4160
                "type": "git",
4161
                "url": "https://github.com/symfony/Finder.git",
4162
                "reference": "142440d48e10fd4b4f2ffb2d72fa0aad6f03cacf"
4163
            },
4164
            "dist": {
4165
                "type": "zip",
4166
                "url": "https://api.github.com/repos/symfony/Finder/zipball/142440d48e10fd4b4f2ffb2d72fa0aad6f03cacf",
4167
                "reference": "142440d48e10fd4b4f2ffb2d72fa0aad6f03cacf",
4168
                "shasum": ""
4169
            },
4170
            "require": {
4171
                "php": ">=5.3.9"
4172
            },
4173
            "require-dev": {
4174
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
4175
            },
4176
            "type": "library",
4177
            "extra": {
4178
                "branch-alias": {
4179
                    "dev-master": "2.8-dev"
4180
                }
4181
            },
4182
            "autoload": {
4183
                "psr-4": {
4184
                    "Symfony\\Component\\Finder\\": ""
4185
                }
4186
            },
4187
            "notification-url": "https://packagist.org/downloads/",
4188
            "license": [
4189
                "MIT"
4190
            ],
4191
            "authors": [
4192
                {
4193
                    "name": "Fabien Potencier",
4194
                    "email": "[email protected]"
4195
                },
4196
                {
4197
                    "name": "Symfony Community",
4198
                    "homepage": "https://symfony.com/contributors"
4199
                }
4200
            ],
4201
            "description": "Symfony Finder Component",
4202
            "homepage": "https://symfony.com",
4203
            "time": "2015-08-27 06:53:13"
4204
        },
4205
        {
4206
            "name": "symfony/process",
4207
            "version": "v2.7.4",
4208
            "source": {
4209
                "type": "git",
4210
                "url": "https://github.com/symfony/Process.git",
4211
                "reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e"
4212
            },
4213
            "dist": {
4214
                "type": "zip",
4215
                "url": "https://api.github.com/repos/symfony/Process/zipball/f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
4216
                "reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
4217
                "shasum": ""
4218
            },
4219
            "require": {
4220
                "php": ">=5.3.9"
4221
            },
4222
            "require-dev": {
4223
                "symfony/phpunit-bridge": "~2.7"
4224
            },
4225
            "type": "library",
4226
            "extra": {
4227
                "branch-alias": {
4228
                    "dev-master": "2.7-dev"
4229
                }
4230
            },
4231
            "autoload": {
4232
                "psr-4": {
4233
                    "Symfony\\Component\\Process\\": ""
4234
                }
4235
            },
4236
            "notification-url": "https://packagist.org/downloads/",
4237
            "license": [
4238
                "MIT"
4239
            ],
4240
            "authors": [
4241
                {
4242
                    "name": "Fabien Potencier",
4243
                    "email": "[email protected]"
4244
                },
4245
                {
4246
                    "name": "Symfony Community",
4247
                    "homepage": "https://symfony.com/contributors"
4248
                }
4249
            ],
4250
            "description": "Symfony Process Component",
4251
            "homepage": "https://symfony.com",
4252
            "time": "2015-08-27 06:45:45"
4253
        },
4254
        {
4255
            "name": "symfony/stopwatch",
4256
            "version": "2.8.x-dev",
4257
            "source": {
4258
                "type": "git",
4259
                "url": "https://github.com/symfony/Stopwatch.git",
4260
                "reference": "9eb95ce869cf480c0dc3a1891ae70037d50b43ce"
4261
            },
4262
            "dist": {
4263
                "type": "zip",
4264
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/9eb95ce869cf480c0dc3a1891ae70037d50b43ce",
4265
                "reference": "9eb95ce869cf480c0dc3a1891ae70037d50b43ce",
4266
                "shasum": ""
4267
            },
4268
            "require": {
4269
                "php": ">=5.3.9"
4270
            },
4271
            "require-dev": {
4272
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
4273
            },
4274
            "type": "library",
4275
            "extra": {
4276
                "branch-alias": {
4277
                    "dev-master": "2.8-dev"
4278
                }
4279
            },
4280
            "autoload": {
4281
                "psr-4": {
4282
                    "Symfony\\Component\\Stopwatch\\": ""
4283
                }
4284
            },
4285
            "notification-url": "https://packagist.org/downloads/",
4286
            "license": [
4287
                "MIT"
4288
            ],
4289
            "authors": [
4290
                {
4291
                    "name": "Fabien Potencier",
4292
                    "email": "[email protected]"
4293
                },
4294
                {
4295
                    "name": "Symfony Community",
4296
                    "homepage": "https://symfony.com/contributors"
4297
                }
4298
            ],
4299
            "description": "Symfony Stopwatch Component",
4300
            "homepage": "https://symfony.com",
4301
            "time": "2015-09-14 14:15:17"
4302
        },
4303
        {
4304
            "name": "theseer/directoryscanner",
4305
            "version": "dev-master",
4306
            "source": {
4307
                "type": "git",
4308
                "url": "https://github.com/theseer/DirectoryScanner.git",
4309
                "reference": "549aa9fdbc47d50365db42d9ade35fdef65f854c"
4310
            },
4311
            "dist": {
4312
                "type": "zip",
4313
                "url": "https://api.github.com/repos/theseer/DirectoryScanner/zipball/549aa9fdbc47d50365db42d9ade35fdef65f854c",
4314
                "reference": "549aa9fdbc47d50365db42d9ade35fdef65f854c",
4315
                "shasum": ""
4316
            },
4317
            "require": {
4318
                "php": ">=5.3.1"
4319
            },
4320
            "type": "library",
4321
            "extra": {
4322
                "branch-alias": {
4323
                    "dev-master": "1.0.x-dev"
4324
                }
4325
            },
4326
            "autoload": {
4327
                "classmap": [
4328
                    "src/"
4329
                ]
4330
            },
4331
            "notification-url": "https://packagist.org/downloads/",
4332
            "license": [
4333
                "BSD-2-Clause"
4334
            ],
4335
            "authors": [
4336
                {
4337
                    "name": "Arne Blankerts",
4338
                    "email": "[email protected]",
4339
                    "role": "Developer"
4340
                }
4341
            ],
4342
            "description": "A recursive directory scanner and filter",
4343
            "time": "2015-03-24 21:28:20"
4344
        },
4345
        {
4346
            "name": "theseer/fdomdocument",
4347
            "version": "1.6.1",
4348
            "source": {
4349
                "type": "git",
4350
                "url": "https://github.com/theseer/fDOMDocument.git",
4351
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4352
            },
4353
            "dist": {
4354
                "type": "zip",
4355
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4356
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4357
                "shasum": ""
4358
            },
4359
            "require": {
4360
                "ext-dom": "*",
4361
                "lib-libxml": "*",
4362
                "php": ">=5.3.3"
4363
            },
4364
            "type": "library",
4365
            "autoload": {
4366
                "classmap": [
4367
                    "src/"
4368
                ]
4369
            },
4370
            "notification-url": "https://packagist.org/downloads/",
4371
            "license": [
4372
                "BSD-3-Clause"
4373
            ],
4374
            "authors": [
4375
                {
4376
                    "name": "Arne Blankerts",
4377
                    "email": "[email protected]",
4378
                    "role": "lead"
4379
                }
4380
            ],
4381
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
4382
            "homepage": "https://github.com/theseer/fDOMDocument",
4383
            "time": "2015-05-27 22:58:02"
4384
        },
4385
        {
4386
            "name": "theseer/fxsl",
4387
            "version": "dev-master",
4388
            "source": {
4389
                "type": "git",
4390
                "url": "https://github.com/theseer/fXSL.git",
4391
                "reference": "a9246376c713156e55c080782d4104bb07d4b899"
4392
            },
4393
            "dist": {
4394
                "type": "zip",
4395
                "url": "https://api.github.com/repos/theseer/fXSL/zipball/a9246376c713156e55c080782d4104bb07d4b899",
4396
                "reference": "a9246376c713156e55c080782d4104bb07d4b899",
4397
                "shasum": ""
4398
            },
4399
            "require": {
4400
                "ext-dom": "*",
4401
                "ext-libxml": "*",
4402
                "ext-xsl": "*",
4403
                "php": ">=5.3.3"
4404
            },
4405
            "type": "library",
4406
            "extra": {
4407
                "branch-alias": {
4408
                    "dev-master": "1.0.x-dev"
4409
                }
4410
            },
4411
            "autoload": {
4412
                "classmap": [
4413
                    "src/"
4414
                ]
4415
            },
4416
            "notification-url": "https://packagist.org/downloads/",
4417
            "license": [
4418
                "BSD-2-Clause"
4419
            ],
4420
            "authors": [
4421
                {
4422
                    "name": "Arne Blankerts",
4423
                    "email": "[email protected]",
4424
                    "role": "Developer"
4425
                }
4426
            ],
4427
            "description": "An XSL wrapper / extension to the PHP 5.x XSLTProcessor with Exception and extended Callback support",
4428
            "time": "2014-11-27 20:08:52"
4429
        },
4430
        {
4431
            "name": "theseer/phpdox",
4432
            "version": "dev-master",
4433
            "source": {
4434
                "type": "git",
4435
                "url": "https://github.com/theseer/phpdox.git",
4436
                "reference": "3b2fee8a80df20af949225e067e9f81d182f3181"
4437
            },
4438
            "dist": {
4439
                "type": "zip",
4440
                "url": "https://api.github.com/repos/theseer/phpdox/zipball/3b2fee8a80df20af949225e067e9f81d182f3181",
4441
                "reference": "3b2fee8a80df20af949225e067e9f81d182f3181",
4442
                "shasum": ""
4443
            },
4444
            "require": {
4445
                "ext-dom": "*",
4446
                "ext-fileinfo": "*",
4447
                "ext-iconv": "*",
4448
                "ext-mbstring": "*",
4449
                "ext-tokenizer": "*",
4450
                "ext-xsl": "*",
4451
                "nikic/php-parser": "=1.3.0",
4452
                "php": ">=5.3.3",
4453
                "phpunit/php-timer": ">=1.0.6",
4454
                "theseer/directoryscanner": ">=1.3.0",
4455
                "theseer/fdomdocument": ">=1.6.1",
4456
                "theseer/fxsl": ">=1.1"
4457
            },
4458
            "bin": [
4459
                "phpdox"
4460
            ],
4461
            "type": "library",
4462
            "autoload": {
4463
                "classmap": [
4464
                    "src/"
4465
                ]
4466
            },
4467
            "notification-url": "https://packagist.org/downloads/",
4468
            "license": [
4469
                "BSD-3-Clause"
4470
            ],
4471
            "authors": [
4472
                {
4473
                    "name": "Arne Blankerts",
4474
                    "email": "[email protected]",
4475
                    "role": "Developer"
4476
                }
4477
            ],
4478
            "description": "A fast Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT) with event based processing",
4479
            "time": "2015-08-02 17:28:22"
4480
        }
4481
    ],
4482
    "aliases": [],
4483
    "minimum-stability": "dev",
4484
    "stability-flags": {
4485
        "dflydev/psr0-resource-locator-composer": 20,
4486
        "dflydev/psr0-resource-locator-service-provider": 20,
4487
        "dflydev/psr0-resource-locator-composer-service-provider": 20,
4488
        "doctrine/migrations": 20,
4489
        "useallfive/doctrine-data-fixtures-command": 20,
4490
        "knplabs/console-service-provider": 20,
4491
        "mrprompt/silex-di-container-provider": 20,
4492
        "mrprompt/silex-cors-provider": 20,
4493
        "mrprompt/silex-hmac-provider": 20,
4494
        "mockery/mockery": 20,
4495
        "phpmd/phpmd": 0,
4496
        "theseer/phpdox": 20,
4497
        "fabpot/php-cs-fixer": 0,
4498
        "symfony/console": 0,
4499
        "symfony/process": 0
4500
    },
4501
    "prefer-stable": false,
4502
    "prefer-lowest": false,
4503
    "platform": {
4504
        "php": ">=5.6",
4505
        "ext-pdo": "*",
4506
        "ext-json": "*",
4507
        "ext-intl": "*"
4508
    },
4509
    "platform-dev": []
4510
}
4511