Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Jun 12, 2024
1 parent 003af71 commit 6c23895
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "phpbb-extension",
"description": "An extension for phpBB that will show users the strength of a password as they type it into the password field when creating or updating their account.",
"homepage": "https://github.com/iMattPro/passwordstrength",
"version": "1.3.0",
"version": "1.3.1-dev",
"keywords": ["phpbb", "extension", "password", "strength", "zxcvbn"],
"license": "GPL-2.0-only",
"authors": [
Expand All @@ -25,7 +25,8 @@
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/password_strength",
"filename": "version_check"
"filename": "version_check",
"ssl": true
}
}
}

0 comments on commit 6c23895

Please sign in to comment.