mibew/src/composer.json

41 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "mibew/mibew",
2017-07-06 16:10:15 +03:00
"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.*",
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.*",
"tedivm/stash": "0.12.*",
"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",
"ua-parser/uap-php": "~3.4.1",
"true/punycode": "~1.1"
},
"require-dev": {
2015-07-08 13:07:11 +03:00
"squizlabs/php_codesniffer": "~2.3.3"
},
"config": {
"vendor-dir": "mibew/vendor"
}
}