master
<?php /** * Copyright © Vaimo Group. All rights reserved. * See LICENSE_VAIMO.txt for license details. */ namespace Vaimo\ComposerPatches\Composer; class Constants { const PACKAGE_SEPARATOR = '/'; }