Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install via composer #7

Open
kobuki opened this issue Feb 27, 2021 · 2 comments
Open

Unable to install via composer #7

kobuki opened this issue Feb 27, 2021 · 2 comments

Comments

@kobuki
Copy link

kobuki commented Feb 27, 2021

Trying to install on RC 1.4.10:

# composer require roundcube/elastic4mobile
Do not run Composer as root/super user! See https://getcomposer.org/root for details


  [InvalidArgumentException]
  Could not find a matching version of package roundcube/elastic4mobile. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (sta
  ble).

@daniel712
Copy link

daniel712 commented Mar 15, 2023

Same here:
Unable to install on RC 1.6.1.

Could not find a version of package roundcube/elastic4mobile matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

Thanks for info!
Daniel

@kochs-online
Copy link

This error messages indicates that there is no stable version of this plugin found by Composer. You can install the latest unstable version using this command:

composer require roundcube/elastic4mobile:dev-master

Props to Stack Overflow user Bizley for this answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants