Skip to content

Commit

Permalink
Revert " modified: README.md"
Browse files Browse the repository at this point in the history
This reverts commit 4a8d783.

	modified:   composer.json
	renamed:    components/Wechat.php -> src/Wechat.php
	renamed:    components/WechatUser.php -> src/WechatUser.php
  • Loading branch information
imaxwen committed Mar 30, 2017
1 parent 4a8d783 commit a95d5c8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Add the SDK as a yii2 application `component` in the `config/main.php`:
]
```

### V2.x is under development !!

## Usage
```php

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maxwen/yii2-easy-wechat",
"description": "WeChat module for yii2, based on overtrue/easywechat",
"description": "WeChat SDK for yii2, based on overtrue/easywechat",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
Expand All @@ -15,7 +15,7 @@
},
"autoload": {
"psr-4": {
"maxwen\\easywechat\\": ""
"maxwen\\easywechat\\": "src"
}
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit a95d5c8

Please sign in to comment.