Skip to content

Commit

Permalink
Laravel 5.5 Auto-Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBoes committed Jul 14, 2017
1 parent c4d2c93 commit ed7fc38
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 @@ -24,5 +24,15 @@
"Aacotroneo\\Saml2\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Aacotroneo\\Saml2\\Saml2ServiceProvider"
],
"aliases": {
"Saml2": "Aacotroneo\\Saml2\\Facades\\Saml2Auth"
}
}
},
"minimum-stability": "stable"
}

0 comments on commit ed7fc38

Please sign in to comment.