Skip to content

Commit 0b2c1ca

Browse files
committed
Release 1.0.0
1 parent 0f0d2c7 commit 0b2c1ca

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CHANGELOG
2+
=========
3+
4+
5+
1.0.0 - 2016-09-04
6+
------------------
7+
8+
- Initial release.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ The preferred way to install this extension is through [composer](http://getcomp
1717
Either run
1818

1919
```shell
20-
php composer.phar require rob006/yii2-simple-auth-yii-authenticator "*"
20+
php composer.phar require rob006/yii2-simple-auth-yii-authenticator
2121
```
2222

2323
or add
2424

2525
```json
26-
"rob006/yii2-simple-auth-yii-authenticator": "*"
26+
"rob006/yii2-simple-auth-yii-authenticator": "^1.0"
2727
```
2828

2929
to the require section of your `composer.json` file.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"require": {
1919
"yiisoft/yii2": "2.0.*",
20-
"yiisoft/yii2-httpclient": "~2.0.1",
21-
"rob006/yii2-simple-auth": "1.0.x-dev"
20+
"yiisoft/yii2-httpclient": "2.0.*",
21+
"rob006/yii2-simple-auth": "^1.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

composer.lock

Lines changed: 9 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/YiiAuthenticator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @see https://github.com/yiisoft/yii2-httpclient
1717
*
1818
* @author Robert Korulczyk <[email protected]>
19+
* @since 1.0.0
1920
*/
2021
class YiiAuthenticator extends Authenticator {
2122

0 commit comments

Comments
 (0)