0

Tried this

composer require hubbox/magento2:3.0.1 --no-update

Got error in terminal

[InvalidArgumentException] Could not find a matching version of package hubbox/magento2. Check the package spelling, your version constraint and that the package is available in a stability which matches your minim um-stability (stable).

asked Sep 8, 2021 at 10:25
1
  • any thoughts on this ? Commented Sep 8, 2021 at 10:42

1 Answer 1

0

As the error suggests you need to check if the spelling, version & minimum-stability of the package is correct. For the stability part: If the package doesn't have a stable version then you may need to change the minimum-stabilityto dev in composer.json Please check https://getcomposer.org/doc/04-schema.md#minimum-stability

answered Sep 8, 2021 at 11:02

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.