Skip to content

Commit

Permalink
build: min php version is 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Jul 3, 2023
1 parent cbedaeb commit d0aa66c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- no need `COM` extension on Windows, but need powershell
- support Windows >= 10
- adapt the code to modern standards
- minimal php version 8.0
- minimal php version 8.0.2
- add selinux status info
- add php info (basic, opcache, apcu)

Expand Down Expand Up @@ -82,7 +82,7 @@ $info = $ginfo->getInfo();


### System requirements:
- PHP >= 8.0
- PHP >= 8.0.2
- pcre extension
- proc_open

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.0.2",
"ext-pcre": "*",
"ext-mbstring": "*",
"ext-json": "*",
Expand Down

0 comments on commit d0aa66c

Please sign in to comment.