diff --git a/composer.json b/composer.json index bf2884a..6f1b474 100644 --- a/composer.json +++ b/composer.json @@ -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/"}