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

Compatible with Symfony 5 #23

Merged
merged 2 commits into from Feb 23, 2020
Merged

Compatible with Symfony 5 #23

merged 2 commits into from Feb 23, 2020

Conversation

boite
Copy link
Collaborator

@boite boite commented Feb 23, 2020

Proposed changes

Allow the client library to be used in Symfony 5 projects.

Breaking Change

The User class no longer implements Symfony's
AdvancedUserInterface which was removed in Symfony 5. Instead of using
the methods of the removed interface, integrators should implement User
and Account checks in UserCheckers.

A temporary replacement for the removed interface is
UserBase\Client\Model\LegacyAdvancedUserInterface, but use this only as a
last resort and as a temporary fix.

BREAKING CHANGE: the User class no longer implements Symfony's
AdvancedUserInterface which was removed in Symfony 5.  Instead of using
the methods of the removed interface, integrators should implement User
and Account checks in UserCheckers.  The LegacyAdvancedUserInterface is
available as a last resort.
@ghost
Copy link

ghost commented Feb 23, 2020

There were the following issues with this Pull Request

  • Commit: 9e6f9b6
    • ✖ message may not be empty
    • ✖ type may not be empty

You may need to change the commit messages to comply with the repository contributing guidelines.


🤖 This comment was generated by commitlint[bot]. Please report issues here.

Happy coding!

@joostfaassen joostfaassen merged commit 143a34b into linkorb:master Feb 23, 2020
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.

None yet

2 participants