- Issue created by @bhogue
- Status changed to Closed: works as designed
about 1 year ago 9:40pm 19 September 2023 - πΊπΈUnited States markdorison
Hi @bhogue!
These issues are resolved on the3.x
branch of the module which contains D10 compatibility. Some more details from the D10 note on the project page:It is not possible to support both Drupal 9.x and 10.x in a single release π CsvEncoder::encode must be compatible with Symfony\Component\Serializer\Encoder\EncoderInterface::encode Fixed of this module due to a breaking change in
EncoderInterface::encode()
between Symfony 4.4 (D9) and Symfony 6.2 (D10). When preparing for an upgrade to Drupal 10 we recommend that you widen your Composer version constraints to allow either 2.x or 3.x:composer require drupal/csv_serialization:^2.0 || ^3.0
. This will allow the module to be automatically upgraded when you upgrade Drupal core.