diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f7abc70 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "bit/jzon", + "description": "JZON", + "homepage": "https://git.bit5.ru/composer/jzon", + "require": { + "php": ">=7.4" + }, + "autoload": { + "files": ["json.inc.php", "jzon.inc.php"] + } +}