-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.lock
75 lines (75 loc) · 2.38 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
{
"_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": "6b36d773d96d2937e5b80b07b9b5d344",
"packages": [
{
"name": "php-ews/php-ews",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/facilioo/php-ews.git",
"reference": "8b3514b562570a239a5cbcbc13af70f97abda553"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facilioo/php-ews/zipball/8b3514b562570a239a5cbcbc13af70f97abda553",
"reference": "8b3514b562570a239a5cbcbc13af70f97abda553",
"shasum": ""
},
"require": {
"ext-soap": "*",
"php": ">=7.1.0"
},
"require-dev": {
"mustache/mustache": "~2.0",
"phan/phan": "@stable",
"phpmd/phpmd": "@stable",
"squizlabs/php_codesniffer": "*"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"jamesiarmes\\PhpEws\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "James Armes",
"email": "[email protected]"
}
],
"description": "Library for communicating with Exchange Web Services.",
"homepage": "http://jamesarmes.com/php-ews/",
"support": {
"source": "https://github.com/facilioo/php-ews/tree/master"
},
"time": "2022-10-12T13:20:25+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"php-ews/php-ews": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.0"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}