Skip to content

Commit

Permalink
Merge pull request #2 from nikugogoi/patch-1
Browse files Browse the repository at this point in the history
auto package discovery for newer laravel versions
  • Loading branch information
msonowal authored Apr 8, 2019
2 parents 09f53ab + e14ddd6 commit ed07e6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
"NotificationChannels\\Textlocal\\Test\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"NotificationChannels\\Textlocal\\TextlocalServiceProvider"
]
}
},
"scripts": {
"test": "vendor/bin/phpunit"
},
Expand Down

0 comments on commit ed07e6d

Please sign in to comment.