From ff6cc3b637944d818a6638e76eda55768ccad3ca Mon Sep 17 00:00:00 2001 From: Joris Ros Date: Tue, 6 Jun 2017 11:32:45 +0200 Subject: [PATCH] [#11] Remove the comma is that causes the syntax error --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 61cc582..3f55726 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "symfony/filesystem": "^3.0", "friendsofsymfony/jsrouting-bundle": "@stable", "symfony/assetic-bundle": "^2.8", - "egeloen/ckeditor-bundle": "^5.0", + "egeloen/ckeditor-bundle": "^5.0" }, "suggest": { "liip/imagine-bundle": "Liip Imagine Bundle provides easy image manipulation support for Symfony2."