Skip to content

Commit 1a0aa95

Browse files
committed
[TASK] Update suggested dependency for phpspreadsheet
- raise version numbers - suggest the direct use of `phpoffice/phpspreadsheet` via composer - suggest `EXT:base_excel` for legacy installations Related: #1214
1 parent c2b88dc commit 1a0aa95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"ext-curl": "*"
4040
},
4141
"suggest": {
42-
"sjbr/static-info-tables": "*",
43-
"jambagecom/base-excel": "^v1.29.0"
42+
"sjbr/static-info-tables": "Provides country information for the country field",
43+
"phpoffice/phpspreadsheet": "Enables xlsx export via the powermail module"
4444
},
4545
"replace": {
4646
"typo3-ter/powermail": "self.version"

ext_emconf.php

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'conflicts' => [
2020
],
2121
'suggests' => [
22+
'base_excel' => '',
2223
'static_info_tables' => ''
2324
],
2425
],

0 commit comments

Comments
 (0)