forked from scith/BoxBilling_Proxmox
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
38 lines (38 loc) · 940 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
38
{
"name": "fossbilling/proxmox",
"description": "Proxmox Module for FOSSBilling",
"type": "project",
"require": {
"php": "^8.0|8.1|^8.2",
"pve2-api-client/pve2-api-client": "^1.0.2",
"symfony/finder": "^5.3"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fossbilling"
},
{
"type": "github",
"url": "https://github.com/sponsors/FOSSBilling"
}
],
"require-dev": {
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpunit/phpunit": "^9.6"
},
"license": "GPL 3.0",
"authors": [
{
"name": "Christoph Schläpfer",
"email": "[email protected]"
}
],
"config": {
"vendor-dir": "./src/vendor",
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}