yiisoft/yii-web

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "yiisoft/yii-web",
    "type": "library",
    "description": "Yii Framework Web Extension",
    "keywords": [
        "yii",
        "framework"
    ],
    "homepage": "http://www.yiiframework.com/",
    "license": "BSD-3-Clause",
    "support": {
        "issues": "https://github.com/yiisoft/yii-web",
        "forum": "http://www.yiiframework.com/forum/",
        "wiki": "http://www.yiiframework.com/wiki/",
        "irc": "irc://irc.freenode.net/yii",
        "source": "https://github.com/yiisoft/yii-web"
    },
    "minimum-stability": "dev",
    "require": {
        "php": "^7.4|^8.0",
        "ext-dom": "*",
        "ext-json": "*",
        "psr/container-implementation": "1.0.0",
        "psr/event-dispatcher": "^1.0",
        "psr/http-factory": "^1.0",
        "psr/http-factory-implementation": "1.0",
        "psr/http-message": "^1.0",
        "psr/http-message-implementation": "1.0",
        "psr/http-server-handler": "^1.0",
        "psr/http-server-middleware": "^1.0",
        "yiisoft/aliases": "^1.1|^2.0",
        "yiisoft/friendly-exception": "^1.0",
        "yiisoft/http": "^1.2",
        "yiisoft/middleware-dispatcher": "^2.0",
        "yiisoft/network-utilities": "^1.0",
        "yiisoft/router": "^3.0@dev",
        "yiisoft/validator": "^3.0@dev"
    },
    "require-dev": {
        "nyholm/psr7": "^1.3",
        "phpunit/phpunit": "^9.5",
        "roave/infection-static-analysis-plugin": "^1.7",
        "spatie/phpunit-watcher": "^1.23",
        "vimeo/psalm": "^4.7",
        "yiisoft/composer-config-plugin": "^1.0@dev",
        "yiisoft/di": "^3.0@dev",
        "yiisoft/router-fastroute": "^3.0@dev"
    },
    "provide": {
        "psr/http-message-implementation": "1.0"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.0.x-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "Yiisoft\\Yii\\Web\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Yiisoft\\Yii\\Web\\Tests\\": "tests"
        }
    },
    "config": {
        "sort-packages": true
    },
    "prefer-stable": true,
    "scripts": {
        "test": "phpunit --testdox --no-interaction",
        "test-watch": "phpunit-watcher watch"
    }
}