stfalcon / TinymceBundle

Bundle for connecting TinyMCE (WYSIWYG editor) to your Symfony2 project
259 stars 154 forks source link

Reverting to version 1.x #201

Closed bOnepain closed 8 years ago

bOnepain commented 8 years ago

Hi,

How can I revert to version 1.x using composer ? I can't upgrade my project to Symfony 3.x so I have to use this bundle 1.x version. The problem is that when I specify the exact version I want in the composer.json file, I get this error message:

[Composer\DependencyResolver\SolverProblemsException]
Problem 1

  • The requested package stfalcon/tinymce-bundle 1.0 exists as stfalcon/tinymce-bundle[2.x-dev, dev-master] but these are rejected by your constraint.

I also try with adding a repository definition in the composer.json but without much success: "repositories": [ { "type": "vcs", "url": "git@github.com:stfalcon/TinymceBundle.git" } ]

Do you have any idea how I could do ?

Thanks forward

bOnepain commented 8 years ago

Ok, I managed by removing all the vendors and ran the composer update again...