I'm currently working on a new site with Drupal 10.
I want to use this module, but it's not yet Drupal 10 compatible.
So I installed on a Drupal 9 your module (and all its dependencies) and the Upgrade Status (
upgrade_status →
) module to see what's necessary to make it compatible.
But when I try to launch the scan, I get the following error :
Error : Class "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor" not found dans Drupal\commerce_shipping_colissimo\Api\UrlEncodedClient->__construct() (/var/www/html/web/modules/contrib/commerce_shipping_colissimo/src/Api/UrlEncodedClient.php ligne 31)
I tried to install "symfony/property-info" (v5.4.24) but it doesn't fix the error.
I feel like there is a missing requirement in the composer.json file of this module.
In my case, I didn't try to use the module, so the step to reproduce is easy :
Fixed
1.0
Code