forked from PHPOffice/PHPPresentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 933 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 933 Bytes
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
36
37
38
{
"name": "livingobjects/phppowerpoint",
"description": "PHPPowerPoint - Read, Create and Write Presentations documents in PHP",
"keywords": ["PHP","PowerPoint","LibreOffice","pptx","ppt","odp","presentations"],
"homepage": "http://phpoffice.github.io",
"type": "library",
"license": "LGPL",
"version": "1.0.2",
"authors": [
{
"name": "Mark Baker"
},
{
"name": "Franck Lefevre",
"homepage": "http://blog.rootslabs.net"
},
{
"name": "Ivan Lanin",
"homepage": "http://ivan.lanin.org"
}
],
"require": {
"php": ">=5.2.0",
"ext-xml": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"ext-zip": "*",
"ext-gd2": "*"
},
"autoload": {
"psr-0": {
"PHPPowerPoint": "Classes/"
}
}
}