{
"name": "eftec/mailcapuchin",
"description": "A massive email server made on PHP",
"type": "project",
"keywords": ["blade","template","view","php","templating"],
"homepage": "https://github.com/EFTEC/MailCapuchin",
"license": "MIT",
"authors": [
{
"name": "Jorge Patricio Castro Castillo",
"email": "jcastro@eftec.cl"
}],
"extra": {
"branch-alias": {
"dev-master": "0.1"
}
},
"config": {
"platform": {
"php": "5.6.1"
}
},
"require": {
"php": ">=5.6",
"phpmailer/phpmailer": "^6.6.3",
"eftec/dashone": "^1.7",
"ext-json": "*",
"eftec/daoone": "^3.30",
"eftec/validationone": "1.14"
},
"archive": {
"exclude": ["/examples"]
},
"autoload": {
"psr-4": {
"eftec\\MailCapuchin\\": "lib/",
"eftec\\tests\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^5.7"
}
}
|