forked from paragonie/pharaoh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.11 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
{
"name": "paragonie/pharaoh",
"description": "Compare PHARs from the Command Line",
"keywords": [
"tool",
"utility",
"phar",
"security",
"auditing",
"diff"
],
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Scott Arciszewski",
"email": "[email protected]",
"homepage": "https://paragonie.com",
"role": "Developer"
}
],
"require": {
"php": "^7.1|^8",
"paragonie/constant_time_encoding": "^2",
"paragonie/sodium_compat": "^1.3",
"ulrichsg/getopt-php": "^3|^4"
},
"require-dev": {
"vimeo/psalm": "^1|^2|^3|^4"
},
"support": {
"issues": "https://github.com/paragonie/pharaoh/issues",
"email": "[email protected]",
"source": "https://github.com/paragonie/pharaoh"
},
"bin": ["pharaoh"],
"autoload": {
"psr-4": {
"ParagonIE\\Pharaoh\\": "src/Pharaoh/"
}
}
}