Skip to content

Commit 81c7d2f

Browse files
committed
Merge pull request nuovo#49 from pilsetnieks/master
composer.json update
2 parents 1779d0d + 96292d7 commit 81c7d2f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Fix for a PHP warning that occurs with completely empty sheets in XLS files.
44
- XLSM (macro-enabled XLSX) files are recognized and read, too.
5+
- composer.json file is added to the repository (thanks to [matej116](https://github.com/matej116))
56

67
### v.0.5.3 2013-08-12
78

composer.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
{
22
"name": "nuovo/spreadsheet-reader",
3-
"description": "Excel reader library",
4-
"version": "1.0.0",
3+
"description": "Spreadsheet reader library for Excel, OpenOffice and structured text files",
4+
"keywords": ["spreadsheet", "xls", "xlsx", "ods", "csv", "excel", "openoffice"],
5+
"homepage": "https://github.com/nuovo/spreadsheet-reader",
6+
"version": "0.5.4",
7+
"time": "2013-08-22",
58
"type": "library",
69
"license": ["MIT"],
10+
"authors": [
11+
{
12+
"name": "Martins Pilsetnieks",
13+
"email": "pilsetnieks@gmail.com",
14+
"homepage": "http://www.nuovo.lv/"
15+
}
16+
],
17+
"support": {
18+
"email": "spreadsheet-reader@nuovo.lv"
19+
},
720
"require": {
821
"php": ">= 5.3.0",
922
"ext-zip": "*"

0 commit comments

Comments
 (0)