WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Box 致力于帮助提升 PHP 应用程序的编程体验,尤其有助于 Hype
1313##### Mac
1414
1515``` bash
16- wget https://github.com/hyperf/box/releases/download/v0.5.1 /box_x86_64_macos -O box
16+ wget https://github.com/hyperf/box/releases/download/v0.5.2 /box_x86_64_macos -O box
1717sudo mv ./box /usr/local/bin/box
1818sudo chmod 755 /usr/local/bin/box
1919// 确保 /usr/local/bin/box 在你的 $PATH 环境中,或者将 ` box` 放到你想要的任意 $PATH 路径中
@@ -22,7 +22,7 @@ sudo chmod 755 /usr/local/bin/box
2222##### Linux x86_64
2323
2424``` bash
25- wget https://github.com/hyperf/box/releases/download/v0.5.1 /box_x86_64_linux -O box
25+ wget https://github.com/hyperf/box/releases/download/v0.5.2 /box_x86_64_linux -O box
2626sudo mv ./box /usr/local/bin/box
2727sudo chmod 755 /usr/local/bin/box
2828// 确保 /usr/local/bin/box 在你的 $PATH 环境中,或者将 ` box` 放到你想要的任意 $PATH 路径中
@@ -41,7 +41,7 @@ sudo chmod 755 /usr/local/bin/box
4141##### Windows
4242
4343``` powershell
44- curl -o box.exe https://github.com/hyperf/box/releases/download/v0.5.1 /box_x64_windows.exe
44+ curl -o box.exe https://github.com/hyperf/box/releases/download/v0.5.2 /box_x64_windows.exe
4545// 将 `box.exe` 放到你想要的任意 Path 环境变量路径中,同时 Windows 版本在执行时需要在命令行中使用 `box.exe` 而不是 `box`
4646```
4747
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Box is committed to helping improve the programming experience of PHP applicatio
1313##### Mac
1414
1515``` bash
16- wget https://github.com/hyperf/box/releases/download/v0.5.1 /box_x86_64_macos -O box
16+ wget https://github.com/hyperf/box/releases/download/v0.5.2 /box_x86_64_macos -O box
1717sudo mv ./box /usr/local/bin/box
1818sudo chmod 755 /usr/local/bin/box
1919// Make sure /usr/local/bin/box in your $PATH env, or put ` box` into any path in $PATH env that you want
@@ -22,7 +22,7 @@ sudo chmod 755 /usr/local/bin/box
2222##### Linux x86_64
2323
2424``` bash
25- wget https://github.com/hyperf/box/releases/download/v0.5.1 /box_x86_64_linux -O box
25+ wget https://github.com/hyperf/box/releases/download/v0.5.2 /box_x86_64_linux -O box
2626sudo mv ./box /usr/local/bin/box
2727sudo chmod 755 /usr/local/bin/box
2828// Make sure /usr/local/bin/box in your $PATH env, or put ` box` into any path in $PATH env that you want
@@ -41,7 +41,7 @@ sudo chmod 755 /usr/local/bin/box
4141##### Windows
4242
4343``` powershell
44- curl -o box.exe https://github.com/hyperf/box/releases/download/v0.5.1 /box_x64_windows.exe
44+ curl -o box.exe https://github.com/hyperf/box/releases/download/v0.5.2 /box_x64_windows.exe
4545// Put `box.exe` into any path in $PATH env that you want, and use `box.exe` instead of `box` when executing on Windows
4646```
4747
Original file line number Diff line number Diff line change 1414
1515class Box
1616{
17- public const VERSION = '0.5.1 ' ;
17+ public const VERSION = '0.5.2 ' ;
1818}
You can’t perform that action at this time.
0 commit comments