Fix php example
parent
1c3c84cf88
commit
1de34e0968
|
@ -335,7 +335,7 @@ Example:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"require" : {
|
"require" : {
|
||||||
"php" : ">=5.3.10",
|
"php" : "^5.5 || ^7.0",
|
||||||
"ext-mbstring": "*"
|
"ext-mbstring": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue