The 8.x-1.x branch of aria-current module supports ^9 || ^10
but the latest stable version from 2020 does not.
8.x-1.2
Works with Drupal: ^8.7.7 || ^9
Can a new release for official D10 support and switch to semantic versioning?
composer require drupal/aria_current:^1.2
works as expected.composer require drupal/aria_current:^1.2
instead installs 1.x-dev.Release version 2.0.0
for Drupal 10 support.
Fixed
1.0
Code