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

wont install #5

Closed
keithmancuso opened this issue Aug 19, 2017 · 3 comments
Closed

wont install #5

keithmancuso opened this issue Aug 19, 2017 · 3 comments
Assignees

Comments

@keithmancuso
Copy link

trying to install but getting an issue with minimum-stability

composer require markhuot/craftql

[InvalidArgumentException]
  Could not find package markhuot/craftql at any version for your minimum-stabil
  ity (beta). Check the package spelling or your minimum-stability

Checked the projects minimum-stability and its set to beta and i get the same error when i change it to dev

seems like you might need to release a version on composer?

@markhuot markhuot self-assigned this Aug 19, 2017
@markhuot
Copy link
Owner

I just tagged 1.0.0-beta.2 which should fix this. It's on Packagist now too. I verified it with,

$ composer create-project craftcms/craft test && cd test
$ composer require markhuot/craftql

☝️ that installed as I would have expected with -beta.2.

@keithmancuso
Copy link
Author

Perfect! Thanks Mark, excited to play around with it.

@gerardoboss
Copy link

I just tagged 1.0.0-beta.2 which should fix this. It's on Packagist now too. I verified it with,

$ composer create-project craftcms/craft test && cd test
$ composer require markhuot/craftql

☝️ that installed as I would have expected with -beta.2.

Hi thank you for your support, I have the same problem as well. :-)

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