From 45765932c537de3429fd96375afe1031b9a9a2e9 Mon Sep 17 00:00:00 2001 From: Valentin V / vvval Date: Tue, 21 Apr 2020 17:58:22 +0300 Subject: [PATCH] Add function autoload --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0476f61..2278580 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,10 @@ "autoload": { "psr-4": { "Spiral\\Goridge\\": "php-src/" - } + }, + "files": [ + "php-src/functions.php" + ] }, "autoload-dev": { "psr-4": {