src/Ayaline/Bundle/ComposerBundle/Validator/Constraints/ComposerJson.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\Validator\Constraints;
use Symfony\Component\Validator\Constraint;
/**
* @author Abdellatif Ait boudad <a.aitboudad@gmail.com>
*/
class ComposerJson extends Constraint
{
}