Skip to content

Commit

Permalink
Add package auto-discovery configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-butynski committed Oct 13, 2017
1 parent d8745bd commit faa0470
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 @@ -12,5 +12,12 @@
"psr-4": {
"Neoxia\\": "src/Neoxia/"
}
},
"extra": {
"laravel": {
"providers": [
"Neoxia\\Filesystem\\SftpServiceProvider"
]
}
}
}

0 comments on commit faa0470

Please sign in to comment.