πΊπΈUnited States phpforfree
phpforfree β created an issue.
πΊπΈUnited States phpforfree
The patch does update the info.yml file for Drupal 10 compatibility. However, a local scan with Upgrade Status also shows the require section in composer.json needs to be updated as well from a Drupal ^8.0.0 || ^9 requirement.
{
"name": "drupal/view_user_email",
"type": "drupal-module",
"description": "Allow site administrator the ability to grant users of certain roles access to another users email address.",
"keywords": [
],
"homepage": "https://www.drupal.org/project/view_user_email",
"minimum-stability": "dev",
"authors": [
{
"name": "David Loor (davo20019)",
"homepage": "https://www.drupal.org/u/davo20019",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/view_user_email",
"source": "http://cgit.drupalcode.org/view_user_email"
},
"require": {
"drupal/core": "^8.0.0 || ^9"
}
}