diff options
author | Geekologist <Conver@users.noreply.github.com> | 2016-07-26 15:45:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 15:45:34 +0200 |
commit | 16136212ba70234e65cc3dae55f3342499a07f83 (patch) | |
tree | 462fd2a675ad14949d170796c4178101ca977f15 | |
parent | f2b39f242651f8294d2c26177b0a94a7bb09d7db (diff) | |
parent | cee509668abe973e072415711692030cfc124474 (diff) | |
download | PHPAuth-16136212ba70234e65cc3dae55f3342499a07f83.zip PHPAuth-16136212ba70234e65cc3dae55f3342499a07f83.tar.gz PHPAuth-16136212ba70234e65cc3dae55f3342499a07f83.tar.bz2 |
Merge pull request #208 from webot/patch-4
Update composer.json
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index aa01a21..1b5a6a0 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php": ">=5.4.0", "phpmailer/phpmailer": "^5.2", - "bjeavons/zxcvbn-php": "*" + "bjeavons/zxcvbn-php": "^0.1" }, "autoload": { "psr-4": { |