πŸ‡ΊπŸ‡ΈUnited States @phpforfree

Account created on 30 December 2010, over 13 years ago
#

Recent comments

πŸ‡ΊπŸ‡Έ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"
    }
}
Production build 0.69.0 2024