rhymix/vendor/hautelook/phpass/composer.json
2018-10-18 14:03:18 +09:00

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/"}
}
}