-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 823 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 823 Bytes
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
{
"name": "schorschii/webvault-pro",
"description": "End-to-end encrypted web based password safe with multi-language support.",
"version": "1.0.0",
"type": "application",
"homepage": "https://georg-sieber.de",
"license": "GPL-2.0",
"authors": [
{
"name": "Georg Sieber",
"homepage": "https://georg-sieber.de",
"role": "Maintainer, Developer"
}
],
"support": {
"issues": "https://github.com/schorschii/webvault-pro/issues",
"source": "https://github.com/schorschii/webvault-pro"
},
"autoload": {
"psr-4": {
"WebVault\\":"src/"
}
},
"require": {
"slim/slim": "^4.13",
"slim/twig-view": "^3.3",
"slim/psr7": "^1.6",
"php-di/php-di": "^7.0"
}
}