[
    {
        "name": "box/spout",
        "version": "v2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/box/spout.git",
            "reference": "3a330debb366396e4e384a7c113226f827240d80"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/box/spout/zipball/3a330debb366396e4e384a7c113226f827240d80",
            "reference": "3a330debb366396e4e384a7c113226f827240d80",
            "shasum": ""
        },
        "require": {
            "ext-simplexml": "*",
            "ext-xmlreader": "*",
            "ext-zip": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.0"
        },
        "suggest": {
            "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
            "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
        },
        "time": "2016-10-18 23:55:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Box\\Spout\\": "src/Spout"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Adrien Loison",
                "email": "adrien@box.com"
            }
        ],
        "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
        "homepage": "https://www.github.com/box/spout",
        "keywords": [
            "OOXML",
            "csv",
            "excel",
            "memory",
            "odf",
            "ods",
            "office",
            "open",
            "php",
            "read",
            "scale",
            "spreadsheet",
            "stream",
            "write",
            "xlsx"
        ]
    }
]
