repman-io/repman

View on GitHub
src/Entity/Organization/Package/Metadata.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Buddy\Repman\Entity\Organization\Package;

final class Metadata
{
    public const GITLAB_PROJECT_ID = 'gitLabProjectId';
    public const GITHUB_REPO_NAME = 'gitHubRepoName';
    public const BITBUCKET_REPO_NAME = 'bitbucketRepoName';
}