forked from D3Public/oxtotp
use Laminas math
This commit is contained in:
parent
3095d8d39b
commit
3f77b212b4
@ -39,6 +39,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=7.2",
|
||||||
"ext-xmlwriter": "*",
|
"ext-xmlwriter": "*",
|
||||||
|
"ext-openssl": "*",
|
||||||
"oxid-esales/oxideshop-ce": "6.8.0 - 6.12",
|
"oxid-esales/oxideshop-ce": "6.8.0 - 6.12",
|
||||||
"spomky-labs/otphp": "^10.0 || ^11.0",
|
"spomky-labs/otphp": "^10.0 || ^11.0",
|
||||||
"bacon/bacon-qr-code": "^2.0",
|
"bacon/bacon-qr-code": "^2.0",
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
namespace D3\Totp\Application\Model;
|
namespace D3\Totp\Application\Model;
|
||||||
|
|
||||||
use Zend\Math\Rand;
|
use Laminas\Math\Rand;
|
||||||
|
|
||||||
class d3RandomGenerator extends Rand
|
class d3RandomGenerator extends Rand
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user