Skip to content

Commit

Permalink
Support Laravel 5.5 auto discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Dec 4, 2017
1 parent 6caabda commit 80ff91d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Expand Up @@ -48,6 +48,14 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Swap\\Laravel\\SwapServiceProvider"
],
"aliases": {
"Swap": "Swap\\Laravel\\Facades\\Swap"
}
}
}
}

0 comments on commit 80ff91d

Please sign in to comment.