diff --git a/composer.json b/composer.json index 6ad92bf..d4825e8 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "require": { "php": ">=5.3.3", "symfony/symfony": "~2.1", - "sensio/framework-extra-bundle": "*@dev", "symfony/twig-bundle": "~2.0", "helios-ag/fm-elfinder-php-connector": "2.0.*@dev" }, @@ -33,6 +32,6 @@ "trsteel/ckeditor-bundle": "CKEditor Bundle by trsteel" }, "autoload": { - "psr-4": { "FM\\ElfinderBundle": "" } + "psr-4": { "FM\\ElfinderBundle\\": "" } } }