coopTilleuls / CoopTilleulsCKEditorSonataMediaBundle

Integrates SonataMediaBundle for Symfony with CKEditor
http://les-tilleuls.coop
MIT License
53 stars 41 forks source link

Cant get latest version of CoopTilleulsCKEditorSonataMediaBundle by Composer. #30

Open aibragimov4xxi opened 7 years ago

aibragimov4xxi commented 7 years ago

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 7 years ago

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

aibragimov4xxi commented 7 years ago

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

meyerbaptiste commented 7 years ago

Nop, the master branch is not stable!