And a commit that I don't know the reason of...

This commit is contained in:
2023-11-01 18:09:14 -04:00
commit 221320db35
7 changed files with 1024 additions and 0 deletions

15
composer.json Normal file
View 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": {
}
}