Skip to content

Commit 05b66f9

Browse files
committed
chore: 发布 v1.0.0,切换 base-excel 为正式版本依赖
- 移除本地 path repositories - businessg/base-excel 依赖从 * 改为 ~1.0.0 Made-with: Cursor
1 parent 05091d2 commit 05b66f9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,11 @@
2323
"HyperfTest\\": "tests"
2424
}
2525
},
26-
"repositories": [
27-
{
28-
"type": "path",
29-
"url": "../base-excel"
30-
}
31-
],
3226
"require": {
3327
"php": ">=8.1",
3428
"ext-mbstring": "*",
3529
"ext-xlswriter": "*",
36-
"businessg/base-excel": "*",
30+
"businessg/base-excel": "~1.0.0",
3731
"hyperf/redis": "~3.1.0",
3832
"hyperf/async-queue": "~3.1.0",
3933
"hyperf/filesystem": "~3.1.0",

0 commit comments

Comments
 (0)