bsr/conf changed to bsr/config

This commit is contained in:
Guillermo Dev
2018-10-10 14:47:15 +02:00
parent e0d676791b
commit f04240f20d

View File

@@ -12,11 +12,11 @@
"repositories" : [
{
"type" : "vcs",
"url" : "https://usrpath@bitbucket.org/usrpath/bsrconf.git"
"url" : "https://usrpath@bitbucket.org/usrpath/bsrconfig.git"
}
],
"require" : {
"bsr/conf" : "self.version"
"bsr/config" : "v0.0.1"
},
"autoload": {
"psr-4": {"BSR\\" : "src/"}