Mods-for-HESK-Netsyms/api/composer.json

17 lines
346 B
JSON
Raw Normal View History

2017-02-02 22:30:41 -05:00
{
"name": "mike-koch/Mods-for-HESK",
"description": "New UI and features for HESK, a free helpdesk solution",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
"name": "Mike Koch",
"email": "mkoch227@gmail.com"
}
],
"require": {
"phpunit/phpunit": "5.7.9",
"phpmailer/phpmailer": "^5.2"
2017-02-02 22:30:41 -05:00
}
}