Skip to content
Snippets Groups Projects
Commit 6bc97aff authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Update requirements

parent 6fbdf10c
No related branches found
No related tags found
1 merge request!3Feature upgrade to typo3 11
......@@ -4,7 +4,7 @@
"description": "Embed Vimeo Videos of a Playlist or Channel",
"homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later",
"version": "2.0.0-dev",
"version": "2.0.0",
"require": {
"typo3/cms-core": "^10.4.0 || ^11.5.0",
"vimeo/vimeo-api": "^3.0"
......
......@@ -36,10 +36,11 @@ $EM_CONF['sg_vimeo'] = [
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.0.0-dev',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'php' => '7.4.0-8.1.99',
],
'conflicts' => [],
'suggests' => [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment