dedijk4/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
2020-02-19 16:42:35 +01:00

9 lines
99 B
PHP

<?php
namespace Doctrine\Common\Cache;
class Version
{
public const VERSION = '1.9.0-DEV';
}