diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb9203e --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# [clickstorm] Youtube Data V3 + +Clickstorm Youtube Data V3 is a TYPO3 extension. Displays a youtube channel on your page. + +Feel free to test and give feedback. + +## More information + + * [TYPO3 Repository] - Official dowload page + * [Extension Manual] - Official documentation with all features and configurations + * [clickstorm Blog] - Current information in german + + + +[TYPO3 Repository]: +[Extension Manual]: +[clickstorm Blog]: diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c52c784 --- /dev/null +++ b/composer.json @@ -0,0 +1,30 @@ +{ + "name": "clickstorm/cs_youtube_data", + "type": "typo3-cms-extension", + "description": "[clickstorm] Youtube Data V3", + "homepage": "https://www.clickstorm.de", + "license": [ + "GPL-2.0+" + ], + "keywords": [ + "typo3", + "clickstorm", + "YouTube" + ], + "version": "1.0.5", + "dist": { + "url": "https://github.com/clickstorm/cs_youtube_data.git", + "type": "git" + }, + "replace": { + "cs_youtube_data": "*" + }, + "require": { + "typo3/cms": ">=6.2.6" + }, + "autoload": { + "psr-4": { + "Clickstorm\\CsYoutubeData\\": "Classes/" + } + } +}