diff options
-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": { |