Skip to content

Commit

Permalink
v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
toplan committed Jan 20, 2016
1 parent f6ab67b commit 54c969f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ phpsms为laravel-sms提供了全套的短信发送机制,而且phpsms也有自
在项目根目录下运行如下composer命令:
```php
//安装2.2版本(推荐)
composer require 'toplan/laravel-sms:~2.2.4',
composer require 'toplan/laravel-sms:~2.2.5',

//安装开发中版本
composer require 'toplan/laravel-sms:dev-master'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "toplan/laravel-sms",
"description": "sms send package for laravel",
"license": "MIT",
"version": "2.2.4",
"version": "2.2.5",
"keywords": ["sms", "laravel sms", "laravel-sms"],
"authors": [
{
Expand Down

0 comments on commit 54c969f

Please sign in to comment.