yii2-tempmail-validator/composer.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2016-05-01 22:01:39 +05:30
{
"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",
2016-05-01 22:01:39 +05:30
"yiisoft/yii2": "*",
"daveearley/daves-email-validation-tool": "^1.2.0"
2016-05-01 22:01:39 +05:30
},
"require-dev": {
"phpunit/phpunit": "^9.6"
2016-05-01 22:01:39 +05:30
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
2016-05-01 22:01:39 +05:30
"autoload": {
"psr-4": {
"Ely\\Yii2\\": "src"
}
},
"scripts": {
"test": "phpunit"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true
}
2016-05-01 22:01:39 +05:30
}
}