Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rob006 committed Sep 4, 2016
1 parent 0f0d2c7 commit 0b2c1ca
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CHANGELOG
=========


1.0.0 - 2016-09-04
------------------

- Initial release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```shell
php composer.phar require rob006/yii2-simple-auth-yii-authenticator "*"
php composer.phar require rob006/yii2-simple-auth-yii-authenticator
```

or add

```json
"rob006/yii2-simple-auth-yii-authenticator": "*"
"rob006/yii2-simple-auth-yii-authenticator": "^1.0"
```

to the require section of your `composer.json` file.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"require": {
"yiisoft/yii2": "2.0.*",
"yiisoft/yii2-httpclient": "~2.0.1",
"rob006/yii2-simple-auth": "1.0.x-dev"
"yiisoft/yii2-httpclient": "2.0.*",
"rob006/yii2-simple-auth": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
23 changes: 9 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/YiiAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @see https://github.com/yiisoft/yii2-httpclient
*
* @author Robert Korulczyk <[email protected]>
* @since 1.0.0
*/
class YiiAuthenticator extends Authenticator {

Expand Down

0 comments on commit 0b2c1ca

Please sign in to comment.