Skip to content

Commit

Permalink
fixed wrong composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephraim Härer committed Sep 12, 2017
1 parent b2a8d38 commit 1776884
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
ChangeLog
=========

- **12.09.2017** -> 1.1.3

- fixed composer.json

-----------------------------------

- **12.09.2017** -> 1.1.2

- added composer.json and updated dependencies
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "renolit/reint-downloadmanager",
"name": "renolit/reint-file-timestamp",
"type": "typo3-cms-extension",
"description": "Timestamp parameter in public file uri",
"homepage": "https://github.com/Kephson/reint_file_timestamp",
"license": "GPL-2.0+",
"keywords": ["TYPO3 CMS"],
"require": {
"typo3/cms-core": "^7.6.0"
"typo3/cms-core": "^7.6.0 || >=8.5.0 <9"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.1.2',
'version' => '1.1.3',
'constraints' =>
array(
'depends' =>
Expand Down

0 comments on commit 1776884

Please sign in to comment.