Skip to content

Commit 3f4f1d1

Browse files
committed
chore: 移除本地 path 依赖,base-excel 改为 ~1.0.1-beta
1 parent 48d695f commit 3f4f1d1

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
@@ -1,12 +1,6 @@
11
{
22
"name": "businessg/hyperf-excel",
33
"type": "library",
4-
"repositories": [
5-
{
6-
"type": "path",
7-
"url": "../base-excel"
8-
}
9-
],
104
"license": "MIT",
115
"keywords": [
126
"php",
@@ -33,7 +27,7 @@
3327
"php": ">=8.1",
3428
"ext-mbstring": "*",
3529
"ext-xlswriter": "*",
36-
"businessg/base-excel": "*",
30+
"businessg/base-excel": "~1.0.1-beta",
3731
"hyperf/redis": "~3.1.0",
3832
"hyperf/async-queue": "~3.1.0",
3933
"hyperf/filesystem": "~3.1.0",

0 commit comments

Comments
 (0)