diff --git a/.travis.yml b/.travis.yml index ffcc179..2605b6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ jobs: fast_finish: true include: - stage: test - php: 5.6 + php: 7.0 - stage: test php: 7.2 diff --git a/composer.json b/composer.json index cd9dceb..c570164 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": ">=5.6.0", + "php": ">=7.0.0", "typo3/cms-core": "^7.6 || ^8.0" }, "autoload": {