Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdiego committed Dec 14, 2018
1 parent 5e2a559 commit e953f72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- 5.5
- 5.6
- 7
env:
Expand All @@ -12,13 +11,11 @@ matrix:
exclude:
- php: 7
env: TYPO3_VERSION=^6.2.0 COVERAGE=0
- php: 7
env: TYPO3_VERSION=^7.6.0 COVERAGE=0
- php: 5.6
env: TYPO3_VERSION=^8.7.0 COVERAGE=0
- php: 7
env: TYPO3_VERSION=^8.7.0 COVERAGE=0
include:
- php: 7
env: TYPO3_VERSION=^7.6.0 COVERAGE=0
- php: 7
env: TYPO3_VERSION=^8.7.0 COVERAGE=1
- php: 7
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": ">=5.6.0",
"typo3/cms-core": "~6.2.0||~7.6.0||~8.6.0||~8.7.0||dev-master"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'constraints' => [
'depends' => [
'typo3' => '6.2.0-8.7.99',
'php' => '5.5.0-0.0.0'
'php' => '5.6.0-0.0.0'
],
],
];

0 comments on commit e953f72

Please sign in to comment.