Add ircmaxell-RandomLib to the dev dependencies

This commit is contained in:
Ben Ramsey
2014-11-08 16:24:22 -05:00
parent 958643e7b6
commit ebea9b969b
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
<?php
namespace Rhumsaa\Uuid;
namespace Rhumsaa\Uuid\Generator;
use RandomLib\Generator;
use RandomLib\Factory;
use Rhumsaa\Uuid\RandomGenerator;
class RandomLibAdapter implements RandomGenerator
{