vaimo/composer-patches

View on GitHub
src/Composer/Constraint.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Copyright © Vaimo Group. All rights reserved.
 * See LICENSE_VAIMO.txt for license details.
 */
namespace Vaimo\ComposerPatches\Composer;

class Constraint
{
    const ANY = '*';
}