{
    "name": "mk-j/php_xlsxwriter",
    "description": "PHP Library to write XLSX files",
    "keywords": ["php", "library","xls", "xlsx", "excel"],
    "type": "project",
    "homepage": "https://github.com/mk-j/PHP_XLSXWriter",
    "license": "MIT",

    "autoload": {
        "classmap": ["xlsxwriter.class.php"]
    },
    "require-dev": {
        "phpunit/phpunit": "4.3.*"
    },
    "require": {
        "php": ">=5.2.1",
        "ext-zip": "*"
    }
}