summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <scott@paragonie.com>2016-04-08 12:58:39 -0400
committerScott <scott@paragonie.com>2016-04-08 12:58:39 -0400
commitfdb1e311153233315e0f7699711e3845d81ed00f (patch)
tree466a1470918a88477fd16b3150cfff9f08f3b587
parentce8e74b83fd4a5f2484b98b9c70214499df6aad2 (diff)
downloadconstant_time_encoding-fdb1e311153233315e0f7699711e3845d81ed00f.zip
constant_time_encoding-fdb1e311153233315e0f7699711e3845d81ed00f.tar.gz
constant_time_encoding-fdb1e311153233315e0f7699711e3845d81ed00f.tar.bz2
Prepare for 1.0.0v1.0.0
-rw-r--r--composer.json6
1 files 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": {