Skip to content

Commit

Permalink
修改为最新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed Oct 9, 2018
1 parent 81e8928 commit 53e27dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MixPHP 支持三种执行方式:传统模式(Apache/FPM)、常驻模式、协

框架非常轻量化,架构简单,源码可读性强,容易掌握与改造。

开发方式几乎与传统 MVC 框架完全一至,用户无需了解 Swoole 即可开始开发。
开发方式几乎与传统 MVC 框架完全一致,用户无需了解 Swoole 即可开始开发。

框架集成了众多开箱即用的组件,方便快速开发。

Expand Down Expand Up @@ -88,7 +88,7 @@ composer create-project mixstart/mixphp --prefer-dist
如果你需要安装实时更新的版本:

```shell
composer create-project mixstart/mixphp=v1.1.0 --prefer-dist
composer create-project mixstart/mixphp=v1.1.1 --prefer-dist
```

如果提示错误,在 composer.json 增加 `"minimum-stability": "**"` 配置项,可用值为:`dev``alpha``beta``RC``stable`,再执行:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=7.0.0",
"mixstart/mixphp-framework": "1.1.0"
"mixstart/mixphp-framework": "1.1.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion download.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author 刘健 <[email protected]>
*/

$url = 'https://github.com/mixstart/mixphp/releases/download/v1.1.0/mixphp-full-v1.1.0.zip';
$url = 'https://github.com/mixstart/mixphp/releases/download/v1.1.1/mixphp-full-v1.1.1.zip';
$zipfile = basename($url);

// 下载
Expand Down

0 comments on commit 53e27dd

Please sign in to comment.