PHPWord/composer.json

36 lines
798 B
JSON
Raw Normal View History

2013-12-13 11:36:36 +01:00
{
"name": "phpoffice/phpword",
"description": "PHPWord - Read, Create and Write Word documents in PHP",
"keywords": ["PHP","Word", "Writer", "docx","doc","rtf"],
"homepage": "http://phpoffice.github.io",
"type": "library",
"license": "LGPL",
"authors": [
{
"name": "Mark Baker"
},
2013-12-13 11:38:22 +01:00
{
"name": "Gabriel Bull",
"email": "gavroche.bull@gmail.com"
},
2013-12-13 11:36:36 +01:00
{
"name": "Franck Lefevre",
"homepage": "http://blog.rootslabs.net"
}
2013-12-13 11:38:22 +01:00
2013-12-13 11:36:36 +01:00
],
"require": {
"php": ">=5.2.0",
"ext-xml": "*"
},
"recommend": {
"ext-zip": "*",
"ext-gd2": "*"
},
"autoload": {
"psr-0": {
"PHPWord": "src/"
}
}
}