{
    "name": "fluidtypo3/vhs",
    "description": "This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.",
    "type": "typo3-cms-extension",
    "non-feature-branches": ["development"],
    "homepage": "https://fluidtypo3.org",
    "support": {
        "chat": "https://typo3.slack.com/archives/C79562JES",
        "docs": "https://docs.typo3.org/p/fluidtypo3/vhs/main/en-us/",
        "issues": "https://github.com/FluidTYPO3/vhs/issues",
        "source": "https://github.com/FluidTYPO3/vhs"
    },
    "keywords": [
        "TYPO3 CMS",
        "templating",
        "Utility",
        "ViewHelper",
        "fedext",
        "fluid"
    ],
    "config": {
        "preferred-install": "dist",
        "allow-plugins": {
            "typo3/cms-composer-installers": true,
            "typo3/class-alias-loader": true
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "license": "GPL-2.0-or-later",
    "autoload": {
        "psr-4": {
            "FluidTYPO3\\Vhs\\": "Classes/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "FluidTYPO3\\Vhs\\Tests\\": "Tests/"
        }
    },
    "require": {
        "php": "^7.4.0 || ^8",
        "ext-mbstring": "*",
        "typo3/cms-core": "^10 || ^11 || ^12 || ^13 || dev-main",
        "typo3/cms-extbase": "^10 || ^11 || ^12 || ^13 || dev-main",
        "typo3/cms-fluid": "^10 || ^11 || ^12 || ^13 || dev-main",
        "typo3/cms-frontend": "^10 || ^11 || ^12 || ^13 || dev-main",
        "typo3/cms-backend": "^10 || ^11 || ^12 || ^13 || dev-main"
    },
    "replace": {
        "typo3-ter/vhs": "self.version"
    },
    "require-dev": {
        "phpstan/phpstan": "1.12.1",
        "phpunit/phpunit": "^5.7 || ^9.5",
        "squizlabs/php_codesniffer": "^3.7",
        "mikey179/vfsstream": "^1.6"
    },
    "suggest": {
        "ext-tidy": "Allows to make use of the tidy ViewHelper v:format.tidy",
        "ext-zlib": "Enable use of v:format.placeholder.lipsum with default lipsum text",
        "ext-json": "Enable use of v:format.json.encode and v:format.json.decode"
    },
    "extra": {
        "typo3/cms": {
          "extension-key": "vhs"
        }
    }
}
