src/Ayaline/Bundle/ComposerBundle/AyalineComposerBundle.php
<?php
/*
* This file is part of `Composer as a service`.
*
* (c) Pascal Borreli <pascal@borreli.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Ayaline\Bundle\ComposerBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AyalineComposerBundle extends Bundle
{
}