Skip to content
Snippets Groups Projects
Verified Commit abb4d78f authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Change version requirements

parent fecf86c2
No related branches found
No related tags found
1 merge request!3Feature upgrade to typo3 11
......@@ -4,9 +4,9 @@
"description": "Embed Vimeo Videos of a Playlist or Channel",
"homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later",
"version": "1.4.7",
"version": "2.0.0-dev",
"require": {
"typo3/cms-core": "^9.5.4 || ^10.4.0",
"typo3/cms-core": "^10.4.0 || ^11.5.0",
"vimeo/vimeo-api": "^3.0"
},
"require-dev": {
......
......@@ -36,10 +36,10 @@ $EM_CONF['sg_vimeo'] = [
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.4.7',
'version' => '2.0.0-dev',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
'typo3' => '10.4.99-11.5.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