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

22 lines
520 B
JSON

{
"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",
"mailgun/mailgun-php": "^2.1",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message": "^1.5",
"php-http/curl-client": "^1.7",
"guzzlehttp/psr7": "^1.3"
}
}