Skip to content

Commit f5f0ab2

Browse files
committed
update README.md #1
* change the `Installation` section
1 parent feeaa06 commit f5f0ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A Symfony bundle for authentication using composite password
1717
First, add the dependency to `phpmentors/composite-password-authentication-bundle` into your `composer.json` file as the following:
1818

1919
```
20-
composer require phpmentors/composite-password-authentication-bundle "~1.0@dev"
20+
composer require phpmentors/composite-password-authentication-bundle "1.0.*"
2121
```
2222

2323
Second, add `PHPMentorsCompositePasswordAuthenticationBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:

0 commit comments

Comments
 (0)