From 23976919649c190a529a19fa013c3d64315e2460 Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Sat, 13 Oct 2018 23:10:13 +0200 Subject: [PATCH] BSR to Bsr --- composer.json | 4 ++-- config/configuration.local.php | 2 +- config/configuration.logger.normal.php | 2 +- config/configuration.logger.quiet.php | 2 +- config/configuration.logger.verbose.php | 2 +- src/Utils/Configuration/Configuration.php | 6 +++--- src/Utils/Logger/Logger.php | 4 ++-- tests/Utils/Configuration/ConfigurationTest.php | 2 +- tests/Utils/Logger/LoggerTest.php | 4 ++-- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 1e80ac8..3bec680 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ } ], "autoload": { - "psr-4": {"BSR\\" : "src/"} + "psr-4": {"Bsr\\" : "src/"} }, "autoload-dev": { - "psr-4": {"BSR\\" : "tests/"} + "psr-4": {"Bsr\\" : "tests/"} }, "require-dev": { "pds/skeleton": "^1.0", diff --git a/config/configuration.local.php b/config/configuration.local.php index 37a78aa..8f24669 100644 --- a/config/configuration.local.php +++ b/config/configuration.local.php @@ -1,5 +1,5 @@