44 lines
984 B
JSON
44 lines
984 B
JSON
{
|
|
"name": "provm/models",
|
|
"description": "Model with Repository for Database Mapping",
|
|
"type": "project",
|
|
"require": {
|
|
"provm/database": "^2",
|
|
"provm/query_builder": "^1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"kint-php/kint": "^4"
|
|
},
|
|
"license": "prioprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Aldarien",
|
|
"email": "aldarien85@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ProVM\\": "src/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.provm.cl/ProVM/database.git"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.provm.cl/ProVM/query_builder.git"
|
|
}
|
|
],
|
|
"config": {
|
|
"http-basic": {
|
|
"git.provm.cl": {
|
|
"username": "aldarien",
|
|
"password": "$&At'GQmd@Ul;=j@'2d#@N&H"
|
|
}
|
|
}
|
|
}
|
|
}
|