From f04240f20d02e74d8e05094ee63ebd52d88c64ac Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Wed, 10 Oct 2018 14:47:15 +0200 Subject: [PATCH] bsr/conf changed to bsr/config --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/"}