From 043c96f1e3211f9b6e1b7b73c102d60d154c81d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Mar 2025 10:05:16 +0100 Subject: update to 3.12.1 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 9a47543..a60b713 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,8 @@ } ], "require": { - "ext-json": "*" + "ext-json": "*", + "php": ">=7.1" }, "require-dev": { "phperf/phpunit": "4.8.37" @@ -27,7 +28,7 @@ }, "config": { "platform": { - "php": "5.4.45" + "php": "7.1.33" } } } -- cgit