{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "b19945eb649d977960e025d2c2661622", "content-hash": "4f522d2a9f5e77af1f9ba89fe6ac42c0", "packages": [ { "name": "box/spout", "version": "v2.7.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)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev" } }, "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" ], "time": "2016-10-18 23:55:05" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }