HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/spomky-labs/otphp/composer.json
{
    "name": "spomky-labs/otphp",
    "type": "library",
    "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
    "license": "MIT",
    "keywords": ["otp", "hotp", "totp", "RFC 4226", "RFC 6238", "Google Authenticator", "FreeOTP"],
    "homepage": "https://github.com/Spomky-Labs/otphp",
    "authors": [
        {
            "name": "Florent Morselli",
            "homepage": "https://github.com/Spomky"
        },
        {
            "name": "All contributors",
            "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
        }
    ],
    "require": {
        "php": "^7.2|^8.0",
        "ext-mbstring": "*",
        "paragonie/constant_time_encoding": "^2.0",
        "beberlei/assert": "^3.0",
        "thecodingmachine/safe": "^0.1.14|^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.0",
        "php-coveralls/php-coveralls": "^2.0",
        "phpstan/phpstan": "^0.12",
        "phpstan/phpstan-beberlei-assert": "^0.12",
        "phpstan/phpstan-deprecation-rules": "^0.12",
        "phpstan/phpstan-phpunit": "^0.12",
        "phpstan/phpstan-strict-rules": "^0.12",
        "thecodingmachine/phpstan-safe-rule": "^1.0"
    },
    "suggest": {
    },
    "autoload": {
        "psr-4": { "OTPHP\\": "src/" }
    },
    "autoload-dev": {
        "psr-4": { "OTPHP\\Test\\": "tests/" }
    },
    "extra": {
        "branch-alias": {
            "v10.0": "10.0.x-dev",
            "v9.0": "9.0.x-dev",
            "v8.3": "8.3.x-dev"
        }
    }
}