Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tansautn committed Oct 13, 2024
1 parent 57f85ce commit 3a250cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zuko/flex2cell",
"version" : "1.0.0",
"version" : "1.0.1",
"description": "A flexible and efficient library for exporting data to Excel (XLS, XLSX) with support for mappings, formatters, and handling large datasets. Working with less dependencies, avoid future breaks & conclusions.",
"type": "library",
"autoload": {
Expand All @@ -19,6 +19,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.0",
"phpoffice/phpspreadsheet": "^3.3"
},
"require-dev": {
Expand All @@ -27,7 +28,7 @@
"extra": {
"laravel": {
"providers": [
"Vendor\\ExcelExport\\ExcelExportServiceProvider"
"Zuko\\Flex2Cell\\Flex2CellServiceProvider"
]
}
}
Expand Down

0 comments on commit 3a250cc

Please sign in to comment.