Skip to content

Commit

Permalink
Merge pull request rsvpify#9 from andreamswick/master
Browse files Browse the repository at this point in the history
Add autoload service provider for Laravel 5.5
  • Loading branch information
petecoop authored Sep 7, 2017
2 parents 2098615 + 9b2d992 commit 89b7a97
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 @@ -31,5 +31,12 @@
"psr-4": {
"Petecoop\\Tests\\LaravelInky\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"Petecoop\\LaravelInky\\InkyServiceProvider"
]
}
}
}

0 comments on commit 89b7a97

Please sign in to comment.