From 5dd8de0f82b3221ef91190b16a39a601fe0ab1fe Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 9 Sep 2016 18:55:33 +0200 Subject: [PATCH] Fix syntax error --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbe3b9e303f..2aa9dd216d6 100644 --- a/composer.json +++ b/composer.json @@ -55,6 +55,6 @@ "ext-soap": "Native SOAP", "ext-zip": "ODT and Excel support", "ext-xml": "Excel support", - "firephp/firephp-core": "Logging to Firebug console support", + "firephp/firephp-core": "Logging to Firebug console support" } }