Update recommended php req in docs
parent
9e279740cd
commit
f129c231b1
|
@ -382,7 +382,7 @@ Example:
|
|||
```json
|
||||
{
|
||||
"require" : {
|
||||
"php" : "^5.5 || ^7.0",
|
||||
"php" : ">=7.4",
|
||||
"ext-mbstring": "*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue