SMMP/composer.json

21 lines
491 B
JSON

{
"name": "xdrm-brackets/logauth-smmp",
"description": "LogAuth SMMP",
"authors": [
{
"name": "xdrm-brackets",
"email": "doowap31@gmail.com"
}
],
"require": {},
"require-dev": {
"phpro/grumphp": "^0.11.5",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phpunit/phpunit": "^6.1",
"crysalead/kahlan": "^2.5"
},
"autoload": {
"files": ["autoloader.php", "lib/vendor/autoload.php"]
}
}