HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/public_html/shaneconrad.me/inventory/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": "^8.0",
        "ext-openssl": "*",
        "league/event": "^2.2",
        "league/uri": "^6.7 || ^7.0",
        "lcobucci/jwt": "^4.3 || ^5.0",
        "psr/http-message": "^1.0.1 || ^2.0",
        "defuse/php-encryption": "^2.3",
        "lcobucci/clock": "^2.2 || ^3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6.6",
        "laminas/laminas-diactoros": "^3.0.0",
        "phpstan/phpstan": "^0.12.57",
        "phpstan/phpstan-phpunit": "^0.12.16",
        "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/"
        }
    }
}