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

[TASK] Enable TYPO3 10 composer update

parent 45882d1c
No related branches found
No related tags found
1 merge request!23Feature upgrade to typo3 10
......@@ -6,15 +6,15 @@
"license": [
"GPL-2.0-or-later"
],
"version": "3.8.3",
"version": "4.0.0-dev",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
"require": {
"typo3/cms-core": "^9.5.2",
"sgalinski/project-base": "> 5.0",
"sgalinski/sg-mail": "^5.0",
"sgalinski/sg-seo": "^3.0"
"typo3/cms-core": "^9.5.2 || ^10.4.0",
"sgalinski/project-base": "^7.0.0",
"sgalinski/sg-mail": "^6.0.0",
"sgalinski/sg-seo": "^4.0.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
......
......@@ -4,8 +4,8 @@ $EM_CONF['sg_jobs'] = [
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '3.8.3',
'state' => 'stable',
'version' => '4.0.0-dev',
'state' => 'experimental',
'uploadfolder' => FALSE,
'createDirs' => '',
'clearcacheonload' => FALSE,
......@@ -16,11 +16,11 @@ $EM_CONF['sg_jobs'] = [
[
'depends' =>
[
'typo3' => '9.5.0-9.5.99',
'php' => '7.2.0-7.3.99',
'project_base' => '5.0.0',
'sg_mail' => '5.0.0',
'sg_seo' => '3.0.0'
'typo3' => '9.5.0-10.4.99',
'php' => '7.3.0-7.4.99',
'project_base' => '7.0.0',
'sg_mail' => '6.0.0',
'sg_seo' => '4.0.0'
],
'conflicts' =>
[
......
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