The documentation mentions following command for setting up Drupal 10 project:
composer create-project specbee/drupal-starterkit:9.x-dev project_name --no-interaction
This will create a Drupal 9 project. Can we change this to create a Drupal 10 project.