|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "da66dc5565e7553b45e62f2a3453d6c4",
|
|
|
+ "content-hash": "fe3a970f200733b71d21e9f07b783697",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -1849,6 +1849,56 @@
|
|
|
"issues": "https://www.drupal.org/project/issues/adminimal_theme"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "drupal/advanced_email_validation",
|
|
|
+ "version": "1.1.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://git.drupalcode.org/project/advanced_email_validation.git",
|
|
|
+ "reference": "1.1.5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://ftp.drupal.org/files/projects/advanced_email_validation-1.1.5.zip",
|
|
|
+ "reference": "1.1.5",
|
|
|
+ "shasum": "39bb313fe3be5c329012aa5310a6081cdc7e9df0"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "drupal/core": "^9.3 || ^10",
|
|
|
+ "stymiee/email-validator": "^1.0.1"
|
|
|
+ },
|
|
|
+ "type": "drupal-module",
|
|
|
+ "extra": {
|
|
|
+ "drupal": {
|
|
|
+ "version": "1.1.5",
|
|
|
+ "datestamp": "1686705109",
|
|
|
+ "security-coverage": {
|
|
|
+ "status": "covered",
|
|
|
+ "message": "Covered by Drupal's security advisory policy"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packages.drupal.org/8/downloads",
|
|
|
+ "license": [
|
|
|
+ "GPL-2.0+"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Max Pogonowski (darvanen)",
|
|
|
+ "homepage": "https://www.drupal.org/u/darvanen",
|
|
|
+ "role": "Maintainer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "User account email validation using MX records and lists of free or disposable emails (configurable).",
|
|
|
+ "homepage": "https://www.drupal.org/project/advanced_email_validation",
|
|
|
+ "keywords": [
|
|
|
+ "Drupal"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "http://cgit.drupalcode.org/advanced_email_validation",
|
|
|
+ "issues": "https://www.drupal.org/project/issues/advanced_email_validation"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"name": "drupal/advanced_text_formatter",
|
|
|
"version": "3.0.0-rc1",
|
|
@@ -9552,6 +9602,63 @@
|
|
|
],
|
|
|
"time": "2023-05-07T05:35:17+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "stymiee/email-validator",
|
|
|
+ "version": "1.1.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/stymiee/email-validator.git",
|
|
|
+ "reference": "017a53567aadc82e51773b887d0dff381aae5f2e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/stymiee/email-validator/zipball/017a53567aadc82e51773b887d0dff381aae5f2e",
|
|
|
+ "reference": "017a53567aadc82e51773b887d0dff381aae5f2e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": ">=7.2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "nunomaduro/phpinsights": "@stable",
|
|
|
+ "phpmd/phpmd": "@stable",
|
|
|
+ "phpunit/phpunit": "^8",
|
|
|
+ "squizlabs/php_codesniffer": "3.*"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "EmailValidator\\": [
|
|
|
+ "src/EmailValidator/"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "John Conde",
|
|
|
+ "email": "stymiee@gmail.com",
|
|
|
+ "homepage": "https://stymiee.dev",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Email Validator library builds upon PHP's built in filter_var($emailAddress, FILTER_VALIDATE_EMAIL); by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list.",
|
|
|
+ "homepage": "https://github.com/stymiee/php-simple-encryption",
|
|
|
+ "keywords": [
|
|
|
+ "email",
|
|
|
+ "php",
|
|
|
+ "validation"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/stymiee/email-validator/issues",
|
|
|
+ "source": "https://github.com/stymiee/email-validator/tree/1.1.3"
|
|
|
+ },
|
|
|
+ "time": "2022-10-11T19:23:13+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/console",
|
|
|
"version": "v6.3.8",
|