Skip to content

Commit

Permalink
Provide extension-key
Browse files Browse the repository at this point in the history
  • Loading branch information
kitzberger committed Apr 1, 2021
1 parent b3e6b50 commit dec273b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[composer.json]
indent_size = 2
21 changes: 13 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "cron/cron-context",
"type": "typo3-cms-extension",
"description": "TYPO3_CONTEXT configuration loader",
"homepage": "https://gitlab.cron.eu/cron/t3x-cron_context",
"license": ["GPL-2.0+"],
"keywords": ["TYPO3 CMS"],
"require": {
"typo3/cms-core": "^9.5 || ^10.4"
"name": "cron/cron-context",
"type": "typo3-cms-extension",
"description": "TYPO3_CONTEXT configuration loader",
"homepage": "https://git.cron.eu/cron/t3x-cron_context",
"license": ["proprietary"],
"keywords": ["TYPO3 CMS"],
"require": {
"typo3/cms-core": "^9.5 || ^10.4"
},
"extra": {
"typo3/cms": {
"extension-key": "cron_context"
}
}
}

0 comments on commit dec273b

Please sign in to comment.