mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
build(composer): 添加了 configProvider
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user