mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 00:34:42 +03:00
33 lines
967 B
JSON
33 lines
967 B
JSON
{
|
|
"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"
|
|
},
|
|
"require": {
|
|
"xamin/handlebars.php": "dev-master#81f3efbb84eadba729bb6cb37ee9fca6825b37d1",
|
|
"symfony/http-foundation": "2.4.*",
|
|
"symfony/routing": "2.4.*",
|
|
"symfony/config": "2.4.*",
|
|
"symfony/yaml": "2.4.*"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
},
|
|
"config": {
|
|
"vendor-dir": "mibew/vendor"
|
|
}
|
|
} |