Unable to install flagrow/ads. How can I solve the below issue?
composer require flagrow/ads
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Using version 0.2.4 for flagrow/ads
./composer.json has been updated
Running composer update flagrow/ads
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires flagrow/ads 0.2.4 -> satisfiable by flagrow/ads[0.2.4].
- flagrow/ads 0.2.4 requires flarum/core 0.1.0-beta.8 -> found flarum/core[v0.1.0-beta.8, ..., v0.1.0-beta.16] but it does not match your minimum-stability.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require flagrow/ads:*" to figure out if any version is installable, or "composer require flagrow/ads:2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.