- Issue created by @el7cosmos
- @el7cosmos opened merge request.
-
el7cosmos →
committed 0a0fb302 on 4.x
Issue #3380458 by el7cosmos: Require D10 as minimum version
-
el7cosmos →
committed 0a0fb302 on 4.x
- Status changed to Fixed
over 1 year ago 1:46pm 10 August 2023 - 🇩🇪Germany broon Potsdam
I understand your intentions but is there any specific reason to drop support for Drupal 9.4+?
Just curious as we are currently in the process of preparing Drupal 10 upgrade for several sites using Hook Event Dispatcher and some already updated to Hook Event Dispatcher 4.0.0-beta1 (which was still supporting D9) and now can't update to rc1 without running D10.
For other site maintainers and developers getting here for the same reason, you can expand your composer.json requirement to something like
"drupal/hook_event_dispatcher": "^3.3 || ^4.0"
if you are still running HED 3.x and want to stay on stable versions.Otherwise,
"drupal/hook_event_dispatcher": "^4.0"
should be fine. Composer will go to beta1 on D9 and only further if D10 is running. - Issue was unassigned.
- 🇮🇩Indonesia el7cosmos 🇮🇩 GMT+7
The main reason is D9 will be EOL soon (November this year), and this module will need to drop support for it. Instead of another major release in less than 3 months, D9 support dropped in 4.x while it hasn't reached a stable version.
Automatically closed - issue fixed for 2 weeks with no activity.