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/demo-central.sports-crowd.com/vendor/league/oauth2-server/composer.json
{
    "name": "league/oauth2-server",
    "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
    "homepage": "https://oauth2.thephpleague.com/",
    "license": "MIT",
    "require": {
        "php": ">=7.0.0",
        "ext-openssl": "*",
        "league/event": "^2.1",
        "lcobucci/jwt": "^3.2.2",
        "psr/http-message": "^1.0.1",
        "defuse/php-encryption": "^2.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^6.3 || ^7.0",
        "zendframework/zend-diactoros": "^1.3.2",
        "phpstan/phpstan": "^0.9.2",
        "phpstan/phpstan-phpunit": "^0.9.4",
        "phpstan/phpstan-strict-rules": "^0.9.0",
        "roave/security-advisories": "dev-master"
    },
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/thephpleague/oauth2-server.git"
        }
    ],
    "keywords": [
        "oauth",
        "oauth2",
        "oauth 2",
        "oauth 2.0",
        "server",
        "auth",
        "authorization",
        "authorisation",
        "authentication",
        "resource",
        "api",
        "auth",
        "protect",
        "secure"
    ],
    "authors": [
        {
            "name": "Alex Bilbie",
            "email": "hello@alexbilbie.com",
            "homepage": "http://www.alexbilbie.com",
            "role": "Developer"
        },
        {
            "name": "Andy Millington",
            "email": "andrew@noexceptions.io",
            "homepage": "https://www.noexceptions.io",
            "role": "Developer"
        }
    ],
    "replace": {
        "lncd/oauth2": "*",
        "league/oauth2server": "*"
    },
    "autoload": {
        "psr-4": {
            "League\\OAuth2\\Server\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "LeagueTests\\": "tests/"
        }
    }
}