12 lines
229 B
JSON
12 lines
229 B
JSON
|
{
|
||
|
"name": "bit/jzon",
|
||
|
"description": "JZON",
|
||
|
"homepage": "https://git.bit5.ru/composer/jzon",
|
||
|
"require": {
|
||
|
"php": ">=7.4"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": ["json.inc.php", "jzon.inc.php"]
|
||
|
}
|
||
|
}
|