File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " >=5.4.0" ,
15
15
"illuminate/support" : " 4.2.*" ,
16
- "onelogin/php-saml" : " 2.7 .0"
16
+ "onelogin/php-saml" : " 2.9 .0"
17
17
},
18
18
"autoload" : {
19
19
"classmap" : [
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Saml2ServiceProvider extends ServiceProvider
23
23
*/
24
24
public function boot ()
25
25
{
26
- $ this ->package ('kn4ppster/saml2 ' );
26
+ $ this ->package ('kn4ppster/laravel4- saml2 ' );
27
27
28
28
include __DIR__ . '/../../routes.php ' ;
29
29
}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function acs()
55
55
*/
56
56
public function sls ()
57
57
{
58
- $ errors = Saml2Auth::sls (Config::get ('laravel4-saml2::settings .retrieveParametersFromServer ' ));
58
+ $ errors = Saml2Auth::sls (Config::get ('laravel4-saml2::saml_settings .retrieveParametersFromServer ' ));
59
59
if (!empty ($ errors )) {
60
60
Log::error ("Could not log out " , $ errors );
61
61
throw new \Exception ("Could not log out " );
You can’t perform that action at this time.
0 commit comments