use Laminas math

This commit is contained in:
Daniel Seifert 2022-09-26 15:57:45 +02:00
parent 3095d8d39b
commit 3f77b212b4
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 2 additions and 2 deletions

View File

@ -39,6 +39,7 @@
"require": {
"php": ">=7.2",
"ext-xmlwriter": "*",
"ext-openssl": "*",
"oxid-esales/oxideshop-ce": "6.8.0 - 6.12",
"spomky-labs/otphp": "^10.0 || ^11.0",
"bacon/bacon-qr-code": "^2.0",

View File

@ -1,9 +1,8 @@
<?php
namespace D3\Totp\Application\Model;
use Zend\Math\Rand;
use Laminas\Math\Rand;
class d3RandomGenerator extends Rand
{