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

laraberg Install problem #3

Closed
phamdoanw opened this issue Apr 24, 2019 · 1 comment
Closed

laraberg Install problem #3

phamdoanw opened this issue Apr 24, 2019 · 1 comment

Comments

@phamdoanw
Copy link

phamdoanw commented Apr 24, 2019

I encountered an error while installing into a new project. my version laravel 5.5.45, php version 7.0.33
`D:\laragon\www\Xb>composer require van-ons/laraberg

[InvalidArgumentException]
Could not find a version of package van-ons/laraberg matching your minimum-stability (stable). Require it with an e
xplicit version constraint allowing its desired stability.
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--update-with-all-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] []...
`

@mauricewijnia
Copy link
Member

Hi!
This is happening because Laraberg's stability level is still set to 'dev'.
You can solve your issue by adding this to your composer.json:

"minimum-stability": "dev",
"prefer-stable": true

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

2 participants