- Issue created by @dlanyar
- 🇺🇸United States dlanyar
Hello,
Thanks for the quick response and the patch.The issue I had was I couldn't update my site from Drupal core 9.5.10 to Drupal 10.0.0 because of
core_version_requirement: ^8 || ^9
inyg_business_plus.info.yml
In this case the patch didn't help as the update was still being prevented.The solution was to install the composer-drupal-lenient plugin ( mglaman / composer-drupal-lenient )
and runcomposer config --merge --json extra.drupal-lenient.allowed-list '["drupal/yg_business_plus"]'
After this, I was able to update to Drupal 10.0.0.
Also you may want to consider creating a new version of the theme (maybe 2.0.1) that includes the patch so that new D10 sites can
install the theme with no issue.Thanks again!