From ebea9b969bc5c761fc199f8f23a566418d293623 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 8 Nov 2014 16:24:22 -0500 Subject: [PATCH] Add ircmaxell-RandomLib to the dev dependencies --- composer.json | 2 ++ src/Generator/RandomLibAdapter.php | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b57eaf8..c8737ec 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,7 @@ }, "require-dev": { "moontoast/math": "~1.1", + "ircmaxell/random-lib": "~1.0", "symfony/console": "~2.3", "doctrine/dbal": ">=2.3", "phpunit/phpunit": "~4.1", @@ -33,6 +34,7 @@ "bin": ["bin/uuid"], "suggest": { "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", + "ircmaxell/random-lib": "Provides RandomLib to use with the RandomLibAdapter", "symfony/console": "Support for use of the bin/uuid command line tool.", "doctrine/dbal": "Allow the use of a UUID as doctrine field type." }, diff --git a/src/Generator/RandomLibAdapter.php b/src/Generator/RandomLibAdapter.php index 8dac106..4bab073 100644 --- a/src/Generator/RandomLibAdapter.php +++ b/src/Generator/RandomLibAdapter.php @@ -1,9 +1,10 @@