mirror of
https://gh.wpcy.net/https://github.com/seven-io/FreeScout.git
synced 2026-05-26 13:24:07 +08:00
46 lines
1.1 KiB
JSON
Executable file
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"
|
|
}
|