Перенос с git.hood.su на git.mirzaev.sexy
This commit is contained in:
parent
7777d7af17
commit
22ad7304f9
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "mirzaev/minimal",
|
"name": "mirzaev/minimal",
|
||||||
"type": "framework",
|
"type": "framework",
|
||||||
"description": "Легковесный MVC фреймворк который следует твоим правилам, а не диктует свои",
|
"description": "Lightweight MVC framework that manages only the basic mechanisms, leaving the development of the programmer and not overloading the project",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mvc",
|
"mvc",
|
||||||
"framework"
|
"framework"
|
||||||
],
|
],
|
||||||
"homepage": "https://git.hood.su/mirzaev/minimal",
|
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
|
"homepage": "https://git.mirzaev.sexy/mirzaev/minimal",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
||||||
|
@ -17,14 +17,14 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"docs": "https://git.hood.su/mirzaev/minimal/manual",
|
"docs": "https://git.mirzaev.sexy/mirzaev/minimal/wiki",
|
||||||
"issues": "https://git.hood.su/mirzaev/minimal/issues"
|
"issues": "https://git.mirzaev.sexy/mirzaev/minimal/issues"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~8.0"
|
"php": "~8.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-PDO": "Для работы с базами данных на SQL (MySQL, PostreSQL...)"
|
"ext-PDO": "To work with SQL-based databases (MySQL, PostreSQL...)"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Reference in New Issue