From 05b950b7e0085b8dc8661541313c9a766d55b424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Slavich?= Date: Tue, 16 Feb 2016 15:43:53 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3aebd..2f60962 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SimplesamlphpBundle This is a SimpleSAMLphp Bundle for Symfony2. -**Note:** For Symfony lower to 2.8, you need to use the 1.0.0 release of this bundle. +**Note:** For Symfony 2.7 or lower, you need to use the 1.0.0 release of this bundle. ## Installation From 5a57337fd11febdc78c9cb5f0a1c66c8928dd667 Mon Sep 17 00:00:00 2001 From: Tjeerd Bijlsma Date: Fri, 19 Aug 2016 15:18:44 +0200 Subject: [PATCH 2/3] Fixed deprecation issues --- Resources/config/services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 57233b4..6533791 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -1,11 +1,11 @@ services: simplesamlphp.auth: class: SimpleSAML_Auth_Simple - arguments: [ %simplesamlphp.sp% ] + arguments: [ '%simplesamlphp.sp%' ] simplesamlphp.authenticator: class: Hslavich\SimplesamlphpBundle\Security\SamlAuthenticator - arguments: [ '@simplesamlphp.auth', '@session', %simplesamlphp.auth_attribute% ] + arguments: [ '@simplesamlphp.auth', '@session', '%simplesamlphp.auth_attribute%' ] simplesamlphp.logout_handler: class: Hslavich\SimplesamlphpBundle\Security\Http\Logout\LogoutSuccessHandler From f461c62ea99dc8bc5c00bd6cdc6c671b6a3f73c0 Mon Sep 17 00:00:00 2001 From: Tjeerd Bijlsma Date: Fri, 19 Aug 2016 15:18:44 +0200 Subject: [PATCH 3/3] Fixed deprecation issues --- Resources/config/services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 57233b4..6533791 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -1,11 +1,11 @@ services: simplesamlphp.auth: class: SimpleSAML_Auth_Simple - arguments: [ %simplesamlphp.sp% ] + arguments: [ '%simplesamlphp.sp%' ] simplesamlphp.authenticator: class: Hslavich\SimplesamlphpBundle\Security\SamlAuthenticator - arguments: [ '@simplesamlphp.auth', '@session', %simplesamlphp.auth_attribute% ] + arguments: [ '@simplesamlphp.auth', '@session', '%simplesamlphp.auth_attribute%' ] simplesamlphp.logout_handler: class: Hslavich\SimplesamlphpBundle\Security\Http\Logout\LogoutSuccessHandler