Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Support Auto-Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic authored and mheap committed Jun 30, 2017
1 parent 5219a28 commit 5d42f35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,15 @@
"psr-4": {
"Nexmo\\Laravel\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Nexmo\\Laravel\\NexmoServiceProvider"
],
"aliases": {
"Nexmo": "Nexmo\\Laravel\\Facade\\Nexmo"
}
}
}
}

0 comments on commit 5d42f35

Please sign in to comment.