From 047958a8afa0f3f247084d4735e7b13892fc24cd Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 25 Jun 2013 06:58:44 -0700 Subject: [PATCH] Fixed hanging comma --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bf893a0..dfdd084 100644 --- a/composer.json +++ b/composer.json @@ -18,5 +18,5 @@ "src/HTTPBase.php", "src/TelephoneVerification.php" ] - }, + } }