{
    "name": "shopware/administration",
    "description": "Administration frontend for the Shopware Core",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Shopware\\Administration\\": ""
        }
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "symfony/runtime": true
        }
    },
    "support": {
        "issues": "https://github.com/shopware/shopware/issues",
        "forum": "https://forum.shopware.com",
        "wiki": "https://developer.shopware.com",
        "docs": "https://developer.shopware.com",
        "chat": "https://chat.shopware.com/"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "6.7.x-dev",
            "dev-trunk": "6.7.x-dev"
        }
    },
    "require": {
        "php": "~8.2.0 || ~8.3.0 || ~8.4.0",
        "doctrine/dbal": "^4.3.1",
        "lcobucci/jwt": "^5.5",
        "league/flysystem": "^3.13.0",
        "league/oauth2-server": "^9.1",
        "pentatrion/vite-bundle": "^8.1",
        "phpseclib/phpseclib": "^3.0",
        "psr/http-message": "^1.1 || ^2.0",
        "shopware/core": "v6.7.2.0",
        "symfony/asset": "~7.3.0",
        "symfony/cache": "~7.3.0",
        "symfony/cache-contracts": "~3.6.0",
        "symfony/clock": "~7.3.0",
        "symfony/console": "~7.3.0",
        "symfony/dependency-injection": "~7.3.0",
        "symfony/event-dispatcher": "~7.3.0",
        "symfony/event-dispatcher-contracts": "~3.6.0",
        "symfony/filesystem": "~7.3.0",
        "symfony/finder": "~7.3.0",
        "symfony/framework-bundle": "~7.3.0",
        "symfony/http-client": "~7.3.0",
        "symfony/http-client-contracts": "~3.6.0",
        "symfony/http-foundation": "~7.3.0",
        "symfony/http-kernel": "~7.3.0",
        "symfony/mime": "~7.3.0",
        "symfony/psr-http-message-bridge": "~7.3.0",
        "symfony/routing": "~7.3.0",
        "symfony/serializer": "~7.3.0",
        "symfony/string": "~7.3.0",
        "symfony/validator": "~7.3.0"
    }
}
