Passed
Push — master ( 16a956...fe51dc )
by luo
01:53
created

composer.lock (1 issue)

Severity
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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "899fa1b92dda31e63b3139a03bcf06c1",
8
    "packages": [
9
        {
10
            "name": "php-curl-class/php-curl-class",
11
            "version": "8.1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/php-curl-class/php-curl-class.git",
15
                "reference": "0090c30b4348028cabf1d03427423460ca7dc4a4"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/0090c30b4348028cabf1d03427423460ca7dc4a4",
20
                "reference": "0090c30b4348028cabf1d03427423460ca7dc4a4",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-curl": "*",
25
                "ext-mbstring": "*",
26
                "php": ">=5.3"
27
            },
28
            "require-dev": {
29
                "ext-gd": "*",
30
                "phpunit/phpunit": "*",
31
                "squizlabs/php_codesniffer": "*"
32
            },
33
            "type": "library",
34
            "autoload": {
35
                "psr-4": {
36
                    "Curl\\": "src/Curl/"
37
                }
38
            },
39
            "notification-url": "https://packagist.org/downloads/",
40
            "license": [
41
                "Unlicense"
42
            ],
43
            "authors": [
44
                {
45
                    "name": "Zach Borboa"
46
                }
47
            ],
48
            "description": "PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.",
49
            "homepage": "https://github.com/php-curl-class/php-curl-class",
50
            "keywords": [
51
                "api",
52
                "class",
53
                "client",
54
                "curl",
55
                "framework",
56
                "http",
57
                "http client",
58
                "json",
59
                "php",
60
                "requests",
61
                "rest",
62
                "restful",
63
                "web service",
64
                "xml"
65
            ],
66
            "time": "2018-06-06T05:01:44+00:00"
67
        },
68
        {
69
            "name": "phpmailer/phpmailer",
0 ignored issues
show
There is a security advisory for your installed version of phpmailer/phpmailer:

Object injection
Loading history...
70
            "version": "v6.0.5",
71
            "source": {
72
                "type": "git",
73
                "url": "https://github.com/PHPMailer/PHPMailer.git",
74
                "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32"
75
            },
76
            "dist": {
77
                "type": "zip",
78
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/cb3ea134d4d3729e7857737d5f320cce9caf4d32",
79
                "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32",
80
                "shasum": ""
81
            },
82
            "require": {
83
                "ext-ctype": "*",
84
                "ext-filter": "*",
85
                "php": ">=5.5.0"
86
            },
87
            "require-dev": {
88
                "doctrine/annotations": "1.2.*",
89
                "friendsofphp/php-cs-fixer": "^2.2",
90
                "phpdocumentor/phpdocumentor": "2.*",
91
                "phpunit/phpunit": "^4.8 || ^5.7",
92
                "zendframework/zend-eventmanager": "3.0.*",
93
                "zendframework/zend-i18n": "2.7.3",
94
                "zendframework/zend-serializer": "2.7.*"
95
            },
96
            "suggest": {
97
                "ext-mbstring": "Needed to send email in multibyte encoding charset",
98
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
99
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
100
                "psr/log": "For optional PSR-3 debug logging",
101
                "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
102
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
103
            },
104
            "type": "library",
105
            "autoload": {
106
                "psr-4": {
107
                    "PHPMailer\\PHPMailer\\": "src/"
108
                }
109
            },
110
            "notification-url": "https://packagist.org/downloads/",
111
            "license": [
112
                "LGPL-2.1"
113
            ],
114
            "authors": [
115
                {
116
                    "name": "Jim Jagielski",
117
                    "email": "[email protected]"
118
                },
119
                {
120
                    "name": "Marcus Bointon",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Andy Prevost",
125
                    "email": "[email protected]"
126
                },
127
                {
128
                    "name": "Brent R. Matzelle"
129
                }
130
            ],
131
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
132
            "time": "2018-03-27T13:49:45+00:00"
133
        }
134
    ],
135
    "packages-dev": [],
136
    "aliases": [],
137
    "minimum-stability": "stable",
138
    "stability-flags": [],
139
    "prefer-stable": false,
140
    "prefer-lowest": false,
141
    "platform": [],
142
    "platform-dev": []
143
}
144