From 45bb5374dcebe3bb40dd29fbcc15581fd274a945 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Tue, 12 Apr 2016 16:48:59 +0200 Subject: [PATCH] Removing unused bundle --- app/AppKernel.php | 1 - composer.json | 1 - 2 files changed, 2 deletions(-) diff --git a/app/AppKernel.php b/app/AppKernel.php index 818057b4d7..83402350a6 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -51,7 +51,6 @@ class AppKernel extends Kernel new Sonata\NotificationBundle\SonataNotificationBundle(), new Sonata\DatagridBundle\SonataDatagridBundle(), new Sonata\MediaBundle\SonataMediaBundle(), - new Sonata\TranslationBundle\SonataTranslationBundle(), new Sonata\PageBundle\SonataPageBundle(), new Spy\TimelineBundle\SpyTimelineBundle(), diff --git a/composer.json b/composer.json index cba5858dbf..47cd9c9fa5 100755 --- a/composer.json +++ b/composer.json @@ -140,7 +140,6 @@ "essence/essence": "^2.5", "jeroendesloovere/vcard": "^1.2", "a2lix/translation-form-bundle": "dev-master", - "sonata-project/translation-bundle" : "dev-master", "knplabs/doctrine-behaviors": "~1.1", "lunetics/locale-bundle": "^2.4" },