diff --git a/.gitignore b/.gitignore index 757fee3..c37da9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/.idea \ No newline at end of file +/.idea +/vendor +composer.lock \ No newline at end of file diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9cff92d --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "loomlabs/spinner", + "autoload": { + "psr-4": { + "Spinner\\": "src/" + } + } +} \ No newline at end of file