From 9d67c5e88303203371afe9e0b63430c14ca7c07a Mon Sep 17 00:00:00 2001 From: Marv Date: Wed, 15 Jan 2020 16:37:01 +0000 Subject: [PATCH] dropping php 7.3 to take advantage of php 7.4-specific features --- .travis.yml | 3 +-- composer.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca8cc13f..3ea56d19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ env: language: php php: - - 7.3.0 - - 7.3 + - 7.4.0 - 7.4 before_script: diff --git a/composer.json b/composer.json index fbfd016d..acf8a20e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "sort-packages": true }, "require": { - "php": "^7.3", + "php": "^7.4", "ext-fileinfo": "*", "ext-iconv": "*", "ext-imap": "*",