This repository was archived by the owner on Aug 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.37 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.37 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
{
"name": "typisttech/wp-password-argon-two-env",
"description": "Convert environment variables to WP Password Argon Two required constants.",
"keywords": [
"typist tech",
"wordpress",
"wp",
"password",
"argon2",
"argon2i",
"sha512",
"hashing",
"hmac",
"env"
],
"homepage": "https://github.com/TypistTech/wp-password-argon-two-env",
"license": "MIT",
"authors": [
{
"name": "Typist Tech",
"email": "wp-password-argon-two-env@typist.tech",
"homepage": "https://typist.tech/"
},
{
"name": "Tang Rufus",
"email": "tangrufus@gmail.com",
"homepage": "https://typist.tech/",
"role": "Developer"
}
],
"support": {
"email": "wp-password-argon-two-env@typist.tech",
"issues": "https://github.com/TypistTech/wp-password-argon-two-env/issues",
"source": "https://github.com/TypistTech/wp-password-argon-two-env"
},
"minimum-stability": "stable",
"require": {
"php": "^7.2 || ^8.0",
"oscarotero/env": "^2.1",
"typisttech/wp-password-argon-two": "^0.2.0"
},
"autoload": {
"psr-4": {
"TypistTech\\WPPasswordArgonTwo\\Env\\": "src/"
}
},
"abandoned": "roots/wp-password-bcrypt"
}