Skip to content

Commit ea81f57

Browse files
committed
Support de Composer
1 parent 1257b46 commit ea81f57

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

composer.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "phpoffice/phpword",
3+
"description": "PHPWord - Read, Create and Write Word documents in PHP",
4+
"keywords": ["PHP","Word", "Writer", "docx","doc","rtf"],
5+
"homepage": "http://phpoffice.github.io",
6+
"type": "library",
7+
"license": "LGPL",
8+
"authors": [
9+
{
10+
"name": "Mark Baker"
11+
},
12+
{
13+
"name": "Franck Lefevre",
14+
"homepage": "http://blog.rootslabs.net"
15+
}
16+
],
17+
"require": {
18+
"php": ">=5.2.0",
19+
"ext-xml": "*"
20+
},
21+
"recommend": {
22+
"ext-zip": "*",
23+
"ext-gd2": "*"
24+
},
25+
"autoload": {
26+
"psr-0": {
27+
"PHPWord": "src/"
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)