The new bundle classes introduced in 9.3 look great! I've got a use case that calls for that exact model, where we have a base content type with fields that will be common to all instances, extended by bundle classes that provide additional fields for specific content types. So, I've got a custom content entity and a couple of bundle classes to go along with it, all generated in drush 11, and I've registered my bundles in hook_entity_bundle_info()
Following an announcement advising that the Core module "Color" will be deprecated, I'm trying to install the replacement: Color Backport but I receive the following error:
Could not find package drupal/color-color
Steps:
I uninstalled the core module using the web interface - Now the module is not checked
I run $ composer require 'drupal/color-color:^1.0'