forked from nilsteampassnet/TeamPass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·44 lines (44 loc) · 1.23 KB
/
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
39
40
41
42
43
44
{
"name": "nilsteampassnet/teampass",
"description": "teampass",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"apcu-autoloader": true,
"discard-changes": true
},
"version": "3.0.0.11",
"keywords": ["passwords", "manager", "collaborative", "vault", "security"],
"homepage": "https://www.teampass.net",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Nils Laumaillé",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/nilsteampassnet/TeamPass/issues",
"source": "https://github.com/nilsteampassnet/TeamPass",
"wiki": "https://www.teampass.net",
"docs": "https://teampass.readthedocs.io/en/latest/",
"forum": "https://www.reddit.com/r/TeamPass/"
},
"repositories": [
{
"type" : "composer",
"url" : "https://wpackagist.org"
}
],
"require": {
"php": ">=7.4",
"ext-mysqli": ">=5.1.0",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-bcmath": "*",
"ext-iconv": "*",
"ext-xml": "*",
"ext-gd": "*"
}
}