Skip to content

Commit

Permalink
Merge pull request #534 from lufei/pie
Browse files Browse the repository at this point in the history
Added a composer.json to enable support for PIE
  • Loading branch information
viest authored Nov 10, 2024
2 parents 3b4957b + a3ae438 commit c14d061
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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"
}
]
}
}

0 comments on commit c14d061

Please sign in to comment.