You've already forked password-score
And a commit that I don't know the reason of...
This commit is contained in:
15
composer.json
Normal file
15
composer.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "siteworxpro/password-score",
|
||||
"description": "Find a passwords strength using more complex methods",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Siteworx\\Passwords\\": "src/"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user