{
    "name": "sensiolabs/typescript-bundle",
    "description": "TypeScript support for Symfony + AssetMapper",
    "license": "MIT",
    "type": "symfony-bundle",
    "keywords": ["asset-mapper", "typescript"],
    "homepage": "https://github.com/sensiolabs/AssetMapperTypeScriptBundle",
    "authors": [
        {
            "name": "Maelan LE BORGNE",
            "homepage": "https://github.com/maelanleborgne"
        }
    ],
    "require": {
        "php": ">=8.1",
        "symfony/asset-mapper": "^6.3|^7.0|^8.0",
        "symfony/console": "^6.3|^7.0|^8.0",
        "symfony/http-client": "^6.3|^7.0|^8.0",
        "symfony/process": "^6.3|^7.0|^8.0"
    },
    "require-dev": {
        "symfony/filesystem": "^6.3|^7.0|^8.0",
        "symfony/framework-bundle": "^6.3|^7.0|^8.0",
        "phpstan/phpstan": "^1",
        "phpstan/phpstan-symfony": "^1.3",
        "phpunit/phpunit": "^10.5"
    },
    "autoload": {
        "psr-4": {
            "Sensiolabs\\TypeScriptBundle\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Sensiolabs\\TypeScriptBundle\\Tests\\": "tests/"
        }
    }
}
