{
    "name": "typo3fluid/fluid",
    "description": "The TYPO3 Fluid template rendering engine",
    "homepage": "https://github.com/TYPO3/Fluid",
    "support": {
        "docs": "https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/",
        "issues": "https://github.com/TYPO3/Fluid/issues",
        "source": "https://github.com/TYPO3/Fluid"
    },
    "license": ["LGPL-3.0-or-later"],
    "require": {
        "php": "^7.2 || ^8.0"
    },
    "config": {
        "sort-packages": true
    },
    "require-dev": {
        "ext-json": "*",
        "ext-mbstring": "*",
        "friendsofphp/php-cs-fixer": "^3.4",
        "phpstan/phpstan": "^1.7",
        "phpstan/phpstan-phpunit": "^1.1",
        "phpunit/phpunit": "^8.5.33 || ^9.5.28 || ^10.0.16"
    },
    "suggest": {
        "ext-json": "PHP JSON is needed when using JSONVariableProvider: A relatively rare use case"
    },
    "autoload": {
        "psr-4": {
            "TYPO3Fluid\\Fluid\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "TYPO3Fluid\\FluidExamples\\": "examples/src/",
            "TYPO3Fluid\\Fluid\\Tests\\": "tests/"
        }
    },
    "bin": [
        "bin/fluid"
    ]
}
