@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace drupol\Yaroc\Plugin\RandomLib\Source; |
| 4 | 4 | |
| 5 | +use SecurityLib\Strength; |
|
| 5 | 6 | use drupol\Yaroc\Plugin\Method\GenerateIntegers; |
| 6 | 7 | use drupol\Yaroc\RandomOrgAPI; |
| 7 | 8 | use drupol\Yaroc\RandomOrgAPIInterface; |
| 8 | -use SecurityLib\Strength; |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * The Random.Org Source. |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace drupol\Yaroc\Plugin\RychRandom\Generator; |
| 4 | 4 | |
| 5 | +use Rych\Random\Generator\GeneratorInterface; |
|
| 5 | 6 | use drupol\Yaroc\Plugin\Method\GenerateIntegers; |
| 6 | 7 | use drupol\Yaroc\RandomOrgAPI; |
| 7 | 8 | use drupol\Yaroc\RandomOrgAPIInterface; |
| 8 | -use Rych\Random\Generator\GeneratorInterface; |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * The Random.Org Generator. |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace drupol\Yaroc\Examples; |
| 4 | 4 | |
| 5 | -use drupol\Yaroc\RandomOrgAPI; |
|
| 6 | 5 | use Http\Adapter\Guzzle6\Client; |
| 6 | +use drupol\Yaroc\RandomOrgAPI; |
|
| 7 | 7 | |
| 8 | 8 | abstract class BaseExample |
| 9 | 9 | { |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace drupol\Yaroc; |
| 4 | 4 | |
| 5 | -use drupol\Yaroc\Plugin\MethodPluginInterface; |
|
| 6 | 5 | use Http\Client\HttpClient; |
| 7 | 6 | use Http\Discovery\HttpClientDiscovery; |
| 8 | 7 | use Psr\Http\Message\ResponseInterface; |
| 8 | +use drupol\Yaroc\Plugin\MethodPluginInterface; |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Class RandomOrgAPI. |