summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: faeb35234a7c7afd70de043f527b1432dca9be62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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",
    "configure-options": [
      {
        "name": "enable-reader",
        "description": "Enable reader support"
      }
    ]
  }
}