diff options
author | Graham Campbell <graham@mineuk.com> | 2014-11-30 14:39:13 +0000 |
---|---|---|
committer | Graham Campbell <graham@mineuk.com> | 2014-11-30 14:39:13 +0000 |
commit | 748e258f7683a17e9803ded49ae94ab3e24e6c68 (patch) | |
tree | ccf07d6df18ef327a58df52cfc9d6ee0f5673649 | |
parent | c54f038a64896f2963a4412974b10cd341ac6e73 (diff) | |
download | symfony-security-748e258f7683a17e9803ded49ae94ab3e24e6c68.zip symfony-security-748e258f7683a17e9803ded49ae94ab3e24e6c68.tar.gz symfony-security-748e258f7683a17e9803ded49ae94ab3e24e6c68.tar.bz2 |
Tweaked the password-compat version constraint
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 826c58b..9c10b96 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "doctrine/common": "~2.2", "doctrine/dbal": "~2.2", "psr/log": "~1.0", - "ircmaxell/password-compat": "1.0.*" + "ircmaxell/password-compat": "~1.0" }, "suggest": { "symfony/class-loader": "", |