I have tried using composer to install flex slider in drupal 10.3.1 but unfortunately it could not make such an installation by the claim that there are problems with the settings in the composer.json and composer.lock
This is the error message I am receiving:
Problem 1
- Root composer.json requires drupal/flexslider 3.0.0@alpha (exact version match), found drupal/flexslider[dev-2.x, 3.0.0-alpha1, 2.0.0-alpha1, ..., 2.x-dev (alias of dev-2.x), 3.0.0-alpha1] but it does not match the constraint.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.```
I tried looking drupal/flexslider phrase in the requirements located in the file composer.json and composer.lock but I could not find it so that I could fix or overwrite the version of the allowable flexslide version that can be downloaded but I could not find it.
I also tried adding the line of "drupal/flexslider": "3.0.0@alpha" in composer.json script with no success too
``` "require": {
"composer/installers": "^2.0",
"drupal/core-composer-scaffold": "^10.3",
"drupal/core-project-message": "^10.3",
"drupal/core-recommended": "^10.3",
"drupal/drupal_slider": "2.1",
"drupal/edux": "10.2",
"drupal/ruhi": "10.2",
"drupal/thex": "10.0",
"drupal/flexslider": "3.0.0@alpha"
}```