Version.php 211 B

123456789101112
  1. <?php
  2. namespace Doctrine\Common\Cache;
  3. /**
  4. * @deprecated Deprecated without replacement in doctrine/cache 1.11. This class will be dropped in 2.0
  5. */
  6. class Version
  7. {
  8. public const VERSION = '1.9.0-DEV';
  9. }