Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/vendor/league/oauth2-server-bundle/
Upload File :
Current File : /var/www/v3.cesa.co.za/vendor/league/oauth2-server-bundle/composer.json

{
    "name": "league/oauth2-server-bundle",
    "type": "symfony-bundle",
    "description": "Symfony bundle .",
    "keywords": ["oauth2", "authorization", "server", "bundle", "auth", "bundle"],
    "homepage": "https://github.com/thephpleague/oauth2-server-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Robin Chalas",
            "email": "robin.chalas@gmail.com"
        },
        {
            "name": "All contributors",
            "homepage": "https://github.com/thephpleague/oauth2-server-bundle/graphs/contributors"
        }
    ],
    "require": {
        "php": "^8.1",
        "ext-openssl": "*",
        "league/oauth2-server": "^9.2",
        "nyholm/psr7": "^1.4",
        "psr/http-factory": "^1.0",
        "symfony/deprecation-contracts": "^3",
        "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
        "symfony/filesystem": "^6.4|^7.0|^8.0",
        "symfony/framework-bundle": "^6.4|^7.0|^8.0",
        "symfony/psr-http-message-bridge": "^6.4|^7.0|^8.0",
        "symfony/security-bundle": "^6.4|^7.0|^8.0"
    },
    "require-dev": {
        "ext-pdo": "*",
        "ext-pdo_sqlite": "*",
        "doctrine/doctrine-bundle": "^2.8|^3.0",
        "doctrine/orm": "^2.14|^3.0",
        "php-cs-fixer/shim": "^3.38",
        "phpstan/phpstan": "^2.1",
        "phpstan/phpstan-symfony": "^2.0",
        "symfony/browser-kit": "^6.4|^7.0|^8.0",
        "symfony/phpunit-bridge": "^7.3"
    },
    "conflict": {
        "doctrine/doctrine-bundle": "<2.8.0",
        "doctrine/orm": "<2.14"
    },
    "suggest": {
        "doctrine/doctrine-bundle": "Allow usage of doctrine as persistence layer",
        "doctrine/orm": "Allow usage of doctrine as persistence layer"
    },
    "autoload": {
        "psr-4": { "League\\Bundle\\OAuth2ServerBundle\\": "src/" }
    },
    "autoload-dev": {
        "psr-4": { "League\\Bundle\\OAuth2ServerBundle\\Tests\\": "tests/" }
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.x-dev"
        }
    },
    "minimum-stability": "dev"
}