Dependencies
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "provm/models",
|
||||
"description": "Model handling using j4mie/paris",
|
||||
"type": "library",
|
||||
"description": "Model with Repository for Database Mapping",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"j4mie/paris": "^1.5"
|
||||
"provm/database": "^2",
|
||||
"provm/query_builder": "^1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.2",
|
||||
"kint-php/kint": "^3.3"
|
||||
"phpunit/phpunit": "^9",
|
||||
"kint-php/kint": "^4"
|
||||
},
|
||||
"license": "prioprietary",
|
||||
"authors": [
|
||||
@ -17,8 +18,26 @@
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ProVM\\Common\\": "common"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user