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

[TASK] Enable TYPO3 10 composer update

parent 5c9f84bb
No related branches found
No related tags found
1 merge request!25Feature upgrade to typo3 10
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "8.4.1",
"version": "9.0.0-dev",
"support": {
},
"repositories": [
......@@ -24,7 +24,7 @@
}
],
"require": {
"typo3/cms-core": "^8.7.0 || ^9.5.1"
"typo3/cms-core": "^9.5.0 || ^10.4.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
......
<?php
$EM_CONF[$_EXTKEY] = [
$EM_CONF['sg_news'] = [
'title' => 'News System',
'description' => 'News System',
'category' => 'plugin',
......@@ -19,17 +19,17 @@ $EM_CONF[$_EXTKEY] = [
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '8.4.1',
'version' => '9.0.0-dev',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
'php' => '7.0.0-7.3.99',
'typo3' => '9.5.0-10.4.99',
'php' => '7.3.0-7.4.99',
],
'conflicts' => [],
'suggests' => [
'sg_comments' => '3.0.0',
'sg_ajax' => '2.0.0',
'languagevisibility' => '2.0.0',
'sg_comments' => '5.0.0',
'sg_ajax' => '3.0.0',
'languagevisibility' => '3.0.0',
],
],
'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