File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 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
1616
1717First, add the dependency to ` phpmentors/composite-password-authentication-bundle ` into your ` composer.json ` file as the following:
1818
19+ ** Stable version:**
20+
21+ ```
22+ composer require phpmentors/composite-password-authentication-bundle "1.0.*"
23+ ```
24+
25+ ** Development version:**
26+
1927```
20- composer require phpmentors/composite-password-authentication-bundle "~1.0 @dev"
28+ composer require phpmentors/composite-password-authentication-bundle "~1.1 @dev"
2129```
2230
2331Second, add ` PHPMentorsCompositePasswordAuthenticationBundle ` into your bundles to register in ` AppKernel::registerBundles() ` as the following:
Original file line number Diff line number Diff line change 2525 },
2626 "extra" : {
2727 "branch-alias" : {
28- "dev-master" : " 1.0 .x-dev"
28+ "dev-master" : " 1.1 .x-dev"
2929 }
3030 }
3131}
You can’t perform that action at this time.
0 commit comments