{
    "name": "yiisoft/yii-view-renderer",
    "type": "library",
    "description": "PSR-7 compatible view renderer",
    "keywords": [
        "yii",
        "view",
        "renderer"
    ],
    "homepage": "https://www.yiiframework.com/",
    "license": "BSD-3-Clause",
    "support": {
        "issues": "https://github.com/yiisoft/yii-view-renderer/issues?state=open",
        "source": "https://github.com/yiisoft/yii-view-renderer",
        "forum": "https://www.yiiframework.com/forum/",
        "wiki": "https://www.yiiframework.com/wiki/",
        "irc": "ircs://irc.libera.chat:6697/yii",
        "chat": "https://t.me/yii3en"
    },
    "funding": [
        {
            "type": "opencollective",
            "url": "https://opencollective.com/yiisoft"
        },
        {
            "type": "github",
            "url": "https://github.com/sponsors/yiisoft"
        }
    ],
    "require": {
        "php": "8.1 - 8.5",
        "psr/container": "^1.0 || ^2.0",
        "psr/http-factory": "^1.1",
        "psr/http-message": "^1.1 | ^2.0",
        "yiisoft/aliases": "^2.0 || ^3.0",
        "yiisoft/csrf": "^1.2 || ^2.0",
        "yiisoft/data-response": "^2.2",
        "yiisoft/friendly-exception": "^1.0",
        "yiisoft/html": "^2.5 || ^3.0 || ^4.0",
        "yiisoft/strings": "^2.0",
        "yiisoft/view": "^12"
    },
    "require-dev": {
        "bamarni/composer-bin-plugin": "^1.9.1",
        "friendsofphp/php-cs-fixer": "^3.94",
        "httpsoft/http-message": "^1.1.6",
        "nyholm/psr7": "^1.8.2",
        "phpunit/phpunit": "^10.5.63",
        "rector/rector": "^2.3.8",
        "roave/infection-static-analysis-plugin": "^1.35",
        "spatie/phpunit-watcher": "^1.24.4",
        "vimeo/psalm": "^5.26.1 || ^6.15.1",
        "yiisoft/code-style": "^1.0",
        "yiisoft/di": "^1.4.1",
        "yiisoft/psr-dummy-provider": "^1.0.2",
        "yiisoft/test-support": "^3.2.0",
        "yiisoft/yii-debug": "dev-master"
    },
    "autoload": {
        "psr-4": {
            "Yiisoft\\Yii\\View\\Renderer\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Yiisoft\\Yii\\View\\Renderer\\Tests\\": "tests"
        }
    },
    "extra": {
        "bamarni-bin": {
            "bin-links": true,
            "forward-command": true,
            "target-directory": "tools"
        },
        "config-plugin-options": {
            "source-directory": "config"
        },
        "config-plugin": {
            "params": "params.php",
            "di-web": "di-web.php",
            "events-web": "events-web.php"
        }
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "bamarni/composer-bin-plugin": true,
            "infection/extension-installer": true,
            "composer/package-versions-deprecated": true,
            "yiisoft/config": false
        }
    },
    "scripts": {
        "test": "phpunit --testdox",
        "test-watch": "phpunit-watcher watch"
    }
}
