From 1381fafdf1c4235d4c11edde42574e0a361dadc0 Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Sun, 14 Oct 2018 00:38:57 +0200 Subject: [PATCH] requires new version of bsrutils --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index be479b5..0afa1df 100644 --- a/composer.json +++ b/composer.json @@ -12,11 +12,11 @@ "repositories" : [ { "type" : "vcs", - "url" : "https://usrpath@bitbucket.org/usrpath/bsrconfig.git" + "url" : "https://usrpath@bitbucket.org/usrpath/bsrutils.git" } ], "require" : { - "bsr/config" : "v0.0.1" + "bsr/utils" : "v2.0.1" }, "autoload": { "psr-4": {"Bsr\\" : "src/"}