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 @@ +