Issues (114)

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 (2 issues)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "47a1eb17ae975ef2b5b94e0bb9be6830",
8
    "content-hash": "b96b8eec53778ce068ef5f9dc1ab73b5",
9
    "packages": [
10
        {
11
            "name": "CryptLib/CryptLib",
12
            "version": "dev-master",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/ircmaxell/PHP-CryptLib.git",
16
                "reference": "70390eac36f73becbe8b99b7327633ce51d7160e"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/ircmaxell/PHP-CryptLib/zipball/70390eac36f73becbe8b99b7327633ce51d7160e",
21
                "reference": "70390eac36f73becbe8b99b7327633ce51d7160e",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.2"
26
            },
27
            "require-dev": {
28
                "mikey179/vfsstream": "1.1.*"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "psr-0": {
33
                    "CryptLib": "lib"
34
                }
35
            },
36
            "license": [
37
                "MIT"
38
            ],
39
            "authors": [
40
                {
41
                    "name": "Anthony Ferrara",
42
                    "email": "[email protected]",
43
                    "homepage": "http://blog.ircmaxell.com"
44
                }
45
            ],
46
            "description": "A General Purpose Cryptography Library",
47
            "homepage": "https://github.com/ircmaxell/PHP-CryptLib",
48
            "keywords": [
49
                "cipher",
50
                "cryptography",
51
                "encryption"
52
            ],
53
            "support": {
54
                "source": "https://github.com/ircmaxell/PHP-CryptLib/tree/master",
55
                "issues": "https://github.com/ircmaxell/PHP-CryptLib/issues"
56
            },
57
            "time": "2013-02-04 20:03:55"
58
        },
59
        {
60
            "name": "aws/aws-sdk-php",
61
            "version": "2.8.27",
62
            "source": {
63
                "type": "git",
64
                "url": "https://github.com/aws/aws-sdk-php.git",
65
                "reference": "c1605360b6624958a5397601ad5543cd45fcf8f7"
66
            },
67
            "dist": {
68
                "type": "zip",
69
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c1605360b6624958a5397601ad5543cd45fcf8f7",
70
                "reference": "c1605360b6624958a5397601ad5543cd45fcf8f7",
71
                "shasum": ""
72
            },
73
            "require": {
74
                "guzzle/guzzle": "~3.7",
75
                "php": ">=5.3.3"
76
            },
77
            "require-dev": {
78
                "doctrine/cache": "~1.0",
79
                "ext-openssl": "*",
80
                "monolog/monolog": "~1.4",
81
                "phpunit/phpunit": "~4.0",
82
                "phpunit/phpunit-mock-objects": "2.3.1",
83
                "symfony/yaml": "~2.1"
84
            },
85
            "suggest": {
86
                "doctrine/cache": "Adds support for caching of credentials and responses",
87
                "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching",
88
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
89
                "monolog/monolog": "Adds support for logging HTTP requests and responses",
90
                "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export"
91
            },
92
            "type": "library",
93
            "autoload": {
94
                "psr-0": {
95
                    "Aws": "src/"
96
                }
97
            },
98
            "notification-url": "https://packagist.org/downloads/",
99
            "license": [
100
                "Apache-2.0"
101
            ],
102
            "authors": [
103
                {
104
                    "name": "Amazon Web Services",
105
                    "homepage": "http://aws.amazon.com"
106
                }
107
            ],
108
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
109
            "homepage": "http://aws.amazon.com/sdkforphp",
110
            "keywords": [
111
                "amazon",
112
                "aws",
113
                "cloud",
114
                "dynamodb",
115
                "ec2",
116
                "glacier",
117
                "s3",
118
                "sdk"
119
            ],
120
            "time": "2016-01-30 00:53:32"
121
        },
122
        {
123
            "name": "charlesportwoodii/cii",
124
            "version": "1.0.28",
125
            "source": {
126
                "type": "git",
127
                "url": "https://github.com/charlesportwoodii/cii.git",
128
                "reference": "38fae6fa4e31c080015c7612f74beb08aa11e0ef"
129
            },
130
            "dist": {
131
                "type": "zip",
132
                "url": "https://api.github.com/repos/charlesportwoodii/cii/zipball/38fae6fa4e31c080015c7612f74beb08aa11e0ef",
133
                "reference": "38fae6fa4e31c080015c7612f74beb08aa11e0ef",
134
                "shasum": ""
135
            },
136
            "require": {
137
                "defuse/php-encryption": "v1.2.1"
138
            },
139
            "type": "library",
140
            "autoload": {
141
                "classmap": [
142
                    "cache/",
143
                    "commands/",
144
                    "components/",
145
                    "components/pager/",
146
                    "controllers/",
147
                    "models/",
148
                    "utilities/",
149
                    "widgets/",
150
                    "widgets/input/",
151
                    "widgets/comments/"
152
                ]
153
            },
154
            "notification-url": "https://packagist.org/downloads/",
155
            "license": [
156
                "MIT"
157
            ],
158
            "authors": [
159
                {
160
                    "name": "Charles R. Portwood II",
161
                    "email": "[email protected]"
162
                }
163
            ],
164
            "description": "CiiMS core components (Cii)",
165
            "time": "2015-10-01 15:51:49"
166
        },
167
        {
168
            "name": "charlesportwoodii/ciinfinite-scroll",
169
            "version": "dev-master",
170
            "source": {
171
                "type": "git",
172
                "url": "https://github.com/charlesportwoodii/CiinfiniteScroll.git",
173
                "reference": "fa5644104bb795a5688cc9f3b19a53ab236cf802"
174
            },
175
            "dist": {
176
                "type": "zip",
177
                "url": "https://api.github.com/repos/charlesportwoodii/CiinfiniteScroll/zipball/fa5644104bb795a5688cc9f3b19a53ab236cf802",
178
                "reference": "fa5644104bb795a5688cc9f3b19a53ab236cf802",
179
                "shasum": ""
180
            },
181
            "type": "library",
182
            "license": [
183
                "MIT"
184
            ],
185
            "authors": [
186
                {
187
                    "name": "Charles R. Portwood II",
188
                    "email": "[email protected]"
189
                }
190
            ],
191
            "description": "Infinite Scroll extension for CiiMS",
192
            "support": {
193
                "source": "https://github.com/charlesportwoodii/CiinfiniteScroll/tree/master",
194
                "issues": "https://github.com/charlesportwoodii/CiinfiniteScroll/issues"
195
            },
196
            "time": "2015-08-21 20:19:47"
197
        },
198
        {
199
            "name": "charlesportwoodii/eanalytics",
200
            "version": "1.1.5",
201
            "source": {
202
                "type": "git",
203
                "url": "https://github.com/charlesportwoodii/EAnalytics.git",
204
                "reference": "02cf2a674e178c1bde7103bf5466be15fe22fc9a"
205
            },
206
            "dist": {
207
                "type": "zip",
208
                "url": "https://api.github.com/repos/charlesportwoodii/EAnalytics/zipball/02cf2a674e178c1bde7103bf5466be15fe22fc9a",
209
                "reference": "02cf2a674e178c1bde7103bf5466be15fe22fc9a",
210
                "shasum": ""
211
            },
212
            "type": "library",
213
            "autoload": {
214
                "classmap": [
215
                    "EAnalytics.php"
216
                ],
217
                "psr-0": {
218
                    "Detection": "namespaced/"
219
                }
220
            },
221
            "notification-url": "https://packagist.org/downloads/",
222
            "license": [
223
                "MIT"
224
            ],
225
            "authors": [
226
                {
227
                    "name": "Charles R. Portwood II",
228
                    "email": "[email protected]",
229
                    "homepage": "https://www.erianna.com",
230
                    "role": "Lead Developer"
231
                }
232
            ],
233
            "description": "EAnalytics is a Analytics.js wrapper for Yii Framework",
234
            "homepage": "https://github.com/charlesportwoodii/EAnalytics",
235
            "keywords": [
236
                "analytics",
237
                "analytics.js"
238
            ],
239
            "time": "2015-01-22 17:20:35"
240
        },
241
        {
242
            "name": "charlesportwoodii/yii-newrelic",
243
            "version": "1.0.1",
244
            "source": {
245
                "type": "git",
246
                "url": "https://github.com/charlesportwoodii/yii-newrelic.git",
247
                "reference": "c665334d2e260fb06d2c2041bddcf587964244b7"
248
            },
249
            "dist": {
250
                "type": "zip",
251
                "url": "https://api.github.com/repos/charlesportwoodii/yii-newrelic/zipball/c665334d2e260fb06d2c2041bddcf587964244b7",
252
                "reference": "c665334d2e260fb06d2c2041bddcf587964244b7",
253
                "shasum": ""
254
            },
255
            "type": "library",
256
            "notification-url": "https://packagist.org/downloads/",
257
            "license": [
258
                "Modified BSD"
259
            ],
260
            "description": "Yii wrapper around the New Relic PHP API",
261
            "keywords": [
262
                "new relic",
263
                "yii"
264
            ],
265
            "time": "2015-03-24 17:41:13"
266
        },
267
        {
268
            "name": "ciims-modules/api",
269
            "version": "2.0.25",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/charlesportwoodii/ciims-modules-api.git",
273
                "reference": "8432a7d49d1111b3b1f06626b8671e78432821fd"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/charlesportwoodii/ciims-modules-api/zipball/8432a7d49d1111b3b1f06626b8671e78432821fd",
278
                "reference": "8432a7d49d1111b3b1f06626b8671e78432821fd",
279
                "shasum": ""
280
            },
281
            "type": "drupal-module",
282
            "notification-url": "https://packagist.org/downloads/",
283
            "license": [
284
                "MIT"
285
            ],
286
            "authors": [
287
                {
288
                    "name": "Charles R. Portwood II",
289
                    "email": "[email protected]",
290
                    "homepage": "https://www.erianna.com",
291
                    "role": "Lead Developer"
292
                }
293
            ],
294
            "description": "The API module for CiiMS",
295
            "homepage": "https://www.ciims.org",
296
            "keywords": [
297
                "CiiMS",
298
                "api",
299
                "module"
300
            ],
301
            "time": "2016-01-07 22:25:31"
302
        },
303
        {
304
            "name": "ciims-modules/dashboard",
305
            "version": "3.0.28",
306
            "source": {
307
                "type": "git",
308
                "url": "https://github.com/charlesportwoodii/ciims-modules-dashboard.git",
309
                "reference": "9963e61477fdd0739bae948a2e3720aab613d7c7"
310
            },
311
            "dist": {
312
                "type": "zip",
313
                "url": "https://api.github.com/repos/charlesportwoodii/ciims-modules-dashboard/zipball/9963e61477fdd0739bae948a2e3720aab613d7c7",
314
                "reference": "9963e61477fdd0739bae948a2e3720aab613d7c7",
315
                "shasum": ""
316
            },
317
            "type": "drupal-module",
318
            "notification-url": "https://packagist.org/downloads/",
319
            "license": [
320
                "MIT"
321
            ],
322
            "authors": [
323
                {
324
                    "name": "Charles R. Portwood II",
325
                    "email": "[email protected]",
326
                    "homepage": "https://www.erianna.com",
327
                    "role": "Lead Developer"
328
                }
329
            ],
330
            "description": "A Hybrid Dashboard that is is optimized for performance, and that takes fulla dvantage of the CiiMS API.",
331
            "homepage": "https://www.ciims.org",
332
            "keywords": [
333
                "CiiMS",
334
                "dashboard",
335
                "module"
336
            ],
337
            "time": "2015-08-31 18:46:29"
338
        },
339
        {
340
            "name": "ciims-modules/hybridauth",
341
            "version": "2.0.6",
342
            "source": {
343
                "type": "git",
344
                "url": "https://github.com/charlesportwoodii/ciims-modules-hybridauth.git",
345
                "reference": "d8c6458ba5ab637dab9b4bf02e92a8427bd1161e"
346
            },
347
            "dist": {
348
                "type": "zip",
349
                "url": "https://api.github.com/repos/charlesportwoodii/ciims-modules-hybridauth/zipball/d8c6458ba5ab637dab9b4bf02e92a8427bd1161e",
350
                "reference": "d8c6458ba5ab637dab9b4bf02e92a8427bd1161e",
351
                "shasum": ""
352
            },
353
            "require": {
354
                "hybridauth/hybridauth": "v2.3.0"
355
            },
356
            "type": "drupal-module",
357
            "notification-url": "https://packagist.org/downloads/",
358
            "license": [
359
                "MIT"
360
            ],
361
            "authors": [
362
                {
363
                    "name": "Charles R. Portwood II",
364
                    "email": "[email protected]",
365
                    "homepage": "https://www.erianna.com",
366
                    "role": "Lead Developer"
367
                }
368
            ],
369
            "description": "HybridAuth Social Authentication for CiiMS",
370
            "homepage": "https://www.ciims.org",
371
            "keywords": [
372
                "CiiMS",
373
                "hybridauth",
374
                "module",
375
                "social"
376
            ],
377
            "time": "2015-02-06 17:26:45"
378
        },
379
        {
380
            "name": "ciims-modules/install",
381
            "version": "2.0.13",
382
            "source": {
383
                "type": "git",
384
                "url": "https://github.com/charlesportwoodii/ciims-modules-install.git",
385
                "reference": "85004c403a6a034106fc742a8fd8d88ec079f741"
386
            },
387
            "dist": {
388
                "type": "zip",
389
                "url": "https://api.github.com/repos/charlesportwoodii/ciims-modules-install/zipball/85004c403a6a034106fc742a8fd8d88ec079f741",
390
                "reference": "85004c403a6a034106fc742a8fd8d88ec079f741",
391
                "shasum": ""
392
            },
393
            "type": "drupal-module",
394
            "notification-url": "https://packagist.org/downloads/",
395
            "license": [
396
                "MIT"
397
            ],
398
            "authors": [
399
                {
400
                    "name": "Charles R. Portwood II",
401
                    "email": "[email protected]",
402
                    "homepage": "https://www.erianna.com",
403
                    "role": "Lead Developer"
404
                }
405
            ],
406
            "description": "The installation module for CiiMS",
407
            "homepage": "https://www.ciims.org",
408
            "keywords": [
409
                "CiiMS",
410
                "installer",
411
                "module"
412
            ],
413
            "time": "2015-08-24 15:39:58"
414
        },
415
        {
416
            "name": "ciims-plugins/awsuploader",
417
            "version": "1.0.3",
418
            "source": {
419
                "type": "git",
420
                "url": "[email protected]:charlesportwoodii/CiiAWSUploader.git",
421
                "reference": "eec854a1ae1f419caaa7abbe241ffc6d29eb1694"
422
            },
423
            "dist": {
424
                "type": "zip",
425
                "url": "https://api.github.com/repos/charlesportwoodii/CiiAWSUploader/zipball/eec854a1ae1f419caaa7abbe241ffc6d29eb1694",
426
                "reference": "eec854a1ae1f419caaa7abbe241ffc6d29eb1694",
427
                "shasum": ""
428
            },
429
            "require": {
430
                "aws/aws-sdk-php": "2.*",
431
                "cryptlib/cryptlib": "dev-master"
432
            },
433
            "type": "library",
434
            "autoload": {
435
                "classmap": [
436
                    "CiiAWSUploader.php"
437
                ],
438
                "psr-0": {
439
                    "Detection": "namespaced/"
440
                }
441
            },
442
            "notification-url": "https://packagist.org/downloads/",
443
            "license": [
444
                "MIT"
445
            ],
446
            "authors": [
447
                {
448
                    "name": "Charles R. Portwood II",
449
                    "email": "[email protected]",
450
                    "homepage": "https://www.erianna.com",
451
                    "role": "Lead Developer"
452
                }
453
            ],
454
            "description": "AWS S3 Uploader plugin for CiiMS",
455
            "homepage": "https://github.com/charlesportwoodii/CiiAWSUploader",
456
            "keywords": [
457
                "amazon",
458
                "aws",
459
                "file upload",
460
                "s3"
461
            ],
462
            "time": "2015-03-28 18:56:56"
463
        },
464
        {
465
            "name": "ciims-themes/default",
466
            "version": "3.0.20",
467
            "source": {
468
                "type": "git",
469
                "url": "https://github.com/charlesportwoodii/ciims-themes-default.git",
470
                "reference": "f4a5129da4a1aa347b8bffc1cd4175435a93573d"
471
            },
472
            "dist": {
473
                "type": "zip",
474
                "url": "https://api.github.com/repos/charlesportwoodii/ciims-themes-default/zipball/f4a5129da4a1aa347b8bffc1cd4175435a93573d",
475
                "reference": "f4a5129da4a1aa347b8bffc1cd4175435a93573d",
476
                "shasum": ""
477
            },
478
            "require": {
479
                "facebook/php-sdk": "v3.2.3",
480
                "google/apiclient": "dev-master",
481
                "kertz/twitteroauth": "dev-master"
482
            },
483
            "type": "drupal-theme",
484
            "notification-url": "https://packagist.org/downloads/",
485
            "license": [
486
                "MIT"
487
            ],
488
            "authors": [
489
                {
490
                    "name": "Charles R. Portwood II",
491
                    "email": "[email protected]",
492
                    "homepage": "https://www.erianna.com",
493
                    "role": "Lead Developer"
494
                }
495
            ],
496
            "description": "The default theme that comes with CiiMS",
497
            "homepage": "https://www.ciims.org",
498
            "keywords": [
499
                "CiiMS",
500
                "default",
501
                "theme"
502
            ],
503
            "time": "2015-08-07 19:40:07"
504
        },
505
        {
506
            "name": "ciims/requirements",
507
            "version": "dev-master",
508
            "source": {
509
                "type": "git",
510
                "url": "https://github.com/ciims/requirements.git",
511
                "reference": "470210cd3fc4c2682c3fab9ebdf9e9de698245ca"
512
            },
513
            "dist": {
514
                "type": "zip",
515
                "url": "https://api.github.com/repos/ciims/requirements/zipball/470210cd3fc4c2682c3fab9ebdf9e9de698245ca",
516
                "reference": "470210cd3fc4c2682c3fab9ebdf9e9de698245ca",
517
                "shasum": ""
518
            },
519
            "type": "library",
520
            "license": [
521
                "BSD"
522
            ],
523
            "authors": [
524
                {
525
                    "name": "Charles R. Portwood II",
526
                    "email": "[email protected]"
527
                }
528
            ],
529
            "description": "CiiMS requirements checker",
530
            "support": {
531
                "source": "https://github.com/ciims/requirements/tree/master",
532
                "issues": "https://github.com/ciims/requirements/issues"
533
            },
534
            "time": "2015-08-28 18:13:16"
535
        },
536
        {
537
            "name": "composer/installers",
538
            "version": "v1.0.19",
539
            "source": {
540
                "type": "git",
541
                "url": "https://github.com/composer/installers.git",
542
                "reference": "89d77bfbee79e16653f7162c86e602cc188471db"
543
            },
544
            "dist": {
545
                "type": "zip",
546
                "url": "https://api.github.com/repos/composer/installers/zipball/89d77bfbee79e16653f7162c86e602cc188471db",
547
                "reference": "89d77bfbee79e16653f7162c86e602cc188471db",
548
                "shasum": ""
549
            },
550
            "replace": {
551
                "roundcube/plugin-installer": "*",
552
                "shama/baton": "*"
553
            },
554
            "require-dev": {
555
                "composer/composer": "1.0.*@dev",
556
                "phpunit/phpunit": "4.1.*"
557
            },
558
            "type": "composer-installer",
559
            "extra": {
560
                "class": "Composer\\Installers\\Installer",
561
                "branch-alias": {
562
                    "dev-master": "1.0-dev"
563
                }
564
            },
565
            "autoload": {
566
                "psr-0": {
567
                    "Composer\\Installers\\": "src/"
568
                }
569
            },
570
            "notification-url": "https://packagist.org/downloads/",
571
            "license": [
572
                "MIT"
573
            ],
574
            "authors": [
575
                {
576
                    "name": "Kyle Robinson Young",
577
                    "email": "[email protected]",
578
                    "homepage": "https://github.com/shama"
579
                }
580
            ],
581
            "description": "A multi-framework Composer library installer",
582
            "homepage": "http://composer.github.com/installers/",
583
            "keywords": [
584
                "Craft",
585
                "Dolibarr",
586
                "Hurad",
587
                "MODX Evo",
588
                "OXID",
589
                "Thelia",
590
                "WolfCMS",
591
                "agl",
592
                "annotatecms",
593
                "bitrix",
594
                "cakephp",
595
                "chef",
596
                "codeigniter",
597
                "concrete5",
598
                "croogo",
599
                "dokuwiki",
600
                "drupal",
601
                "elgg",
602
                "fuelphp",
603
                "grav",
604
                "installer",
605
                "joomla",
606
                "kohana",
607
                "laravel",
608
                "lithium",
609
                "magento",
610
                "mako",
611
                "mediawiki",
612
                "modulework",
613
                "moodle",
614
                "phpbb",
615
                "piwik",
616
                "ppi",
617
                "puppet",
618
                "roundcube",
619
                "shopware",
620
                "silverstripe",
621
                "symfony",
622
                "typo3",
623
                "wordpress",
624
                "zend",
625
                "zikula"
626
            ],
627
            "time": "2014-11-29 01:29:17"
628
        },
629
        {
630
            "name": "defuse/php-encryption",
631
            "version": "v1.2.1",
632
            "source": {
633
                "type": "git",
634
                "url": "https://github.com/defuse/php-encryption.git",
635
                "reference": "b87737b2eec06b13f025cabea847338fa203d1b4"
636
            },
637
            "dist": {
638
                "type": "zip",
639
                "url": "https://api.github.com/repos/defuse/php-encryption/zipball/b87737b2eec06b13f025cabea847338fa203d1b4",
640
                "reference": "b87737b2eec06b13f025cabea847338fa203d1b4",
641
                "shasum": ""
642
            },
643
            "require": {
644
                "ext-mcrypt": "*",
645
                "ext-openssl": "*",
646
                "php": ">=5.4.0"
647
            },
648
            "type": "library",
649
            "autoload": {
650
                "files": [
651
                    "Crypto.php"
652
                ]
653
            },
654
            "notification-url": "https://packagist.org/downloads/",
655
            "license": [
656
                "MIT"
657
            ],
658
            "authors": [
659
                {
660
                    "name": "Taylor Hornby",
661
                    "email": "[email protected]"
662
                }
663
            ],
664
            "description": "Secure PHP Encryption Library",
665
            "keywords": [
666
                "aes",
667
                "cipher",
668
                "encryption",
669
                "mcrypt",
670
                "security"
671
            ],
672
            "time": "2015-03-14 20:27:45"
673
        },
674
        {
675
            "name": "facebook/php-sdk",
676
            "version": "v3.2.3",
677
            "source": {
678
                "type": "git",
679
                "url": "https://github.com/facebookarchive/facebook-php-sdk.git",
680
                "reference": "6714042fa2f5979d4c64c7d11fb4bcab16bdf6cb"
681
            },
682
            "dist": {
683
                "type": "zip",
684
                "url": "https://api.github.com/repos/facebookarchive/facebook-php-sdk/zipball/6714042fa2f5979d4c64c7d11fb4bcab16bdf6cb",
685
                "reference": "6714042fa2f5979d4c64c7d11fb4bcab16bdf6cb",
686
                "shasum": ""
687
            },
688
            "require": {
689
                "ext-curl": "*",
690
                "ext-json": "*",
691
                "php": ">=5.2.0"
692
            },
693
            "require-dev": {
694
                "phpunit/phpunit": "3.7.*"
695
            },
696
            "type": "library",
697
            "autoload": {
698
                "classmap": [
699
                    "src"
700
                ]
701
            },
702
            "notification-url": "https://packagist.org/downloads/",
703
            "license": [
704
                "Apache2"
705
            ],
706
            "authors": [
707
                {
708
                    "name": "Facebook",
709
                    "homepage": "https://github.com/facebook/facebook-php-sdk/contributors"
710
                }
711
            ],
712
            "description": "Facebook PHP SDK",
713
            "homepage": "https://github.com/facebook/facebook-php-sdk",
714
            "keywords": [
715
                "facebook",
716
                "sdk"
717
            ],
718
            "time": "2013-11-19 23:11:14"
719
        },
720
        {
721
            "name": "firebase/php-jwt",
722
            "version": "v3.0.0",
723
            "source": {
724
                "type": "git",
725
                "url": "https://github.com/firebase/php-jwt.git",
726
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
727
            },
728
            "dist": {
729
                "type": "zip",
730
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
731
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
732
                "shasum": ""
733
            },
734
            "require": {
735
                "php": ">=5.3.0"
736
            },
737
            "type": "library",
738
            "autoload": {
739
                "psr-4": {
740
                    "Firebase\\JWT\\": "src"
741
                }
742
            },
743
            "notification-url": "https://packagist.org/downloads/",
744
            "license": [
745
                "BSD-3-Clause"
746
            ],
747
            "authors": [
748
                {
749
                    "name": "Neuman Vong",
750
                    "email": "[email protected]",
751
                    "role": "Developer"
752
                },
753
                {
754
                    "name": "Anant Narayanan",
755
                    "email": "[email protected]",
756
                    "role": "Developer"
757
                }
758
            ],
759
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
760
            "homepage": "https://github.com/firebase/php-jwt",
761
            "time": "2015-07-22 18:31:08"
762
        },
763
        {
764
            "name": "google/apiclient",
765
            "version": "dev-master",
766
            "source": {
767
                "type": "git",
768
                "url": "https://github.com/google/google-api-php-client.git",
769
                "reference": "87dff9908464b150334283cd092d7d96e0dcc5bf"
770
            },
771
            "dist": {
772
                "type": "zip",
773
                "url": "https://api.github.com/repos/google/google-api-php-client/zipball/87dff9908464b150334283cd092d7d96e0dcc5bf",
774
                "reference": "87dff9908464b150334283cd092d7d96e0dcc5bf",
775
                "shasum": ""
776
            },
777
            "require": {
778
                "firebase/php-jwt": "~2.0|~3.0",
779
                "google/auth": "0.7",
780
                "guzzlehttp/guzzle": "~5.2|~6.0",
781
                "guzzlehttp/psr7": "1.2.*",
782
                "monolog/monolog": "^1.17",
783
                "php": ">=5.4",
784
                "phpseclib/phpseclib": "~2.0",
785
                "psr/http-message": "1.0.*"
786
            },
787
            "require-dev": {
788
                "phpunit/phpunit": "~4",
789
                "squizlabs/php_codesniffer": "~2.3",
790
                "symfony/css-selector": "~2.0",
791
                "symfony/dom-crawler": "~2.0"
792
            },
793
            "type": "library",
794
            "extra": {
795
                "branch-alias": {
796
                    "dev-master": "2.x-dev"
797
                }
798
            },
799
            "autoload": {
800
                "psr-0": {
801
                    "Google_": "src/"
802
                },
803
                "classmap": [
804
                    "src/Google/Service/"
805
                ]
806
            },
807
            "notification-url": "https://packagist.org/downloads/",
808
            "license": [
809
                "Apache-2.0"
810
            ],
811
            "description": "Client library for Google APIs",
812
            "homepage": "http://developers.google.com/api-client-library/php",
813
            "keywords": [
814
                "google"
815
            ],
816
            "time": "2016-03-05 02:40:17"
817
        },
818
        {
819
            "name": "google/auth",
820
            "version": "v0.7",
821
            "source": {
822
                "type": "git",
823
                "url": "https://github.com/google/google-auth-library-php.git",
824
                "reference": "f3288860ce7b3076a6768e4ff7b85e0f6100e221"
825
            },
826
            "dist": {
827
                "type": "zip",
828
                "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/f3288860ce7b3076a6768e4ff7b85e0f6100e221",
829
                "reference": "f3288860ce7b3076a6768e4ff7b85e0f6100e221",
830
                "shasum": ""
831
            },
832
            "require": {
833
                "firebase/php-jwt": "~2.0|~3.0",
834
                "guzzlehttp/guzzle": "~5.2|~6.0",
835
                "guzzlehttp/psr7": "1.2.*",
836
                "php": ">=5.4",
837
                "psr/http-message": "1.0.*"
838
            },
839
            "require-dev": {
840
                "phplint/phplint": "0.0.1",
841
                "phpunit/phpunit": "3.7.*"
842
            },
843
            "type": "library",
844
            "autoload": {
845
                "classmap": [
846
                    "src/"
847
                ],
848
                "psr-4": {
849
                    "Google\\Auth\\": "src"
850
                }
851
            },
852
            "notification-url": "https://packagist.org/downloads/",
853
            "license": [
854
                "Apache-2.0"
855
            ],
856
            "description": "Google Auth Library for PHP",
857
            "homepage": "http://github.com/google/google-auth-library-php",
858
            "keywords": [
859
                "Authentication",
860
                "google",
861
                "oauth2"
862
            ],
863
            "time": "2016-03-03 02:03:58"
864
        },
865
        {
866
            "name": "guzzle/guzzle",
867
            "version": "v3.9.3",
868
            "source": {
869
                "type": "git",
870
                "url": "https://github.com/guzzle/guzzle3.git",
871
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
872
            },
873
            "dist": {
874
                "type": "zip",
875
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
876
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
877
                "shasum": ""
878
            },
879
            "require": {
880
                "ext-curl": "*",
881
                "php": ">=5.3.3",
882
                "symfony/event-dispatcher": "~2.1"
883
            },
884
            "replace": {
885
                "guzzle/batch": "self.version",
886
                "guzzle/cache": "self.version",
887
                "guzzle/common": "self.version",
888
                "guzzle/http": "self.version",
889
                "guzzle/inflection": "self.version",
890
                "guzzle/iterator": "self.version",
891
                "guzzle/log": "self.version",
892
                "guzzle/parser": "self.version",
893
                "guzzle/plugin": "self.version",
894
                "guzzle/plugin-async": "self.version",
895
                "guzzle/plugin-backoff": "self.version",
896
                "guzzle/plugin-cache": "self.version",
897
                "guzzle/plugin-cookie": "self.version",
898
                "guzzle/plugin-curlauth": "self.version",
899
                "guzzle/plugin-error-response": "self.version",
900
                "guzzle/plugin-history": "self.version",
901
                "guzzle/plugin-log": "self.version",
902
                "guzzle/plugin-md5": "self.version",
903
                "guzzle/plugin-mock": "self.version",
904
                "guzzle/plugin-oauth": "self.version",
905
                "guzzle/service": "self.version",
906
                "guzzle/stream": "self.version"
907
            },
908
            "require-dev": {
909
                "doctrine/cache": "~1.3",
910
                "monolog/monolog": "~1.0",
911
                "phpunit/phpunit": "3.7.*",
912
                "psr/log": "~1.0",
913
                "symfony/class-loader": "~2.1",
914
                "zendframework/zend-cache": "2.*,<2.3",
915
                "zendframework/zend-log": "2.*,<2.3"
916
            },
917
            "suggest": {
918
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
919
            },
920
            "type": "library",
921
            "extra": {
922
                "branch-alias": {
923
                    "dev-master": "3.9-dev"
924
                }
925
            },
926
            "autoload": {
927
                "psr-0": {
928
                    "Guzzle": "src/",
929
                    "Guzzle\\Tests": "tests/"
930
                }
931
            },
932
            "notification-url": "https://packagist.org/downloads/",
933
            "license": [
934
                "MIT"
935
            ],
936
            "authors": [
937
                {
938
                    "name": "Michael Dowling",
939
                    "email": "[email protected]",
940
                    "homepage": "https://github.com/mtdowling"
941
                },
942
                {
943
                    "name": "Guzzle Community",
944
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
945
                }
946
            ],
947
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
948
            "homepage": "http://guzzlephp.org/",
949
            "keywords": [
950
                "client",
951
                "curl",
952
                "framework",
953
                "http",
954
                "http client",
955
                "rest",
956
                "web service"
957
            ],
958
            "time": "2015-03-18 18:23:50"
959
        },
960
        {
961
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
962
            "version": "6.1.1",
963
            "source": {
964
                "type": "git",
965
                "url": "https://github.com/guzzle/guzzle.git",
966
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
967
            },
968
            "dist": {
969
                "type": "zip",
970
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
971
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
972
                "shasum": ""
973
            },
974
            "require": {
975
                "guzzlehttp/promises": "~1.0",
976
                "guzzlehttp/psr7": "~1.1",
977
                "php": ">=5.5.0"
978
            },
979
            "require-dev": {
980
                "ext-curl": "*",
981
                "phpunit/phpunit": "~4.0",
982
                "psr/log": "~1.0"
983
            },
984
            "type": "library",
985
            "extra": {
986
                "branch-alias": {
987
                    "dev-master": "6.1-dev"
988
                }
989
            },
990
            "autoload": {
991
                "files": [
992
                    "src/functions_include.php"
993
                ],
994
                "psr-4": {
995
                    "GuzzleHttp\\": "src/"
996
                }
997
            },
998
            "notification-url": "https://packagist.org/downloads/",
999
            "license": [
1000
                "MIT"
1001
            ],
1002
            "authors": [
1003
                {
1004
                    "name": "Michael Dowling",
1005
                    "email": "[email protected]",
1006
                    "homepage": "https://github.com/mtdowling"
1007
                }
1008
            ],
1009
            "description": "Guzzle is a PHP HTTP client library",
1010
            "homepage": "http://guzzlephp.org/",
1011
            "keywords": [
1012
                "client",
1013
                "curl",
1014
                "framework",
1015
                "http",
1016
                "http client",
1017
                "rest",
1018
                "web service"
1019
            ],
1020
            "time": "2015-11-23 00:47:50"
1021
        },
1022
        {
1023
            "name": "guzzlehttp/promises",
1024
            "version": "1.1.0",
1025
            "source": {
1026
                "type": "git",
1027
                "url": "https://github.com/guzzle/promises.git",
1028
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
1029
            },
1030
            "dist": {
1031
                "type": "zip",
1032
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
1033
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
1034
                "shasum": ""
1035
            },
1036
            "require": {
1037
                "php": ">=5.5.0"
1038
            },
1039
            "require-dev": {
1040
                "phpunit/phpunit": "~4.0"
1041
            },
1042
            "type": "library",
1043
            "extra": {
1044
                "branch-alias": {
1045
                    "dev-master": "1.0-dev"
1046
                }
1047
            },
1048
            "autoload": {
1049
                "psr-4": {
1050
                    "GuzzleHttp\\Promise\\": "src/"
1051
                },
1052
                "files": [
1053
                    "src/functions_include.php"
1054
                ]
1055
            },
1056
            "notification-url": "https://packagist.org/downloads/",
1057
            "license": [
1058
                "MIT"
1059
            ],
1060
            "authors": [
1061
                {
1062
                    "name": "Michael Dowling",
1063
                    "email": "[email protected]",
1064
                    "homepage": "https://github.com/mtdowling"
1065
                }
1066
            ],
1067
            "description": "Guzzle promises library",
1068
            "keywords": [
1069
                "promise"
1070
            ],
1071
            "time": "2016-03-08 01:15:46"
1072
        },
1073
        {
1074
            "name": "guzzlehttp/psr7",
1075
            "version": "1.2.3",
1076
            "source": {
1077
                "type": "git",
1078
                "url": "https://github.com/guzzle/psr7.git",
1079
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
1080
            },
1081
            "dist": {
1082
                "type": "zip",
1083
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
1084
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
1085
                "shasum": ""
1086
            },
1087
            "require": {
1088
                "php": ">=5.4.0",
1089
                "psr/http-message": "~1.0"
1090
            },
1091
            "provide": {
1092
                "psr/http-message-implementation": "1.0"
1093
            },
1094
            "require-dev": {
1095
                "phpunit/phpunit": "~4.0"
1096
            },
1097
            "type": "library",
1098
            "extra": {
1099
                "branch-alias": {
1100
                    "dev-master": "1.0-dev"
1101
                }
1102
            },
1103
            "autoload": {
1104
                "psr-4": {
1105
                    "GuzzleHttp\\Psr7\\": "src/"
1106
                },
1107
                "files": [
1108
                    "src/functions_include.php"
1109
                ]
1110
            },
1111
            "notification-url": "https://packagist.org/downloads/",
1112
            "license": [
1113
                "MIT"
1114
            ],
1115
            "authors": [
1116
                {
1117
                    "name": "Michael Dowling",
1118
                    "email": "[email protected]",
1119
                    "homepage": "https://github.com/mtdowling"
1120
                }
1121
            ],
1122
            "description": "PSR-7 message implementation",
1123
            "keywords": [
1124
                "http",
1125
                "message",
1126
                "stream",
1127
                "uri"
1128
            ],
1129
            "time": "2016-02-18 21:54:00"
1130
        },
1131
        {
1132
            "name": "hashids/hashids",
1133
            "version": "1.0.4",
1134
            "source": {
1135
                "type": "git",
1136
                "url": "https://github.com/ivanakimov/hashids.php.git",
1137
                "reference": "fd6593e705bee9d0443c6faeaa6aa004a9fca28d"
1138
            },
1139
            "dist": {
1140
                "type": "zip",
1141
                "url": "https://api.github.com/repos/ivanakimov/hashids.php/zipball/fd6593e705bee9d0443c6faeaa6aa004a9fca28d",
1142
                "reference": "fd6593e705bee9d0443c6faeaa6aa004a9fca28d",
1143
                "shasum": ""
1144
            },
1145
            "require": {
1146
                "php": ">=5.3.0"
1147
            },
1148
            "require-dev": {
1149
                "phpunit/phpunit": "3.7.*"
1150
            },
1151
            "type": "library",
1152
            "extra": {
1153
                "branch-alias": {
1154
                    "dev-master": "1.0-dev"
1155
                }
1156
            },
1157
            "autoload": {
1158
                "psr-0": {
1159
                    "Hashids": "lib/"
1160
                }
1161
            },
1162
            "notification-url": "https://packagist.org/downloads/",
1163
            "license": [
1164
                "MIT"
1165
            ],
1166
            "authors": [
1167
                {
1168
                    "name": "Ivan Akimov",
1169
                    "email": "[email protected]",
1170
                    "homepage": "https://twitter.com/IvanAkimov"
1171
                }
1172
            ],
1173
            "description": "Generate hashids like YouTube or Bitly from numbers to obfuscate your database primary ids, or navigate to the right shard.",
1174
            "homepage": "http://hashids.org/php",
1175
            "keywords": [
1176
                "bitly",
1177
                "decrypt",
1178
                "encrypt",
1179
                "hash",
1180
                "hashid",
1181
                "hashids",
1182
                "ids",
1183
                "obfuscate",
1184
                "youtube"
1185
            ],
1186
            "time": "2014-11-14 20:39:09"
1187
        },
1188
        {
1189
            "name": "hybridauth/hybridauth",
1190
            "version": "v2.3.0",
1191
            "source": {
1192
                "type": "git",
1193
                "url": "https://github.com/hybridauth/hybridauth.git",
1194
                "reference": "1b161fb779ce352592fc0499b9a89713623a8ae5"
1195
            },
1196
            "dist": {
1197
                "type": "zip",
1198
                "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/1b161fb779ce352592fc0499b9a89713623a8ae5",
1199
                "reference": "1b161fb779ce352592fc0499b9a89713623a8ae5",
1200
                "shasum": ""
1201
            },
1202
            "require": {
1203
                "ext-curl": "*",
1204
                "php": ">=5.2.0"
1205
            },
1206
            "type": "library",
1207
            "autoload": {
1208
                "psr-0": {
1209
                    "Hybrid": "hybridauth/"
1210
                }
1211
            },
1212
            "notification-url": "https://packagist.org/downloads/",
1213
            "license": [
1214
                "(MIT or GPL-3.0+)"
1215
            ],
1216
            "authors": [
1217
                {
1218
                    "name": "Miled",
1219
                    "email": "[email protected]"
1220
                }
1221
            ],
1222
            "description": "Open source social sign on PHP library.",
1223
            "homepage": "http://hybridauth.sourceforge.net",
1224
            "keywords": [
1225
                "OpenId",
1226
                "facebook",
1227
                "google",
1228
                "hybridauth",
1229
                "login",
1230
                "oauth",
1231
                "social",
1232
                "twitter",
1233
                "yahoo"
1234
            ],
1235
            "time": "2014-11-16 17:11:52"
1236
        },
1237
        {
1238
            "name": "kertz/twitteroauth",
1239
            "version": "dev-master",
1240
            "source": {
1241
                "type": "git",
1242
                "url": "https://github.com/kertz/twitteroauth.git",
1243
                "reference": "97b677ca030e7de7dcade797aabb4af8a3aa463f"
1244
            },
1245
            "dist": {
1246
                "type": "zip",
1247
                "url": "https://api.github.com/repos/kertz/twitteroauth/zipball/97b677ca030e7de7dcade797aabb4af8a3aa463f",
1248
                "reference": "97b677ca030e7de7dcade797aabb4af8a3aa463f",
1249
                "shasum": ""
1250
            },
1251
            "require": {
1252
                "ext-curl": "*",
1253
                "php": ">=5.3.0"
1254
            },
1255
            "type": "library",
1256
            "autoload": {
1257
                "classmap": [
1258
                    "twitteroauth"
1259
                ]
1260
            },
1261
            "notification-url": "https://packagist.org/downloads/",
1262
            "time": "2014-02-23 11:27:58"
1263
        },
1264
        {
1265
            "name": "monolog/monolog",
1266
            "version": "1.18.0",
1267
            "source": {
1268
                "type": "git",
1269
                "url": "https://github.com/Seldaek/monolog.git",
1270
                "reference": "e19b764b5c855580e8ffa7e615f72c10fd2f99cc"
1271
            },
1272
            "dist": {
1273
                "type": "zip",
1274
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/e19b764b5c855580e8ffa7e615f72c10fd2f99cc",
1275
                "reference": "e19b764b5c855580e8ffa7e615f72c10fd2f99cc",
1276
                "shasum": ""
1277
            },
1278
            "require": {
1279
                "php": ">=5.3.0",
1280
                "psr/log": "~1.0"
1281
            },
1282
            "provide": {
1283
                "psr/log-implementation": "1.0.0"
1284
            },
1285
            "require-dev": {
1286
                "aws/aws-sdk-php": "^2.4.9",
1287
                "doctrine/couchdb": "~1.0@dev",
1288
                "graylog2/gelf-php": "~1.0",
1289
                "jakub-onderka/php-parallel-lint": "0.9",
1290
                "php-console/php-console": "^3.1.3",
1291
                "phpunit/phpunit": "~4.5",
1292
                "phpunit/phpunit-mock-objects": "2.3.0",
1293
                "raven/raven": "^0.13",
1294
                "ruflin/elastica": ">=0.90 <3.0",
1295
                "swiftmailer/swiftmailer": "~5.3",
1296
                "videlalvaro/php-amqplib": "~2.4"
1297
            },
1298
            "suggest": {
1299
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1300
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1301
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1302
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1303
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1304
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1305
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1306
                "raven/raven": "Allow sending log messages to a Sentry server",
1307
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1308
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1309
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1310
            },
1311
            "type": "library",
1312
            "extra": {
1313
                "branch-alias": {
1314
                    "dev-master": "2.0.x-dev"
1315
                }
1316
            },
1317
            "autoload": {
1318
                "psr-4": {
1319
                    "Monolog\\": "src/Monolog"
1320
                }
1321
            },
1322
            "notification-url": "https://packagist.org/downloads/",
1323
            "license": [
1324
                "MIT"
1325
            ],
1326
            "authors": [
1327
                {
1328
                    "name": "Jordi Boggiano",
1329
                    "email": "[email protected]",
1330
                    "homepage": "http://seld.be"
1331
                }
1332
            ],
1333
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1334
            "homepage": "http://github.com/Seldaek/monolog",
1335
            "keywords": [
1336
                "log",
1337
                "logging",
1338
                "psr-3"
1339
            ],
1340
            "time": "2016-03-01 18:00:40"
1341
        },
1342
        {
1343
            "name": "php-curl-class/php-curl-class",
1344
            "version": "4.6.9",
1345
            "source": {
1346
                "type": "git",
1347
                "url": "https://github.com/php-curl-class/php-curl-class.git",
1348
                "reference": "ae15ff9ab12c82bdd93a1acd7a7564fbb007b9c5"
1349
            },
1350
            "dist": {
1351
                "type": "zip",
1352
                "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/ae15ff9ab12c82bdd93a1acd7a7564fbb007b9c5",
1353
                "reference": "ae15ff9ab12c82bdd93a1acd7a7564fbb007b9c5",
1354
                "shasum": ""
1355
            },
1356
            "require": {
1357
                "ext-curl": "*",
1358
                "php": ">=5.3"
1359
            },
1360
            "require-dev": {
1361
                "phpunit/phpunit": "*"
1362
            },
1363
            "type": "library",
1364
            "autoload": {
1365
                "classmap": [
1366
                    "src/"
1367
                ]
1368
            },
1369
            "notification-url": "https://packagist.org/downloads/",
1370
            "license": [
1371
                "Unlicense"
1372
            ],
1373
            "authors": [
1374
                {
1375
                    "name": "Zach Borboa"
1376
                }
1377
            ],
1378
            "description": "PHP Curl Class is an object-oriented wrapper of the PHP cURL extension.",
1379
            "homepage": "https://github.com/php-curl-class/php-curl-class",
1380
            "keywords": [
1381
                "api",
1382
                "class",
1383
                "client",
1384
                "curl",
1385
                "framework",
1386
                "http",
1387
                "http client",
1388
                "json",
1389
                "php",
1390
                "requests",
1391
                "rest",
1392
                "restful",
1393
                "web service",
1394
                "xml"
1395
            ],
1396
            "time": "2015-08-21 22:48:09"
1397
        },
1398
        {
1399
            "name": "phpmailer/phpmailer",
0 ignored issues
show
There are 4 security advisories for your installed version of phpmailer/phpmailer:

- Remote Code Execution
- Local File Disclosure
- XSS vulnerability in code example
- Remote Code Execution
Loading history...
1400
            "version": "v5.2.14",
1401
            "source": {
1402
                "type": "git",
1403
                "url": "https://github.com/PHPMailer/PHPMailer.git",
1404
                "reference": "e774bc9152de85547336e22b8926189e582ece95"
1405
            },
1406
            "dist": {
1407
                "type": "zip",
1408
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95",
1409
                "reference": "e774bc9152de85547336e22b8926189e582ece95",
1410
                "shasum": ""
1411
            },
1412
            "require": {
1413
                "php": ">=5.0.0"
1414
            },
1415
            "require-dev": {
1416
                "phpdocumentor/phpdocumentor": "*",
1417
                "phpunit/phpunit": "4.7.*"
1418
            },
1419
            "suggest": {
1420
                "league/oauth2-client": "Needed for XOAUTH2 authentication",
1421
                "league/oauth2-google": "Needed for Gmail XOAUTH2"
1422
            },
1423
            "type": "library",
1424
            "autoload": {
1425
                "classmap": [
1426
                    "class.phpmailer.php",
1427
                    "class.phpmaileroauth.php",
1428
                    "class.phpmaileroauthgoogle.php",
1429
                    "class.smtp.php",
1430
                    "class.pop3.php",
1431
                    "extras/EasyPeasyICS.php",
1432
                    "extras/ntlm_sasl_client.php"
1433
                ]
1434
            },
1435
            "notification-url": "https://packagist.org/downloads/",
1436
            "license": [
1437
                "LGPL-2.1"
1438
            ],
1439
            "authors": [
1440
                {
1441
                    "name": "Jim Jagielski",
1442
                    "email": "[email protected]"
1443
                },
1444
                {
1445
                    "name": "Marcus Bointon",
1446
                    "email": "[email protected]"
1447
                },
1448
                {
1449
                    "name": "Andy Prevost",
1450
                    "email": "[email protected]"
1451
                },
1452
                {
1453
                    "name": "Brent R. Matzelle"
1454
                }
1455
            ],
1456
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1457
            "time": "2015-11-01 10:15:28"
1458
        },
1459
        {
1460
            "name": "phpseclib/phpseclib",
1461
            "version": "2.0.1",
1462
            "source": {
1463
                "type": "git",
1464
                "url": "https://github.com/phpseclib/phpseclib.git",
1465
                "reference": "ba6fb78f727cd09f2a649113b95468019e490585"
1466
            },
1467
            "dist": {
1468
                "type": "zip",
1469
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ba6fb78f727cd09f2a649113b95468019e490585",
1470
                "reference": "ba6fb78f727cd09f2a649113b95468019e490585",
1471
                "shasum": ""
1472
            },
1473
            "require": {
1474
                "php": ">=5.3.3"
1475
            },
1476
            "require-dev": {
1477
                "phing/phing": "~2.7",
1478
                "phpunit/phpunit": "~4.0",
1479
                "sami/sami": "~2.0",
1480
                "squizlabs/php_codesniffer": "~2.0"
1481
            },
1482
            "suggest": {
1483
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1484
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1485
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1486
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1487
            },
1488
            "type": "library",
1489
            "autoload": {
1490
                "psr-4": {
1491
                    "phpseclib\\": "phpseclib/"
1492
                }
1493
            },
1494
            "notification-url": "https://packagist.org/downloads/",
1495
            "license": [
1496
                "MIT"
1497
            ],
1498
            "authors": [
1499
                {
1500
                    "name": "Jim Wigginton",
1501
                    "email": "[email protected]",
1502
                    "role": "Lead Developer"
1503
                },
1504
                {
1505
                    "name": "Patrick Monnerat",
1506
                    "email": "[email protected]",
1507
                    "role": "Developer"
1508
                },
1509
                {
1510
                    "name": "Andreas Fischer",
1511
                    "email": "[email protected]",
1512
                    "role": "Developer"
1513
                },
1514
                {
1515
                    "name": "Hans-Jürgen Petrich",
1516
                    "email": "[email protected]",
1517
                    "role": "Developer"
1518
                },
1519
                {
1520
                    "name": "Graham Campbell",
1521
                    "email": "[email protected]",
1522
                    "role": "Developer"
1523
                }
1524
            ],
1525
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1526
            "homepage": "http://phpseclib.sourceforge.net",
1527
            "keywords": [
1528
                "BigInteger",
1529
                "aes",
1530
                "asn.1",
1531
                "asn1",
1532
                "blowfish",
1533
                "crypto",
1534
                "cryptography",
1535
                "encryption",
1536
                "rsa",
1537
                "security",
1538
                "sftp",
1539
                "signature",
1540
                "signing",
1541
                "ssh",
1542
                "twofish",
1543
                "x.509",
1544
                "x509"
1545
            ],
1546
            "time": "2016-01-18 17:07:21"
1547
        },
1548
        {
1549
            "name": "psr/http-message",
1550
            "version": "1.0",
1551
            "source": {
1552
                "type": "git",
1553
                "url": "https://github.com/php-fig/http-message.git",
1554
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1555
            },
1556
            "dist": {
1557
                "type": "zip",
1558
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1559
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1560
                "shasum": ""
1561
            },
1562
            "require": {
1563
                "php": ">=5.3.0"
1564
            },
1565
            "type": "library",
1566
            "extra": {
1567
                "branch-alias": {
1568
                    "dev-master": "1.0.x-dev"
1569
                }
1570
            },
1571
            "autoload": {
1572
                "psr-4": {
1573
                    "Psr\\Http\\Message\\": "src/"
1574
                }
1575
            },
1576
            "notification-url": "https://packagist.org/downloads/",
1577
            "license": [
1578
                "MIT"
1579
            ],
1580
            "authors": [
1581
                {
1582
                    "name": "PHP-FIG",
1583
                    "homepage": "http://www.php-fig.org/"
1584
                }
1585
            ],
1586
            "description": "Common interface for HTTP messages",
1587
            "keywords": [
1588
                "http",
1589
                "http-message",
1590
                "psr",
1591
                "psr-7",
1592
                "request",
1593
                "response"
1594
            ],
1595
            "time": "2015-05-04 20:22:00"
1596
        },
1597
        {
1598
            "name": "psr/log",
1599
            "version": "1.0.0",
1600
            "source": {
1601
                "type": "git",
1602
                "url": "https://github.com/php-fig/log.git",
1603
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1604
            },
1605
            "dist": {
1606
                "type": "zip",
1607
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1608
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1609
                "shasum": ""
1610
            },
1611
            "type": "library",
1612
            "autoload": {
1613
                "psr-0": {
1614
                    "Psr\\Log\\": ""
1615
                }
1616
            },
1617
            "notification-url": "https://packagist.org/downloads/",
1618
            "license": [
1619
                "MIT"
1620
            ],
1621
            "authors": [
1622
                {
1623
                    "name": "PHP-FIG",
1624
                    "homepage": "http://www.php-fig.org/"
1625
                }
1626
            ],
1627
            "description": "Common interface for logging libraries",
1628
            "keywords": [
1629
                "log",
1630
                "psr",
1631
                "psr-3"
1632
            ],
1633
            "time": "2012-12-21 11:40:51"
1634
        },
1635
        {
1636
            "name": "rych/otp",
1637
            "version": "dev-master",
1638
            "source": {
1639
                "type": "git",
1640
                "url": "https://github.com/rchouinard/rych-otp.git",
1641
                "reference": "b3c7fc11284c546cd291f14fb383a7d49ab23832"
1642
            },
1643
            "dist": {
1644
                "type": "zip",
1645
                "url": "https://api.github.com/repos/rchouinard/rych-otp/zipball/b3c7fc11284c546cd291f14fb383a7d49ab23832",
1646
                "reference": "b3c7fc11284c546cd291f14fb383a7d49ab23832",
1647
                "shasum": ""
1648
            },
1649
            "require": {
1650
                "ext-hash": "*",
1651
                "php": ">=5.3.4",
1652
                "rych/random": "0.1.*"
1653
            },
1654
            "require-dev": {
1655
                "phpunit/phpunit": "~4.7",
1656
                "satooshi/php-coveralls": "~0.6"
1657
            },
1658
            "type": "library",
1659
            "autoload": {
1660
                "psr-4": {
1661
                    "Rych\\OTP\\": "src/"
1662
                }
1663
            },
1664
            "notification-url": "https://packagist.org/downloads/",
1665
            "license": [
1666
                "MIT"
1667
            ],
1668
            "authors": [
1669
                {
1670
                    "name": "Ryan Chouinard",
1671
                    "email": "[email protected]",
1672
                    "homepage": "http://ryanchouinard.com"
1673
                }
1674
            ],
1675
            "description": "PHP implementation of the OATH one-time password standards",
1676
            "homepage": "https://github.com/rchouinard/rych-otp",
1677
            "keywords": [
1678
                "hotp",
1679
                "oath",
1680
                "otp",
1681
                "rfc4226",
1682
                "rfc6238",
1683
                "security",
1684
                "totp"
1685
            ],
1686
            "time": "2015-06-30 03:38:02"
1687
        },
1688
        {
1689
            "name": "rych/random",
1690
            "version": "v0.1.0",
1691
            "target-dir": "Rych/Random",
1692
            "source": {
1693
                "type": "git",
1694
                "url": "https://github.com/rchouinard/rych-random.git",
1695
                "reference": "c728202f2ba60cf158a711c751979006944c4ec5"
1696
            },
1697
            "dist": {
1698
                "type": "zip",
1699
                "url": "https://api.github.com/repos/rchouinard/rych-random/zipball/c728202f2ba60cf158a711c751979006944c4ec5",
1700
                "reference": "c728202f2ba60cf158a711c751979006944c4ec5",
1701
                "shasum": ""
1702
            },
1703
            "require": {
1704
                "php": ">=5.3.4"
1705
            },
1706
            "require-dev": {
1707
                "fabpot/php-cs-fixer": "0.4.*@dev",
1708
                "phpunit/phpunit": "3.7.*",
1709
                "satooshi/php-coveralls": "dev-master"
1710
            },
1711
            "suggest": {
1712
                "ext-mcrypt": "*",
1713
                "ext-openssl": "*"
1714
            },
1715
            "type": "library",
1716
            "extra": {
1717
                "branch-alias": {
1718
                    "dev-master": "1.0-dev"
1719
                }
1720
            },
1721
            "autoload": {
1722
                "psr-0": {
1723
                    "Rych\\Random": ""
1724
                }
1725
            },
1726
            "notification-url": "https://packagist.org/downloads/",
1727
            "license": [
1728
                "MIT"
1729
            ],
1730
            "authors": [
1731
                {
1732
                    "name": "Ryan Chouinard",
1733
                    "email": "[email protected]",
1734
                    "homepage": "http://ryanchouinard.com"
1735
                }
1736
            ],
1737
            "description": "Random data generator for PHP",
1738
            "homepage": "https://github.com/rchouinard/rych-random",
1739
            "keywords": [
1740
                "cryptography",
1741
                "random"
1742
            ],
1743
            "time": "2013-11-12 03:36:50"
1744
        },
1745
        {
1746
            "name": "symfony/event-dispatcher",
1747
            "version": "v2.8.3",
1748
            "source": {
1749
                "type": "git",
1750
                "url": "https://github.com/symfony/event-dispatcher.git",
1751
                "reference": "78c468665c9568c3faaa9c416a7134308f2d85c3"
1752
            },
1753
            "dist": {
1754
                "type": "zip",
1755
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/78c468665c9568c3faaa9c416a7134308f2d85c3",
1756
                "reference": "78c468665c9568c3faaa9c416a7134308f2d85c3",
1757
                "shasum": ""
1758
            },
1759
            "require": {
1760
                "php": ">=5.3.9"
1761
            },
1762
            "require-dev": {
1763
                "psr/log": "~1.0",
1764
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
1765
                "symfony/dependency-injection": "~2.6|~3.0.0",
1766
                "symfony/expression-language": "~2.6|~3.0.0",
1767
                "symfony/stopwatch": "~2.3|~3.0.0"
1768
            },
1769
            "suggest": {
1770
                "symfony/dependency-injection": "",
1771
                "symfony/http-kernel": ""
1772
            },
1773
            "type": "library",
1774
            "extra": {
1775
                "branch-alias": {
1776
                    "dev-master": "2.8-dev"
1777
                }
1778
            },
1779
            "autoload": {
1780
                "psr-4": {
1781
                    "Symfony\\Component\\EventDispatcher\\": ""
1782
                },
1783
                "exclude-from-classmap": [
1784
                    "/Tests/"
1785
                ]
1786
            },
1787
            "notification-url": "https://packagist.org/downloads/",
1788
            "license": [
1789
                "MIT"
1790
            ],
1791
            "authors": [
1792
                {
1793
                    "name": "Fabien Potencier",
1794
                    "email": "[email protected]"
1795
                },
1796
                {
1797
                    "name": "Symfony Community",
1798
                    "homepage": "https://symfony.com/contributors"
1799
                }
1800
            ],
1801
            "description": "Symfony EventDispatcher Component",
1802
            "homepage": "https://symfony.com",
1803
            "time": "2016-01-27 05:14:19"
1804
        },
1805
        {
1806
            "name": "yiisoft/yii",
1807
            "version": "1.1.17",
1808
            "source": {
1809
                "type": "git",
1810
                "url": "https://github.com/yiisoft/yii.git",
1811
                "reference": "467ff50a77bf7030a168defc1d47f446136d6228"
1812
            },
1813
            "dist": {
1814
                "type": "zip",
1815
                "url": "https://api.github.com/repos/yiisoft/yii/zipball/467ff50a77bf7030a168defc1d47f446136d6228",
1816
                "reference": "467ff50a77bf7030a168defc1d47f446136d6228",
1817
                "shasum": ""
1818
            },
1819
            "require": {
1820
                "php": ">=5.1.0"
1821
            },
1822
            "bin": [
1823
                "framework/yiic"
1824
            ],
1825
            "type": "library",
1826
            "autoload": {
1827
                "classmap": [
1828
                    "framework/YiiBase.php",
1829
                    "framework/yii.php"
1830
                ]
1831
            },
1832
            "notification-url": "https://packagist.org/downloads/",
1833
            "license": [
1834
                "BSD-3-Clause"
1835
            ],
1836
            "authors": [
1837
                {
1838
                    "name": "Qiang Xue",
1839
                    "email": "[email protected]",
1840
                    "homepage": "http://www.yiiframework.com/",
1841
                    "role": "Founder and project lead"
1842
                },
1843
                {
1844
                    "name": "Alexander Makarov",
1845
                    "email": "[email protected]",
1846
                    "homepage": "http://rmcreative.ru/",
1847
                    "role": "Core framework development"
1848
                },
1849
                {
1850
                    "name": "Maurizio Domba",
1851
                    "homepage": "http://mdomba.info/",
1852
                    "role": "Core framework development"
1853
                },
1854
                {
1855
                    "name": "Carsten Brandt",
1856
                    "email": "[email protected]",
1857
                    "homepage": "http://cebe.cc/",
1858
                    "role": "Core framework development"
1859
                },
1860
                {
1861
                    "name": "Wei Zhuo",
1862
                    "email": "[email protected]",
1863
                    "role": "Project site maintenance and development"
1864
                },
1865
                {
1866
                    "name": "Sebastián Thierer",
1867
                    "email": "[email protected]",
1868
                    "role": "Component development"
1869
                },
1870
                {
1871
                    "name": "Jeffrey Winesett",
1872
                    "email": "[email protected]",
1873
                    "role": "Documentation and marketing"
1874
                },
1875
                {
1876
                    "name": "Timur Ruziev",
1877
                    "email": "[email protected]",
1878
                    "homepage": "http://resurtm.com/",
1879
                    "role": "Core framework development"
1880
                },
1881
                {
1882
                    "name": "Paul Klimov",
1883
                    "email": "[email protected]",
1884
                    "role": "Core framework development"
1885
                }
1886
            ],
1887
            "description": "Yii Web Programming Framework",
1888
            "homepage": "http://www.yiiframework.com/",
1889
            "keywords": [
1890
                "framework",
1891
                "yii"
1892
            ],
1893
            "time": "2016-01-13 16:23:58"
1894
        },
1895
        {
1896
            "name": "yiqing-95/YiiTimeAgo",
1897
            "version": "dev-master",
1898
            "source": {
1899
                "type": "git",
1900
                "url": "https://github.com/yiqing-95/YiiTimeAgo",
1901
                "reference": "master"
1902
            },
1903
            "type": "library",
1904
            "time": "2012-06-15 05:47:46"
1905
        },
1906
        {
1907
            "name": "zhuravljov/yii2-debug",
1908
            "version": "v1.4",
1909
            "source": {
1910
                "type": "git",
1911
                "url": "https://github.com/zhuravljov/yii2-debug.git",
1912
                "reference": "42677fd84e5e6abc2ead3ae8b82962ccea231713"
1913
            },
1914
            "dist": {
1915
                "type": "zip",
1916
                "url": "https://api.github.com/repos/zhuravljov/yii2-debug/zipball/42677fd84e5e6abc2ead3ae8b82962ccea231713",
1917
                "reference": "42677fd84e5e6abc2ead3ae8b82962ccea231713",
1918
                "shasum": ""
1919
            },
1920
            "require": {
1921
                "php": ">=5.1.0",
1922
                "yiisoft/yii": ">=1.1.15"
1923
            },
1924
            "type": "yii-extension",
1925
            "notification-url": "https://packagist.org/downloads/",
1926
            "license": [
1927
                "BSD-3-Clause"
1928
            ],
1929
            "authors": [
1930
                {
1931
                    "name": "Roman Zhuravlev",
1932
                    "email": "[email protected]"
1933
                }
1934
            ],
1935
            "description": "Yii debug toolbar",
1936
            "homepage": "https://github.com/zhuravljov/yii2-debug",
1937
            "keywords": [
1938
                "debug",
1939
                "extension",
1940
                "yii"
1941
            ],
1942
            "time": "2015-01-16 17:14:56"
1943
        }
1944
    ],
1945
    "packages-dev": [
1946
        {
1947
            "name": "codeception/YiiBridge",
1948
            "version": "dev-master",
1949
            "source": {
1950
                "type": "git",
1951
                "url": "https://github.com/charlesportwoodii/YiiBridge.git",
1952
                "reference": "eda651ebb1780b37584f485498a9ccc47ac965f1"
1953
            },
1954
            "dist": {
1955
                "type": "zip",
1956
                "url": "https://api.github.com/repos/charlesportwoodii/YiiBridge/zipball/eda651ebb1780b37584f485498a9ccc47ac965f1",
1957
                "reference": "eda651ebb1780b37584f485498a9ccc47ac965f1",
1958
                "shasum": ""
1959
            },
1960
            "type": "package",
1961
            "license": [
1962
                "MIT"
1963
            ],
1964
            "description": "YiiBridge extension",
1965
            "support": {
1966
                "source": "https://github.com/charlesportwoodii/YiiBridge/tree/master"
1967
            },
1968
            "time": "2014-04-23 19:38:50"
1969
        },
1970
        {
1971
            "name": "codeception/codeception",
1972
            "version": "2.1.6",
1973
            "source": {
1974
                "type": "git",
1975
                "url": "https://github.com/Codeception/Codeception.git",
1976
                "reference": "b199941f5e59d1e7fd32d78296c8ab98db873d89"
1977
            },
1978
            "dist": {
1979
                "type": "zip",
1980
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/b199941f5e59d1e7fd32d78296c8ab98db873d89",
1981
                "reference": "b199941f5e59d1e7fd32d78296c8ab98db873d89",
1982
                "shasum": ""
1983
            },
1984
            "require": {
1985
                "ext-json": "*",
1986
                "ext-mbstring": "*",
1987
                "facebook/webdriver": ">=1.0.1",
1988
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
1989
                "guzzlehttp/psr7": "~1.0",
1990
                "php": ">=5.4.0",
1991
                "phpunit/phpunit": "~4.8.0",
1992
                "symfony/browser-kit": ">=2.4|<3.1",
1993
                "symfony/console": ">=2.4|<3.1",
1994
                "symfony/css-selector": ">=2.4|<3.1",
1995
                "symfony/dom-crawler": ">=2.4|<3.1",
1996
                "symfony/event-dispatcher": ">=2.4|<3.1",
1997
                "symfony/finder": ">=2.4|<3.1",
1998
                "symfony/yaml": ">=2.4|<3.1"
1999
            },
2000
            "require-dev": {
2001
                "codeception/specify": "~0.3",
2002
                "facebook/php-sdk-v4": "~4.0",
2003
                "flow/jsonpath": "~0.2",
2004
                "monolog/monolog": "~1.8",
2005
                "pda/pheanstalk": "~2.0",
2006
                "videlalvaro/php-amqplib": "~2.4"
2007
            },
2008
            "suggest": {
2009
                "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
2010
                "codeception/specify": "BDD-style code blocks",
2011
                "codeception/verify": "BDD-style assertions",
2012
                "monolog/monolog": "Log test steps",
2013
                "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
2014
            },
2015
            "bin": [
2016
                "codecept"
2017
            ],
2018
            "type": "library",
2019
            "extra": {
2020
                "branch-alias": []
2021
            },
2022
            "autoload": {
2023
                "psr-4": {
2024
                    "Codeception\\": "src\\Codeception",
2025
                    "Codeception\\Extension\\": "ext"
2026
                }
2027
            },
2028
            "notification-url": "https://packagist.org/downloads/",
2029
            "license": [
2030
                "MIT"
2031
            ],
2032
            "authors": [
2033
                {
2034
                    "name": "Michael Bodnarchuk",
2035
                    "email": "[email protected]",
2036
                    "homepage": "http://codegyre.com"
2037
                }
2038
            ],
2039
            "description": "BDD-style testing framework",
2040
            "homepage": "http://codeception.com/",
2041
            "keywords": [
2042
                "BDD",
2043
                "TDD",
2044
                "acceptance testing",
2045
                "functional testing",
2046
                "unit testing"
2047
            ],
2048
            "time": "2016-02-09 22:27:48"
2049
        },
2050
        {
2051
            "name": "doctrine/instantiator",
2052
            "version": "1.0.5",
2053
            "source": {
2054
                "type": "git",
2055
                "url": "https://github.com/doctrine/instantiator.git",
2056
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2057
            },
2058
            "dist": {
2059
                "type": "zip",
2060
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2061
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2062
                "shasum": ""
2063
            },
2064
            "require": {
2065
                "php": ">=5.3,<8.0-DEV"
2066
            },
2067
            "require-dev": {
2068
                "athletic/athletic": "~0.1.8",
2069
                "ext-pdo": "*",
2070
                "ext-phar": "*",
2071
                "phpunit/phpunit": "~4.0",
2072
                "squizlabs/php_codesniffer": "~2.0"
2073
            },
2074
            "type": "library",
2075
            "extra": {
2076
                "branch-alias": {
2077
                    "dev-master": "1.0.x-dev"
2078
                }
2079
            },
2080
            "autoload": {
2081
                "psr-4": {
2082
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2083
                }
2084
            },
2085
            "notification-url": "https://packagist.org/downloads/",
2086
            "license": [
2087
                "MIT"
2088
            ],
2089
            "authors": [
2090
                {
2091
                    "name": "Marco Pivetta",
2092
                    "email": "[email protected]",
2093
                    "homepage": "http://ocramius.github.com/"
2094
                }
2095
            ],
2096
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2097
            "homepage": "https://github.com/doctrine/instantiator",
2098
            "keywords": [
2099
                "constructor",
2100
                "instantiate"
2101
            ],
2102
            "time": "2015-06-14 21:17:01"
2103
        },
2104
        {
2105
            "name": "facebook/webdriver",
2106
            "version": "1.1.1",
2107
            "source": {
2108
                "type": "git",
2109
                "url": "https://github.com/facebook/php-webdriver.git",
2110
                "reference": "1c98108ba3eb435b681655764de11502a0653705"
2111
            },
2112
            "dist": {
2113
                "type": "zip",
2114
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/1c98108ba3eb435b681655764de11502a0653705",
2115
                "reference": "1c98108ba3eb435b681655764de11502a0653705",
2116
                "shasum": ""
2117
            },
2118
            "require": {
2119
                "php": ">=5.3.19"
2120
            },
2121
            "require-dev": {
2122
                "phpunit/phpunit": "4.6.*"
2123
            },
2124
            "suggest": {
2125
                "phpdocumentor/phpdocumentor": "2.*"
2126
            },
2127
            "type": "library",
2128
            "autoload": {
2129
                "psr-4": {
2130
                    "Facebook\\WebDriver\\": "lib/"
2131
                }
2132
            },
2133
            "notification-url": "https://packagist.org/downloads/",
2134
            "license": [
2135
                "Apache-2.0"
2136
            ],
2137
            "description": "A PHP client for WebDriver",
2138
            "homepage": "https://github.com/facebook/php-webdriver",
2139
            "keywords": [
2140
                "facebook",
2141
                "php",
2142
                "selenium",
2143
                "webdriver"
2144
            ],
2145
            "time": "2015-12-31 15:58:49"
2146
        },
2147
        {
2148
            "name": "phpdocumentor/reflection-docblock",
2149
            "version": "2.0.4",
2150
            "source": {
2151
                "type": "git",
2152
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2153
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2154
            },
2155
            "dist": {
2156
                "type": "zip",
2157
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2158
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2159
                "shasum": ""
2160
            },
2161
            "require": {
2162
                "php": ">=5.3.3"
2163
            },
2164
            "require-dev": {
2165
                "phpunit/phpunit": "~4.0"
2166
            },
2167
            "suggest": {
2168
                "dflydev/markdown": "~1.0",
2169
                "erusev/parsedown": "~1.0"
2170
            },
2171
            "type": "library",
2172
            "extra": {
2173
                "branch-alias": {
2174
                    "dev-master": "2.0.x-dev"
2175
                }
2176
            },
2177
            "autoload": {
2178
                "psr-0": {
2179
                    "phpDocumentor": [
2180
                        "src/"
2181
                    ]
2182
                }
2183
            },
2184
            "notification-url": "https://packagist.org/downloads/",
2185
            "license": [
2186
                "MIT"
2187
            ],
2188
            "authors": [
2189
                {
2190
                    "name": "Mike van Riel",
2191
                    "email": "[email protected]"
2192
                }
2193
            ],
2194
            "time": "2015-02-03 12:10:50"
2195
        },
2196
        {
2197
            "name": "phpspec/prophecy",
2198
            "version": "v1.6.0",
2199
            "source": {
2200
                "type": "git",
2201
                "url": "https://github.com/phpspec/prophecy.git",
2202
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
2203
            },
2204
            "dist": {
2205
                "type": "zip",
2206
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
2207
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
2208
                "shasum": ""
2209
            },
2210
            "require": {
2211
                "doctrine/instantiator": "^1.0.2",
2212
                "php": "^5.3|^7.0",
2213
                "phpdocumentor/reflection-docblock": "~2.0",
2214
                "sebastian/comparator": "~1.1",
2215
                "sebastian/recursion-context": "~1.0"
2216
            },
2217
            "require-dev": {
2218
                "phpspec/phpspec": "~2.0"
2219
            },
2220
            "type": "library",
2221
            "extra": {
2222
                "branch-alias": {
2223
                    "dev-master": "1.5.x-dev"
2224
                }
2225
            },
2226
            "autoload": {
2227
                "psr-0": {
2228
                    "Prophecy\\": "src/"
2229
                }
2230
            },
2231
            "notification-url": "https://packagist.org/downloads/",
2232
            "license": [
2233
                "MIT"
2234
            ],
2235
            "authors": [
2236
                {
2237
                    "name": "Konstantin Kudryashov",
2238
                    "email": "[email protected]",
2239
                    "homepage": "http://everzet.com"
2240
                },
2241
                {
2242
                    "name": "Marcello Duarte",
2243
                    "email": "[email protected]"
2244
                }
2245
            ],
2246
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2247
            "homepage": "https://github.com/phpspec/prophecy",
2248
            "keywords": [
2249
                "Double",
2250
                "Dummy",
2251
                "fake",
2252
                "mock",
2253
                "spy",
2254
                "stub"
2255
            ],
2256
            "time": "2016-02-15 07:46:21"
2257
        },
2258
        {
2259
            "name": "phpunit/php-code-coverage",
2260
            "version": "2.2.4",
2261
            "source": {
2262
                "type": "git",
2263
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2264
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2265
            },
2266
            "dist": {
2267
                "type": "zip",
2268
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2269
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2270
                "shasum": ""
2271
            },
2272
            "require": {
2273
                "php": ">=5.3.3",
2274
                "phpunit/php-file-iterator": "~1.3",
2275
                "phpunit/php-text-template": "~1.2",
2276
                "phpunit/php-token-stream": "~1.3",
2277
                "sebastian/environment": "^1.3.2",
2278
                "sebastian/version": "~1.0"
2279
            },
2280
            "require-dev": {
2281
                "ext-xdebug": ">=2.1.4",
2282
                "phpunit/phpunit": "~4"
2283
            },
2284
            "suggest": {
2285
                "ext-dom": "*",
2286
                "ext-xdebug": ">=2.2.1",
2287
                "ext-xmlwriter": "*"
2288
            },
2289
            "type": "library",
2290
            "extra": {
2291
                "branch-alias": {
2292
                    "dev-master": "2.2.x-dev"
2293
                }
2294
            },
2295
            "autoload": {
2296
                "classmap": [
2297
                    "src/"
2298
                ]
2299
            },
2300
            "notification-url": "https://packagist.org/downloads/",
2301
            "license": [
2302
                "BSD-3-Clause"
2303
            ],
2304
            "authors": [
2305
                {
2306
                    "name": "Sebastian Bergmann",
2307
                    "email": "[email protected]",
2308
                    "role": "lead"
2309
                }
2310
            ],
2311
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2312
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2313
            "keywords": [
2314
                "coverage",
2315
                "testing",
2316
                "xunit"
2317
            ],
2318
            "time": "2015-10-06 15:47:00"
2319
        },
2320
        {
2321
            "name": "phpunit/php-file-iterator",
2322
            "version": "1.4.1",
2323
            "source": {
2324
                "type": "git",
2325
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2326
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2327
            },
2328
            "dist": {
2329
                "type": "zip",
2330
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2331
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2332
                "shasum": ""
2333
            },
2334
            "require": {
2335
                "php": ">=5.3.3"
2336
            },
2337
            "type": "library",
2338
            "extra": {
2339
                "branch-alias": {
2340
                    "dev-master": "1.4.x-dev"
2341
                }
2342
            },
2343
            "autoload": {
2344
                "classmap": [
2345
                    "src/"
2346
                ]
2347
            },
2348
            "notification-url": "https://packagist.org/downloads/",
2349
            "license": [
2350
                "BSD-3-Clause"
2351
            ],
2352
            "authors": [
2353
                {
2354
                    "name": "Sebastian Bergmann",
2355
                    "email": "[email protected]",
2356
                    "role": "lead"
2357
                }
2358
            ],
2359
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2360
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2361
            "keywords": [
2362
                "filesystem",
2363
                "iterator"
2364
            ],
2365
            "time": "2015-06-21 13:08:43"
2366
        },
2367
        {
2368
            "name": "phpunit/php-text-template",
2369
            "version": "1.2.1",
2370
            "source": {
2371
                "type": "git",
2372
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2373
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2374
            },
2375
            "dist": {
2376
                "type": "zip",
2377
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2378
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2379
                "shasum": ""
2380
            },
2381
            "require": {
2382
                "php": ">=5.3.3"
2383
            },
2384
            "type": "library",
2385
            "autoload": {
2386
                "classmap": [
2387
                    "src/"
2388
                ]
2389
            },
2390
            "notification-url": "https://packagist.org/downloads/",
2391
            "license": [
2392
                "BSD-3-Clause"
2393
            ],
2394
            "authors": [
2395
                {
2396
                    "name": "Sebastian Bergmann",
2397
                    "email": "[email protected]",
2398
                    "role": "lead"
2399
                }
2400
            ],
2401
            "description": "Simple template engine.",
2402
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2403
            "keywords": [
2404
                "template"
2405
            ],
2406
            "time": "2015-06-21 13:50:34"
2407
        },
2408
        {
2409
            "name": "phpunit/php-timer",
2410
            "version": "1.0.7",
2411
            "source": {
2412
                "type": "git",
2413
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2414
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
2415
            },
2416
            "dist": {
2417
                "type": "zip",
2418
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2419
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2420
                "shasum": ""
2421
            },
2422
            "require": {
2423
                "php": ">=5.3.3"
2424
            },
2425
            "type": "library",
2426
            "autoload": {
2427
                "classmap": [
2428
                    "src/"
2429
                ]
2430
            },
2431
            "notification-url": "https://packagist.org/downloads/",
2432
            "license": [
2433
                "BSD-3-Clause"
2434
            ],
2435
            "authors": [
2436
                {
2437
                    "name": "Sebastian Bergmann",
2438
                    "email": "[email protected]",
2439
                    "role": "lead"
2440
                }
2441
            ],
2442
            "description": "Utility class for timing",
2443
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2444
            "keywords": [
2445
                "timer"
2446
            ],
2447
            "time": "2015-06-21 08:01:12"
2448
        },
2449
        {
2450
            "name": "phpunit/php-token-stream",
2451
            "version": "1.4.8",
2452
            "source": {
2453
                "type": "git",
2454
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2455
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2456
            },
2457
            "dist": {
2458
                "type": "zip",
2459
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2460
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2461
                "shasum": ""
2462
            },
2463
            "require": {
2464
                "ext-tokenizer": "*",
2465
                "php": ">=5.3.3"
2466
            },
2467
            "require-dev": {
2468
                "phpunit/phpunit": "~4.2"
2469
            },
2470
            "type": "library",
2471
            "extra": {
2472
                "branch-alias": {
2473
                    "dev-master": "1.4-dev"
2474
                }
2475
            },
2476
            "autoload": {
2477
                "classmap": [
2478
                    "src/"
2479
                ]
2480
            },
2481
            "notification-url": "https://packagist.org/downloads/",
2482
            "license": [
2483
                "BSD-3-Clause"
2484
            ],
2485
            "authors": [
2486
                {
2487
                    "name": "Sebastian Bergmann",
2488
                    "email": "[email protected]"
2489
                }
2490
            ],
2491
            "description": "Wrapper around PHP's tokenizer extension.",
2492
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2493
            "keywords": [
2494
                "tokenizer"
2495
            ],
2496
            "time": "2015-09-15 10:49:45"
2497
        },
2498
        {
2499
            "name": "phpunit/phpunit",
2500
            "version": "4.8.23",
2501
            "source": {
2502
                "type": "git",
2503
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2504
                "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483"
2505
            },
2506
            "dist": {
2507
                "type": "zip",
2508
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6e351261f9cd33daf205a131a1ba61c6d33bd483",
2509
                "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483",
2510
                "shasum": ""
2511
            },
2512
            "require": {
2513
                "ext-dom": "*",
2514
                "ext-json": "*",
2515
                "ext-pcre": "*",
2516
                "ext-reflection": "*",
2517
                "ext-spl": "*",
2518
                "php": ">=5.3.3",
2519
                "phpspec/prophecy": "^1.3.1",
2520
                "phpunit/php-code-coverage": "~2.1",
2521
                "phpunit/php-file-iterator": "~1.4",
2522
                "phpunit/php-text-template": "~1.2",
2523
                "phpunit/php-timer": ">=1.0.6",
2524
                "phpunit/phpunit-mock-objects": "~2.3",
2525
                "sebastian/comparator": "~1.1",
2526
                "sebastian/diff": "~1.2",
2527
                "sebastian/environment": "~1.3",
2528
                "sebastian/exporter": "~1.2",
2529
                "sebastian/global-state": "~1.0",
2530
                "sebastian/version": "~1.0",
2531
                "symfony/yaml": "~2.1|~3.0"
2532
            },
2533
            "suggest": {
2534
                "phpunit/php-invoker": "~1.1"
2535
            },
2536
            "bin": [
2537
                "phpunit"
2538
            ],
2539
            "type": "library",
2540
            "extra": {
2541
                "branch-alias": {
2542
                    "dev-master": "4.8.x-dev"
2543
                }
2544
            },
2545
            "autoload": {
2546
                "classmap": [
2547
                    "src/"
2548
                ]
2549
            },
2550
            "notification-url": "https://packagist.org/downloads/",
2551
            "license": [
2552
                "BSD-3-Clause"
2553
            ],
2554
            "authors": [
2555
                {
2556
                    "name": "Sebastian Bergmann",
2557
                    "email": "[email protected]",
2558
                    "role": "lead"
2559
                }
2560
            ],
2561
            "description": "The PHP Unit Testing framework.",
2562
            "homepage": "https://phpunit.de/",
2563
            "keywords": [
2564
                "phpunit",
2565
                "testing",
2566
                "xunit"
2567
            ],
2568
            "time": "2016-02-11 14:56:33"
2569
        },
2570
        {
2571
            "name": "phpunit/phpunit-mock-objects",
2572
            "version": "2.3.8",
2573
            "source": {
2574
                "type": "git",
2575
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2576
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2577
            },
2578
            "dist": {
2579
                "type": "zip",
2580
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2581
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2582
                "shasum": ""
2583
            },
2584
            "require": {
2585
                "doctrine/instantiator": "^1.0.2",
2586
                "php": ">=5.3.3",
2587
                "phpunit/php-text-template": "~1.2",
2588
                "sebastian/exporter": "~1.2"
2589
            },
2590
            "require-dev": {
2591
                "phpunit/phpunit": "~4.4"
2592
            },
2593
            "suggest": {
2594
                "ext-soap": "*"
2595
            },
2596
            "type": "library",
2597
            "extra": {
2598
                "branch-alias": {
2599
                    "dev-master": "2.3.x-dev"
2600
                }
2601
            },
2602
            "autoload": {
2603
                "classmap": [
2604
                    "src/"
2605
                ]
2606
            },
2607
            "notification-url": "https://packagist.org/downloads/",
2608
            "license": [
2609
                "BSD-3-Clause"
2610
            ],
2611
            "authors": [
2612
                {
2613
                    "name": "Sebastian Bergmann",
2614
                    "email": "[email protected]",
2615
                    "role": "lead"
2616
                }
2617
            ],
2618
            "description": "Mock Object library for PHPUnit",
2619
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2620
            "keywords": [
2621
                "mock",
2622
                "xunit"
2623
            ],
2624
            "time": "2015-10-02 06:51:40"
2625
        },
2626
        {
2627
            "name": "sebastian/comparator",
2628
            "version": "1.2.0",
2629
            "source": {
2630
                "type": "git",
2631
                "url": "https://github.com/sebastianbergmann/comparator.git",
2632
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2633
            },
2634
            "dist": {
2635
                "type": "zip",
2636
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2637
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2638
                "shasum": ""
2639
            },
2640
            "require": {
2641
                "php": ">=5.3.3",
2642
                "sebastian/diff": "~1.2",
2643
                "sebastian/exporter": "~1.2"
2644
            },
2645
            "require-dev": {
2646
                "phpunit/phpunit": "~4.4"
2647
            },
2648
            "type": "library",
2649
            "extra": {
2650
                "branch-alias": {
2651
                    "dev-master": "1.2.x-dev"
2652
                }
2653
            },
2654
            "autoload": {
2655
                "classmap": [
2656
                    "src/"
2657
                ]
2658
            },
2659
            "notification-url": "https://packagist.org/downloads/",
2660
            "license": [
2661
                "BSD-3-Clause"
2662
            ],
2663
            "authors": [
2664
                {
2665
                    "name": "Jeff Welch",
2666
                    "email": "[email protected]"
2667
                },
2668
                {
2669
                    "name": "Volker Dusch",
2670
                    "email": "[email protected]"
2671
                },
2672
                {
2673
                    "name": "Bernhard Schussek",
2674
                    "email": "[email protected]"
2675
                },
2676
                {
2677
                    "name": "Sebastian Bergmann",
2678
                    "email": "[email protected]"
2679
                }
2680
            ],
2681
            "description": "Provides the functionality to compare PHP values for equality",
2682
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2683
            "keywords": [
2684
                "comparator",
2685
                "compare",
2686
                "equality"
2687
            ],
2688
            "time": "2015-07-26 15:48:44"
2689
        },
2690
        {
2691
            "name": "sebastian/diff",
2692
            "version": "1.4.1",
2693
            "source": {
2694
                "type": "git",
2695
                "url": "https://github.com/sebastianbergmann/diff.git",
2696
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2697
            },
2698
            "dist": {
2699
                "type": "zip",
2700
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2701
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2702
                "shasum": ""
2703
            },
2704
            "require": {
2705
                "php": ">=5.3.3"
2706
            },
2707
            "require-dev": {
2708
                "phpunit/phpunit": "~4.8"
2709
            },
2710
            "type": "library",
2711
            "extra": {
2712
                "branch-alias": {
2713
                    "dev-master": "1.4-dev"
2714
                }
2715
            },
2716
            "autoload": {
2717
                "classmap": [
2718
                    "src/"
2719
                ]
2720
            },
2721
            "notification-url": "https://packagist.org/downloads/",
2722
            "license": [
2723
                "BSD-3-Clause"
2724
            ],
2725
            "authors": [
2726
                {
2727
                    "name": "Kore Nordmann",
2728
                    "email": "[email protected]"
2729
                },
2730
                {
2731
                    "name": "Sebastian Bergmann",
2732
                    "email": "[email protected]"
2733
                }
2734
            ],
2735
            "description": "Diff implementation",
2736
            "homepage": "https://github.com/sebastianbergmann/diff",
2737
            "keywords": [
2738
                "diff"
2739
            ],
2740
            "time": "2015-12-08 07:14:41"
2741
        },
2742
        {
2743
            "name": "sebastian/environment",
2744
            "version": "1.3.5",
2745
            "source": {
2746
                "type": "git",
2747
                "url": "https://github.com/sebastianbergmann/environment.git",
2748
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
2749
            },
2750
            "dist": {
2751
                "type": "zip",
2752
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
2753
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
2754
                "shasum": ""
2755
            },
2756
            "require": {
2757
                "php": ">=5.3.3"
2758
            },
2759
            "require-dev": {
2760
                "phpunit/phpunit": "~4.4"
2761
            },
2762
            "type": "library",
2763
            "extra": {
2764
                "branch-alias": {
2765
                    "dev-master": "1.3.x-dev"
2766
                }
2767
            },
2768
            "autoload": {
2769
                "classmap": [
2770
                    "src/"
2771
                ]
2772
            },
2773
            "notification-url": "https://packagist.org/downloads/",
2774
            "license": [
2775
                "BSD-3-Clause"
2776
            ],
2777
            "authors": [
2778
                {
2779
                    "name": "Sebastian Bergmann",
2780
                    "email": "[email protected]"
2781
                }
2782
            ],
2783
            "description": "Provides functionality to handle HHVM/PHP environments",
2784
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2785
            "keywords": [
2786
                "Xdebug",
2787
                "environment",
2788
                "hhvm"
2789
            ],
2790
            "time": "2016-02-26 18:40:46"
2791
        },
2792
        {
2793
            "name": "sebastian/exporter",
2794
            "version": "1.2.1",
2795
            "source": {
2796
                "type": "git",
2797
                "url": "https://github.com/sebastianbergmann/exporter.git",
2798
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2799
            },
2800
            "dist": {
2801
                "type": "zip",
2802
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2803
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2804
                "shasum": ""
2805
            },
2806
            "require": {
2807
                "php": ">=5.3.3",
2808
                "sebastian/recursion-context": "~1.0"
2809
            },
2810
            "require-dev": {
2811
                "phpunit/phpunit": "~4.4"
2812
            },
2813
            "type": "library",
2814
            "extra": {
2815
                "branch-alias": {
2816
                    "dev-master": "1.2.x-dev"
2817
                }
2818
            },
2819
            "autoload": {
2820
                "classmap": [
2821
                    "src/"
2822
                ]
2823
            },
2824
            "notification-url": "https://packagist.org/downloads/",
2825
            "license": [
2826
                "BSD-3-Clause"
2827
            ],
2828
            "authors": [
2829
                {
2830
                    "name": "Jeff Welch",
2831
                    "email": "[email protected]"
2832
                },
2833
                {
2834
                    "name": "Volker Dusch",
2835
                    "email": "[email protected]"
2836
                },
2837
                {
2838
                    "name": "Bernhard Schussek",
2839
                    "email": "[email protected]"
2840
                },
2841
                {
2842
                    "name": "Sebastian Bergmann",
2843
                    "email": "[email protected]"
2844
                },
2845
                {
2846
                    "name": "Adam Harvey",
2847
                    "email": "[email protected]"
2848
                }
2849
            ],
2850
            "description": "Provides the functionality to export PHP variables for visualization",
2851
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2852
            "keywords": [
2853
                "export",
2854
                "exporter"
2855
            ],
2856
            "time": "2015-06-21 07:55:53"
2857
        },
2858
        {
2859
            "name": "sebastian/global-state",
2860
            "version": "1.1.1",
2861
            "source": {
2862
                "type": "git",
2863
                "url": "https://github.com/sebastianbergmann/global-state.git",
2864
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2865
            },
2866
            "dist": {
2867
                "type": "zip",
2868
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2869
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2870
                "shasum": ""
2871
            },
2872
            "require": {
2873
                "php": ">=5.3.3"
2874
            },
2875
            "require-dev": {
2876
                "phpunit/phpunit": "~4.2"
2877
            },
2878
            "suggest": {
2879
                "ext-uopz": "*"
2880
            },
2881
            "type": "library",
2882
            "extra": {
2883
                "branch-alias": {
2884
                    "dev-master": "1.0-dev"
2885
                }
2886
            },
2887
            "autoload": {
2888
                "classmap": [
2889
                    "src/"
2890
                ]
2891
            },
2892
            "notification-url": "https://packagist.org/downloads/",
2893
            "license": [
2894
                "BSD-3-Clause"
2895
            ],
2896
            "authors": [
2897
                {
2898
                    "name": "Sebastian Bergmann",
2899
                    "email": "[email protected]"
2900
                }
2901
            ],
2902
            "description": "Snapshotting of global state",
2903
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2904
            "keywords": [
2905
                "global state"
2906
            ],
2907
            "time": "2015-10-12 03:26:01"
2908
        },
2909
        {
2910
            "name": "sebastian/recursion-context",
2911
            "version": "1.0.2",
2912
            "source": {
2913
                "type": "git",
2914
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2915
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2916
            },
2917
            "dist": {
2918
                "type": "zip",
2919
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2920
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2921
                "shasum": ""
2922
            },
2923
            "require": {
2924
                "php": ">=5.3.3"
2925
            },
2926
            "require-dev": {
2927
                "phpunit/phpunit": "~4.4"
2928
            },
2929
            "type": "library",
2930
            "extra": {
2931
                "branch-alias": {
2932
                    "dev-master": "1.0.x-dev"
2933
                }
2934
            },
2935
            "autoload": {
2936
                "classmap": [
2937
                    "src/"
2938
                ]
2939
            },
2940
            "notification-url": "https://packagist.org/downloads/",
2941
            "license": [
2942
                "BSD-3-Clause"
2943
            ],
2944
            "authors": [
2945
                {
2946
                    "name": "Jeff Welch",
2947
                    "email": "[email protected]"
2948
                },
2949
                {
2950
                    "name": "Sebastian Bergmann",
2951
                    "email": "[email protected]"
2952
                },
2953
                {
2954
                    "name": "Adam Harvey",
2955
                    "email": "[email protected]"
2956
                }
2957
            ],
2958
            "description": "Provides functionality to recursively process PHP variables",
2959
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2960
            "time": "2015-11-11 19:50:13"
2961
        },
2962
        {
2963
            "name": "sebastian/version",
2964
            "version": "1.0.6",
2965
            "source": {
2966
                "type": "git",
2967
                "url": "https://github.com/sebastianbergmann/version.git",
2968
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2969
            },
2970
            "dist": {
2971
                "type": "zip",
2972
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2973
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2974
                "shasum": ""
2975
            },
2976
            "type": "library",
2977
            "autoload": {
2978
                "classmap": [
2979
                    "src/"
2980
                ]
2981
            },
2982
            "notification-url": "https://packagist.org/downloads/",
2983
            "license": [
2984
                "BSD-3-Clause"
2985
            ],
2986
            "authors": [
2987
                {
2988
                    "name": "Sebastian Bergmann",
2989
                    "email": "[email protected]",
2990
                    "role": "lead"
2991
                }
2992
            ],
2993
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2994
            "homepage": "https://github.com/sebastianbergmann/version",
2995
            "time": "2015-06-21 13:59:46"
2996
        },
2997
        {
2998
            "name": "symfony/browser-kit",
2999
            "version": "v3.0.3",
3000
            "source": {
3001
                "type": "git",
3002
                "url": "https://github.com/symfony/browser-kit.git",
3003
                "reference": "dde849a0485b70a24b36f826ed3fb95b904d80c3"
3004
            },
3005
            "dist": {
3006
                "type": "zip",
3007
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/dde849a0485b70a24b36f826ed3fb95b904d80c3",
3008
                "reference": "dde849a0485b70a24b36f826ed3fb95b904d80c3",
3009
                "shasum": ""
3010
            },
3011
            "require": {
3012
                "php": ">=5.5.9",
3013
                "symfony/dom-crawler": "~2.8|~3.0"
3014
            },
3015
            "require-dev": {
3016
                "symfony/css-selector": "~2.8|~3.0",
3017
                "symfony/process": "~2.8|~3.0"
3018
            },
3019
            "suggest": {
3020
                "symfony/process": ""
3021
            },
3022
            "type": "library",
3023
            "extra": {
3024
                "branch-alias": {
3025
                    "dev-master": "3.0-dev"
3026
                }
3027
            },
3028
            "autoload": {
3029
                "psr-4": {
3030
                    "Symfony\\Component\\BrowserKit\\": ""
3031
                },
3032
                "exclude-from-classmap": [
3033
                    "/Tests/"
3034
                ]
3035
            },
3036
            "notification-url": "https://packagist.org/downloads/",
3037
            "license": [
3038
                "MIT"
3039
            ],
3040
            "authors": [
3041
                {
3042
                    "name": "Fabien Potencier",
3043
                    "email": "[email protected]"
3044
                },
3045
                {
3046
                    "name": "Symfony Community",
3047
                    "homepage": "https://symfony.com/contributors"
3048
                }
3049
            ],
3050
            "description": "Symfony BrowserKit Component",
3051
            "homepage": "https://symfony.com",
3052
            "time": "2016-01-27 11:34:55"
3053
        },
3054
        {
3055
            "name": "symfony/console",
3056
            "version": "v3.0.3",
3057
            "source": {
3058
                "type": "git",
3059
                "url": "https://github.com/symfony/console.git",
3060
                "reference": "2ed5e2706ce92313d120b8fe50d1063bcfd12e04"
3061
            },
3062
            "dist": {
3063
                "type": "zip",
3064
                "url": "https://api.github.com/repos/symfony/console/zipball/2ed5e2706ce92313d120b8fe50d1063bcfd12e04",
3065
                "reference": "2ed5e2706ce92313d120b8fe50d1063bcfd12e04",
3066
                "shasum": ""
3067
            },
3068
            "require": {
3069
                "php": ">=5.5.9",
3070
                "symfony/polyfill-mbstring": "~1.0"
3071
            },
3072
            "require-dev": {
3073
                "psr/log": "~1.0",
3074
                "symfony/event-dispatcher": "~2.8|~3.0",
3075
                "symfony/process": "~2.8|~3.0"
3076
            },
3077
            "suggest": {
3078
                "psr/log": "For using the console logger",
3079
                "symfony/event-dispatcher": "",
3080
                "symfony/process": ""
3081
            },
3082
            "type": "library",
3083
            "extra": {
3084
                "branch-alias": {
3085
                    "dev-master": "3.0-dev"
3086
                }
3087
            },
3088
            "autoload": {
3089
                "psr-4": {
3090
                    "Symfony\\Component\\Console\\": ""
3091
                },
3092
                "exclude-from-classmap": [
3093
                    "/Tests/"
3094
                ]
3095
            },
3096
            "notification-url": "https://packagist.org/downloads/",
3097
            "license": [
3098
                "MIT"
3099
            ],
3100
            "authors": [
3101
                {
3102
                    "name": "Fabien Potencier",
3103
                    "email": "[email protected]"
3104
                },
3105
                {
3106
                    "name": "Symfony Community",
3107
                    "homepage": "https://symfony.com/contributors"
3108
                }
3109
            ],
3110
            "description": "Symfony Console Component",
3111
            "homepage": "https://symfony.com",
3112
            "time": "2016-02-28 16:24:34"
3113
        },
3114
        {
3115
            "name": "symfony/css-selector",
3116
            "version": "v3.0.3",
3117
            "source": {
3118
                "type": "git",
3119
                "url": "https://github.com/symfony/css-selector.git",
3120
                "reference": "6605602690578496091ac20ec7a5cbd160d4dff4"
3121
            },
3122
            "dist": {
3123
                "type": "zip",
3124
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/6605602690578496091ac20ec7a5cbd160d4dff4",
3125
                "reference": "6605602690578496091ac20ec7a5cbd160d4dff4",
3126
                "shasum": ""
3127
            },
3128
            "require": {
3129
                "php": ">=5.5.9"
3130
            },
3131
            "type": "library",
3132
            "extra": {
3133
                "branch-alias": {
3134
                    "dev-master": "3.0-dev"
3135
                }
3136
            },
3137
            "autoload": {
3138
                "psr-4": {
3139
                    "Symfony\\Component\\CssSelector\\": ""
3140
                },
3141
                "exclude-from-classmap": [
3142
                    "/Tests/"
3143
                ]
3144
            },
3145
            "notification-url": "https://packagist.org/downloads/",
3146
            "license": [
3147
                "MIT"
3148
            ],
3149
            "authors": [
3150
                {
3151
                    "name": "Jean-François Simon",
3152
                    "email": "[email protected]"
3153
                },
3154
                {
3155
                    "name": "Fabien Potencier",
3156
                    "email": "[email protected]"
3157
                },
3158
                {
3159
                    "name": "Symfony Community",
3160
                    "homepage": "https://symfony.com/contributors"
3161
                }
3162
            ],
3163
            "description": "Symfony CssSelector Component",
3164
            "homepage": "https://symfony.com",
3165
            "time": "2016-01-27 05:14:46"
3166
        },
3167
        {
3168
            "name": "symfony/dom-crawler",
3169
            "version": "v3.0.3",
3170
            "source": {
3171
                "type": "git",
3172
                "url": "https://github.com/symfony/dom-crawler.git",
3173
                "reference": "981c8edb4538f88ba976ed44bdcaa683fce3d6c6"
3174
            },
3175
            "dist": {
3176
                "type": "zip",
3177
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/981c8edb4538f88ba976ed44bdcaa683fce3d6c6",
3178
                "reference": "981c8edb4538f88ba976ed44bdcaa683fce3d6c6",
3179
                "shasum": ""
3180
            },
3181
            "require": {
3182
                "php": ">=5.5.9",
3183
                "symfony/polyfill-mbstring": "~1.0"
3184
            },
3185
            "require-dev": {
3186
                "symfony/css-selector": "~2.8|~3.0"
3187
            },
3188
            "suggest": {
3189
                "symfony/css-selector": ""
3190
            },
3191
            "type": "library",
3192
            "extra": {
3193
                "branch-alias": {
3194
                    "dev-master": "3.0-dev"
3195
                }
3196
            },
3197
            "autoload": {
3198
                "psr-4": {
3199
                    "Symfony\\Component\\DomCrawler\\": ""
3200
                },
3201
                "exclude-from-classmap": [
3202
                    "/Tests/"
3203
                ]
3204
            },
3205
            "notification-url": "https://packagist.org/downloads/",
3206
            "license": [
3207
                "MIT"
3208
            ],
3209
            "authors": [
3210
                {
3211
                    "name": "Fabien Potencier",
3212
                    "email": "[email protected]"
3213
                },
3214
                {
3215
                    "name": "Symfony Community",
3216
                    "homepage": "https://symfony.com/contributors"
3217
                }
3218
            ],
3219
            "description": "Symfony DomCrawler Component",
3220
            "homepage": "https://symfony.com",
3221
            "time": "2016-02-28 16:24:34"
3222
        },
3223
        {
3224
            "name": "symfony/finder",
3225
            "version": "v3.0.3",
3226
            "source": {
3227
                "type": "git",
3228
                "url": "https://github.com/symfony/finder.git",
3229
                "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723"
3230
            },
3231
            "dist": {
3232
                "type": "zip",
3233
                "url": "https://api.github.com/repos/symfony/finder/zipball/623bda0abd9aa29e529c8e9c08b3b84171914723",
3234
                "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723",
3235
                "shasum": ""
3236
            },
3237
            "require": {
3238
                "php": ">=5.5.9"
3239
            },
3240
            "type": "library",
3241
            "extra": {
3242
                "branch-alias": {
3243
                    "dev-master": "3.0-dev"
3244
                }
3245
            },
3246
            "autoload": {
3247
                "psr-4": {
3248
                    "Symfony\\Component\\Finder\\": ""
3249
                },
3250
                "exclude-from-classmap": [
3251
                    "/Tests/"
3252
                ]
3253
            },
3254
            "notification-url": "https://packagist.org/downloads/",
3255
            "license": [
3256
                "MIT"
3257
            ],
3258
            "authors": [
3259
                {
3260
                    "name": "Fabien Potencier",
3261
                    "email": "[email protected]"
3262
                },
3263
                {
3264
                    "name": "Symfony Community",
3265
                    "homepage": "https://symfony.com/contributors"
3266
                }
3267
            ],
3268
            "description": "Symfony Finder Component",
3269
            "homepage": "https://symfony.com",
3270
            "time": "2016-01-27 05:14:46"
3271
        },
3272
        {
3273
            "name": "symfony/polyfill-mbstring",
3274
            "version": "v1.1.1",
3275
            "source": {
3276
                "type": "git",
3277
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3278
                "reference": "1289d16209491b584839022f29257ad859b8532d"
3279
            },
3280
            "dist": {
3281
                "type": "zip",
3282
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
3283
                "reference": "1289d16209491b584839022f29257ad859b8532d",
3284
                "shasum": ""
3285
            },
3286
            "require": {
3287
                "php": ">=5.3.3"
3288
            },
3289
            "suggest": {
3290
                "ext-mbstring": "For best performance"
3291
            },
3292
            "type": "library",
3293
            "extra": {
3294
                "branch-alias": {
3295
                    "dev-master": "1.1-dev"
3296
                }
3297
            },
3298
            "autoload": {
3299
                "psr-4": {
3300
                    "Symfony\\Polyfill\\Mbstring\\": ""
3301
                },
3302
                "files": [
3303
                    "bootstrap.php"
3304
                ]
3305
            },
3306
            "notification-url": "https://packagist.org/downloads/",
3307
            "license": [
3308
                "MIT"
3309
            ],
3310
            "authors": [
3311
                {
3312
                    "name": "Nicolas Grekas",
3313
                    "email": "[email protected]"
3314
                },
3315
                {
3316
                    "name": "Symfony Community",
3317
                    "homepage": "https://symfony.com/contributors"
3318
                }
3319
            ],
3320
            "description": "Symfony polyfill for the Mbstring extension",
3321
            "homepage": "https://symfony.com",
3322
            "keywords": [
3323
                "compatibility",
3324
                "mbstring",
3325
                "polyfill",
3326
                "portable",
3327
                "shim"
3328
            ],
3329
            "time": "2016-01-20 09:13:37"
3330
        },
3331
        {
3332
            "name": "symfony/yaml",
3333
            "version": "v3.0.3",
3334
            "source": {
3335
                "type": "git",
3336
                "url": "https://github.com/symfony/yaml.git",
3337
                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c"
3338
            },
3339
            "dist": {
3340
                "type": "zip",
3341
                "url": "https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c",
3342
                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c",
3343
                "shasum": ""
3344
            },
3345
            "require": {
3346
                "php": ">=5.5.9"
3347
            },
3348
            "type": "library",
3349
            "extra": {
3350
                "branch-alias": {
3351
                    "dev-master": "3.0-dev"
3352
                }
3353
            },
3354
            "autoload": {
3355
                "psr-4": {
3356
                    "Symfony\\Component\\Yaml\\": ""
3357
                },
3358
                "exclude-from-classmap": [
3359
                    "/Tests/"
3360
                ]
3361
            },
3362
            "notification-url": "https://packagist.org/downloads/",
3363
            "license": [
3364
                "MIT"
3365
            ],
3366
            "authors": [
3367
                {
3368
                    "name": "Fabien Potencier",
3369
                    "email": "[email protected]"
3370
                },
3371
                {
3372
                    "name": "Symfony Community",
3373
                    "homepage": "https://symfony.com/contributors"
3374
                }
3375
            ],
3376
            "description": "Symfony Yaml Component",
3377
            "homepage": "https://symfony.com",
3378
            "time": "2016-02-23 15:16:06"
3379
        }
3380
    ],
3381
    "aliases": [],
3382
    "minimum-stability": "dev",
3383
    "stability-flags": {
3384
        "cryptlib/cryptlib": 20,
3385
        "yiqing-95/yiitimeago": 20,
3386
        "charlesportwoodii/ciinfinite-scroll": 20,
3387
        "rych/otp": 20,
3388
        "codeception/yiibridge": 20
3389
    },
3390
    "prefer-stable": true,
3391
    "prefer-lowest": false,
3392
    "platform": {
3393
        "php": ">=5.5.0",
3394
        "ext-curl": "*",
3395
        "ext-mcrypt": "*",
3396
        "ext-openssl": "*",
3397
        "ext-phar": "*",
3398
        "ext-pdo_mysql": "*",
3399
        "ext-pdo": "*",
3400
        "ext-reflection": "*",
3401
        "ext-zip": "*",
3402
        "lib-curl": "*",
3403
        "lib-pcre": "*",
3404
        "lib-openssl": "*"
3405
    },
3406
    "platform-dev": []
3407
}
3408