PHPSocialNetwork/phpfastcache-bundle

View on GitHub
src/PhpfastcacheBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 *
 * This file is part of phpFastCache.
 *
 * @license MIT License (MIT)
 *
 * For full copyright and license information, please see the docs/CREDITS.txt file.
 *
 * @author Georges.L (Geolim4)  <contact@geolim4.com>
 * @author PastisD https://github.com/PastisD
 * @author Khoa Bui (khoaofgod)  <khoaofgod@gmail.com> http://www.phpfastcache.com
 *
 */
declare(strict_types=1);

namespace Phpfastcache\Bundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
 * Class PhpfastcacheBundle
 * @package Phpfastcache\Bundle
 */
class PhpfastcacheBundle extends Bundle
{
    const VERSION = '3.0.0-alpha';
}