vaimo/composer-patches

View on GitHub
src/Composer/Constants.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 Constants
{
    const PACKAGE_SEPARATOR = '/';
}