We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0171873 commit 403bceaCopy full SHA for 403bcea
1 file changed
composer.json
@@ -2,7 +2,6 @@
2
"name": "utf6/phalapi-excel",
3
"description": "PahlApi2.x 接口框架利用 PHPExcel 处理Excel 文件",
4
"keywords": ["excel", "phalapi"],
5
- "version": "1.0",
6
"homepage": "http://www.phalapi.net",
7
"license" : "MIT",
8
"authors": [
@@ -14,12 +13,12 @@
14
13
}
15
],
16
"require": {
17
- "php": "^5.2|^7.0",
18
- "phpExcel" : "1.8.1"
+ "php": "^5.2",
+ "phpoffice/phpspreadsheet": "^1.18"
19
},
20
"autoload": {
21
"psr-4": {
22
- "utf6\\phalapiExcel\\": "src"
+ "utf6\\phalapiExcel\\": "src/"
23
24
25
0 commit comments