-
Notifications
You must be signed in to change notification settings - Fork 380
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
CacheClearerInterface not found #81
Comments
I am sorry, didn't check that but indeed @lsmith do you have an idea how to best solve this issue? Meanwhile @dangraetzer you'll have to use the previous commit tag. Sorry for that. |
I guess we should register the service dynamically with a version check similar to: |
@sixty-nine what should my deps file look like? |
You can fix the version by specifying the commit number in your deps like this: [LiipImagineBundle] af69ffe being the ID of the commit you want to use. |
I'm using Symfony 2.0.15 with composer. |
like i said .. the best fix is to just make the registration of the cache clearer depend on the Symfony version being used .. should be easy to fix .. someone just needs to write the patch and send a PR |
I assigned this ticket to myself and will fix it as soon as I find some free time (i.e. not right now). |
i would like to see branches if the master is developed against 2.1... should be the easiest thing...ran into the same issue right now :/ |
why branches if all it takes is an if statement to keep it all in sync. anyway i will fix it tomorrow if Dan doesnt get to it before me. but sometimes i really wonder about OSS users. |
you got me with "oss users" ;) |
oss users can be great ;-) thanks @digitalkaoz |
fixed liip#81 cache clearer only registered for sf2.1
@sixty-nine made some changes recently to the cache clearer. are they dependent on Symfony 2.1? I'm on 2.0.12 and am getting the following error.
My deps are the following:
Thanks
The text was updated successfully, but these errors were encountered: