Skip to content

Commit

Permalink
Prepare for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Apr 8, 2016
1 parent ce8e74b commit fdb1e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit fdb1e31

Please sign in to comment.