Browse Source

Update README-en.md

Jerry Ma 2 years ago
parent
commit
b2a4fb115c
1 changed files with 4 additions and 2 deletions
  1. 4 2
      README-en.md

+ 4 - 2
README-en.md

@@ -1,5 +1,6 @@
 # static-php-cli
-Compile A Statically Linked PHP With Swoole and other Extensions. 
+
+Compile A Statically Linked PHP With Swoole and other Popular Extensions. 
 
 Compile A Single Binary With PHP Code.
 
@@ -10,7 +11,8 @@ Compile A Single Binary With PHP Code.
 
 - Supporting architecture: `x86_64`, `arm64(aarch64)`, `armv7(armv7l)` 
 - Docker required (or alpine linux 3.13+)
-- Supporting PHP version from 7.2 to 8.1
+- PHP version from 7.2 to 8.1
+- Micro Package requires PHP >= 8.0
 
 ## Running Requirements