File: Version.php

package info (click to toggle)
php-matomo-doctrine-cache 1.10.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 996 kB
  • sloc: php: 3,638; makefile: 17; sh: 9
file content (8 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<?php

namespace Doctrine\Common\Cache;

class Version
{
    public const VERSION = '1.9.0-DEV';
}