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

Could not find a version of package aimeos/laravel-cms matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability. #11

Open
damku999 opened this issue Feb 18, 2024 · 1 comment

Comments

@damku999
Copy link

composer req aimeos/laravel-cms --dev

In PackageDiscoveryTrait.php line 331:

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

require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [...]

@aimeos
Copy link
Owner

aimeos commented Feb 19, 2024

The package is currently in alpha state and not yet ready for production because managing the different content types in the backend is still missing. If you want to install and test it nevertheless, change these settings in your composer.json file:

"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