mirror of
https://github.com/werkraum-media/watchlist.git
synced 2024-11-22 16:56:10 +01:00
16 lines
408 B
JSON
16 lines
408 B
JSON
{
|
|
"name": "werkraummedia/watchlist_example",
|
|
"description": "Add a watchlist to frontend of TYPO3",
|
|
"type": "typo3-cms-extension",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"typo3/cms-core": "*",
|
|
"typo3/cms-form": "*",
|
|
"werkraummedia/watchlist": "*"
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "watchlist_example"
|
|
}
|
|
}
|
|
}
|