From 18ae820a9149c1f0fa1422e56106a1a6c8d25cb0 Mon Sep 17 00:00:00 2001 From: Divine Niiquaye Ibok Date: Tue, 9 Jun 2020 15:39:30 +0000 Subject: [PATCH] Fixed psr-4 autoloading skipping. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7d47f56..a593705 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "autoload": { "psr-4": { - "BiuradPHP\\Security\\": "" + "BiuradPHP\\Security\\": "src/" }, "exclude-from-classmap": [ "/Tests/"