PHPWord/composer.json

39 lines
905 B
JSON
Raw Normal View History

2013-12-11 14:39:43 -05:00
{
"name": "phpoffice/phpword",
2013-12-13 11:36:36 +01:00
"description": "PHPWord - Read, Create and Write Word documents in PHP",
"keywords": ["PHP", "Word", "Writer", "docx", "doc", "rtf"],
2013-12-13 11:36:36 +01:00
"homepage": "http://phpoffice.github.io",
2013-12-11 14:39:43 -05:00
"type": "library",
"license": "LGPL",
"authors": [
2013-12-13 11:36:36 +01:00
{
"name": "Mark Baker"
},
2013-12-11 14:39:43 -05:00
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com",
"homepage": "http://gabrielbull.com/"
2013-12-13 11:38:22 +01:00
},
2013-12-13 11:36:36 +01:00
{
"name": "Franck Lefevre",
"homepage": "http://blog.rootslabs.net"
2013-12-11 14:39:43 -05:00
}
],
"require": {
"php": ">=5.3.0",
2013-12-13 11:36:36 +01:00
"ext-xml": "*"
2013-12-11 14:39:43 -05:00
},
2014-02-12 11:21:04 -05:00
"require-dev": {
2014-03-11 14:19:33 -04:00
"phpunit/phpunit": "3.7.*"
2014-02-12 11:21:04 -05:00
},
2013-12-13 11:36:36 +01:00
"recommend": {
"ext-zip": "*",
"ext-gd2": "*"
},
2013-12-11 14:39:43 -05:00
"autoload": {
"psr-0": {
"PHPWord": "Classes/"
2013-12-11 14:39:43 -05:00
}
}
2013-12-13 11:36:36 +01:00
}