FreeScout/composer.json
André Matthies e108174fd8 rebranding
2023-07-31 11:07:43 +02:00

46 lines
1.1 KiB
JSON
Executable file

{
"authors": [
{
"email": "support@seven.io",
"homepage": "https://www.seven.io",
"name": "seven communications GmbH & Co. KG",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Modules\\Seven\\": ""
}
},
"description": "FreeScout module for sending SMS via seven",
"extra": {
"laravel": {
"aliases": {},
"providers": [
"SevenServiceProvider"
]
}
},
"homepage": "https://github.com/seven-io/FreeScout",
"keywords": [
"sms",
"freescout"
],
"license": "MIT",
"minimum-stability": "dev",
"name": "sevenio/freescout",
"require": {
"ext-ctype": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-json": "*",
"php": ">=7.0"
},
"support": {
"docs": "https://github.com/seven-io/FreeScout",
"email": "support@seven.io",
"rss": "https://www.seven.io/de/feed/",
"source": "https://github.com/seven-io/FreeScout"
},
"type": "library"
}