- πΊπΈUnited States plato1123
Can confirm was able to work around the issue with composer require commerceguys/addressing:1.3.0 drupal/address
(we're not using drupal commerce in this site so was initially confused)
updating from commerceguys/addressing (v1.3.0) to (v1.4.0) results in the following error.
"Fatal error: Declaration of Drupal\address\Repository\AddressFormatRepository::processDefinition($countryCode, array $definition) must be compatible with CommerceGuys\Addressing\AddressFormat\AddressFormatRepository::processDefinition(string $countryCode, array $definition): array in /code/web/modules/composer/address/src/Repository/AddressFormatRepository.php on line 38 "
update commerceguys to v1.4.0 using composer.
Closed: duplicate
1.10
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Can confirm was able to work around the issue with composer require commerceguys/addressing:1.3.0 drupal/address
(we're not using drupal commerce in this site so was initially confused)