{
    "name": "symfony/ux-live-component",
    "type": "symfony-bundle",
    "description": "Live components for Symfony",
    "keywords": [
        "symfony-ux",
        "twig",
        "components"
    ],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "autoload": {
        "psr-4": {
            "Symfony\\UX\\LiveComponent\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Symfony\\UX\\LiveComponent\\Tests\\": "tests/"
        }
    },
    "require": {
        "php": ">=8.1",
        "symfony/deprecation-contracts": "^2.5|^3.0",
        "symfony/property-access": "^5.4.5|^6.0|^7.0|^8.0",
        "symfony/property-info": "^5.4|^6.0|^7.0|^8.0",
        "symfony/stimulus-bundle": "^2.9",
        "symfony/ux-twig-component": "^2.33.0",
        "twig/twig": "^3.10.3"
    },
    "require-dev": {
        "doctrine/annotations": "^1.0|^2.0",
        "doctrine/collections": "^1.6.8|^2.0",
        "doctrine/doctrine-bundle": "^2.4.3|^3.0|^4.0",
        "doctrine/orm": "^2.9.4|^3.0",
        "doctrine/persistence": "^2.5.2|^3.0|^4.0",
        "phpdocumentor/reflection-docblock": "^5.6.2",
        "symfony/config": "^6.3|^7.0|^8.0",
        "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0",
        "symfony/expression-language": "^5.4|^6.0|^7.0|^8.0",
        "symfony/form": "^5.4|^6.0|^7.0|^8.0",
        "symfony/framework-bundle": "^5.4|^6.1|^7.0|^8.0",
        "symfony/http-kernel": "^6.1|^7.0|^8.0",
        "symfony/options-resolver": "^5.4|^6.0|^7.0|^8.0",
        "symfony/phpunit-bridge": "^6.1|^7.0|^8.0",
        "symfony/security-bundle": "^5.4|^6.0|^7.0|^8.0",
        "symfony/serializer": "^5.4|^6.0|^7.0|^8.0",
        "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0",
        "symfony/uid": "^5.4|^6.0|^7.0|^8.0",
        "symfony/validator": "^5.4|^6.0|^7.0|^8.0",
        "zenstruck/browser": "^1.2.0",
        "zenstruck/foundry": "^2.0"
    },
    "conflict": {
        "symfony/config": "<5.4.0",
        "symfony/type-info": "<7.2",
        "symfony/property-info": "~7.0.0"
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "thanks": {
            "name": "symfony/ux",
            "url": "https://github.com/symfony/ux"
        }
    },
    "minimum-stability": "dev"
}
