Skip to content

Commit

Permalink
[TASK] Update suggested dependency for phpspreadsheet
Browse files Browse the repository at this point in the history
- raise version numbers
- suggest the direct use of `phpoffice/phpspreadsheet` via composer
- suggest `EXT:base_excel` for legacy installations

Related: #1214
  • Loading branch information
mschwemer committed Feb 20, 2025
1 parent c2b88dc commit 1a0aa95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"ext-curl": "*"
},
"suggest": {
"sjbr/static-info-tables": "*",
"jambagecom/base-excel": "^v1.29.0"
"sjbr/static-info-tables": "Provides country information for the country field",
"phpoffice/phpspreadsheet": "Enables xlsx export via the powermail module"
},
"replace": {
"typo3-ter/powermail": "self.version"
Expand Down
1 change: 1 addition & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'conflicts' => [
],
'suggests' => [
'base_excel' => '',
'static_info_tables' => ''
],
],
Expand Down

0 comments on commit 1a0aa95

Please sign in to comment.