mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
22 lines
591 B
JSON
22 lines
591 B
JSON
{
|
|
"name": "hautelook/phpass",
|
|
"type": "library",
|
|
"time" : "2012-08-31",
|
|
"license" : "Public Domain",
|
|
"description": "Portable PHP password hashing framework",
|
|
"keywords": ["Blowfish", "crypt", "password", "security"],
|
|
"homepage": "http://github.com/hautelook/phpass/",
|
|
"authors": [
|
|
{
|
|
"name" : "Solar Designer",
|
|
"email": "solar@openwall.com",
|
|
"homepage": "http://openwall.com/phpass/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"Hautelook": "src/"}
|
|
}
|
|
}
|