From 4b066f717be2096d24b402e8bdc708623b4846ea Mon Sep 17 00:00:00 2001 From: Wolfgang Ziegler // fago Date: Fri, 4 Dec 2020 15:57:06 +0100 Subject: [PATCH] Update php versions. --- .travis.yml | 4 ++-- composer.json | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce47e4f..a74157a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ language: php sudo: true php: - - 7 - - 7.2 + - 7.3 + - 7.4 matrix: # Don't wait for the allowed failures to build. diff --git a/composer.json b/composer.json index 89869b7..8281d6c 100644 --- a/composer.json +++ b/composer.json @@ -32,10 +32,5 @@ "cs": "phpcs --colors", "cbf": "phpcbf", "test": "phpunit" - }, - "config": { - "platform": { - "php": "7.2" - } } }