- Issue created by @vadimkaz90
Cant update existing project to 10.2, catch composer error:
Problem 1
- drupal/core[10.2.0-alpha1, ..., 10.2.x-dev] require symfony/console ^6.4 -> found symfony/console[v6.4.0-BETA1, ..., 6.4.x-dev] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires drupal/core ^10.2 -> satisfiable by drupal/core[10.2.0-alpha1, ..., 10.3.x-dev].
Beacuse simpleSAMLphp Authentication 4.0.0 support simplesamlphp/simplesamlphp v2.1 and its requer Symfony <6.4, but drupal 10.2 requre Symfony 6.4+ and simpleSAMLphp Authentication 4.0.0. not support simplesamlphp/simplesamlphp v2.2 we have this issue.
Install simpleSAMLphp Authentication 4.0.0 on Drupal 10.1.x and try to update project to Drupal 10.2.x
Fix support of simplesamlphp/simplesamlphp v2.2, they already support Symfony 6.4
Active
4.0
Code