Skip to content
Snippets Groups Projects

Issue #3490609 : Fixed the error.

2 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
2
composer.json 0 → 100644
+ 16
0
{
"name": "drupal/user_email_verification",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"description": "Verify the user Email. If the Email of the user is not verified the system will block the user.",
"support": {
"issues": "https://www.drupal.org/project/issues/user_email_verification",
"source": "https://git.drupalcode.org/project/user_email_verification"
},
"require": {
},
"minimum-stability": "dev"
}
Loading