1
0
Fork 0

Merge pull request #5640 from yaman-jain/master

JSON standard do not allow trailing comma
pull/5645/head
Rob 2016-09-02 15:32:46 +02:00 committed by GitHub
commit 054f5305b7
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": [ "test": [
"@composer install", "@composer install",
"phpunit" "phpunit"
], ]
} }
} }
``` ```