34 lines
726 B
JSON
34 lines
726 B
JSON
{
|
|
"name" : "bsr/db",
|
|
"description" : "Bsr database connection module",
|
|
"authors" : [
|
|
{
|
|
"name" : "Simon"
|
|
},
|
|
{
|
|
"name" : "Guillermo"
|
|
}
|
|
],
|
|
"repositories" : [
|
|
{
|
|
"type" : "vcs",
|
|
"url" : "https://usrpath@bitbucket.org/usrpath/bsrutils.git"
|
|
},
|
|
{
|
|
"type" : "vcs",
|
|
"url" : "https://usrpath@bitbucket.org/usrpath/gbilidbreq.git"
|
|
}
|
|
],
|
|
"require" : {
|
|
"bsr/utils" : "v2.0.1",
|
|
"gbili/dbreq" : "^0.0.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"Bsr\\" : "src/"}
|
|
},
|
|
"require-dev": {
|
|
"pds/skeleton": "^1.0",
|
|
"phpunit/phpunit": "^6"
|
|
}
|
|
}
|