| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "phpoffice/phppresentation",
- "description": "PHPPresentation - Read, Create and Write Presentations documents in PHP",
- "keywords": ["PHP","PowerPoint","LibreOffice","pptx","ppt","odp","presentations"],
- "homepage": "http://phpoffice.github.io",
- "type": "library",
- "license": "LGPL",
- "authors": [
- {
- "name": "Mark Baker"
- },
- {
- "name": "Franck Lefevre",
- "homepage": "http://rootslabs.net"
- },
- {
- "name": "Ivan Lanin",
- "homepage": "http://ivan.lanin.org"
- }
- ],
- "require": {
- "php": ">=5.3.0",
- "ext-xml": "*",
- "ext-zip": "*",
- "phpoffice/common": "0.2.*"
- },
- "require-dev": {
- "phpunit/phpunit": "3.7.*",
- "phpdocumentor/phpdocumentor":"2.*",
- "twig/twig":"1.27",
- "phpmd/phpmd": "2.*",
- "sebastian/phpcpd": "2.*",
- "phploc/phploc": "2.*",
- "squizlabs/php_codesniffer": "2.*",
- "codeclimate/php-test-reporter": "dev-master"
- },
- "suggest": {
- "ext-gd2": "Required to add images"
- },
- "autoload": {
- "psr-4": {
- "PhpOffice\\PhpPresentation\\": "src/PhpPresentation/"
- }
- }
- }
|