Connection is now using Gbili\Db\Req\Req underneath

This commit is contained in:
Guillermo Dev
2018-10-15 23:55:25 +02:00
parent 94e0c867d7
commit 943c65bd46
3 changed files with 24 additions and 33 deletions

View File

@@ -13,10 +13,15 @@
{
"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"
"bsr/utils" : "v2.0.1",
"gbili/dbreq" : "^0.0.2"
},
"autoload": {
"psr-4": {"Bsr\\" : "src/"}