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..c53d0a5 --- /dev/null +++ b/composer.json @@ -0,0 +1,5 @@ +{ + "name": "loomlabs/utility.collection", + "version": "1.0.0", + "license": "MIT" +} \ No newline at end of file