-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
34 lines (34 loc) · 945 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
{
"name": "skeeks/yii2-proxmox",
"description": "ProxmoxVE API Client for yii2",
"keywords": ["framework", "cms", "skeeks", "proxmox", "skeeks cms", "app", "yii2", "extension"],
"homepage": "https://cms.skeeks.com",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://cms.skeeks.com",
"source": "https://github.com/skeeks-cms/cms",
"wiki": "https://cms.skeeks.com/",
"authors": "https://skeeks.com"
},
"authors": [
{
"name": "SkeekS",
"email": "support@skeeks.com",
"homepage": "https://skeeks.com"
},
{
"name": "Semenov Alexander",
"email": "semenov@skeeks.com"
}
],
"require": {
"yiisoft/yii2": "^2",
"zzantares/proxmoxve": "~4.0"
},
"autoload": {
"psr-4": {
"skeeks\\proxmox\\": "src/"
}
}
}