Skip to content

Commit da476be

Browse files
authored
Merge pull request #14 from hslavich/master
Merge master into stable
2 parents 60a1e5c + 842d4da commit da476be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SimplesamlphpBundle
33

44
This is a SimpleSAMLphp Bundle for Symfony2.
55

6-
**Note:** For Symfony lower to 2.8, you need to use the 1.0.0 release of this bundle.
6+
**Note:** For Symfony 2.7 or lower, you need to use the 1.0.0 release of this bundle.
77

88
## Installation
99

Resources/config/services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
services:
22
simplesamlphp.auth:
33
class: SimpleSAML_Auth_Simple
4-
arguments: [ %simplesamlphp.sp% ]
4+
arguments: [ '%simplesamlphp.sp%' ]
55

66
simplesamlphp.authenticator:
77
class: Hslavich\SimplesamlphpBundle\Security\SamlAuthenticator
8-
arguments: [ '@simplesamlphp.auth', '@session', %simplesamlphp.auth_attribute% ]
8+
arguments: [ '@simplesamlphp.auth', '@session', '%simplesamlphp.auth_attribute%' ]
99

1010
simplesamlphp.logout_handler:
1111
class: Hslavich\SimplesamlphpBundle\Security\Http\Logout\LogoutSuccessHandler

0 commit comments

Comments
 (0)