aimeos / laravel-cms

Easy, flexible and powerful API-first Laravel CMS package with JSON:API and GraphQL APIs
MIT License
30 stars 7 forks source link

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 6 months ago

damku999 commented 6 months ago

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 commented 6 months ago

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,