Issues (164)

Security Analysis    not enabled

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

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