Version.php 95 B

12345678
  1. <?php
  2. namespace Doctrine\Common\Cache;
  3. class Version
  4. {
  5. public const VERSION = '1.8.0';
  6. }