From 2b9c5cca7308da6fc72054b7dc380c614ac83eab Mon Sep 17 00:00:00 2001 From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de> Date: Tue, 7 Jul 2020 13:47:01 +0200 Subject: [PATCH] [TASK] Enable TYPO3 10 composer update --- composer.json | 4 ++-- ext_emconf.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 151b999..c1c1808 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "description": "Embed YouTube Videos of a Playlist or Channel", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0-or-later", - "version": "3.1.0", + "version": "4.0.0-dev", "require": { - "typo3/cms-core": "^8.7.24 || ^9.5.4" + "typo3/cms-core": "^9.5.4 || ^10.4.0" }, "require-dev": { "roave/security-advisories": "dev-master" diff --git a/ext_emconf.php b/ext_emconf.php index 4f762ff..803dba5 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,22 +24,22 @@ * This copyright notice MUST APPEAR in all copies of the script! ***************************************************************/ -$EM_CONF[$_EXTKEY] = [ +$EM_CONF['sg_youtube'] = [ 'title' => 'YouTube Videos', 'description' => 'Embed YouTube Videos of a Channel or Playlist', 'category' => 'plugin', 'author' => 'Johannes Kreiner', 'author_email' => 'johannes@sgalinski.de', 'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)', - 'state' => 'stable', + 'state' => 'experimental', 'internal' => '', 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '3.1.0', + 'version' => '4.0.0-dev', 'constraints' => [ 'depends' => [ - 'typo3' => '8.7.0-9.5.99', + 'typo3' => '9.5.0-10.4.99', ], 'conflicts' => [], 'suggests' => [], -- GitLab