You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
712 B
26 lines
712 B
{
|
|
"name": "ron-maxweb/pwned-passwords",
|
|
"description": "A library to query Troy Hunt's Pwned Passwords service to see whether or not a password has been included in a public breach.",
|
|
"keywords": ["password", "passwords", "security"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ron Marsden",
|
|
"email": "rm@maxwebsolutions.com"
|
|
},
|
|
{
|
|
"name": "Saif Eddin Gmati (azjezz)",
|
|
"email": "azjezz2@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4" : {
|
|
"PwnedPasswords\\": "src/PwnedPasswords/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"ext-curl": "*"
|
|
}
|
|
}
|