Issues (3)

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