File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,16 @@ A Symfony bundle for authentication using composite password
16
16
17
17
First, add the dependency to ` phpmentors/composite-password-authentication-bundle ` into your ` composer.json ` file as the following:
18
18
19
+ ** Stable version:**
20
+
21
+ ```
22
+ composer require phpmentors/composite-password-authentication-bundle "1.0.*"
23
+ ```
24
+
25
+ ** Development version:**
26
+
19
27
```
20
- composer require phpmentors/composite-password-authentication-bundle "~1.0 @dev"
28
+ composer require phpmentors/composite-password-authentication-bundle "~1.1 @dev"
21
29
```
22
30
23
31
Second, add ` PHPMentorsCompositePasswordAuthenticationBundle ` into your bundles to register in ` AppKernel::registerBundles() ` as the following:
Original file line number Diff line number Diff line change 25
25
},
26
26
"extra" : {
27
27
"branch-alias" : {
28
- "dev-master" : " 1.0 .x-dev"
28
+ "dev-master" : " 1.1 .x-dev"
29
29
}
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments