-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add service provider, try to influence Drupal runtime parsing of core_version_requirement #14
Comments
Folks who need this might want to try https://www.drupal.org/project/backward_compatibility |
Huh, so this is the magic.
Ah but it's invoked within the And it's a bit risky (maybe) to decorate the module handler and manually inject our own hook. |
Another way would be to do a drush :) And add system_system_info_alter() in a file and include that file via composer. It does something similar with a log hook I think. |
FWIW this is something that hopefully hooks as PHP Attributes will allow us to solve nicely. |
Until (or if) this becomes possible, perhaps we could link to https://www.drupal.org/project/backward_compatibility in the README, since |
Drupal now uses OOP hooks. So I think this can be done now for 11.x! |
Fantastic! It would be awesome if all that's needed to bypass version constraints for both Composer (download) and Drush/GUI (install) is Drupal Lenient Composer Plugin. |
No description provided.
The text was updated successfully, but these errors were encountered: