[TASK] Cleanup
{ | ||
"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": "5.3.0", | ||
"require": { | ||
"typo3/cms-core": "^10.4.0 || ^11.5.0 || ^12.4.0" | ||
}, | ||
"replace": { | ||
"sgalinski/sg_youtube": "self.version" | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"extension-key": "sg_youtube" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\SgYoutube\\": "Classes/" | ||
} | ||
} | ||
"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": "5.3.0", | ||
"require": { | ||
"typo3/cms-core": "^10.4.0 || ^11.5.0 || ^12.4.0" | ||
}, | ||
"replace": { | ||
"sgalinski/sg_youtube": "self.version" | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"extension-key": "sg_youtube" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\SgYoutube\\": "Classes/" | ||
} | ||
} | ||
} |
Please register or sign in to comment