From c50e3a9a24392c1b53d25eb6a6dfd13fd7d5ecc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Jun 2026 08:00:57 +0200 Subject: update to 0.4.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a0945fe..638ab60 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "iliaal/fastjson", "type": "php-ext", - "description": "Fast JSON encode/decode/validate for PHP 8.3+, backed by yyjson. Drop-in alternative to ext/json with namespaced fastjson_* functions and json_last_error-compatible error reporting.", + "description": "Fast JSON encode/decode/validate for PHP 8.1+, backed by yyjson. Drop-in alternative to ext/json with namespaced fastjson_* functions and json_last_error-compatible error reporting.", "keywords": ["json", "yyjson", "decode", "encode", "validate", "performance", "php-extension", "pie"], "license": ["BSD-3-Clause", "MIT"], "homepage": "https://github.com/iliaal/fastjson", @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=8.3" + "php": ">=8.1" }, "php-ext": { "extension-name": "fastjson", -- cgit