{
    "name": "yiisoft/input-http",
    "type": "library",
    "description": "Maps data from PSR-7 HTTP request to PHP DTO representing user input.",
    "keywords": [
        "yii3",
        "input",
        "PSR-7",
        "request",
        "DTO",
        "mapping",
        "mapper"
    ],
    "homepage": "https://www.yiiframework.com/",
    "license": "BSD-3-Clause",
    "support": {
        "issues": "https://github.com/yiisoft/input-http/issues?state=open",
        "source": "https://github.com/yiisoft/input-http",
        "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",
        "psr/container": "^1.0|^2.0",
        "psr/http-message": "^1.0|^2.0",
        "psr/http-server-handler": "^1.0",
        "psr/http-server-middleware": "^1.0",
        "yiisoft/arrays": "^3.0",
        "yiisoft/hydrator": "^1.0",
        "yiisoft/hydrator-validator": "^2.0",
        "yiisoft/middleware-dispatcher": "^5.1",
        "yiisoft/validator": "^1.1|^2.0",
        "yiisoft/request-provider": "^1.0"
    },
    "require-dev": {
        "maglnet/composer-require-checker": "^4.7",
        "phpunit/phpunit": "^10.5",
        "rector/rector": "^1.0.0",
        "roave/infection-static-analysis-plugin": "^1.34",
        "spatie/phpunit-watcher": "^1.23",
        "vimeo/psalm": "^5.22",
        "yiisoft/di": "^1.2",
        "yiisoft/test-support": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "Yiisoft\\Input\\Http\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Yiisoft\\Input\\Http\\Tests\\": "tests"
        }
    },
    "extra": {
        "config-plugin-options": {
            "source-directory": "config"
        },
        "config-plugin": {
            "params-web": "params-web.php",
            "di-web": "di-web.php"
        }
    },
    "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"
    }
}
