{
    "name": "cakephp/twig-view",
    "description": "Twig powered View for CakePHP",
    "type":"cakephp-plugin",
    "license": "MIT",
    "keywords": [
        "twig",
        "view",
        "template",
        "cakephp"
    ],
    "authors": [
        {
            "name": "CakePHP Community",
            "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
        }
    ],
    "support": {
        "issues": "https://github.com/cakephp/twig-view/issues",
        "forum": "https://stackoverflow.com/tags/cakephp",
        "irc": "irc://irc.freenode.org/cakephp",
        "source": "https://github.com/cakephp/twig-view"
    },
    "require": {
        "php": ">=8.1",
        "cakephp/cakephp": "^5.0.0",
        "jasny/twig-extensions": "^1.3",
        "twig/markdown-extra": "^3.0",
        "twig/twig": "^3.27.0"
    },
    "require-dev": {
        "cakephp/cakephp-codesniffer": "^5.0",
        "cakephp/debug_kit": "^5.0",
        "michelf/php-markdown": "^1.9",
        "mikey179/vfsstream": "^1.6.10",
        "phpunit/phpunit": "^11.5.3 | ^12.1.3"
    },
    "conflict": {
        "wyrihaximus/twig-view": "*"
    },
    "autoload": {
        "psr-4": {
            "Cake\\TwigView\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Cake\\TwigView\\Test\\": "tests/",
            "TestApp\\": "tests/test_app/src/",
            "TestTwigView\\": "tests/test_app/plugins/TestTwigView/src/"
        }
    },
    "scripts": {
        "cs-check": "phpcs",
        "cs-fix": "phpcbf",
        "phpstan": "tools/phpstan analyse",
        "stan": "@phpstan",
        "phpstan-baseline": "tools/phpstan --generate-baseline",
        "stan-setup": "phive install",
        "rector-setup": "cp composer.json composer.backup && composer require --dev rector/rector:\"~2.3.1\" && mv composer.backup composer.json",
        "rector-check": "vendor/bin/rector process --dry-run",
        "rector-fix": "vendor/bin/rector process",
        "test": "phpunit"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "cakephp/plugin-installer": true
        }
    }
}
