Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Feb 17, 2019
1 parent 2f6bf35 commit 6aced08
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "littlebizzy/force-strong-hashing",
"type": "wordpress-plugin",
"license": "GPLv3",
"homepage": "https://www.littlebizzy.com/plugins/force-strong-hashing",
"description": "Forces all user passwords generated by WordPress to be hashed using Bcrypt, the most secure and popular PHP hashing algorithm currently available.",
"keywords": ["wordpress","plugin","force","strong","hashing","encryption","passwords","hashes","bcrypt","argon2","argon 2","security"],
"support": {
"issues": "https://github.com/littlebizzy/force-strong-hashing/issues",
"forum": "https://www.littlebizzy.com/members"
}
"require": {
"php": "^7.2",
"composer/installers": "~1.0"
}
}

0 comments on commit 6aced08

Please sign in to comment.