View file vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php

File size: 95B
<?php

namespace Doctrine\Common\Cache;

class Version
{
    public const VERSION = '1.8.0';
}