Skip to content

Commit

Permalink
Merge pull request #10 from b13/davidsteeb-patch-1
Browse files Browse the repository at this point in the history
[TASK] Add extension-key to composer.json
  • Loading branch information
bmack authored Mar 26, 2021
2 parents 4c25fb7 + 62fa985 commit 2c26cbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"type": "typo3-cms-extension",
"homepage": "https://github.com/b13/t3ext-format",
"license": "GPL-2.0-or-later",
"extra": {
"typo3/cms": {
"extension-key": "format"
}
},
"autoload": {
"psr-4": {
"B13\\Format\\": "Classes"
Expand Down

0 comments on commit 2c26cbd

Please sign in to comment.