{
	"name": "sgalinski/sg-youtube",
	"type": "typo3-cms-extension",
	"description": "Embed YouTube Videos of a Playlist or Channel",
	"homepage": "https://www.sgalinski.de",
	"license": "GPL-2.0-or-later",
	"version": "2.1.4",
	"require": {
		"typo3/cms-core": "^8.7.24 || ^9.5.4"
	},
	"replace": {
		"sg_youtube": "self.version"
	},
	"autoload": {
		"psr-4": {
			"SGalinski\\SgYoutube\\": "Classes/"
		}
	}
}