Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Symfony 3.x Compatibility #79

Open
sverraest opened this issue Sep 4, 2016 · 3 comments
Open

Symfony 3.x Compatibility #79

sverraest opened this issue Sep 4, 2016 · 3 comments

Comments

@sverraest
Copy link

It looks like the bundle is no longer compatible with the newer versions of Symfony.
Currently on 3.1 I'm getting this error


UndefinedMethodException in LswMemcacheExtension.php line 100:
Attempted to call an undefined method named "setScope" of class "Symfony\Component\DependencyInjection\Definition".
@sverraest sverraest changed the title Symfony 3.0 Compatibility Symfony 3.x Compatibility Sep 4, 2016
@mevdschee
Copy link
Contributor

Hi, I think "setScope" should be replaced with "setShared", see:

https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md#dependencyinjection

Maybe you can do a pull request?

@sverraest
Copy link
Author

Thanks for the tip! I'll have a look.

@mevdschee
Copy link
Contributor

I was not able to reproduce this bug.

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

No branches or pull requests

2 participants