mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 05:35:09 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6464880c4 | ||
|
|
29ad0ab1c9 | ||
|
|
d1702f7726 | ||
|
|
45824755c6 |
6
.idea/phpspec.xml
generated
6
.idea/phpspec.xml
generated
@@ -5,6 +5,12 @@
|
||||
<PhpSpecSuiteConfiguration>
|
||||
<option name="myPath" value="$PROJECT_DIR$" />
|
||||
</PhpSpecSuiteConfiguration>
|
||||
<PhpSpecSuiteConfiguration>
|
||||
<option name="myPath" value="$PROJECT_DIR$" />
|
||||
</PhpSpecSuiteConfiguration>
|
||||
<PhpSpecSuiteConfiguration>
|
||||
<option name="myPath" value="$PROJECT_DIR$" />
|
||||
</PhpSpecSuiteConfiguration>
|
||||
</suites>
|
||||
</component>
|
||||
</project>
|
||||
@@ -1,4 +1,13 @@
|
||||
# 版本更新日志
|
||||
### [1.0.3](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.2...v1.0.3) (2025-11-25)
|
||||
|
||||
|
||||
### 🚀 Chore | 构建/工程依赖/工具
|
||||
|
||||
* **deps:** 更新 roave/dont 依赖版本约束 ([29ad0ab](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/29ad0ab1c9c7bd8a634505a390efda82d954a929))
|
||||
|
||||
### [1.0.2](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.1...v1.0.2) (2025-09-26)
|
||||
|
||||
### [1.0.1](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0...v1.0.1) (2025-08-19)
|
||||
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.0.1
|
||||
1.0.3
|
||||
@@ -38,7 +38,7 @@
|
||||
"jetbrains/phpstorm-attributes": "^1.0",
|
||||
"lmc/http-constants": "^1.2.0",
|
||||
"myclabs/php-enum": "^1.8.4",
|
||||
"roave/dont": "^1.6.0",
|
||||
"roave/dont": "*",
|
||||
"symfony/http-foundation": "^6.4",
|
||||
"symfony/polyfill-php81": "^1.28",
|
||||
"symfony/polyfill-php82": "^1.28",
|
||||
@@ -136,5 +136,5 @@
|
||||
"url": "https://mirrors.aliyun.com/composer/"
|
||||
}
|
||||
},
|
||||
"version": "1.0.1"
|
||||
"version": "1.0.3"
|
||||
}
|
||||
|
||||
@@ -323,7 +323,7 @@ class CommonErrorCode extends AbstractConstants
|
||||
|
||||
// 500 业务错误
|
||||
|
||||
#[Message('common_error.business.defaul')]
|
||||
#[Message('common_error.business.default')]
|
||||
public const BUSINESS_ERROR = 500001;
|
||||
// 501 版本问题
|
||||
#[Message('common_error.business.old_version')]
|
||||
|
||||
Reference in New Issue
Block a user