1
0
Fork 0

Update recommended php req in docs

pull/9508/head
Jordi Boggiano 2020-11-20 09:18:01 +01:00
parent 9e279740cd
commit f129c231b1
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ Example:
```json
{
"require" : {
"php" : "^5.5 || ^7.0",
"php" : ">=7.4",
"ext-mbstring": "*"
}
}