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

Symfony7, PHP 8.3 #24

Closed
hovorma opened this issue Dec 20, 2023 · 6 comments
Closed

Symfony7, PHP 8.3 #24

hovorma opened this issue Dec 20, 2023 · 6 comments

Comments

@hovorma
Copy link

hovorma commented Dec 20, 2023

Hello, I am using actively using your bundle in my projects. Currently, I am working with Symfony 7 with PHP 8.3, it seems the bundle is not compatible yet with them, are you going to update it?

@jbouzekri
Copy link
Owner

Hi @hovorma, first of all, thank you for using my bundle. I would be happy to merge any MR adding this level of compatibility. I have not followed the latest changes neither in the PHP language or the Symfony framework so I cannot say how difficult it would be (for example if I am using some deprecated features that have been removed in these versions). But maybe just adding the new versions to the composer.json for php and symfony could be enough : https://github.com/jbouzekri/PhumborBundle/blob/master/composer.json

@hovorma
Copy link
Author

hovorma commented Dec 22, 2023

hi @jbouzekri, thanks a lot for your answer. It gives an error in the bundle configuration tree. maybe Symfony changed a bit structure of the configs.

@jbouzekri
Copy link
Owner

@hovorma : can you post the exception please ?

@hovorma
Copy link
Author

hovorma commented Dec 22, 2023

image

sure, after the "composer require" of your bundle, during cache:clear I get this error

@jbouzekri
Copy link
Owner

@hovorma : can you test the branch https://github.com/jbouzekri/PhumborBundle/tree/feat-sf7 ? If it works for you, I will merge it and tag a new release.

@jbouzekri
Copy link
Owner

Thanks @FabianSchmick

@hovorma : 3.2.0 version released with the #25 MR.

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