Skip to content

Commit

Permalink
Adding package auto-discovery
Browse files Browse the repository at this point in the history
Closes #12
  • Loading branch information
weotch committed Feb 23, 2018
1 parent 60c257b commit 01be2b5
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 @@ -32,5 +32,12 @@
"psr-4": {
"Bkwld\\Cloner\\Stubs\\": "stubs/"
}
},
"extra": {
"laravel": {
"providers": [
"Bkwld\\Cloner\\ServiceProvider"
]
}
}
}

0 comments on commit 01be2b5

Please sign in to comment.