42 lines
851 B
JSON
Executable File
42 lines
851 B
JSON
Executable File
{
|
|
"name": "mirzaev/baza",
|
|
"description": "Lightweight binary database by pure PHP",
|
|
"homepage": "https://git.svoboda.works/mirzaev/baza",
|
|
"type": "database",
|
|
"keywords": [
|
|
"binary",
|
|
"plain",
|
|
"lightweight"
|
|
],
|
|
"readme": "README.md",
|
|
"license": "WTFPL",
|
|
"authors": [
|
|
{
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
"email": "arsen@mirzaev.sexy",
|
|
"homepage": "https://mirzaev.sexy",
|
|
"role": "Programmer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "arsen@mirzaev.sexy",
|
|
"wiki": "https://git.svoboda.works/mirzaev/baza/wiki",
|
|
"issues": "https://git.svoboda.works/mirzaev/baza/issues"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^8.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mirzaev\\baza\\": "mirzaev/baza/system/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"mirzaev\\baza\\tests\\": "mirzaev/baza/tests"
|
|
}
|
|
}
|
|
|
|
}
|