We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feeaa06 commit f5f0ab2Copy full SHA for f5f0ab2
README.md
@@ -17,7 +17,7 @@ A Symfony bundle for authentication using composite password
17
First, add the dependency to `phpmentors/composite-password-authentication-bundle` into your `composer.json` file as the following:
18
19
```
20
-composer require phpmentors/composite-password-authentication-bundle "~1.0@dev"
+composer require phpmentors/composite-password-authentication-bundle "1.0.*"
21
22
23
Second, add `PHPMentorsCompositePasswordAuthenticationBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:
0 commit comments