Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Added Laravel 5.5 compatibility
Browse files Browse the repository at this point in the history
- Added auto-registering providers for Laravel 5.5 compatibility
  • Loading branch information
stevebauman authored Dec 7, 2017
1 parent 3cd8cca commit ac39900
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,16 @@
"psr-4": {
"Adldap\\Laravel\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Adldap\\Laravel\\AdldapServiceProvider",
"Adldap\\Laravel\\AdldapAuthServiceProvider"
],
"aliases": {
"Adldap": "Adldap\\Laravel\\Facades\\Adldap"
}
}
}
}

0 comments on commit ac39900

Please sign in to comment.