Skip to content

Commit

Permalink
feat: add laravel autodiscovery config
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Porter committed Jan 17, 2018
1 parent f64f42d commit 3dadb9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@
"autoload": {
"psr-4": { "DesignMyNight\\": "src/DesignMyNight/" }
},
"autoload-dev": {
"psr-4": { "DesignMyNight\\Tests\\": "test/DesignMyNight/Tests/"}
"extra": {
"laravel": {
"providers": [
"DesignMyNight\\Laravel\\DesignMyNightApiServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 3dadb9a

Please sign in to comment.