mirror of
https://github.com/elyby/yii2-tempmail-validator.git
synced 2024-12-23 13:40:09 +05:30
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "ely/yii2-tempmail-validator",
|
|
"description": "Yii2 validator to prevent using tempmail services or any variable domains",
|
|
"keywords": ["yii2", "email", "validation"],
|
|
"homepage": "https://github.com/elyby/yii2-tempmail-validator",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Ely.by team",
|
|
"email": "team@ely.by"
|
|
},
|
|
{
|
|
"name": "ErickSkrauch",
|
|
"email": "erickskrauch@ely.by"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"yiisoft/yii2": "*",
|
|
"daveearley/daves-email-validation-tool": "^1.2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://asset-packagist.org"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ely\\Yii2\\": "src"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"yiisoft/yii2-composer": true
|
|
}
|
|
}
|
|
}
|