Files
bsrdb/composer.json
Guillermo Dev 2589c96c67 get new version
2018-10-17 10:13:59 +02:00

34 lines
727 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.81"
},
"autoload": {
"psr-4": {"Bsr\\" : "src/"}
},
"require-dev": {
"pds/skeleton": "^1.0",
"phpunit/phpunit": "^6"
}
}