From f2c72f6dcec1d0ca911b2eef86224ff3d8c3aa05 Mon Sep 17 00:00:00 2001 From: Encre Informatique Date: Sat, 3 Apr 2021 02:25:29 +0200 Subject: [PATCH 1/2] preparing php8 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index eea3d48..ebc7063 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ php: - '7.1' - '7.2' - '7.3' + - '7.4' + - '8.0' script: - composer install --prefer-dist From cb7ecfc662e4a033dee5d2e91dfd25bd20ce6b23 Mon Sep 17 00:00:00 2001 From: Encre Informatique Date: Sat, 3 Apr 2021 02:25:50 +0200 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3931c66..65ca71b 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } }, "require": { - "php": "^7.1", + "php": ">=7.1", "ext-curl": "*", "ext-json": "*" },