pborreli/composer-service

View on GitHub
src/Ayaline/Bundle/ComposerBundle/AyalineComposerBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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
{
}