Files
bsrdb/composer.json
2021-09-13 12:48:18 +02:00

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"
}
}