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

Allow using Symfony 7 and fix some deprecations #346

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

javiereguiluz
Copy link
Contributor

I'm updating some applications to Symfony 7 and one of them uses this bundle.

This PR adds || ^7.0 to the allowed Symfony dependencies and also adds the two return types that are mandatory in order to run the code in Symfony 7. I know there's #343 to add types everywhere, but these two small changes are enough to make the bundle work in Symfony 7.

Thanks!

@norkunas
Copy link
Member

norkunas commented Nov 3, 2023

Thanks, could you regenerate phpstan baseline?

@javiereguiluz
Copy link
Contributor Author

I've regenerated the PHPStan baseline file. Thanks!

@norkunas
Copy link
Member

norkunas commented Nov 3, 2023

Oh by the way, we should add 7.0 to the CI matrix then :)

@norkunas norkunas merged commit 4e8af37 into geocoder-php:master Nov 3, 2023
8 checks passed
@norkunas
Copy link
Member

norkunas commented Nov 3, 2023

Thank you @javiereguiluz

@javiereguiluz javiereguiluz deleted the allow_sf7 branch November 3, 2023 12:22
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

Successfully merging this pull request may close these issues.

2 participants