diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-12 08:00:57 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-12 08:00:57 +0200 |
| commit | c50e3a9a24392c1b53d25eb6a6dfd13fd7d5ecc0 (patch) | |
| tree | bd98f5a2f0e38fc12041ccbd1c67dca9c8240aa4 /composer.json | |
| parent | 01c77362ae566b1cba9556de4cec580187b13f56 (diff) | |
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |
