build(composer): 修复 ConfigProvider 命名空间

This commit is contained in:
李东云
2023-01-28 18:37:11 +08:00
parent 4b2c03f8ec
commit 1f0ef04c7a
3 changed files with 6 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
"description": "Common Hyperf Development Kit", "description": "Common Hyperf Development Kit",
"extra": { "extra": {
"hyperf": { "hyperf": {
"config": "Singularity\\HDK\\ConfigProvider" "config": "Singularity\\HDK\\Core\\ConfigProvider"
} }
}, },
"authors": [ "authors": [

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env sh
docker login harbor.luxcreo.cn -u php -p fTr6oVvqqdzVlYgnZhRPPAP54u7SmqGA
image_name=harbor.luxcreo.cn/php/composer-template
docker build --tag $image_name .
#docker push $image_name
#docker push ${image_name}-dev

5
scripts/release.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
docker run --rm -it \
-v $(pwd):/app -e "GIT_AUTHOR_NAME=ch4o5" -e "EMAIL=dongyun.li@luxcreo.ai" \
detouched/standard-version:latest $1