laravel-cms icon indicating copy to clipboard operation
laravel-cms copied to clipboard

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.

Open damku999 opened this issue 1 year ago • 1 comments

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] [--] [...]

damku999 avatar Feb 18 '24 15:02 damku999

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,

aimeos avatar Feb 19 '24 07:02 aimeos