lygie2221 / embettyvideo4typo3

Data protection compliant Video Display for Youtube and Vimeo for TYPO3
Apache License 2.0
0 stars 0 forks source link

Not usable in composer mode for TYPO3 10 #1

Closed mat-hew1 closed 2 years ago

mat-hew1 commented 2 years ago

Although in TER it says that the extension is also available for TYPO3 version 10, the restriction in composer.json makes this impossible for composer installation. There must be:

    "require": {
        "typo3/cms-core": "^9.5 || ^10.4"
    },

in composer.json.

And it would be nice if you provide the extension in packagist (https://packagist.org/packages/submit). Thank you.