1
0
Fork 0

Merge pull request #3649 from SofHad/fixed-json-syntax-error

Fixed json syntax error
pull/3651/head
Jordi Boggiano 2015-01-16 20:51:31 +00:00
commit 4ca9e602a9
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ JSON request body:
```json
{
"downloads": [
{"name": "monolog/monolog", "version": "1.2.1.0"},
{"name": "monolog/monolog", "version": "1.2.1.0"}
]
}
```