Skip to content

Commit

Permalink
Fix meta stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kitzberger committed Apr 1, 2021
1 parent 1790e4a commit 1c8cba5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TYPO3 Fox Handler",
"homepage": "https://github.com/kitzberger/fox_handler",
"license": [
"GPL-2.0+"
"GPL-2.0-or-later"
],
"keywords": [
"TYPO3 CMS"
Expand All @@ -16,5 +16,10 @@
"psr-4": {
"Kitzberger\\FourOhExHandler\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "fox_handler"
}
}
}

0 comments on commit 1c8cba5

Please sign in to comment.