2014-01-30 13:09:15 +04:00
|
|
|
{
|
2014-05-06 18:55:18 +04:00
|
|
|
"name": "mibew/mibew",
|
2017-07-06 16:10:15 +03:00
|
|
|
"version": "2.2.3",
|
2014-05-06 18:55:18 +04:00
|
|
|
"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"
|
|
|
|
},
|
2014-01-30 13:09:15 +04:00
|
|
|
"require": {
|
2016-11-03 00:55:13 +03:00
|
|
|
"xamin/handlebars.php": "~0.10.3",
|
2016-09-22 23:42:12 +03:00
|
|
|
"justblackbird/handlebars.php-helpers": "1.*",
|
2014-12-05 18:53:18 +03:00
|
|
|
"symfony/http-foundation": "2.6.*",
|
|
|
|
"symfony/routing": "2.6.*",
|
|
|
|
"symfony/config": "2.6.*",
|
|
|
|
"symfony/yaml": "2.6.*",
|
|
|
|
"symfony/translation": "2.6.*",
|
2014-11-12 13:24:40 +03:00
|
|
|
"tedivm/stash": "0.12.*",
|
2014-11-18 17:36:42 +03:00
|
|
|
"canteen/html5": "1.1.*",
|
2014-12-09 17:40:16 +03:00
|
|
|
"vierbergenlars/php-semver": "3.0.*",
|
2015-03-18 15:50:09 +03:00
|
|
|
"swiftmailer/swiftmailer": "~5.4.0",
|
2015-03-17 15:25:25 +03:00
|
|
|
"ua-parser/uap-php": "~3.4.1",
|
|
|
|
"true/punycode": "~1.1"
|
2014-01-30 13:09:15 +04:00
|
|
|
},
|
2014-05-08 17:20:03 +04:00
|
|
|
"require-dev": {
|
2015-07-08 13:07:11 +03:00
|
|
|
"squizlabs/php_codesniffer": "~2.3.3"
|
2014-05-08 17:20:03 +04:00
|
|
|
},
|
2014-01-30 13:09:15 +04:00
|
|
|
"config": {
|
|
|
|
"vendor-dir": "mibew/vendor"
|
|
|
|
}
|
|
|
|
}
|