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

Switch to non-deprecated Extension class #161

Merged
merged 1 commit into from
May 22, 2024

Conversation

derrabus
Copy link
Contributor

The usage of the Extension base class from the HttpKernel component which this bundle uses has been deprecated in Symfony 7.1. This can be resolved by extending the Extension class from the DependencyInjection component instead.

This might technically be a small BC break because a FlysystemExtension instance wouldn't pass an instanceof check for the old extension class anymore, but I think that's acceptable.

@maxhelias maxhelias merged commit dd057ba into thephpleague:3.x May 22, 2024
19 checks passed
@maxhelias
Copy link
Collaborator

I agree, thanks @derrabus

@derrabus derrabus deleted the chore/extension-deprecation branch May 22, 2024 12:03
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