Hi @clarkwinkelmann , I ran into another speed bump using Composer 🫢
I successfully installed Flarum into a sub-directory called Forum thanks to @SychO
i.e: www.MyWebsite.com/Forum with the following composer code:
php composer create-project flarum/flarum forum
However, when I applied a similar code to install this extension:
php composer require migratetoflarum/old-passwords forum
I get the following error:
In VersionParser.php line 521:
Could not parse version constraint discuss: Invalid version string "forum"
require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--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>...]
Any help with this will be greatly appreciated 😊