1
0
Fork 0

JSON standard do not allow trailing comma

pull/5640/head
Yaman Jain 2016-09-02 17:29:22 +05:30
parent 3d09c17b48
commit 66950f0354
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ resolve to whatever composer.phar is currently being used:
"test": [
"@composer install",
"phpunit"
],
]
}
}
```