diff --git a/composer.json b/composer.json index 0987b93..2c1fa98 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,7 @@ "php": ">=7.4" }, "autoload": { - "psr-0": { - "Infotool": "" - } + "psr-0": {"Infotool": "Model/"}, + "files": ["Model/index.php","templates/infoTool.tpl"], } }