forked from fabinou59/php_ole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 925 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "weller-it/php_ole",
"type": "library",
"description": "",
"keywords": ["excel", "spreadsheet", "document", "xls", "writer"],
"homepage": "https://github.com/Weller-IT/php_ole",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Weller-IT/php_ole.git"
}
],
"license": "LGPL v2.1",
"authors": [
{
"name": "Johann Hanne",
"email": "[email protected]",
"homepage": "http://www.bettina-attack.de/jonny/projects/php_ole/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { },
"files": [
"src/class.ole.php",
"src/class.ole_pps.php",
"src/class.ole_pps_dir.php",
"src/class.ole_pps_file.php",
"src/class.ole_pps_root.php"
]
}
}