Skip to content

Commit b130537

Browse files
author
huangliling
committed
chore: supports only php 7.4.x
1 parent 2319794 commit b130537

File tree

1 file changed

+1
-1
lines changed
  • i18n/en/docusaurus-plugin-content-docs/current/sdk/engine/deploy

1 file changed

+1
-1
lines changed

i18n/en/docusaurus-plugin-content-docs/current/sdk/engine/deploy/php.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can specify the PHP version you want to use in `composer.json`:
3636

3737
```json
3838
"require": {
39-
"php": "7.4"
39+
"php": "7.4.x"
4040
}
4141
```
4242

0 commit comments

Comments
 (0)