From 6e06f3f764210956d9372c787d8ffff0b83706d5 Mon Sep 17 00:00:00 2001 From: Piotr Szymaszek Date: Wed, 1 Dec 2021 19:49:19 +0100 Subject: [PATCH] Unsupported PHP 8.1 in Travis suite until it gets support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c0a6ec..2b83a08 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "psr-4": { "CpChart\\Test\\": "tests/" } }, "require": { - "php": "^5.4|^7.0|^8.0", + "php": "^5.4|^7.0|8.0.*", "ext-gd": "*" }, "require-dev" : {