diff options
author | Olivier Debauche <github@smartappli.eu> | 2016-07-26 15:41:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 15:41:43 +0200 |
commit | cee509668abe973e072415711692030cfc124474 (patch) | |
tree | 462fd2a675ad14949d170796c4178101ca977f15 | |
parent | f2b39f242651f8294d2c26177b0a94a7bb09d7db (diff) | |
download | PHPAuth-cee509668abe973e072415711692030cfc124474.zip PHPAuth-cee509668abe973e072415711692030cfc124474.tar.gz PHPAuth-cee509668abe973e072415711692030cfc124474.tar.bz2 |
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": { |