Hi Team,
When I am installing the following extension in Flarum v1.0.2.
Extension Name:
composer require tituspijean/flarum-ext-auth-basic
I am getting an error like below.
**[InvalidArgumentException]
Could not find a version of package tituspijean/flarum-ext-auth-basic matching your minimum-stability (stable). Require it with an e
xplicit version constraint allowing its desired stability.
require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-scripts] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>]...**
Can you please help me with the above error.
Thanks in advance!!!