mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-25 15:54:32 +03:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "mibew/mibew",
|
|
"version": "2.2.3",
|
|
"description": "Mibew Messenger - open-source live support application",
|
|
"type": "project",
|
|
"homepage": "http://mibew.org",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Mibew Messenger Project",
|
|
"homepage": "http://mibew.org/credits"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@mibew.org",
|
|
"issues": "https://github.com/mibew/mibew/issues",
|
|
"forum": "http://mibew.org/forums",
|
|
"source": "https://github.com/mibew/mibew"
|
|
},
|
|
"require": {
|
|
"xamin/handlebars.php": "~0.10.3",
|
|
"justblackbird/handlebars.php-helpers": "1.*",
|
|
"symfony/http-foundation": "2.6.*",
|
|
"symfony/routing": "2.6.*",
|
|
"symfony/config": "2.6.*",
|
|
"symfony/yaml": "2.6.*",
|
|
"symfony/translation": "2.6.*",
|
|
"tedivm/stash": "0.12.*",
|
|
"canteen/html5": "1.1.*",
|
|
"vierbergenlars/php-semver": "3.0.*",
|
|
"swiftmailer/swiftmailer": "~5.4.0",
|
|
"ua-parser/uap-php": "~3.4.1",
|
|
"true/punycode": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "~2.3.3"
|
|
},
|
|
"config": {
|
|
"vendor-dir": "mibew/vendor"
|
|
}
|
|
} |