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

[FrameworkBundle] Removed detection of Serializer < 3.2 #36946

Merged
merged 1 commit into from
May 25, 2020

Conversation

derrabus
Copy link
Member

Q A
Branch? 3.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets N/A
License MIT
Doc PR N/A

The test that is changed here contains detection logic for Serializer versions prior 3.2. However, accoring to FrameworkBundle's composer.json, we need at least Serializer 3.3, so that logic is obsolete.

I came across this piece of code because on the 5.1 branch, this test is actually skipped because the use statement for CacheClassMetadataFactory is missing there.

@xabbuh xabbuh added this to the 3.4 milestone May 24, 2020
@fabpot
Copy link
Member

fabpot commented May 25, 2020

Thank you @derrabus.

@fabpot fabpot merged commit 4f40da5 into symfony:3.4 May 25, 2020
@derrabus derrabus deleted the bugfix/serializer-3.1-compat branch May 25, 2020 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants