Skip to content

Commit

Permalink
Merge pull request #5 from Thavarshan/fix/issue-4
Browse files Browse the repository at this point in the history
Fix Service Provider Namespace in composer.json
  • Loading branch information
Thavarshan authored Apr 10, 2024
2 parents 61e38a7 + 34d4bec commit b8436ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
/.phpunit.cache
.DS_Store

build
Expand All @@ -29,4 +30,3 @@ composer.lock
coverage
/.idea
.php-cs-fixer.cache

10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
"email": "[email protected]",
"homepage": "https://thavarshan.com"
}
],
"autoload": {
Expand Down Expand Up @@ -62,7 +68,7 @@
"extra": {
"laravel": {
"providers": [
"Filterable\\FilterableServiceProvider"
"Filterable\\Providers\\FilterableServiceProvider"
]
}
},
Expand Down

0 comments on commit b8436ad

Please sign in to comment.