diff --git a/.gitignore b/.gitignore index 7705fa0..f4558c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /test /docs .idea/ -.DS_Store \ No newline at end of file +.DS_Store +vendor diff --git a/composer.json b/composer.json index f05ad6d..1e43304 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "mrclay/minify", + "name": "oyatel/minify", "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", "authors": [ {