Skip to content

Commit

Permalink
Merge pull request #37 from Naoray/patch-1
Browse files Browse the repository at this point in the history
Support Laravel 5.5 auto discovery
  • Loading branch information
florianv committed Dec 5, 2017
2 parents 6caabda + 80ff91d commit 3b0517d
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 3b0517d

Please sign in to comment.