PHPWord/composer.json

25 lines
584 B
JSON
Raw Normal View History

2013-12-11 14:39:43 -05:00
{
"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": {
2013-12-11 19:57:36 -05:00
"php": ">=5.3.0"
2013-12-11 14:39:43 -05:00
},
"require-dev": {
"phpunit/phpunit": "3.7.28"
},
2013-12-11 14:39:43 -05:00
"autoload": {
"psr-0": {
"PHPWord": "src/"
}
}
}