- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-121090This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- 🇮🇳India sheshsharma
MR!7 Makes this module compatible with Drupal 11. Functionality is working as expected.
RTBC +1 - 🇮🇳India manishvaity
MR!7 Makes this module compatible with Drupal 11. Functionality is working as expected.
RTBC +1
MR!9 Makes this module compatible with Drupal 11. Functionality is working as expected.
RTBC +1
- Status changed to RTBC
about 2 months ago 5:06pm 28 February 2025 - 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
I suggest that this require a minimum of Drupal 10.1 so that
DeprecationHelper
is not needed. Or set it at Drupal 10.3 since that is the oldest currently supported. - First commit to issue fork.
-
droath →
committed 9c1955d6 on 2.0.x authored by
manishvaity →
Issue #3430173 by sheshsharma, manishvaity: Automated Drupal 11...
-
droath →
committed 9c1955d6 on 2.0.x authored by
manishvaity →
- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
This commit causes
core_version_requirement
and the version of core required incomposer.json
to not match.There is no need for the
php
key in the info file since the version given is lower than the minimum for versions of Drupal shown incore_version_requirement
.Is there a reason it doesn't run the normal coding standards checks?