laravel-cms
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.
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] [--] [
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,