forked from 418sec/TeamPass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.05 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
{
"name": "nilsteampassnet/TeamPass",
"type": "project",
"description": "TeamPass is a Passwords Manager dedicated for managing passwords in a collaborative way",
"version": "2.1.27",
"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/"
},
"require": {
"php": ">=5.5.0",
"ext-mysqli": ">=5.1.0",
"ext-mcrypt": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-bcmath": "*",
"ext-iconv": "*",
"ext-xml": "*",
"ext-gd": "*"
}
}