{ "name": "hyperf/config", "description": "An independent component that provides configuration container.", "license": "MIT", "keywords": [ "php", "swoole", "hyperf", "config", "configuration" ], "homepage": "https://hyperf.io", "support": { "issues": "https://github.com/hyperf/hyperf/issues", "source": "https://github.com/hyperf/hyperf", "docs": "https://hyperf.wiki", "pull-request": "https://github.com/hyperf/hyperf/pulls" }, "require": { "php": ">=8.1", "hyperf/collection": "~3.1.0", "hyperf/contract": "~3.1.0", "hyperf/support": "~3.1.0", "psr/container": "^1.0 || ^2.0", "symfony/finder": "^5.0 || ^6.0 || ^7.0" }, "suggest": { "hyperf/context": "Required to use config()", "hyperf/di": "Allows using @Value annotation", "hyperf/event": "Allows using @Value annotation", "hyperf/framework": "Allows using @Value annotation", "vlucas/phpdotenv": "Allows using enviroment value to override the config" }, "autoload": { "psr-4": { "Hyperf\\Config\\": "src/" }, "files": [ "./src/Functions.php" ] }, "autoload-dev": { "psr-4": { "HyperfTest\\Config\\": "tests/" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "3.1-dev" }, "hyperf": { "config": "Hyperf\\Config\\ConfigProvider" } } }