Skip to content

Commit

Permalink
[FEATURE] Add extension key in extra section (#192)
Browse files Browse the repository at this point in the history
Add the extension key in the composer.json extra section for future TYPO3 versions (https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ExtensionArchitecture/ComposerJson/Index.html#extra).
  • Loading branch information
jacobsenj authored Mar 3, 2021
1 parent ee3e0cd commit a34981d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
"web-dir": ".Build/Web",
"extension-key": "t3monitoring"
}
}
}

0 comments on commit a34981d

Please sign in to comment.