Hi. I am testing Flarum in my localhost environment and I want to test out the extensions. I can't download any extensions, starting from even the basic upload one. I am new to this, if anyone can help that would be great. . I've tried the upgrade --with-all-dependencies as well. Thanks in advance!
This is the error:
C:\xampp\htdocs\flarum>composer require flagrow/flarum-ext-image-upload
./composer.json has been updated
Running composer update flagrow/flarum-ext-image-upload
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- flagrow/flarum-ext-image-upload[0.1.0, ..., 0.1.5] require flarum/core 0.1.0-beta.4 -> found flarum/core[v0.1.0-beta.4, ..., v0.1.0-beta.16] but it does not match your minimum-stability.
- flagrow/flarum-ext-image-upload[0.2.0, ..., 0.2.3] require flarum/core 0.1.0-beta.5 -> found flarum/core[v0.1.0-beta.5, ..., v0.1.0-beta.16] but it does not match your minimum-stability.
- flagrow/flarum-ext-image-upload[0.3.0, ..., 0.3.1] require flarum/core 0.1.0-beta.6 -> found flarum/core[v0.1.0-beta.6, ..., v0.1.0-beta.16] but it does not match your minimum-stability.
- Root composer.json requires flagrow/flarum-ext-image-upload * -> satisfiable by flagrow/flarum-ext-image-upload[0.1.0, ..., 0.3.1].
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/flarum-ext-image-upload:*" to figure out if any version is installable, or "composer require flagrow/flarum-ext-image-upload:2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.