Skip to content

Commit 3c75ee2

Browse files
committed
Change version description in README, adjust composer.json PHP version limit
1 parent 320dd44 commit 3c75ee2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ which can be downloaded directly according to your needs.
6767
You can say I made a PHP builder written in PHP, pretty funny.
6868
But 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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",

0 commit comments

Comments
 (0)