Skip to content

Commit

Permalink
[MOD] Basic update to allow Typo3 V10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Carstens committed Apr 23, 2020
1 parent 0742e40 commit 6076bbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ php:
env:
- TYPO3_VERSION=^8.7 COVERAGE=0 FUNCTIONAL=0
- TYPO3_VERSION=^9.5 COVERAGE=0 FUNCTIONAL=0
- TYPO3_VERSION=^10.4 COVERAGE=0 FUNCTIONAL=0

matrix:
include:
Expand All @@ -22,6 +23,10 @@ matrix:
php: 7.0
- env: TYPO3_VERSION=^9.5 COVERAGE=0 FUNCTIONAL=0
php: 7.1
- env: TYPO3_VERSION=^10.4 COVERAGE=0 FUNCTIONAL=0
php: 7.0
- env: TYPO3_VERSION=^10.4 COVERAGE=0 FUNCTIONAL=0
php: 7.1

services:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.0",
"ext-pdo": "*",
"typo3/cms-core": "^8.7 || ^9.5",
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4",
"typo3/cms-extbase": "*"
},
"require-dev": {
Expand Down

0 comments on commit 6076bbc

Please sign in to comment.