Skip to content

Commit

Permalink
Merge pull request #25 from sitegeist/task/24/addExtensionKey
Browse files Browse the repository at this point in the history
[TASK] Add missing extension key to composer.json, Fixes #24
  • Loading branch information
s2b authored Jul 11, 2022
2 parents 24d24ee + c899263 commit 0e89e2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
},
"require-dev": {
"typo3/testing-framework": "^6.10"
},
"extra": {
"typo3/cms": {
"extension-key": "translatelabels"
}
}
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.0.10',
'version' => '2.0.13',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-10.1.99',
Expand Down

0 comments on commit 0e89e2c

Please sign in to comment.