Skip to content

Commit

Permalink
support auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten authored Jun 19, 2017
1 parent 6480404 commit ebd1728
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 @@ -28,5 +28,12 @@
"psr-4": {
"Sven\\FlexEnv\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Sven\\FlexEnv\\FlexEnvServiceProvider"
]
}
}
}

0 comments on commit ebd1728

Please sign in to comment.