2021-09-25 23:26:08 +07:00
{
"name" : "mirzaev/minimal" ,
"type" : "framework" ,
2022-11-03 05:27:45 +07:00
"description" : "Lightweight MVC framework that manages only the basic mechanisms, leaving the development of the programmer and not overloading the project" ,
2021-09-25 23:26:08 +07:00
"keywords" : [
"mvc" ,
"framework"
] ,
"license" : "WTFPL" ,
2022-11-03 05:27:45 +07:00
"homepage" : "https://git.mirzaev.sexy/mirzaev/minimal" ,
2021-09-25 23:26:08 +07:00
"authors" : [
{
"name" : "Arsen Mirzaev Tatyano-Muradovich" ,
"email" : "arsen@mirzaev.sexy" ,
"homepage" : "https://mirzaev.sexy" ,
"role" : "Developer"
}
] ,
"support" : {
2022-11-03 05:27:45 +07:00
"docs" : "https://git.mirzaev.sexy/mirzaev/minimal/wiki" ,
"issues" : "https://git.mirzaev.sexy/mirzaev/minimal/issues"
2021-09-25 23:26:08 +07:00
} ,
"require" : {
2022-11-03 05:27:45 +07:00
"php" : "~8.1"
2021-09-25 23:26:08 +07:00
} ,
"suggest" : {
2022-11-03 05:27:45 +07:00
"ext-PDO" : "To work with SQL-based databases (MySQL, PostreSQL...)"
2021-09-25 23:26:08 +07:00
} ,
"autoload" : {
"psr-4" : {
"mirzaev\\minimal\\" : "mirzaev/minimal/system"
}
} ,
"autoload-dev" : {
"psr-4" : {
"mirzaev\\minimal\\tests\\" : "mirzaev/minimal/tests"
}
}
}