Skip to content

Commit

Permalink
[TASK] Set min t3 version to 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Oct 20, 2017
1 parent e9e6acd commit ab2e90b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ This extension extends the news record by a subheadline text field.

## Requirements

- TYPO3 CMS 6.2-8.2
- TYPO3 CMS 7.6.0-8.7
- EXT:news 3.2.5+
- License: GPL 2+

## Installation

Install the extension as any other extension.

If you use composer, use either ``"georgringer/news-subheadline":"1.0.*`` or ``"typo3-ter/news-subheadline":"1.0.*``
If you use composer, use ` composer requite georgringer/news-subheadline`.

## Usage

Expand All @@ -21,4 +21,4 @@ After filling out the new field, you are able to output it with
```
<f:debug>{newsItem.txNewsSubheadline}</f:debug>
<f:debug>{newsItem.subheadline}</f:debug>
```
```
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "georgringer/news-subheadline",
"type": "typo3-cms-extension",
"description": "Extend news by a sub headline",
"version": "1.0.0",
"keywords": [
"TYPO3",
"extension",
Expand All @@ -20,7 +19,7 @@
"GPL-2.0"
],
"require": {
"typo3/cms-core": ">=6.2.10,<9",
"typo3/cms-core": ">=7.6,<9",
"georgringer/news": ">3.2.5"
},
"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 @@ -17,10 +17,10 @@
'clearCacheOnLoad' => true,
'lockType' => '',
'author_company' => 'ringer.it',
'version' => '1.0.0',
'version' => '2.1.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.10-8.9.99',
'typo3' => '7.6.0-8.9.99',
'news' => '3.2.5-9.9.99'
),
'conflicts' => array(),
Expand Down

0 comments on commit ab2e90b

Please sign in to comment.