Skip to content

Commit c005d1f

Browse files
committed
[TASK] Suggest EXT:static_info_tables
The EXT:static_info_tables is required, if one would like to use the functionality for "CountriesFromStaticInfoTablesService". As this is not required for powermail to work, a suggestion is sufficient. Fixes: #901 Signed-off-by: Marcus Schwemer <marcus.schwemer@in2code.de>
1 parent cdbd436 commit c005d1f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"ext-fileinfo": "*",
3838
"ext-curl": "*"
3939
},
40+
"suggest": {
41+
"sjbr/static-info-tables": "*"
42+
},
4043
"replace": {
4144
"typo3-ter/powermail": "self.version"
4245
},
@@ -106,6 +109,8 @@
106109
".Build/bin/typo3cms install:fixfolderstructure"
107110
],
108111
"test:behaviour:ddev": "behat --config Tests/Behavior/behat.ddev.yml",
112+
"test:behaviour:ddev:tag": "behat --config Tests/Behavior/behat.ddev.yml --tags",
113+
"test:behaviour:ddev:stop": "behat --config Tests/Behavior/behat.ddev.yml --stop-on-failure",
109114
"test:behaviour:docker": "behat --config Tests/Behavior/behat.docker.yml",
110115
"test:behaviour:docker:tag": "behat --config Tests/Behavior/behat.docker.yml --tags",
111116
"test:behaviour:docker:stop": "behat --config Tests/Behavior/behat.docker.yml --stop-on-failure",

ext_emconf.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
],
1919
'conflicts' => [
2020
],
21-
'suggests' => [],
21+
'suggests' => [
22+
'static_info_tables' => ''
23+
],
2224
],
2325
];

0 commit comments

Comments
 (0)