diff options
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", |
