summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-06-12 08:00:57 +0200
committerRemi Collet <remi@php.net>2026-06-12 08:00:57 +0200
commitc50e3a9a24392c1b53d25eb6a6dfd13fd7d5ecc0 (patch)
treebd98f5a2f0e38fc12041ccbd1c67dca9c8240aa4 /composer.json
parent01c77362ae566b1cba9556de4cec580187b13f56 (diff)
update to 0.4.0HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
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",