You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem 1
- drupal/condition_field 2.0.0 requires drupal/core ^8.8 || ^9 -> found drupal/core[8.8.0-alpha1, ..., 8.9.20, 9.0.0-alpha1, ..., 9.3.12] but the package is fixed to 10.0.0-alpha3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
However manually coping it over and changing the core_version_requirement to core_version_requirement: ^8.8 || ^9 || ^10 does make it work and the path visibility conditions for the alert banner do appear to work.
The text was updated successfully, but these errors were encountered:
Will generate a composer error
However manually coping it over and changing the core_version_requirement to
core_version_requirement: ^8.8 || ^9 || ^10
does make it work and the path visibility conditions for the alert banner do appear to work.The text was updated successfully, but these errors were encountered: