Typo fix ("Example:" must go outside the JSON block).
parent
9fd9d34b40
commit
1c3c84cf88
|
@ -330,9 +330,9 @@ aliases article](articles/aliases.md).
|
||||||
`require` and `require-dev` also support references to specific PHP versions
|
`require` and `require-dev` also support references to specific PHP versions
|
||||||
and PHP extensions your project needs to run successfully.
|
and PHP extensions your project needs to run successfully.
|
||||||
|
|
||||||
```json
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
```json
|
||||||
{
|
{
|
||||||
"require" : {
|
"require" : {
|
||||||
"php" : ">=5.3.10",
|
"php" : ">=5.3.10",
|
||||||
|
|
Loading…
Reference in New Issue