1
0
Fork 0

Fix php example

pull/4627/head
Jordi Boggiano 2015-11-22 16:33:09 +00:00
parent 1c3c84cf88
commit 1de34e0968
1 changed files with 1 additions and 1 deletions

View File

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