Skip to content

Commit

Permalink
Sets min PHP version to 5.3.7, adds and updates metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykendall committed Jan 11, 2014
1 parent a473fe1 commit 4b024d2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "jeremykendall/password-validator",
"description": "Password Validator validates password_hash generated passwords, rehashes passwords as necessary, and will upgrade legacy passwords.",
"homepage": "https://github.com/jeremykendall/password-validator",
"support": {
"issues": "https://github.com/jeremykendall/password-validator/issues",
"source": "https://github.com/jeremykendall/password-validator"
},
"license": "MIT",
"authors": [
{
Expand All @@ -10,19 +15,19 @@
}
],
"keywords": [
"validator",
"validation",
"password",
"passwords",
"password validator",
"password validation",
"password_hash",
"rehash",
"upgrade"
"security"
],
"bin": [
"bin/cost-check",
"bin/version-check"
],
"require": {
"php": ">=5.3",
"php": ">=5.3.7",
"ircmaxell/password-compat": "1.*",
"wp-cli/php-cli-tools": "v0.9.4"
},
Expand Down

0 comments on commit 4b024d2

Please sign in to comment.