-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
112 lines (112 loc) · 3.65 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2971d1d3b69fb1aa8ce9143bec36f150",
"packages": [
{
"name": "jamesiarmes/php-ntlm",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/jamesiarmes/php-ntlm.git",
"reference": "08fa988af7506b8dc366737b06c86633ba8cecbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jamesiarmes/php-ntlm/zipball/08fa988af7506b8dc366737b06c86633ba8cecbc",
"reference": "08fa988af7506b8dc366737b06c86633ba8cecbc",
"shasum": ""
},
"require": {
"ext-soap": "*",
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"jamesiarmes\\PhpNtlm\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "James Armes",
"email": "[email protected]"
}
],
"description": "Library for communicating with Microsoft services using NTLM authentication.",
"time": "2017-10-04T01:14:17+00:00"
},
{
"name": "php-ews/php-ews",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/jamesiarmes/php-ews.git",
"reference": "405f03cb679eff59c84f223962c9cadf14b38450"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jamesiarmes/php-ews/zipball/405f03cb679eff59c84f223962c9cadf14b38450",
"reference": "405f03cb679eff59c84f223962c9cadf14b38450",
"shasum": ""
},
"require": {
"ext-soap": "*",
"jamesiarmes/php-ntlm": "~1.0",
"php": ">=5.3.9"
},
"require-dev": {
"mustache/mustache": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"jamesiarmes\\PhpEws\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "James Armes",
"email": "[email protected]"
}
],
"description": "Library for communicating with Exchange Web Services.",
"homepage": "http://jamesarmes.com/php-ews/",
"time": "2017-10-04T01:18:36+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.3"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.3.11"
}
}