31 lines
617 B
JSON
31 lines
617 B
JSON
{
|
|
"name": "leenooks/slack",
|
|
"description": "Leenooks Slack Interaction.",
|
|
"keywords": ["laravel", "leenooks"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Deon George",
|
|
"email": "deon@leenooks.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"leenooks/phpws": "^2.1.1"
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Slack\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Slack\\Providers\\SlackServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|