mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-05 15:34:42 +03:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "mibew/mibew",
|
|
"version": "3.6.0",
|
|
"description": "Mibew Messenger - open-source live support application",
|
|
"type": "project",
|
|
"homepage": "https://mibew.org",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Mibew Messenger Project",
|
|
"homepage": "https://mibew.org/credits"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@mibew.org",
|
|
"issues": "https://github.com/mibew/mibew/issues",
|
|
"forum": "https://mibew.org/forums",
|
|
"source": "https://github.com/mibew/mibew"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/mibew/handlebars.php"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/mibew/handlebars.php-helpers"
|
|
}
|
|
],
|
|
"require": {
|
|
"mibew/handlebars.php": "~0.10.5",
|
|
"mibew/handlebars.php-helpers": "1.*",
|
|
"symfony/http-foundation": "4.4.*",
|
|
"symfony/routing": "4.4.*",
|
|
"symfony/config": "4.4.*",
|
|
"symfony/yaml": "^5.2",
|
|
"symfony/translation": "2.6.*",
|
|
"tedivm/stash": "0.12.*",
|
|
"mibew/html5": "1.1.*",
|
|
"vierbergenlars/php-semver": "3.0.*",
|
|
"swiftmailer/swiftmailer": "~5.4.0",
|
|
"ua-parser/uap-php": "^3.9",
|
|
"true/punycode": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"config": {
|
|
"vendor-dir": "mibew/vendor"
|
|
}
|
|
}
|