for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Knp\DictionaryBundle\Symfony;
final class SupportedVersion
{
public const v5_4 = '5.4';
public const v6_0 = '6.0';
public const v6_1 = '6.1';
public const v6_2 = '6.2';
private function __construct()
}