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 @@ -58,7 +58,7 @@ static-php-cli(简称 `spc`)有许多特性:
5858
5959### 编译环境需求
6060
61- - PHP 8.4(这是 spc 自身需要的版本,不是支持的构建版本)
61+ - PHP >= 8.4(这是 spc 自身需要的版本,不是支持的构建版本)
6262- 扩展:` mbstring,tokenizer,phar `
6363- 系统安装了 ` curl ` 和 ` git `
6464
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ which can be downloaded directly according to your needs.
6767You can say I made a PHP builder written in PHP, pretty funny.
6868But static-php-cli runtime only requires an environment above PHP 8.1 and extensions mentioned below.
6969
70- - PHP 8.4 (This is the version required by spc itself, not the build version)
70+ - PHP >= 8.4 (This is the version required by spc itself, not the build version)
7171- Extension: ` mbstring,tokenizer,phar `
7272- Supported OS with ` curl ` and ` git ` installed
7373
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "php" : " ~8.4.0 || ~ 8.3.0 " ,
12+ "php" : " >= 8.3" ,
1313 "ext-mbstring" : " *" ,
1414 "ext-zlib" : " *" ,
1515 "laravel/prompts" : " ^0.1.12" ,
You can’t perform that action at this time.
0 commit comments