Skip to content

Commit

Permalink
[TASK] Raise typo3/cms version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiYang committed Jun 14, 2018
1 parent ffeb288 commit 3ad666a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "typo3-cms-extension",
"description": "Displays current project version based on 'VERSION' file or GIT revision.",
"homepage": "https://github.com/KamiYang/project_version",
"version": "0.2.0",
"version": "0.2.1",
"time": "2018-05-24",
"license": "GPL-3.0+",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"project_version": "self.version"
},
"require": {
"typo3/cms": ">=8.7.0 <=8.7.15",
"typo3/cms": ">=8.7.0 <=8.7.16",
"php": ">=7.0"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
'clearCacheOnLoad' => 1,
'author' => 'Jan Stockfisch',
'author_email' => '[email protected]',
'version' => '0.2.0',
'version' => '0.2.1',
'constraints' => [
'depends' => [
'php' => '7.0',
'typo3' => '8.7.0-8.7.15'
'typo3' => '8.7.0-8.7.16'
],
'conflicts' => [
],
Expand Down

0 comments on commit 3ad666a

Please sign in to comment.