From f76e2809de7e8657d15d11fec344b58e1da37ee8 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 19 Apr 2021 12:42:05 +0100 Subject: [PATCH] Add autoloader --- composer.json | 5 ++++- profile-command.php | 12 ++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 profile-command.php diff --git a/composer.json b/composer.json index 1bccaaf..ff04f56 100644 --- a/composer.json +++ b/composer.json @@ -39,8 +39,11 @@ } }, "autoload": { + "psr-4": { + "": "src/" + }, "files": [ - "command.php" + "profile-command.php" ] }, "minimum-stability": "dev", diff --git a/profile-command.php b/profile-command.php new file mode 100644 index 0000000..300d3a0 --- /dev/null +++ b/profile-command.php @@ -0,0 +1,12 @@ +