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

[TASK] Remove unique job names

parent 550d2c0c
No related branches found
No related tags found
1 merge request!12Feature upgrade to9 lts
......@@ -163,7 +163,7 @@ return call_user_func(
'config' => [
'type' => 'input',
'size' => 30,
'eval' => 'trim, required, unique'
'eval' => 'trim, required'
],
],
'job_id' => [
......
......@@ -11,7 +11,7 @@
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
"require": {
"typo3/cms-core": "^8.7.22 || ^9.5.2",
"typo3/cms-core": "^9.5.2",
"sgalinski/project-base": "^4.2",
"sgalinski/sg-mail": ">=4.7",
"sgalinski/sg-seo": ">=1.1.3"
......
......@@ -16,8 +16,8 @@ $EM_CONF[$_EXTKEY] = [
[
'depends' =>
[
'typo3' => '8.7.0-9.5.99',
'php' => '7.0.0-7.3.99',
'typo3' => '9.5.0-9.5.99',
'php' => '7.2.0-7.3.99',
'project_base' => '4.2',
'sg_mail' => '4.7',
'sg_seo' => '1.1.3'
......
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