Adding composer.json
This commit is contained in:
parent
1c02350e6a
commit
1961d423a7
|
@ -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"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue