Skip to content

Commit 42a2e18

Browse files
committed
update the versions #1
* stable version to 1.0 * development version to 1.1
1 parent feeaa06 commit 42a2e18

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ A Symfony bundle for authentication using composite password
1616

1717
First, 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

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"extra": {
2727
"branch-alias": {
28-
"dev-master": "1.0.x-dev"
28+
"dev-master": "1.1.x-dev"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)