{
    "name": "hyperf/constants",
    "description": "A constants component for hyperf.",
    "license": "MIT",
    "keywords": [
        "php",
        "hyperf",
        "constants"
    ],
    "homepage": "https://hyperf.io",
    "support": {
        "docs": "https://hyperf.wiki",
        "issues": "https://github.com/hyperf/hyperf/issues",
        "pull-request": "https://github.com/hyperf/hyperf/pulls",
        "source": "https://github.com/hyperf/hyperf"
    },
    "require": {
        "php": ">=8.1",
        "hyperf/di": "~3.1.0",
        "hyperf/support": "~3.1.0",
        "hyperf/utils": "~3.1.0"
    },
    "suggest": {
        "hyperf/translation": "Required to use translation."
    },
    "autoload": {
        "psr-4": {
            "Hyperf\\Constants\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "HyperfTest\\Constants\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.1-dev"
        },
        "hyperf": {
            "config": "Hyperf\\Constants\\ConfigProvider"
        }
    }
}