build(composer): 添加了 configProvider

This commit is contained in:
李东云
2022-04-26 21:46:48 +08:00
parent 46c07dc232
commit 2b2f853188

View File

@@ -2,6 +2,17 @@
"name": "singularity/hyperf-development-kit",
"description": "The General Development Kit for Hyperf framework",
"type": "library",
"authors": [
{
"name": "李东云",
"email": "dongyun.li@luxcreo.ai"
}
],
"extra": {
"hyperf": {
"config": "Singularity\\HyperfDevelopmentKit\\ConfigProvider"
}
},
"require": {
"php": "~8.0",
"composer/composer": "*",
@@ -35,12 +46,6 @@
"Tests\\Example\\": "tests/Example/"
}
},
"authors": [
{
"name": "李东云",
"email": "dongyun.li@luxcreo.ai"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {