File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Features:
3333
34341 . You can download a executable [ Phar] ( http://php.net/manual/en/book.phar.php ) file
3535 ```
36- wget https://github.com/monque/PHP-Migration/releases/download/v0.2.0 /phpmig.phar
36+ wget https://github.com/monque/PHP-Migration/releases/download/v0.2.1 /phpmig.phar
3737 ```
3838
39392. Use the following command to check PHP file
Original file line number Diff line number Diff line change 3030
31311 . 你可以通过下面命令下载一个封装好的可执行的[ Phar] ( http://php.net/manual/zh/book.phar.php ) 文件
3232 ```
33- wget https://github.com/monque/PHP-Migration/releases/download/v0.2.0 /phpmig.phar
33+ wget https://github.com/monque/PHP-Migration/releases/download/v0.2.1 /phpmig.phar
3434 ```
3535
36362. 执行下面命令,将会对该文件进行检查,并输出报告
Original file line number Diff line number Diff line change 1313
1414class App
1515{
16- const VERSION = '0.2.0 ' ;
16+ const VERSION = '0.2.1 ' ;
1717
1818 protected $ setpath ;
1919
You can’t perform that action at this time.
0 commit comments