From 501bd7dc8999693c569508bb496181d57425bb9d Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Mon, 23 Jan 2017 15:09:58 +0100 Subject: [PATCH] Bump zxcvbn-php version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7e598a..d9161c8 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php" : ">=5.3.0", "illuminate/support": "~5.3", - "bjeavons/zxcvbn-php": "^0.2" + "bjeavons/zxcvbn-php": "^0.3" }, "require-dev": { "phpunit/phpunit" : "4.*",