You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/api/composer.json

23 lines
512 B
JSON

{
"name": "mike-koch/Mods-for-HESK",
"description": "New UI and features for HESK, a free helpdesk solution",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Mike Koch",
"email": "mkoch227@gmail.com"
}
],
"require-dev": {
"phpunit/phpunit": "6.3.0",
"clue/graph-composer": "^1.0"
},
"require": {
"phpmailer/phpmailer": "^5.2",
"mailgun/mailgun-php": "1.7.2",
"mike-koch/php-di": "4.4.11",
"doctrine/annotations": "1.2"
}
}