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

Add support for symfony 4.4 #216

Open
cklm opened this issue Nov 26, 2019 · 3 comments
Open

Add support for symfony 4.4 #216

cklm opened this issue Nov 26, 2019 · 3 comments

Comments

@cklm
Copy link

cklm commented Nov 26, 2019

Symfony 4.4 is released - its the long-term-supported version for the next years. Symfony 4.4 dropped support for some classes which makes the bundle unusable. Twig version 3 has now namespaces:

!!    #message: """
!!      Attempted to load class "Twig_Extension" from the global namespace.\n
!!      Did you forget a "use" statement?
!!      """
!!    #code: 0
!!    #file: "D:\projekte\tgh-sf\vendor\misd\phone-number-bundle\Twig\Extension\PhoneNumberHelperExtension.php"
!!    #line: 19
@michaoj
Copy link

michaoj commented Nov 26, 2019

I just fixed this error locally by changing the PhoneNumberHelperExtension

See attachment
PhoneNumberHelperExtension.php.zip

@maxhelias
Copy link

This package has not been active for a while. You can block ths Twig 3 update in your project or find an alternative

@maxhelias
Copy link

Take a look here : https://github.com/odolbeau/phone-number-bundle

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

3 participants