Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit d9971f7

Browse files
add composer
1 parent 78bdf1e commit d9971f7

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

composer.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "ommu/php-excel-reader",
3+
"description": "PHP Excel Reader for Ommu Platform",
4+
"keywords": [
5+
"extension",
6+
"php excel reader",
7+
"php",
8+
"excel",
9+
"reader",
10+
"xls",
11+
"ommu",
12+
"platform",
13+
"ommu platform"
14+
],
15+
"homepage": "https://github.com/ommu/ext-php-excel-reader",
16+
"type": "ommu-extension",
17+
"license": "Apache-2.0",
18+
"support": {
19+
"issues": "https://github.com/ommu/ext-php-excel-reader/issues",
20+
"wiki": "https://github.com/ommu/ext-php-excel-reader/wiki",
21+
"source": "https://github.com/ommu/ext-php-excel-reader"
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/ommu/ext-php-excel-reader.git"
26+
},
27+
"authors": [
28+
{
29+
"name": "jerry2801",
30+
"email": "jerry2801@gmail.com",
31+
"role": "Creator"
32+
},
33+
{
34+
"name": "Putra Sudaryanto",
35+
"email": "putra@sudaryanto.id",
36+
"homepage": "https://putra.sudaryanto.id",
37+
"role": "Modifier"
38+
}
39+
],
40+
"require": {
41+
"php": ">=5.3.2",
42+
"yiisoft/yii": "^1.1.14"
43+
}
44+
}

0 commit comments

Comments
 (0)