created from svoboda/antivertical
This commit is contained in:
33
composer.json
Normal file
33
composer.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user