forked from zzarbi/synology
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
37 lines (37 loc) · 837 Bytes
/
composer.json
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
{
"name": "victorbalssa/synology-api-client",
"description": "Synology API client",
"homepage": "https://github.com/victorbalssa/synology-api-client",
"version": "0.4.4",
"keywords" : [
"synology",
"nas"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Nicolas Cerveaux",
"email": "[email protected]"
},
{
"name": "Victor Balssa"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.2.0",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
},
"support": {
"issues": "https://github.com/victorbalssa/synology-api-client/issues"
},
"autoload": {
"psr-4": {
"Synology\\Api\\": "src"
}
}
}