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 @@ ...@@ -4,9 +4,9 @@
"description": "Embed YouTube Videos of a Playlist or Channel", "description": "Embed YouTube Videos of a Playlist or Channel",
"homepage": "https://www.sgalinski.de", "homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"version": "3.1.0", "version": "4.0.0-dev",
"require": { "require": {
"typo3/cms-core": "^8.7.24 || ^9.5.4" "typo3/cms-core": "^9.5.4 || ^10.4.0"
}, },
"require-dev": { "require-dev": {
"roave/security-advisories": "dev-master" "roave/security-advisories": "dev-master"
......
...@@ -24,22 +24,22 @@ ...@@ -24,22 +24,22 @@
* This copyright notice MUST APPEAR in all copies of the script! * This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/ ***************************************************************/
$EM_CONF[$_EXTKEY] = [ $EM_CONF['sg_youtube'] = [
'title' => 'YouTube Videos', 'title' => 'YouTube Videos',
'description' => 'Embed YouTube Videos of a Channel or Playlist', 'description' => 'Embed YouTube Videos of a Channel or Playlist',
'category' => 'plugin', 'category' => 'plugin',
'author' => 'Johannes Kreiner', 'author' => 'Johannes Kreiner',
'author_email' => 'johannes@sgalinski.de', 'author_email' => 'johannes@sgalinski.de',
'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)', 'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
'state' => 'stable', 'state' => 'experimental',
'internal' => '', 'internal' => '',
'uploadfolder' => '0', 'uploadfolder' => '0',
'createDirs' => '', 'createDirs' => '',
'clearCacheOnLoad' => 0, 'clearCacheOnLoad' => 0,
'version' => '3.1.0', 'version' => '4.0.0-dev',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '8.7.0-9.5.99', 'typo3' => '9.5.0-10.4.99',
], ],
'conflicts' => [], 'conflicts' => [],
'suggests' => [], '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