{
    "name": "yiisoft/html",
    "type": "library",
    "description": "Handy library to generate HTML",
    "keywords": [
        "html"
    ],
    "homepage": "https://www.yiiframework.com/",
    "license": "BSD-3-Clause",
    "support": {
        "issues": "https://github.com/yiisoft/html/issues?state=open",
        "source": "https://github.com/yiisoft/html",
        "forum": "https://forum.yiiframework.com/",
        "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",
        "yiisoft/arrays": "^2.0 || ^3.0",
        "yiisoft/json": "^1.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.90",
        "infection/infection": "^0.27.11 || ^0.32",
        "maglnet/composer-require-checker": "^4.7.1",
        "phpunit/phpunit": "^10.5.46",
        "rector/rector": "^2.0.17",
        "spatie/phpunit-watcher": "^1.24",
        "vimeo/psalm": "^5.26.1 || ^6.12"
    },
    "autoload": {
        "psr-4": {
            "Yiisoft\\Html\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Yiisoft\\Html\\Tests\\": "tests"
        }
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "infection/extension-installer": true,
            "composer/package-versions-deprecated": true
        }
    },
    "scripts": {
        "test": "phpunit --testdox --no-interaction",
        "test-watch": "phpunit-watcher watch",
        "cs-fix": "php-cs-fixer fix",
        "infection": "infection --threads=max"
    }
}
