From 80b6bd54659bad26a5a79be8a7f4106bd3690447 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Jun 2026 08:41:05 +0200 Subject: update to 1.2.0 open https://github.com/iliaal/fastchart/pull/9 relax test expectations --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e4be7d3..54eb6be 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=8.3" + "php": ">=8.1" }, "php-ext": { "extension-name": "fastchart", -- cgit