Skip to content

Commit

Permalink
Merge pull request #52 from Vinelab/auto-discovery
Browse files Browse the repository at this point in the history
Enable package auto-discovery
  • Loading branch information
adiachenko authored Aug 27, 2019
2 parents 4046db8 + bbdf087 commit 87f104c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,13 @@
"psr-4": {
"Vinelab\\Bowler\\Tests\\": "tests/"
}
},

"extra": {
"laravel": {
"providers": [
"Vinelab\\Bowler\\BowlerServiceProvider"
]
}
}
}

0 comments on commit 87f104c

Please sign in to comment.