Skip to content
Snippets Groups Projects
Commit ebb57f17 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Fix composer.json and release version 5.0.3

parent 0a421909
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"license": [ "license": [
"GPL-2.0+" "GPL-2.0+"
], ],
"version": "5.0.2", "version": "5.0.3",
"support": { "support": {
}, },
"repositories": [ "repositories": [
...@@ -17,9 +17,14 @@ ...@@ -17,9 +17,14 @@
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/froemken/repair_translation.git" "url": "https://github.com/froemken/repair_translation.git"
},
{
"type": "composer",
"url": "https://composer.typo3.org/"
} }
], ],
"require": { "require": {
"roave/security-advisories": "dev-master",
"typo3/cms-core": "7.6.0 - 8.7.99", "typo3/cms-core": "7.6.0 - 8.7.99",
"stefanfroemken/repair_translation": "^1.0" "stefanfroemken/repair_translation": "^1.0"
}, },
......
...@@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [
'modify_tables' => '', 'modify_tables' => '',
'clearCacheOnLoad' => 0, 'clearCacheOnLoad' => 0,
'lockType' => '', 'lockType' => '',
'version' => '5.0.2', 'version' => '5.0.3',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '7.6.0-8.7.99', 'typo3' => '7.6.0-8.7.99',
......
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