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

23 lines
512 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",
2017-10-25 21:50:55 -04:00
"minimum-stability": "stable",
2017-02-02 22:30:41 -05:00
"license": "MIT",
"authors": [
{
"name": "Mike Koch",
"email": "mkoch227@gmail.com"
}
],
2017-06-27 21:06:17 -04:00
"require-dev": {
2017-11-08 21:12:05 -05:00
"phpunit/phpunit": "6.3.0",
"clue/graph-composer": "^1.0"
2017-06-27 21:06:17 -04:00
},
2017-02-02 22:30:41 -05:00
"require": {
"phpmailer/phpmailer": "^5.2",
2017-11-08 21:12:05 -05:00
"mailgun/mailgun-php": "1.7.2",
2017-10-25 21:47:30 -04:00
"mike-koch/php-di": "4.4.11",
"doctrine/annotations": "1.2"
2017-02-02 22:30:41 -05:00
}
}