2023-03-20 18:46:41 +07:00
|
|
|
{
|
|
|
|
"name": "mirzaev/minimal",
|
|
|
|
"type": "framework",
|
2024-11-01 03:34:35 +07:00
|
|
|
"description": "My vision of a good framework",
|
2023-03-20 18:46:41 +07:00
|
|
|
"keywords": [
|
|
|
|
"mvc",
|
|
|
|
"framework",
|
|
|
|
"lightweight"
|
|
|
|
],
|
|
|
|
"license": "WTFPL",
|
|
|
|
"homepage": "https://git.mirzaev.sexy/mirzaev/minimal",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
|
|
"email": "arsen@mirzaev.sexy",
|
|
|
|
"homepage": "https://mirzaev.sexy",
|
2024-11-01 03:34:35 +07:00
|
|
|
"role": "Programmer"
|
2023-03-20 18:46:41 +07:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"docs": "https://git.mirzaev.sexy/mirzaev/minimal/wiki",
|
|
|
|
"issues": "https://git.mirzaev.sexy/mirzaev/minimal/issues"
|
|
|
|
},
|
|
|
|
"require": {
|
2024-11-01 03:34:35 +07:00
|
|
|
"php": "~8.4"
|
2023-03-20 18:46:41 +07:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"mirzaev\\minimal\\": "mirzaev/minimal/system"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|