Skip to content

[recipes:update] Only requiring PackageInterface #941

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

Merged
merged 1 commit into from
Aug 7, 2022

Conversation

weaverryan
Copy link
Member

Hi!

Reported by a user: https://symfonycasts.com/screencast/symfony6-upgrade/upgrade-recipes2#comment-5935097254

Sometimes we end up with CompleteAliasPackage objects, which implement PackageInterface, but do not extend Package. Really, we never needed anything beyond PackageInterface as far as I can see,

Cheers!

Some packages will not extend package, but all implement this interface, which is enough.
@fabpot
Copy link
Member

fabpot commented Aug 7, 2022

Thank you @weaverryan.

@fabpot fabpot merged commit ab0453b into symfony:1.x Aug 7, 2022
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.

3 participants