Skip to content

Commit

Permalink
Merge pull request #39 from mittwald/typo3-7-lts-support
Browse files Browse the repository at this point in the history
Add support for TYPO 7 LTS
  • Loading branch information
martin-helmich committed Dec 7, 2015
2 parents e661913 + 21dd2dc commit cd3e3e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ php:
- 5.6

env:
- TYPO3_VERSION="7.5.0"
- TYPO3_VERSION="7.6.0"
- TYPO3_VERSION="7.4.0"
- TYPO3_VERSION="^7.0"
- TYPO3_VERSION="~6.2.14"

matrix:
exclude:
- php: 5.3
env: TYPO3_VERSION="7.5.0"
env: TYPO3_VERSION="7.6.0"
- php: 5.3
env: TYPO3_VERSION="7.4.0"
- php: 5.3
env: TYPO3_VERSION="^7.0"
- php: 5.4
env: TYPO3_VERSION="7.5.0"
env: TYPO3_VERSION="7.6.0"
- php: 5.4
env: TYPO3_VERSION="7.4.0"
- php: 5.4
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
'version' => '1.1-dev',
'constraints' => array(
'depends' => array(
'typo3' => '6.0.0-7.9.99',
'extbase' => '6.0.0-7.9.99',
'fluid' => '6.0.0-7.9.99',
'typo3' => '6.0.0-7.6.99',
'extbase' => '6.0.0-7.6.99',
'fluid' => '6.0.0-7.6.99',
)
)
);

0 comments on commit cd3e3e1

Please sign in to comment.