Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant get latest version of CoopTilleulsCKEditorSonataMediaBundle by Composer. #30

Open
aibragimov4xxi opened this issue Sep 19, 2017 · 3 comments

Comments

@aibragimov4xxi
Copy link

aibragimov4xxi commented Sep 19, 2017

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
Copy link
Member

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

@aibragimov4xxi
Copy link
Author

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

@meyerbaptiste
Copy link
Member

Nop, the master branch is not stable!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants