Add Slack integration

This commit is contained in:
Frederic Guillot
2015-03-28 21:37:53 -04:00
parent f9891a966f
commit 5536f6c6ce
32 changed files with 296 additions and 47 deletions

View File

@@ -69,11 +69,13 @@ class ClassProvider implements ServiceProviderInterface
'MemoryCache',
'FileCache',
'Request',
'HttpClient',
),
'Integration' => array(
'GitlabWebhook',
'GithubWebhook',
'BitbucketWebhook',
'SlackWebhook',
)
);