PHPWord/composer.json

25 lines
584 B
JSON

{
"name": "phpoffice/phpword",
"description": "PHPWord - OpenXML - Read, Write and Create Word documents in PHP",
"keywords": ["PHP","Word","docx","doc"],
"homepage": "http://phpword.codeplex.com",
"type": "library",
"license": "LGPL",
"authors": [
{
"name": "Gabriel Bull",
"email": "gavroche.bull@gmail.com"
}
],
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.28"
},
"autoload": {
"psr-0": {
"PHPWord": "src/"
}
}
}