File: /home4/cca63905/www/nueva/modules/smartsupp/vendor/smartsupp/chat-code-generator/composer.json
{
"name": "smartsupp/chat-code-generator",
"description": "This simple PHP class allows you to easily generate Smartsupp.com JS chat code.",
"type": "library",
"keywords": [
"chat"
],
"homepage": "https://www.smartsupp.com/",
"authors": [
{
"name": "Marek Gach",
"role": "lead"
}
],
"support": {
"issues": "https://github.com/smartsupp/chat-code-generator/issues",
"wiki": "https://github.com/smartsupp/chat-code-generator/wiki",
"source": "https://github.com/smartsupp/chat-code-generator"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {"Smartsupp": "src/"}
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.7.*"
}
}