Skip to content
Snippets Groups Projects
composer.json 612 B
Newer Older
Kevin von Spiczak's avatar
Kevin von Spiczak committed
{
    "name": "sgalinski/sg-vimeo",
    "type": "typo3-cms-extension",
    "description": "Embed Vimeo Videos of a Playlist or Channel",
    "homepage": "https://www.sgalinski.de",
    "license": "GPL-2.0-or-later",
    "version": "2.3.0",
Kevin von Spiczak's avatar
Kevin von Spiczak committed
    "require": {
        "typo3/cms-core": "^10.4.0 || ^11.5.0",
Kevin von Spiczak's avatar
Kevin von Spiczak committed
        "vimeo/vimeo-api": "^3.0"
    },
    "replace": {
        "sgalinski/sg_vimeo": "self.version"
Kevin von Spiczak's avatar
Kevin von Spiczak committed
    },
    "autoload": {
        "psr-4": {
            "SGalinski\\SgVimeo\\": "Classes/"
        }
    },
    "extra": {
        "typo3/cms": {
            "extension-key": "sg_vimeo"
        }
    }
}