Cant get latest version of CoopTilleulsCKEditorSonataMediaBundle by Composer.
aibragimov4xxi opened this issue · 3 comments
aibragimov4xxi commented
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?
meyerbaptiste commented
You have to run composer require tilleuls/ckeditor-sonata-media-bundle:dev-master
.
aibragimov4xxi commented
@meyerbaptiste, yeap, I've already did it, and it works.
Is it stable?
meyerbaptiste commented
Nop, the master branch is not stable!