add bsr/config as a dependency

This commit is contained in:
Guillermo Dev
2018-10-10 14:46:08 +02:00
parent 00fa268408
commit eae13f000d
2 changed files with 8 additions and 1 deletions

View File

@@ -9,8 +9,14 @@
"name" : "Guillermo"
}
],
"repositories" : [
{
"type" : "vcs",
"url" : "https://usrpath@bitbucket.org/usrpath/bsrconfig.git"
}
],
"require" : {
"bsr/config" : "v0.0.1"
},
"autoload": {
"psr-4": {"BSR\\Webservice\\" : "src/"}