From cc0750f8a99acaf3637ec7d7361216fcfa21d5e0 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 ++-- src/Utils/Configuration/Configuration.php | 6 +++--- src/Utils/Logger/Logger.php | 4 ++-- tests/Utils/Configuration/ConfigurationTest.php | 2 +- tests/Utils/Logger/LoggerTest.php | 4 ++-- 5 files changed, 10 insertions(+), 10 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/src/Utils/Configuration/Configuration.php b/src/Utils/Configuration/Configuration.php index 9de09be..de09845 100644 --- a/src/Utils/Configuration/Configuration.php +++ b/src/Utils/Configuration/Configuration.php @@ -1,10 +1,10 @@