Open lisotton opened 1 month ago
Dear,
We are trying to migrate our project to PHP 8.3. We have a problem with dependency:
Problem 1 - openeuropa/epoetry-client[2.0.0-alpha1, ..., 2.0.0-beta2] require phpro/soap-client ~2.4 -> satisfiable by phpro/soap-client[2.4.0, 2.4.1, 2.4.2]. - phpro/soap-client[2.4.0, ..., 2.4.2] require php ~8.1.0 || ~8.2.0 -> your php version (8.3.12) does not satisfy that requirement. - Root composer.json requires openeuropa/epoetry-client ^2.0 -> satisfiable by openeuropa/epoetry-client[2.0.0-alpha1, 2.0.0-beta1, 2.0.0-beta2].
Do you have any plans to upgrade the dependency phpro/soap-client to at least 3.1.0 (which is the first version supporting PHP 8.3)?
phpro/soap-client
Thank you for reporting, we will do so with the upgrade to Drupal 11, till then you can try with composer artifacts like "as" and "replace"
Dear,
We are trying to migrate our project to PHP 8.3. We have a problem with dependency:
Do you have any plans to upgrade the dependency
phpro/soap-client
to at least 3.1.0 (which is the first version supporting PHP 8.3)?