WHen trying to stand up ddev development wrapper it errors with composer not being able to resolve the packages
ddev composer install
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/hook_event_dispatcher ^4.0 -> satisfiable by drupal/hook_event_dispatcher[4.0.0, ..., 4.2.0].
- drupal/hook_event_dispatcher[4.0.0, ..., 4.0.1] require drupal/core ^10 -> found drupal/core[10.0.0, ..., 10.4.1] but it conflicts with your root composer.json require (^9.3).
- drupal/hook_event_dispatcher[4.0.2, ..., 4.0.3] require drupal/core ^10.2 -> found drupal/core[10.2.0, ..., 10.4.1] but it conflicts with your root composer.json require (^9.3).
- drupal/hook_event_dispatcher 4.2.0 requires drupal/core ^10.2 || ^11.0 -> found drupal/core[10.2.0, ..., 10.4.1, 11.0.0, ..., 11.1.1] but it conflicts with your root composer.json require (^9.3).
Active
1.0
Code