35 lines
780 B
JSON
35 lines
780 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/pdowithfilters.git"
|
|
}
|
|
],
|
|
"require" : {
|
|
"bsr/utils" : "dev-master",
|
|
"gbili/pdowithfilters" : "dev-master"
|
|
},
|
|
"minimum-stability" : "dev",
|
|
"autoload": {
|
|
"psr-4": {"Bsr\\" : "src/"}
|
|
},
|
|
"require-dev": {
|
|
"pds/skeleton": "^1.0",
|
|
"phpunit/phpunit": "^6"
|
|
}
|
|
}
|