From 247aceab620acf7085fd525a0401452bfc7d68cb Mon Sep 17 00:00:00 2001 From: MPLew-is Date: Tue, 29 Mar 2016 02:00:48 -0400 Subject: [PATCH] Remove trailing comma Causing tests to fail --- php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.json b/php.json index 795afae483..c15fef7867 100644 --- a/php.json +++ b/php.json @@ -5,7 +5,7 @@ "architecture": { "64bit": { "url": "http://windows.php.net/downloads/releases/php-7.0.4-Win32-VC14-x64.zip", - "hash": "sha1:52b0ce7ee7600672383694c65071966ff3a20b92", + "hash": "sha1:52b0ce7ee7600672383694c65071966ff3a20b92" }, "32bit": { "url": "http://windows.php.net/downloads/releases/php-7.0.4-Win32-VC14-x86.zip",