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

[TASK] Enable TYPO3 10 composer update

parent 547bc5ad
No related branches found
No related tags found
1 merge request!2Feature upgrade to typo3 10
......@@ -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"
......
......@@ -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' => [],
......
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