Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tansautn committed Oct 13, 2024
1 parent 3a250cc commit cfc3b48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zuko/flex2cell",
"version" : "1.0.1",
"version" : "1.0.2",
"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,8 +19,8 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.0",
"phpoffice/phpspreadsheet": "^3.3"
"php": "^8.* || ^7.*",
"phpoffice/phpspreadsheet": "^1.29"
},
"require-dev": {
"laravel/pint": "^1.18"
Expand Down

0 comments on commit cfc3b48

Please sign in to comment.