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

Your requirements could not be resolved to an installable set of packages. #9

Closed
joostvanveen opened this issue Aug 3, 2018 · 1 comment

Comments

@joostvanveen
Copy link

When I try to install justbetter/magento2-sentry ^0.3.0 with composer in Magento 2.2.4 I get an error. The same error occurs when requiring the dev/master version.

The error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for justbetter/magento2-sentry ^0.3.0 -> satisfiable by justbetter/magento2-sentry[0.3.0].
    - justbetter/magento2-sentry 0.3.0 requires magento/framework * -> no matching package found.
  • I can see the justbetter/magento2-sentry composer .json requires "magento/framework": "*"
  • All Magento core packages and a lot of other packages also require magento/framework and composer installing them does not throw an error
  • The only obvious difference I can spot is that these packages all require a specific version, e.g. "magento/framework": "100.1.*|101.0.*" or "magento/framework": "101.0.*"
@joostvanveen
Copy link
Author

Okay, I feel really stupid. Just found out I tried to run composer update justbetter/magento2-sentry from the project root, instead of the magento2 directory.

Sorry for this. Erm.

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

1 participant