Skip to content

Add support for symfony/serializer v8#812

Open
pullthefuse wants to merge 1 commit into
googleads:mainfrom
pullthefuse:add-symfony-8-support
Open

Add support for symfony/serializer v8#812
pullthefuse wants to merge 1 commit into
googleads:mainfrom
pullthefuse:add-symfony-8-support

Conversation

@pullthefuse

Copy link
Copy Markdown

Summary

Adds ^8.0 to the symfony/serializer version constraint in composer.json, allowing this library to be installed alongside Symfony 8.x projects.

Details

The symfony/serializer package is declared as a dependency but is not directly used anywhere in the library's source code — the library relies on PHP's native SOAP extension for serialization. The Symfony 8.0 Serializer changelog contains breaking changes (removed CsvEncoder::ESCAPE_CHAR_KEY, changed NameConverterInterface signatures, removed AdvancedNameConverterInterface, etc.), but none of these affect this library since no Serializer classes are referenced.

This is the same pattern as previous PRs: #798 (v7), #638 (v5), #401 (v4).

Fixes #811

The symfony/serializer package is declared as a dependency but is not
directly used in the library's source code. Adding ^8.0 to the version
constraint allows this library to be installed alongside Symfony 8.x
projects without conflicts.

Fixes googleads#811
@google-cla

google-cla Bot commented Jun 5, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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.

Add support for symfony/serializer v.8

1 participant