Skip to content

Commit 403bcea

Browse files
author
wangweitao
committed
Update composer.json
1 parent 0171873 commit 403bcea

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "utf6/phalapi-excel",
33
"description": "PahlApi2.x 接口框架利用 PHPExcel 处理Excel 文件",
44
"keywords": ["excel", "phalapi"],
5-
"version": "1.0",
65
"homepage": "http://www.phalapi.net",
76
"license" : "MIT",
87
"authors": [
@@ -14,12 +13,12 @@
1413
}
1514
],
1615
"require": {
17-
"php": "^5.2|^7.0",
18-
"phpExcel" : "1.8.1"
16+
"php": "^5.2",
17+
"phpoffice/phpspreadsheet": "^1.18"
1918
},
2019
"autoload": {
2120
"psr-4": {
22-
"utf6\\phalapiExcel\\": "src"
21+
"utf6\\phalapiExcel\\": "src/"
2322
}
2423
}
2524

0 commit comments

Comments
 (0)