- 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 (MR) 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 or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
- First commit to issue fork.
- 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
Since we are n Drupal 11.0.5 already and by over 3000 downloads, I think it is acceptable to escalate the priority a bit. User reports of testing are helpful here if MR!9 is working for you. This way we will find first culprits to fix quickly without single contributors or maintainers needed to walk thru the code line by line.
2 options to test this MR:
1.) Use the MR!9 as downloadable patch by addding .patch on the end of the MR!9 path (prepared patch link).
2.) Use composer to install this project based on this MR!9 like this: Add this part into the
repositories [...]
section:{ "type": "vcs", "url": "https://git.drupalcode.org/issue/textfield_counter-3434969.git" },
Then require it with the following command:
composer require drupal/fontyourface:dev-3434969-automated-drupal-11
Make sure that the drupal repository in the
repositories [...]
section has the optioncanonical:false
set to prevent priority issues in composer version 2 and above."drupal": { "type": "composer", "url": "https://packages.drupal.org/8", "canonical": false },