From bc4f248c01544fda4e865341ac02b402543cffef Mon Sep 17 00:00:00 2001 From: ipranjal Date: Fri, 27 Sep 2024 02:22:49 +0530 Subject: [PATCH] fix: autoload --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ab683c8..b2dcbac 100644 --- a/composer.json +++ b/composer.json @@ -3,9 +3,9 @@ "description": "whoops integration for scrawler", "type": "library", "autoload": { - "psr-4": { - "Scrawler\\Exception\\": "src/" - } + "files": [ + "src/functions.php" + ] }, "authors": [ {