-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.44 KB
/
Copy pathcomposer.json
File metadata and controls
49 lines (49 loc) · 1.44 KB
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
45
46
47
48
49
{
"name": "singlehop/encryption",
"description": "SingleHop's encryption client for the key manager.",
"license": "proprietary",
"prefer-stable": true,
"authors": [
{
"name": "Marcus Hightower",
"email": "mhightower@singlehop.com"
}
],
"support": {
"email": "security.internal@singlehop.com",
"wiki": "http://devwiki.singlehop.net/index.php?title=Key_Manager-Architecture",
"source": "https://github.com/singlehopllc/key-manager-client"
},
"minimum-stability": "RC",
"require": {
"psr/log": "~1.0",
"ext-mcrypt": "*",
"ext-openssl": "*"
},
"require-dev": {
"codeception/codeception": "~1.8.5",
"sauce/sausage": "~0.12",
"sauce/connect": "~3.0.30",
"psychomieze/sauceextension": "*",
"phpunit/phpunit": "~3.7.0",
"theseer/phpdox": "~0.8.0",
"squizlabs/php_codesniffer": "~1.4.6",
"phpmd/phpmd": "~2.0.0",
"phploc/phploc": "~2.0.2",
"sebastian/phpcpd": "~2.0.0",
"phpdocumentor/phpdocumentor": "v2.0.1",
"mayflower/php-codebrowser": "~1.1"
},
"autoload": {
"psr-4": {
"SingleHop\\Encryption\\": "src/",
"SingleHop\\Encryption\\KeyManager\\": "src/"
}
},
"repositories": [
{
"url": "https://github.com/mhightower/sauceExtension.git",
"type": "git"
}
]
}