improvframework/http-constants

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name" : "improvframework/http-constants" ,
    "description": "HTTP-specific constants to be used in any libraries that rely on the HTTP Protocol.",
    "type": "library",
    "keywords": [
        "improv",
        "improvframework",
        "php",
        "http",
        "constants",
        "response",
        "request",
        "response codes",
        "request methods"
    ],
    "homepage": "https://github.com/improvframework/http-constants",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Jim DeLois",
            "email": "jim.delois@improvframework.org",
            "homepage": "http://www.improvframework.org/"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.6.0"
    },
    "require-dev" : {
        "fiunchinho/phpunit-randomizer": "^2.0",
        "pdepend/pdepend": "^2.2",
        "phing/phing": "^2.14",
        "phpdocumentor/phpdocumentor": "^2.9",
        "phploc/phploc": "^3.0",
        "phpmd/phpmd": "^2.4",
        "phpmetrics/phpmetrics": "^1.10",
        "phpunit/phpunit": "^5.4",
        "satooshi/php-coveralls": "^1.0",
        "sebastian/phpcpd": "^2.0",
        "squizlabs/php_codesniffer": "^2.6"
    },
    "autoload": {
        "psr-4": {
            "Improv\\Http\\": "src"
        }
    }
}