pborreli/composer-service

View on GitHub
src/Ayaline/Bundle/ComposerBundle/Validator/Constraints/ComposerJson.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\Validator\Constraints;

use Symfony\Component\Validator\Constraint;

/**
 * @author Abdellatif Ait boudad <a.aitboudad@gmail.com>
 */
class ComposerJson extends Constraint
{
}