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 @@