Completed
Push — update-deps ( e8b55d...8d7227 )
by Michael
03:38 queued 01:48
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
    "content-hash": "9187f9e294d57ca608542f8abf7829c3",
8
    "packages": [
9
        {
10
            "name": "acelaya/zf2-acmailer",
11
            "version": "v4.5.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/acelaya/ZF2-AcMailer.git",
15
                "reference": "aeb636f903406571230f36ae915e78460fd09742"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/acelaya/ZF2-AcMailer/zipball/aeb636f903406571230f36ae915e78460fd09742",
20
                "reference": "aeb636f903406571230f36ae915e78460fd09742",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.23",
25
                "zendframework/zend-eventmanager": "~2.2",
26
                "zendframework/zend-loader": "~2.2",
27
                "zendframework/zend-mail": "~2.2",
28
                "zendframework/zend-mime": "~2.2",
29
                "zendframework/zend-modulemanager": "~2.2",
30
                "zendframework/zend-mvc": "~2.2",
31
                "zendframework/zend-servicemanager": "~2.2",
32
                "zendframework/zend-stdlib": "~2.2",
33
                "zendframework/zend-view": "~2.2"
34
            },
35
            "require-dev": {
36
                "phpunit/phpunit": "~4.0",
37
                "squizlabs/php_codesniffer": "~1.0",
38
                "zendframework/zendframework": "~2.2"
39
            },
40
            "type": "library",
41
            "autoload": {
42
                "psr-4": {
43
                    "AcMailer\\": "src/"
44
                }
45
            },
46
            "notification-url": "https://packagist.org/downloads/",
47
            "license": [
48
                "BSD"
49
            ],
50
            "authors": [
51
                {
52
                    "name": "Alejandro Celaya Alastrué",
53
                    "email": "[email protected]",
54
                    "homepage": "http://www.alejandrocelaya.com",
55
                    "role": "Developer"
56
                }
57
            ],
58
            "description": "Mail sending module for Zend Framework 2",
59
            "homepage": "https://github.com/acelaya/ZF2-AcMailer",
60
            "keywords": [
61
                "mail",
62
                "module",
63
                "php",
64
                "zend",
65
                "zf2"
66
            ],
67
            "time": "2015-05-16T16:53:43+00:00"
68
        },
69
        {
70
            "name": "beberlei/DoctrineExtensions",
71
            "version": "v0.2-alpha",
72
            "source": {
73
                "type": "git",
74
                "url": "https://github.com/beberlei/DoctrineExtensions.git",
75
                "reference": "5e4ec9c3ec3434151e1c73144b4ab87ae30aefbc"
76
            },
77
            "dist": {
78
                "type": "zip",
79
                "url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/5e4ec9c3ec3434151e1c73144b4ab87ae30aefbc",
80
                "reference": "5e4ec9c3ec3434151e1c73144b4ab87ae30aefbc",
81
                "shasum": ""
82
            },
83
            "require": {
84
                "doctrine/orm": "*"
85
            },
86
            "type": "library",
87
            "autoload": {
88
                "psr-0": {
89
                    "DoctrineExtensions": "lib/"
90
                }
91
            },
92
            "notification-url": "https://packagist.org/downloads/",
93
            "time": "2013-12-20T22:02:19+00:00"
94
        },
95
        {
96
            "name": "doctrine/annotations",
97
            "version": "v1.3.0",
98
            "source": {
99
                "type": "git",
100
                "url": "https://github.com/doctrine/annotations.git",
101
                "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5"
102
            },
103
            "dist": {
104
                "type": "zip",
105
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
106
                "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
107
                "shasum": ""
108
            },
109
            "require": {
110
                "doctrine/lexer": "1.*",
111
                "php": "^5.6 || ^7.0"
112
            },
113
            "require-dev": {
114
                "doctrine/cache": "1.*",
115
                "phpunit/phpunit": "^5.6.1"
116
            },
117
            "type": "library",
118
            "extra": {
119
                "branch-alias": {
120
                    "dev-master": "1.4.x-dev"
121
                }
122
            },
123
            "autoload": {
124
                "psr-4": {
125
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
126
                }
127
            },
128
            "notification-url": "https://packagist.org/downloads/",
129
            "license": [
130
                "MIT"
131
            ],
132
            "authors": [
133
                {
134
                    "name": "Roman Borschel",
135
                    "email": "[email protected]"
136
                },
137
                {
138
                    "name": "Benjamin Eberlei",
139
                    "email": "[email protected]"
140
                },
141
                {
142
                    "name": "Guilherme Blanco",
143
                    "email": "[email protected]"
144
                },
145
                {
146
                    "name": "Jonathan Wage",
147
                    "email": "[email protected]"
148
                },
149
                {
150
                    "name": "Johannes Schmitt",
151
                    "email": "[email protected]"
152
                }
153
            ],
154
            "description": "Docblock Annotations Parser",
155
            "homepage": "http://www.doctrine-project.org",
156
            "keywords": [
157
                "annotations",
158
                "docblock",
159
                "parser"
160
            ],
161
            "time": "2016-10-24T11:45:47+00:00"
162
        },
163
        {
164
            "name": "doctrine/cache",
165
            "version": "v1.6.1",
166
            "source": {
167
                "type": "git",
168
                "url": "https://github.com/doctrine/cache.git",
169
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
170
            },
171
            "dist": {
172
                "type": "zip",
173
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
174
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
175
                "shasum": ""
176
            },
177
            "require": {
178
                "php": "~5.5|~7.0"
179
            },
180
            "conflict": {
181
                "doctrine/common": ">2.2,<2.4"
182
            },
183
            "require-dev": {
184
                "phpunit/phpunit": "~4.8|~5.0",
185
                "predis/predis": "~1.0",
186
                "satooshi/php-coveralls": "~0.6"
187
            },
188
            "type": "library",
189
            "extra": {
190
                "branch-alias": {
191
                    "dev-master": "1.6.x-dev"
192
                }
193
            },
194
            "autoload": {
195
                "psr-4": {
196
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
197
                }
198
            },
199
            "notification-url": "https://packagist.org/downloads/",
200
            "license": [
201
                "MIT"
202
            ],
203
            "authors": [
204
                {
205
                    "name": "Roman Borschel",
206
                    "email": "[email protected]"
207
                },
208
                {
209
                    "name": "Benjamin Eberlei",
210
                    "email": "[email protected]"
211
                },
212
                {
213
                    "name": "Guilherme Blanco",
214
                    "email": "[email protected]"
215
                },
216
                {
217
                    "name": "Jonathan Wage",
218
                    "email": "[email protected]"
219
                },
220
                {
221
                    "name": "Johannes Schmitt",
222
                    "email": "[email protected]"
223
                }
224
            ],
225
            "description": "Caching library offering an object-oriented API for many cache backends",
226
            "homepage": "http://www.doctrine-project.org",
227
            "keywords": [
228
                "cache",
229
                "caching"
230
            ],
231
            "time": "2016-10-29T11:16:17+00:00"
232
        },
233
        {
234
            "name": "doctrine/collections",
235
            "version": "v1.3.0",
236
            "source": {
237
                "type": "git",
238
                "url": "https://github.com/doctrine/collections.git",
239
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
240
            },
241
            "dist": {
242
                "type": "zip",
243
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
244
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
245
                "shasum": ""
246
            },
247
            "require": {
248
                "php": ">=5.3.2"
249
            },
250
            "require-dev": {
251
                "phpunit/phpunit": "~4.0"
252
            },
253
            "type": "library",
254
            "extra": {
255
                "branch-alias": {
256
                    "dev-master": "1.2.x-dev"
257
                }
258
            },
259
            "autoload": {
260
                "psr-0": {
261
                    "Doctrine\\Common\\Collections\\": "lib/"
262
                }
263
            },
264
            "notification-url": "https://packagist.org/downloads/",
265
            "license": [
266
                "MIT"
267
            ],
268
            "authors": [
269
                {
270
                    "name": "Roman Borschel",
271
                    "email": "[email protected]"
272
                },
273
                {
274
                    "name": "Benjamin Eberlei",
275
                    "email": "[email protected]"
276
                },
277
                {
278
                    "name": "Guilherme Blanco",
279
                    "email": "[email protected]"
280
                },
281
                {
282
                    "name": "Jonathan Wage",
283
                    "email": "[email protected]"
284
                },
285
                {
286
                    "name": "Johannes Schmitt",
287
                    "email": "[email protected]"
288
                }
289
            ],
290
            "description": "Collections Abstraction library",
291
            "homepage": "http://www.doctrine-project.org",
292
            "keywords": [
293
                "array",
294
                "collections",
295
                "iterator"
296
            ],
297
            "time": "2015-04-14T22:21:58+00:00"
298
        },
299
        {
300
            "name": "doctrine/common",
301
            "version": "v2.6.2",
302
            "source": {
303
                "type": "git",
304
                "url": "https://github.com/doctrine/common.git",
305
                "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3"
306
            },
307
            "dist": {
308
                "type": "zip",
309
                "url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
310
                "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
311
                "shasum": ""
312
            },
313
            "require": {
314
                "doctrine/annotations": "1.*",
315
                "doctrine/cache": "1.*",
316
                "doctrine/collections": "1.*",
317
                "doctrine/inflector": "1.*",
318
                "doctrine/lexer": "1.*",
319
                "php": "~5.5|~7.0"
320
            },
321
            "require-dev": {
322
                "phpunit/phpunit": "~4.8|~5.0"
323
            },
324
            "type": "library",
325
            "extra": {
326
                "branch-alias": {
327
                    "dev-master": "2.7.x-dev"
328
                }
329
            },
330
            "autoload": {
331
                "psr-4": {
332
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
333
                }
334
            },
335
            "notification-url": "https://packagist.org/downloads/",
336
            "license": [
337
                "MIT"
338
            ],
339
            "authors": [
340
                {
341
                    "name": "Roman Borschel",
342
                    "email": "[email protected]"
343
                },
344
                {
345
                    "name": "Benjamin Eberlei",
346
                    "email": "[email protected]"
347
                },
348
                {
349
                    "name": "Guilherme Blanco",
350
                    "email": "[email protected]"
351
                },
352
                {
353
                    "name": "Jonathan Wage",
354
                    "email": "[email protected]"
355
                },
356
                {
357
                    "name": "Johannes Schmitt",
358
                    "email": "[email protected]"
359
                }
360
            ],
361
            "description": "Common Library for Doctrine projects",
362
            "homepage": "http://www.doctrine-project.org",
363
            "keywords": [
364
                "annotations",
365
                "collections",
366
                "eventmanager",
367
                "persistence",
368
                "spl"
369
            ],
370
            "time": "2016-11-30T16:50:46+00:00"
371
        },
372
        {
373
            "name": "doctrine/data-fixtures",
374
            "version": "v1.0.2",
375
            "source": {
376
                "type": "git",
377
                "url": "https://github.com/doctrine/data-fixtures.git",
378
                "reference": "422952ccf7151c02bb5c01fadb305dce266a3b5f"
379
            },
380
            "dist": {
381
                "type": "zip",
382
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/422952ccf7151c02bb5c01fadb305dce266a3b5f",
383
                "reference": "422952ccf7151c02bb5c01fadb305dce266a3b5f",
384
                "shasum": ""
385
            },
386
            "require": {
387
                "doctrine/common": "~2.2",
388
                "php": ">=5.3.2"
389
            },
390
            "require-dev": {
391
                "doctrine/orm": "~2.2"
392
            },
393
            "suggest": {
394
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
395
                "doctrine/orm": "For loading ORM fixtures",
396
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
397
            },
398
            "type": "library",
399
            "extra": {
400
                "branch-alias": {
401
                    "dev-master": "1.0.x-dev"
402
                }
403
            },
404
            "autoload": {
405
                "psr-0": {
406
                    "Doctrine\\Common\\DataFixtures": "lib/"
407
                }
408
            },
409
            "notification-url": "https://packagist.org/downloads/",
410
            "license": [
411
                "MIT"
412
            ],
413
            "authors": [
414
                {
415
                    "name": "Jonathan Wage",
416
                    "email": "[email protected]"
417
                }
418
            ],
419
            "description": "Data Fixtures for all Doctrine Object Managers",
420
            "homepage": "http://www.doctrine-project.org",
421
            "keywords": [
422
                "database"
423
            ],
424
            "time": "2015-03-27T21:01:43+00:00"
425
        },
426
        {
427
            "name": "doctrine/dbal",
428
            "version": "v2.5.5",
429
            "source": {
430
                "type": "git",
431
                "url": "https://github.com/doctrine/dbal.git",
432
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
433
            },
434
            "dist": {
435
                "type": "zip",
436
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
437
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
438
                "shasum": ""
439
            },
440
            "require": {
441
                "doctrine/common": ">=2.4,<2.7-dev",
442
                "php": ">=5.3.2"
443
            },
444
            "require-dev": {
445
                "phpunit/phpunit": "4.*",
446
                "symfony/console": "2.*||^3.0"
447
            },
448
            "suggest": {
449
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
450
            },
451
            "bin": [
452
                "bin/doctrine-dbal"
453
            ],
454
            "type": "library",
455
            "extra": {
456
                "branch-alias": {
457
                    "dev-master": "2.5.x-dev"
458
                }
459
            },
460
            "autoload": {
461
                "psr-0": {
462
                    "Doctrine\\DBAL\\": "lib/"
463
                }
464
            },
465
            "notification-url": "https://packagist.org/downloads/",
466
            "license": [
467
                "MIT"
468
            ],
469
            "authors": [
470
                {
471
                    "name": "Roman Borschel",
472
                    "email": "[email protected]"
473
                },
474
                {
475
                    "name": "Benjamin Eberlei",
476
                    "email": "[email protected]"
477
                },
478
                {
479
                    "name": "Guilherme Blanco",
480
                    "email": "[email protected]"
481
                },
482
                {
483
                    "name": "Jonathan Wage",
484
                    "email": "[email protected]"
485
                }
486
            ],
487
            "description": "Database Abstraction Layer",
488
            "homepage": "http://www.doctrine-project.org",
489
            "keywords": [
490
                "database",
491
                "dbal",
492
                "persistence",
493
                "queryobject"
494
            ],
495
            "time": "2016-09-09T19:13:33+00:00"
496
        },
497
        {
498
            "name": "doctrine/doctrine-module",
499
            "version": "1.0.1",
500
            "source": {
501
                "type": "git",
502
                "url": "https://github.com/doctrine/DoctrineModule.git",
503
                "reference": "ade6c1667283e3d8131d40e79c427b8a8100e7d3"
504
            },
505
            "dist": {
506
                "type": "zip",
507
                "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/ade6c1667283e3d8131d40e79c427b8a8100e7d3",
508
                "reference": "ade6c1667283e3d8131d40e79c427b8a8100e7d3",
509
                "shasum": ""
510
            },
511
            "require": {
512
                "doctrine/cache": "~1.5",
513
                "doctrine/common": "~2.6",
514
                "php": "^5.5 || ^7.0",
515
                "symfony/console": "~2.3|~3.0",
516
                "zendframework/zend-authentication": "~2.3",
517
                "zendframework/zend-cache": "~2.3",
518
                "zendframework/zend-mvc": "~2.3",
519
                "zendframework/zend-paginator": "~2.3",
520
                "zendframework/zend-servicemanager": "~2.3",
521
                "zendframework/zend-stdlib": "~2.3",
522
                "zendframework/zend-validator": "~2.3"
523
            },
524
            "require-dev": {
525
                "doctrine/coding-standard": "dev-master",
526
                "phpunit/phpunit": "~4.0",
527
                "zendframework/zendframework": "~2.3"
528
            },
529
            "suggest": {
530
                "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments"
531
            },
532
            "bin": [
533
                "bin/doctrine-module"
534
            ],
535
            "type": "library",
536
            "autoload": {
537
                "psr-0": {
538
                    "DoctrineModule\\": "src/"
539
                }
540
            },
541
            "notification-url": "https://packagist.org/downloads/",
542
            "license": [
543
                "MIT"
544
            ],
545
            "authors": [
546
                {
547
                    "name": "Kyle Spraggs",
548
                    "email": "[email protected]",
549
                    "homepage": "http://www.spiffyjr.me/"
550
                },
551
                {
552
                    "name": "Guilherme Blanco",
553
                    "email": "[email protected]"
554
                },
555
                {
556
                    "name": "Michaël Gallego",
557
                    "email": "[email protected]",
558
                    "homepage": "http://www.michaelgallego.fr"
559
                },
560
                {
561
                    "name": "Marco Pivetta",
562
                    "email": "[email protected]",
563
                    "homepage": "http://marco-pivetta.com/"
564
                }
565
            ],
566
            "description": "Zend Framework 2 Module that provides Doctrine basic functionality required for ORM and ODM modules",
567
            "homepage": "http://www.doctrine-project.org/",
568
            "keywords": [
569
                "doctrine",
570
                "module",
571
                "zf2"
572
            ],
573
            "time": "2016-03-21T22:50:01+00:00"
574
        },
575
        {
576
            "name": "doctrine/doctrine-orm-module",
577
            "version": "0.10.0",
578
            "source": {
579
                "type": "git",
580
                "url": "https://github.com/doctrine/DoctrineORMModule.git",
581
                "reference": "50808eb795d00aac6a551023b1bb379de054f9b5"
582
            },
583
            "dist": {
584
                "type": "zip",
585
                "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/50808eb795d00aac6a551023b1bb379de054f9b5",
586
                "reference": "50808eb795d00aac6a551023b1bb379de054f9b5",
587
                "shasum": ""
588
            },
589
            "require": {
590
                "doctrine/dbal": ">=2.4,<2.7",
591
                "doctrine/doctrine-module": "~1.0",
592
                "doctrine/orm": ">=2.5,<2.7",
593
                "php": "^5.5 || ^7.0",
594
                "symfony/console": "~2.5|~3.0",
595
                "zendframework/zend-mvc": "~2.3",
596
                "zendframework/zend-servicemanager": "~2.3",
597
                "zendframework/zend-stdlib": "~2.3"
598
            },
599
            "require-dev": {
600
                "doctrine/data-fixtures": "1.0.*",
601
                "doctrine/migrations": "1.0.*@dev",
602
                "phpunit/phpunit": "~4.0",
603
                "squizlabs/php_codesniffer": "~2",
604
                "zendframework/zend-developer-tools": "*",
605
                "zendframework/zendframework": "~2.3"
606
            },
607
            "suggest": {
608
                "doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
609
                "zendframework/zend-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development",
610
                "zendframework/zend-form": "if you want to use form elements backed by Doctrine"
611
            },
612
            "type": "library",
613
            "autoload": {
614
                "psr-0": {
615
                    "DoctrineORMModule\\": "src/"
616
                }
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "MIT"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Kyle Spraggs",
625
                    "email": "[email protected]",
626
                    "homepage": "http://www.spiffyjr.me/"
627
                },
628
                {
629
                    "name": "Evan Coury",
630
                    "email": "[email protected]",
631
                    "homepage": "http://blog.evan.pro/"
632
                },
633
                {
634
                    "name": "Guilherme Blanco",
635
                    "email": "[email protected]"
636
                },
637
                {
638
                    "name": "Marco Pivetta",
639
                    "email": "[email protected]",
640
                    "homepage": "http://marco-pivetta.com/"
641
                }
642
            ],
643
            "description": "Zend Framework 2 Module that provides Doctrine ORM functionality",
644
            "homepage": "http://www.doctrine-project.org/",
645
            "keywords": [
646
                "doctrine",
647
                "module",
648
                "orm",
649
                "zf2"
650
            ],
651
            "time": "2016-03-22T00:43:08+00:00"
652
        },
653
        {
654
            "name": "doctrine/inflector",
655
            "version": "v1.1.0",
656
            "source": {
657
                "type": "git",
658
                "url": "https://github.com/doctrine/inflector.git",
659
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
660
            },
661
            "dist": {
662
                "type": "zip",
663
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
664
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
665
                "shasum": ""
666
            },
667
            "require": {
668
                "php": ">=5.3.2"
669
            },
670
            "require-dev": {
671
                "phpunit/phpunit": "4.*"
672
            },
673
            "type": "library",
674
            "extra": {
675
                "branch-alias": {
676
                    "dev-master": "1.1.x-dev"
677
                }
678
            },
679
            "autoload": {
680
                "psr-0": {
681
                    "Doctrine\\Common\\Inflector\\": "lib/"
682
                }
683
            },
684
            "notification-url": "https://packagist.org/downloads/",
685
            "license": [
686
                "MIT"
687
            ],
688
            "authors": [
689
                {
690
                    "name": "Roman Borschel",
691
                    "email": "[email protected]"
692
                },
693
                {
694
                    "name": "Benjamin Eberlei",
695
                    "email": "[email protected]"
696
                },
697
                {
698
                    "name": "Guilherme Blanco",
699
                    "email": "[email protected]"
700
                },
701
                {
702
                    "name": "Jonathan Wage",
703
                    "email": "[email protected]"
704
                },
705
                {
706
                    "name": "Johannes Schmitt",
707
                    "email": "[email protected]"
708
                }
709
            ],
710
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
711
            "homepage": "http://www.doctrine-project.org",
712
            "keywords": [
713
                "inflection",
714
                "pluralize",
715
                "singularize",
716
                "string"
717
            ],
718
            "time": "2015-11-06T14:35:42+00:00"
719
        },
720
        {
721
            "name": "doctrine/instantiator",
722
            "version": "1.0.5",
723
            "source": {
724
                "type": "git",
725
                "url": "https://github.com/doctrine/instantiator.git",
726
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
727
            },
728
            "dist": {
729
                "type": "zip",
730
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
731
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
732
                "shasum": ""
733
            },
734
            "require": {
735
                "php": ">=5.3,<8.0-DEV"
736
            },
737
            "require-dev": {
738
                "athletic/athletic": "~0.1.8",
739
                "ext-pdo": "*",
740
                "ext-phar": "*",
741
                "phpunit/phpunit": "~4.0",
742
                "squizlabs/php_codesniffer": "~2.0"
743
            },
744
            "type": "library",
745
            "extra": {
746
                "branch-alias": {
747
                    "dev-master": "1.0.x-dev"
748
                }
749
            },
750
            "autoload": {
751
                "psr-4": {
752
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
753
                }
754
            },
755
            "notification-url": "https://packagist.org/downloads/",
756
            "license": [
757
                "MIT"
758
            ],
759
            "authors": [
760
                {
761
                    "name": "Marco Pivetta",
762
                    "email": "[email protected]",
763
                    "homepage": "http://ocramius.github.com/"
764
                }
765
            ],
766
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
767
            "homepage": "https://github.com/doctrine/instantiator",
768
            "keywords": [
769
                "constructor",
770
                "instantiate"
771
            ],
772
            "time": "2015-06-14T21:17:01+00:00"
773
        },
774
        {
775
            "name": "doctrine/lexer",
776
            "version": "v1.0.1",
777
            "source": {
778
                "type": "git",
779
                "url": "https://github.com/doctrine/lexer.git",
780
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
781
            },
782
            "dist": {
783
                "type": "zip",
784
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
785
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
786
                "shasum": ""
787
            },
788
            "require": {
789
                "php": ">=5.3.2"
790
            },
791
            "type": "library",
792
            "extra": {
793
                "branch-alias": {
794
                    "dev-master": "1.0.x-dev"
795
                }
796
            },
797
            "autoload": {
798
                "psr-0": {
799
                    "Doctrine\\Common\\Lexer\\": "lib/"
800
                }
801
            },
802
            "notification-url": "https://packagist.org/downloads/",
803
            "license": [
804
                "MIT"
805
            ],
806
            "authors": [
807
                {
808
                    "name": "Roman Borschel",
809
                    "email": "[email protected]"
810
                },
811
                {
812
                    "name": "Guilherme Blanco",
813
                    "email": "[email protected]"
814
                },
815
                {
816
                    "name": "Johannes Schmitt",
817
                    "email": "[email protected]"
818
                }
819
            ],
820
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
821
            "homepage": "http://www.doctrine-project.org",
822
            "keywords": [
823
                "lexer",
824
                "parser"
825
            ],
826
            "time": "2014-09-09T13:34:57+00:00"
827
        },
828
        {
829
            "name": "doctrine/orm",
830
            "version": "v2.5.5",
831
            "source": {
832
                "type": "git",
833
                "url": "https://github.com/doctrine/doctrine2.git",
834
                "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45"
835
            },
836
            "dist": {
837
                "type": "zip",
838
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
839
                "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
840
                "shasum": ""
841
            },
842
            "require": {
843
                "doctrine/cache": "~1.4",
844
                "doctrine/collections": "~1.2",
845
                "doctrine/common": ">=2.5-dev,<2.7-dev",
846
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
847
                "doctrine/instantiator": "~1.0.1",
848
                "ext-pdo": "*",
849
                "php": ">=5.4",
850
                "symfony/console": "~2.5|~3.0"
851
            },
852
            "require-dev": {
853
                "phpunit/phpunit": "~4.0",
854
                "symfony/yaml": "~2.3|~3.0"
855
            },
856
            "suggest": {
857
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
858
            },
859
            "bin": [
860
                "bin/doctrine",
861
                "bin/doctrine.php"
862
            ],
863
            "type": "library",
864
            "extra": {
865
                "branch-alias": {
866
                    "dev-master": "2.6.x-dev"
867
                }
868
            },
869
            "autoload": {
870
                "psr-0": {
871
                    "Doctrine\\ORM\\": "lib/"
872
                }
873
            },
874
            "notification-url": "https://packagist.org/downloads/",
875
            "license": [
876
                "MIT"
877
            ],
878
            "authors": [
879
                {
880
                    "name": "Roman Borschel",
881
                    "email": "[email protected]"
882
                },
883
                {
884
                    "name": "Benjamin Eberlei",
885
                    "email": "[email protected]"
886
                },
887
                {
888
                    "name": "Guilherme Blanco",
889
                    "email": "[email protected]"
890
                },
891
                {
892
                    "name": "Jonathan Wage",
893
                    "email": "[email protected]"
894
                }
895
            ],
896
            "description": "Object-Relational-Mapper for PHP",
897
            "homepage": "http://www.doctrine-project.org",
898
            "keywords": [
899
                "database",
900
                "orm"
901
            ],
902
            "time": "2016-09-10T18:51:13+00:00"
903
        },
904
        {
905
            "name": "hybridauth/hybridauth",
906
            "version": "v2.6.0",
907
            "source": {
908
                "type": "git",
909
                "url": "https://github.com/hybridauth/hybridauth.git",
910
                "reference": "45e52d12dccc00d4de25dc534961ab46204a15cf"
911
            },
912
            "dist": {
913
                "type": "zip",
914
                "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/45e52d12dccc00d4de25dc534961ab46204a15cf",
915
                "reference": "45e52d12dccc00d4de25dc534961ab46204a15cf",
916
                "shasum": ""
917
            },
918
            "require": {
919
                "ext-curl": "*",
920
                "php": ">=5.2.0"
921
            },
922
            "type": "library",
923
            "autoload": {
924
                "psr-0": {
925
                    "Hybrid": "hybridauth/"
926
                },
927
                "classmap": [
928
                    "hybridauth/Hybrid"
929
                ]
930
            },
931
            "notification-url": "https://packagist.org/downloads/",
932
            "license": [
933
                "(MIT or GPL-3.0+)"
934
            ],
935
            "authors": [
936
                {
937
                    "name": "Miled",
938
                    "email": "[email protected]"
939
                }
940
            ],
941
            "description": "Open source social sign on PHP library.",
942
            "homepage": "http://hybridauth.sourceforge.net",
943
            "keywords": [
944
                "OpenId",
945
                "facebook",
946
                "google",
947
                "hybridauth",
948
                "login",
949
                "oauth",
950
                "social",
951
                "twitter",
952
                "yahoo"
953
            ],
954
            "time": "2016-01-12T12:19:25+00:00"
955
        },
956
        {
957
            "name": "kriswallsmith/assetic",
958
            "version": "v1.1.3",
959
            "source": {
960
                "type": "git",
961
                "url": "https://github.com/kriswallsmith/assetic.git",
962
                "reference": "02105abcd35fb32933bc566e4c3bec84c612e9c1"
963
            },
964
            "dist": {
965
                "type": "zip",
966
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/02105abcd35fb32933bc566e4c3bec84c612e9c1",
967
                "reference": "02105abcd35fb32933bc566e4c3bec84c612e9c1",
968
                "shasum": ""
969
            },
970
            "require": {
971
                "php": ">=5.3.1",
972
                "symfony/process": "~2.1"
973
            },
974
            "require-dev": {
975
                "cssmin/cssmin": "*",
976
                "joliclic/javascript-packer": "*",
977
                "kamicane/packager": "*",
978
                "leafo/lessphp": "*",
979
                "leafo/scssphp": "*",
980
                "leafo/scssphp-compass": "*",
981
                "mrclay/minify": "*",
982
                "phpunit/phpunit": "~3.7",
983
                "ptachoire/cssembed": "*",
984
                "twig/twig": "~1.6"
985
            },
986
            "suggest": {
987
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
988
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
989
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
990
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
991
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
992
            },
993
            "type": "library",
994
            "extra": {
995
                "branch-alias": {
996
                    "dev-master": "1.1-dev"
997
                }
998
            },
999
            "autoload": {
1000
                "psr-0": {
1001
                    "Assetic": "src/"
1002
                },
1003
                "files": [
1004
                    "src/functions.php"
1005
                ]
1006
            },
1007
            "notification-url": "https://packagist.org/downloads/",
1008
            "license": [
1009
                "MIT"
1010
            ],
1011
            "authors": [
1012
                {
1013
                    "name": "Kris Wallsmith",
1014
                    "email": "[email protected]",
1015
                    "homepage": "http://kriswallsmith.net/"
1016
                }
1017
            ],
1018
            "description": "Asset Management for PHP",
1019
            "homepage": "https://github.com/kriswallsmith/assetic",
1020
            "keywords": [
1021
                "assets",
1022
                "compression",
1023
                "minification"
1024
            ],
1025
            "time": "2014-12-12T05:37:00+00:00"
1026
        },
1027
        {
1028
            "name": "psr/log",
1029
            "version": "1.0.2",
1030
            "source": {
1031
                "type": "git",
1032
                "url": "https://github.com/php-fig/log.git",
1033
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1034
            },
1035
            "dist": {
1036
                "type": "zip",
1037
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1038
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1039
                "shasum": ""
1040
            },
1041
            "require": {
1042
                "php": ">=5.3.0"
1043
            },
1044
            "type": "library",
1045
            "extra": {
1046
                "branch-alias": {
1047
                    "dev-master": "1.0.x-dev"
1048
                }
1049
            },
1050
            "autoload": {
1051
                "psr-4": {
1052
                    "Psr\\Log\\": "Psr/Log/"
1053
                }
1054
            },
1055
            "notification-url": "https://packagist.org/downloads/",
1056
            "license": [
1057
                "MIT"
1058
            ],
1059
            "authors": [
1060
                {
1061
                    "name": "PHP-FIG",
1062
                    "homepage": "http://www.php-fig.org/"
1063
                }
1064
            ],
1065
            "description": "Common interface for logging libraries",
1066
            "homepage": "https://github.com/php-fig/log",
1067
            "keywords": [
1068
                "log",
1069
                "psr",
1070
                "psr-3"
1071
            ],
1072
            "time": "2016-10-10T12:19:37+00:00"
1073
        },
1074
        {
1075
            "name": "rfreebern/giphy-php",
1076
            "version": "dev-master",
1077
            "source": {
1078
                "type": "git",
1079
                "url": "https://github.com/rfreebern/giphy-php.git",
1080
                "reference": "fcc3452d6bf0a46b564abc74e17c3977f83e803c"
1081
            },
1082
            "dist": {
1083
                "type": "zip",
1084
                "url": "https://api.github.com/repos/rfreebern/giphy-php/zipball/fcc3452d6bf0a46b564abc74e17c3977f83e803c",
1085
                "reference": "fcc3452d6bf0a46b564abc74e17c3977f83e803c",
1086
                "shasum": ""
1087
            },
1088
            "type": "library",
1089
            "autoload": {
1090
                "psr-0": {
1091
                    "rfreebern": "src/"
1092
                }
1093
            },
1094
            "notification-url": "https://packagist.org/downloads/",
1095
            "license": [
1096
                "CC0"
1097
            ],
1098
            "authors": [
1099
                {
1100
                    "name": "Ryan Freebern",
1101
                    "email": "[email protected]"
1102
                }
1103
            ],
1104
            "description": "A library implementing access to the Giphy API.",
1105
            "keywords": [
1106
                "gif",
1107
                "gifs",
1108
                "giphy",
1109
                "images",
1110
                "search"
1111
            ],
1112
            "time": "2016-10-16 21:56:19"
1113
        },
1114
        {
1115
            "name": "rwoverdijk/assetmanager",
1116
            "version": "1.3.7",
1117
            "source": {
1118
                "type": "git",
1119
                "url": "https://github.com/RWOverdijk/AssetManager.git",
1120
                "reference": "bfba7e3151b719aa8168136de897dff2bca9dead"
1121
            },
1122
            "dist": {
1123
                "type": "zip",
1124
                "url": "https://api.github.com/repos/RWOverdijk/AssetManager/zipball/bfba7e3151b719aa8168136de897dff2bca9dead",
1125
                "reference": "bfba7e3151b719aa8168136de897dff2bca9dead",
1126
                "shasum": ""
1127
            },
1128
            "require": {
1129
                "kriswallsmith/assetic": "~1.1.0",
1130
                "php": ">=5.3.3",
1131
                "zendframework/zend-eventmanager": "2.*",
1132
                "zendframework/zend-loader": "2.*",
1133
                "zendframework/zend-modulemanager": "2.*",
1134
                "zendframework/zend-mvc": "2.*",
1135
                "zendframework/zend-servicemanager": "2.*",
1136
                "zendframework/zend-stdlib": "2.*"
1137
            },
1138
            "require-dev": {
1139
                "phpunit/phpunit": "~4.0",
1140
                "squizlabs/php_codesniffer": "1.5.*",
1141
                "zendframework/zendframework": "2.*"
1142
            },
1143
            "type": "library",
1144
            "autoload": {
1145
                "psr-0": {
1146
                    "AssetManager": "src/"
1147
                }
1148
            },
1149
            "notification-url": "https://packagist.org/downloads/",
1150
            "license": [
1151
                "BSD-2-Clause"
1152
            ],
1153
            "authors": [
1154
                {
1155
                    "name": "Marco Pivetta",
1156
                    "email": "[email protected]",
1157
                    "homepage": "http://ocramius.github.com/",
1158
                    "role": "Developer"
1159
                },
1160
                {
1161
                    "name": "Wesley Overdijk",
1162
                    "email": "[email protected]",
1163
                    "homepage": "http://blog.spoonx.nl/"
1164
                }
1165
            ],
1166
            "description": "An assetmanager module for Zend Framework 2.",
1167
            "homepage": "https://github.com/RWOverdijk/AssetManager",
1168
            "keywords": [
1169
                "asset",
1170
                "asset manager",
1171
                "zend framework 2",
1172
                "zf2"
1173
            ],
1174
            "time": "2014-04-07T04:56:33+00:00"
1175
        },
1176
        {
1177
            "name": "socalnick/scn-social-auth",
1178
            "version": "1.19.1",
1179
            "source": {
1180
                "type": "git",
1181
                "url": "https://github.com/SocalNick/ScnSocialAuth.git",
1182
                "reference": "a319745372de6036a28308c1d1fe763f2a523102"
1183
            },
1184
            "dist": {
1185
                "type": "zip",
1186
                "url": "https://api.github.com/repos/SocalNick/ScnSocialAuth/zipball/a319745372de6036a28308c1d1fe763f2a523102",
1187
                "reference": "a319745372de6036a28308c1d1fe763f2a523102",
1188
                "shasum": ""
1189
            },
1190
            "require": {
1191
                "hybridauth/hybridauth": "2.6.*",
1192
                "php": ">=5.3.3",
1193
                "zendframework/zend-authentication": "2.*",
1194
                "zendframework/zend-db": "2.*",
1195
                "zendframework/zend-eventmanager": "2.*",
1196
                "zendframework/zend-http": "2.*",
1197
                "zendframework/zend-i18n": "2.*",
1198
                "zendframework/zend-loader": "2.*",
1199
                "zendframework/zend-log": "2.*",
1200
                "zendframework/zend-modulemanager": "2.*",
1201
                "zendframework/zend-mvc": "2.*",
1202
                "zendframework/zend-serializer": "2.*",
1203
                "zendframework/zend-servicemanager": "2.*",
1204
                "zendframework/zend-session": "2.*",
1205
                "zendframework/zend-stdlib": "2.*",
1206
                "zendframework/zend-test": "2.*",
1207
                "zendframework/zend-uri": "2.*",
1208
                "zendframework/zend-view": "2.*",
1209
                "zf-commons/zfc-base": "0.1.*",
1210
                "zf-commons/zfc-user": "1.4.*"
1211
            },
1212
            "require-dev": {
1213
                "mockery/mockery": "0.8.0"
1214
            },
1215
            "type": "library",
1216
            "autoload": {
1217
                "psr-0": {
1218
                    "ScnSocialAuth": "src/",
1219
                    "ScnSocialAuthTest": "test/"
1220
                },
1221
                "classmap": [
1222
                    "./"
1223
                ]
1224
            },
1225
            "notification-url": "https://packagist.org/downloads/",
1226
            "license": [
1227
                "BSD-3-Clause"
1228
            ],
1229
            "authors": [
1230
                {
1231
                    "name": "Nicholas Calugar",
1232
                    "email": "[email protected]",
1233
                    "homepage": "http://socalnick.github.com/"
1234
                }
1235
            ],
1236
            "description": "Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.",
1237
            "homepage": "https://github.com/SocalNick/ScnSocialAuth",
1238
            "keywords": [
1239
                "facebook",
1240
                "zf2"
1241
            ],
1242
            "time": "2016-08-07T23:10:46+00:00"
1243
        },
1244
        {
1245
            "name": "socalnick/scn-social-auth-doctrine-orm",
1246
            "version": "1.6.0",
1247
            "source": {
1248
                "type": "git",
1249
                "url": "https://github.com/SocalNick/ScnSocialAuthDoctrineORM.git",
1250
                "reference": "6c7eb9f73171ad7696159f6f1e1fc478eb45e4a3"
1251
            },
1252
            "dist": {
1253
                "type": "zip",
1254
                "url": "https://api.github.com/repos/SocalNick/ScnSocialAuthDoctrineORM/zipball/6c7eb9f73171ad7696159f6f1e1fc478eb45e4a3",
1255
                "reference": "6c7eb9f73171ad7696159f6f1e1fc478eb45e4a3",
1256
                "shasum": ""
1257
            },
1258
            "require": {
1259
                "php": ">=5.3.3",
1260
                "socalnick/scn-social-auth": "1.*",
1261
                "zendframework/zend-modulemanager": "~2.0",
1262
                "zendframework/zend-servicemanager": "~2.0",
1263
                "zendframework/zend-stdlib": "~2.0",
1264
                "zf-commons/zfc-user-doctrine-orm": "1.*"
1265
            },
1266
            "type": "library",
1267
            "autoload": {
1268
                "psr-0": {
1269
                    "ScnSocialAuthDoctrineORM": "src/"
1270
                },
1271
                "classmap": [
1272
                    "./"
1273
                ]
1274
            },
1275
            "notification-url": "https://packagist.org/downloads/",
1276
            "license": [
1277
                "BSD-3-Clause"
1278
            ],
1279
            "authors": [
1280
                {
1281
                    "name": "Nicholas Calugar",
1282
                    "email": "[email protected]",
1283
                    "homepage": "http://socalnick.github.com/",
1284
                    "role": "Developer"
1285
                },
1286
                {
1287
                    "name": "Jérémy Huet",
1288
                    "email": "[email protected]",
1289
                    "homepage": "http://glpl.us/jhuet",
1290
                    "role": "Developer"
1291
                }
1292
            ],
1293
            "description": "An extension of ScnSocialAuth that provides integration with Doctrine2 ORM.",
1294
            "homepage": "https://github.com/SocalNick/ScnSocialAuthDoctrineORM",
1295
            "keywords": [
1296
                "doctrine2",
1297
                "hybridauth",
1298
                "oauth",
1299
                "orm",
1300
                "socialauth",
1301
                "zf2",
1302
                "zfc"
1303
            ],
1304
            "time": "2016-08-06T16:55:38+00:00"
1305
        },
1306
        {
1307
            "name": "spiffy/spiffy-navigation",
1308
            "version": "1.0.4",
1309
            "source": {
1310
                "type": "git",
1311
                "url": "https://github.com/spiffyjr/spiffy-navigation.git",
1312
                "reference": "310775b1af0261d3679b2ac250f08ac2ef0f1c3f"
1313
            },
1314
            "dist": {
1315
                "type": "zip",
1316
                "url": "https://api.github.com/repos/spiffyjr/spiffy-navigation/zipball/310775b1af0261d3679b2ac250f08ac2ef0f1c3f",
1317
                "reference": "310775b1af0261d3679b2ac250f08ac2ef0f1c3f",
1318
                "shasum": ""
1319
            },
1320
            "require": {
1321
                "php": ">=5.3.3",
1322
                "zendframework/zend-console": "~2.2",
1323
                "zendframework/zend-eventmanager": "~2.2",
1324
                "zendframework/zend-form": "~2.2",
1325
                "zendframework/zend-modulemanager": "~2.2",
1326
                "zendframework/zend-mvc": "~2.2",
1327
                "zendframework/zend-permissions-acl": "~2.2",
1328
                "zendframework/zend-permissions-rbac": "~2.2",
1329
                "zendframework/zend-serializer": "~2.2",
1330
                "zendframework/zend-servicemanager": "~2.2",
1331
                "zendframework/zend-stdlib": "~2.2",
1332
                "zendframework/zend-uri": "~2.2",
1333
                "zendframework/zend-view": "~2.2"
1334
            },
1335
            "require-dev": {
1336
                "phpunit/phpunit": "3.7.*",
1337
                "satooshi/php-coveralls": "dev-master",
1338
                "zendframework/zend-config": "~2.2"
1339
            },
1340
            "suggest": {
1341
                "zend/zend-config": "To use the ConfigProvider (yaml, xml support)"
1342
            },
1343
            "type": "library",
1344
            "autoload": {
1345
                "psr-0": {
1346
                    "SpiffyNavigation": "src/",
1347
                    "SpiffyNavigationTest": "test/"
1348
                }
1349
            },
1350
            "notification-url": "https://packagist.org/downloads/",
1351
            "authors": [
1352
                {
1353
                    "name": "Kyle Spraggs",
1354
                    "email": "[email protected]",
1355
                    "homepage": "http://www.spiffyjr.me/"
1356
                }
1357
            ],
1358
            "description": "Zend Framework 2 Module that aims to replace Zend\\Navigation",
1359
            "homepage": "http://www.github.com/spiffyjr/spiffy-navigation/",
1360
            "keywords": [
1361
                "module",
1362
                "zf2"
1363
            ],
1364
            "abandoned": true,
1365
            "time": "2014-02-11T19:35:45+00:00"
1366
        },
1367
        {
1368
            "name": "symfony/console",
1369
            "version": "v3.2.1",
1370
            "source": {
1371
                "type": "git",
1372
                "url": "https://github.com/symfony/console.git",
1373
                "reference": "d12aa9ca20f4db83ec58410978dab6afcb9d6aaa"
1374
            },
1375
            "dist": {
1376
                "type": "zip",
1377
                "url": "https://api.github.com/repos/symfony/console/zipball/d12aa9ca20f4db83ec58410978dab6afcb9d6aaa",
1378
                "reference": "d12aa9ca20f4db83ec58410978dab6afcb9d6aaa",
1379
                "shasum": ""
1380
            },
1381
            "require": {
1382
                "php": ">=5.5.9",
1383
                "symfony/debug": "~2.8|~3.0",
1384
                "symfony/polyfill-mbstring": "~1.0"
1385
            },
1386
            "require-dev": {
1387
                "psr/log": "~1.0",
1388
                "symfony/event-dispatcher": "~2.8|~3.0",
1389
                "symfony/filesystem": "~2.8|~3.0",
1390
                "symfony/process": "~2.8|~3.0"
1391
            },
1392
            "suggest": {
1393
                "psr/log": "For using the console logger",
1394
                "symfony/event-dispatcher": "",
1395
                "symfony/filesystem": "",
1396
                "symfony/process": ""
1397
            },
1398
            "type": "library",
1399
            "extra": {
1400
                "branch-alias": {
1401
                    "dev-master": "3.2-dev"
1402
                }
1403
            },
1404
            "autoload": {
1405
                "psr-4": {
1406
                    "Symfony\\Component\\Console\\": ""
1407
                },
1408
                "exclude-from-classmap": [
1409
                    "/Tests/"
1410
                ]
1411
            },
1412
            "notification-url": "https://packagist.org/downloads/",
1413
            "license": [
1414
                "MIT"
1415
            ],
1416
            "authors": [
1417
                {
1418
                    "name": "Fabien Potencier",
1419
                    "email": "[email protected]"
1420
                },
1421
                {
1422
                    "name": "Symfony Community",
1423
                    "homepage": "https://symfony.com/contributors"
1424
                }
1425
            ],
1426
            "description": "Symfony Console Component",
1427
            "homepage": "https://symfony.com",
1428
            "time": "2016-12-11T14:34:22+00:00"
1429
        },
1430
        {
1431
            "name": "symfony/debug",
1432
            "version": "v3.2.1",
1433
            "source": {
1434
                "type": "git",
1435
                "url": "https://github.com/symfony/debug.git",
1436
                "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231"
1437
            },
1438
            "dist": {
1439
                "type": "zip",
1440
                "url": "https://api.github.com/repos/symfony/debug/zipball/9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
1441
                "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
1442
                "shasum": ""
1443
            },
1444
            "require": {
1445
                "php": ">=5.5.9",
1446
                "psr/log": "~1.0"
1447
            },
1448
            "conflict": {
1449
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1450
            },
1451
            "require-dev": {
1452
                "symfony/class-loader": "~2.8|~3.0",
1453
                "symfony/http-kernel": "~2.8|~3.0"
1454
            },
1455
            "type": "library",
1456
            "extra": {
1457
                "branch-alias": {
1458
                    "dev-master": "3.2-dev"
1459
                }
1460
            },
1461
            "autoload": {
1462
                "psr-4": {
1463
                    "Symfony\\Component\\Debug\\": ""
1464
                },
1465
                "exclude-from-classmap": [
1466
                    "/Tests/"
1467
                ]
1468
            },
1469
            "notification-url": "https://packagist.org/downloads/",
1470
            "license": [
1471
                "MIT"
1472
            ],
1473
            "authors": [
1474
                {
1475
                    "name": "Fabien Potencier",
1476
                    "email": "[email protected]"
1477
                },
1478
                {
1479
                    "name": "Symfony Community",
1480
                    "homepage": "https://symfony.com/contributors"
1481
                }
1482
            ],
1483
            "description": "Symfony Debug Component",
1484
            "homepage": "https://symfony.com",
1485
            "time": "2016-11-16T22:18:16+00:00"
1486
        },
1487
        {
1488
            "name": "symfony/polyfill-mbstring",
1489
            "version": "v1.3.0",
1490
            "source": {
1491
                "type": "git",
1492
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1493
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1494
            },
1495
            "dist": {
1496
                "type": "zip",
1497
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1498
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1499
                "shasum": ""
1500
            },
1501
            "require": {
1502
                "php": ">=5.3.3"
1503
            },
1504
            "suggest": {
1505
                "ext-mbstring": "For best performance"
1506
            },
1507
            "type": "library",
1508
            "extra": {
1509
                "branch-alias": {
1510
                    "dev-master": "1.3-dev"
1511
                }
1512
            },
1513
            "autoload": {
1514
                "psr-4": {
1515
                    "Symfony\\Polyfill\\Mbstring\\": ""
1516
                },
1517
                "files": [
1518
                    "bootstrap.php"
1519
                ]
1520
            },
1521
            "notification-url": "https://packagist.org/downloads/",
1522
            "license": [
1523
                "MIT"
1524
            ],
1525
            "authors": [
1526
                {
1527
                    "name": "Nicolas Grekas",
1528
                    "email": "[email protected]"
1529
                },
1530
                {
1531
                    "name": "Symfony Community",
1532
                    "homepage": "https://symfony.com/contributors"
1533
                }
1534
            ],
1535
            "description": "Symfony polyfill for the Mbstring extension",
1536
            "homepage": "https://symfony.com",
1537
            "keywords": [
1538
                "compatibility",
1539
                "mbstring",
1540
                "polyfill",
1541
                "portable",
1542
                "shim"
1543
            ],
1544
            "time": "2016-11-14T01:06:16+00:00"
1545
        },
1546
        {
1547
            "name": "symfony/process",
1548
            "version": "v2.8.15",
1549
            "source": {
1550
                "type": "git",
1551
                "url": "https://github.com/symfony/process.git",
1552
                "reference": "1a1bd056395540d0bc549d39818316513565d278"
1553
            },
1554
            "dist": {
1555
                "type": "zip",
1556
                "url": "https://api.github.com/repos/symfony/process/zipball/1a1bd056395540d0bc549d39818316513565d278",
1557
                "reference": "1a1bd056395540d0bc549d39818316513565d278",
1558
                "shasum": ""
1559
            },
1560
            "require": {
1561
                "php": ">=5.3.9"
1562
            },
1563
            "type": "library",
1564
            "extra": {
1565
                "branch-alias": {
1566
                    "dev-master": "2.8-dev"
1567
                }
1568
            },
1569
            "autoload": {
1570
                "psr-4": {
1571
                    "Symfony\\Component\\Process\\": ""
1572
                },
1573
                "exclude-from-classmap": [
1574
                    "/Tests/"
1575
                ]
1576
            },
1577
            "notification-url": "https://packagist.org/downloads/",
1578
            "license": [
1579
                "MIT"
1580
            ],
1581
            "authors": [
1582
                {
1583
                    "name": "Fabien Potencier",
1584
                    "email": "[email protected]"
1585
                },
1586
                {
1587
                    "name": "Symfony Community",
1588
                    "homepage": "https://symfony.com/contributors"
1589
                }
1590
            ],
1591
            "description": "Symfony Process Component",
1592
            "homepage": "https://symfony.com",
1593
            "time": "2016-11-24T00:43:03+00:00"
1594
        },
1595
        {
1596
            "name": "wearejh/flexitime",
1597
            "version": "1.4.0",
1598
            "source": {
1599
                "type": "git",
1600
                "url": "https://github.com/WeareJH/Flexitime.git",
1601
                "reference": "1f3619e8d06d2af8cbf57ede275505ec24fcb282"
1602
            },
1603
            "dist": {
1604
                "type": "zip",
1605
                "url": "https://api.github.com/repos/WeareJH/Flexitime/zipball/1f3619e8d06d2af8cbf57ede275505ec24fcb282",
1606
                "reference": "1f3619e8d06d2af8cbf57ede275505ec24fcb282",
1607
                "shasum": ""
1608
            },
1609
            "require": {
1610
                "acelaya/zf2-acmailer": "~4.5",
1611
                "php": ">=5.6",
1612
                "rfreebern/giphy-php": "dev-master",
1613
                "wearejh/hub-base": "^1.0",
1614
                "wearejh/installer": "^1.0",
1615
                "wearejh/jh-user": "^1.0",
1616
                "zendframework/zendframework": "2.3.*"
1617
            },
1618
            "require-dev": {
1619
                "phpunit/phpunit": "4.0.*",
1620
                "satooshi/php-coveralls": "^1.0",
1621
                "squizlabs/php_codesniffer": "1.5.*",
1622
                "zf-commons/zfc-admin": "0.2.0"
1623
            },
1624
            "type": "library",
1625
            "autoload": {
1626
                "psr-0": {
1627
                    "JhFlexiTime\\": "src/"
1628
                }
1629
            },
1630
            "license": [
1631
                "MIT"
1632
            ],
1633
            "authors": [
1634
                {
1635
                    "name": "Aydin Hassan",
1636
                    "email": "[email protected]"
1637
                }
1638
            ],
1639
            "description": "ZF2 Module to plugin to the Hub module - provides flexitime logging and administration features",
1640
            "support": {
1641
                "source": "https://github.com/WeareJH/Flexitime/tree/1.4.0",
1642
                "issues": "https://github.com/WeareJH/Flexitime/issues"
1643
            },
1644
            "time": "2016-12-14T12:01:18+00:00"
1645
        },
1646
        {
1647
            "name": "wearejh/hub-base",
1648
            "version": "1.0.0",
1649
            "source": {
1650
                "type": "git",
1651
                "url": "https://github.com/WeareJH/HubBase.git",
1652
                "reference": "d28e7e5f5a02f330f1a830f7afb139d9afdd8b97"
1653
            },
1654
            "dist": {
1655
                "type": "zip",
1656
                "url": "https://api.github.com/repos/WeareJH/HubBase/zipball/d28e7e5f5a02f330f1a830f7afb139d9afdd8b97",
1657
                "reference": "d28e7e5f5a02f330f1a830f7afb139d9afdd8b97",
1658
                "shasum": ""
1659
            },
1660
            "require": {
1661
                "php": ">=5.6",
1662
                "wearejh/installer": "^1.0",
1663
                "wearejh/jh-user": "^1.0",
1664
                "zendframework/zendframework": "2.3.*"
1665
            },
1666
            "require-dev": {
1667
                "phpunit/phpunit": "~4.4",
1668
                "satooshi/php-coveralls": "^1.0",
1669
                "squizlabs/php_codesniffer": "~2.2"
1670
            },
1671
            "type": "library",
1672
            "autoload": {
1673
                "psr-0": {
1674
                    "JhHubBase\\": "src/"
1675
                }
1676
            },
1677
            "license": [
1678
                "MIT"
1679
            ],
1680
            "authors": [
1681
                {
1682
                    "name": "Aydin Hassan",
1683
                    "email": "[email protected]"
1684
                }
1685
            ],
1686
            "description": "A ZF2 Module for shared functionality across JH Hub Modules",
1687
            "support": {
1688
                "source": "https://github.com/WeareJH/HubBase/tree/1.0.0",
1689
                "issues": "https://github.com/WeareJH/HubBase/issues"
1690
            },
1691
            "time": "2016-12-14T11:42:00+00:00"
1692
        },
1693
        {
1694
            "name": "wearejh/installer",
1695
            "version": "1.0.0",
1696
            "source": {
1697
                "type": "git",
1698
                "url": "https://github.com/WeareJH/Installer.git",
1699
                "reference": "4d8b83bd034c82e175aa15a21ceddb864d9c215d"
1700
            },
1701
            "dist": {
1702
                "type": "zip",
1703
                "url": "https://api.github.com/repos/WeareJH/Installer/zipball/4d8b83bd034c82e175aa15a21ceddb864d9c215d",
1704
                "reference": "4d8b83bd034c82e175aa15a21ceddb864d9c215d",
1705
                "shasum": ""
1706
            },
1707
            "require": {
1708
                "php": ">=5.4",
1709
                "zendframework/zendframework": "2.3.*"
1710
            },
1711
            "require-dev": {
1712
                "phpunit/phpunit": "4.0.*",
1713
                "satooshi/php-coveralls": "dev-master",
1714
                "squizlabs/php_codesniffer": "1.4.*"
1715
            },
1716
            "type": "library",
1717
            "autoload": {
1718
                "psr-0": {
1719
                    "JhInstaller\\": "src/"
1720
                }
1721
            },
1722
            "license": [
1723
                "MIT"
1724
            ],
1725
            "authors": [
1726
                {
1727
                    "name": "Aydin Hassan",
1728
                    "email": "[email protected]"
1729
                }
1730
            ],
1731
            "description": "ZF2 Module Installer",
1732
            "support": {
1733
                "source": "https://github.com/WeareJH/Installer/tree/1.0.0",
1734
                "issues": "https://github.com/WeareJH/Installer/issues"
1735
            },
1736
            "time": "2014-05-10T11:34:01+00:00"
1737
        },
1738
        {
1739
            "name": "wearejh/jh-user",
1740
            "version": "1.1.0",
1741
            "source": {
1742
                "type": "git",
1743
                "url": "https://github.com/WeareJH/JhUser.git",
1744
                "reference": "060edd6c842c5d341a1edba026f2a22311e03003"
1745
            },
1746
            "dist": {
1747
                "type": "zip",
1748
                "url": "https://api.github.com/repos/WeareJH/JhUser/zipball/060edd6c842c5d341a1edba026f2a22311e03003",
1749
                "reference": "060edd6c842c5d341a1edba026f2a22311e03003",
1750
                "shasum": ""
1751
            },
1752
            "require": {
1753
                "doctrine/data-fixtures": "1.0.*",
1754
                "php": ">=5.4",
1755
                "socalnick/scn-social-auth-doctrine-orm": "^1.6",
1756
                "zendframework/zendframework": "~2.3.0",
1757
                "zf-commons/zfc-rbac": "2.4.*"
1758
            },
1759
            "require-dev": {
1760
                "phpunit/phpunit": "4.0.*",
1761
                "satooshi/php-coveralls": "dev-master",
1762
                "squizlabs/php_codesniffer": "1.4.*"
1763
            },
1764
            "type": "library",
1765
            "autoload": {
1766
                "psr-0": {
1767
                    "JhUser\\": "src/"
1768
                }
1769
            },
1770
            "license": [
1771
                "MIT"
1772
            ],
1773
            "authors": [
1774
                {
1775
                    "name": "Aydin Hassan",
1776
                    "email": "[email protected]"
1777
                }
1778
            ],
1779
            "description": "A Base ZF2 user module for the Hub & other JH ZF2 modules.",
1780
            "support": {
1781
                "source": "https://github.com/WeareJH/JhUser/tree/1.1.0",
1782
                "issues": "https://github.com/WeareJH/JhUser/issues"
1783
            },
1784
            "time": "2016-12-14T11:33:04+00:00"
1785
        },
1786
        {
1787
            "name": "zendframework/zendframework",
0 ignored issues
show
1788
            "version": "2.3.9",
1789
            "source": {
1790
                "type": "git",
1791
                "url": "https://github.com/zendframework/zendframework.git",
1792
                "reference": "32858f883fffb5eef9f610b538ed026f6033b6de"
1793
            },
1794
            "dist": {
1795
                "type": "zip",
1796
                "url": "https://api.github.com/repos/zendframework/zendframework/zipball/32858f883fffb5eef9f610b538ed026f6033b6de",
1797
                "reference": "32858f883fffb5eef9f610b538ed026f6033b6de",
1798
                "shasum": ""
1799
            },
1800
            "require": {
1801
                "php": ">=5.3.23",
1802
                "zendframework/zendxml": "~1.0-dev"
1803
            },
1804
            "replace": {
1805
                "zendframework/zend-authentication": "self.version",
1806
                "zendframework/zend-barcode": "self.version",
1807
                "zendframework/zend-cache": "self.version",
1808
                "zendframework/zend-captcha": "self.version",
1809
                "zendframework/zend-code": "self.version",
1810
                "zendframework/zend-config": "self.version",
1811
                "zendframework/zend-console": "self.version",
1812
                "zendframework/zend-crypt": "self.version",
1813
                "zendframework/zend-db": "self.version",
1814
                "zendframework/zend-debug": "self.version",
1815
                "zendframework/zend-di": "self.version",
1816
                "zendframework/zend-dom": "self.version",
1817
                "zendframework/zend-escaper": "self.version",
1818
                "zendframework/zend-eventmanager": "self.version",
1819
                "zendframework/zend-feed": "self.version",
1820
                "zendframework/zend-file": "self.version",
1821
                "zendframework/zend-filter": "self.version",
1822
                "zendframework/zend-form": "self.version",
1823
                "zendframework/zend-http": "self.version",
1824
                "zendframework/zend-i18n": "self.version",
1825
                "zendframework/zend-inputfilter": "self.version",
1826
                "zendframework/zend-json": "self.version",
1827
                "zendframework/zend-ldap": "self.version",
1828
                "zendframework/zend-loader": "self.version",
1829
                "zendframework/zend-log": "self.version",
1830
                "zendframework/zend-mail": "self.version",
1831
                "zendframework/zend-math": "self.version",
1832
                "zendframework/zend-memory": "self.version",
1833
                "zendframework/zend-mime": "self.version",
1834
                "zendframework/zend-modulemanager": "self.version",
1835
                "zendframework/zend-mvc": "self.version",
1836
                "zendframework/zend-navigation": "self.version",
1837
                "zendframework/zend-paginator": "self.version",
1838
                "zendframework/zend-permissions-acl": "self.version",
1839
                "zendframework/zend-permissions-rbac": "self.version",
1840
                "zendframework/zend-progressbar": "self.version",
1841
                "zendframework/zend-resources": "self.version",
1842
                "zendframework/zend-serializer": "self.version",
1843
                "zendframework/zend-server": "self.version",
1844
                "zendframework/zend-servicemanager": "self.version",
1845
                "zendframework/zend-session": "self.version",
1846
                "zendframework/zend-soap": "self.version",
1847
                "zendframework/zend-stdlib": "self.version",
1848
                "zendframework/zend-tag": "self.version",
1849
                "zendframework/zend-test": "self.version",
1850
                "zendframework/zend-text": "self.version",
1851
                "zendframework/zend-uri": "self.version",
1852
                "zendframework/zend-validator": "self.version",
1853
                "zendframework/zend-version": "self.version",
1854
                "zendframework/zend-view": "self.version",
1855
                "zendframework/zend-xmlrpc": "self.version"
1856
            },
1857
            "require-dev": {
1858
                "doctrine/annotations": ">=1.0",
1859
                "fabpot/php-cs-fixer": "1.*",
1860
                "ircmaxell/random-lib": "dev-master",
1861
                "ircmaxell/security-lib": "dev-master",
1862
                "mikey179/vfsstream": "1.2.*",
1863
                "phpunit/phpunit": "3.7.*",
1864
                "satooshi/php-coveralls": "dev-master",
1865
                "sebastianbergmann/phpcov": "1.1.0"
1866
            },
1867
            "suggest": {
1868
                "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
1869
                "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
1870
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
1871
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
1872
                "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
1873
                "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
1874
            },
1875
            "bin": [
1876
                "bin/classmap_generator.php",
1877
                "bin/pluginmap_generator.php",
1878
                "bin/templatemap_generator.php"
1879
            ],
1880
            "type": "library",
1881
            "extra": {
1882
                "branch-alias": {
1883
                    "dev-master": "2.3-dev",
1884
                    "dev-develop": "2.4-dev"
1885
                }
1886
            },
1887
            "autoload": {
1888
                "psr-0": {
1889
                    "Zend\\": "library/"
1890
                }
1891
            },
1892
            "notification-url": "https://packagist.org/downloads/",
1893
            "license": [
1894
                "BSD-3-Clause"
1895
            ],
1896
            "description": "Zend Framework 2",
1897
            "homepage": "http://framework.zend.com/",
1898
            "keywords": [
1899
                "framework",
1900
                "zf2"
1901
            ],
1902
            "time": "2015-05-11T16:03:51+00:00"
1903
        },
1904
        {
1905
            "name": "zendframework/zendxml",
1906
            "version": "1.0.2",
1907
            "source": {
1908
                "type": "git",
1909
                "url": "https://github.com/zendframework/ZendXml.git",
1910
                "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
1911
            },
1912
            "dist": {
1913
                "type": "zip",
1914
                "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
1915
                "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
1916
                "shasum": ""
1917
            },
1918
            "require": {
1919
                "php": "^5.3.3 || ^7.0"
1920
            },
1921
            "require-dev": {
1922
                "phpunit/phpunit": "^3.7 || ^4.0",
1923
                "squizlabs/php_codesniffer": "^1.5"
1924
            },
1925
            "type": "library",
1926
            "extra": {
1927
                "branch-alias": {
1928
                    "dev-master": "1.0-dev"
1929
                }
1930
            },
1931
            "autoload": {
1932
                "psr-0": {
1933
                    "ZendXml\\": "library/"
1934
                }
1935
            },
1936
            "notification-url": "https://packagist.org/downloads/",
1937
            "license": [
1938
                "BSD-3-Clause"
1939
            ],
1940
            "description": "Utility library for XML usage, best practices, and security in PHP",
1941
            "homepage": "http://packages.zendframework.com/",
1942
            "keywords": [
1943
                "security",
1944
                "xml",
1945
                "zf2"
1946
            ],
1947
            "time": "2016-02-04T21:02:08+00:00"
1948
        },
1949
        {
1950
            "name": "zf-commons/zfc-admin",
1951
            "version": "v0.2.1",
1952
            "source": {
1953
                "type": "git",
1954
                "url": "https://github.com/ZF-Commons/ZfcAdmin.git",
1955
                "reference": "86794b7c3162516586c2e3e0d5814887bec58e95"
1956
            },
1957
            "dist": {
1958
                "type": "zip",
1959
                "url": "https://api.github.com/repos/ZF-Commons/ZfcAdmin/zipball/86794b7c3162516586c2e3e0d5814887bec58e95",
1960
                "reference": "86794b7c3162516586c2e3e0d5814887bec58e95",
1961
                "shasum": ""
1962
            },
1963
            "require": {
1964
                "php": ">=5.3.3",
1965
                "zendframework/zend-eventmanager": "2.*",
1966
                "zendframework/zend-loader": "2.*",
1967
                "zendframework/zend-modulemanager": "2.*",
1968
                "zendframework/zend-mvc": "2.*",
1969
                "zendframework/zend-navigation": "2.*"
1970
            },
1971
            "suggest": {
1972
                "bjyoungblood/bjy-authorize": "Access control to protect ZfcAdmin against unauthorized users"
1973
            },
1974
            "type": "library",
1975
            "autoload": {
1976
                "psr-0": {
1977
                    "ZfcAdmin": "src/"
1978
                },
1979
                "classmap": [
1980
                    "./Module.php"
1981
                ]
1982
            },
1983
            "notification-url": "https://packagist.org/downloads/",
1984
            "license": [
1985
                "BSD-3-Clause"
1986
            ],
1987
            "authors": [
1988
                {
1989
                    "name": "Martin Shwalbe",
1990
                    "email": "[email protected]"
1991
                },
1992
                {
1993
                    "name": "Jurian Sluiman",
1994
                    "email": "[email protected]",
1995
                    "homepage": "http://juriansluiman.nl/en/"
1996
                }
1997
            ],
1998
            "description": "A generic Admin module for ZF2.",
1999
            "homepage": "https://github.com/juriansluiman/ZfcAdmin",
2000
            "keywords": [
2001
                "zf2"
2002
            ],
2003
            "time": "2014-10-22T07:57:03+00:00"
2004
        },
2005
        {
2006
            "name": "zf-commons/zfc-base",
2007
            "version": "v0.1.2",
2008
            "source": {
2009
                "type": "git",
2010
                "url": "https://github.com/ZF-Commons/ZfcBase.git",
2011
                "reference": "fc68a49b58ba68584a9a4c44a1ca9df12b30d1bf"
2012
            },
2013
            "dist": {
2014
                "type": "zip",
2015
                "url": "https://api.github.com/repos/ZF-Commons/ZfcBase/zipball/fc68a49b58ba68584a9a4c44a1ca9df12b30d1bf",
2016
                "reference": "fc68a49b58ba68584a9a4c44a1ca9df12b30d1bf",
2017
                "shasum": ""
2018
            },
2019
            "require": {
2020
                "php": ">=5.3.3",
2021
                "zendframework/zend-db": "~2.1",
2022
                "zendframework/zend-eventmanager": "~2.1",
2023
                "zendframework/zend-loader": "~2.1",
2024
                "zendframework/zend-modulemanager": "~2.1",
2025
                "zendframework/zend-mvc": "~2.1",
2026
                "zendframework/zend-servicemanager": "~2.1",
2027
                "zendframework/zend-stdlib": "~2.1"
2028
            },
2029
            "type": "library",
2030
            "autoload": {
2031
                "psr-0": {
2032
                    "ZfcBase": "src/"
2033
                },
2034
                "classmap": [
2035
                    "./Module.php"
2036
                ]
2037
            },
2038
            "notification-url": "https://packagist.org/downloads/",
2039
            "authors": [
2040
                {
2041
                    "name": "Kyle Spraggs",
2042
                    "email": "[email protected]",
2043
                    "homepage": "http://www.spiffyjr.me/"
2044
                },
2045
                {
2046
                    "name": "Evan Coury",
2047
                    "email": "[email protected]",
2048
                    "homepage": "http://blog.evan.pro/"
2049
                }
2050
            ],
2051
            "description": "A set of genetic (abstract) classes which are commonly used across multiple modules.",
2052
            "homepage": "https://github.com/ZF-Commons/ZfcBase",
2053
            "keywords": [
2054
                "zf2"
2055
            ],
2056
            "time": "2013-05-02T12:33:49+00:00"
2057
        },
2058
        {
2059
            "name": "zf-commons/zfc-rbac",
2060
            "version": "2.4.2",
2061
            "source": {
2062
                "type": "git",
2063
                "url": "https://github.com/ZF-Commons/zfc-rbac.git",
2064
                "reference": "42f466656ad9730025a6bbbfd4144ac2f3abb64c"
2065
            },
2066
            "dist": {
2067
                "type": "zip",
2068
                "url": "https://api.github.com/repos/ZF-Commons/zfc-rbac/zipball/42f466656ad9730025a6bbbfd4144ac2f3abb64c",
2069
                "reference": "42f466656ad9730025a6bbbfd4144ac2f3abb64c",
2070
                "shasum": ""
2071
            },
2072
            "require": {
2073
                "php": ">=5.4",
2074
                "zendframework/zend-mvc": "~2.2",
2075
                "zendframework/zend-servicemanager": "~2.2",
2076
                "zfr/rbac": "~1.2"
2077
            },
2078
            "require-dev": {
2079
                "doctrine/common": "~2.4",
2080
                "doctrine/doctrine-module": "~0.8",
2081
                "doctrine/doctrine-orm-module": "~0.8",
2082
                "phpunit/phpunit": "~3.7",
2083
                "satooshi/php-coveralls": "~0.6",
2084
                "squizlabs/php_codesniffer": "1.4.*",
2085
                "zendframework/zend-developer-tools": "dev-master",
2086
                "zendframework/zendframework": "~2.2"
2087
            },
2088
            "suggest": {
2089
                "doctrine/doctrine-module": "if you want to use Doctrine role provider",
2090
                "zendframework/zend-developer-tools": "if you want to show information about the roles"
2091
            },
2092
            "type": "library",
2093
            "extra": {
2094
                "branch-alias": {
2095
                    "dev-master": "2.4-dev",
2096
                    "dev-develop": "3.0-dev"
2097
                }
2098
            },
2099
            "autoload": {
2100
                "psr-0": {
2101
                    "ZfcRbac\\": "src/"
2102
                }
2103
            },
2104
            "notification-url": "https://packagist.org/downloads/",
2105
            "license": [
2106
                "MIT"
2107
            ],
2108
            "authors": [
2109
                {
2110
                    "name": "Kyle Spraggs",
2111
                    "email": "[email protected]",
2112
                    "homepage": "http://www.spiffyjr.me/"
2113
                },
2114
                {
2115
                    "name": "Jean-Marie Leroux",
2116
                    "email": "[email protected]"
2117
                },
2118
                {
2119
                    "name": "Michaël Gallego",
2120
                    "email": "[email protected]",
2121
                    "homepage": "http://www.michaelgallego.fr"
2122
                }
2123
            ],
2124
            "description": "Zend Framework 2 Module that provides a layer of features of Zend\\Permissions\\Rbac",
2125
            "homepage": "http://www.github.com/ZF-Commons/zfc-rbac",
2126
            "keywords": [
2127
                "module",
2128
                "permissions",
2129
                "rbac",
2130
                "zf2"
2131
            ],
2132
            "time": "2015-01-26T11:29:23+00:00"
2133
        },
2134
        {
2135
            "name": "zf-commons/zfc-user",
2136
            "version": "1.4.4",
2137
            "source": {
2138
                "type": "git",
2139
                "url": "https://github.com/ZF-Commons/ZfcUser.git",
2140
                "reference": "f3d5fababf2d59f840527e62c4756fa81e346651"
2141
            },
2142
            "dist": {
2143
                "type": "zip",
2144
                "url": "https://api.github.com/repos/ZF-Commons/ZfcUser/zipball/f3d5fababf2d59f840527e62c4756fa81e346651",
2145
                "reference": "f3d5fababf2d59f840527e62c4756fa81e346651",
2146
                "shasum": ""
2147
            },
2148
            "require": {
2149
                "php": "^5.3.3|~7.0",
2150
                "zendframework/zend-authentication": "~2.1",
2151
                "zendframework/zend-crypt": "~2.1",
2152
                "zendframework/zend-form": "~2.1",
2153
                "zendframework/zend-http": "~2.1",
2154
                "zendframework/zend-inputfilter": "~2.1",
2155
                "zendframework/zend-loader": "~2.1",
2156
                "zendframework/zend-modulemanager": "~2.1",
2157
                "zendframework/zend-mvc": "~2.1",
2158
                "zendframework/zend-servicemanager": "~2.1",
2159
                "zendframework/zend-session": "~2.1",
2160
                "zendframework/zend-stdlib": "~2.1",
2161
                "zendframework/zend-validator": "~2.1",
2162
                "zendframework/zend-view": "~2.1",
2163
                "zf-commons/zfc-base": "0.*"
2164
            },
2165
            "require-dev": {
2166
                "phpmd/phpmd": "1.4.*",
2167
                "phpunit/phpunit": ">=3.7,<4",
2168
                "squizlabs/php_codesniffer": "1.4.*",
2169
                "zendframework/zend-captcha": "~2.1"
2170
            },
2171
            "suggest": {
2172
                "zendframework/zend-captcha": "Zend\\Captcha if you want to use the captcha component"
2173
            },
2174
            "type": "library",
2175
            "extra": {
2176
                "branch-alias": {
2177
                    "dev-master": "0.1.x-dev"
2178
                }
2179
            },
2180
            "autoload": {
2181
                "psr-0": {
2182
                    "ZfcUser": "src/"
2183
                },
2184
                "classmap": [
2185
                    "./Module.php"
2186
                ]
2187
            },
2188
            "notification-url": "https://packagist.org/downloads/",
2189
            "license": [
2190
                "BSD-3-Clause"
2191
            ],
2192
            "authors": [
2193
                {
2194
                    "name": "Kyle Spraggs",
2195
                    "email": "[email protected]",
2196
                    "homepage": "http://www.spiffyjr.me/"
2197
                },
2198
                {
2199
                    "name": "Evan Coury",
2200
                    "email": "[email protected]",
2201
                    "homepage": "http://blog.evan.pro/"
2202
                }
2203
            ],
2204
            "description": "A generic user registration and authentication module for ZF2. Supports Zend\\Db and Doctrine2.",
2205
            "homepage": "https://github.com/ZF-Commons/ZfcUser",
2206
            "keywords": [
2207
                "zf2"
2208
            ],
2209
            "time": "2016-05-07T11:21:34+00:00"
2210
        },
2211
        {
2212
            "name": "zf-commons/zfc-user-doctrine-orm",
2213
            "version": "1.0.1",
2214
            "source": {
2215
                "type": "git",
2216
                "url": "https://github.com/ZF-Commons/ZfcUserDoctrineORM.git",
2217
                "reference": "252d77f55e64312184f3bcd4168292d919f11ceb"
2218
            },
2219
            "dist": {
2220
                "type": "zip",
2221
                "url": "https://api.github.com/repos/ZF-Commons/ZfcUserDoctrineORM/zipball/252d77f55e64312184f3bcd4168292d919f11ceb",
2222
                "reference": "252d77f55e64312184f3bcd4168292d919f11ceb",
2223
                "shasum": ""
2224
            },
2225
            "require": {
2226
                "doctrine/doctrine-orm-module": "0.*",
2227
                "php": ">=5.3.3",
2228
                "zf-commons/zfc-user": "1.*"
2229
            },
2230
            "type": "library",
2231
            "extra": {
2232
                "branch-alias": {
2233
                    "dev-master": "0.1.x-dev"
2234
                }
2235
            },
2236
            "autoload": {
2237
                "psr-0": {
2238
                    "ZfcUserDoctrineORM": "src/"
2239
                },
2240
                "classmap": [
2241
                    "./"
2242
                ]
2243
            },
2244
            "notification-url": "https://packagist.org/downloads/",
2245
            "license": [
2246
                "BSD-3-Clause"
2247
            ],
2248
            "authors": [
2249
                {
2250
                    "name": "Kyle Spraggs",
2251
                    "email": "[email protected]",
2252
                    "homepage": "http://www.spiffyjr.me/"
2253
                },
2254
                {
2255
                    "name": "Evan Coury",
2256
                    "email": "[email protected]",
2257
                    "homepage": "http://blog.evan.pro/"
2258
                }
2259
            ],
2260
            "description": "Doctrine2 ORM storage adapter for ZfcUser.",
2261
            "homepage": "https://github.com/ZF-Commons/ZfcUserDoctrineORM",
2262
            "keywords": [
2263
                "zf2"
2264
            ],
2265
            "time": "2015-07-20T20:10:49+00:00"
2266
        },
2267
        {
2268
            "name": "zfcampus/zf-development-mode",
2269
            "version": "2.0.6",
2270
            "source": {
2271
                "type": "git",
2272
                "url": "https://github.com/zfcampus/zf-development-mode.git",
2273
                "reference": "fb4648c95cf3056d344884543fea5c1b78e321d3"
2274
            },
2275
            "dist": {
2276
                "type": "zip",
2277
                "url": "https://api.github.com/repos/zfcampus/zf-development-mode/zipball/fb4648c95cf3056d344884543fea5c1b78e321d3",
2278
                "reference": "fb4648c95cf3056d344884543fea5c1b78e321d3",
2279
                "shasum": ""
2280
            },
2281
            "require": {
2282
                "php": ">=5.3.23",
2283
                "zendframework/zend-console": ">=2.2.2,<2.5",
2284
                "zendframework/zend-mvc": ">=2.2.2,<2.5"
2285
            },
2286
            "require-dev": {
2287
                "squizlabs/php_codesniffer": "~2.3"
2288
            },
2289
            "suggest": {
2290
                "zendframework/zend-developer-tools": "dev-master",
2291
                "zendframework/zend-tool": "dev-master"
2292
            },
2293
            "type": "library",
2294
            "extra": {
2295
                "branch-alias": {
2296
                    "dev-master": "2.0-dev",
2297
                    "dev-develop": "2.1-dev"
2298
                }
2299
            },
2300
            "autoload": {
2301
                "classmap": [
2302
                    "./Module.php",
2303
                    "./DevelopmentModeController.php",
2304
                    "./DevelopmentModeControllerFactory.php"
2305
                ]
2306
            },
2307
            "notification-url": "https://packagist.org/downloads/",
2308
            "license": [
2309
                "BSD-3-Clause"
2310
            ],
2311
            "authors": [
2312
                {
2313
                    "name": "Rob Allen",
2314
                    "email": "[email protected]",
2315
                    "homepage": "http://19ft.com"
2316
                },
2317
                {
2318
                    "name": "Ralph Schindler",
2319
                    "email": "[email protected]",
2320
                    "homepage": "http://framework.zend.com"
2321
                }
2322
            ],
2323
            "description": "ZF2 development mode module",
2324
            "homepage": "http://github.com/zfcampus/zf-development-mode",
2325
            "keywords": [
2326
                "framework",
2327
                "zf2"
2328
            ],
2329
            "time": "2015-07-14T16:24:48+00:00"
2330
        },
2331
        {
2332
            "name": "zfr/rbac",
2333
            "version": "1.2.0",
2334
            "source": {
2335
                "type": "git",
2336
                "url": "https://github.com/zf-fr/rbac.git",
2337
                "reference": "493711bfc2a637fd7c6f23b71b7b55a621c35d9d"
2338
            },
2339
            "dist": {
2340
                "type": "zip",
2341
                "url": "https://api.github.com/repos/zf-fr/rbac/zipball/493711bfc2a637fd7c6f23b71b7b55a621c35d9d",
2342
                "reference": "493711bfc2a637fd7c6f23b71b7b55a621c35d9d",
2343
                "shasum": ""
2344
            },
2345
            "require": {
2346
                "php": ">=5.4"
2347
            },
2348
            "require-dev": {
2349
                "phpunit/phpunit": "~3.7",
2350
                "satooshi/php-coveralls": "~0.6",
2351
                "squizlabs/php_codesniffer": "1.4.*",
2352
                "zendframework/zend-servicemanager": "~2.2"
2353
            },
2354
            "type": "library",
2355
            "autoload": {
2356
                "psr-0": {
2357
                    "Rbac\\": "src/"
2358
                }
2359
            },
2360
            "notification-url": "https://packagist.org/downloads/",
2361
            "license": [
2362
                "MIT"
2363
            ],
2364
            "authors": [
2365
                {
2366
                    "name": "Michaël Gallego",
2367
                    "email": "[email protected]",
2368
                    "homepage": "http://michaelgallego.fr"
2369
                }
2370
            ],
2371
            "description": "Zend Framework 3 prototype for Zend\\Permissions\\Rbac.",
2372
            "homepage": "https://github.com/zf-fr/rbac",
2373
            "keywords": [
2374
                "rbac",
2375
                "security",
2376
                "zf2",
2377
                "zf3"
2378
            ],
2379
            "time": "2014-02-06T14:18:34+00:00"
2380
        }
2381
    ],
2382
    "packages-dev": [
2383
        {
2384
            "name": "guzzle/guzzle",
2385
            "version": "v3.9.3",
2386
            "source": {
2387
                "type": "git",
2388
                "url": "https://github.com/guzzle/guzzle3.git",
2389
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
2390
            },
2391
            "dist": {
2392
                "type": "zip",
2393
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
2394
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
2395
                "shasum": ""
2396
            },
2397
            "require": {
2398
                "ext-curl": "*",
2399
                "php": ">=5.3.3",
2400
                "symfony/event-dispatcher": "~2.1"
2401
            },
2402
            "replace": {
2403
                "guzzle/batch": "self.version",
2404
                "guzzle/cache": "self.version",
2405
                "guzzle/common": "self.version",
2406
                "guzzle/http": "self.version",
2407
                "guzzle/inflection": "self.version",
2408
                "guzzle/iterator": "self.version",
2409
                "guzzle/log": "self.version",
2410
                "guzzle/parser": "self.version",
2411
                "guzzle/plugin": "self.version",
2412
                "guzzle/plugin-async": "self.version",
2413
                "guzzle/plugin-backoff": "self.version",
2414
                "guzzle/plugin-cache": "self.version",
2415
                "guzzle/plugin-cookie": "self.version",
2416
                "guzzle/plugin-curlauth": "self.version",
2417
                "guzzle/plugin-error-response": "self.version",
2418
                "guzzle/plugin-history": "self.version",
2419
                "guzzle/plugin-log": "self.version",
2420
                "guzzle/plugin-md5": "self.version",
2421
                "guzzle/plugin-mock": "self.version",
2422
                "guzzle/plugin-oauth": "self.version",
2423
                "guzzle/service": "self.version",
2424
                "guzzle/stream": "self.version"
2425
            },
2426
            "require-dev": {
2427
                "doctrine/cache": "~1.3",
2428
                "monolog/monolog": "~1.0",
2429
                "phpunit/phpunit": "3.7.*",
2430
                "psr/log": "~1.0",
2431
                "symfony/class-loader": "~2.1",
2432
                "zendframework/zend-cache": "2.*,<2.3",
2433
                "zendframework/zend-log": "2.*,<2.3"
2434
            },
2435
            "suggest": {
2436
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
2437
            },
2438
            "type": "library",
2439
            "extra": {
2440
                "branch-alias": {
2441
                    "dev-master": "3.9-dev"
2442
                }
2443
            },
2444
            "autoload": {
2445
                "psr-0": {
2446
                    "Guzzle": "src/",
2447
                    "Guzzle\\Tests": "tests/"
2448
                }
2449
            },
2450
            "notification-url": "https://packagist.org/downloads/",
2451
            "license": [
2452
                "MIT"
2453
            ],
2454
            "authors": [
2455
                {
2456
                    "name": "Michael Dowling",
2457
                    "email": "[email protected]",
2458
                    "homepage": "https://github.com/mtdowling"
2459
                },
2460
                {
2461
                    "name": "Guzzle Community",
2462
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
2463
                }
2464
            ],
2465
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
2466
            "homepage": "http://guzzlephp.org/",
2467
            "keywords": [
2468
                "client",
2469
                "curl",
2470
                "framework",
2471
                "http",
2472
                "http client",
2473
                "rest",
2474
                "web service"
2475
            ],
2476
            "time": "2015-03-18T18:23:50+00:00"
2477
        },
2478
        {
2479
            "name": "phpunit/php-code-coverage",
2480
            "version": "2.0.17",
2481
            "source": {
2482
                "type": "git",
2483
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2484
                "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3"
2485
            },
2486
            "dist": {
2487
                "type": "zip",
2488
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c4e8e7725e351184a76544634855b8a9c405a6e3",
2489
                "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3",
2490
                "shasum": ""
2491
            },
2492
            "require": {
2493
                "php": ">=5.3.3",
2494
                "phpunit/php-file-iterator": "~1.3",
2495
                "phpunit/php-text-template": "~1.2",
2496
                "phpunit/php-token-stream": "~1.3",
2497
                "sebastian/environment": "~1.0",
2498
                "sebastian/version": "~1.0"
2499
            },
2500
            "require-dev": {
2501
                "ext-xdebug": ">=2.1.4",
2502
                "phpunit/phpunit": "~4"
2503
            },
2504
            "suggest": {
2505
                "ext-dom": "*",
2506
                "ext-xdebug": ">=2.2.1",
2507
                "ext-xmlwriter": "*"
2508
            },
2509
            "type": "library",
2510
            "extra": {
2511
                "branch-alias": {
2512
                    "dev-master": "2.0.x-dev"
2513
                }
2514
            },
2515
            "autoload": {
2516
                "classmap": [
2517
                    "src/"
2518
                ]
2519
            },
2520
            "notification-url": "https://packagist.org/downloads/",
2521
            "license": [
2522
                "BSD-3-Clause"
2523
            ],
2524
            "authors": [
2525
                {
2526
                    "name": "Sebastian Bergmann",
2527
                    "email": "[email protected]",
2528
                    "role": "lead"
2529
                }
2530
            ],
2531
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2532
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2533
            "keywords": [
2534
                "coverage",
2535
                "testing",
2536
                "xunit"
2537
            ],
2538
            "time": "2015-05-25T05:11:59+00:00"
2539
        },
2540
        {
2541
            "name": "phpunit/php-file-iterator",
2542
            "version": "1.3.4",
2543
            "source": {
2544
                "type": "git",
2545
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2546
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
2547
            },
2548
            "dist": {
2549
                "type": "zip",
2550
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
2551
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
2552
                "shasum": ""
2553
            },
2554
            "require": {
2555
                "php": ">=5.3.3"
2556
            },
2557
            "type": "library",
2558
            "autoload": {
2559
                "classmap": [
2560
                    "File/"
2561
                ]
2562
            },
2563
            "notification-url": "https://packagist.org/downloads/",
2564
            "include-path": [
2565
                ""
2566
            ],
2567
            "license": [
2568
                "BSD-3-Clause"
2569
            ],
2570
            "authors": [
2571
                {
2572
                    "name": "Sebastian Bergmann",
2573
                    "email": "[email protected]",
2574
                    "role": "lead"
2575
                }
2576
            ],
2577
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2578
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2579
            "keywords": [
2580
                "filesystem",
2581
                "iterator"
2582
            ],
2583
            "time": "2013-10-10T15:34:57+00:00"
2584
        },
2585
        {
2586
            "name": "phpunit/php-text-template",
2587
            "version": "1.2.1",
2588
            "source": {
2589
                "type": "git",
2590
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2591
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2592
            },
2593
            "dist": {
2594
                "type": "zip",
2595
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2596
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2597
                "shasum": ""
2598
            },
2599
            "require": {
2600
                "php": ">=5.3.3"
2601
            },
2602
            "type": "library",
2603
            "autoload": {
2604
                "classmap": [
2605
                    "src/"
2606
                ]
2607
            },
2608
            "notification-url": "https://packagist.org/downloads/",
2609
            "license": [
2610
                "BSD-3-Clause"
2611
            ],
2612
            "authors": [
2613
                {
2614
                    "name": "Sebastian Bergmann",
2615
                    "email": "[email protected]",
2616
                    "role": "lead"
2617
                }
2618
            ],
2619
            "description": "Simple template engine.",
2620
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2621
            "keywords": [
2622
                "template"
2623
            ],
2624
            "time": "2015-06-21T13:50:34+00:00"
2625
        },
2626
        {
2627
            "name": "phpunit/php-timer",
2628
            "version": "1.0.8",
2629
            "source": {
2630
                "type": "git",
2631
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2632
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2633
            },
2634
            "dist": {
2635
                "type": "zip",
2636
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
2637
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2638
                "shasum": ""
2639
            },
2640
            "require": {
2641
                "php": ">=5.3.3"
2642
            },
2643
            "require-dev": {
2644
                "phpunit/phpunit": "~4|~5"
2645
            },
2646
            "type": "library",
2647
            "autoload": {
2648
                "classmap": [
2649
                    "src/"
2650
                ]
2651
            },
2652
            "notification-url": "https://packagist.org/downloads/",
2653
            "license": [
2654
                "BSD-3-Clause"
2655
            ],
2656
            "authors": [
2657
                {
2658
                    "name": "Sebastian Bergmann",
2659
                    "email": "[email protected]",
2660
                    "role": "lead"
2661
                }
2662
            ],
2663
            "description": "Utility class for timing",
2664
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2665
            "keywords": [
2666
                "timer"
2667
            ],
2668
            "time": "2016-05-12T18:03:57+00:00"
2669
        },
2670
        {
2671
            "name": "phpunit/php-token-stream",
2672
            "version": "1.4.9",
2673
            "source": {
2674
                "type": "git",
2675
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2676
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
2677
            },
2678
            "dist": {
2679
                "type": "zip",
2680
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
2681
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
2682
                "shasum": ""
2683
            },
2684
            "require": {
2685
                "ext-tokenizer": "*",
2686
                "php": ">=5.3.3"
2687
            },
2688
            "require-dev": {
2689
                "phpunit/phpunit": "~4.2"
2690
            },
2691
            "type": "library",
2692
            "extra": {
2693
                "branch-alias": {
2694
                    "dev-master": "1.4-dev"
2695
                }
2696
            },
2697
            "autoload": {
2698
                "classmap": [
2699
                    "src/"
2700
                ]
2701
            },
2702
            "notification-url": "https://packagist.org/downloads/",
2703
            "license": [
2704
                "BSD-3-Clause"
2705
            ],
2706
            "authors": [
2707
                {
2708
                    "name": "Sebastian Bergmann",
2709
                    "email": "[email protected]"
2710
                }
2711
            ],
2712
            "description": "Wrapper around PHP's tokenizer extension.",
2713
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2714
            "keywords": [
2715
                "tokenizer"
2716
            ],
2717
            "time": "2016-11-15T14:06:22+00:00"
2718
        },
2719
        {
2720
            "name": "phpunit/phpunit",
2721
            "version": "4.0.20",
2722
            "source": {
2723
                "type": "git",
2724
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2725
                "reference": "de121ce8708b7ac7f628603d7682d0d57f528345"
2726
            },
2727
            "dist": {
2728
                "type": "zip",
2729
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/de121ce8708b7ac7f628603d7682d0d57f528345",
2730
                "reference": "de121ce8708b7ac7f628603d7682d0d57f528345",
2731
                "shasum": ""
2732
            },
2733
            "require": {
2734
                "ext-dom": "*",
2735
                "ext-json": "*",
2736
                "ext-pcre": "*",
2737
                "ext-reflection": "*",
2738
                "ext-spl": "*",
2739
                "php": ">=5.3.3",
2740
                "phpunit/php-code-coverage": ">=2.0.0,<2.1.0",
2741
                "phpunit/php-file-iterator": "~1.3.1",
2742
                "phpunit/php-text-template": "~1.2",
2743
                "phpunit/php-timer": "~1.0.2",
2744
                "phpunit/phpunit-mock-objects": ">=2.0.0,<2.1.0",
2745
                "sebastian/diff": "~1.1",
2746
                "sebastian/environment": "~1.0",
2747
                "sebastian/exporter": "~1.0.1",
2748
                "sebastian/version": "~1.0.3",
2749
                "symfony/yaml": "~2.0"
2750
            },
2751
            "suggest": {
2752
                "phpunit/php-invoker": "~1.1"
2753
            },
2754
            "bin": [
2755
                "phpunit"
2756
            ],
2757
            "type": "library",
2758
            "extra": {
2759
                "branch-alias": {
2760
                    "dev-master": "4.0.x-dev"
2761
                }
2762
            },
2763
            "autoload": {
2764
                "classmap": [
2765
                    "src/"
2766
                ]
2767
            },
2768
            "notification-url": "https://packagist.org/downloads/",
2769
            "include-path": [
2770
                "",
2771
                "../../symfony/yaml/"
2772
            ],
2773
            "license": [
2774
                "BSD-3-Clause"
2775
            ],
2776
            "authors": [
2777
                {
2778
                    "name": "Sebastian Bergmann",
2779
                    "email": "[email protected]",
2780
                    "role": "lead"
2781
                }
2782
            ],
2783
            "description": "The PHP Unit Testing framework.",
2784
            "homepage": "http://www.phpunit.de/",
2785
            "keywords": [
2786
                "phpunit",
2787
                "testing",
2788
                "xunit"
2789
            ],
2790
            "time": "2014-05-02T07:19:37+00:00"
2791
        },
2792
        {
2793
            "name": "phpunit/phpunit-mock-objects",
2794
            "version": "2.0.10",
2795
            "source": {
2796
                "type": "git",
2797
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2798
                "reference": "e60bb929c50ae4237aaf680a4f6773f4ee17f0a2"
2799
            },
2800
            "dist": {
2801
                "type": "zip",
2802
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/e60bb929c50ae4237aaf680a4f6773f4ee17f0a2",
2803
                "reference": "e60bb929c50ae4237aaf680a4f6773f4ee17f0a2",
2804
                "shasum": ""
2805
            },
2806
            "require": {
2807
                "php": ">=5.3.3",
2808
                "phpunit/php-text-template": "~1.2"
2809
            },
2810
            "require-dev": {
2811
                "phpunit/phpunit": ">=4.0.0,<4.1.0"
2812
            },
2813
            "suggest": {
2814
                "ext-soap": "*"
2815
            },
2816
            "type": "library",
2817
            "extra": {
2818
                "branch-alias": {
2819
                    "dev-master": "2.0.x-dev"
2820
                }
2821
            },
2822
            "autoload": {
2823
                "classmap": [
2824
                    "src/"
2825
                ]
2826
            },
2827
            "notification-url": "https://packagist.org/downloads/",
2828
            "include-path": [
2829
                ""
2830
            ],
2831
            "license": [
2832
                "BSD-3-Clause"
2833
            ],
2834
            "authors": [
2835
                {
2836
                    "name": "Sebastian Bergmann",
2837
                    "email": "[email protected]",
2838
                    "role": "lead"
2839
                }
2840
            ],
2841
            "description": "Mock Object library for PHPUnit",
2842
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2843
            "keywords": [
2844
                "mock",
2845
                "xunit"
2846
            ],
2847
            "time": "2014-06-12T07:19:48+00:00"
2848
        },
2849
        {
2850
            "name": "satooshi/php-coveralls",
2851
            "version": "v1.0.1",
2852
            "source": {
2853
                "type": "git",
2854
                "url": "https://github.com/satooshi/php-coveralls.git",
2855
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
2856
            },
2857
            "dist": {
2858
                "type": "zip",
2859
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
2860
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
2861
                "shasum": ""
2862
            },
2863
            "require": {
2864
                "ext-json": "*",
2865
                "ext-simplexml": "*",
2866
                "guzzle/guzzle": "^2.8|^3.0",
2867
                "php": ">=5.3.3",
2868
                "psr/log": "^1.0",
2869
                "symfony/config": "^2.1|^3.0",
2870
                "symfony/console": "^2.1|^3.0",
2871
                "symfony/stopwatch": "^2.0|^3.0",
2872
                "symfony/yaml": "^2.0|^3.0"
2873
            },
2874
            "suggest": {
2875
                "symfony/http-kernel": "Allows Symfony integration"
2876
            },
2877
            "bin": [
2878
                "bin/coveralls"
2879
            ],
2880
            "type": "library",
2881
            "autoload": {
2882
                "psr-4": {
2883
                    "Satooshi\\": "src/Satooshi/"
2884
                }
2885
            },
2886
            "notification-url": "https://packagist.org/downloads/",
2887
            "license": [
2888
                "MIT"
2889
            ],
2890
            "authors": [
2891
                {
2892
                    "name": "Kitamura Satoshi",
2893
                    "email": "[email protected]",
2894
                    "homepage": "https://www.facebook.com/satooshi.jp"
2895
                }
2896
            ],
2897
            "description": "PHP client library for Coveralls API",
2898
            "homepage": "https://github.com/satooshi/php-coveralls",
2899
            "keywords": [
2900
                "ci",
2901
                "coverage",
2902
                "github",
2903
                "test"
2904
            ],
2905
            "time": "2016-01-20T17:35:46+00:00"
2906
        },
2907
        {
2908
            "name": "sebastian/diff",
2909
            "version": "1.4.1",
2910
            "source": {
2911
                "type": "git",
2912
                "url": "https://github.com/sebastianbergmann/diff.git",
2913
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2914
            },
2915
            "dist": {
2916
                "type": "zip",
2917
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2918
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2919
                "shasum": ""
2920
            },
2921
            "require": {
2922
                "php": ">=5.3.3"
2923
            },
2924
            "require-dev": {
2925
                "phpunit/phpunit": "~4.8"
2926
            },
2927
            "type": "library",
2928
            "extra": {
2929
                "branch-alias": {
2930
                    "dev-master": "1.4-dev"
2931
                }
2932
            },
2933
            "autoload": {
2934
                "classmap": [
2935
                    "src/"
2936
                ]
2937
            },
2938
            "notification-url": "https://packagist.org/downloads/",
2939
            "license": [
2940
                "BSD-3-Clause"
2941
            ],
2942
            "authors": [
2943
                {
2944
                    "name": "Kore Nordmann",
2945
                    "email": "[email protected]"
2946
                },
2947
                {
2948
                    "name": "Sebastian Bergmann",
2949
                    "email": "[email protected]"
2950
                }
2951
            ],
2952
            "description": "Diff implementation",
2953
            "homepage": "https://github.com/sebastianbergmann/diff",
2954
            "keywords": [
2955
                "diff"
2956
            ],
2957
            "time": "2015-12-08T07:14:41+00:00"
2958
        },
2959
        {
2960
            "name": "sebastian/environment",
2961
            "version": "1.3.8",
2962
            "source": {
2963
                "type": "git",
2964
                "url": "https://github.com/sebastianbergmann/environment.git",
2965
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2966
            },
2967
            "dist": {
2968
                "type": "zip",
2969
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2970
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2971
                "shasum": ""
2972
            },
2973
            "require": {
2974
                "php": "^5.3.3 || ^7.0"
2975
            },
2976
            "require-dev": {
2977
                "phpunit/phpunit": "^4.8 || ^5.0"
2978
            },
2979
            "type": "library",
2980
            "extra": {
2981
                "branch-alias": {
2982
                    "dev-master": "1.3.x-dev"
2983
                }
2984
            },
2985
            "autoload": {
2986
                "classmap": [
2987
                    "src/"
2988
                ]
2989
            },
2990
            "notification-url": "https://packagist.org/downloads/",
2991
            "license": [
2992
                "BSD-3-Clause"
2993
            ],
2994
            "authors": [
2995
                {
2996
                    "name": "Sebastian Bergmann",
2997
                    "email": "[email protected]"
2998
                }
2999
            ],
3000
            "description": "Provides functionality to handle HHVM/PHP environments",
3001
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3002
            "keywords": [
3003
                "Xdebug",
3004
                "environment",
3005
                "hhvm"
3006
            ],
3007
            "time": "2016-08-18T05:49:44+00:00"
3008
        },
3009
        {
3010
            "name": "sebastian/exporter",
3011
            "version": "1.0.2",
3012
            "source": {
3013
                "type": "git",
3014
                "url": "https://github.com/sebastianbergmann/exporter.git",
3015
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
3016
            },
3017
            "dist": {
3018
                "type": "zip",
3019
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
3020
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
3021
                "shasum": ""
3022
            },
3023
            "require": {
3024
                "php": ">=5.3.3"
3025
            },
3026
            "require-dev": {
3027
                "phpunit/phpunit": "~4.0"
3028
            },
3029
            "type": "library",
3030
            "extra": {
3031
                "branch-alias": {
3032
                    "dev-master": "1.0.x-dev"
3033
                }
3034
            },
3035
            "autoload": {
3036
                "classmap": [
3037
                    "src/"
3038
                ]
3039
            },
3040
            "notification-url": "https://packagist.org/downloads/",
3041
            "license": [
3042
                "BSD-3-Clause"
3043
            ],
3044
            "authors": [
3045
                {
3046
                    "name": "Jeff Welch",
3047
                    "email": "[email protected]"
3048
                },
3049
                {
3050
                    "name": "Volker Dusch",
3051
                    "email": "[email protected]"
3052
                },
3053
                {
3054
                    "name": "Bernhard Schussek",
3055
                    "email": "[email protected]"
3056
                },
3057
                {
3058
                    "name": "Sebastian Bergmann",
3059
                    "email": "[email protected]"
3060
                },
3061
                {
3062
                    "name": "Adam Harvey",
3063
                    "email": "[email protected]"
3064
                }
3065
            ],
3066
            "description": "Provides the functionality to export PHP variables for visualization",
3067
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3068
            "keywords": [
3069
                "export",
3070
                "exporter"
3071
            ],
3072
            "time": "2014-09-10T00:51:36+00:00"
3073
        },
3074
        {
3075
            "name": "sebastian/version",
3076
            "version": "1.0.6",
3077
            "source": {
3078
                "type": "git",
3079
                "url": "https://github.com/sebastianbergmann/version.git",
3080
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3081
            },
3082
            "dist": {
3083
                "type": "zip",
3084
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3085
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3086
                "shasum": ""
3087
            },
3088
            "type": "library",
3089
            "autoload": {
3090
                "classmap": [
3091
                    "src/"
3092
                ]
3093
            },
3094
            "notification-url": "https://packagist.org/downloads/",
3095
            "license": [
3096
                "BSD-3-Clause"
3097
            ],
3098
            "authors": [
3099
                {
3100
                    "name": "Sebastian Bergmann",
3101
                    "email": "[email protected]",
3102
                    "role": "lead"
3103
                }
3104
            ],
3105
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3106
            "homepage": "https://github.com/sebastianbergmann/version",
3107
            "time": "2015-06-21T13:59:46+00:00"
3108
        },
3109
        {
3110
            "name": "symfony/config",
3111
            "version": "v3.2.1",
3112
            "source": {
3113
                "type": "git",
3114
                "url": "https://github.com/symfony/config.git",
3115
                "reference": "b4ec9f099599cfc5b7f4d07bb2e910781a2be5e4"
3116
            },
3117
            "dist": {
3118
                "type": "zip",
3119
                "url": "https://api.github.com/repos/symfony/config/zipball/b4ec9f099599cfc5b7f4d07bb2e910781a2be5e4",
3120
                "reference": "b4ec9f099599cfc5b7f4d07bb2e910781a2be5e4",
3121
                "shasum": ""
3122
            },
3123
            "require": {
3124
                "php": ">=5.5.9",
3125
                "symfony/filesystem": "~2.8|~3.0"
3126
            },
3127
            "require-dev": {
3128
                "symfony/yaml": "~3.0"
3129
            },
3130
            "suggest": {
3131
                "symfony/yaml": "To use the yaml reference dumper"
3132
            },
3133
            "type": "library",
3134
            "extra": {
3135
                "branch-alias": {
3136
                    "dev-master": "3.2-dev"
3137
                }
3138
            },
3139
            "autoload": {
3140
                "psr-4": {
3141
                    "Symfony\\Component\\Config\\": ""
3142
                },
3143
                "exclude-from-classmap": [
3144
                    "/Tests/"
3145
                ]
3146
            },
3147
            "notification-url": "https://packagist.org/downloads/",
3148
            "license": [
3149
                "MIT"
3150
            ],
3151
            "authors": [
3152
                {
3153
                    "name": "Fabien Potencier",
3154
                    "email": "[email protected]"
3155
                },
3156
                {
3157
                    "name": "Symfony Community",
3158
                    "homepage": "https://symfony.com/contributors"
3159
                }
3160
            ],
3161
            "description": "Symfony Config Component",
3162
            "homepage": "https://symfony.com",
3163
            "time": "2016-12-09T07:45:17+00:00"
3164
        },
3165
        {
3166
            "name": "symfony/event-dispatcher",
3167
            "version": "v2.8.15",
3168
            "source": {
3169
                "type": "git",
3170
                "url": "https://github.com/symfony/event-dispatcher.git",
3171
                "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934"
3172
            },
3173
            "dist": {
3174
                "type": "zip",
3175
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
3176
                "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
3177
                "shasum": ""
3178
            },
3179
            "require": {
3180
                "php": ">=5.3.9"
3181
            },
3182
            "require-dev": {
3183
                "psr/log": "~1.0",
3184
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
3185
                "symfony/dependency-injection": "~2.6|~3.0.0",
3186
                "symfony/expression-language": "~2.6|~3.0.0",
3187
                "symfony/stopwatch": "~2.3|~3.0.0"
3188
            },
3189
            "suggest": {
3190
                "symfony/dependency-injection": "",
3191
                "symfony/http-kernel": ""
3192
            },
3193
            "type": "library",
3194
            "extra": {
3195
                "branch-alias": {
3196
                    "dev-master": "2.8-dev"
3197
                }
3198
            },
3199
            "autoload": {
3200
                "psr-4": {
3201
                    "Symfony\\Component\\EventDispatcher\\": ""
3202
                },
3203
                "exclude-from-classmap": [
3204
                    "/Tests/"
3205
                ]
3206
            },
3207
            "notification-url": "https://packagist.org/downloads/",
3208
            "license": [
3209
                "MIT"
3210
            ],
3211
            "authors": [
3212
                {
3213
                    "name": "Fabien Potencier",
3214
                    "email": "[email protected]"
3215
                },
3216
                {
3217
                    "name": "Symfony Community",
3218
                    "homepage": "https://symfony.com/contributors"
3219
                }
3220
            ],
3221
            "description": "Symfony EventDispatcher Component",
3222
            "homepage": "https://symfony.com",
3223
            "time": "2016-10-13T01:43:15+00:00"
3224
        },
3225
        {
3226
            "name": "symfony/filesystem",
3227
            "version": "v3.2.1",
3228
            "source": {
3229
                "type": "git",
3230
                "url": "https://github.com/symfony/filesystem.git",
3231
                "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4"
3232
            },
3233
            "dist": {
3234
                "type": "zip",
3235
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4",
3236
                "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4",
3237
                "shasum": ""
3238
            },
3239
            "require": {
3240
                "php": ">=5.5.9"
3241
            },
3242
            "type": "library",
3243
            "extra": {
3244
                "branch-alias": {
3245
                    "dev-master": "3.2-dev"
3246
                }
3247
            },
3248
            "autoload": {
3249
                "psr-4": {
3250
                    "Symfony\\Component\\Filesystem\\": ""
3251
                },
3252
                "exclude-from-classmap": [
3253
                    "/Tests/"
3254
                ]
3255
            },
3256
            "notification-url": "https://packagist.org/downloads/",
3257
            "license": [
3258
                "MIT"
3259
            ],
3260
            "authors": [
3261
                {
3262
                    "name": "Fabien Potencier",
3263
                    "email": "[email protected]"
3264
                },
3265
                {
3266
                    "name": "Symfony Community",
3267
                    "homepage": "https://symfony.com/contributors"
3268
                }
3269
            ],
3270
            "description": "Symfony Filesystem Component",
3271
            "homepage": "https://symfony.com",
3272
            "time": "2016-11-24T00:46:43+00:00"
3273
        },
3274
        {
3275
            "name": "symfony/stopwatch",
3276
            "version": "v3.2.1",
3277
            "source": {
3278
                "type": "git",
3279
                "url": "https://github.com/symfony/stopwatch.git",
3280
                "reference": "5b139e1c4290e6c7640ba80d9c9b5e49ef22b841"
3281
            },
3282
            "dist": {
3283
                "type": "zip",
3284
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5b139e1c4290e6c7640ba80d9c9b5e49ef22b841",
3285
                "reference": "5b139e1c4290e6c7640ba80d9c9b5e49ef22b841",
3286
                "shasum": ""
3287
            },
3288
            "require": {
3289
                "php": ">=5.5.9"
3290
            },
3291
            "type": "library",
3292
            "extra": {
3293
                "branch-alias": {
3294
                    "dev-master": "3.2-dev"
3295
                }
3296
            },
3297
            "autoload": {
3298
                "psr-4": {
3299
                    "Symfony\\Component\\Stopwatch\\": ""
3300
                },
3301
                "exclude-from-classmap": [
3302
                    "/Tests/"
3303
                ]
3304
            },
3305
            "notification-url": "https://packagist.org/downloads/",
3306
            "license": [
3307
                "MIT"
3308
            ],
3309
            "authors": [
3310
                {
3311
                    "name": "Fabien Potencier",
3312
                    "email": "[email protected]"
3313
                },
3314
                {
3315
                    "name": "Symfony Community",
3316
                    "homepage": "https://symfony.com/contributors"
3317
                }
3318
            ],
3319
            "description": "Symfony Stopwatch Component",
3320
            "homepage": "https://symfony.com",
3321
            "time": "2016-06-29T05:43:10+00:00"
3322
        },
3323
        {
3324
            "name": "symfony/yaml",
3325
            "version": "v2.8.15",
3326
            "source": {
3327
                "type": "git",
3328
                "url": "https://github.com/symfony/yaml.git",
3329
                "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff"
3330
            },
3331
            "dist": {
3332
                "type": "zip",
3333
                "url": "https://api.github.com/repos/symfony/yaml/zipball/befb26a3713c97af90d25dd12e75621ef14d91ff",
3334
                "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff",
3335
                "shasum": ""
3336
            },
3337
            "require": {
3338
                "php": ">=5.3.9"
3339
            },
3340
            "type": "library",
3341
            "extra": {
3342
                "branch-alias": {
3343
                    "dev-master": "2.8-dev"
3344
                }
3345
            },
3346
            "autoload": {
3347
                "psr-4": {
3348
                    "Symfony\\Component\\Yaml\\": ""
3349
                },
3350
                "exclude-from-classmap": [
3351
                    "/Tests/"
3352
                ]
3353
            },
3354
            "notification-url": "https://packagist.org/downloads/",
3355
            "license": [
3356
                "MIT"
3357
            ],
3358
            "authors": [
3359
                {
3360
                    "name": "Fabien Potencier",
3361
                    "email": "[email protected]"
3362
                },
3363
                {
3364
                    "name": "Symfony Community",
3365
                    "homepage": "https://symfony.com/contributors"
3366
                }
3367
            ],
3368
            "description": "Symfony Yaml Component",
3369
            "homepage": "https://symfony.com",
3370
            "time": "2016-11-14T16:15:57+00:00"
3371
        }
3372
    ],
3373
    "aliases": [],
3374
    "minimum-stability": "stable",
3375
    "stability-flags": {
3376
        "beberlei/doctrineextensions": 15,
3377
        "rfreebern/giphy-php": 20
3378
    },
3379
    "prefer-stable": false,
3380
    "prefer-lowest": false,
3381
    "platform": {
3382
        "php": ">=5.4"
3383
    },
3384
    "platform-dev": []
3385
}
3386