34 lines
706 B
JSON
34 lines
706 B
JSON
{
|
|
"name": "mirzaev/record",
|
|
"description": "Active Record pattern for Baza",
|
|
"homepage": "https://git.svoboda.works/mirzaev/record",
|
|
"type": "pattern",
|
|
"keywords": [
|
|
"baza"
|
|
],
|
|
"readme": "README.md",
|
|
"license": "WTFPL",
|
|
"authors": [
|
|
{
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
"email": "arsen@mirzaev.sexy",
|
|
"homepage": "https://mirzaev.sexy",
|
|
"role": "Creator"
|
|
}
|
|
],
|
|
"support": {
|
|
"wiki": "https://git.svoboda.works/mirzaev/record/wiki",
|
|
"issues": "https://git.svoboda.works/mirzaev/record/issues"
|
|
},
|
|
"require": {
|
|
"php": "^8.4",
|
|
"svoboda/time": "^1.0",
|
|
"mirzaev/baza": "^3.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mirzaev\\record\\": "mirzaev/record/system"
|
|
}
|
|
}
|
|
}
|