Skip to content

Commit

Permalink
Improve random_btyes compatiable for PHP 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hidehalo committed Sep 11, 2017
1 parent 1d2fce7 commit e8b5911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
],
"require": {
"php" : "~5.6|~7.0"
"php": "~5.6|~7.0",
"paragonie/random_compat": "^2.0"
},
"require-dev": {
"phpunit/phpunit" : ">=5.4.3",
Expand Down

0 comments on commit e8b5911

Please sign in to comment.