We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d695f commit 3f4f1d1Copy full SHA for 3f4f1d1
composer.json
@@ -1,12 +1,6 @@
1
{
2
"name": "businessg/hyperf-excel",
3
"type": "library",
4
- "repositories": [
5
- {
6
- "type": "path",
7
- "url": "../base-excel"
8
- }
9
- ],
10
"license": "MIT",
11
"keywords": [
12
"php",
@@ -33,7 +27,7 @@
33
27
"php": ">=8.1",
34
28
"ext-mbstring": "*",
35
29
"ext-xlswriter": "*",
36
- "businessg/base-excel": "*",
30
+ "businessg/base-excel": "~1.0.1-beta",
37
31
"hyperf/redis": "~3.1.0",
38
32
"hyperf/async-queue": "~3.1.0",
39
"hyperf/filesystem": "~3.1.0",
0 commit comments