From fdb1e311153233315e0f7699711e3845d81ed00f Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 8 Apr 2016 12:58:39 -0400 Subject: [PATCH] Prepare for 1.0.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 58e6f35..3e90d7c 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "paragonie/constant_time_encoding", - "description": "Constant-time Implementations of RFC 4648 Base-64 Encoding (original by Steve 'Sc00bz' Thomas)", + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ - "base64", "encoding", "rfc4648" + "base64", "encoding", "rfc4648", "base32", "base16", "hex", "bin2hex", "hex2bin", "base64_encode", "base64_decode", "base32_encode", "base32_decode" ], "license": "MIT", "type": "library", @@ -30,7 +30,7 @@ }, "require-dev": { "phpunit/phpunit": "4.*|5.*", - "paragonie/random_compat": "^1.2" + "paragonie/random_compat": "^1.4|^2.0" }, "autoload": { "psr-4": {