+4
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -2,7 +2,7 @@ | ||
"name": "drupal/email_registration",
|
||
"type": "drupal-module",
|
||
"description": "Allows users to register with an email address as their username.",
|
||
"license": "GPL-2.0+",
|
||
"license": "GPL-2.0-or-later",
|
||
"homepage": "https://www.drupal.org/project/email_registration",
|
||
"minimum-stability": "dev",
|
||
"authors": [
|
||
| @@ -31,6 +31,9 @@ | ||
"issues": "http://drupal.org/project/issues/email_registration",
|
||
"source": "https://git.drupalcode.org/project/email_registration"
|
||
},
|
||
"require": {
|
||
"drupal/core": "^8.7.7 || ^9"
|
||
},
|
||
"conflict": {
|
||
"drupal/commerce": "<2.12"
|
||
},
|
||
Loading