coopTilleuls/CoopTilleulsCKEditorSonataMediaBundle

Cant get latest version of CoopTilleulsCKEditorSonataMediaBundle by Composer.

aibragimov4xxi opened this issue · 3 comments

Hi,
I'am trying to get CoopTilleulsCKEditorSonataMediaBundle with command
composer require tilleuls/ckeditor-sonata-media-bundle egeloen/ckeditor-bundle,
during installattion logs tells:

- Installing egeloen/json-builder (3.0.0)
    Loading from cache

  - Installing egeloen/ckeditor-bundle (6.0.1)
    Loading from cache

  - Installing tilleuls/ckeditor-sonata-media-bundle (v1.0.6)
    Loading from cache

but I dont get the latest version.

The code in browserAction() in MediaAdminController.php:

$this->get('twig')->getExtension('form')->renderer->setTheme($formView, $this->admin->getFilterTheme());

instead of:

 $this->setFormTheme($formView, $this->admin->getFilterTheme());

I tried to get this package on another machine. Result was the same.

So, how can I get the lates version with composer?

You have to run composer require tilleuls/ckeditor-sonata-media-bundle:dev-master.

@meyerbaptiste, yeap, I've already did it, and it works.
Is it stable?

Nop, the master branch is not stable!