Description
Description
There was an issue with Symfony Serializer 6.4.7 but that was a long time ago and since 3073f76 was merged Symfony released several patch versions for 6.4.x branch and 6.4.9 has the issue fixed: symfony/symfony#57580
Because drupal/core-recommended
locks on specific version of dependencies, the Apigee Edge Drupal module cannot be installed on Drupal 10.3.2 (or on any other version) that requires a never version of Symfony Serializer.
Next time before a release, it should checked if there is a never version from the dependency that was locked to a specific version range or a conflict rule was added and whether that version addresses the reason behind the version lock or not.
Steps to Reproduce
composer create-project drupal/recommended-project:~10.3.0
$ composer req drupal/apigee_edge:~3.0.8
./composer.json has been updated
Problem 1
- Root composer.json requires drupal/apigee_edge ~3.0.8 -> satisfiable by drupal/apigee_edge[3.0.8].
- apigee/apigee-client-php 3.0.6 conflicts with symfony/serializer >6.4.6.
- drupal/core-recommended 10.3.2 requires symfony/serializer ~v6.4.7 -> satisfiable by symfony/serializer[v6.4.10].
- drupal/apigee_edge 3.0.8 requires apigee/apigee-client-php ~3.0.6 -> satisfiable by apigee/apigee-client-php[3.0.6].
- drupal/core-recommended is locked to version 10.3.2 and an update of this package was not requested.
Actual Behavior
What happened after the steps to reproduce.
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Notes
Add any other context about the problem here.
Version Info
In what version or versions of this library can you
reproduce this issue?