wow-apps/symfony-slack-bot

View on GitHub
WowAppsSlackBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/*
 * This file is part of the WoW-Apps/Symfony-Slack-Bot bundle for Symfony.
 * https://github.com/wow-apps/symfony-slack-bot
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 * https://github.com/wow-apps/symfony-slack-bot/blob/master/LICENSE
 *
 * For technical documentation.
 * https://wow-apps.github.io/symfony-slack-bot/docs/
 *
 * Author Alexey Samara <lion.samara@gmail.com>
 *
 * Copyright 2016 WoW-Apps.
 */

namespace WowApps\SlackBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
 * @author Alexey Samara <lion.samara@gmail.com>
 */
class WowAppsSlackBundle extends Bundle
{
    const CURRENT_VERSION = '5.0.0';
}