{ "name": "viest/xlswriter", "type": "php-ext", "license": "BSD-2-Clause", "description": "xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.", "require": { "php": ">= 7.0" }, "php-ext": { "extension-name": "xlswriter", "download-url-method": "pre-packaged-source", "configure-options": [ { "name": "disable-reader", "description": "Disable reader support" } ] } }