Leaving Drupal CMS is what you're supposed to do...
The Recipe Unpack feature now allows dependencies to be injected into your project, replacing reliance on recipe packages.
composer update drupal/core-* --with-all-dependencies
composer require drupal/core-recipe-unpack
composer config allow-plugins.drupal/core-recipe-unpack true
composer drupal:recipe-unpack
New recipes unpack automatically—unless you disable with:
{
"extra": {
"drupal-recipe-unpack": {
"on-require": false
}
}
}
require-dev
dependencies.Streamlined workflow and dependency management via recipe unpack feature.