Issues (19)

Security Analysis    not enabled

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

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

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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