2014-01-30 13:09:15 +04:00
|
|
|
{
|
2014-05-06 18:55:18 +04:00
|
|
|
"name": "mibew/mibew",
|
|
|
|
"version": "2.0-dev",
|
|
|
|
"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": {
|
2014-05-06 18:22:31 +04:00
|
|
|
"xamin/handlebars.php": "dev-master#81f3efbb84eadba729bb6cb37ee9fca6825b37d1",
|
|
|
|
"symfony/http-foundation": "2.4.*",
|
|
|
|
"symfony/routing": "2.4.*",
|
|
|
|
"symfony/config": "2.4.*",
|
|
|
|
"symfony/yaml": "2.4.*"
|
2014-01-30 13:09:15 +04:00
|
|
|
},
|
2014-05-08 17:20:03 +04:00
|
|
|
"require-dev": {
|
|
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
|
|
},
|
2014-01-30 13:09:15 +04:00
|
|
|
"config": {
|
|
|
|
"vendor-dir": "mibew/vendor"
|
|
|
|
}
|
|
|
|
}
|