for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace FH\Bundle\MailerBundle\Composer;
final class ComposerIdentifiers
{
public const TEMPLATED_EMAIL = 'templated_email';
public const EMAIL = 'email';
private function __construct()
}