{
    "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/"
        }
    }
}
