diff --git a/.gitignore b/.gitignore index be8d1ec..b877cb2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ Homestead.yaml Homestead.json /.vagrant .phpunit.result.cache +/.phpunit.cache .DS_Store build @@ -29,4 +30,3 @@ composer.lock coverage /.idea .php-cs-fixer.cache - diff --git a/composer.json b/composer.json index 08447f9..d7d9e47 100644 --- a/composer.json +++ b/composer.json @@ -8,10 +8,16 @@ "filter", "query" ], + "homepage": "https://github.com/Thavarshan/filterable", + "support": { + "issues": "https://github.com/Thavarshan/filterable/issues", + "source": "https://github.com/Thavarshan/filterable" + }, "authors": [ { "name": "Jerome Thayananthajothy", - "email": "tjthavarshan@gmail.com" + "email": "tjthavarshan@gmail.com", + "homepage": "https://thavarshan.com" } ], "autoload": { @@ -62,7 +68,7 @@ "extra": { "laravel": { "providers": [ - "Filterable\\FilterableServiceProvider" + "Filterable\\Providers\\FilterableServiceProvider" ] } },